| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.26.0 - 07-01-2025 */ | |
| 1 | 2 | /******/ (() => { // webpackBootstrap |
| 2 | 3 | /******/ var __webpack_modules__ = ({ |
| 3 | 4 | |
| 4 | 5 | /***/ "../assets/dev/js/editor/command-bases/command-container-base.js": |
| @@ -133,9 +134,9 @@ | ||
| 133 | 134 | var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); |
| 134 | 135 | var _commandContainerBase = _interopRequireDefault(__webpack_require__(/*! elementor-editor/command-bases/command-container-base */ "../assets/dev/js/editor/command-bases/command-container-base.js")); |
| 135 | 136 | function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } |
| 136 | 137 | function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } |
| 137 | -function _superPropGet(t, o, e, r) { var p = (0, _get2.default)((0, _getPrototypeOf2.default)(1 & r ? t.prototype : t), o, e); return 2 & r && "function" == typeof p ? function (t) { return p.apply(e, t); } : p; } | |
| 138 | +function _superPropGet(t, e, o, r) { var p = (0, _get2.default)((0, _getPrototypeOf2.default)(1 & r ? t.prototype : t), e, o); return 2 & r && "function" == typeof p ? function (t) { return p.apply(o, t); } : p; } | |
| 138 | 139 | /** |
| 139 | 140 | * @name $e.modules.editor.document.CommandHistoryBase |
| 140 | 141 | */ |
| 141 | 142 | var CommandHistoryBase = exports["default"] = /*#__PURE__*/function (_CommandContainerBase) { |
| @@ -277,9 +278,9 @@ | ||
| 277 | 278 | var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "../node_modules/@babel/runtime/helpers/defineProperty.js")); |
| 278 | 279 | var _commandHistoryBase = _interopRequireDefault(__webpack_require__(/*! ./command-history-base */ "../assets/dev/js/editor/document/command-bases/command-history-base.js")); |
| 279 | 280 | function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } |
| 280 | 281 | function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } |
| 281 | -function _superPropGet(t, o, e, r) { var p = (0, _get2.default)((0, _getPrototypeOf2.default)(1 & r ? t.prototype : t), o, e); return 2 & r && "function" == typeof p ? function (t) { return p.apply(e, t); } : p; } | |
| 282 | +function _superPropGet(t, e, o, r) { var p = (0, _get2.default)((0, _getPrototypeOf2.default)(1 & r ? t.prototype : t), e, o); return 2 & r && "function" == typeof p ? function (t) { return p.apply(o, t); } : p; } | |
| 282 | 283 | var DEFAULT_DEBOUNCE_DELAY = exports.DEFAULT_DEBOUNCE_DELAY = 800; |
| 283 | 284 | |
| 284 | 285 | /** |
| 285 | 286 | * Function getDefaultDebounceDelay(). |
| @@ -409,10 +410,10 @@ | ||
| 409 | 410 | var _iterator = _createForOfIteratorHelper(constructors), |
| 410 | 411 | _step; |
| 411 | 412 | try { |
| 412 | 413 | for (_iterator.s(); !(_step = _iterator.n()).done;) { |
| 413 | - var constructor = _step.value; | |
| 414 | - if (object.constructor.name === constructor.prototype[Symbol.toStringTag]) { | |
| 414 | + var _constructor = _step.value; | |
| 415 | + if (object.constructor.name === _constructor.prototype[Symbol.toStringTag]) { | |
| 415 | 416 | return true; |
| 416 | 417 | } |
| 417 | 418 | } |
| 418 | 419 | } catch (err) { |
| @@ -577,9 +578,9 @@ | ||
| 577 | 578 | var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); |
| 578 | 579 | var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); |
| 579 | 580 | var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js")); |
| 580 | 581 | var _get2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/get */ "../node_modules/@babel/runtime/helpers/get.js")); |
| 581 | -function _superPropGet(t, o, e, r) { var p = (0, _get2.default)((0, _getPrototypeOf2.default)(1 & r ? t.prototype : t), o, e); return 2 & r && "function" == typeof p ? function (t) { return p.apply(e, t); } : p; } | |
| 582 | +function _superPropGet(t, e, o, r) { var p = (0, _get2.default)((0, _getPrototypeOf2.default)(1 & r ? t.prototype : t), e, o); return 2 & r && "function" == typeof p ? function (t) { return p.apply(o, t); } : p; } | |
| 582 | 583 | var InstanceType = exports["default"] = /*#__PURE__*/function () { |
| 583 | 584 | function InstanceType() { |
| 584 | 585 | var _this = this; |
| 585 | 586 | (0, _classCallCheck2.default)(this, InstanceType); |
| @@ -695,9 +696,9 @@ | ||
| 695 | 696 | key: "onAfterApply", |
| 696 | 697 | value: function onAfterApply() { |
| 697 | 698 | var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; |
| 698 | 699 | var result = arguments.length > 1 ? arguments[1] : undefined; |
| 699 | - return $e.hooks.runDataAfter(this.command, args, result); | |
| 700 | + $e.hooks.runDataAfter(this.command, args, result); | |
| 700 | 701 | } |
| 701 | 702 | }, { |
| 702 | 703 | key: "onCatchApply", |
| 703 | 704 | value: function onCatchApply(e) { |
| @@ -1581,9 +1582,9 @@ | ||
| 1581 | 1582 | /******/ } |
| 1582 | 1583 | /******/ |
| 1583 | 1584 | /************************************************************************/ |
| 1584 | 1585 | var __webpack_exports__ = {}; |
| 1585 | -// This entry needs to be wrapped in an IIFE because it needs to be in strict mode. | |
| 1586 | +// This entry need to be wrapped in an IIFE because it need to be in strict mode. | |
| 1586 | 1587 | (() => { |
| 1587 | 1588 | "use strict"; |
| 1588 | 1589 | /*!**************************************************!*\ |
| 1589 | 1590 | !*** ../assets/dev/js/editor/editor-document.js ***! |