| @@ -1,300 +1,557 @@ | ||
| 1 | -(function() { | |
| 1 | +/*! elementor - v3.26.0 - 12-12-2024 */ | |
| 2 | +/******/ (() => { // webpackBootstrap | |
| 3 | +/******/ var __webpack_modules__ = ({ | |
| 2 | 4 | |
| 3 | -//#region \0rolldown/runtime.js | |
| 4 | - var __defProp = Object.defineProperty; | |
| 5 | - var __name = (target, value) => __defProp(target, "name", { | |
| 6 | - value, | |
| 7 | - configurable: true | |
| 8 | - }); | |
| 5 | +/***/ "../modules/dev-tools/assets/js/deprecation.js": | |
| 6 | +/*!*****************************************************!*\ | |
| 7 | + !*** ../modules/dev-tools/assets/js/deprecation.js ***! | |
| 8 | + \*****************************************************/ | |
| 9 | +/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | |
| 9 | 10 | |
| 10 | -//#endregion | |
| 11 | +"use strict"; | |
| 11 | 12 | |
| 12 | -//#region node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js | |
| 13 | - function _arrayWithHoles(r) { | |
| 14 | - if (Array.isArray(r)) return r; | |
| 15 | - } | |
| 16 | 13 | |
| 17 | -//#endregion | |
| 18 | -//#region node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js | |
| 19 | - function _iterableToArrayLimit(r, l) { | |
| 20 | - var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; | |
| 21 | - if (null != t) { | |
| 22 | - var e; | |
| 23 | - var n; | |
| 24 | - var i; | |
| 25 | - var u; | |
| 26 | - var a = []; | |
| 27 | - var f = !0; | |
| 28 | - var o = !1; | |
| 29 | - try { | |
| 30 | - if (i = (t = t.call(r)).next, 0 === l) { | |
| 31 | - if (Object(t) !== t) return; | |
| 32 | - f = !1; | |
| 33 | - } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); | |
| 34 | - } catch (r) { | |
| 35 | - o = !0, n = r; | |
| 36 | - } finally { | |
| 37 | - try { | |
| 38 | - if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; | |
| 39 | - } finally { | |
| 40 | - if (o) throw n; | |
| 41 | - } | |
| 42 | - } | |
| 43 | - return a; | |
| 44 | - } | |
| 45 | - } | |
| 14 | +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); | |
| 15 | +Object.defineProperty(exports, "__esModule", ({ | |
| 16 | + value: true | |
| 17 | +})); | |
| 18 | +exports["default"] = void 0; | |
| 19 | +var _slicedToArray2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "../node_modules/@babel/runtime/helpers/slicedToArray.js")); | |
| 20 | +var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); | |
| 21 | +var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); | |
| 22 | +/** | |
| 23 | + * @typedef {Object} Version | |
| 24 | + * @property {number} major1 The first number | |
| 25 | + * @property {number} major2 The second number | |
| 26 | + * @property {number} minor The third number | |
| 27 | + * @property {string} build The fourth number | |
| 28 | + */ | |
| 46 | 29 | |
| 47 | -//#endregion | |
| 48 | -//#region node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js | |
| 49 | - function _arrayLikeToArray(r, a) { | |
| 50 | - (null == a || a > r.length) && (a = r.length); | |
| 51 | - for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; | |
| 52 | - return n; | |
| 53 | - } | |
| 30 | +/** | |
| 31 | + * @param {string} name | |
| 32 | + * @param {string} version | |
| 33 | + * @param {string} replacement | |
| 34 | + */ | |
| 54 | 35 | |
| 55 | -//#endregion | |
| 56 | -//#region node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js | |
| 57 | - function _unsupportedIterableToArray(r, a) { | |
| 58 | - if (r) { | |
| 59 | - if ("string" == typeof r) return _arrayLikeToArray(r, a); | |
| 60 | - var t = {}.toString.call(r).slice(8, -1); | |
| 61 | - return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; | |
| 62 | - } | |
| 63 | - } | |
| 36 | +var softDeprecated = function softDeprecated(name, version, replacement) { | |
| 37 | + if (elementorDevToolsConfig.isDebug) { | |
| 38 | + deprecatedMessage('soft', name, version, replacement); | |
| 39 | + } | |
| 40 | +}; | |
| 41 | +var hardDeprecated = function hardDeprecated(name, version, replacement) { | |
| 42 | + deprecatedMessage('hard', name, version, replacement); | |
| 43 | +}; | |
| 44 | +var deprecatedMessage = function deprecatedMessage(type, name, version, replacement) { | |
| 45 | + var message = "`".concat(name, "` is ").concat(type, " deprecated since ").concat(version); | |
| 46 | + if (replacement) { | |
| 47 | + message += " - Use `".concat(replacement, "` instead"); | |
| 48 | + } | |
| 49 | + elementorDevTools.consoleWarn(message); | |
| 50 | +}; | |
| 51 | +var Deprecation = exports["default"] = /*#__PURE__*/function () { | |
| 52 | + function Deprecation() { | |
| 53 | + (0, _classCallCheck2.default)(this, Deprecation); | |
| 54 | + } | |
| 55 | + return (0, _createClass2.default)(Deprecation, [{ | |
| 56 | + key: "deprecated", | |
| 57 | + value: function deprecated(name, version, replacement) { | |
| 58 | + if (this.isHardDeprecated(version)) { | |
| 59 | + hardDeprecated(name, version, replacement); | |
| 60 | + } else { | |
| 61 | + softDeprecated(name, version, replacement); | |
| 62 | + } | |
| 63 | + } | |
| 64 | 64 | |
| 65 | -//#endregion | |
| 66 | -//#region node_modules/@babel/runtime/helpers/esm/nonIterableRest.js | |
| 67 | - function _nonIterableRest() { | |
| 68 | - throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); | |
| 69 | - } | |
| 65 | + /** | |
| 66 | + * @param {string} version | |
| 67 | + * | |
| 68 | + * @return {Version} | |
| 69 | + */ | |
| 70 | + }, { | |
| 71 | + key: "parseVersion", | |
| 72 | + value: function parseVersion(version) { | |
| 73 | + var versionParts = version.split('.'); | |
| 74 | + if (versionParts.length < 3 || versionParts.length > 4) { | |
| 75 | + throw new RangeError('Invalid Semantic Version string provided'); | |
| 76 | + } | |
| 77 | + var _versionParts = (0, _slicedToArray2.default)(versionParts, 4), | |
| 78 | + major1 = _versionParts[0], | |
| 79 | + major2 = _versionParts[1], | |
| 80 | + minor = _versionParts[2], | |
| 81 | + _versionParts$ = _versionParts[3], | |
| 82 | + build = _versionParts$ === void 0 ? '' : _versionParts$; | |
| 83 | + return { | |
| 84 | + major1: parseInt(major1), | |
| 85 | + major2: parseInt(major2), | |
| 86 | + minor: parseInt(minor), | |
| 87 | + build: build | |
| 88 | + }; | |
| 89 | + } | |
| 70 | 90 | |
| 71 | -//#endregion | |
| 72 | -//#region node_modules/@babel/runtime/helpers/esm/slicedToArray.js | |
| 73 | - function _slicedToArray(r, e) { | |
| 74 | - return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); | |
| 75 | - } | |
| 91 | + /** | |
| 92 | + * Get total of major. | |
| 93 | + * | |
| 94 | + * Since `get_total_major` cannot determine how much really versions between 2.9.0 and 3.3.0 if there is 2.10.0 version for example, | |
| 95 | + * versions with major2 more then 9 will be added to total. | |
| 96 | + * | |
| 97 | + * @param {Version} versionObj | |
| 98 | + * | |
| 99 | + * @return {number} | |
| 100 | + */ | |
| 101 | + }, { | |
| 102 | + key: "getTotalMajor", | |
| 103 | + value: function getTotalMajor(versionObj) { | |
| 104 | + var total = parseInt("".concat(versionObj.major1).concat(versionObj.major2, "0")); | |
| 105 | + total = Number((total / 10).toFixed(0)); | |
| 106 | + if (versionObj.major2 > 9) { | |
| 107 | + total = versionObj.major2 - 9; | |
| 108 | + } | |
| 109 | + return total; | |
| 110 | + } | |
| 76 | 111 | |
| 77 | -//#endregion | |
| 78 | -//#region node_modules/@babel/runtime/helpers/esm/classCallCheck.js | |
| 79 | - function _classCallCheck(a, n) { | |
| 80 | - if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); | |
| 81 | - } | |
| 112 | + /** | |
| 113 | + * @param {string} version1 | |
| 114 | + * @param {string} version2 | |
| 115 | + * | |
| 116 | + * @return {number} | |
| 117 | + */ | |
| 118 | + }, { | |
| 119 | + key: "compareVersion", | |
| 120 | + value: function compareVersion(version1, version2) { | |
| 121 | + var _this = this; | |
| 122 | + return [this.parseVersion(version1), this.parseVersion(version2)].map(function (versionObj) { | |
| 123 | + return _this.getTotalMajor(versionObj); | |
| 124 | + }).reduce(function (acc, major) { | |
| 125 | + return acc - major; | |
| 126 | + }); | |
| 127 | + } | |
| 82 | 128 | |
| 83 | -//#endregion | |
| 84 | -//#region node_modules/@babel/runtime/helpers/esm/typeof.js | |
| 85 | - function _typeof(o) { | |
| 86 | - "@babel/helpers - typeof"; | |
| 87 | - return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) { | |
| 88 | - return typeof o; | |
| 89 | - } : function(o) { | |
| 90 | - return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; | |
| 91 | - }, _typeof(o); | |
| 92 | - } | |
| 129 | + /** | |
| 130 | + * @param {string} version | |
| 131 | + * | |
| 132 | + * @return {boolean} | |
| 133 | + */ | |
| 134 | + }, { | |
| 135 | + key: "isSoftDeprecated", | |
| 136 | + value: function isSoftDeprecated(version) { | |
| 137 | + var total = this.compareVersion(version, elementorDevToolsConfig.deprecation.current_version); | |
| 138 | + return total <= elementorDevToolsConfig.deprecation.soft_version_count; | |
| 139 | + } | |
| 93 | 140 | |
| 94 | -//#endregion | |
| 95 | -//#region node_modules/@babel/runtime/helpers/esm/toPrimitive.js | |
| 96 | - function toPrimitive(t, r) { | |
| 97 | - if ("object" != _typeof(t) || !t) return t; | |
| 98 | - var e = t[Symbol.toPrimitive]; | |
| 99 | - if (void 0 !== e) { | |
| 100 | - var i = e.call(t, r || "default"); | |
| 101 | - if ("object" != _typeof(i)) return i; | |
| 102 | - throw new TypeError("@@toPrimitive must return a primitive value."); | |
| 103 | - } | |
| 104 | - return ("string" === r ? String : Number)(t); | |
| 105 | - } | |
| 141 | + /** | |
| 142 | + * @param {string} version | |
| 143 | + * @return {boolean} | |
| 144 | + */ | |
| 145 | + }, { | |
| 146 | + key: "isHardDeprecated", | |
| 147 | + value: function isHardDeprecated(version) { | |
| 148 | + var total = this.compareVersion(version, elementorDevToolsConfig.deprecation.current_version); | |
| 149 | + return total < 0 || total >= elementorDevToolsConfig.deprecation.hard_version_count; | |
| 150 | + } | |
| 151 | + }]); | |
| 152 | +}(); | |
| 106 | 153 | |
| 107 | -//#endregion | |
| 108 | -//#region node_modules/@babel/runtime/helpers/esm/toPropertyKey.js | |
| 109 | - function toPropertyKey(t) { | |
| 110 | - var i = toPrimitive(t, "string"); | |
| 111 | - return "symbol" == _typeof(i) ? i : i + ""; | |
| 112 | - } | |
| 154 | +/***/ }), | |
| 113 | 155 | |
| 114 | -//#endregion | |
| 115 | -//#region node_modules/@babel/runtime/helpers/esm/createClass.js | |
| 116 | - function _defineProperties(e, r) { | |
| 117 | - for (var t = 0; t < r.length; t++) { | |
| 118 | - var o = r[t]; | |
| 119 | - o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o); | |
| 120 | - } | |
| 121 | - } | |
| 122 | - function _createClass(e, r, t) { | |
| 123 | - return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; | |
| 124 | - } | |
| 156 | +/***/ "../modules/dev-tools/assets/js/module.js": | |
| 157 | +/*!************************************************!*\ | |
| 158 | + !*** ../modules/dev-tools/assets/js/module.js ***! | |
| 159 | + \************************************************/ | |
| 160 | +/***/ ((__unused_webpack_module, exports, __webpack_require__) => { | |
| 125 | 161 | |
| 126 | -//#endregion | |
| 127 | -//#region modules/dev-tools/assets/js/deprecation.js | |
| 128 | -/** | |
| 129 | - * @typedef {Object} Version | |
| 130 | - * @property {number} major1 The first number | |
| 131 | - * @property {number} major2 The second number | |
| 132 | - * @property {number} minor The third number | |
| 133 | - * @property {string} build The fourth number | |
| 134 | - */ | |
| 135 | - /** | |
| 136 | - * @param {string} name | |
| 137 | - * @param {string} version | |
| 138 | - * @param {string} replacement | |
| 139 | - */ | |
| 140 | - var softDeprecated = function softDeprecated(name, version, replacement) { | |
| 141 | - if (elementorDevToolsConfig.isDebug) deprecatedMessage("soft", name, version, replacement); | |
| 142 | - }; | |
| 143 | - var hardDeprecated = function hardDeprecated(name, version, replacement) { | |
| 144 | - deprecatedMessage("hard", name, version, replacement); | |
| 145 | - }; | |
| 146 | - var deprecatedMessage = function deprecatedMessage(type, name, version, replacement) { | |
| 147 | - var message = "`".concat(name, "` is ").concat(type, " deprecated since ").concat(version); | |
| 148 | - if (replacement) message += " - Use `".concat(replacement, "` instead"); | |
| 149 | - elementorDevTools.consoleWarn(message); | |
| 150 | - }; | |
| 151 | - var Deprecation = /*#__PURE__*/ function() { | |
| 152 | - function Deprecation() { | |
| 153 | - _classCallCheck(this, Deprecation); | |
| 154 | - } | |
| 155 | - return _createClass(Deprecation, [ | |
| 156 | - { | |
| 157 | - key: "deprecated", | |
| 158 | - value: function deprecated(name, version, replacement) { | |
| 159 | - if (this.isHardDeprecated(version)) hardDeprecated(name, version, replacement); | |
| 160 | - else softDeprecated(name, version, replacement); | |
| 161 | - } | |
| 162 | - }, | |
| 163 | - { | |
| 164 | - key: "parseVersion", | |
| 165 | - value: function parseVersion(version) { | |
| 166 | - var versionParts = version.split("."); | |
| 167 | - if (versionParts.length < 3 || versionParts.length > 4) throw new RangeError("Invalid Semantic Version string provided"); | |
| 168 | - var _versionParts = _slicedToArray(versionParts, 4); | |
| 169 | - var major1 = _versionParts[0]; | |
| 170 | - var major2 = _versionParts[1]; | |
| 171 | - var minor = _versionParts[2]; | |
| 172 | - var _versionParts$ = _versionParts[3]; | |
| 173 | - return { | |
| 174 | - major1: parseInt(major1), | |
| 175 | - major2: parseInt(major2), | |
| 176 | - minor: parseInt(minor), | |
| 177 | - build: _versionParts$ === void 0 ? "" : _versionParts$ | |
| 178 | - }; | |
| 179 | - } | |
| 180 | - }, | |
| 181 | - { | |
| 182 | - key: "getTotalMajor", | |
| 183 | - value: function getTotalMajor(versionObj) { | |
| 184 | - var total = parseInt("".concat(versionObj.major1).concat(versionObj.major2, "0")); | |
| 185 | - total = Number((total / 10).toFixed(0)); | |
| 186 | - if (versionObj.major2 > 9) total = versionObj.major2 - 9; | |
| 187 | - return total; | |
| 188 | - } | |
| 189 | - }, | |
| 190 | - { | |
| 191 | - key: "compareVersion", | |
| 192 | - value: function compareVersion(version1, version2) { | |
| 193 | - var _this = this; | |
| 194 | - return [this.parseVersion(version1), this.parseVersion(version2)].map(function(versionObj) { | |
| 195 | - return _this.getTotalMajor(versionObj); | |
| 196 | - }).reduce(function(acc, major) { | |
| 197 | - return acc - major; | |
| 198 | - }); | |
| 199 | - } | |
| 200 | - }, | |
| 201 | - { | |
| 202 | - key: "isSoftDeprecated", | |
| 203 | - value: function isSoftDeprecated(version) { | |
| 204 | - return this.compareVersion(version, elementorDevToolsConfig.deprecation.current_version) <= elementorDevToolsConfig.deprecation.soft_version_count; | |
| 205 | - } | |
| 206 | - }, | |
| 207 | - { | |
| 208 | - key: "isHardDeprecated", | |
| 209 | - value: function isHardDeprecated(version) { | |
| 210 | - var total = this.compareVersion(version, elementorDevToolsConfig.deprecation.current_version); | |
| 211 | - return total < 0 || total >= elementorDevToolsConfig.deprecation.hard_version_count; | |
| 212 | - } | |
| 213 | - } | |
| 214 | - ]); | |
| 215 | - }(); | |
| 162 | +"use strict"; | |
| 216 | 163 | |
| 217 | -//#endregion | |
| 218 | -//#region node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js | |
| 219 | - function _arrayWithoutHoles(r) { | |
| 220 | - if (Array.isArray(r)) return _arrayLikeToArray(r); | |
| 221 | - } | |
| 222 | 164 | |
| 223 | -//#endregion | |
| 224 | -//#region node_modules/@babel/runtime/helpers/esm/iterableToArray.js | |
| 225 | - function _iterableToArray(r) { | |
| 226 | - if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); | |
| 227 | - } | |
| 165 | +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); | |
| 166 | +Object.defineProperty(exports, "__esModule", ({ | |
| 167 | + value: true | |
| 168 | +})); | |
| 169 | +exports["default"] = void 0; | |
| 170 | +var _toConsumableArray2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/toConsumableArray */ "../node_modules/@babel/runtime/helpers/toConsumableArray.js")); | |
| 171 | +var _slicedToArray2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "../node_modules/@babel/runtime/helpers/slicedToArray.js")); | |
| 172 | +var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); | |
| 173 | +var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); | |
| 174 | +var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "../node_modules/@babel/runtime/helpers/defineProperty.js")); | |
| 175 | +var _deprecation = _interopRequireDefault(__webpack_require__(/*! ./deprecation */ "../modules/dev-tools/assets/js/deprecation.js")); | |
| 176 | +/* global elementorDevToolsConfig */ | |
| 177 | +var Module = exports["default"] = /*#__PURE__*/function () { | |
| 178 | + function Module(deprecation) { | |
| 179 | + (0, _classCallCheck2.default)(this, Module); | |
| 180 | + /** | |
| 181 | + * @type {Deprecation} | |
| 182 | + */ | |
| 183 | + (0, _defineProperty2.default)(this, "deprecation", void 0); | |
| 184 | + this.deprecation = deprecation; | |
| 185 | + } | |
| 186 | + return (0, _createClass2.default)(Module, [{ | |
| 187 | + key: "notifyBackendDeprecations", | |
| 188 | + value: function notifyBackendDeprecations() { | |
| 189 | + var _this = this; | |
| 190 | + var notices = elementorDevToolsConfig.deprecation.soft_notices; | |
| 191 | + Object.entries(notices).forEach(function (_ref) { | |
| 192 | + var _this$deprecation; | |
| 193 | + var _ref2 = (0, _slicedToArray2.default)(_ref, 2), | |
| 194 | + key = _ref2[0], | |
| 195 | + notice = _ref2[1]; | |
| 196 | + (_this$deprecation = _this.deprecation).deprecated.apply(_this$deprecation, [key].concat((0, _toConsumableArray2.default)(notice))); | |
| 197 | + }); | |
| 198 | + } | |
| 199 | + }, { | |
| 200 | + key: "consoleWarn", | |
| 201 | + value: function consoleWarn() { | |
| 202 | + var _console; | |
| 203 | + var style = "font-size: 12px; background-image: url(\"".concat(elementorDevToolsConfig.urls.assets, "images/logo-icon.png\"); background-repeat: no-repeat; background-size: contain;"); | |
| 204 | + for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { | |
| 205 | + args[_key] = arguments[_key]; | |
| 206 | + } | |
| 207 | + args.unshift('%c %c', style, ''); | |
| 208 | + (_console = console).warn.apply(_console, args); // eslint-disable-line no-console | |
| 209 | + } | |
| 210 | + }]); | |
| 211 | +}(); | |
| 228 | 212 | |
| 229 | -//#endregion | |
| 230 | -//#region node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js | |
| 231 | - function _nonIterableSpread() { | |
| 232 | - throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); | |
| 233 | - } | |
| 213 | +/***/ }), | |
| 234 | 214 | |
| 235 | -//#endregion | |
| 236 | -//#region node_modules/@babel/runtime/helpers/esm/toConsumableArray.js | |
| 237 | - function _toConsumableArray(r) { | |
| 238 | - return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); | |
| 239 | - } | |
| 215 | +/***/ "../node_modules/@babel/runtime/helpers/arrayLikeToArray.js": | |
| 216 | +/*!******************************************************************!*\ | |
| 217 | + !*** ../node_modules/@babel/runtime/helpers/arrayLikeToArray.js ***! | |
| 218 | + \******************************************************************/ | |
| 219 | +/***/ ((module) => { | |
| 240 | 220 | |
| 241 | -//#endregion | |
| 242 | -//#region node_modules/@babel/runtime/helpers/esm/defineProperty.js | |
| 243 | - function _defineProperty(e, r, t) { | |
| 244 | - return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, { | |
| 245 | - value: t, | |
| 246 | - enumerable: !0, | |
| 247 | - configurable: !0, | |
| 248 | - writable: !0 | |
| 249 | - }) : e[r] = t, e; | |
| 250 | - } | |
| 221 | +function _arrayLikeToArray(r, a) { | |
| 222 | + (null == a || a > r.length) && (a = r.length); | |
| 223 | + for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; | |
| 224 | + return n; | |
| 225 | +} | |
| 226 | +module.exports = _arrayLikeToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 251 | 227 | |
| 252 | -//#endregion | |
| 253 | -//#region modules/dev-tools/assets/js/module.js | |
| 254 | -/** | |
| 255 | - * @typedef {import('./deprecation').default} Deprecation | |
| 256 | - */ | |
| 257 | - var Module = /*#__PURE__*/ function() { | |
| 258 | - function Module(deprecation) { | |
| 259 | - _classCallCheck(this, Module); | |
| 260 | - /** | |
| 261 | - * @type {Deprecation} | |
| 262 | - */ | |
| 263 | - _defineProperty(this, "deprecation", void 0); | |
| 264 | - this.deprecation = deprecation; | |
| 265 | - } | |
| 266 | - return _createClass(Module, [{ | |
| 267 | - key: "notifyBackendDeprecations", | |
| 268 | - value: function notifyBackendDeprecations() { | |
| 269 | - var _this = this; | |
| 270 | - var notices = elementorDevToolsConfig.deprecation.soft_notices; | |
| 271 | - Object.entries(notices).forEach(function(_ref) { | |
| 272 | - var _this$deprecation; | |
| 273 | - var _ref2 = _slicedToArray(_ref, 2); | |
| 274 | - var key = _ref2[0]; | |
| 275 | - var notice = _ref2[1]; | |
| 276 | - (_this$deprecation = _this.deprecation).deprecated.apply(_this$deprecation, [key].concat(_toConsumableArray(notice))); | |
| 277 | - }); | |
| 278 | - } | |
| 279 | - }, { | |
| 280 | - key: "consoleWarn", | |
| 281 | - value: function consoleWarn() { | |
| 282 | - var _console; | |
| 283 | - var style = "font-size: 12px; background-image: url(\"".concat(elementorDevToolsConfig.urls.assets, "images/logo-icon.png\"); background-repeat: no-repeat; background-size: contain;"); | |
| 284 | - for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) args[_key] = arguments[_key]; | |
| 285 | - args.unshift("%c %c", style, ""); | |
| 286 | - (_console = console).warn.apply(_console, args); | |
| 287 | - } | |
| 288 | - }]); | |
| 289 | - }(); | |
| 228 | +/***/ }), | |
| 290 | 229 | |
| 291 | -//#endregion | |
| 292 | -//#region modules/dev-tools/assets/js/index.js | |
| 293 | - if (!window.elementorDevTools) { | |
| 294 | - window.elementorDevTools = new Module(new Deprecation()); | |
| 295 | - window.elementorDevTools.notifyBackendDeprecations(); | |
| 296 | - } | |
| 230 | +/***/ "../node_modules/@babel/runtime/helpers/arrayWithHoles.js": | |
| 231 | +/*!****************************************************************!*\ | |
| 232 | + !*** ../node_modules/@babel/runtime/helpers/arrayWithHoles.js ***! | |
| 233 | + \****************************************************************/ | |
| 234 | +/***/ ((module) => { | |
| 297 | 235 | |
| 298 | -//#endregion | |
| 236 | +function _arrayWithHoles(r) { | |
| 237 | + if (Array.isArray(r)) return r; | |
| 238 | +} | |
| 239 | +module.exports = _arrayWithHoles, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 240 | + | |
| 241 | +/***/ }), | |
| 242 | + | |
| 243 | +/***/ "../node_modules/@babel/runtime/helpers/arrayWithoutHoles.js": | |
| 244 | +/*!*******************************************************************!*\ | |
| 245 | + !*** ../node_modules/@babel/runtime/helpers/arrayWithoutHoles.js ***! | |
| 246 | + \*******************************************************************/ | |
| 247 | +/***/ ((module, __unused_webpack_exports, __webpack_require__) => { | |
| 248 | + | |
| 249 | +var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray.js */ "../node_modules/@babel/runtime/helpers/arrayLikeToArray.js"); | |
| 250 | +function _arrayWithoutHoles(r) { | |
| 251 | + if (Array.isArray(r)) return arrayLikeToArray(r); | |
| 252 | +} | |
| 253 | +module.exports = _arrayWithoutHoles, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 254 | + | |
| 255 | +/***/ }), | |
| 256 | + | |
| 257 | +/***/ "../node_modules/@babel/runtime/helpers/classCallCheck.js": | |
| 258 | +/*!****************************************************************!*\ | |
| 259 | + !*** ../node_modules/@babel/runtime/helpers/classCallCheck.js ***! | |
| 260 | + \****************************************************************/ | |
| 261 | +/***/ ((module) => { | |
| 262 | + | |
| 263 | +function _classCallCheck(a, n) { | |
| 264 | + if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); | |
| 265 | +} | |
| 266 | +module.exports = _classCallCheck, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 267 | + | |
| 268 | +/***/ }), | |
| 269 | + | |
| 270 | +/***/ "../node_modules/@babel/runtime/helpers/createClass.js": | |
| 271 | +/*!*************************************************************!*\ | |
| 272 | + !*** ../node_modules/@babel/runtime/helpers/createClass.js ***! | |
| 273 | + \*************************************************************/ | |
| 274 | +/***/ ((module, __unused_webpack_exports, __webpack_require__) => { | |
| 275 | + | |
| 276 | +var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../node_modules/@babel/runtime/helpers/toPropertyKey.js"); | |
| 277 | +function _defineProperties(e, r) { | |
| 278 | + for (var t = 0; t < r.length; t++) { | |
| 279 | + var o = r[t]; | |
| 280 | + o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o); | |
| 281 | + } | |
| 282 | +} | |
| 283 | +function _createClass(e, r, t) { | |
| 284 | + return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { | |
| 285 | + writable: !1 | |
| 286 | + }), e; | |
| 287 | +} | |
| 288 | +module.exports = _createClass, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 289 | + | |
| 290 | +/***/ }), | |
| 291 | + | |
| 292 | +/***/ "../node_modules/@babel/runtime/helpers/defineProperty.js": | |
| 293 | +/*!****************************************************************!*\ | |
| 294 | + !*** ../node_modules/@babel/runtime/helpers/defineProperty.js ***! | |
| 295 | + \****************************************************************/ | |
| 296 | +/***/ ((module, __unused_webpack_exports, __webpack_require__) => { | |
| 297 | + | |
| 298 | +var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../node_modules/@babel/runtime/helpers/toPropertyKey.js"); | |
| 299 | +function _defineProperty(e, r, t) { | |
| 300 | + return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, { | |
| 301 | + value: t, | |
| 302 | + enumerable: !0, | |
| 303 | + configurable: !0, | |
| 304 | + writable: !0 | |
| 305 | + }) : e[r] = t, e; | |
| 306 | +} | |
| 307 | +module.exports = _defineProperty, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 308 | + | |
| 309 | +/***/ }), | |
| 310 | + | |
| 311 | +/***/ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js": | |
| 312 | +/*!***********************************************************************!*\ | |
| 313 | + !*** ../node_modules/@babel/runtime/helpers/interopRequireDefault.js ***! | |
| 314 | + \***********************************************************************/ | |
| 315 | +/***/ ((module) => { | |
| 316 | + | |
| 317 | +function _interopRequireDefault(e) { | |
| 318 | + return e && e.__esModule ? e : { | |
| 319 | + "default": e | |
| 320 | + }; | |
| 321 | +} | |
| 322 | +module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 323 | + | |
| 324 | +/***/ }), | |
| 325 | + | |
| 326 | +/***/ "../node_modules/@babel/runtime/helpers/iterableToArray.js": | |
| 327 | +/*!*****************************************************************!*\ | |
| 328 | + !*** ../node_modules/@babel/runtime/helpers/iterableToArray.js ***! | |
| 329 | + \*****************************************************************/ | |
| 330 | +/***/ ((module) => { | |
| 331 | + | |
| 332 | +function _iterableToArray(r) { | |
| 333 | + if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); | |
| 334 | +} | |
| 335 | +module.exports = _iterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 336 | + | |
| 337 | +/***/ }), | |
| 338 | + | |
| 339 | +/***/ "../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js": | |
| 340 | +/*!**********************************************************************!*\ | |
| 341 | + !*** ../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js ***! | |
| 342 | + \**********************************************************************/ | |
| 343 | +/***/ ((module) => { | |
| 344 | + | |
| 345 | +function _iterableToArrayLimit(r, l) { | |
| 346 | + var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; | |
| 347 | + if (null != t) { | |
| 348 | + var e, | |
| 349 | + n, | |
| 350 | + i, | |
| 351 | + u, | |
| 352 | + a = [], | |
| 353 | + f = !0, | |
| 354 | + o = !1; | |
| 355 | + try { | |
| 356 | + if (i = (t = t.call(r)).next, 0 === l) { | |
| 357 | + if (Object(t) !== t) return; | |
| 358 | + f = !1; | |
| 359 | + } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); | |
| 360 | + } catch (r) { | |
| 361 | + o = !0, n = r; | |
| 362 | + } finally { | |
| 363 | + try { | |
| 364 | + if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; | |
| 365 | + } finally { | |
| 366 | + if (o) throw n; | |
| 367 | + } | |
| 368 | + } | |
| 369 | + return a; | |
| 370 | + } | |
| 371 | +} | |
| 372 | +module.exports = _iterableToArrayLimit, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 373 | + | |
| 374 | +/***/ }), | |
| 375 | + | |
| 376 | +/***/ "../node_modules/@babel/runtime/helpers/nonIterableRest.js": | |
| 377 | +/*!*****************************************************************!*\ | |
| 378 | + !*** ../node_modules/@babel/runtime/helpers/nonIterableRest.js ***! | |
| 379 | + \*****************************************************************/ | |
| 380 | +/***/ ((module) => { | |
| 381 | + | |
| 382 | +function _nonIterableRest() { | |
| 383 | + throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); | |
| 384 | +} | |
| 385 | +module.exports = _nonIterableRest, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 386 | + | |
| 387 | +/***/ }), | |
| 388 | + | |
| 389 | +/***/ "../node_modules/@babel/runtime/helpers/nonIterableSpread.js": | |
| 390 | +/*!*******************************************************************!*\ | |
| 391 | + !*** ../node_modules/@babel/runtime/helpers/nonIterableSpread.js ***! | |
| 392 | + \*******************************************************************/ | |
| 393 | +/***/ ((module) => { | |
| 394 | + | |
| 395 | +function _nonIterableSpread() { | |
| 396 | + throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); | |
| 397 | +} | |
| 398 | +module.exports = _nonIterableSpread, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 399 | + | |
| 400 | +/***/ }), | |
| 401 | + | |
| 402 | +/***/ "../node_modules/@babel/runtime/helpers/slicedToArray.js": | |
| 403 | +/*!***************************************************************!*\ | |
| 404 | + !*** ../node_modules/@babel/runtime/helpers/slicedToArray.js ***! | |
| 405 | + \***************************************************************/ | |
| 406 | +/***/ ((module, __unused_webpack_exports, __webpack_require__) => { | |
| 407 | + | |
| 408 | +var arrayWithHoles = __webpack_require__(/*! ./arrayWithHoles.js */ "../node_modules/@babel/runtime/helpers/arrayWithHoles.js"); | |
| 409 | +var iterableToArrayLimit = __webpack_require__(/*! ./iterableToArrayLimit.js */ "../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js"); | |
| 410 | +var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"); | |
| 411 | +var nonIterableRest = __webpack_require__(/*! ./nonIterableRest.js */ "../node_modules/@babel/runtime/helpers/nonIterableRest.js"); | |
| 412 | +function _slicedToArray(r, e) { | |
| 413 | + return arrayWithHoles(r) || iterableToArrayLimit(r, e) || unsupportedIterableToArray(r, e) || nonIterableRest(); | |
| 414 | +} | |
| 415 | +module.exports = _slicedToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 416 | + | |
| 417 | +/***/ }), | |
| 418 | + | |
| 419 | +/***/ "../node_modules/@babel/runtime/helpers/toConsumableArray.js": | |
| 420 | +/*!*******************************************************************!*\ | |
| 421 | + !*** ../node_modules/@babel/runtime/helpers/toConsumableArray.js ***! | |
| 422 | + \*******************************************************************/ | |
| 423 | +/***/ ((module, __unused_webpack_exports, __webpack_require__) => { | |
| 424 | + | |
| 425 | +var arrayWithoutHoles = __webpack_require__(/*! ./arrayWithoutHoles.js */ "../node_modules/@babel/runtime/helpers/arrayWithoutHoles.js"); | |
| 426 | +var iterableToArray = __webpack_require__(/*! ./iterableToArray.js */ "../node_modules/@babel/runtime/helpers/iterableToArray.js"); | |
| 427 | +var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"); | |
| 428 | +var nonIterableSpread = __webpack_require__(/*! ./nonIterableSpread.js */ "../node_modules/@babel/runtime/helpers/nonIterableSpread.js"); | |
| 429 | +function _toConsumableArray(r) { | |
| 430 | + return arrayWithoutHoles(r) || iterableToArray(r) || unsupportedIterableToArray(r) || nonIterableSpread(); | |
| 431 | +} | |
| 432 | +module.exports = _toConsumableArray, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 433 | + | |
| 434 | +/***/ }), | |
| 435 | + | |
| 436 | +/***/ "../node_modules/@babel/runtime/helpers/toPrimitive.js": | |
| 437 | +/*!*************************************************************!*\ | |
| 438 | + !*** ../node_modules/@babel/runtime/helpers/toPrimitive.js ***! | |
| 439 | + \*************************************************************/ | |
| 440 | +/***/ ((module, __unused_webpack_exports, __webpack_require__) => { | |
| 441 | + | |
| 442 | +var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); | |
| 443 | +function toPrimitive(t, r) { | |
| 444 | + if ("object" != _typeof(t) || !t) return t; | |
| 445 | + var e = t[Symbol.toPrimitive]; | |
| 446 | + if (void 0 !== e) { | |
| 447 | + var i = e.call(t, r || "default"); | |
| 448 | + if ("object" != _typeof(i)) return i; | |
| 449 | + throw new TypeError("@@toPrimitive must return a primitive value."); | |
| 450 | + } | |
| 451 | + return ("string" === r ? String : Number)(t); | |
| 452 | +} | |
| 453 | +module.exports = toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 454 | + | |
| 455 | +/***/ }), | |
| 456 | + | |
| 457 | +/***/ "../node_modules/@babel/runtime/helpers/toPropertyKey.js": | |
| 458 | +/*!***************************************************************!*\ | |
| 459 | + !*** ../node_modules/@babel/runtime/helpers/toPropertyKey.js ***! | |
| 460 | + \***************************************************************/ | |
| 461 | +/***/ ((module, __unused_webpack_exports, __webpack_require__) => { | |
| 462 | + | |
| 463 | +var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); | |
| 464 | +var toPrimitive = __webpack_require__(/*! ./toPrimitive.js */ "../node_modules/@babel/runtime/helpers/toPrimitive.js"); | |
| 465 | +function toPropertyKey(t) { | |
| 466 | + var i = toPrimitive(t, "string"); | |
| 467 | + return "symbol" == _typeof(i) ? i : i + ""; | |
| 468 | +} | |
| 469 | +module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 470 | + | |
| 471 | +/***/ }), | |
| 472 | + | |
| 473 | +/***/ "../node_modules/@babel/runtime/helpers/typeof.js": | |
| 474 | +/*!********************************************************!*\ | |
| 475 | + !*** ../node_modules/@babel/runtime/helpers/typeof.js ***! | |
| 476 | + \********************************************************/ | |
| 477 | +/***/ ((module) => { | |
| 478 | + | |
| 479 | +function _typeof(o) { | |
| 480 | + "@babel/helpers - typeof"; | |
| 481 | + | |
| 482 | + return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { | |
| 483 | + return typeof o; | |
| 484 | + } : function (o) { | |
| 485 | + return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; | |
| 486 | + }, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o); | |
| 487 | +} | |
| 488 | +module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 489 | + | |
| 490 | +/***/ }), | |
| 491 | + | |
| 492 | +/***/ "../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js": | |
| 493 | +/*!****************************************************************************!*\ | |
| 494 | + !*** ../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js ***! | |
| 495 | + \****************************************************************************/ | |
| 496 | +/***/ ((module, __unused_webpack_exports, __webpack_require__) => { | |
| 497 | + | |
| 498 | +var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray.js */ "../node_modules/@babel/runtime/helpers/arrayLikeToArray.js"); | |
| 499 | +function _unsupportedIterableToArray(r, a) { | |
| 500 | + if (r) { | |
| 501 | + if ("string" == typeof r) return arrayLikeToArray(r, a); | |
| 502 | + var t = {}.toString.call(r).slice(8, -1); | |
| 503 | + return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? arrayLikeToArray(r, a) : void 0; | |
| 504 | + } | |
| 505 | +} | |
| 506 | +module.exports = _unsupportedIterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 507 | + | |
| 508 | +/***/ }) | |
| 509 | + | |
| 510 | +/******/ }); | |
| 511 | +/************************************************************************/ | |
| 512 | +/******/ // The module cache | |
| 513 | +/******/ var __webpack_module_cache__ = {}; | |
| 514 | +/******/ | |
| 515 | +/******/ // The require function | |
| 516 | +/******/ function __webpack_require__(moduleId) { | |
| 517 | +/******/ // Check if module is in cache | |
| 518 | +/******/ var cachedModule = __webpack_module_cache__[moduleId]; | |
| 519 | +/******/ if (cachedModule !== undefined) { | |
| 520 | +/******/ return cachedModule.exports; | |
| 521 | +/******/ } | |
| 522 | +/******/ // Create a new module (and put it into the cache) | |
| 523 | +/******/ var module = __webpack_module_cache__[moduleId] = { | |
| 524 | +/******/ // no module.id needed | |
| 525 | +/******/ // no module.loaded needed | |
| 526 | +/******/ exports: {} | |
| 527 | +/******/ }; | |
| 528 | +/******/ | |
| 529 | +/******/ // Execute the module function | |
| 530 | +/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); | |
| 531 | +/******/ | |
| 532 | +/******/ // Return the exports of the module | |
| 533 | +/******/ return module.exports; | |
| 534 | +/******/ } | |
| 535 | +/******/ | |
| 536 | +/************************************************************************/ | |
| 537 | +var __webpack_exports__ = {}; | |
| 538 | +// This entry need to be wrapped in an IIFE because it need to be in strict mode. | |
| 539 | +(() => { | |
| 540 | +"use strict"; | |
| 541 | +/*!***********************************************!*\ | |
| 542 | + !*** ../modules/dev-tools/assets/js/index.js ***! | |
| 543 | + \***********************************************/ | |
| 544 | + | |
| 545 | + | |
| 546 | +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); | |
| 547 | +var _deprecation = _interopRequireDefault(__webpack_require__(/*! ./deprecation */ "../modules/dev-tools/assets/js/deprecation.js")); | |
| 548 | +var _module = _interopRequireDefault(__webpack_require__(/*! ./module */ "../modules/dev-tools/assets/js/module.js")); | |
| 549 | +if (!window.elementorDevTools) { | |
| 550 | + window.elementorDevTools = new _module.default(new _deprecation.default()); | |
| 551 | + window.elementorDevTools.notifyBackendDeprecations(); | |
| 552 | +} | |
| 299 | 553 | })(); |
| 554 | + | |
| 555 | +/******/ })() | |
| 556 | +; | |
| 300 | 557 | //# sourceMappingURL=dev-tools.js.map |