| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.20.0 - 20-03-2024 */ | |
| 1 | 2 | /******/ (() => { // webpackBootstrap |
| 2 | 3 | /******/ var __webpack_modules__ = ({ |
| 3 | 4 | |
| 4 | 5 | /***/ "../assets/dev/js/utils/events.js": |
| @@ -16,13 +17,13 @@ | ||
| 16 | 17 | })); |
| 17 | 18 | exports["default"] = exports.Events = void 0; |
| 18 | 19 | var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); |
| 19 | 20 | var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); |
| 20 | -var Events = exports.Events = /*#__PURE__*/function () { | |
| 21 | +var Events = /*#__PURE__*/function () { | |
| 21 | 22 | function Events() { |
| 22 | 23 | (0, _classCallCheck2.default)(this, Events); |
| 23 | 24 | } |
| 24 | - return (0, _createClass2.default)(Events, null, [{ | |
| 25 | + (0, _createClass2.default)(Events, null, [{ | |
| 25 | 26 | key: "dispatch", |
| 26 | 27 | value: |
| 27 | 28 | /** |
| 28 | 29 | * Dispatch an Elementor event. |
| @@ -56,13 +57,38 @@ | ||
| 56 | 57 | detail: data |
| 57 | 58 | })); |
| 58 | 59 | } |
| 59 | 60 | }]); |
| 61 | + return Events; | |
| 60 | 62 | }(); |
| 61 | -var _default = exports["default"] = Events; | |
| 63 | +exports.Events = Events; | |
| 64 | +var _default = Events; | |
| 65 | +exports["default"] = _default; | |
| 62 | 66 | |
| 63 | 67 | /***/ }), |
| 64 | 68 | |
| 69 | +/***/ "react": | |
| 70 | +/*!************************!*\ | |
| 71 | + !*** external "React" ***! | |
| 72 | + \************************/ | |
| 73 | +/***/ ((module) => { | |
| 74 | + | |
| 75 | +"use strict"; | |
| 76 | +module.exports = React; | |
| 77 | + | |
| 78 | +/***/ }), | |
| 79 | + | |
| 80 | +/***/ "@wordpress/i18n": | |
| 81 | +/*!**************************!*\ | |
| 82 | + !*** external "wp.i18n" ***! | |
| 83 | + \**************************/ | |
| 84 | +/***/ ((module) => { | |
| 85 | + | |
| 86 | +"use strict"; | |
| 87 | +module.exports = wp.i18n; | |
| 88 | + | |
| 89 | +/***/ }), | |
| 90 | + | |
| 65 | 91 | /***/ "../node_modules/@babel/runtime/helpers/classCallCheck.js": |
| 66 | 92 | /*!****************************************************************!*\ |
| 67 | 93 | !*** ../node_modules/@babel/runtime/helpers/classCallCheck.js ***! |
| 68 | 94 | \****************************************************************/ |
| @@ -67,10 +93,12 @@ | ||
| 67 | 93 | !*** ../node_modules/@babel/runtime/helpers/classCallCheck.js ***! |
| 68 | 94 | \****************************************************************/ |
| 69 | 95 | /***/ ((module) => { |
| 70 | 96 | |
| 71 | -function _classCallCheck(a, n) { | |
| 72 | - if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); | |
| 97 | +function _classCallCheck(instance, Constructor) { | |
| 98 | + if (!(instance instanceof Constructor)) { | |
| 99 | + throw new TypeError("Cannot call a class as a function"); | |
| 100 | + } | |
| 73 | 101 | } |
| 74 | 102 | module.exports = _classCallCheck, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 75 | 103 | |
| 76 | 104 | /***/ }), |
| @@ -81,18 +109,24 @@ | ||
| 81 | 109 | \*************************************************************/ |
| 82 | 110 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 83 | 111 | |
| 84 | 112 | var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../node_modules/@babel/runtime/helpers/toPropertyKey.js"); |
| 85 | -function _defineProperties(e, r) { | |
| 86 | - for (var t = 0; t < r.length; t++) { | |
| 87 | - var o = r[t]; | |
| 88 | - o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o); | |
| 113 | +function _defineProperties(target, props) { | |
| 114 | + for (var i = 0; i < props.length; i++) { | |
| 115 | + var descriptor = props[i]; | |
| 116 | + descriptor.enumerable = descriptor.enumerable || false; | |
| 117 | + descriptor.configurable = true; | |
| 118 | + if ("value" in descriptor) descriptor.writable = true; | |
| 119 | + Object.defineProperty(target, toPropertyKey(descriptor.key), descriptor); | |
| 89 | 120 | } |
| 90 | 121 | } |
| 91 | -function _createClass(e, r, t) { | |
| 92 | - return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { | |
| 93 | - writable: !1 | |
| 94 | - }), e; | |
| 122 | +function _createClass(Constructor, protoProps, staticProps) { | |
| 123 | + if (protoProps) _defineProperties(Constructor.prototype, protoProps); | |
| 124 | + if (staticProps) _defineProperties(Constructor, staticProps); | |
| 125 | + Object.defineProperty(Constructor, "prototype", { | |
| 126 | + writable: false | |
| 127 | + }); | |
| 128 | + return Constructor; | |
| 95 | 129 | } |
| 96 | 130 | module.exports = _createClass, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 97 | 131 | |
| 98 | 132 | /***/ }), |
| @@ -102,11 +136,11 @@ | ||
| 102 | 136 | !*** ../node_modules/@babel/runtime/helpers/interopRequireDefault.js ***! |
| 103 | 137 | \***********************************************************************/ |
| 104 | 138 | /***/ ((module) => { |
| 105 | 139 | |
| 106 | -function _interopRequireDefault(e) { | |
| 107 | - return e && e.__esModule ? e : { | |
| 108 | - "default": e | |
| 140 | +function _interopRequireDefault(obj) { | |
| 141 | + return obj && obj.__esModule ? obj : { | |
| 142 | + "default": obj | |
| 109 | 143 | }; |
| 110 | 144 | } |
| 111 | 145 | module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 112 | 146 | |
| @@ -142,9 +176,9 @@ | ||
| 142 | 176 | var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); |
| 143 | 177 | var toPrimitive = __webpack_require__(/*! ./toPrimitive.js */ "../node_modules/@babel/runtime/helpers/toPrimitive.js"); |
| 144 | 178 | function toPropertyKey(t) { |
| 145 | 179 | var i = toPrimitive(t, "string"); |
| 146 | - return "symbol" == _typeof(i) ? i : i + ""; | |
| 180 | + return "symbol" == _typeof(i) ? i : String(i); | |
| 147 | 181 | } |
| 148 | 182 | module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 149 | 183 | |
| 150 | 184 | /***/ }), |
| @@ -157,38 +191,16 @@ | ||
| 157 | 191 | |
| 158 | 192 | function _typeof(o) { |
| 159 | 193 | "@babel/helpers - typeof"; |
| 160 | 194 | |
| 161 | - return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { | |
| 195 | + return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { | |
| 162 | 196 | return typeof o; |
| 163 | 197 | } : function (o) { |
| 164 | 198 | return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; |
| 165 | - }, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o); | |
| 199 | + }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o); | |
| 166 | 200 | } |
| 167 | 201 | module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 168 | 202 | |
| 169 | -/***/ }), | |
| 170 | - | |
| 171 | -/***/ "@wordpress/i18n": | |
| 172 | -/*!**************************!*\ | |
| 173 | - !*** external "wp.i18n" ***! | |
| 174 | - \**************************/ | |
| 175 | -/***/ ((module) => { | |
| 176 | - | |
| 177 | -"use strict"; | |
| 178 | -module.exports = wp.i18n; | |
| 179 | - | |
| 180 | -/***/ }), | |
| 181 | - | |
| 182 | -/***/ "react": | |
| 183 | -/*!************************!*\ | |
| 184 | - !*** external "React" ***! | |
| 185 | - \************************/ | |
| 186 | -/***/ ((module) => { | |
| 187 | - | |
| 188 | -"use strict"; | |
| 189 | -module.exports = React; | |
| 190 | - | |
| 191 | 203 | /***/ }) |
| 192 | 204 | |
| 193 | 205 | /******/ }); |
| 194 | 206 | /************************************************************************/ |
| @@ -237,12 +249,12 @@ | ||
| 237 | 249 | /******/ (() => { |
| 238 | 250 | /******/ // This function allow to reference async chunks |
| 239 | 251 | /******/ __webpack_require__.u = (chunkId) => { |
| 240 | 252 | /******/ // return url for filenames not based on template |
| 241 | -/******/ if (chunkId === "modules_nested-elements_assets_js_editor_module_js") return "3d410a099008411bb011.bundle.js"; | |
| 242 | -/******/ if (chunkId === "vendors-node_modules_prop-types_index_js-node_modules_babel_runtime_helpers_slicedToArray_js") return "6a19e86dd8c1f9165dbe.bundle.js"; | |
| 243 | -/******/ if (chunkId === "modules_nested-elements_assets_js_editor_nested-element-types-base_js") return "72f110786a2abe6cbba7.bundle.js"; | |
| 244 | -/******/ if (chunkId === "modules_nested-elements_assets_js_editor_views_view_js") return "197583acd246fea0e25d.bundle.js"; | |
| 253 | +/******/ if (chunkId === "modules_nested-elements_assets_js_editor_module_js") return "f9b37afff6a65f7b9541.bundle.js"; | |
| 254 | +/******/ if (chunkId === "vendors-node_modules_prop-types_index_js-node_modules_babel_runtime_helpers_slicedToArray_js") return "fd6a00ae23a1bc2c6190.bundle.js"; | |
| 255 | +/******/ if (chunkId === "modules_nested-elements_assets_js_editor_nested-element-types-base_js") return "e8a7573e654d921656ab.bundle.js"; | |
| 256 | +/******/ if (chunkId === "modules_nested-elements_assets_js_editor_views_view_js") return "46e544e5863270fc32f2.bundle.js"; | |
| 245 | 257 | /******/ // return url for filenames based on template |
| 246 | 258 | /******/ return undefined; |
| 247 | 259 | /******/ }; |
| 248 | 260 | /******/ })(); |
| @@ -283,8 +295,9 @@ | ||
| 283 | 295 | /******/ needAttach = true; |
| 284 | 296 | /******/ script = document.createElement('script'); |
| 285 | 297 | /******/ |
| 286 | 298 | /******/ script.charset = 'utf-8'; |
| 299 | +/******/ script.timeout = 120; | |
| 287 | 300 | /******/ if (__webpack_require__.nc) { |
| 288 | 301 | /******/ script.setAttribute("nonce", __webpack_require__.nc); |
| 289 | 302 | /******/ } |
| 290 | 303 | /******/ script.setAttribute("data-webpack", dataWebpackPrefix + key); |
| @@ -314,15 +327,15 @@ | ||
| 314 | 327 | /******/ var scriptUrl; |
| 315 | 328 | /******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + ""; |
| 316 | 329 | /******/ var document = __webpack_require__.g.document; |
| 317 | 330 | /******/ if (!scriptUrl && document) { |
| 318 | -/******/ if (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT') | |
| 331 | +/******/ if (document.currentScript) | |
| 319 | 332 | /******/ scriptUrl = document.currentScript.src; |
| 320 | 333 | /******/ if (!scriptUrl) { |
| 321 | 334 | /******/ var scripts = document.getElementsByTagName("script"); |
| 322 | 335 | /******/ if(scripts.length) { |
| 323 | 336 | /******/ var i = scripts.length - 1; |
| 324 | -/******/ while (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src; | |
| 337 | +/******/ while (i > -1 && !scriptUrl) scriptUrl = scripts[i--].src; | |
| 325 | 338 | /******/ } |
| 326 | 339 | /******/ } |
| 327 | 340 | /******/ } |
| 328 | 341 | /******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration |
| @@ -327,9 +340,9 @@ | ||
| 327 | 340 | /******/ } |
| 328 | 341 | /******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration |
| 329 | 342 | /******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic. |
| 330 | 343 | /******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser"); |
| 331 | -/******/ scriptUrl = scriptUrl.replace(/^blob:/, "").replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/"); | |
| 344 | +/******/ scriptUrl = scriptUrl.replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/"); | |
| 332 | 345 | /******/ __webpack_require__.p = scriptUrl; |
| 333 | 346 | /******/ })(); |
| 334 | 347 | /******/ |
| 335 | 348 | /******/ /* webpack/runtime/jsonp chunk loading */ |
| @@ -423,9 +436,9 @@ | ||
| 423 | 436 | /******/ })(); |
| 424 | 437 | /******/ |
| 425 | 438 | /************************************************************************/ |
| 426 | 439 | var __webpack_exports__ = {}; |
| 427 | -// This entry needs to be wrapped in an IIFE because it needs to be in strict mode. | |
| 440 | +// This entry need to be wrapped in an IIFE because it need to be in strict mode. | |
| 428 | 441 | (() => { |
| 429 | 442 | "use strict"; |
| 430 | 443 | /*!************************************************************!*\ |
| 431 | 444 | !*** ../modules/nested-elements/assets/js/editor/index.js ***! |