PluginProbe
Elementor Website Builder – more than just a page builder / 4.3.1
Elementor Website Builder – more than just a page builder v4.3.1
4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 All 454 releases
← All changes | assets/js/app-loader.js +1807 -5801 4.1.5 → 4.3.1 View file →
@@ -1,5846 +1,1852 @@
1 -/******/ (() => { // webpackBootstrap
2 -/******/ var __webpack_modules__ = ({
1 +(function(_reduxjs_toolkit) {
3 2
4 -/***/ "../app/assets/js/loader/commands/close.js":
5 -/*!*************************************************!*\
6 - !*** ../app/assets/js/loader/commands/close.js ***!
7 - \*************************************************/
8 -/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
3 +//#region \0rolldown/runtime.js
4 + var __create = Object.create;
5 + var __defProp = Object.defineProperty;
6 + var __name = (target, value) => __defProp(target, "name", {
7 + value,
8 + configurable: true
9 + });
10 + var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
11 + var __getOwnPropNames = Object.getOwnPropertyNames;
12 + var __getProtoOf = Object.getPrototypeOf;
13 + var __hasOwnProp = Object.prototype.hasOwnProperty;
14 + var __esmMin = (fn, res, err) => () => {
15 + if (err) throw err[0];
16 + try {
17 + return fn && (res = fn(fn = 0)), res;
18 + } catch (e) {
19 + throw err = [e], e;
20 + }
21 + };
22 + var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
23 + var __exportAll = (all, no_symbols) => {
24 + let target = {};
25 + for (var name in all) {
26 + __defProp(target, name, {
27 + get: all[name],
28 + enumerable: true
29 + });
30 + }
31 + if (!no_symbols) {
32 + __defProp(target, Symbol.toStringTag, { value: "Module" });
33 + }
34 + return target;
35 + };
36 + var __copyProps = (to, from, except, desc) => {
37 + if (from && typeof from === "object" || typeof from === "function") {
38 + for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
39 + key = keys[i];
40 + if (!__hasOwnProp.call(to, key) && key !== except) {
41 + __defProp(to, key, {
42 + get: ((k) => from[k]).bind(null, key),
43 + enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
44 + });
45 + }
46 + }
47 + }
48 + return to;
49 + };
50 + var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
51 + value: mod,
52 + enumerable: true
53 + }) : target, mod));
9 54
10 -"use strict";
55 +//#endregion
11 56
57 +//#region node_modules/@babel/runtime/helpers/esm/classCallCheck.js
58 + function _classCallCheck(a, n) {
59 + if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
60 + }
12 61
13 -var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
14 -Object.defineProperty(exports, "__esModule", ({
15 - value: true
16 -}));
17 -exports["default"] = exports.Close = void 0;
18 -var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js"));
19 -var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js"));
20 -var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"));
21 -var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js"));
22 -var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js"));
23 -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)); }
24 -function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
25 -var Close = exports.Close = /*#__PURE__*/function (_$e$modules$CommandBa) {
26 - function Close() {
27 - (0, _classCallCheck2.default)(this, Close);
28 - return _callSuper(this, Close, arguments);
29 - }
30 - (0, _inherits2.default)(Close, _$e$modules$CommandBa);
31 - return (0, _createClass2.default)(Close, [{
32 - key: "apply",
33 - value: function apply() {
34 - if (!this.component.close()) {
35 - return false;
36 - }
37 - this.component.iframe.remove();
38 - this.component.iframe = null;
39 - return true;
40 - }
41 - }]);
42 -}($e.modules.CommandBase);
43 -var _default = exports["default"] = Close;
62 +//#endregion
63 +//#region node_modules/@babel/runtime/helpers/esm/typeof.js
64 + function _typeof(o) {
65 + "@babel/helpers - typeof";
66 + return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
67 + return typeof o;
68 + } : function(o) {
69 + return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
70 + }, _typeof(o);
71 + }
72 + var init_typeof = __esmMin((() => {}));
44 73
45 -/***/ }),
74 +//#endregion
75 +//#region node_modules/@babel/runtime/helpers/esm/toPrimitive.js
76 + init_typeof();
77 + function toPrimitive(t, r) {
78 + if ("object" != _typeof(t) || !t) return t;
79 + var e = t[Symbol.toPrimitive];
80 + if (void 0 !== e) {
81 + var i = e.call(t, r || "default");
82 + if ("object" != _typeof(i)) return i;
83 + throw new TypeError("@@toPrimitive must return a primitive value.");
84 + }
85 + return ("string" === r ? String : Number)(t);
86 + }
46 87
47 -/***/ "../app/assets/js/loader/commands/index.js":
48 -/*!*************************************************!*\
49 - !*** ../app/assets/js/loader/commands/index.js ***!
50 - \*************************************************/
51 -/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
88 +//#endregion
89 +//#region node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
90 + init_typeof();
91 + function toPropertyKey(t) {
92 + var i = toPrimitive(t, "string");
93 + return "symbol" == _typeof(i) ? i : i + "";
94 + }
52 95
53 -"use strict";
96 +//#endregion
97 +//#region node_modules/@babel/runtime/helpers/esm/createClass.js
98 + function _defineProperties(e, r) {
99 + for (var t = 0; t < r.length; t++) {
100 + var o = r[t];
101 + o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o);
102 + }
103 + }
104 + function _createClass(e, r, t) {
105 + return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e;
106 + }
54 107
108 +//#endregion
109 +//#region node_modules/@babel/runtime/helpers/esm/defineProperty.js
110 + function _defineProperty(e, r, t) {
111 + return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
112 + value: t,
113 + enumerable: !0,
114 + configurable: !0,
115 + writable: !0
116 + }) : e[r] = t, e;
117 + }
55 118
56 -Object.defineProperty(exports, "__esModule", ({
57 - value: true
58 -}));
59 -Object.defineProperty(exports, "Close", ({
60 - enumerable: true,
61 - get: function get() {
62 - return _close.Close;
63 - }
64 -}));
65 -Object.defineProperty(exports, "Load", ({
66 - enumerable: true,
67 - get: function get() {
68 - return _load.Load;
69 - }
70 -}));
71 -Object.defineProperty(exports, "Open", ({
72 - enumerable: true,
73 - get: function get() {
74 - return _open.Open;
75 - }
76 -}));
77 -var _close = __webpack_require__(/*! ./close */ "../app/assets/js/loader/commands/close.js");
78 -var _load = __webpack_require__(/*! ./load */ "../app/assets/js/loader/commands/load.js");
79 -var _open = __webpack_require__(/*! ./open */ "../app/assets/js/loader/commands/open.js");
119 +//#endregion
120 +//#region node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
121 + function _assertThisInitialized(e) {
122 + if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
123 + return e;
124 + }
80 125
81 -/***/ }),
126 +//#endregion
127 +//#region node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js
128 + init_typeof();
129 + function _possibleConstructorReturn(t, e) {
130 + if (e && ("object" == _typeof(e) || "function" == typeof e)) return e;
131 + if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
132 + return _assertThisInitialized(t);
133 + }
82 134
83 -/***/ "../app/assets/js/loader/commands/load.js":
84 -/*!************************************************!*\
85 - !*** ../app/assets/js/loader/commands/load.js ***!
86 - \************************************************/
87 -/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
135 +//#endregion
136 +//#region node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js
137 + function _getPrototypeOf(t) {
138 + return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(t) {
139 + return t.__proto__ || Object.getPrototypeOf(t);
140 + }, _getPrototypeOf(t);
141 + }
88 142
89 -"use strict";
143 +//#endregion
144 +//#region node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
145 + function _setPrototypeOf(t, e) {
146 + return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(t, e) {
147 + return t.__proto__ = e, t;
148 + }, _setPrototypeOf(t, e);
149 + }
90 150
151 +//#endregion
152 +//#region node_modules/@babel/runtime/helpers/esm/inherits.js
153 + function _inherits(t, e) {
154 + if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
155 + t.prototype = Object.create(e && e.prototype, { constructor: {
156 + value: t,
157 + writable: !0,
158 + configurable: !0
159 + } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e);
160 + }
91 161
92 -var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
93 -Object.defineProperty(exports, "__esModule", ({
94 - value: true
95 -}));
96 -exports["default"] = exports.Load = void 0;
97 -var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js"));
98 -var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js"));
99 -var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"));
100 -var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js"));
101 -var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js"));
102 -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)); }
103 -function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
104 -var Load = exports.Load = /*#__PURE__*/function (_$e$modules$CommandBa) {
105 - function Load() {
106 - (0, _classCallCheck2.default)(this, Load);
107 - return _callSuper(this, Load, arguments);
108 - }
109 - (0, _inherits2.default)(Load, _$e$modules$CommandBa);
110 - return (0, _createClass2.default)(Load, [{
111 - key: "apply",
112 - value: function apply(args) {
113 - var component = this.component;
114 - if (!component.iframe) {
115 - component.iframe = document.createElement('iframe');
116 - component.iframe.className = 'elementor-app-iframe';
117 - component.iframe.style.cssText = '' + 'display: none;' + 'width: 100%;' + 'height: 100%;' + 'position: fixed;' + 'top: 0;' + 'left: 0;' + 'z-index: 99999; /* Over WP Admin Bar */' + 'background-color: rgba(0, 0, 0, 0.8);';
118 - document.body.appendChild(component.iframe);
119 - }
120 - if (args.url === component.iframe.src) {
121 - return;
122 - }
123 - component.iframe.src = args.url;
124 - }
125 - }]);
126 -}($e.modules.CommandBase);
127 -var _default = exports["default"] = Load;
162 +//#endregion
163 +//#region node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
164 + function _arrayWithHoles(r) {
165 + if (Array.isArray(r)) return r;
166 + }
128 167
129 -/***/ }),
168 +//#endregion
169 +//#region node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
170 + function _iterableToArrayLimit(r, l) {
171 + var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
172 + if (null != t) {
173 + var e;
174 + var n;
175 + var i;
176 + var u;
177 + var a = [];
178 + var f = !0;
179 + var o = !1;
180 + try {
181 + if (i = (t = t.call(r)).next, 0 === l) {
182 + if (Object(t) !== t) return;
183 + f = !1;
184 + } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
185 + } catch (r) {
186 + o = !0, n = r;
187 + } finally {
188 + try {
189 + if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return;
190 + } finally {
191 + if (o) throw n;
192 + }
193 + }
194 + return a;
195 + }
196 + }
130 197
131 -/***/ "../app/assets/js/loader/commands/open.js":
132 -/*!************************************************!*\
133 - !*** ../app/assets/js/loader/commands/open.js ***!
134 - \************************************************/
135 -/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
198 +//#endregion
199 +//#region node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
200 + function _arrayLikeToArray$1(r, a) {
201 + (null == a || a > r.length) && (a = r.length);
202 + for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
203 + return n;
204 + }
205 + __name(_arrayLikeToArray$1, "_arrayLikeToArray");
136 206
137 -"use strict";
207 +//#endregion
208 +//#region node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
209 + function _unsupportedIterableToArray$1(r, a) {
210 + if (r) {
211 + if ("string" == typeof r) return _arrayLikeToArray$1(r, a);
212 + var t = {}.toString.call(r).slice(8, -1);
213 + 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$1(r, a) : void 0;
214 + }
215 + }
216 + __name(_unsupportedIterableToArray$1, "_unsupportedIterableToArray");
138 217
218 +//#endregion
219 +//#region node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
220 + function _nonIterableRest() {
221 + throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
222 + }
139 223
140 -var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
141 -Object.defineProperty(exports, "__esModule", ({
142 - value: true
143 -}));
144 -exports["default"] = exports.Open = void 0;
145 -var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js"));
146 -var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js"));
147 -var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"));
148 -var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js"));
149 -var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js"));
150 -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)); }
151 -function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
152 -var Open = exports.Open = /*#__PURE__*/function (_$e$modules$CommandBa) {
153 - function Open() {
154 - (0, _classCallCheck2.default)(this, Open);
155 - return _callSuper(this, Open, arguments);
156 - }
157 - (0, _inherits2.default)(Open, _$e$modules$CommandBa);
158 - return (0, _createClass2.default)(Open, [{
159 - key: "apply",
160 - value: function apply(args) {
161 - $e.route('app', args);
162 - return true;
163 - }
164 - }]);
165 -}($e.modules.CommandBase);
166 -var _default = exports["default"] = Open;
224 +//#endregion
225 +//#region node_modules/@babel/runtime/helpers/esm/slicedToArray.js
226 + function _slicedToArray(r, e) {
227 + return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray$1(r, e) || _nonIterableRest();
228 + }
167 229
168 -/***/ }),
230 +//#endregion
231 +//#region node_modules/@babel/runtime/helpers/esm/superPropBase.js
232 + function _superPropBase(t, o) {
233 + for (; !{}.hasOwnProperty.call(t, o) && null !== (t = _getPrototypeOf(t)););
234 + return t;
235 + }
169 236
170 -/***/ "../app/assets/js/loader/component.js":
171 -/*!********************************************!*\
172 - !*** ../app/assets/js/loader/component.js ***!
173 - \********************************************/
174 -/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
237 +//#endregion
238 +//#region node_modules/@babel/runtime/helpers/esm/get.js
239 + function _get() {
240 + return _get = "undefined" != typeof Reflect && Reflect.get ? Reflect.get.bind() : function(e, t, r) {
241 + var p = _superPropBase(e, t);
242 + if (p) {
243 + var n = Object.getOwnPropertyDescriptor(p, t);
244 + return n.get ? n.get.call(arguments.length < 3 ? e : r) : n.value;
245 + }
246 + }, _get.apply(null, arguments);
247 + }
175 248
176 -"use strict";
249 +//#endregion
250 +//#region assets/dev/js/modules/imports/instance-type.js
251 + function _superPropGet(t, o, e, r) {
252 + var p = _get(_getPrototypeOf(1 & r ? t.prototype : t), o, e);
253 + return 2 & r && "function" == typeof p ? function(t) {
254 + return p.apply(e, t);
255 + } : p;
256 + }
257 + var InstanceType = /*#__PURE__*/ function() {
258 + function InstanceType() {
259 + var _this = this;
260 + _classCallCheck(this, InstanceType);
261 + var target = this instanceof InstanceType ? this.constructor : void 0;
262 + var prototypes = [];
263 + while (target.__proto__ && target.__proto__.name) {
264 + prototypes.push(target.__proto__);
265 + target = target.__proto__;
266 + }
267 + prototypes.reverse().forEach(function(proto) {
268 + return _this instanceof proto;
269 + });
270 + }
271 + return _createClass(InstanceType, null, [{
272 + key: Symbol.hasInstance,
273 + value: function value(target) {
274 + /**
275 + * This is function extending being called each time JS uses instanceOf, since babel use it each time it create new class
276 + * its give's opportunity to mange capabilities of instanceOf operator.
277 + * saving current class each time will give option later to handle instanceOf manually.
278 + */
279 + var result = _superPropGet(InstanceType, Symbol.hasInstance, this, 2)([target]);
280 + if (target && !target.constructor.getInstanceType) return result;
281 + if (target) {
282 + if (!target.instanceTypes) target.instanceTypes = [];
283 + if (!result) {
284 + if (this.getInstanceType() === target.constructor.getInstanceType()) result = true;
285 + }
286 + if (result) {
287 + var name = this.getInstanceType === InstanceType.getInstanceType ? "BaseInstanceType" : this.getInstanceType();
288 + if (-1 === target.instanceTypes.indexOf(name)) target.instanceTypes.push(name);
289 + }
290 + }
291 + if (!result && target) result = target.instanceTypes && Array.isArray(target.instanceTypes) && -1 !== target.instanceTypes.indexOf(this.getInstanceType());
292 + return result;
293 + }
294 + }, {
295 + key: "getInstanceType",
296 + value: function getInstanceType() {
297 + elementorModules.ForceMethodImplementation();
298 + }
299 + }]);
300 + }();
177 301
302 +//#endregion
303 +//#region assets/dev/js/editor/utils/is-instanceof.js
304 + function _createForOfIteratorHelper(r, e) {
305 + var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
306 + if (!t) {
307 + if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) {
308 + t && (r = t);
309 + var _n = 0;
310 + var F = function F() {};
311 + return {
312 + s: F,
313 + n: function n() {
314 + return _n >= r.length ? { done: !0 } : {
315 + done: !1,
316 + value: r[_n++]
317 + };
318 + },
319 + e: function e(r) {
320 + throw r;
321 + },
322 + f: F
323 + };
324 + }
325 + throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
326 + }
327 + var o;
328 + var a = !0;
329 + var u = !1;
330 + return {
331 + s: function s() {
332 + t = t.call(r);
333 + },
334 + n: function n() {
335 + var r = t.next();
336 + return a = r.done, r;
337 + },
338 + e: function e(r) {
339 + u = !0, o = r;
340 + },
341 + f: function f() {
342 + try {
343 + a || null == t.return || t.return();
344 + } finally {
345 + if (u) throw o;
346 + }
347 + }
348 + };
349 + }
350 + function _unsupportedIterableToArray(r, a) {
351 + if (r) {
352 + if ("string" == typeof r) return _arrayLikeToArray(r, a);
353 + var t = {}.toString.call(r).slice(8, -1);
354 + 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;
355 + }
356 + }
357 + function _arrayLikeToArray(r, a) {
358 + (null == a || a > r.length) && (a = r.length);
359 + for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
360 + return n;
361 + }
362 + /**
363 + * Some FileAPI objects such as FileList, DataTransferItem and DataTransferItemList has inconsistency with the retrieved
364 + * object (from events, etc.) and the actual JavaScript object so a regular instanceof doesn't work. This function can
365 + * check whether it's instanceof by using the objects constructor and prototype names.
366 + *
367 + * @param object
368 + * @param constructors
369 + * @return {boolean}
370 + */
371 + var is_instanceof_default = /* @__PURE__ */ __name((function(object, constructors) {
372 + constructors = Array.isArray(constructors) ? constructors : [constructors];
373 + var _iterator = _createForOfIteratorHelper(constructors);
374 + var _step;
375 + try {
376 + for (_iterator.s(); !(_step = _iterator.n()).done;) {
377 + var constructor = _step.value;
378 + if (object.constructor.name === constructor.prototype[Symbol.toStringTag]) return true;
379 + }
380 + } catch (err) {
381 + _iterator.e(err);
382 + } finally {
383 + _iterator.f();
384 + }
385 + return false;
386 + }), "default");
178 387
179 -var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
180 -var _typeof = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "../node_modules/@babel/runtime/helpers/typeof.js");
181 -Object.defineProperty(exports, "__esModule", ({
182 - value: true
183 -}));
184 -exports["default"] = void 0;
185 -var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js"));
186 -var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js"));
187 -var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"));
188 -var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js"));
189 -var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js"));
190 -var _componentBase = _interopRequireDefault(__webpack_require__(/*! elementor-api/modules/component-base */ "../modules/web-cli/assets/js/modules/component-base.js"));
191 -var commands = _interopRequireWildcard(__webpack_require__(/*! ./commands/ */ "../app/assets/js/loader/commands/index.js"));
192 -function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
193 -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)); }
194 -function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
195 -var Component = exports["default"] = /*#__PURE__*/function (_ComponentModalBase) {
196 - function Component() {
197 - (0, _classCallCheck2.default)(this, Component);
198 - return _callSuper(this, Component, arguments);
199 - }
200 - (0, _inherits2.default)(Component, _ComponentModalBase);
201 - return (0, _createClass2.default)(Component, [{
202 - key: "getNamespace",
203 - value: function getNamespace() {
204 - return 'app';
205 - }
206 - }, {
207 - key: "defaultRoutes",
208 - value: function defaultRoutes() {
209 - var _this = this;
210 - return {
211 - '': function _(args) {
212 - args.url = args.url || elementorAppConfig.menu_url;
213 - $e.run('app/load', args);
214 - _this.iframe.style.display = '';
215 - document.body.style.overflow = 'hidden';
216 - }
217 - };
218 - }
219 - }, {
220 - key: "defaultCommands",
221 - value: function defaultCommands() {
222 - return this.importCommands(commands);
223 - }
224 - }, {
225 - key: "defaultShortcuts",
226 - value: function defaultShortcuts() {
227 - return {
228 - '': {
229 - keys: 'ctrl+shift+e'
230 - },
231 - close: {
232 - keys: 'esc',
233 - scopes: [this.getNamespace()]
234 - }
235 - };
236 - }
237 - }]);
238 -}(_componentBase.default);
388 +//#endregion
389 +//#region assets/dev/js/modules/imports/args-object.js
390 + init_typeof();
391 + function _callSuper$9(t, o, e) {
392 + return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct$10() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
393 + }
394 + __name(_callSuper$9, "_callSuper");
395 + function _isNativeReflectConstruct$10() {
396 + try {
397 + var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
398 + } catch (t) {}
399 + return (_isNativeReflectConstruct$10 = function _isNativeReflectConstruct() {
400 + return !!t;
401 + })();
402 + }
403 + __name(_isNativeReflectConstruct$10, "_isNativeReflectConstruct");
404 + var ArgsObject = /*#__PURE__*/ function(_InstanceType) {
405 + /**
406 + * Function constructor().
407 + *
408 + * Create ArgsObject.
409 + *
410 + * @param {{}} args
411 + */
412 + function ArgsObject(args) {
413 + var _this;
414 + _classCallCheck(this, ArgsObject);
415 + _this = _callSuper$9(this, ArgsObject);
416 + _this.args = args;
417 + return _this;
418 + }
419 + /**
420 + * Function requireArgument().
421 + *
422 + * Validate property in args.
423 + *
424 + * @param {string} property
425 + * @param {{}} args
426 + *
427 + * @throws {Error}
428 + */
429 + _inherits(ArgsObject, _InstanceType);
430 + return _createClass(ArgsObject, [
431 + {
432 + key: "requireArgument",
433 + value: function requireArgument(property) {
434 + var args = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : this.args;
435 + if (!Object.prototype.hasOwnProperty.call(args, property)) throw Error("".concat(property, " is required."));
436 + }
437 + },
438 + {
439 + key: "requireArgumentType",
440 + value: function requireArgumentType(property, type) {
441 + var args = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : this.args;
442 + this.requireArgument(property, args);
443 + if (_typeof(args[property]) !== type) throw Error("".concat(property, " invalid type: ").concat(type, "."));
444 + }
445 + },
446 + {
447 + key: "requireArgumentInstance",
448 + value: function requireArgumentInstance(property, instance) {
449 + var args = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : this.args;
450 + this.requireArgument(property, args);
451 + if (!(args[property] instanceof instance) && !is_instanceof_default(args[property], instance)) throw Error("".concat(property, " invalid instance."));
452 + }
453 + },
454 + {
455 + key: "requireArgumentConstructor",
456 + value: function requireArgumentConstructor(property, type) {
457 + var args = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : this.args;
458 + this.requireArgument(property, args);
459 + if (args[property].constructor.toString() !== type.prototype.constructor.toString()) throw Error("".concat(property, " invalid constructor type."));
460 + }
461 + }
462 + ], [{
463 + key: "getInstanceType",
464 + value: function getInstanceType() {
465 + return "ArgsObject";
466 + }
467 + }]);
468 + }(InstanceType);
239 469
240 -/***/ }),
470 +//#endregion
471 +//#region modules/web-cli/assets/js/utils/console.js
472 + var Console = /*#__PURE__*/ function() {
473 + function Console() {
474 + _classCallCheck(this, Console);
475 + }
476 + return _createClass(Console, null, [{
477 + key: "error",
478 + value: function error(message) {
479 + if ($e.devTools) $e.devTools.log.error(message);
480 + if (!(message instanceof $e.modules.HookBreak)) console.error(message);
481 + }
482 + }, {
483 + key: "warn",
484 + value: function warn() {
485 + var _console;
486 + var style = "font-size: 12px; background-image: url(\"".concat(elementorWebCliConfig.urls.assets, "images/logo-icon.png\"); background-repeat: no-repeat; background-size: contain;");
487 + for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) args[_key] = arguments[_key];
488 + args.unshift("%c %c", style, "");
489 + (_console = console).warn.apply(_console, args);
490 + }
491 + }]);
492 + }();
241 493
242 -/***/ "../assets/dev/js/editor/utils/is-instanceof.js":
243 -/*!******************************************************!*\
244 - !*** ../assets/dev/js/editor/utils/is-instanceof.js ***!
245 - \******************************************************/
246 -/***/ ((__unused_webpack_module, exports) => {
247 -
248 -"use strict";
249 -
250 -
251 -Object.defineProperty(exports, "__esModule", ({
252 - value: true
253 -}));
254 -exports["default"] = void 0;
255 -function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t.return || t.return(); } finally { if (u) throw o; } } }; }
256 -function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); 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; } }
257 -function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
494 +//#endregion
495 +//#region modules/web-cli/assets/js/utils/deprecation.js
258 496 /**
259 - * Some FileAPI objects such as FileList, DataTransferItem and DataTransferItemList has inconsistency with the retrieved
260 - * object (from events, etc.) and the actual JavaScript object so a regular instanceof doesn't work. This function can
261 - * check whether it's instanceof by using the objects constructor and prototype names.
262 - *
263 - * @param object
264 - * @param constructors
265 - * @return {boolean}
266 - */
267 -var _default = exports["default"] = function _default(object, constructors) {
268 - constructors = Array.isArray(constructors) ? constructors : [constructors];
269 - var _iterator = _createForOfIteratorHelper(constructors),
270 - _step;
271 - try {
272 - for (_iterator.s(); !(_step = _iterator.n()).done;) {
273 - var constructor = _step.value;
274 - if (object.constructor.name === constructor.prototype[Symbol.toStringTag]) {
275 - return true;
276 - }
277 - }
278 - } catch (err) {
279 - _iterator.e(err);
280 - } finally {
281 - _iterator.f();
282 - }
283 - return false;
284 -};
497 + * @typedef {Object} Version
498 + * @property {number} major1 The first number
499 + * @property {number} major2 The second number
500 + * @property {number} minor The third number
501 + * @property {string} build The fourth number
502 + */
503 + var softDeprecated = function softDeprecated(name, version, replacement) {
504 + if (elementorWebCliConfig.isDebug) deprecatedMessage("soft", name, version, replacement);
505 + };
506 + var hardDeprecated = function hardDeprecated(name, version, replacement) {
507 + deprecatedMessage("hard", name, version, replacement);
508 + };
509 + var deprecatedMessage = function deprecatedMessage(type, name, version, replacement) {
510 + var message = "`".concat(name, "` is ").concat(type, " deprecated since ").concat(version);
511 + if (replacement) message += " - Use `".concat(replacement, "` instead");
512 + Console.warn(message);
513 + };
514 + var Deprecation = /*#__PURE__*/ function() {
515 + function Deprecation() {
516 + _classCallCheck(this, Deprecation);
517 + }
518 + return _createClass(Deprecation, null, [
519 + {
520 + key: "deprecated",
521 + value: function deprecated(name, version, replacement) {
522 + if (this.isHardDeprecated(version)) hardDeprecated(name, version, replacement);
523 + else softDeprecated(name, version, replacement);
524 + }
525 + },
526 + {
527 + key: "parseVersion",
528 + value: function parseVersion(version) {
529 + var versionParts = version.split(".");
530 + if (versionParts.length < 3 || versionParts.length > 4) throw new RangeError("Invalid Semantic Version string provided");
531 + var _versionParts = _slicedToArray(versionParts, 4);
532 + var major1 = _versionParts[0];
533 + var major2 = _versionParts[1];
534 + var minor = _versionParts[2];
535 + var _versionParts$ = _versionParts[3];
536 + return {
537 + major1: parseInt(major1),
538 + major2: parseInt(major2),
539 + minor: parseInt(minor),
540 + build: _versionParts$ === void 0 ? "" : _versionParts$
541 + };
542 + }
543 + },
544 + {
545 + key: "getTotalMajor",
546 + value: function getTotalMajor(versionObj) {
547 + var total = parseInt("".concat(versionObj.major1).concat(versionObj.major2, "0"));
548 + total = Number((total / 10).toFixed(0));
549 + if (versionObj.major2 > 9) total = versionObj.major2 - 9;
550 + return total;
551 + }
552 + },
553 + {
554 + key: "compareVersion",
555 + value: function compareVersion(version1, version2) {
556 + var _this = this;
557 + return [this.parseVersion(version1), this.parseVersion(version2)].map(function(versionObj) {
558 + return _this.getTotalMajor(versionObj);
559 + }).reduce(function(acc, major) {
560 + return acc - major;
561 + });
562 + }
563 + },
564 + {
565 + key: "isSoftDeprecated",
566 + value: function isSoftDeprecated(version) {
567 + return this.compareVersion(version, elementorWebCliConfig.version) <= 4;
568 + }
569 + },
570 + {
571 + key: "isHardDeprecated",
572 + value: function isHardDeprecated(version) {
573 + var total = this.compareVersion(version, elementorWebCliConfig.version);
574 + return total < 0 || total >= 8;
575 + }
576 + }
577 + ]);
578 + }();
285 579
286 -/***/ }),
580 +//#endregion
581 +//#region modules/web-cli/assets/js/modules/command-infra.js
582 + function _callSuper$8(t, o, e) {
583 + return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct$9() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
584 + }
585 + __name(_callSuper$8, "_callSuper");
586 + function _isNativeReflectConstruct$9() {
587 + try {
588 + var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
589 + } catch (t) {}
590 + return (_isNativeReflectConstruct$9 = function _isNativeReflectConstruct() {
591 + return !!t;
592 + })();
593 + }
594 + __name(_isNativeReflectConstruct$9, "_isNativeReflectConstruct");
595 + /**
596 + * @typedef {import('../modules/component-base')} ComponentBase
597 + */
598 + var CommandInfra = /*#__PURE__*/ function(_ArgsObject) {
599 + /**
600 + * Function constructor().
601 + *
602 + * Create Commands Base.
603 + *
604 + * @param {{}} args
605 + */
606 + function CommandInfra() {
607 + var _this;
608 + var args = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
609 + _classCallCheck(this, CommandInfra);
610 + _this = _callSuper$8(this, CommandInfra, [args]);
611 + if (!_this.constructor.registerConfig) throw RangeError("Doing it wrong: Each command type should have `registerConfig`.");
612 + _this.command = _this.constructor.getCommand();
613 + _this.component = _this.constructor.getComponent();
614 + _this.initialize(args);
615 + args = _this.args;
616 + _this.validateArgs(args);
617 + return _this;
618 + }
619 + /**
620 + * Function initialize().
621 + *
622 + * Initialize command, called after construction.
623 + *
624 + * @param {{}} args
625 + */
626 + _inherits(CommandInfra, _ArgsObject);
627 + return _createClass(CommandInfra, [
628 + {
629 + key: "currentCommand",
630 + get: function get() {
631 + Deprecation.deprecated("this.currentCommand", "3.7.0", "this.command");
632 + return this.command;
633 + }
634 + },
635 + {
636 + key: "initialize",
637 + value: function initialize() {
638 + arguments.length > 0 && arguments[0] !== void 0 && arguments[0];
639 + }
640 + },
641 + {
642 + key: "validateArgs",
643 + value: function validateArgs() {
644 + arguments.length > 0 && arguments[0] !== void 0 && arguments[0];
645 + }
646 + },
647 + {
648 + key: "apply",
649 + value: function apply() {
650 + arguments.length > 0 && arguments[0] !== void 0 && arguments[0];
651 + elementorModules.ForceMethodImplementation();
652 + }
653 + },
654 + {
655 + key: "run",
656 + value: function run() {
657 + return this.apply(this.args);
658 + }
659 + },
660 + {
661 + key: "onBeforeRun",
662 + value: function onBeforeRun() {
663 + arguments.length > 0 && arguments[0] !== void 0 && arguments[0];
664 + }
665 + },
666 + {
667 + key: "onAfterRun",
668 + value: function onAfterRun() {
669 + arguments.length > 0 && arguments[0] !== void 0 && arguments[0];
670 + arguments.length > 1 && arguments[1];
671 + }
672 + },
673 + {
674 + key: "onBeforeApply",
675 + value: function onBeforeApply() {
676 + arguments.length > 0 && arguments[0] !== void 0 && arguments[0];
677 + }
678 + },
679 + {
680 + key: "onAfterApply",
681 + value: function onAfterApply() {
682 + arguments.length > 0 && arguments[0] !== void 0 && arguments[0];
683 + arguments.length > 1 && arguments[1];
684 + }
685 + },
686 + {
687 + key: "onCatchApply",
688 + value: function onCatchApply(e) {}
689 + }
690 + ], [
691 + {
692 + key: "getInstanceType",
693 + value: function getInstanceType() {
694 + return "CommandInfra";
695 + }
696 + },
697 + {
698 + key: "getInfo",
699 + value: function getInfo() {
700 + return {};
701 + }
702 + },
703 + {
704 + key: "getCommand",
705 + value: function getCommand() {
706 + return this.registerConfig.command;
707 + }
708 + },
709 + {
710 + key: "getComponent",
711 + value: function getComponent() {
712 + return this.registerConfig.component;
713 + }
714 + },
715 + {
716 + key: "setRegisterConfig",
717 + value: function setRegisterConfig(config) {
718 + this.registerConfig = Object.freeze(config);
719 + }
720 + }
721 + ]);
722 + }(ArgsObject);
723 + /**
724 + * @type {Object}
725 + */
726 + _defineProperty(CommandInfra, "registerConfig", null);
287 727
288 -/***/ "../assets/dev/js/modules/imports/args-object.js":
289 -/*!*******************************************************!*\
290 - !*** ../assets/dev/js/modules/imports/args-object.js ***!
291 - \*******************************************************/
292 -/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
728 +//#endregion
729 +//#region modules/web-cli/assets/js/modules/command-base.js
730 + function _callSuper$7(t, o, e) {
731 + return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct$8() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
732 + }
733 + __name(_callSuper$7, "_callSuper");
734 + function _isNativeReflectConstruct$8() {
735 + try {
736 + var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
737 + } catch (t) {}
738 + return (_isNativeReflectConstruct$8 = function _isNativeReflectConstruct() {
739 + return !!t;
740 + })();
741 + }
742 + __name(_isNativeReflectConstruct$8, "_isNativeReflectConstruct");
743 + /**
744 + * @name $e.modules.CommandBase
745 + */
746 + var CommandBase = /*#__PURE__*/ function(_CommandInfra) {
747 + function CommandBase() {
748 + _classCallCheck(this, CommandBase);
749 + return _callSuper$7(this, CommandBase, arguments);
750 + }
751 + _inherits(CommandBase, _CommandInfra);
752 + return _createClass(CommandBase, [
753 + {
754 + key: "onBeforeRun",
755 + value: function onBeforeRun() {
756 + var args = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
757 + $e.hooks.runUIBefore(this.command, args);
758 + }
759 + },
760 + {
761 + key: "onAfterRun",
762 + value: function onAfterRun() {
763 + var args = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
764 + var result = arguments.length > 1 ? arguments[1] : void 0;
765 + $e.hooks.runUIAfter(this.command, args, result);
766 + }
767 + },
768 + {
769 + key: "onBeforeApply",
770 + value: function onBeforeApply() {
771 + var args = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
772 + $e.hooks.runDataDependency(this.command, args);
773 + }
774 + },
775 + {
776 + key: "onAfterApply",
777 + value: function onAfterApply() {
778 + var args = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
779 + var result = arguments.length > 1 ? arguments[1] : void 0;
780 + return $e.hooks.runDataAfter(this.command, args, result);
781 + }
782 + },
783 + {
784 + key: "onCatchApply",
785 + value: function onCatchApply(e) {
786 + this.runCatchHooks(e);
787 + }
788 + },
789 + {
790 + key: "runCatchHooks",
791 + value: function runCatchHooks(e) {
792 + $e.hooks.runDataCatch(this.command, this.args, e);
793 + $e.hooks.runUICatch(this.command, this.args, e);
794 + }
795 + },
796 + {
797 + key: "requireContainer",
798 + value: function requireContainer() {
799 + var _this = this;
800 + var args = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : this.args;
801 + Deprecation.deprecated("requireContainer()", "3.7.0", "Extend `$e.modules.editor.CommandContainerBase` or `$e.modules.editor.CommandContainerInternalBase`");
802 + if (!args.container && !args.containers) throw Error("container or containers are required.");
803 + if (args.container && args.containers) throw Error("container and containers cannot go together please select one of them.");
804 + (args.containers || [args.container]).forEach(function(container) {
805 + _this.requireArgumentInstance("container", elementorModules.editor.Container, { container });
806 + });
807 + }
808 + }
809 + ], [{
810 + key: "getInstanceType",
811 + value: function getInstanceType() {
812 + return "CommandBase";
813 + }
814 + }]);
815 + }(CommandInfra);
293 816
294 -"use strict";
817 +//#endregion
818 +//#region modules/web-cli/assets/js/modules/command-callback-base.js
819 + function _callSuper$6(t, o, e) {
820 + return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct$7() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
821 + }
822 + __name(_callSuper$6, "_callSuper");
823 + function _isNativeReflectConstruct$7() {
824 + try {
825 + var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
826 + } catch (t) {}
827 + return (_isNativeReflectConstruct$7 = function _isNativeReflectConstruct() {
828 + return !!t;
829 + })();
830 + }
831 + __name(_isNativeReflectConstruct$7, "_isNativeReflectConstruct");
832 + /**
833 + * To support pure callbacks in the API(commands.js), to ensure they have registered with the proper context.
834 + */
835 + var CommandCallbackBase = /*#__PURE__*/ function(_CommandBase) {
836 + function CommandCallbackBase() {
837 + _classCallCheck(this, CommandCallbackBase);
838 + return _callSuper$6(this, CommandCallbackBase, arguments);
839 + }
840 + _inherits(CommandCallbackBase, _CommandBase);
841 + return _createClass(CommandCallbackBase, [{
842 + key: "apply",
843 + value: function apply() {
844 + var args = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
845 + return this.constructor.getCallback()(args);
846 + }
847 + }], [{
848 + key: "getInstanceType",
849 + value: function getInstanceType() {
850 + return "CommandCallbackBase";
851 + }
852 + }, {
853 + key: "getCallback",
854 + value: function getCallback() {
855 + return this.registerConfig.callback;
856 + }
857 + }]);
858 + }(CommandBase);
295 859
860 +//#endregion
861 +//#region assets/dev/js/modules/imports/module.js
862 + var require_module = /* @__PURE__ */ __commonJSMin(((exports, module) => {
863 + init_typeof();
864 + var Module = function Module() {
865 + var $ = jQuery;
866 + var instanceParams = arguments;
867 + var self = this;
868 + var events = {};
869 + var settings;
870 + var ensureClosureMethods = function ensureClosureMethods() {
871 + $.each(self, function(methodName) {
872 + var oldMethod = self[methodName];
873 + if ("function" !== typeof oldMethod) return;
874 + self[methodName] = function() {
875 + return oldMethod.apply(self, arguments);
876 + };
877 + });
878 + };
879 + var initSettings = function initSettings() {
880 + settings = self.getDefaultSettings();
881 + var instanceSettings = instanceParams[0];
882 + if (instanceSettings) $.extend(true, settings, instanceSettings);
883 + };
884 + var init = function init() {
885 + self.__construct.apply(self, instanceParams);
886 + ensureClosureMethods();
887 + initSettings();
888 + self.trigger("init");
889 + };
890 + this.getItems = function(items, itemKey) {
891 + if (itemKey) {
892 + var keyStack = itemKey.split(".");
893 + var currentKey = keyStack.splice(0, 1);
894 + if (!keyStack.length) return items[currentKey];
895 + if (!items[currentKey]) return;
896 + return this.getItems(items[currentKey], keyStack.join("."));
897 + }
898 + return items;
899 + };
900 + this.getSettings = function(setting) {
901 + return this.getItems(settings, setting);
902 + };
903 + this.setSettings = function(settingKey, value, settingsContainer) {
904 + if (!settingsContainer) settingsContainer = settings;
905 + if ("object" === _typeof(settingKey)) {
906 + $.extend(settingsContainer, settingKey);
907 + return self;
908 + }
909 + var keyStack = settingKey.split(".");
910 + var currentKey = keyStack.splice(0, 1);
911 + if (!keyStack.length) {
912 + settingsContainer[currentKey] = value;
913 + return self;
914 + }
915 + if (!settingsContainer[currentKey]) settingsContainer[currentKey] = {};
916 + return self.setSettings(keyStack.join("."), value, settingsContainer[currentKey]);
917 + };
918 + this.getErrorMessage = function(type, functionName) {
919 + var message;
920 + switch (type) {
921 + case "forceMethodImplementation":
922 + message = "The method '".concat(functionName, "' must to be implemented in the inheritor child.");
923 + break;
924 + default: message = "An error occurs";
925 + }
926 + return message;
927 + };
928 + this.forceMethodImplementation = function(functionName) {
929 + throw new Error(this.getErrorMessage("forceMethodImplementation", functionName));
930 + };
931 + this.on = function(eventName, callback) {
932 + if ("object" === _typeof(eventName)) {
933 + $.each(eventName, function(singleEventName) {
934 + self.on(singleEventName, this);
935 + });
936 + return self;
937 + }
938 + eventName.split(" ").forEach(function(singleEventName) {
939 + if (!events[singleEventName]) events[singleEventName] = [];
940 + events[singleEventName].push(callback);
941 + });
942 + return self;
943 + };
944 + this.off = function(eventName, callback) {
945 + if (!events[eventName]) return self;
946 + if (!callback) {
947 + delete events[eventName];
948 + return self;
949 + }
950 + var callbackIndex = events[eventName].indexOf(callback);
951 + if (-1 !== callbackIndex) {
952 + delete events[eventName][callbackIndex];
953 + events[eventName] = events[eventName].filter(function(val) {
954 + return val;
955 + });
956 + }
957 + return self;
958 + };
959 + this.trigger = function(eventName) {
960 + var methodName = "on" + eventName[0].toUpperCase() + eventName.slice(1);
961 + var params = Array.prototype.slice.call(arguments, 1);
962 + if (self[methodName]) self[methodName].apply(self, params);
963 + var callbacks = events[eventName];
964 + if (!callbacks) return self;
965 + $.each(callbacks, function(index, callback) {
966 + callback.apply(self, params);
967 + });
968 + return self;
969 + };
970 + init();
971 + };
972 + Module.prototype.__construct = function() {};
973 + Module.prototype.getDefaultSettings = function() {
974 + return {};
975 + };
976 + Module.prototype.getConstructorID = function() {
977 + return this.constructor.name;
978 + };
979 + Module.extend = function(properties) {
980 + var $ = jQuery;
981 + var parent = this;
982 + var child = function child() {
983 + return parent.apply(this, arguments);
984 + };
985 + $.extend(child, parent);
986 + child.prototype = Object.create($.extend({}, parent.prototype, properties));
987 + child.prototype.constructor = child;
988 + child.__super__ = parent.prototype;
989 + return child;
990 + };
991 + module.exports = Module;
992 + }));
296 993
297 -var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
298 -Object.defineProperty(exports, "__esModule", ({
299 - value: true
300 -}));
301 -exports["default"] = void 0;
302 -var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/typeof */ "../node_modules/@babel/runtime/helpers/typeof.js"));
303 -var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js"));
304 -var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js"));
305 -var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"));
306 -var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js"));
307 -var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js"));
308 -var _instanceType = _interopRequireDefault(__webpack_require__(/*! ./instance-type */ "../assets/dev/js/modules/imports/instance-type.js"));
309 -var _isInstanceof = _interopRequireDefault(__webpack_require__(/*! ../../editor/utils/is-instanceof */ "../assets/dev/js/editor/utils/is-instanceof.js"));
310 -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)); }
311 -function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
312 -var ArgsObject = exports["default"] = /*#__PURE__*/function (_InstanceType) {
313 - /**
314 - * Function constructor().
315 - *
316 - * Create ArgsObject.
317 - *
318 - * @param {{}} args
319 - */
320 - function ArgsObject(args) {
321 - var _this;
322 - (0, _classCallCheck2.default)(this, ArgsObject);
323 - _this = _callSuper(this, ArgsObject);
324 - _this.args = args;
325 - return _this;
326 - }
994 +//#endregion
995 +//#region node_modules/@babel/runtime/helpers/esm/isNativeFunction.js
996 +var import_module = /* @__PURE__ */ __toESM(require_module());
997 + function _isNativeFunction(t) {
998 + try {
999 + return -1 !== Function.toString.call(t).indexOf("[native code]");
1000 + } catch (n) {
1001 + return "function" == typeof t;
1002 + }
1003 + }
327 1004
328 - /**
329 - * Function requireArgument().
330 - *
331 - * Validate property in args.
332 - *
333 - * @param {string} property
334 - * @param {{}} args
335 - *
336 - * @throws {Error}
337 - */
338 - (0, _inherits2.default)(ArgsObject, _InstanceType);
339 - return (0, _createClass2.default)(ArgsObject, [{
340 - key: "requireArgument",
341 - value: function requireArgument(property) {
342 - var args = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : this.args;
343 - if (!Object.prototype.hasOwnProperty.call(args, property)) {
344 - throw Error("".concat(property, " is required."));
345 - }
346 - }
1005 +//#endregion
1006 +//#region node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js
1007 + function _isNativeReflectConstruct$6() {
1008 + try {
1009 + var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
1010 + } catch (t) {}
1011 + return (_isNativeReflectConstruct$6 = function _isNativeReflectConstruct() {
1012 + return !!t;
1013 + })();
1014 + }
1015 + __name(_isNativeReflectConstruct$6, "_isNativeReflectConstruct");
347 1016
348 - /**
349 - * Function requireArgumentType().
350 - *
351 - * Validate property in args using `type === typeof(args.whatever)`.
352 - *
353 - * @param {string} property
354 - * @param {string} type
355 - * @param {{}} args
356 - *
357 - * @throws {Error}
358 - */
359 - }, {
360 - key: "requireArgumentType",
361 - value: function requireArgumentType(property, type) {
362 - var args = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : this.args;
363 - this.requireArgument(property, args);
364 - if ((0, _typeof2.default)(args[property]) !== type) {
365 - throw Error("".concat(property, " invalid type: ").concat(type, "."));
366 - }
367 - }
1017 +//#endregion
1018 +//#region node_modules/@babel/runtime/helpers/esm/construct.js
1019 + function _construct(t, e, r) {
1020 + if (_isNativeReflectConstruct$6()) return Reflect.construct.apply(null, arguments);
1021 + var o = [null];
1022 + o.push.apply(o, e);
1023 + var p = new (t.bind.apply(t, o))();
1024 + return r && _setPrototypeOf(p, r.prototype), p;
1025 + }
368 1026
369 - /**
370 - * Function requireArgumentInstance().
371 - *
372 - * Validate property in args using `args.whatever instanceof instance`.
373 - *
374 - * @param {string} property
375 - * @param {*} instance
376 - * @param {{}} args
377 - *
378 - * @throws {Error}
379 - */
380 - }, {
381 - key: "requireArgumentInstance",
382 - value: function requireArgumentInstance(property, instance) {
383 - var args = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : this.args;
384 - this.requireArgument(property, args);
385 - if (!(args[property] instanceof instance) && !(0, _isInstanceof.default)(args[property], instance)) {
386 - throw Error("".concat(property, " invalid instance."));
387 - }
388 - }
1027 +//#endregion
1028 +//#region node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js
1029 + function _wrapNativeSuper(t) {
1030 + var r = "function" == typeof Map ? /* @__PURE__ */ new Map() : void 0;
1031 + return _wrapNativeSuper = function _wrapNativeSuper(t) {
1032 + if (null === t || !_isNativeFunction(t)) return t;
1033 + if ("function" != typeof t) throw new TypeError("Super expression must either be null or a function");
1034 + if (void 0 !== r) {
1035 + if (r.has(t)) return r.get(t);
1036 + r.set(t, Wrapper);
1037 + }
1038 + function Wrapper() {
1039 + return _construct(t, arguments, _getPrototypeOf(this).constructor);
1040 + }
1041 + return Wrapper.prototype = Object.create(t.prototype, { constructor: {
1042 + value: Wrapper,
1043 + enumerable: !1,
1044 + writable: !0,
1045 + configurable: !0
1046 + } }), _setPrototypeOf(Wrapper, t);
1047 + }, _wrapNativeSuper(t);
1048 + }
389 1049
390 - /**
391 - * Function requireArgumentConstructor().
392 - *
393 - * Validate property in args using `type === args.whatever.constructor`.
394 - *
395 - * @param {string} property
396 - * @param {*} type
397 - * @param {{}} args
398 - *
399 - * @throws {Error}
400 - */
401 - }, {
402 - key: "requireArgumentConstructor",
403 - value: function requireArgumentConstructor(property, type) {
404 - var args = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : this.args;
405 - this.requireArgument(property, args);
1050 +//#endregion
1051 +//#region modules/web-cli/assets/js/utils/force-method-implementation.js
1052 + function _callSuper$5(t, o, e) {
1053 + return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct$5() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
1054 + }
1055 + __name(_callSuper$5, "_callSuper");
1056 + function _isNativeReflectConstruct$5() {
1057 + try {
1058 + var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
1059 + } catch (t) {}
1060 + return (_isNativeReflectConstruct$5 = function _isNativeReflectConstruct() {
1061 + return !!t;
1062 + })();
1063 + }
1064 + __name(_isNativeReflectConstruct$5, "_isNativeReflectConstruct");
1065 + var ForceMethodImplementation = /*#__PURE__*/ function(_Error) {
1066 + function ForceMethodImplementation() {
1067 + var _this;
1068 + var info = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
1069 + _classCallCheck(this, ForceMethodImplementation);
1070 + _this = _callSuper$5(this, ForceMethodImplementation, ["".concat(info.isStatic ? "static " : "").concat(info.fullName, "() should be implemented, please provide '").concat(info.functionName || info.fullName, "' functionality.")]);
1071 + Error.captureStackTrace(_this, ForceMethodImplementation);
1072 + return _this;
1073 + }
1074 + _inherits(ForceMethodImplementation, _Error);
1075 + return _createClass(ForceMethodImplementation);
1076 + }(/*#__PURE__*/ _wrapNativeSuper(Error));
1077 + var force_method_implementation_default = /* @__PURE__ */ __name((function() {
1078 + var caller = Error().stack.split("\n")[2].trim();
1079 + var callerName = caller.startsWith("at new") ? "constructor" : caller.split(" ")[1];
1080 + var info = {};
1081 + info.functionName = callerName;
1082 + info.fullName = callerName;
1083 + if (info.functionName.includes(".")) {
1084 + var parts = info.functionName.split(".");
1085 + info.className = parts[0];
1086 + info.functionName = parts[1];
1087 + } else info.isStatic = true;
1088 + throw new ForceMethodImplementation(info);
1089 + }), "default");
406 1090
407 - // Note: Converting the constructor to string in order to avoid equation issues
408 - // due to different memory addresses between iframes (window.Object !== window.top.Object).
409 - if (args[property].constructor.toString() !== type.prototype.constructor.toString()) {
410 - throw Error("".concat(property, " invalid constructor type."));
411 - }
412 - }
413 - }], [{
414 - key: "getInstanceType",
415 - value: function getInstanceType() {
416 - return 'ArgsObject';
417 - }
418 - }]);
419 -}(_instanceType.default);
1091 +//#endregion
1092 +//#region modules/web-cli/assets/js/modules/component-base.js
1093 + function ownKeys(e, r) {
1094 + var t = Object.keys(e);
1095 + if (Object.getOwnPropertySymbols) {
1096 + var o = Object.getOwnPropertySymbols(e);
1097 + r && (o = o.filter(function(r) {
1098 + return Object.getOwnPropertyDescriptor(e, r).enumerable;
1099 + })), t.push.apply(t, o);
1100 + }
1101 + return t;
1102 + }
1103 + function _objectSpread(e) {
1104 + for (var r = 1; r < arguments.length; r++) {
1105 + var t = null != arguments[r] ? arguments[r] : {};
1106 + r % 2 ? ownKeys(Object(t), !0).forEach(function(r) {
1107 + _defineProperty(e, r, t[r]);
1108 + }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function(r) {
1109 + Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
1110 + });
1111 + }
1112 + return e;
1113 + }
1114 + function _callSuper$4(t, o, e) {
1115 + return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct$4() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
1116 + }
1117 + __name(_callSuper$4, "_callSuper");
1118 + function _isNativeReflectConstruct$4() {
1119 + try {
1120 + var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
1121 + } catch (t) {}
1122 + return (_isNativeReflectConstruct$4 = function _isNativeReflectConstruct() {
1123 + return !!t;
1124 + })();
1125 + }
1126 + __name(_isNativeReflectConstruct$4, "_isNativeReflectConstruct");
1127 + /**
1128 + * @typedef {import('./command-infra')} CommandInfra
1129 + * @typedef {import('./hook-base')} HookBase
1130 + * @typedef {import('../core/states/ui-state-base')} UiStateBase
1131 + */
1132 + var ComponentBase = /*#__PURE__*/ function(_Module) {
1133 + function ComponentBase() {
1134 + _classCallCheck(this, ComponentBase);
1135 + return _callSuper$4(this, ComponentBase, arguments);
1136 + }
1137 + _inherits(ComponentBase, _Module);
1138 + return _createClass(ComponentBase, [
1139 + {
1140 + key: "__construct",
1141 + value: function __construct() {
1142 + var args = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
1143 + if (args.manager) this.manager = args.manager;
1144 + this.commands = this.defaultCommands();
1145 + this.commandsInternal = this.defaultCommandsInternal();
1146 + this.hooks = this.defaultHooks();
1147 + this.routes = this.defaultRoutes();
1148 + this.tabs = this.defaultTabs();
1149 + this.shortcuts = this.defaultShortcuts();
1150 + this.utils = this.defaultUtils();
1151 + this.data = this.defaultData();
1152 + this.uiStates = this.defaultUiStates();
1153 + this.states = this.defaultStates();
1154 + this.defaultRoute = "";
1155 + this.currentTab = "";
1156 + }
1157 + },
1158 + {
1159 + key: "registerAPI",
1160 + value: function registerAPI() {
1161 + var _this = this;
1162 + Object.entries(this.getTabs()).forEach(function(tab) {
1163 + return _this.registerTabRoute(tab[0]);
1164 + });
1165 + Object.entries(this.getRoutes()).forEach(function(_ref) {
1166 + var _ref2 = _slicedToArray(_ref, 2);
1167 + var route = _ref2[0];
1168 + var callback = _ref2[1];
1169 + return _this.registerRoute(route, callback);
1170 + });
1171 + Object.entries(this.getCommands()).forEach(function(_ref3) {
1172 + var _ref4 = _slicedToArray(_ref3, 2);
1173 + var command = _ref4[0];
1174 + var callback = _ref4[1];
1175 + return _this.registerCommand(command, callback);
1176 + });
1177 + Object.entries(this.getCommandsInternal()).forEach(function(_ref5) {
1178 + var _ref6 = _slicedToArray(_ref5, 2);
1179 + var command = _ref6[0];
1180 + var callback = _ref6[1];
1181 + return _this.registerCommandInternal(command, callback);
1182 + });
1183 + Object.values(this.getHooks()).forEach(function(instance) {
1184 + return _this.registerHook(instance);
1185 + });
1186 + Object.entries(this.getData()).forEach(function(_ref7) {
1187 + var _ref8 = _slicedToArray(_ref7, 2);
1188 + var command = _ref8[0];
1189 + var callback = _ref8[1];
1190 + return _this.registerData(command, callback);
1191 + });
1192 + Object.values(this.getUiStates()).forEach(function(instance) {
1193 + return _this.registerUiState(instance);
1194 + });
1195 + Object.entries(this.getStates()).forEach(function(_ref9) {
1196 + var _ref0 = _slicedToArray(_ref9, 2);
1197 + var id = _ref0[0];
1198 + var state = _ref0[1];
1199 + return _this.registerState(id, state);
1200 + });
1201 + }
1202 + },
1203 + {
1204 + key: "getNamespace",
1205 + value: function getNamespace() {
1206 + force_method_implementation_default();
1207 + }
1208 + },
1209 + {
1210 + key: "getRootContainer",
1211 + value: function getRootContainer() {
1212 + Deprecation.deprecated("getRootContainer()", "3.7.0", "getServiceName()");
1213 + return this.getServiceName();
1214 + }
1215 + },
1216 + {
1217 + key: "getServiceName",
1218 + value: function getServiceName() {
1219 + return this.getNamespace().split("/")[0];
1220 + }
1221 + },
1222 + {
1223 + key: "store",
1224 + get: function get() {
1225 + return $e.store.get(this.getNamespace());
1226 + }
1227 + },
1228 + {
1229 + key: "defaultTabs",
1230 + value: function defaultTabs() {
1231 + return {};
1232 + }
1233 + },
1234 + {
1235 + key: "defaultRoutes",
1236 + value: function defaultRoutes() {
1237 + return {};
1238 + }
1239 + },
1240 + {
1241 + key: "defaultCommands",
1242 + value: function defaultCommands() {
1243 + return {};
1244 + }
1245 + },
1246 + {
1247 + key: "defaultCommandsInternal",
1248 + value: function defaultCommandsInternal() {
1249 + return {};
1250 + }
1251 + },
1252 + {
1253 + key: "defaultHooks",
1254 + value: function defaultHooks() {
1255 + return {};
1256 + }
1257 + },
1258 + {
1259 + key: "defaultUiStates",
1260 + value: function defaultUiStates() {
1261 + return {};
1262 + }
1263 + },
1264 + {
1265 + key: "defaultStates",
1266 + value: function defaultStates() {
1267 + return {};
1268 + }
1269 + },
1270 + {
1271 + key: "defaultShortcuts",
1272 + value: function defaultShortcuts() {
1273 + return {};
1274 + }
1275 + },
1276 + {
1277 + key: "defaultUtils",
1278 + value: function defaultUtils() {
1279 + return {};
1280 + }
1281 + },
1282 + {
1283 + key: "defaultData",
1284 + value: function defaultData() {
1285 + return {};
1286 + }
1287 + },
1288 + {
1289 + key: "getCommands",
1290 + value: function getCommands() {
1291 + return this.commands;
1292 + }
1293 + },
1294 + {
1295 + key: "getCommandsInternal",
1296 + value: function getCommandsInternal() {
1297 + return this.commandsInternal;
1298 + }
1299 + },
1300 + {
1301 + key: "getHooks",
1302 + value: function getHooks() {
1303 + return this.hooks;
1304 + }
1305 + },
1306 + {
1307 + key: "getUiStates",
1308 + value: function getUiStates() {
1309 + return this.uiStates;
1310 + }
1311 + },
1312 + {
1313 + key: "getStates",
1314 + value: function getStates() {
1315 + return this.states;
1316 + }
1317 + },
1318 + {
1319 + key: "getRoutes",
1320 + value: function getRoutes() {
1321 + return this.routes;
1322 + }
1323 + },
1324 + {
1325 + key: "getTabs",
1326 + value: function getTabs() {
1327 + return this.tabs;
1328 + }
1329 + },
1330 + {
1331 + key: "getShortcuts",
1332 + value: function getShortcuts() {
1333 + return this.shortcuts;
1334 + }
1335 + },
1336 + {
1337 + key: "getData",
1338 + value: function getData() {
1339 + return this.data;
1340 + }
1341 + },
1342 + {
1343 + key: "registerCommand",
1344 + value: function registerCommand(command, context) {
1345 + var commandsType = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "default";
1346 + var commandsManager;
1347 + switch (commandsType) {
1348 + case "default":
1349 + commandsManager = $e.commands;
1350 + break;
1351 + case "internal":
1352 + commandsManager = $e.commandsInternal;
1353 + break;
1354 + case "data":
1355 + commandsManager = $e.data;
1356 + break;
1357 + default: throw new Error("Invalid commands type: '".concat(command, "'"));
1358 + }
1359 + var fullCommand = this.getNamespace() + "/" + command;
1360 + var instanceType = context.getInstanceType ? context.getInstanceType() : false;
1361 + var registerConfig = {
1362 + command: fullCommand,
1363 + component: this
1364 + };
1365 + if (!instanceType) {
1366 + if ($e.devTools) $e.devTools.log.warn("Attach command-callback-base, on command: '".concat(fullCommand, "', context is unknown type."));
1367 + registerConfig.callback = context;
1368 + context = /*#__PURE__*/ function(_CommandCallbackBase) {
1369 + function context() {
1370 + _classCallCheck(this, context);
1371 + return _callSuper$4(this, context, arguments);
1372 + }
1373 + _inherits(context, _CommandCallbackBase);
1374 + return _createClass(context);
1375 + }(CommandCallbackBase);
1376 + }
1377 + context.setRegisterConfig(registerConfig);
1378 + commandsManager.register(this, command, context);
1379 + }
1380 + },
1381 + {
1382 + key: "registerHook",
1383 + value: function registerHook(instance) {
1384 + return instance.register();
1385 + }
1386 + },
1387 + {
1388 + key: "registerCommandInternal",
1389 + value: function registerCommandInternal(command, context) {
1390 + this.registerCommand(command, context, "internal");
1391 + }
1392 + },
1393 + {
1394 + key: "registerUiState",
1395 + value: function registerUiState(instance) {
1396 + $e.uiStates.register(instance);
1397 + }
1398 + },
1399 + {
1400 + key: "registerState",
1401 + value: function registerState(id, stateConfig) {
1402 + id = this.getNamespace() + (id ? "/".concat(id) : "");
1403 + var slice = (0, _reduxjs_toolkit.createSlice)(_objectSpread(_objectSpread({}, stateConfig), {}, { name: id }));
1404 + $e.store.register(id, slice);
1405 + }
1406 + },
1407 + {
1408 + key: "registerRoute",
1409 + value: function registerRoute(route, callback) {
1410 + $e.routes.register(this, route, callback);
1411 + }
1412 + },
1413 + {
1414 + key: "registerData",
1415 + value: function registerData(command, context) {
1416 + this.registerCommand(command, context, "data");
1417 + }
1418 + },
1419 + {
1420 + key: "unregisterRoute",
1421 + value: function unregisterRoute(route) {
1422 + $e.routes.unregister(this, route);
1423 + }
1424 + },
1425 + {
1426 + key: "registerTabRoute",
1427 + value: function registerTabRoute(tab) {
1428 + var _this2 = this;
1429 + this.registerRoute(tab, function(args) {
1430 + return _this2.activateTab(tab, args);
1431 + });
1432 + }
1433 + },
1434 + {
1435 + key: "dependency",
1436 + value: function dependency() {
1437 + return true;
1438 + }
1439 + },
1440 + {
1441 + key: "open",
1442 + value: function open() {
1443 + return true;
1444 + }
1445 + },
1446 + {
1447 + key: "close",
1448 + value: function close() {
1449 + if (!this.isOpen) return false;
1450 + this.isOpen = false;
1451 + this.inactivate();
1452 + $e.routes.clearCurrent(this.getNamespace());
1453 + $e.routes.clearHistory(this.getServiceName());
1454 + return true;
1455 + }
1456 + },
1457 + {
1458 + key: "activate",
1459 + value: function activate() {
1460 + $e.components.activate(this.getNamespace());
1461 + }
1462 + },
1463 + {
1464 + key: "inactivate",
1465 + value: function inactivate() {
1466 + $e.components.inactivate(this.getNamespace());
1467 + }
1468 + },
1469 + {
1470 + key: "isActive",
1471 + value: function isActive() {
1472 + return $e.components.isActive(this.getNamespace());
1473 + }
1474 + },
1475 + {
1476 + key: "onRoute",
1477 + value: function onRoute(route) {
1478 + this.toggleRouteClass(route, true);
1479 + this.toggleHistoryClass();
1480 + this.activate();
1481 + this.trigger("route/open", route);
1482 + }
1483 + },
1484 + {
1485 + key: "onCloseRoute",
1486 + value: function onCloseRoute(route) {
1487 + this.toggleRouteClass(route, false);
1488 + this.inactivate();
1489 + this.trigger("route/close", route);
1490 + }
1491 + },
1492 + {
1493 + key: "setDefaultRoute",
1494 + value: function setDefaultRoute(route) {
1495 + this.defaultRoute = this.getNamespace() + "/" + route;
1496 + }
1497 + },
1498 + {
1499 + key: "getDefaultRoute",
1500 + value: function getDefaultRoute() {
1501 + return this.defaultRoute;
1502 + }
1503 + },
1504 + {
1505 + key: "removeTab",
1506 + value: function removeTab(tab) {
1507 + delete this.tabs[tab];
1508 + this.unregisterRoute(tab);
1509 + }
1510 + },
1511 + {
1512 + key: "hasTab",
1513 + value: function hasTab(tab) {
1514 + return !!this.tabs[tab];
1515 + }
1516 + },
1517 + {
1518 + key: "addTab",
1519 + value: function addTab(tab, args, position) {
1520 + var _this3 = this;
1521 + this.tabs[tab] = args;
1522 + if ("undefined" !== typeof position) {
1523 + var newTabs = {};
1524 + var ids = Object.keys(this.tabs);
1525 + ids.pop();
1526 + ids.splice(position, 0, tab);
1527 + ids.forEach(function(id) {
1528 + newTabs[id] = _this3.tabs[id];
1529 + });
1530 + this.tabs = newTabs;
1531 + }
1532 + this.registerTabRoute(tab);
1533 + }
1534 + },
1535 + {
1536 + key: "getTabsWrapperSelector",
1537 + value: function getTabsWrapperSelector() {
1538 + return "";
1539 + }
1540 + },
1541 + {
1542 + key: "getTabRoute",
1543 + value: function getTabRoute(tab) {
1544 + return this.getNamespace() + "/" + tab;
1545 + }
1546 + },
1547 + {
1548 + key: "renderTab",
1549 + value: function renderTab(tab) {}
1550 + },
1551 + {
1552 + key: "activateTab",
1553 + value: function activateTab(tab, args) {
1554 + var _this4 = this;
1555 + this.renderTab(tab, args);
1556 + jQuery(this.getTabsWrapperSelector() + " .elementor-component-tab").off("click").on("click", function(event) {
1557 + $e.route(_this4.getTabRoute(event.currentTarget.dataset.tab), args);
1558 + }).removeClass("elementor-active").filter("[data-tab=\"" + tab + "\"]").addClass("elementor-active");
1559 + }
1560 + },
1561 + {
1562 + key: "getActiveTabConfig",
1563 + value: function getActiveTabConfig() {
1564 + return this.tabs[this.currentTab] || {};
1565 + }
1566 + },
1567 + {
1568 + key: "getBodyClass",
1569 + value: function getBodyClass(route) {
1570 + return "e-route-" + route.replace(/\//g, "-");
1571 + }
1572 + },
1573 + {
1574 + key: "normalizeCommandName",
1575 + value: function normalizeCommandName(commandName) {
1576 + return commandName.replace(/[A-Z]/g, function(match, offset) {
1577 + return (offset > 0 ? "-" : "") + match.toLowerCase();
1578 + });
1579 + }
1580 + },
1581 + {
1582 + key: "importCommands",
1583 + value: function importCommands(commandsFromImport) {
1584 + var _this5 = this;
1585 + var commands = {};
1586 + Object.entries(commandsFromImport).forEach(function(_ref1) {
1587 + var _ref10 = _slicedToArray(_ref1, 2);
1588 + var className = _ref10[0];
1589 + var Class = _ref10[1];
1590 + var command = _this5.normalizeCommandName(className);
1591 + commands[command] = Class;
1592 + });
1593 + return commands;
1594 + }
1595 + },
1596 + {
1597 + key: "importHooks",
1598 + value: function importHooks(hooksFromImport) {
1599 + var hooks = {};
1600 + for (var key in hooksFromImport) {
1601 + var hook = new hooksFromImport[key]();
1602 + hooks[hook.getId()] = hook;
1603 + }
1604 + return hooks;
1605 + }
1606 + },
1607 + {
1608 + key: "importUiStates",
1609 + value: function importUiStates(statesFromImport) {
1610 + var _this6 = this;
1611 + var uiStates = {};
1612 + Object.values(statesFromImport).forEach(function(className) {
1613 + var uiState = new className(_this6);
1614 + uiStates[uiState.getId()] = uiState;
1615 + });
1616 + return uiStates;
1617 + }
1618 + },
1619 + {
1620 + key: "setUiState",
1621 + value: function setUiState(state, value) {
1622 + $e.uiStates.set("".concat(this.getNamespace(), "/").concat(state), value);
1623 + }
1624 + },
1625 + {
1626 + key: "toggleRouteClass",
1627 + value: function toggleRouteClass(route, state) {
1628 + document.body.classList.toggle(this.getBodyClass(route), state);
1629 + }
1630 + },
1631 + {
1632 + key: "toggleHistoryClass",
1633 + value: function toggleHistoryClass() {
1634 + document.body.classList.toggle("e-routes-has-history", !!$e.routes.getHistory(this.getServiceName()).length);
1635 + }
1636 + }
1637 + ]);
1638 + }(import_module.default);
420 1639
421 -/***/ }),
1640 +//#endregion
1641 +//#region app/assets/js/loader/commands/close.js
1642 + function _callSuper$3(t, o, e) {
1643 + return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct$3() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
1644 + }
1645 + __name(_callSuper$3, "_callSuper");
1646 + function _isNativeReflectConstruct$3() {
1647 + try {
1648 + var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
1649 + } catch (t) {}
1650 + return (_isNativeReflectConstruct$3 = function _isNativeReflectConstruct() {
1651 + return !!t;
1652 + })();
1653 + }
1654 + __name(_isNativeReflectConstruct$3, "_isNativeReflectConstruct");
1655 + var Close = /*#__PURE__*/ function(_$e$modules$CommandBa) {
1656 + function Close() {
1657 + _classCallCheck(this, Close);
1658 + return _callSuper$3(this, Close, arguments);
1659 + }
1660 + _inherits(Close, _$e$modules$CommandBa);
1661 + return _createClass(Close, [{
1662 + key: "apply",
1663 + value: function apply() {
1664 + if (!this.component.close()) return false;
1665 + this.component.iframe.remove();
1666 + this.component.iframe = null;
1667 + if (this.component.backdrop) {
1668 + this.component.backdrop.remove();
1669 + this.component.backdrop = null;
1670 + }
1671 + document.body.style.overflow = "";
1672 + return true;
1673 + }
1674 + }]);
1675 + }($e.modules.CommandBase);
422 1676
423 -/***/ "../assets/dev/js/modules/imports/instance-type.js":
424 -/*!*********************************************************!*\
425 - !*** ../assets/dev/js/modules/imports/instance-type.js ***!
426 - \*********************************************************/
427 -/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1677 +//#endregion
1678 +//#region app/assets/js/loader/commands/load.js
1679 + function _callSuper$2(t, o, e) {
1680 + return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct$2() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
1681 + }
1682 + __name(_callSuper$2, "_callSuper");
1683 + function _isNativeReflectConstruct$2() {
1684 + try {
1685 + var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
1686 + } catch (t) {}
1687 + return (_isNativeReflectConstruct$2 = function _isNativeReflectConstruct() {
1688 + return !!t;
1689 + })();
1690 + }
1691 + __name(_isNativeReflectConstruct$2, "_isNativeReflectConstruct");
1692 + var Load = /*#__PURE__*/ function(_$e$modules$CommandBa) {
1693 + function Load() {
1694 + _classCallCheck(this, Load);
1695 + return _callSuper$2(this, Load, arguments);
1696 + }
1697 + _inherits(Load, _$e$modules$CommandBa);
1698 + return _createClass(Load, [{
1699 + key: "apply",
1700 + value: function apply(args) {
1701 + var component = this.component;
1702 + if (!component.iframe) {
1703 + component.backdrop = document.createElement("div");
1704 + component.backdrop.className = "elementor-app-backdrop";
1705 + component.backdrop.style.display = "none";
1706 + component.backdrop.addEventListener("click", function() {
1707 + $e.run("app/close");
1708 + });
1709 + document.body.appendChild(component.backdrop);
1710 + component.iframe = document.createElement("iframe");
1711 + component.iframe.className = "elementor-app-iframe";
1712 + component.iframe.style.display = "none";
1713 + component.iframe.addEventListener("load", function() {
1714 + if (component.iframe) component.iframe.classList.add("elementor-app-iframe--visible");
1715 + if (component.backdrop) component.backdrop.classList.add("elementor-app-backdrop--visible");
1716 + });
1717 + document.body.appendChild(component.iframe);
1718 + }
1719 + if (args.url === component.iframe.src) return;
1720 + component.iframe.src = args.url;
1721 + }
1722 + }]);
1723 + }($e.modules.CommandBase);
428 1724
429 -"use strict";
1725 +//#endregion
1726 +//#region app/assets/js/loader/commands/open.js
1727 + function _callSuper$1(t, o, e) {
1728 + return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct$1() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
1729 + }
1730 + __name(_callSuper$1, "_callSuper");
1731 + function _isNativeReflectConstruct$1() {
1732 + try {
1733 + var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
1734 + } catch (t) {}
1735 + return (_isNativeReflectConstruct$1 = function _isNativeReflectConstruct() {
1736 + return !!t;
1737 + })();
1738 + }
1739 + __name(_isNativeReflectConstruct$1, "_isNativeReflectConstruct");
1740 + var Open = /*#__PURE__*/ function(_$e$modules$CommandBa) {
1741 + function Open() {
1742 + _classCallCheck(this, Open);
1743 + return _callSuper$1(this, Open, arguments);
1744 + }
1745 + _inherits(Open, _$e$modules$CommandBa);
1746 + return _createClass(Open, [{
1747 + key: "apply",
1748 + value: function apply(args) {
1749 + $e.route("app", args);
1750 + return true;
1751 + }
1752 + }]);
1753 + }($e.modules.CommandBase);
430 1754
1755 +//#endregion
1756 +//#region app/assets/js/loader/commands/index.js
1757 + var commands_exports = /* @__PURE__ */ __exportAll({
1758 + Close: () => Close,
1759 + Load: () => Load,
1760 + Open: () => Open
1761 + });
431 1762
432 -var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
433 -Object.defineProperty(exports, "__esModule", ({
434 - value: true
435 -}));
436 -exports["default"] = void 0;
437 -var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js"));
438 -var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js"));
439 -var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js"));
440 -var _get2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/get */ "../node_modules/@babel/runtime/helpers/get.js"));
441 -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; }
442 -var InstanceType = exports["default"] = /*#__PURE__*/function () {
443 - function InstanceType() {
444 - var _this = this;
445 - (0, _classCallCheck2.default)(this, InstanceType);
446 - // Since anonymous classes sometimes do not get validated by babel, do it manually.
447 - var target = this instanceof InstanceType ? this.constructor : void 0;
448 - var prototypes = [];
449 - while (target.__proto__ && target.__proto__.name) {
450 - prototypes.push(target.__proto__);
451 - target = target.__proto__;
452 - }
453 - prototypes.reverse().forEach(function (proto) {
454 - return _this instanceof proto;
455 - });
456 - }
457 - return (0, _createClass2.default)(InstanceType, null, [{
458 - key: Symbol.hasInstance,
459 - value: function value(target) {
460 - /**
461 - * This is function extending being called each time JS uses instanceOf, since babel use it each time it create new class
462 - * its give's opportunity to mange capabilities of instanceOf operator.
463 - * saving current class each time will give option later to handle instanceOf manually.
464 - */
465 - var result = _superPropGet(InstanceType, Symbol.hasInstance, this, 2)([target]);
1763 +//#endregion
1764 +//#region app/assets/js/loader/component.js
1765 + function _callSuper(t, o, e) {
1766 + return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
1767 + }
1768 + function _isNativeReflectConstruct() {
1769 + try {
1770 + var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
1771 + } catch (t) {}
1772 + return (_isNativeReflectConstruct = function _isNativeReflectConstruct() {
1773 + return !!t;
1774 + })();
1775 + }
1776 + var Component = /*#__PURE__*/ function(_ComponentModalBase) {
1777 + function Component() {
1778 + _classCallCheck(this, Component);
1779 + return _callSuper(this, Component, arguments);
1780 + }
1781 + _inherits(Component, _ComponentModalBase);
1782 + return _createClass(Component, [
1783 + {
1784 + key: "getNamespace",
1785 + value: function getNamespace() {
1786 + return "app";
1787 + }
1788 + },
1789 + {
1790 + key: "defaultRoutes",
1791 + value: function defaultRoutes() {
1792 + var _this = this;
1793 + return { "": function _(args) {
1794 + args.url = args.url || elementorAppConfig.menu_url;
1795 + $e.run("app/load", args);
1796 + _this.iframe.style.display = "";
1797 + if (_this.backdrop) _this.backdrop.style.display = "";
1798 + document.body.style.overflow = "hidden";
1799 + } };
1800 + }
1801 + },
1802 + {
1803 + key: "defaultCommands",
1804 + value: function defaultCommands() {
1805 + return this.importCommands(commands_exports);
1806 + }
1807 + },
1808 + {
1809 + key: "defaultShortcuts",
1810 + value: function defaultShortcuts() {
1811 + return {
1812 + "": { keys: "ctrl+shift+e" },
1813 + close: {
1814 + keys: "esc",
1815 + scopes: [this.getNamespace()]
1816 + }
1817 + };
1818 + }
1819 + }
1820 + ]);
1821 + }(ComponentBase);
466 1822
467 - // Act normal when validate a class, which does not have instance type.
468 - if (target && !target.constructor.getInstanceType) {
469 - return result;
470 - }
471 - if (target) {
472 - if (!target.instanceTypes) {
473 - target.instanceTypes = [];
474 - }
475 - if (!result) {
476 - if (this.getInstanceType() === target.constructor.getInstanceType()) {
477 - result = true;
478 - }
479 - }
480 - if (result) {
481 - var name = this.getInstanceType === InstanceType.getInstanceType ? 'BaseInstanceType' : this.getInstanceType();
482 - if (-1 === target.instanceTypes.indexOf(name)) {
483 - target.instanceTypes.push(name);
484 - }
485 - }
486 - }
487 - if (!result && target) {
488 - // Check if the given 'target', is instance of known types.
489 - result = target.instanceTypes && Array.isArray(target.instanceTypes) && -1 !== target.instanceTypes.indexOf(this.getInstanceType());
490 - }
491 - return result;
492 - }
493 - }, {
494 - key: "getInstanceType",
495 - value: function getInstanceType() {
496 - elementorModules.ForceMethodImplementation();
497 - }
498 - }]);
499 -}();
1823 +//#endregion
1824 +//#region app/assets/js/app-loader.js
1825 + window.elementorAppLoader = new (/* @__PURE__ */ function() {
1826 + function AppLoader() {
1827 + _classCallCheck(this, AppLoader);
1828 + _defineProperty(this, "selector", "a.elementor-app-link, .elementor-app-link .ab-item");
1829 + $e.components.register(new Component());
1830 + window.addEventListener("DOMContentLoaded", this.onLoad.bind(this));
1831 + }
1832 + return _createClass(AppLoader, [{
1833 + key: "onLoad",
1834 + value: function onLoad() {
1835 + var links = document.querySelectorAll(this.selector);
1836 + if (!links.length) return;
1837 + links.forEach(function(link) {
1838 + link.addEventListener("click", function(event) {
1839 + event.preventDefault();
1840 + $e.run("app/open", { url: link.href });
1841 + });
1842 + link.addEventListener("mouseenter", function() {
1843 + $e.run("app/load", { url: link.href });
1844 + });
1845 + });
1846 + }
1847 + }]);
1848 + }())();
500 1849
501 -/***/ }),
502 -
503 -/***/ "../assets/dev/js/modules/imports/module.js":
504 -/*!**************************************************!*\
505 - !*** ../assets/dev/js/modules/imports/module.js ***!
506 - \**************************************************/
507 -/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
508 -
509 -"use strict";
510 -
511 -
512 -var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
513 -var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/typeof */ "../node_modules/@babel/runtime/helpers/typeof.js"));
514 -var Module = function Module() {
515 - var $ = jQuery,
516 - instanceParams = arguments,
517 - self = this,
518 - events = {};
519 - var settings;
520 - var ensureClosureMethods = function ensureClosureMethods() {
521 - $.each(self, function (methodName) {
522 - var oldMethod = self[methodName];
523 - if ('function' !== typeof oldMethod) {
524 - return;
525 - }
526 - self[methodName] = function () {
527 - return oldMethod.apply(self, arguments);
528 - };
529 - });
530 - };
531 - var initSettings = function initSettings() {
532 - settings = self.getDefaultSettings();
533 - var instanceSettings = instanceParams[0];
534 - if (instanceSettings) {
535 - $.extend(true, settings, instanceSettings);
536 - }
537 - };
538 - var init = function init() {
539 - self.__construct.apply(self, instanceParams);
540 - ensureClosureMethods();
541 - initSettings();
542 - self.trigger('init');
543 - };
544 - this.getItems = function (items, itemKey) {
545 - if (itemKey) {
546 - var keyStack = itemKey.split('.'),
547 - currentKey = keyStack.splice(0, 1);
548 - if (!keyStack.length) {
549 - return items[currentKey];
550 - }
551 - if (!items[currentKey]) {
552 - return;
553 - }
554 - return this.getItems(items[currentKey], keyStack.join('.'));
555 - }
556 - return items;
557 - };
558 - this.getSettings = function (setting) {
559 - return this.getItems(settings, setting);
560 - };
561 - this.setSettings = function (settingKey, value, settingsContainer) {
562 - if (!settingsContainer) {
563 - settingsContainer = settings;
564 - }
565 - if ('object' === (0, _typeof2.default)(settingKey)) {
566 - $.extend(settingsContainer, settingKey);
567 - return self;
568 - }
569 - var keyStack = settingKey.split('.'),
570 - currentKey = keyStack.splice(0, 1);
571 - if (!keyStack.length) {
572 - settingsContainer[currentKey] = value;
573 - return self;
574 - }
575 - if (!settingsContainer[currentKey]) {
576 - settingsContainer[currentKey] = {};
577 - }
578 - return self.setSettings(keyStack.join('.'), value, settingsContainer[currentKey]);
579 - };
580 - this.getErrorMessage = function (type, functionName) {
581 - var message;
582 - switch (type) {
583 - case 'forceMethodImplementation':
584 - message = "The method '".concat(functionName, "' must to be implemented in the inheritor child.");
585 - break;
586 - default:
587 - message = 'An error occurs';
588 - }
589 - return message;
590 - };
591 -
592 - // TODO: This function should be deleted ?.
593 - this.forceMethodImplementation = function (functionName) {
594 - throw new Error(this.getErrorMessage('forceMethodImplementation', functionName));
595 - };
596 - this.on = function (eventName, callback) {
597 - if ('object' === (0, _typeof2.default)(eventName)) {
598 - $.each(eventName, function (singleEventName) {
599 - self.on(singleEventName, this);
600 - });
601 - return self;
602 - }
603 - var eventNames = eventName.split(' ');
604 - eventNames.forEach(function (singleEventName) {
605 - if (!events[singleEventName]) {
606 - events[singleEventName] = [];
607 - }
608 - events[singleEventName].push(callback);
609 - });
610 - return self;
611 - };
612 - this.off = function (eventName, callback) {
613 - if (!events[eventName]) {
614 - return self;
615 - }
616 - if (!callback) {
617 - delete events[eventName];
618 - return self;
619 - }
620 - var callbackIndex = events[eventName].indexOf(callback);
621 - if (-1 !== callbackIndex) {
622 - delete events[eventName][callbackIndex];
623 -
624 - // Reset array index (for next off on same event).
625 - events[eventName] = events[eventName].filter(function (val) {
626 - return val;
627 - });
628 - }
629 - return self;
630 - };
631 - this.trigger = function (eventName) {
632 - var methodName = 'on' + eventName[0].toUpperCase() + eventName.slice(1),
633 - params = Array.prototype.slice.call(arguments, 1);
634 - if (self[methodName]) {
635 - self[methodName].apply(self, params);
636 - }
637 - var callbacks = events[eventName];
638 - if (!callbacks) {
639 - return self;
640 - }
641 - $.each(callbacks, function (index, callback) {
642 - callback.apply(self, params);
643 - });
644 - return self;
645 - };
646 - init();
647 -};
648 -Module.prototype.__construct = function () {};
649 -Module.prototype.getDefaultSettings = function () {
650 - return {};
651 -};
652 -Module.prototype.getConstructorID = function () {
653 - return this.constructor.name;
654 -};
655 -Module.extend = function (properties) {
656 - var $ = jQuery,
657 - parent = this;
658 - var child = function child() {
659 - return parent.apply(this, arguments);
660 - };
661 - $.extend(child, parent);
662 - child.prototype = Object.create($.extend({}, parent.prototype, properties));
663 - child.prototype.constructor = child;
664 - child.__super__ = parent.prototype;
665 - return child;
666 -};
667 -module.exports = Module;
668 -
669 -/***/ }),
670 -
671 -/***/ "../modules/web-cli/assets/js/modules/command-base.js":
672 -/*!************************************************************!*\
673 - !*** ../modules/web-cli/assets/js/modules/command-base.js ***!
674 - \************************************************************/
675 -/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
676 -
677 -"use strict";
678 -
679 -
680 -var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
681 -Object.defineProperty(exports, "__esModule", ({
682 - value: true
683 -}));
684 -exports["default"] = void 0;
685 -var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js"));
686 -var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js"));
687 -var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"));
688 -var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js"));
689 -var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js"));
690 -var _commandInfra = _interopRequireDefault(__webpack_require__(/*! ./command-infra */ "../modules/web-cli/assets/js/modules/command-infra.js"));
691 -var _deprecation = _interopRequireDefault(__webpack_require__(/*! elementor-api/utils/deprecation */ "../modules/web-cli/assets/js/utils/deprecation.js"));
692 -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)); }
693 -function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
694 -/**
695 - * @name $e.modules.CommandBase
696 - */
697 -var CommandBase = exports["default"] = /*#__PURE__*/function (_CommandInfra) {
698 - function CommandBase() {
699 - (0, _classCallCheck2.default)(this, CommandBase);
700 - return _callSuper(this, CommandBase, arguments);
701 - }
702 - (0, _inherits2.default)(CommandBase, _CommandInfra);
703 - return (0, _createClass2.default)(CommandBase, [{
704 - key: "onBeforeRun",
705 - value: function onBeforeRun() {
706 - var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
707 - $e.hooks.runUIBefore(this.command, args);
708 - }
709 - }, {
710 - key: "onAfterRun",
711 - value: function onAfterRun() {
712 - var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
713 - var result = arguments.length > 1 ? arguments[1] : undefined;
714 - $e.hooks.runUIAfter(this.command, args, result);
715 - }
716 - }, {
717 - key: "onBeforeApply",
718 - value: function onBeforeApply() {
719 - var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
720 - $e.hooks.runDataDependency(this.command, args);
721 - }
722 - }, {
723 - key: "onAfterApply",
724 - value: function onAfterApply() {
725 - var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
726 - var result = arguments.length > 1 ? arguments[1] : undefined;
727 - return $e.hooks.runDataAfter(this.command, args, result);
728 - }
729 - }, {
730 - key: "onCatchApply",
731 - value: function onCatchApply(e) {
732 - this.runCatchHooks(e);
733 - }
734 -
735 - /**
736 - * Run all the catch hooks.
737 - *
738 - * @param {Error} e
739 - */
740 - }, {
741 - key: "runCatchHooks",
742 - value: function runCatchHooks(e) {
743 - $e.hooks.runDataCatch(this.command, this.args, e);
744 - $e.hooks.runUICatch(this.command, this.args, e);
745 - }
746 -
747 - /**
748 - * TODO - Remove - Backwards compatibility.
749 - *
750 - * Function requireContainer().
751 - *
752 - * Validate `arg.container` & `arg.containers`.
753 - *
754 - * @param {{}} args
755 - * @deprecated since 3.7.0, extend `$e.modules.editor.CommandContainerBase` or `$e.modules.editor.CommandContainerInternalBase` instead.
756 - *
757 - * @throws {Error}
758 - */
759 - }, {
760 - key: "requireContainer",
761 - value: function requireContainer() {
762 - var _this = this;
763 - var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : this.args;
764 - _deprecation.default.deprecated('requireContainer()', '3.7.0', 'Extend `$e.modules.editor.CommandContainerBase` or `$e.modules.editor.CommandContainerInternalBase`');
765 - if (!args.container && !args.containers) {
766 - throw Error('container or containers are required.');
767 - }
768 - if (args.container && args.containers) {
769 - throw Error('container and containers cannot go together please select one of them.');
770 - }
771 - var containers = args.containers || [args.container];
772 - containers.forEach(function (container) {
773 - _this.requireArgumentInstance('container', elementorModules.editor.Container, {
774 - container: container
775 - });
776 - });
777 - }
778 - }], [{
779 - key: "getInstanceType",
780 - value: function getInstanceType() {
781 - return 'CommandBase';
782 - }
783 - }]);
784 -}(_commandInfra.default);
785 -
786 -/***/ }),
787 -
788 -/***/ "../modules/web-cli/assets/js/modules/command-callback-base.js":
789 -/*!*********************************************************************!*\
790 - !*** ../modules/web-cli/assets/js/modules/command-callback-base.js ***!
791 - \*********************************************************************/
792 -/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
793 -
794 -"use strict";
795 -
796 -
797 -var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
798 -Object.defineProperty(exports, "__esModule", ({
799 - value: true
800 -}));
801 -exports["default"] = void 0;
802 -var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js"));
803 -var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js"));
804 -var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"));
805 -var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js"));
806 -var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js"));
807 -var _commandBase = _interopRequireDefault(__webpack_require__(/*! ./command-base */ "../modules/web-cli/assets/js/modules/command-base.js"));
808 -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)); }
809 -function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
810 -/**
811 - * To support pure callbacks in the API(commands.js), to ensure they have registered with the proper context.
812 - */
813 -var CommandCallbackBase = exports["default"] = /*#__PURE__*/function (_CommandBase) {
814 - function CommandCallbackBase() {
815 - (0, _classCallCheck2.default)(this, CommandCallbackBase);
816 - return _callSuper(this, CommandCallbackBase, arguments);
817 - }
818 - (0, _inherits2.default)(CommandCallbackBase, _CommandBase);
819 - return (0, _createClass2.default)(CommandCallbackBase, [{
820 - key: "apply",
821 - value: function apply() {
822 - var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
823 - return this.constructor.getCallback()(args);
824 - }
825 - }], [{
826 - key: "getInstanceType",
827 - value: function getInstanceType() {
828 - return 'CommandCallbackBase';
829 - }
830 -
831 - /**
832 - * Get original callback of the command.
833 - *
834 - * Support pure callbacks ( Non command-base ).
835 - *
836 - * @return {()=>{}} Command Results.
837 - */
838 - }, {
839 - key: "getCallback",
840 - value: function getCallback() {
841 - return this.registerConfig.callback;
842 - }
843 - }]);
844 -}(_commandBase.default);
845 -
846 -/***/ }),
847 -
848 -/***/ "../modules/web-cli/assets/js/modules/command-infra.js":
849 -/*!*************************************************************!*\
850 - !*** ../modules/web-cli/assets/js/modules/command-infra.js ***!
851 - \*************************************************************/
852 -/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
853 -
854 -"use strict";
855 -
856 -
857 -var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
858 -Object.defineProperty(exports, "__esModule", ({
859 - value: true
860 -}));
861 -exports["default"] = void 0;
862 -var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js"));
863 -var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js"));
864 -var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"));
865 -var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js"));
866 -var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js"));
867 -var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "../node_modules/@babel/runtime/helpers/defineProperty.js"));
868 -var _argsObject = _interopRequireDefault(__webpack_require__(/*! elementor-assets-js/modules/imports/args-object */ "../assets/dev/js/modules/imports/args-object.js"));
869 -var _deprecation = _interopRequireDefault(__webpack_require__(/*! elementor-api/utils/deprecation */ "../modules/web-cli/assets/js/utils/deprecation.js"));
870 -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)); }
871 -function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
872 -/**
873 - * @typedef {import('../modules/component-base')} ComponentBase
874 - */
875 -var CommandInfra = exports["default"] = /*#__PURE__*/function (_ArgsObject) {
876 - /**
877 - * Function constructor().
878 - *
879 - * Create Commands Base.
880 - *
881 - * @param {{}} args
882 - */
883 - function CommandInfra() {
884 - var _this;
885 - var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
886 - (0, _classCallCheck2.default)(this, CommandInfra);
887 - _this = _callSuper(this, CommandInfra, [args]);
888 - if (!_this.constructor.registerConfig) {
889 - throw RangeError('Doing it wrong: Each command type should have `registerConfig`.');
890 - }
891 -
892 - // Acknowledge self about which command it run.
893 - _this.command = _this.constructor.getCommand();
894 -
895 - // Assign instance of current component.
896 - _this.component = _this.constructor.getComponent();
897 -
898 - // Who ever need do something before without `super` the constructor can use `initialize` method.
899 - _this.initialize(args);
900 -
901 - // Refresh args, maybe the changed via `initialize`.
902 - args = _this.args;
903 -
904 - // Validate args before run.
905 - _this.validateArgs(args);
906 - return _this;
907 - }
908 -
909 - /**
910 - * Function initialize().
911 - *
912 - * Initialize command, called after construction.
913 - *
914 - * @param {{}} args
915 - */
916 - (0, _inherits2.default)(CommandInfra, _ArgsObject);
917 - return (0, _createClass2.default)(CommandInfra, [{
918 - key: "currentCommand",
919 - get:
920 - /**
921 - * @deprecated since 3.7.0, use `this.command` instead.
922 - */
923 - function get() {
924 - _deprecation.default.deprecated('this.currentCommand', '3.7.0', 'this.command');
925 - return this.command;
926 - }
927 - }, {
928 - key: "initialize",
929 - value: function initialize() {
930 - var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
931 - } // eslint-disable-line no-unused-vars
932 -
933 - /**
934 - * Function validateArgs().
935 - *
936 - * Validate command arguments.
937 - *
938 - * @param {{}} args
939 - */
940 - }, {
941 - key: "validateArgs",
942 - value: function validateArgs() {
943 - var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
944 - } // eslint-disable-line no-unused-vars
945 -
946 - // eslint-disable-next-line jsdoc/require-returns-check
947 - /**
948 - * Function apply().
949 - *
950 - * Do the actual command.
951 - *
952 - * @param {{}} args
953 - *
954 - * @return {*} Command results.
955 - */
956 - }, {
957 - key: "apply",
958 - value: function apply() {
959 - var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
960 - // eslint-disable-line no-unused-vars
961 - elementorModules.ForceMethodImplementation();
962 - }
963 -
964 - /**
965 - * Function run().
966 - *
967 - * Run command with history & hooks.
968 - *
969 - * @return {*} Command results.
970 - */
971 - }, {
972 - key: "run",
973 - value: function run() {
974 - return this.apply(this.args);
975 - }
976 -
977 - /**
978 - * Function onBeforeRun.
979 - *
980 - * Called before run().
981 - *
982 - * @param {{}} args
983 - */
984 - }, {
985 - key: "onBeforeRun",
986 - value: function onBeforeRun() {
987 - var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
988 - } // eslint-disable-line no-unused-vars
989 -
990 - /**
991 - * Function onAfterRun.
992 - *
993 - * Called after run().
994 - *
995 - * @param {{}} args
996 - * @param {*} result
997 - */
998 - }, {
999 - key: "onAfterRun",
1000 - value: function onAfterRun() {
1001 - var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
1002 - var result = arguments.length > 1 ? arguments[1] : undefined;
1003 - } // eslint-disable-line no-unused-vars
1004 -
1005 - /**
1006 - * Function onBeforeApply.
1007 - *
1008 - * Called before apply().
1009 - *
1010 - * @param {{}} args
1011 - */
1012 - }, {
1013 - key: "onBeforeApply",
1014 - value: function onBeforeApply() {
1015 - var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
1016 - } // eslint-disable-line no-unused-vars
1017 -
1018 - /**
1019 - * Function onAfterApply.
1020 - *
1021 - * Called after apply().
1022 - *
1023 - * @param {{}} args
1024 - * @param {*} result
1025 - */
1026 - }, {
1027 - key: "onAfterApply",
1028 - value: function onAfterApply() {
1029 - var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
1030 - var result = arguments.length > 1 ? arguments[1] : undefined;
1031 - } // eslint-disable-line no-unused-vars
1032 -
1033 - /**
1034 - * Function onCatchApply.
1035 - *
1036 - * Called after apply() failed.
1037 - *
1038 - * @param {Error} e
1039 - */
1040 - }, {
1041 - key: "onCatchApply",
1042 - value: function onCatchApply(e) {} // eslint-disable-line no-unused-vars
1043 - }], [{
1044 - key: "getInstanceType",
1045 - value: function getInstanceType() {
1046 - return 'CommandInfra';
1047 - }
1048 -
1049 - /**
1050 - * Get info of command.
1051 - *
1052 - * @return {Object} Extra information about the command.
1053 - */
1054 - }, {
1055 - key: "getInfo",
1056 - value: function getInfo() {
1057 - return {};
1058 - }
1059 -
1060 - /**
1061 - * @return {string} Self command name.
1062 - */
1063 - }, {
1064 - key: "getCommand",
1065 - value: function getCommand() {
1066 - return this.registerConfig.command;
1067 - }
1068 -
1069 - /**
1070 - * @return {ComponentBase} Self component
1071 - */
1072 - }, {
1073 - key: "getComponent",
1074 - value: function getComponent() {
1075 - return this.registerConfig.component;
1076 - }
1077 - }, {
1078 - key: "setRegisterConfig",
1079 - value: function setRegisterConfig(config) {
1080 - this.registerConfig = Object.freeze(config);
1081 - }
1082 - }]);
1083 -}(_argsObject.default);
1084 -/**
1085 - * @type {Object}
1086 - */
1087 -(0, _defineProperty2.default)(CommandInfra, "registerConfig", null);
1088 -
1089 -/***/ }),
1090 -
1091 -/***/ "../modules/web-cli/assets/js/modules/component-base.js":
1092 -/*!**************************************************************!*\
1093 - !*** ../modules/web-cli/assets/js/modules/component-base.js ***!
1094 - \**************************************************************/
1095 -/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1096 -
1097 -"use strict";
1098 -
1099 -
1100 -var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
1101 -Object.defineProperty(exports, "__esModule", ({
1102 - value: true
1103 -}));
1104 -exports["default"] = void 0;
1105 -var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "../node_modules/@babel/runtime/helpers/defineProperty.js"));
1106 -var _slicedToArray2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "../node_modules/@babel/runtime/helpers/slicedToArray.js"));
1107 -var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js"));
1108 -var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js"));
1109 -var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"));
1110 -var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js"));
1111 -var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js"));
1112 -var _commandCallbackBase = _interopRequireDefault(__webpack_require__(/*! elementor-api/modules/command-callback-base */ "../modules/web-cli/assets/js/modules/command-callback-base.js"));
1113 -var _toolkit = __webpack_require__(/*! @reduxjs/toolkit */ "../node_modules/@reduxjs/toolkit/dist/redux-toolkit.esm.js");
1114 -var _module = _interopRequireDefault(__webpack_require__(/*! elementor/assets/dev/js/modules/imports/module.js */ "../assets/dev/js/modules/imports/module.js"));
1115 -var _forceMethodImplementation = _interopRequireDefault(__webpack_require__(/*! ../utils/force-method-implementation */ "../modules/web-cli/assets/js/utils/force-method-implementation.js"));
1116 -var _deprecation = _interopRequireDefault(__webpack_require__(/*! elementor-api/utils/deprecation */ "../modules/web-cli/assets/js/utils/deprecation.js"));
1117 -function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1118 -function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1119 -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)); }
1120 -function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
1121 -/**
1122 - * @typedef {import('./command-infra')} CommandInfra
1123 - * @typedef {import('./hook-base')} HookBase
1124 - * @typedef {import('../core/states/ui-state-base')} UiStateBase
1125 - */
1126 -var ComponentBase = exports["default"] = /*#__PURE__*/function (_Module) {
1127 - function ComponentBase() {
1128 - (0, _classCallCheck2.default)(this, ComponentBase);
1129 - return _callSuper(this, ComponentBase, arguments);
1130 - }
1131 - (0, _inherits2.default)(ComponentBase, _Module);
1132 - return (0, _createClass2.default)(ComponentBase, [{
1133 - key: "__construct",
1134 - value: function __construct() {
1135 - var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
1136 - if (args.manager) {
1137 - this.manager = args.manager;
1138 - }
1139 - this.commands = this.defaultCommands();
1140 - this.commandsInternal = this.defaultCommandsInternal();
1141 - this.hooks = this.defaultHooks();
1142 - this.routes = this.defaultRoutes();
1143 - this.tabs = this.defaultTabs();
1144 - this.shortcuts = this.defaultShortcuts();
1145 - this.utils = this.defaultUtils();
1146 - this.data = this.defaultData();
1147 - this.uiStates = this.defaultUiStates();
1148 - this.states = this.defaultStates();
1149 - this.defaultRoute = '';
1150 - this.currentTab = '';
1151 - }
1152 - }, {
1153 - key: "registerAPI",
1154 - value: function registerAPI() {
1155 - var _this = this;
1156 - Object.entries(this.getTabs()).forEach(function (tab) {
1157 - return _this.registerTabRoute(tab[0]);
1158 - });
1159 - Object.entries(this.getRoutes()).forEach(function (_ref) {
1160 - var _ref2 = (0, _slicedToArray2.default)(_ref, 2),
1161 - route = _ref2[0],
1162 - callback = _ref2[1];
1163 - return _this.registerRoute(route, callback);
1164 - });
1165 - Object.entries(this.getCommands()).forEach(function (_ref3) {
1166 - var _ref4 = (0, _slicedToArray2.default)(_ref3, 2),
1167 - command = _ref4[0],
1168 - callback = _ref4[1];
1169 - return _this.registerCommand(command, callback);
1170 - });
1171 - Object.entries(this.getCommandsInternal()).forEach(function (_ref5) {
1172 - var _ref6 = (0, _slicedToArray2.default)(_ref5, 2),
1173 - command = _ref6[0],
1174 - callback = _ref6[1];
1175 - return _this.registerCommandInternal(command, callback);
1176 - });
1177 - Object.values(this.getHooks()).forEach(function (instance) {
1178 - return _this.registerHook(instance);
1179 - });
1180 - Object.entries(this.getData()).forEach(function (_ref7) {
1181 - var _ref8 = (0, _slicedToArray2.default)(_ref7, 2),
1182 - command = _ref8[0],
1183 - callback = _ref8[1];
1184 - return _this.registerData(command, callback);
1185 - });
1186 - Object.values(this.getUiStates()).forEach(function (instance) {
1187 - return _this.registerUiState(instance);
1188 - });
1189 - Object.entries(this.getStates()).forEach(function (_ref9) {
1190 - var _ref0 = (0, _slicedToArray2.default)(_ref9, 2),
1191 - id = _ref0[0],
1192 - state = _ref0[1];
1193 - return _this.registerState(id, state);
1194 - });
1195 - }
1196 -
1197 - // eslint-disable-next-line jsdoc/require-returns-check
1198 - /**
1199 - * @return {string} namespace
1200 - */
1201 - }, {
1202 - key: "getNamespace",
1203 - value: function getNamespace() {
1204 - (0, _forceMethodImplementation.default)();
1205 - }
1206 -
1207 - /**
1208 - * @deprecated since 3.7.0, use `getServiceName()` instead.
1209 - */
1210 - }, {
1211 - key: "getRootContainer",
1212 - value: function getRootContainer() {
1213 - _deprecation.default.deprecated('getRootContainer()', '3.7.0', 'getServiceName()');
1214 - return this.getServiceName();
1215 - }
1216 - }, {
1217 - key: "getServiceName",
1218 - value: function getServiceName() {
1219 - return this.getNamespace().split('/')[0];
1220 - }
1221 - }, {
1222 - key: "store",
1223 - get: function get() {
1224 - return $e.store.get(this.getNamespace());
1225 - }
1226 - }, {
1227 - key: "defaultTabs",
1228 - value: function defaultTabs() {
1229 - return {};
1230 - }
1231 - }, {
1232 - key: "defaultRoutes",
1233 - value: function defaultRoutes() {
1234 - return {};
1235 - }
1236 - }, {
1237 - key: "defaultCommands",
1238 - value: function defaultCommands() {
1239 - return {};
1240 - }
1241 - }, {
1242 - key: "defaultCommandsInternal",
1243 - value: function defaultCommandsInternal() {
1244 - return {};
1245 - }
1246 - }, {
1247 - key: "defaultHooks",
1248 - value: function defaultHooks() {
1249 - return {};
1250 - }
1251 -
1252 - /**
1253 - * Get the component's default UI states.
1254 - *
1255 - * @return {Object} default UI states
1256 - */
1257 - }, {
1258 - key: "defaultUiStates",
1259 - value: function defaultUiStates() {
1260 - return {};
1261 - }
1262 -
1263 - /**
1264 - * Get the component's Redux slice settings.
1265 - *
1266 - * @return {Object} Redux slice settings
1267 - */
1268 - }, {
1269 - key: "defaultStates",
1270 - value: function defaultStates() {
1271 - return {};
1272 - }
1273 - }, {
1274 - key: "defaultShortcuts",
1275 - value: function defaultShortcuts() {
1276 - return {};
1277 - }
1278 - }, {
1279 - key: "defaultUtils",
1280 - value: function defaultUtils() {
1281 - return {};
1282 - }
1283 - }, {
1284 - key: "defaultData",
1285 - value: function defaultData() {
1286 - return {};
1287 - }
1288 - }, {
1289 - key: "getCommands",
1290 - value: function getCommands() {
1291 - return this.commands;
1292 - }
1293 - }, {
1294 - key: "getCommandsInternal",
1295 - value: function getCommandsInternal() {
1296 - return this.commandsInternal;
1297 - }
1298 - }, {
1299 - key: "getHooks",
1300 - value: function getHooks() {
1301 - return this.hooks;
1302 - }
1303 -
1304 - /**
1305 - * Retrieve the component's UI states.
1306 - *
1307 - * @return {Object} UI states
1308 - */
1309 - }, {
1310 - key: "getUiStates",
1311 - value: function getUiStates() {
1312 - return this.uiStates;
1313 - }
1314 -
1315 - /**
1316 - * Retrieve the component's Redux Slice.
1317 - *
1318 - * @return {Object} Redux Slice
1319 - */
1320 - }, {
1321 - key: "getStates",
1322 - value: function getStates() {
1323 - return this.states;
1324 - }
1325 - }, {
1326 - key: "getRoutes",
1327 - value: function getRoutes() {
1328 - return this.routes;
1329 - }
1330 - }, {
1331 - key: "getTabs",
1332 - value: function getTabs() {
1333 - return this.tabs;
1334 - }
1335 - }, {
1336 - key: "getShortcuts",
1337 - value: function getShortcuts() {
1338 - return this.shortcuts;
1339 - }
1340 - }, {
1341 - key: "getData",
1342 - value: function getData() {
1343 - return this.data;
1344 - }
1345 -
1346 - /**
1347 - * @param {string} command
1348 - * @param {(()=>{}|CommandInfra)} context
1349 - * @param {'default'|'internal'|'data'} commandsType
1350 - */
1351 - }, {
1352 - key: "registerCommand",
1353 - value: function registerCommand(command, context) {
1354 - var commandsType = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'default';
1355 - var commandsManager;
1356 - switch (commandsType) {
1357 - case 'default':
1358 - commandsManager = $e.commands;
1359 - break;
1360 - case 'internal':
1361 - commandsManager = $e.commandsInternal;
1362 - break;
1363 - case 'data':
1364 - commandsManager = $e.data;
1365 - break;
1366 - default:
1367 - throw new Error("Invalid commands type: '".concat(command, "'"));
1368 - }
1369 - var fullCommand = this.getNamespace() + '/' + command,
1370 - instanceType = context.getInstanceType ? context.getInstanceType() : false,
1371 - registerConfig = {
1372 - command: fullCommand,
1373 - component: this
1374 - };
1375 -
1376 - // Support pure callback.
1377 - if (!instanceType) {
1378 - if ($e.devTools) {
1379 - $e.devTools.log.warn("Attach command-callback-base, on command: '".concat(fullCommand, "', context is unknown type."));
1380 - }
1381 - registerConfig.callback = context;
1382 -
1383 - // Unique class.
1384 - context = /*#__PURE__*/function (_CommandCallbackBase) {
1385 - function context() {
1386 - (0, _classCallCheck2.default)(this, context);
1387 - return _callSuper(this, context, arguments);
1388 - }
1389 - (0, _inherits2.default)(context, _CommandCallbackBase);
1390 - return (0, _createClass2.default)(context);
1391 - }(_commandCallbackBase.default);
1392 - }
1393 - context.setRegisterConfig(registerConfig);
1394 - commandsManager.register(this, command, context);
1395 - }
1396 -
1397 - /**
1398 - * @param {HookBase} instance
1399 - */
1400 - }, {
1401 - key: "registerHook",
1402 - value: function registerHook(instance) {
1403 - return instance.register();
1404 - }
1405 - }, {
1406 - key: "registerCommandInternal",
1407 - value: function registerCommandInternal(command, context) {
1408 - this.registerCommand(command, context, 'internal');
1409 - }
1410 -
1411 - /**
1412 - * Register a UI state.
1413 - *
1414 - * @param {UiStateBase} instance - UI state instance.
1415 - *
1416 - * @return {void}
1417 - */
1418 - }, {
1419 - key: "registerUiState",
1420 - value: function registerUiState(instance) {
1421 - $e.uiStates.register(instance);
1422 - }
1423 -
1424 - /**
1425 - * Register a Redux Slice.
1426 - *
1427 - * @param {string} id - State id.
1428 - * @param {Object} stateConfig - The state config.
1429 - *
1430 - * @return {void}
1431 - */
1432 - }, {
1433 - key: "registerState",
1434 - value: function registerState(id, stateConfig) {
1435 - id = this.getNamespace() + (id ? "/".concat(id) : '');
1436 - var slice = (0, _toolkit.createSlice)(_objectSpread(_objectSpread({}, stateConfig), {}, {
1437 - name: id
1438 - }));
1439 - $e.store.register(id, slice);
1440 - }
1441 - }, {
1442 - key: "registerRoute",
1443 - value: function registerRoute(route, callback) {
1444 - $e.routes.register(this, route, callback);
1445 - }
1446 - }, {
1447 - key: "registerData",
1448 - value: function registerData(command, context) {
1449 - this.registerCommand(command, context, 'data');
1450 - }
1451 - }, {
1452 - key: "unregisterRoute",
1453 - value: function unregisterRoute(route) {
1454 - $e.routes.unregister(this, route);
1455 - }
1456 - }, {
1457 - key: "registerTabRoute",
1458 - value: function registerTabRoute(tab) {
1459 - var _this2 = this;
1460 - this.registerRoute(tab, function (args) {
1461 - return _this2.activateTab(tab, args);
1462 - });
1463 - }
1464 - }, {
1465 - key: "dependency",
1466 - value: function dependency() {
1467 - return true;
1468 - }
1469 - }, {
1470 - key: "open",
1471 - value: function open() {
1472 - return true;
1473 - }
1474 - }, {
1475 - key: "close",
1476 - value: function close() {
1477 - if (!this.isOpen) {
1478 - return false;
1479 - }
1480 - this.isOpen = false;
1481 - this.inactivate();
1482 - $e.routes.clearCurrent(this.getNamespace());
1483 - $e.routes.clearHistory(this.getServiceName());
1484 - return true;
1485 - }
1486 - }, {
1487 - key: "activate",
1488 - value: function activate() {
1489 - $e.components.activate(this.getNamespace());
1490 - }
1491 - }, {
1492 - key: "inactivate",
1493 - value: function inactivate() {
1494 - $e.components.inactivate(this.getNamespace());
1495 - }
1496 - }, {
1497 - key: "isActive",
1498 - value: function isActive() {
1499 - return $e.components.isActive(this.getNamespace());
1500 - }
1501 - }, {
1502 - key: "onRoute",
1503 - value: function onRoute(route) {
1504 - this.toggleRouteClass(route, true);
1505 - this.toggleHistoryClass();
1506 - this.activate();
1507 - this.trigger('route/open', route);
1508 - }
1509 - }, {
1510 - key: "onCloseRoute",
1511 - value: function onCloseRoute(route) {
1512 - this.toggleRouteClass(route, false);
1513 - this.inactivate();
1514 - this.trigger('route/close', route);
1515 - }
1516 - }, {
1517 - key: "setDefaultRoute",
1518 - value: function setDefaultRoute(route) {
1519 - this.defaultRoute = this.getNamespace() + '/' + route;
1520 - }
1521 - }, {
1522 - key: "getDefaultRoute",
1523 - value: function getDefaultRoute() {
1524 - return this.defaultRoute;
1525 - }
1526 - }, {
1527 - key: "removeTab",
1528 - value: function removeTab(tab) {
1529 - delete this.tabs[tab];
1530 - this.unregisterRoute(tab);
1531 - }
1532 - }, {
1533 - key: "hasTab",
1534 - value: function hasTab(tab) {
1535 - return !!this.tabs[tab];
1536 - }
1537 - }, {
1538 - key: "addTab",
1539 - value: function addTab(tab, args, position) {
1540 - var _this3 = this;
1541 - this.tabs[tab] = args;
1542 - // It can be 0.
1543 - if ('undefined' !== typeof position) {
1544 - var newTabs = {};
1545 - var ids = Object.keys(this.tabs);
1546 - // Remove new tab
1547 - ids.pop();
1548 -
1549 - // Add it to position.
1550 - ids.splice(position, 0, tab);
1551 - ids.forEach(function (id) {
1552 - newTabs[id] = _this3.tabs[id];
1553 - });
1554 - this.tabs = newTabs;
1555 - }
1556 - this.registerTabRoute(tab);
1557 - }
1558 - }, {
1559 - key: "getTabsWrapperSelector",
1560 - value: function getTabsWrapperSelector() {
1561 - return '';
1562 - }
1563 - }, {
1564 - key: "getTabRoute",
1565 - value: function getTabRoute(tab) {
1566 - return this.getNamespace() + '/' + tab;
1567 - }
1568 - }, {
1569 - key: "renderTab",
1570 - value: function renderTab(tab) {} // eslint-disable-line
1571 - }, {
1572 - key: "activateTab",
1573 - value: function activateTab(tab, args) {
1574 - var _this4 = this;
1575 - this.renderTab(tab, args);
1576 - jQuery(this.getTabsWrapperSelector() + ' .elementor-component-tab').off('click').on('click', function (event) {
1577 - $e.route(_this4.getTabRoute(event.currentTarget.dataset.tab), args);
1578 - }).removeClass('elementor-active').filter('[data-tab="' + tab + '"]').addClass('elementor-active');
1579 - }
1580 - }, {
1581 - key: "getActiveTabConfig",
1582 - value: function getActiveTabConfig() {
1583 - return this.tabs[this.currentTab] || {};
1584 - }
1585 - }, {
1586 - key: "getBodyClass",
1587 - value: function getBodyClass(route) {
1588 - return 'e-route-' + route.replace(/\//g, '-');
1589 - }
1590 -
1591 - /**
1592 - * If command includes uppercase character convert it to lowercase and add `-`.
1593 - * e.g: `CopyAll` is converted to `copy-all`.
1594 - *
1595 - * @param {string} commandName
1596 - */
1597 - }, {
1598 - key: "normalizeCommandName",
1599 - value: function normalizeCommandName(commandName) {
1600 - return commandName.replace(/[A-Z]/g, function (match, offset) {
1601 - return (offset > 0 ? '-' : '') + match.toLowerCase();
1602 - });
1603 - }
1604 -
1605 - /**
1606 - * @param {{}} commandsFromImport
1607 - * @return {{}} imported commands
1608 - */
1609 - }, {
1610 - key: "importCommands",
1611 - value: function importCommands(commandsFromImport) {
1612 - var _this5 = this;
1613 - var commands = {};
1614 -
1615 - // Convert `Commands` to `ComponentBase` workable format.
1616 - Object.entries(commandsFromImport).forEach(function (_ref1) {
1617 - var _ref10 = (0, _slicedToArray2.default)(_ref1, 2),
1618 - className = _ref10[0],
1619 - Class = _ref10[1];
1620 - var command = _this5.normalizeCommandName(className);
1621 - commands[command] = Class;
1622 - });
1623 - return commands;
1624 - }
1625 - }, {
1626 - key: "importHooks",
1627 - value: function importHooks(hooksFromImport) {
1628 - var hooks = {};
1629 - for (var key in hooksFromImport) {
1630 - var hook = new hooksFromImport[key]();
1631 - hooks[hook.getId()] = hook;
1632 - }
1633 - return hooks;
1634 - }
1635 -
1636 - /**
1637 - * Import & initialize the component's UI states.
1638 - * Should be used inside `defaultUiState()`.
1639 - *
1640 - * @param {Object} statesFromImport - UI states from import.
1641 - *
1642 - * @return {Object} UI States
1643 - */
1644 - }, {
1645 - key: "importUiStates",
1646 - value: function importUiStates(statesFromImport) {
1647 - var _this6 = this;
1648 - var uiStates = {};
1649 - Object.values(statesFromImport).forEach(function (className) {
1650 - var uiState = new className(_this6);
1651 - uiStates[uiState.getId()] = uiState;
1652 - });
1653 - return uiStates;
1654 - }
1655 -
1656 - /**
1657 - * Set a UI state value.
1658 - * TODO: Should we provide such function? Maybe the developer should implicitly pass the full state ID?
1659 - *
1660 - * @param {string} state - Non-prefixed state ID.
1661 - * @param {*} value - New state value.
1662 - *
1663 - * @return {void}
1664 - */
1665 - }, {
1666 - key: "setUiState",
1667 - value: function setUiState(state, value) {
1668 - $e.uiStates.set("".concat(this.getNamespace(), "/").concat(state), value);
1669 - }
1670 - }, {
1671 - key: "toggleRouteClass",
1672 - value: function toggleRouteClass(route, state) {
1673 - document.body.classList.toggle(this.getBodyClass(route), state);
1674 - }
1675 - }, {
1676 - key: "toggleHistoryClass",
1677 - value: function toggleHistoryClass() {
1678 - document.body.classList.toggle('e-routes-has-history', !!$e.routes.getHistory(this.getServiceName()).length);
1679 - }
1680 - }]);
1681 -}(_module.default);
1682 -
1683 -/***/ }),
1684 -
1685 -/***/ "../modules/web-cli/assets/js/utils/console.js":
1686 -/*!*****************************************************!*\
1687 - !*** ../modules/web-cli/assets/js/utils/console.js ***!
1688 - \*****************************************************/
1689 -/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1690 -
1691 -"use strict";
1692 -
1693 -
1694 -var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
1695 -Object.defineProperty(exports, "__esModule", ({
1696 - value: true
1697 -}));
1698 -exports["default"] = void 0;
1699 -var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js"));
1700 -var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js"));
1701 -var Console = exports["default"] = /*#__PURE__*/function () {
1702 - function Console() {
1703 - (0, _classCallCheck2.default)(this, Console);
1704 - }
1705 - return (0, _createClass2.default)(Console, null, [{
1706 - key: "error",
1707 - value: function error(message) {
1708 - // Show an error if devTools is available.
1709 - if ($e.devTools) {
1710 - $e.devTools.log.error(message);
1711 - }
1712 -
1713 - // If not a 'Hook-Break' then show error.
1714 - if (!(message instanceof $e.modules.HookBreak)) {
1715 - // eslint-disable-next-line no-console
1716 - console.error(message);
1717 - }
1718 - }
1719 - }, {
1720 - key: "warn",
1721 - value: function warn() {
1722 - var _console;
1723 - var style = "font-size: 12px; background-image: url(\"".concat(elementorWebCliConfig.urls.assets, "images/logo-icon.png\"); background-repeat: no-repeat; background-size: contain;");
1724 - for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
1725 - args[_key] = arguments[_key];
1726 - }
1727 - args.unshift('%c %c', style, '');
1728 - (_console = console).warn.apply(_console, args); // eslint-disable-line no-console
1729 - }
1730 - }]);
1731 -}();
1732 -
1733 -/***/ }),
1734 -
1735 -/***/ "../modules/web-cli/assets/js/utils/deprecation.js":
1736 -/*!*********************************************************!*\
1737 - !*** ../modules/web-cli/assets/js/utils/deprecation.js ***!
1738 - \*********************************************************/
1739 -/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1740 -
1741 -"use strict";
1742 -
1743 -
1744 -var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
1745 -Object.defineProperty(exports, "__esModule", ({
1746 - value: true
1747 -}));
1748 -exports["default"] = void 0;
1749 -var _slicedToArray2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "../node_modules/@babel/runtime/helpers/slicedToArray.js"));
1750 -var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js"));
1751 -var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js"));
1752 -var _console = _interopRequireDefault(__webpack_require__(/*! elementor-api/utils/console */ "../modules/web-cli/assets/js/utils/console.js"));
1753 -// Copied from `modules/dev-tools/assets/js/deprecation.js`
1754 -/**
1755 - * @typedef {Object} Version
1756 - * @property {number} major1 The first number
1757 - * @property {number} major2 The second number
1758 - * @property {number} minor The third number
1759 - * @property {string} build The fourth number
1760 - */
1761 -
1762 -var softDeprecated = function softDeprecated(name, version, replacement) {
1763 - if (elementorWebCliConfig.isDebug) {
1764 - deprecatedMessage('soft', name, version, replacement);
1765 - }
1766 -};
1767 -var hardDeprecated = function hardDeprecated(name, version, replacement) {
1768 - deprecatedMessage('hard', name, version, replacement);
1769 -};
1770 -var deprecatedMessage = function deprecatedMessage(type, name, version, replacement) {
1771 - var message = "`".concat(name, "` is ").concat(type, " deprecated since ").concat(version);
1772 - if (replacement) {
1773 - message += " - Use `".concat(replacement, "` instead");
1774 - }
1775 - _console.default.warn(message);
1776 -};
1777 -var Deprecation = exports["default"] = /*#__PURE__*/function () {
1778 - function Deprecation() {
1779 - (0, _classCallCheck2.default)(this, Deprecation);
1780 - }
1781 - return (0, _createClass2.default)(Deprecation, null, [{
1782 - key: "deprecated",
1783 - value: function deprecated(name, version, replacement) {
1784 - if (this.isHardDeprecated(version)) {
1785 - hardDeprecated(name, version, replacement);
1786 - } else {
1787 - softDeprecated(name, version, replacement);
1788 - }
1789 - }
1790 -
1791 - /**
1792 - * @param {string} version
1793 - *
1794 - * @return {Version}
1795 - */
1796 - }, {
1797 - key: "parseVersion",
1798 - value: function parseVersion(version) {
1799 - var versionParts = version.split('.');
1800 - if (versionParts.length < 3 || versionParts.length > 4) {
1801 - throw new RangeError('Invalid Semantic Version string provided');
1802 - }
1803 - var _versionParts = (0, _slicedToArray2.default)(versionParts, 4),
1804 - major1 = _versionParts[0],
1805 - major2 = _versionParts[1],
1806 - minor = _versionParts[2],
1807 - _versionParts$ = _versionParts[3],
1808 - build = _versionParts$ === void 0 ? '' : _versionParts$;
1809 - return {
1810 - major1: parseInt(major1),
1811 - major2: parseInt(major2),
1812 - minor: parseInt(minor),
1813 - build: build
1814 - };
1815 - }
1816 -
1817 - /**
1818 - * Get total of major.
1819 - *
1820 - * 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,
1821 - * versions with major2 more then 9 will be added to total.
1822 - *
1823 - * @param {Version} versionObj
1824 - *
1825 - * @return {number}
1826 - */
1827 - }, {
1828 - key: "getTotalMajor",
1829 - value: function getTotalMajor(versionObj) {
1830 - var total = parseInt("".concat(versionObj.major1).concat(versionObj.major2, "0"));
1831 - total = Number((total / 10).toFixed(0));
1832 - if (versionObj.major2 > 9) {
1833 - total = versionObj.major2 - 9;
1834 - }
1835 - return total;
1836 - }
1837 -
1838 - /**
1839 - * @param {string} version1
1840 - * @param {string} version2
1841 - *
1842 - * @return {number}
1843 - */
1844 - }, {
1845 - key: "compareVersion",
1846 - value: function compareVersion(version1, version2) {
1847 - var _this = this;
1848 - return [this.parseVersion(version1), this.parseVersion(version2)].map(function (versionObj) {
1849 - return _this.getTotalMajor(versionObj);
1850 - }).reduce(function (acc, major) {
1851 - return acc - major;
1852 - });
1853 - }
1854 -
1855 - /**
1856 - * @param {string} version
1857 - *
1858 - * @return {boolean}
1859 - */
1860 - }, {
1861 - key: "isSoftDeprecated",
1862 - value: function isSoftDeprecated(version) {
1863 - var total = this.compareVersion(version, elementorWebCliConfig.version);
1864 - return total <= 4;
1865 - }
1866 -
1867 - /**
1868 - * @param {string} version
1869 - * @return {boolean}
1870 - */
1871 - }, {
1872 - key: "isHardDeprecated",
1873 - value: function isHardDeprecated(version) {
1874 - var total = this.compareVersion(version, elementorWebCliConfig.version);
1875 - return total < 0 || total >= 8;
1876 - }
1877 - }]);
1878 -}();
1879 -
1880 -/***/ }),
1881 -
1882 -/***/ "../modules/web-cli/assets/js/utils/force-method-implementation.js":
1883 -/*!*************************************************************************!*\
1884 - !*** ../modules/web-cli/assets/js/utils/force-method-implementation.js ***!
1885 - \*************************************************************************/
1886 -/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1887 -
1888 -"use strict";
1889 -
1890 -
1891 -var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
1892 -Object.defineProperty(exports, "__esModule", ({
1893 - value: true
1894 -}));
1895 -exports["default"] = exports.ForceMethodImplementation = void 0;
1896 -var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js"));
1897 -var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js"));
1898 -var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"));
1899 -var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js"));
1900 -var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js"));
1901 -var _wrapNativeSuper2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/wrapNativeSuper */ "../node_modules/@babel/runtime/helpers/wrapNativeSuper.js"));
1902 -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)); }
1903 -function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
1904 -// TODO: Copied from `assets/dev/js/modules/imports/force-method-implementation.js`;
1905 -var ForceMethodImplementation = exports.ForceMethodImplementation = /*#__PURE__*/function (_Error) {
1906 - function ForceMethodImplementation() {
1907 - var _this;
1908 - var info = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
1909 - (0, _classCallCheck2.default)(this, ForceMethodImplementation);
1910 - _this = _callSuper(this, ForceMethodImplementation, ["".concat(info.isStatic ? 'static ' : '').concat(info.fullName, "() should be implemented, please provide '").concat(info.functionName || info.fullName, "' functionality.")]);
1911 - Error.captureStackTrace(_this, ForceMethodImplementation);
1912 - return _this;
1913 - }
1914 - (0, _inherits2.default)(ForceMethodImplementation, _Error);
1915 - return (0, _createClass2.default)(ForceMethodImplementation);
1916 -}(/*#__PURE__*/(0, _wrapNativeSuper2.default)(Error));
1917 -var _default = exports["default"] = function _default() {
1918 - var stack = Error().stack,
1919 - caller = stack.split('\n')[2].trim(),
1920 - callerName = caller.startsWith('at new') ? 'constructor' : caller.split(' ')[1],
1921 - info = {};
1922 - info.functionName = callerName;
1923 - info.fullName = callerName;
1924 - if (info.functionName.includes('.')) {
1925 - var parts = info.functionName.split('.');
1926 - info.className = parts[0];
1927 - info.functionName = parts[1];
1928 - } else {
1929 - info.isStatic = true;
1930 - }
1931 - throw new ForceMethodImplementation(info);
1932 -};
1933 -
1934 -/***/ }),
1935 -
1936 -/***/ "../node_modules/@babel/runtime/helpers/arrayLikeToArray.js":
1937 -/*!******************************************************************!*\
1938 - !*** ../node_modules/@babel/runtime/helpers/arrayLikeToArray.js ***!
1939 - \******************************************************************/
1940 -/***/ ((module) => {
1941 -
1942 -function _arrayLikeToArray(r, a) {
1943 - (null == a || a > r.length) && (a = r.length);
1944 - for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
1945 - return n;
1946 -}
1947 -module.exports = _arrayLikeToArray, module.exports.__esModule = true, module.exports["default"] = module.exports;
1948 -
1949 -/***/ }),
1950 -
1951 -/***/ "../node_modules/@babel/runtime/helpers/arrayWithHoles.js":
1952 -/*!****************************************************************!*\
1953 - !*** ../node_modules/@babel/runtime/helpers/arrayWithHoles.js ***!
1954 - \****************************************************************/
1955 -/***/ ((module) => {
1956 -
1957 -function _arrayWithHoles(r) {
1958 - if (Array.isArray(r)) return r;
1959 -}
1960 -module.exports = _arrayWithHoles, module.exports.__esModule = true, module.exports["default"] = module.exports;
1961 -
1962 -/***/ }),
1963 -
1964 -/***/ "../node_modules/@babel/runtime/helpers/assertThisInitialized.js":
1965 -/*!***********************************************************************!*\
1966 - !*** ../node_modules/@babel/runtime/helpers/assertThisInitialized.js ***!
1967 - \***********************************************************************/
1968 -/***/ ((module) => {
1969 -
1970 -function _assertThisInitialized(e) {
1971 - if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
1972 - return e;
1973 -}
1974 -module.exports = _assertThisInitialized, module.exports.__esModule = true, module.exports["default"] = module.exports;
1975 -
1976 -/***/ }),
1977 -
1978 -/***/ "../node_modules/@babel/runtime/helpers/classCallCheck.js":
1979 -/*!****************************************************************!*\
1980 - !*** ../node_modules/@babel/runtime/helpers/classCallCheck.js ***!
1981 - \****************************************************************/
1982 -/***/ ((module) => {
1983 -
1984 -function _classCallCheck(a, n) {
1985 - if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
1986 -}
1987 -module.exports = _classCallCheck, module.exports.__esModule = true, module.exports["default"] = module.exports;
1988 -
1989 -/***/ }),
1990 -
1991 -/***/ "../node_modules/@babel/runtime/helpers/construct.js":
1992 -/*!***********************************************************!*\
1993 - !*** ../node_modules/@babel/runtime/helpers/construct.js ***!
1994 - \***********************************************************/
1995 -/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1996 -
1997 -var isNativeReflectConstruct = __webpack_require__(/*! ./isNativeReflectConstruct.js */ "../node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js");
1998 -var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf.js */ "../node_modules/@babel/runtime/helpers/setPrototypeOf.js");
1999 -function _construct(t, e, r) {
2000 - if (isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments);
2001 - var o = [null];
2002 - o.push.apply(o, e);
2003 - var p = new (t.bind.apply(t, o))();
2004 - return r && setPrototypeOf(p, r.prototype), p;
2005 -}
2006 -module.exports = _construct, module.exports.__esModule = true, module.exports["default"] = module.exports;
2007 -
2008 -/***/ }),
2009 -
2010 -/***/ "../node_modules/@babel/runtime/helpers/createClass.js":
2011 -/*!*************************************************************!*\
2012 - !*** ../node_modules/@babel/runtime/helpers/createClass.js ***!
2013 - \*************************************************************/
2014 -/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2015 -
2016 -var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../node_modules/@babel/runtime/helpers/toPropertyKey.js");
2017 -function _defineProperties(e, r) {
2018 - for (var t = 0; t < r.length; t++) {
2019 - var o = r[t];
2020 - o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o);
2021 - }
2022 -}
2023 -function _createClass(e, r, t) {
2024 - return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", {
2025 - writable: !1
2026 - }), e;
2027 -}
2028 -module.exports = _createClass, module.exports.__esModule = true, module.exports["default"] = module.exports;
2029 -
2030 -/***/ }),
2031 -
2032 -/***/ "../node_modules/@babel/runtime/helpers/defineProperty.js":
2033 -/*!****************************************************************!*\
2034 - !*** ../node_modules/@babel/runtime/helpers/defineProperty.js ***!
2035 - \****************************************************************/
2036 -/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2037 -
2038 -var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../node_modules/@babel/runtime/helpers/toPropertyKey.js");
2039 -function _defineProperty(e, r, t) {
2040 - return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
2041 - value: t,
2042 - enumerable: !0,
2043 - configurable: !0,
2044 - writable: !0
2045 - }) : e[r] = t, e;
2046 -}
2047 -module.exports = _defineProperty, module.exports.__esModule = true, module.exports["default"] = module.exports;
2048 -
2049 -/***/ }),
2050 -
2051 -/***/ "../node_modules/@babel/runtime/helpers/esm/defineProperty.js":
2052 -/*!********************************************************************!*\
2053 - !*** ../node_modules/@babel/runtime/helpers/esm/defineProperty.js ***!
2054 - \********************************************************************/
2055 -/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2056 -
2057 -"use strict";
2058 -__webpack_require__.r(__webpack_exports__);
2059 -/* harmony export */ __webpack_require__.d(__webpack_exports__, {
2060 -/* harmony export */ "default": () => (/* binding */ _defineProperty)
2061 -/* harmony export */ });
2062 -/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js");
2063 -
2064 -function _defineProperty(e, r, t) {
2065 - return (r = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(r)) in e ? Object.defineProperty(e, r, {
2066 - value: t,
2067 - enumerable: !0,
2068 - configurable: !0,
2069 - writable: !0
2070 - }) : e[r] = t, e;
2071 -}
2072 -
2073 -
2074 -/***/ }),
2075 -
2076 -/***/ "../node_modules/@babel/runtime/helpers/esm/objectSpread2.js":
2077 -/*!*******************************************************************!*\
2078 - !*** ../node_modules/@babel/runtime/helpers/esm/objectSpread2.js ***!
2079 - \*******************************************************************/
2080 -/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2081 -
2082 -"use strict";
2083 -__webpack_require__.r(__webpack_exports__);
2084 -/* harmony export */ __webpack_require__.d(__webpack_exports__, {
2085 -/* harmony export */ "default": () => (/* binding */ _objectSpread2)
2086 -/* harmony export */ });
2087 -/* harmony import */ var _defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./defineProperty.js */ "../node_modules/@babel/runtime/helpers/esm/defineProperty.js");
2088 -
2089 -function ownKeys(e, r) {
2090 - var t = Object.keys(e);
2091 - if (Object.getOwnPropertySymbols) {
2092 - var o = Object.getOwnPropertySymbols(e);
2093 - r && (o = o.filter(function (r) {
2094 - return Object.getOwnPropertyDescriptor(e, r).enumerable;
2095 - })), t.push.apply(t, o);
2096 - }
2097 - return t;
2098 -}
2099 -function _objectSpread2(e) {
2100 - for (var r = 1; r < arguments.length; r++) {
2101 - var t = null != arguments[r] ? arguments[r] : {};
2102 - r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
2103 - (0,_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__["default"])(e, r, t[r]);
2104 - }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
2105 - Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
2106 - });
2107 - }
2108 - return e;
2109 -}
2110 -
2111 -
2112 -/***/ }),
2113 -
2114 -/***/ "../node_modules/@babel/runtime/helpers/esm/toPrimitive.js":
2115 -/*!*****************************************************************!*\
2116 - !*** ../node_modules/@babel/runtime/helpers/esm/toPrimitive.js ***!
2117 - \*****************************************************************/
2118 -/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2119 -
2120 -"use strict";
2121 -__webpack_require__.r(__webpack_exports__);
2122 -/* harmony export */ __webpack_require__.d(__webpack_exports__, {
2123 -/* harmony export */ "default": () => (/* binding */ toPrimitive)
2124 -/* harmony export */ });
2125 -/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/esm/typeof.js");
2126 -
2127 -function toPrimitive(t, r) {
2128 - if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
2129 - var e = t[Symbol.toPrimitive];
2130 - if (void 0 !== e) {
2131 - var i = e.call(t, r || "default");
2132 - if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(i)) return i;
2133 - throw new TypeError("@@toPrimitive must return a primitive value.");
2134 - }
2135 - return ("string" === r ? String : Number)(t);
2136 -}
2137 -
2138 -
2139 -/***/ }),
2140 -
2141 -/***/ "../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js":
2142 -/*!*******************************************************************!*\
2143 - !*** ../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js ***!
2144 - \*******************************************************************/
2145 -/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2146 -
2147 -"use strict";
2148 -__webpack_require__.r(__webpack_exports__);
2149 -/* harmony export */ __webpack_require__.d(__webpack_exports__, {
2150 -/* harmony export */ "default": () => (/* binding */ toPropertyKey)
2151 -/* harmony export */ });
2152 -/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/esm/typeof.js");
2153 -/* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./toPrimitive.js */ "../node_modules/@babel/runtime/helpers/esm/toPrimitive.js");
2154 -
2155 -
2156 -function toPropertyKey(t) {
2157 - var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_1__["default"])(t, "string");
2158 - return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(i) ? i : i + "";
2159 -}
2160 -
2161 -
2162 -/***/ }),
2163 -
2164 -/***/ "../node_modules/@babel/runtime/helpers/esm/typeof.js":
2165 -/*!************************************************************!*\
2166 - !*** ../node_modules/@babel/runtime/helpers/esm/typeof.js ***!
2167 - \************************************************************/
2168 -/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2169 -
2170 -"use strict";
2171 -__webpack_require__.r(__webpack_exports__);
2172 -/* harmony export */ __webpack_require__.d(__webpack_exports__, {
2173 -/* harmony export */ "default": () => (/* binding */ _typeof)
2174 -/* harmony export */ });
2175 -function _typeof(o) {
2176 - "@babel/helpers - typeof";
2177 -
2178 - return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
2179 - return typeof o;
2180 - } : function (o) {
2181 - return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
2182 - }, _typeof(o);
2183 -}
2184 -
2185 -
2186 -/***/ }),
2187 -
2188 -/***/ "../node_modules/@babel/runtime/helpers/get.js":
2189 -/*!*****************************************************!*\
2190 - !*** ../node_modules/@babel/runtime/helpers/get.js ***!
2191 - \*****************************************************/
2192 -/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2193 -
2194 -var superPropBase = __webpack_require__(/*! ./superPropBase.js */ "../node_modules/@babel/runtime/helpers/superPropBase.js");
2195 -function _get() {
2196 - return module.exports = _get = "undefined" != typeof Reflect && Reflect.get ? Reflect.get.bind() : function (e, t, r) {
2197 - var p = superPropBase(e, t);
2198 - if (p) {
2199 - var n = Object.getOwnPropertyDescriptor(p, t);
2200 - return n.get ? n.get.call(arguments.length < 3 ? e : r) : n.value;
2201 - }
2202 - }, module.exports.__esModule = true, module.exports["default"] = module.exports, _get.apply(null, arguments);
2203 -}
2204 -module.exports = _get, module.exports.__esModule = true, module.exports["default"] = module.exports;
2205 -
2206 -/***/ }),
2207 -
2208 -/***/ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js":
2209 -/*!****************************************************************!*\
2210 - !*** ../node_modules/@babel/runtime/helpers/getPrototypeOf.js ***!
2211 - \****************************************************************/
2212 -/***/ ((module) => {
2213 -
2214 -function _getPrototypeOf(t) {
2215 - return module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) {
2216 - return t.__proto__ || Object.getPrototypeOf(t);
2217 - }, module.exports.__esModule = true, module.exports["default"] = module.exports, _getPrototypeOf(t);
2218 -}
2219 -module.exports = _getPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports;
2220 -
2221 -/***/ }),
2222 -
2223 -/***/ "../node_modules/@babel/runtime/helpers/inherits.js":
2224 -/*!**********************************************************!*\
2225 - !*** ../node_modules/@babel/runtime/helpers/inherits.js ***!
2226 - \**********************************************************/
2227 -/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2228 -
2229 -var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf.js */ "../node_modules/@babel/runtime/helpers/setPrototypeOf.js");
2230 -function _inherits(t, e) {
2231 - if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
2232 - t.prototype = Object.create(e && e.prototype, {
2233 - constructor: {
2234 - value: t,
2235 - writable: !0,
2236 - configurable: !0
2237 - }
2238 - }), Object.defineProperty(t, "prototype", {
2239 - writable: !1
2240 - }), e && setPrototypeOf(t, e);
2241 -}
2242 -module.exports = _inherits, module.exports.__esModule = true, module.exports["default"] = module.exports;
2243 -
2244 -/***/ }),
2245 -
2246 -/***/ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js":
2247 -/*!***********************************************************************!*\
2248 - !*** ../node_modules/@babel/runtime/helpers/interopRequireDefault.js ***!
2249 - \***********************************************************************/
2250 -/***/ ((module) => {
2251 -
2252 -function _interopRequireDefault(e) {
2253 - return e && e.__esModule ? e : {
2254 - "default": e
2255 - };
2256 -}
2257 -module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports;
2258 -
2259 -/***/ }),
2260 -
2261 -/***/ "../node_modules/@babel/runtime/helpers/isNativeFunction.js":
2262 -/*!******************************************************************!*\
2263 - !*** ../node_modules/@babel/runtime/helpers/isNativeFunction.js ***!
2264 - \******************************************************************/
2265 -/***/ ((module) => {
2266 -
2267 -function _isNativeFunction(t) {
2268 - try {
2269 - return -1 !== Function.toString.call(t).indexOf("[native code]");
2270 - } catch (n) {
2271 - return "function" == typeof t;
2272 - }
2273 -}
2274 -module.exports = _isNativeFunction, module.exports.__esModule = true, module.exports["default"] = module.exports;
2275 -
2276 -/***/ }),
2277 -
2278 -/***/ "../node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js":
2279 -/*!**************************************************************************!*\
2280 - !*** ../node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js ***!
2281 - \**************************************************************************/
2282 -/***/ ((module) => {
2283 -
2284 -function _isNativeReflectConstruct() {
2285 - try {
2286 - var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
2287 - } catch (t) {}
2288 - return (module.exports = _isNativeReflectConstruct = function _isNativeReflectConstruct() {
2289 - return !!t;
2290 - }, module.exports.__esModule = true, module.exports["default"] = module.exports)();
2291 -}
2292 -module.exports = _isNativeReflectConstruct, module.exports.__esModule = true, module.exports["default"] = module.exports;
2293 -
2294 -/***/ }),
2295 -
2296 -/***/ "../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js":
2297 -/*!**********************************************************************!*\
2298 - !*** ../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js ***!
2299 - \**********************************************************************/
2300 -/***/ ((module) => {
2301 -
2302 -function _iterableToArrayLimit(r, l) {
2303 - var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
2304 - if (null != t) {
2305 - var e,
2306 - n,
2307 - i,
2308 - u,
2309 - a = [],
2310 - f = !0,
2311 - o = !1;
2312 - try {
2313 - if (i = (t = t.call(r)).next, 0 === l) {
2314 - if (Object(t) !== t) return;
2315 - f = !1;
2316 - } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
2317 - } catch (r) {
2318 - o = !0, n = r;
2319 - } finally {
2320 - try {
2321 - if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return;
2322 - } finally {
2323 - if (o) throw n;
2324 - }
2325 - }
2326 - return a;
2327 - }
2328 -}
2329 -module.exports = _iterableToArrayLimit, module.exports.__esModule = true, module.exports["default"] = module.exports;
2330 -
2331 -/***/ }),
2332 -
2333 -/***/ "../node_modules/@babel/runtime/helpers/nonIterableRest.js":
2334 -/*!*****************************************************************!*\
2335 - !*** ../node_modules/@babel/runtime/helpers/nonIterableRest.js ***!
2336 - \*****************************************************************/
2337 -/***/ ((module) => {
2338 -
2339 -function _nonIterableRest() {
2340 - throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
2341 -}
2342 -module.exports = _nonIterableRest, module.exports.__esModule = true, module.exports["default"] = module.exports;
2343 -
2344 -/***/ }),
2345 -
2346 -/***/ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js":
2347 -/*!***************************************************************************!*\
2348 - !*** ../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js ***!
2349 - \***************************************************************************/
2350 -/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2351 -
2352 -var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]);
2353 -var assertThisInitialized = __webpack_require__(/*! ./assertThisInitialized.js */ "../node_modules/@babel/runtime/helpers/assertThisInitialized.js");
2354 -function _possibleConstructorReturn(t, e) {
2355 - if (e && ("object" == _typeof(e) || "function" == typeof e)) return e;
2356 - if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
2357 - return assertThisInitialized(t);
2358 -}
2359 -module.exports = _possibleConstructorReturn, module.exports.__esModule = true, module.exports["default"] = module.exports;
2360 -
2361 -/***/ }),
2362 -
2363 -/***/ "../node_modules/@babel/runtime/helpers/setPrototypeOf.js":
2364 -/*!****************************************************************!*\
2365 - !*** ../node_modules/@babel/runtime/helpers/setPrototypeOf.js ***!
2366 - \****************************************************************/
2367 -/***/ ((module) => {
2368 -
2369 -function _setPrototypeOf(t, e) {
2370 - return module.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
2371 - return t.__proto__ = e, t;
2372 - }, module.exports.__esModule = true, module.exports["default"] = module.exports, _setPrototypeOf(t, e);
2373 -}
2374 -module.exports = _setPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports;
2375 -
2376 -/***/ }),
2377 -
2378 -/***/ "../node_modules/@babel/runtime/helpers/slicedToArray.js":
2379 -/*!***************************************************************!*\
2380 - !*** ../node_modules/@babel/runtime/helpers/slicedToArray.js ***!
2381 - \***************************************************************/
2382 -/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2383 -
2384 -var arrayWithHoles = __webpack_require__(/*! ./arrayWithHoles.js */ "../node_modules/@babel/runtime/helpers/arrayWithHoles.js");
2385 -var iterableToArrayLimit = __webpack_require__(/*! ./iterableToArrayLimit.js */ "../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js");
2386 -var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js");
2387 -var nonIterableRest = __webpack_require__(/*! ./nonIterableRest.js */ "../node_modules/@babel/runtime/helpers/nonIterableRest.js");
2388 -function _slicedToArray(r, e) {
2389 - return arrayWithHoles(r) || iterableToArrayLimit(r, e) || unsupportedIterableToArray(r, e) || nonIterableRest();
2390 -}
2391 -module.exports = _slicedToArray, module.exports.__esModule = true, module.exports["default"] = module.exports;
2392 -
2393 -/***/ }),
2394 -
2395 -/***/ "../node_modules/@babel/runtime/helpers/superPropBase.js":
2396 -/*!***************************************************************!*\
2397 - !*** ../node_modules/@babel/runtime/helpers/superPropBase.js ***!
2398 - \***************************************************************/
2399 -/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2400 -
2401 -var getPrototypeOf = __webpack_require__(/*! ./getPrototypeOf.js */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js");
2402 -function _superPropBase(t, o) {
2403 - for (; !{}.hasOwnProperty.call(t, o) && null !== (t = getPrototypeOf(t)););
2404 - return t;
2405 -}
2406 -module.exports = _superPropBase, module.exports.__esModule = true, module.exports["default"] = module.exports;
2407 -
2408 -/***/ }),
2409 -
2410 -/***/ "../node_modules/@babel/runtime/helpers/toPrimitive.js":
2411 -/*!*************************************************************!*\
2412 - !*** ../node_modules/@babel/runtime/helpers/toPrimitive.js ***!
2413 - \*************************************************************/
2414 -/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2415 -
2416 -var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]);
2417 -function toPrimitive(t, r) {
2418 - if ("object" != _typeof(t) || !t) return t;
2419 - var e = t[Symbol.toPrimitive];
2420 - if (void 0 !== e) {
2421 - var i = e.call(t, r || "default");
2422 - if ("object" != _typeof(i)) return i;
2423 - throw new TypeError("@@toPrimitive must return a primitive value.");
2424 - }
2425 - return ("string" === r ? String : Number)(t);
2426 -}
2427 -module.exports = toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports;
2428 -
2429 -/***/ }),
2430 -
2431 -/***/ "../node_modules/@babel/runtime/helpers/toPropertyKey.js":
2432 -/*!***************************************************************!*\
2433 - !*** ../node_modules/@babel/runtime/helpers/toPropertyKey.js ***!
2434 - \***************************************************************/
2435 -/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2436 -
2437 -var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]);
2438 -var toPrimitive = __webpack_require__(/*! ./toPrimitive.js */ "../node_modules/@babel/runtime/helpers/toPrimitive.js");
2439 -function toPropertyKey(t) {
2440 - var i = toPrimitive(t, "string");
2441 - return "symbol" == _typeof(i) ? i : i + "";
2442 -}
2443 -module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports;
2444 -
2445 -/***/ }),
2446 -
2447 -/***/ "../node_modules/@babel/runtime/helpers/typeof.js":
2448 -/*!********************************************************!*\
2449 - !*** ../node_modules/@babel/runtime/helpers/typeof.js ***!
2450 - \********************************************************/
2451 -/***/ ((module) => {
2452 -
2453 -function _typeof(o) {
2454 - "@babel/helpers - typeof";
2455 -
2456 - return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
2457 - return typeof o;
2458 - } : function (o) {
2459 - return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
2460 - }, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o);
2461 -}
2462 -module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
2463 -
2464 -/***/ }),
2465 -
2466 -/***/ "../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js":
2467 -/*!****************************************************************************!*\
2468 - !*** ../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js ***!
2469 - \****************************************************************************/
2470 -/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2471 -
2472 -var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray.js */ "../node_modules/@babel/runtime/helpers/arrayLikeToArray.js");
2473 -function _unsupportedIterableToArray(r, a) {
2474 - if (r) {
2475 - if ("string" == typeof r) return arrayLikeToArray(r, a);
2476 - var t = {}.toString.call(r).slice(8, -1);
2477 - 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;
2478 - }
2479 -}
2480 -module.exports = _unsupportedIterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports;
2481 -
2482 -/***/ }),
2483 -
2484 -/***/ "../node_modules/@babel/runtime/helpers/wrapNativeSuper.js":
2485 -/*!*****************************************************************!*\
2486 - !*** ../node_modules/@babel/runtime/helpers/wrapNativeSuper.js ***!
2487 - \*****************************************************************/
2488 -/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2489 -
2490 -var getPrototypeOf = __webpack_require__(/*! ./getPrototypeOf.js */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js");
2491 -var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf.js */ "../node_modules/@babel/runtime/helpers/setPrototypeOf.js");
2492 -var isNativeFunction = __webpack_require__(/*! ./isNativeFunction.js */ "../node_modules/@babel/runtime/helpers/isNativeFunction.js");
2493 -var construct = __webpack_require__(/*! ./construct.js */ "../node_modules/@babel/runtime/helpers/construct.js");
2494 -function _wrapNativeSuper(t) {
2495 - var r = "function" == typeof Map ? new Map() : void 0;
2496 - return module.exports = _wrapNativeSuper = function _wrapNativeSuper(t) {
2497 - if (null === t || !isNativeFunction(t)) return t;
2498 - if ("function" != typeof t) throw new TypeError("Super expression must either be null or a function");
2499 - if (void 0 !== r) {
2500 - if (r.has(t)) return r.get(t);
2501 - r.set(t, Wrapper);
2502 - }
2503 - function Wrapper() {
2504 - return construct(t, arguments, getPrototypeOf(this).constructor);
2505 - }
2506 - return Wrapper.prototype = Object.create(t.prototype, {
2507 - constructor: {
2508 - value: Wrapper,
2509 - enumerable: !1,
2510 - writable: !0,
2511 - configurable: !0
2512 - }
2513 - }), setPrototypeOf(Wrapper, t);
2514 - }, module.exports.__esModule = true, module.exports["default"] = module.exports, _wrapNativeSuper(t);
2515 -}
2516 -module.exports = _wrapNativeSuper, module.exports.__esModule = true, module.exports["default"] = module.exports;
2517 -
2518 -/***/ }),
2519 -
2520 -/***/ "../node_modules/@reduxjs/toolkit/dist/redux-toolkit.esm.js":
2521 -/*!******************************************************************!*\
2522 - !*** ../node_modules/@reduxjs/toolkit/dist/redux-toolkit.esm.js ***!
2523 - \******************************************************************/
2524 -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2525 -
2526 -"use strict";
2527 -__webpack_require__.r(__webpack_exports__);
2528 -/* harmony export */ __webpack_require__.d(__webpack_exports__, {
2529 -/* harmony export */ EnhancerArray: () => (/* binding */ EnhancerArray),
2530 -/* harmony export */ MiddlewareArray: () => (/* binding */ MiddlewareArray),
2531 -/* harmony export */ SHOULD_AUTOBATCH: () => (/* binding */ SHOULD_AUTOBATCH),
2532 -/* harmony export */ TaskAbortError: () => (/* binding */ TaskAbortError),
2533 -/* harmony export */ __DO_NOT_USE__ActionTypes: () => (/* reexport safe */ redux__WEBPACK_IMPORTED_MODULE_1__.__DO_NOT_USE__ActionTypes),
2534 -/* harmony export */ addListener: () => (/* binding */ addListener),
2535 -/* harmony export */ applyMiddleware: () => (/* reexport safe */ redux__WEBPACK_IMPORTED_MODULE_1__.applyMiddleware),
2536 -/* harmony export */ autoBatchEnhancer: () => (/* binding */ autoBatchEnhancer),
2537 -/* harmony export */ bindActionCreators: () => (/* reexport safe */ redux__WEBPACK_IMPORTED_MODULE_1__.bindActionCreators),
2538 -/* harmony export */ clearAllListeners: () => (/* binding */ clearAllListeners),
2539 -/* harmony export */ combineReducers: () => (/* reexport safe */ redux__WEBPACK_IMPORTED_MODULE_1__.combineReducers),
2540 -/* harmony export */ compose: () => (/* reexport safe */ redux__WEBPACK_IMPORTED_MODULE_1__.compose),
2541 -/* harmony export */ configureStore: () => (/* binding */ configureStore),
2542 -/* harmony export */ createAction: () => (/* binding */ createAction),
2543 -/* harmony export */ createActionCreatorInvariantMiddleware: () => (/* binding */ createActionCreatorInvariantMiddleware),
2544 -/* harmony export */ createAsyncThunk: () => (/* binding */ createAsyncThunk),
2545 -/* harmony export */ createDraftSafeSelector: () => (/* binding */ createDraftSafeSelector),
2546 -/* harmony export */ createEntityAdapter: () => (/* binding */ createEntityAdapter),
2547 -/* harmony export */ createImmutableStateInvariantMiddleware: () => (/* binding */ createImmutableStateInvariantMiddleware),
2548 -/* harmony export */ createListenerMiddleware: () => (/* binding */ createListenerMiddleware),
2549 -/* harmony export */ createNextState: () => (/* reexport safe */ immer__WEBPACK_IMPORTED_MODULE_0__["default"]),
2550 -/* harmony export */ createReducer: () => (/* binding */ createReducer),
2551 -/* harmony export */ createSelector: () => (/* reexport safe */ reselect__WEBPACK_IMPORTED_MODULE_2__.createSelector),
2552 -/* harmony export */ createSerializableStateInvariantMiddleware: () => (/* binding */ createSerializableStateInvariantMiddleware),
2553 -/* harmony export */ createSlice: () => (/* binding */ createSlice),
2554 -/* harmony export */ createStore: () => (/* reexport safe */ redux__WEBPACK_IMPORTED_MODULE_1__.createStore),
2555 -/* harmony export */ current: () => (/* reexport safe */ immer__WEBPACK_IMPORTED_MODULE_0__.current),
2556 -/* harmony export */ findNonSerializableValue: () => (/* binding */ findNonSerializableValue),
2557 -/* harmony export */ freeze: () => (/* reexport safe */ immer__WEBPACK_IMPORTED_MODULE_0__.freeze),
2558 -/* harmony export */ getDefaultMiddleware: () => (/* binding */ getDefaultMiddleware),
2559 -/* harmony export */ getType: () => (/* binding */ getType),
2560 -/* harmony export */ isAction: () => (/* binding */ isAction),
2561 -/* harmony export */ isActionCreator: () => (/* binding */ isActionCreator),
2562 -/* harmony export */ isAllOf: () => (/* binding */ isAllOf),
2563 -/* harmony export */ isAnyOf: () => (/* binding */ isAnyOf),
2564 -/* harmony export */ isAsyncThunkAction: () => (/* binding */ isAsyncThunkAction),
2565 -/* harmony export */ isDraft: () => (/* reexport safe */ immer__WEBPACK_IMPORTED_MODULE_0__.isDraft),
2566 -/* harmony export */ isFluxStandardAction: () => (/* binding */ isFSA),
2567 -/* harmony export */ isFulfilled: () => (/* binding */ isFulfilled),
2568 -/* harmony export */ isImmutableDefault: () => (/* binding */ isImmutableDefault),
2569 -/* harmony export */ isPending: () => (/* binding */ isPending),
2570 -/* harmony export */ isPlain: () => (/* binding */ isPlain),
2571 -/* harmony export */ isPlainObject: () => (/* binding */ isPlainObject),
2572 -/* harmony export */ isRejected: () => (/* binding */ isRejected),
2573 -/* harmony export */ isRejectedWithValue: () => (/* binding */ isRejectedWithValue),
2574 -/* harmony export */ legacy_createStore: () => (/* reexport safe */ redux__WEBPACK_IMPORTED_MODULE_1__.legacy_createStore),
2575 -/* harmony export */ miniSerializeError: () => (/* binding */ miniSerializeError),
2576 -/* harmony export */ nanoid: () => (/* binding */ nanoid),
2577 -/* harmony export */ original: () => (/* reexport safe */ immer__WEBPACK_IMPORTED_MODULE_0__.original),
2578 -/* harmony export */ prepareAutoBatched: () => (/* binding */ prepareAutoBatched),
2579 -/* harmony export */ removeListener: () => (/* binding */ removeListener),
2580 -/* harmony export */ unwrapResult: () => (/* binding */ unwrapResult)
2581 -/* harmony export */ });
2582 -/* harmony import */ var immer__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! immer */ "../node_modules/immer/dist/immer.esm.mjs");
2583 -/* harmony import */ var redux__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! redux */ "../node_modules/redux/es/redux.js");
2584 -/* harmony import */ var reselect__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! reselect */ "../node_modules/reselect/es/index.js");
2585 -/* harmony import */ var redux_thunk__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! redux-thunk */ "../node_modules/redux-thunk/es/index.js");
2586 -var __extends = (undefined && undefined.__extends) || (function () {
2587 - var extendStatics = function (d, b) {
2588 - extendStatics = Object.setPrototypeOf ||
2589 - ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
2590 - function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
2591 - return extendStatics(d, b);
2592 - };
2593 - return function (d, b) {
2594 - if (typeof b !== "function" && b !== null)
2595 - throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
2596 - extendStatics(d, b);
2597 - function __() { this.constructor = d; }
2598 - d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
2599 - };
2600 -})();
2601 -var __generator = (undefined && undefined.__generator) || function (thisArg, body) {
2602 - var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
2603 - return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
2604 - function verb(n) { return function (v) { return step([n, v]); }; }
2605 - function step(op) {
2606 - if (f) throw new TypeError("Generator is already executing.");
2607 - while (_) try {
2608 - if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
2609 - if (y = 0, t) op = [op[0] & 2, t.value];
2610 - switch (op[0]) {
2611 - case 0: case 1: t = op; break;
2612 - case 4: _.label++; return { value: op[1], done: false };
2613 - case 5: _.label++; y = op[1]; op = [0]; continue;
2614 - case 7: op = _.ops.pop(); _.trys.pop(); continue;
2615 - default:
2616 - if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
2617 - if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
2618 - if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
2619 - if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
2620 - if (t[2]) _.ops.pop();
2621 - _.trys.pop(); continue;
2622 - }
2623 - op = body.call(thisArg, _);
2624 - } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
2625 - if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
2626 - }
2627 -};
2628 -var __spreadArray = (undefined && undefined.__spreadArray) || function (to, from) {
2629 - for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
2630 - to[j] = from[i];
2631 - return to;
2632 -};
2633 -var __defProp = Object.defineProperty;
2634 -var __defProps = Object.defineProperties;
2635 -var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
2636 -var __getOwnPropSymbols = Object.getOwnPropertySymbols;
2637 -var __hasOwnProp = Object.prototype.hasOwnProperty;
2638 -var __propIsEnum = Object.prototype.propertyIsEnumerable;
2639 -var __defNormalProp = function (obj, key, value) { return key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value: value }) : obj[key] = value; };
2640 -var __spreadValues = function (a, b) {
2641 - for (var prop in b || (b = {}))
2642 - if (__hasOwnProp.call(b, prop))
2643 - __defNormalProp(a, prop, b[prop]);
2644 - if (__getOwnPropSymbols)
2645 - for (var _i = 0, _c = __getOwnPropSymbols(b); _i < _c.length; _i++) {
2646 - var prop = _c[_i];
2647 - if (__propIsEnum.call(b, prop))
2648 - __defNormalProp(a, prop, b[prop]);
2649 - }
2650 - return a;
2651 -};
2652 -var __spreadProps = function (a, b) { return __defProps(a, __getOwnPropDescs(b)); };
2653 -var __async = function (__this, __arguments, generator) {
2654 - return new Promise(function (resolve, reject) {
2655 - var fulfilled = function (value) {
2656 - try {
2657 - step(generator.next(value));
2658 - }
2659 - catch (e) {
2660 - reject(e);
2661 - }
2662 - };
2663 - var rejected = function (value) {
2664 - try {
2665 - step(generator.throw(value));
2666 - }
2667 - catch (e) {
2668 - reject(e);
2669 - }
2670 - };
2671 - var step = function (x) { return x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected); };
2672 - step((generator = generator.apply(__this, __arguments)).next());
2673 - });
2674 -};
2675 -// src/index.ts
2676 -
2677 -
2678 -
2679 -
2680 -// src/createDraftSafeSelector.ts
2681 -
2682 -
2683 -var createDraftSafeSelector = function () {
2684 - var args = [];
2685 - for (var _i = 0; _i < arguments.length; _i++) {
2686 - args[_i] = arguments[_i];
2687 - }
2688 - var selector = reselect__WEBPACK_IMPORTED_MODULE_2__.createSelector.apply(void 0, args);
2689 - var wrappedSelector = function (value) {
2690 - var rest = [];
2691 - for (var _i = 1; _i < arguments.length; _i++) {
2692 - rest[_i - 1] = arguments[_i];
2693 - }
2694 - return selector.apply(void 0, __spreadArray([(0,immer__WEBPACK_IMPORTED_MODULE_0__.isDraft)(value) ? (0,immer__WEBPACK_IMPORTED_MODULE_0__.current)(value) : value], rest));
2695 - };
2696 - return wrappedSelector;
2697 -};
2698 -// src/configureStore.ts
2699 -
2700 -// src/devtoolsExtension.ts
2701 -
2702 -var composeWithDevTools = typeof window !== "undefined" && window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ ? window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ : function () {
2703 - if (arguments.length === 0)
2704 - return void 0;
2705 - if (typeof arguments[0] === "object")
2706 - return redux__WEBPACK_IMPORTED_MODULE_1__.compose;
2707 - return redux__WEBPACK_IMPORTED_MODULE_1__.compose.apply(null, arguments);
2708 -};
2709 -var devToolsEnhancer = typeof window !== "undefined" && window.__REDUX_DEVTOOLS_EXTENSION__ ? window.__REDUX_DEVTOOLS_EXTENSION__ : function () {
2710 - return function (noop2) {
2711 - return noop2;
2712 - };
2713 -};
2714 -// src/isPlainObject.ts
2715 -function isPlainObject(value) {
2716 - if (typeof value !== "object" || value === null)
2717 - return false;
2718 - var proto = Object.getPrototypeOf(value);
2719 - if (proto === null)
2720 - return true;
2721 - var baseProto = proto;
2722 - while (Object.getPrototypeOf(baseProto) !== null) {
2723 - baseProto = Object.getPrototypeOf(baseProto);
2724 - }
2725 - return proto === baseProto;
2726 -}
2727 -// src/getDefaultMiddleware.ts
2728 -
2729 -// src/tsHelpers.ts
2730 -var hasMatchFunction = function (v) {
2731 - return v && typeof v.match === "function";
2732 -};
2733 -// src/createAction.ts
2734 -function createAction(type, prepareAction) {
2735 - function actionCreator() {
2736 - var args = [];
2737 - for (var _i = 0; _i < arguments.length; _i++) {
2738 - args[_i] = arguments[_i];
2739 - }
2740 - if (prepareAction) {
2741 - var prepared = prepareAction.apply(void 0, args);
2742 - if (!prepared) {
2743 - throw new Error("prepareAction did not return an object");
2744 - }
2745 - return __spreadValues(__spreadValues({
2746 - type: type,
2747 - payload: prepared.payload
2748 - }, "meta" in prepared && { meta: prepared.meta }), "error" in prepared && { error: prepared.error });
2749 - }
2750 - return { type: type, payload: args[0] };
2751 - }
2752 - actionCreator.toString = function () { return "" + type; };
2753 - actionCreator.type = type;
2754 - actionCreator.match = function (action) { return action.type === type; };
2755 - return actionCreator;
2756 -}
2757 -function isAction(action) {
2758 - return isPlainObject(action) && "type" in action;
2759 -}
2760 -function isActionCreator(action) {
2761 - return typeof action === "function" && "type" in action && hasMatchFunction(action);
2762 -}
2763 -function isFSA(action) {
2764 - return isAction(action) && typeof action.type === "string" && Object.keys(action).every(isValidKey);
2765 -}
2766 -function isValidKey(key) {
2767 - return ["type", "payload", "error", "meta"].indexOf(key) > -1;
2768 -}
2769 -function getType(actionCreator) {
2770 - return "" + actionCreator;
2771 -}
2772 -// src/actionCreatorInvariantMiddleware.ts
2773 -function getMessage(type) {
2774 - var splitType = type ? ("" + type).split("/") : [];
2775 - var actionName = splitType[splitType.length - 1] || "actionCreator";
2776 - return "Detected an action creator with type \"" + (type || "unknown") + "\" being dispatched. \nMake sure you're calling the action creator before dispatching, i.e. `dispatch(" + actionName + "())` instead of `dispatch(" + actionName + ")`. This is necessary even if the action has no payload.";
2777 -}
2778 -function createActionCreatorInvariantMiddleware(options) {
2779 - if (options === void 0) { options = {}; }
2780 - if (false) // removed by dead control flow
2781 -{}
2782 - var _c = options.isActionCreator, isActionCreator2 = _c === void 0 ? isActionCreator : _c;
2783 - return function () { return function (next) { return function (action) {
2784 - if (isActionCreator2(action)) {
2785 - console.warn(getMessage(action.type));
2786 - }
2787 - return next(action);
2788 - }; }; };
2789 -}
2790 -// src/utils.ts
2791 -
2792 -function getTimeMeasureUtils(maxDelay, fnName) {
2793 - var elapsed = 0;
2794 - return {
2795 - measureTime: function (fn) {
2796 - var started = Date.now();
2797 - try {
2798 - return fn();
2799 - }
2800 - finally {
2801 - var finished = Date.now();
2802 - elapsed += finished - started;
2803 - }
2804 - },
2805 - warnIfExceeded: function () {
2806 - if (elapsed > maxDelay) {
2807 - console.warn(fnName + " took " + elapsed + "ms, which is more than the warning threshold of " + maxDelay + "ms. \nIf your state or actions are very large, you may want to disable the middleware as it might cause too much of a slowdown in development mode. See https://redux-toolkit.js.org/api/getDefaultMiddleware for instructions.\nIt is disabled in production builds, so you don't need to worry about that.");
2808 - }
2809 - }
2810 - };
2811 -}
2812 -var MiddlewareArray = /** @class */ (function (_super) {
2813 - __extends(MiddlewareArray, _super);
2814 - function MiddlewareArray() {
2815 - var args = [];
2816 - for (var _i = 0; _i < arguments.length; _i++) {
2817 - args[_i] = arguments[_i];
2818 - }
2819 - var _this = _super.apply(this, args) || this;
2820 - Object.setPrototypeOf(_this, MiddlewareArray.prototype);
2821 - return _this;
2822 - }
2823 - Object.defineProperty(MiddlewareArray, Symbol.species, {
2824 - get: function () {
2825 - return MiddlewareArray;
2826 - },
2827 - enumerable: false,
2828 - configurable: true
2829 - });
2830 - MiddlewareArray.prototype.concat = function () {
2831 - var arr = [];
2832 - for (var _i = 0; _i < arguments.length; _i++) {
2833 - arr[_i] = arguments[_i];
2834 - }
2835 - return _super.prototype.concat.apply(this, arr);
2836 - };
2837 - MiddlewareArray.prototype.prepend = function () {
2838 - var arr = [];
2839 - for (var _i = 0; _i < arguments.length; _i++) {
2840 - arr[_i] = arguments[_i];
2841 - }
2842 - if (arr.length === 1 && Array.isArray(arr[0])) {
2843 - return new (MiddlewareArray.bind.apply(MiddlewareArray, __spreadArray([void 0], arr[0].concat(this))))();
2844 - }
2845 - return new (MiddlewareArray.bind.apply(MiddlewareArray, __spreadArray([void 0], arr.concat(this))))();
2846 - };
2847 - return MiddlewareArray;
2848 -}(Array));
2849 -var EnhancerArray = /** @class */ (function (_super) {
2850 - __extends(EnhancerArray, _super);
2851 - function EnhancerArray() {
2852 - var args = [];
2853 - for (var _i = 0; _i < arguments.length; _i++) {
2854 - args[_i] = arguments[_i];
2855 - }
2856 - var _this = _super.apply(this, args) || this;
2857 - Object.setPrototypeOf(_this, EnhancerArray.prototype);
2858 - return _this;
2859 - }
2860 - Object.defineProperty(EnhancerArray, Symbol.species, {
2861 - get: function () {
2862 - return EnhancerArray;
2863 - },
2864 - enumerable: false,
2865 - configurable: true
2866 - });
2867 - EnhancerArray.prototype.concat = function () {
2868 - var arr = [];
2869 - for (var _i = 0; _i < arguments.length; _i++) {
2870 - arr[_i] = arguments[_i];
2871 - }
2872 - return _super.prototype.concat.apply(this, arr);
2873 - };
2874 - EnhancerArray.prototype.prepend = function () {
2875 - var arr = [];
2876 - for (var _i = 0; _i < arguments.length; _i++) {
2877 - arr[_i] = arguments[_i];
2878 - }
2879 - if (arr.length === 1 && Array.isArray(arr[0])) {
2880 - return new (EnhancerArray.bind.apply(EnhancerArray, __spreadArray([void 0], arr[0].concat(this))))();
2881 - }
2882 - return new (EnhancerArray.bind.apply(EnhancerArray, __spreadArray([void 0], arr.concat(this))))();
2883 - };
2884 - return EnhancerArray;
2885 -}(Array));
2886 -function freezeDraftable(val) {
2887 - return (0,immer__WEBPACK_IMPORTED_MODULE_0__.isDraftable)(val) ? (0,immer__WEBPACK_IMPORTED_MODULE_0__["default"])(val, function () {
2888 - }) : val;
2889 -}
2890 -// src/immutableStateInvariantMiddleware.ts
2891 -var isProduction = "development" === "production";
2892 -var prefix = "Invariant failed";
2893 -function invariant(condition, message) {
2894 - if (condition) {
2895 - return;
2896 - }
2897 - if (isProduction) {
2898 - throw new Error(prefix);
2899 - }
2900 - throw new Error(prefix + ": " + (message || ""));
2901 -}
2902 -function stringify(obj, serializer, indent, decycler) {
2903 - return JSON.stringify(obj, getSerialize(serializer, decycler), indent);
2904 -}
2905 -function getSerialize(serializer, decycler) {
2906 - var stack = [], keys = [];
2907 - if (!decycler)
2908 - decycler = function (_, value) {
2909 - if (stack[0] === value)
2910 - return "[Circular ~]";
2911 - return "[Circular ~." + keys.slice(0, stack.indexOf(value)).join(".") + "]";
2912 - };
2913 - return function (key, value) {
2914 - if (stack.length > 0) {
2915 - var thisPos = stack.indexOf(this);
2916 - ~thisPos ? stack.splice(thisPos + 1) : stack.push(this);
2917 - ~thisPos ? keys.splice(thisPos, Infinity, key) : keys.push(key);
2918 - if (~stack.indexOf(value))
2919 - value = decycler.call(this, key, value);
2920 - }
2921 - else
2922 - stack.push(value);
2923 - return serializer == null ? value : serializer.call(this, key, value);
2924 - };
2925 -}
2926 -function isImmutableDefault(value) {
2927 - return typeof value !== "object" || value == null || Object.isFrozen(value);
2928 -}
2929 -function trackForMutations(isImmutable, ignorePaths, obj) {
2930 - var trackedProperties = trackProperties(isImmutable, ignorePaths, obj);
2931 - return {
2932 - detectMutations: function () {
2933 - return detectMutations(isImmutable, ignorePaths, trackedProperties, obj);
2934 - }
2935 - };
2936 -}
2937 -function trackProperties(isImmutable, ignorePaths, obj, path, checkedObjects) {
2938 - if (ignorePaths === void 0) { ignorePaths = []; }
2939 - if (path === void 0) { path = ""; }
2940 - if (checkedObjects === void 0) { checkedObjects = new Set(); }
2941 - var tracked = { value: obj };
2942 - if (!isImmutable(obj) && !checkedObjects.has(obj)) {
2943 - checkedObjects.add(obj);
2944 - tracked.children = {};
2945 - for (var key in obj) {
2946 - var childPath = path ? path + "." + key : key;
2947 - if (ignorePaths.length && ignorePaths.indexOf(childPath) !== -1) {
2948 - continue;
2949 - }
2950 - tracked.children[key] = trackProperties(isImmutable, ignorePaths, obj[key], childPath);
2951 - }
2952 - }
2953 - return tracked;
2954 -}
2955 -function detectMutations(isImmutable, ignoredPaths, trackedProperty, obj, sameParentRef, path) {
2956 - if (ignoredPaths === void 0) { ignoredPaths = []; }
2957 - if (sameParentRef === void 0) { sameParentRef = false; }
2958 - if (path === void 0) { path = ""; }
2959 - var prevObj = trackedProperty ? trackedProperty.value : void 0;
2960 - var sameRef = prevObj === obj;
2961 - if (sameParentRef && !sameRef && !Number.isNaN(obj)) {
2962 - return { wasMutated: true, path: path };
2963 - }
2964 - if (isImmutable(prevObj) || isImmutable(obj)) {
2965 - return { wasMutated: false };
2966 - }
2967 - var keysToDetect = {};
2968 - for (var key in trackedProperty.children) {
2969 - keysToDetect[key] = true;
2970 - }
2971 - for (var key in obj) {
2972 - keysToDetect[key] = true;
2973 - }
2974 - var hasIgnoredPaths = ignoredPaths.length > 0;
2975 - var _loop_1 = function (key) {
2976 - var nestedPath = path ? path + "." + key : key;
2977 - if (hasIgnoredPaths) {
2978 - var hasMatches = ignoredPaths.some(function (ignored) {
2979 - if (ignored instanceof RegExp) {
2980 - return ignored.test(nestedPath);
2981 - }
2982 - return nestedPath === ignored;
2983 - });
2984 - if (hasMatches) {
2985 - return "continue";
2986 - }
2987 - }
2988 - var result = detectMutations(isImmutable, ignoredPaths, trackedProperty.children[key], obj[key], sameRef, nestedPath);
2989 - if (result.wasMutated) {
2990 - return { value: result };
2991 - }
2992 - };
2993 - for (var key in keysToDetect) {
2994 - var state_1 = _loop_1(key);
2995 - if (typeof state_1 === "object")
2996 - return state_1.value;
2997 - }
2998 - return { wasMutated: false };
2999 -}
3000 -function createImmutableStateInvariantMiddleware(options) {
3001 - if (options === void 0) { options = {}; }
3002 - if (false) // removed by dead control flow
3003 -{}
3004 - var _c = options.isImmutable, isImmutable = _c === void 0 ? isImmutableDefault : _c, ignoredPaths = options.ignoredPaths, _d = options.warnAfter, warnAfter = _d === void 0 ? 32 : _d, ignore = options.ignore;
3005 - ignoredPaths = ignoredPaths || ignore;
3006 - var track = trackForMutations.bind(null, isImmutable, ignoredPaths);
3007 - return function (_c) {
3008 - var getState = _c.getState;
3009 - var state = getState();
3010 - var tracker = track(state);
3011 - var result;
3012 - return function (next) { return function (action) {
3013 - var measureUtils = getTimeMeasureUtils(warnAfter, "ImmutableStateInvariantMiddleware");
3014 - measureUtils.measureTime(function () {
3015 - state = getState();
3016 - result = tracker.detectMutations();
3017 - tracker = track(state);
3018 - invariant(!result.wasMutated, "A state mutation was detected between dispatches, in the path '" + (result.path || "") + "'. This may cause incorrect behavior. (https://redux.js.org/style-guide/style-guide#do-not-mutate-state)");
3019 - });
3020 - var dispatchedAction = next(action);
3021 - measureUtils.measureTime(function () {
3022 - state = getState();
3023 - result = tracker.detectMutations();
3024 - tracker = track(state);
3025 - result.wasMutated && invariant(!result.wasMutated, "A state mutation was detected inside a dispatch, in the path: " + (result.path || "") + ". Take a look at the reducer(s) handling the action " + stringify(action) + ". (https://redux.js.org/style-guide/style-guide#do-not-mutate-state)");
3026 - });
3027 - measureUtils.warnIfExceeded();
3028 - return dispatchedAction;
3029 - }; };
3030 - };
3031 -}
3032 -// src/serializableStateInvariantMiddleware.ts
3033 -function isPlain(val) {
3034 - var type = typeof val;
3035 - return val == null || type === "string" || type === "boolean" || type === "number" || Array.isArray(val) || isPlainObject(val);
3036 -}
3037 -function findNonSerializableValue(value, path, isSerializable, getEntries, ignoredPaths, cache) {
3038 - if (path === void 0) { path = ""; }
3039 - if (isSerializable === void 0) { isSerializable = isPlain; }
3040 - if (ignoredPaths === void 0) { ignoredPaths = []; }
3041 - var foundNestedSerializable;
3042 - if (!isSerializable(value)) {
3043 - return {
3044 - keyPath: path || "<root>",
3045 - value: value
3046 - };
3047 - }
3048 - if (typeof value !== "object" || value === null) {
3049 - return false;
3050 - }
3051 - if (cache == null ? void 0 : cache.has(value))
3052 - return false;
3053 - var entries = getEntries != null ? getEntries(value) : Object.entries(value);
3054 - var hasIgnoredPaths = ignoredPaths.length > 0;
3055 - var _loop_2 = function (key, nestedValue) {
3056 - var nestedPath = path ? path + "." + key : key;
3057 - if (hasIgnoredPaths) {
3058 - var hasMatches = ignoredPaths.some(function (ignored) {
3059 - if (ignored instanceof RegExp) {
3060 - return ignored.test(nestedPath);
3061 - }
3062 - return nestedPath === ignored;
3063 - });
3064 - if (hasMatches) {
3065 - return "continue";
3066 - }
3067 - }
3068 - if (!isSerializable(nestedValue)) {
3069 - return { value: {
3070 - keyPath: nestedPath,
3071 - value: nestedValue
3072 - } };
3073 - }
3074 - if (typeof nestedValue === "object") {
3075 - foundNestedSerializable = findNonSerializableValue(nestedValue, nestedPath, isSerializable, getEntries, ignoredPaths, cache);
3076 - if (foundNestedSerializable) {
3077 - return { value: foundNestedSerializable };
3078 - }
3079 - }
3080 - };
3081 - for (var _i = 0, entries_1 = entries; _i < entries_1.length; _i++) {
3082 - var _c = entries_1[_i], key = _c[0], nestedValue = _c[1];
3083 - var state_2 = _loop_2(key, nestedValue);
3084 - if (typeof state_2 === "object")
3085 - return state_2.value;
3086 - }
3087 - if (cache && isNestedFrozen(value))
3088 - cache.add(value);
3089 - return false;
3090 -}
3091 -function isNestedFrozen(value) {
3092 - if (!Object.isFrozen(value))
3093 - return false;
3094 - for (var _i = 0, _c = Object.values(value); _i < _c.length; _i++) {
3095 - var nestedValue = _c[_i];
3096 - if (typeof nestedValue !== "object" || nestedValue === null)
3097 - continue;
3098 - if (!isNestedFrozen(nestedValue))
3099 - return false;
3100 - }
3101 - return true;
3102 -}
3103 -function createSerializableStateInvariantMiddleware(options) {
3104 - if (options === void 0) { options = {}; }
3105 - if (false) // removed by dead control flow
3106 -{}
3107 - var _c = options.isSerializable, isSerializable = _c === void 0 ? isPlain : _c, getEntries = options.getEntries, _d = options.ignoredActions, ignoredActions = _d === void 0 ? [] : _d, _e = options.ignoredActionPaths, ignoredActionPaths = _e === void 0 ? ["meta.arg", "meta.baseQueryMeta"] : _e, _f = options.ignoredPaths, ignoredPaths = _f === void 0 ? [] : _f, _g = options.warnAfter, warnAfter = _g === void 0 ? 32 : _g, _h = options.ignoreState, ignoreState = _h === void 0 ? false : _h, _j = options.ignoreActions, ignoreActions = _j === void 0 ? false : _j, _k = options.disableCache, disableCache = _k === void 0 ? false : _k;
3108 - var cache = !disableCache && WeakSet ? new WeakSet() : void 0;
3109 - return function (storeAPI) { return function (next) { return function (action) {
3110 - var result = next(action);
3111 - var measureUtils = getTimeMeasureUtils(warnAfter, "SerializableStateInvariantMiddleware");
3112 - if (!ignoreActions && !(ignoredActions.length && ignoredActions.indexOf(action.type) !== -1)) {
3113 - measureUtils.measureTime(function () {
3114 - var foundActionNonSerializableValue = findNonSerializableValue(action, "", isSerializable, getEntries, ignoredActionPaths, cache);
3115 - if (foundActionNonSerializableValue) {
3116 - var keyPath = foundActionNonSerializableValue.keyPath, value = foundActionNonSerializableValue.value;
3117 - console.error("A non-serializable value was detected in an action, in the path: `" + keyPath + "`. Value:", value, "\nTake a look at the logic that dispatched this action: ", action, "\n(See https://redux.js.org/faq/actions#why-should-type-be-a-string-or-at-least-serializable-why-should-my-action-types-be-constants)", "\n(To allow non-serializable values see: https://redux-toolkit.js.org/usage/usage-guide#working-with-non-serializable-data)");
3118 - }
3119 - });
3120 - }
3121 - if (!ignoreState) {
3122 - measureUtils.measureTime(function () {
3123 - var state = storeAPI.getState();
3124 - var foundStateNonSerializableValue = findNonSerializableValue(state, "", isSerializable, getEntries, ignoredPaths, cache);
3125 - if (foundStateNonSerializableValue) {
3126 - var keyPath = foundStateNonSerializableValue.keyPath, value = foundStateNonSerializableValue.value;
3127 - console.error("A non-serializable value was detected in the state, in the path: `" + keyPath + "`. Value:", value, "\nTake a look at the reducer(s) handling this action type: " + action.type + ".\n(See https://redux.js.org/faq/organizing-state#can-i-put-functions-promises-or-other-non-serializable-items-in-my-store-state)");
3128 - }
3129 - });
3130 - measureUtils.warnIfExceeded();
3131 - }
3132 - return result;
3133 - }; }; };
3134 -}
3135 -// src/getDefaultMiddleware.ts
3136 -function isBoolean(x) {
3137 - return typeof x === "boolean";
3138 -}
3139 -function curryGetDefaultMiddleware() {
3140 - return function curriedGetDefaultMiddleware(options) {
3141 - return getDefaultMiddleware(options);
3142 - };
3143 -}
3144 -function getDefaultMiddleware(options) {
3145 - if (options === void 0) { options = {}; }
3146 - var _c = options.thunk, thunk = _c === void 0 ? true : _c, _d = options.immutableCheck, immutableCheck = _d === void 0 ? true : _d, _e = options.serializableCheck, serializableCheck = _e === void 0 ? true : _e, _f = options.actionCreatorCheck, actionCreatorCheck = _f === void 0 ? true : _f;
3147 - var middlewareArray = new MiddlewareArray();
3148 - if (thunk) {
3149 - if (isBoolean(thunk)) {
3150 - middlewareArray.push(redux_thunk__WEBPACK_IMPORTED_MODULE_3__["default"]);
3151 - }
3152 - else {
3153 - middlewareArray.push(redux_thunk__WEBPACK_IMPORTED_MODULE_3__["default"].withExtraArgument(thunk.extraArgument));
3154 - }
3155 - }
3156 - if (true) {
3157 - if (immutableCheck) {
3158 - var immutableOptions = {};
3159 - if (!isBoolean(immutableCheck)) {
3160 - immutableOptions = immutableCheck;
3161 - }
3162 - middlewareArray.unshift(createImmutableStateInvariantMiddleware(immutableOptions));
3163 - }
3164 - if (serializableCheck) {
3165 - var serializableOptions = {};
3166 - if (!isBoolean(serializableCheck)) {
3167 - serializableOptions = serializableCheck;
3168 - }
3169 - middlewareArray.push(createSerializableStateInvariantMiddleware(serializableOptions));
3170 - }
3171 - if (actionCreatorCheck) {
3172 - var actionCreatorOptions = {};
3173 - if (!isBoolean(actionCreatorCheck)) {
3174 - actionCreatorOptions = actionCreatorCheck;
3175 - }
3176 - middlewareArray.unshift(createActionCreatorInvariantMiddleware(actionCreatorOptions));
3177 - }
3178 - }
3179 - return middlewareArray;
3180 -}
3181 -// src/configureStore.ts
3182 -var IS_PRODUCTION = "development" === "production";
3183 -function configureStore(options) {
3184 - var curriedGetDefaultMiddleware = curryGetDefaultMiddleware();
3185 - var _c = options || {}, _d = _c.reducer, reducer = _d === void 0 ? void 0 : _d, _e = _c.middleware, middleware = _e === void 0 ? curriedGetDefaultMiddleware() : _e, _f = _c.devTools, devTools = _f === void 0 ? true : _f, _g = _c.preloadedState, preloadedState = _g === void 0 ? void 0 : _g, _h = _c.enhancers, enhancers = _h === void 0 ? void 0 : _h;
3186 - var rootReducer;
3187 - if (typeof reducer === "function") {
3188 - rootReducer = reducer;
3189 - }
3190 - else if (isPlainObject(reducer)) {
3191 - rootReducer = (0,redux__WEBPACK_IMPORTED_MODULE_1__.combineReducers)(reducer);
3192 - }
3193 - else {
3194 - throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');
3195 - }
3196 - var finalMiddleware = middleware;
3197 - if (typeof finalMiddleware === "function") {
3198 - finalMiddleware = finalMiddleware(curriedGetDefaultMiddleware);
3199 - if (!IS_PRODUCTION && !Array.isArray(finalMiddleware)) {
3200 - throw new Error("when using a middleware builder function, an array of middleware must be returned");
3201 - }
3202 - }
3203 - if (!IS_PRODUCTION && finalMiddleware.some(function (item) { return typeof item !== "function"; })) {
3204 - throw new Error("each middleware provided to configureStore must be a function");
3205 - }
3206 - var middlewareEnhancer = redux__WEBPACK_IMPORTED_MODULE_1__.applyMiddleware.apply(void 0, finalMiddleware);
3207 - var finalCompose = redux__WEBPACK_IMPORTED_MODULE_1__.compose;
3208 - if (devTools) {
3209 - finalCompose = composeWithDevTools(__spreadValues({
3210 - trace: !IS_PRODUCTION
3211 - }, typeof devTools === "object" && devTools));
3212 - }
3213 - var defaultEnhancers = new EnhancerArray(middlewareEnhancer);
3214 - var storeEnhancers = defaultEnhancers;
3215 - if (Array.isArray(enhancers)) {
3216 - storeEnhancers = __spreadArray([middlewareEnhancer], enhancers);
3217 - }
3218 - else if (typeof enhancers === "function") {
3219 - storeEnhancers = enhancers(defaultEnhancers);
3220 - }
3221 - var composedEnhancer = finalCompose.apply(void 0, storeEnhancers);
3222 - return (0,redux__WEBPACK_IMPORTED_MODULE_1__.createStore)(rootReducer, preloadedState, composedEnhancer);
3223 -}
3224 -// src/createReducer.ts
3225 -
3226 -// src/mapBuilders.ts
3227 -function executeReducerBuilderCallback(builderCallback) {
3228 - var actionsMap = {};
3229 - var actionMatchers = [];
3230 - var defaultCaseReducer;
3231 - var builder = {
3232 - addCase: function (typeOrActionCreator, reducer) {
3233 - if (true) {
3234 - if (actionMatchers.length > 0) {
3235 - throw new Error("`builder.addCase` should only be called before calling `builder.addMatcher`");
3236 - }
3237 - if (defaultCaseReducer) {
3238 - throw new Error("`builder.addCase` should only be called before calling `builder.addDefaultCase`");
3239 - }
3240 - }
3241 - var type = typeof typeOrActionCreator === "string" ? typeOrActionCreator : typeOrActionCreator.type;
3242 - if (!type) {
3243 - throw new Error("`builder.addCase` cannot be called with an empty action type");
3244 - }
3245 - if (type in actionsMap) {
3246 - throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");
3247 - }
3248 - actionsMap[type] = reducer;
3249 - return builder;
3250 - },
3251 - addMatcher: function (matcher, reducer) {
3252 - if (true) {
3253 - if (defaultCaseReducer) {
3254 - throw new Error("`builder.addMatcher` should only be called before calling `builder.addDefaultCase`");
3255 - }
3256 - }
3257 - actionMatchers.push({ matcher: matcher, reducer: reducer });
3258 - return builder;
3259 - },
3260 - addDefaultCase: function (reducer) {
3261 - if (true) {
3262 - if (defaultCaseReducer) {
3263 - throw new Error("`builder.addDefaultCase` can only be called once");
3264 - }
3265 - }
3266 - defaultCaseReducer = reducer;
3267 - return builder;
3268 - }
3269 - };
3270 - builderCallback(builder);
3271 - return [actionsMap, actionMatchers, defaultCaseReducer];
3272 -}
3273 -// src/createReducer.ts
3274 -function isStateFunction(x) {
3275 - return typeof x === "function";
3276 -}
3277 -var hasWarnedAboutObjectNotation = false;
3278 -function createReducer(initialState, mapOrBuilderCallback, actionMatchers, defaultCaseReducer) {
3279 - if (actionMatchers === void 0) { actionMatchers = []; }
3280 - if (true) {
3281 - if (typeof mapOrBuilderCallback === "object") {
3282 - if (!hasWarnedAboutObjectNotation) {
3283 - hasWarnedAboutObjectNotation = true;
3284 - console.warn("The object notation for `createReducer` is deprecated, and will be removed in RTK 2.0. Please use the 'builder callback' notation instead: https://redux-toolkit.js.org/api/createReducer");
3285 - }
3286 - }
3287 - }
3288 - var _c = typeof mapOrBuilderCallback === "function" ? executeReducerBuilderCallback(mapOrBuilderCallback) : [mapOrBuilderCallback, actionMatchers, defaultCaseReducer], actionsMap = _c[0], finalActionMatchers = _c[1], finalDefaultCaseReducer = _c[2];
3289 - var getInitialState;
3290 - if (isStateFunction(initialState)) {
3291 - getInitialState = function () { return freezeDraftable(initialState()); };
3292 - }
3293 - else {
3294 - var frozenInitialState_1 = freezeDraftable(initialState);
3295 - getInitialState = function () { return frozenInitialState_1; };
3296 - }
3297 - function reducer(state, action) {
3298 - if (state === void 0) { state = getInitialState(); }
3299 - var caseReducers = __spreadArray([
3300 - actionsMap[action.type]
3301 - ], finalActionMatchers.filter(function (_c) {
3302 - var matcher = _c.matcher;
3303 - return matcher(action);
3304 - }).map(function (_c) {
3305 - var reducer2 = _c.reducer;
3306 - return reducer2;
3307 - }));
3308 - if (caseReducers.filter(function (cr) { return !!cr; }).length === 0) {
3309 - caseReducers = [finalDefaultCaseReducer];
3310 - }
3311 - return caseReducers.reduce(function (previousState, caseReducer) {
3312 - if (caseReducer) {
3313 - if ((0,immer__WEBPACK_IMPORTED_MODULE_0__.isDraft)(previousState)) {
3314 - var draft = previousState;
3315 - var result = caseReducer(draft, action);
3316 - if (result === void 0) {
3317 - return previousState;
3318 - }
3319 - return result;
3320 - }
3321 - else if (!(0,immer__WEBPACK_IMPORTED_MODULE_0__.isDraftable)(previousState)) {
3322 - var result = caseReducer(previousState, action);
3323 - if (result === void 0) {
3324 - if (previousState === null) {
3325 - return previousState;
3326 - }
3327 - throw Error("A case reducer on a non-draftable value must not return undefined");
3328 - }
3329 - return result;
3330 - }
3331 - else {
3332 - return (0,immer__WEBPACK_IMPORTED_MODULE_0__["default"])(previousState, function (draft) {
3333 - return caseReducer(draft, action);
3334 - });
3335 - }
3336 - }
3337 - return previousState;
3338 - }, state);
3339 - }
3340 - reducer.getInitialState = getInitialState;
3341 - return reducer;
3342 -}
3343 -// src/createSlice.ts
3344 -var hasWarnedAboutObjectNotation2 = false;
3345 -function getType2(slice, actionKey) {
3346 - return slice + "/" + actionKey;
3347 -}
3348 -function createSlice(options) {
3349 - var name = options.name;
3350 - if (!name) {
3351 - throw new Error("`name` is a required option for createSlice");
3352 - }
3353 - if (typeof process !== "undefined" && "development" === "development") {
3354 - if (options.initialState === void 0) {
3355 - console.error("You must provide an `initialState` value that is not `undefined`. You may have misspelled `initialState`");
3356 - }
3357 - }
3358 - var initialState = typeof options.initialState == "function" ? options.initialState : freezeDraftable(options.initialState);
3359 - var reducers = options.reducers || {};
3360 - var reducerNames = Object.keys(reducers);
3361 - var sliceCaseReducersByName = {};
3362 - var sliceCaseReducersByType = {};
3363 - var actionCreators = {};
3364 - reducerNames.forEach(function (reducerName) {
3365 - var maybeReducerWithPrepare = reducers[reducerName];
3366 - var type = getType2(name, reducerName);
3367 - var caseReducer;
3368 - var prepareCallback;
3369 - if ("reducer" in maybeReducerWithPrepare) {
3370 - caseReducer = maybeReducerWithPrepare.reducer;
3371 - prepareCallback = maybeReducerWithPrepare.prepare;
3372 - }
3373 - else {
3374 - caseReducer = maybeReducerWithPrepare;
3375 - }
3376 - sliceCaseReducersByName[reducerName] = caseReducer;
3377 - sliceCaseReducersByType[type] = caseReducer;
3378 - actionCreators[reducerName] = prepareCallback ? createAction(type, prepareCallback) : createAction(type);
3379 - });
3380 - function buildReducer() {
3381 - if (true) {
3382 - if (typeof options.extraReducers === "object") {
3383 - if (!hasWarnedAboutObjectNotation2) {
3384 - hasWarnedAboutObjectNotation2 = true;
3385 - console.warn("The object notation for `createSlice.extraReducers` is deprecated, and will be removed in RTK 2.0. Please use the 'builder callback' notation instead: https://redux-toolkit.js.org/api/createSlice");
3386 - }
3387 - }
3388 - }
3389 - var _c = typeof options.extraReducers === "function" ? executeReducerBuilderCallback(options.extraReducers) : [options.extraReducers], _d = _c[0], extraReducers = _d === void 0 ? {} : _d, _e = _c[1], actionMatchers = _e === void 0 ? [] : _e, _f = _c[2], defaultCaseReducer = _f === void 0 ? void 0 : _f;
3390 - var finalCaseReducers = __spreadValues(__spreadValues({}, extraReducers), sliceCaseReducersByType);
3391 - return createReducer(initialState, function (builder) {
3392 - for (var key in finalCaseReducers) {
3393 - builder.addCase(key, finalCaseReducers[key]);
3394 - }
3395 - for (var _i = 0, actionMatchers_1 = actionMatchers; _i < actionMatchers_1.length; _i++) {
3396 - var m = actionMatchers_1[_i];
3397 - builder.addMatcher(m.matcher, m.reducer);
3398 - }
3399 - if (defaultCaseReducer) {
3400 - builder.addDefaultCase(defaultCaseReducer);
3401 - }
3402 - });
3403 - }
3404 - var _reducer;
3405 - return {
3406 - name: name,
3407 - reducer: function (state, action) {
3408 - if (!_reducer)
3409 - _reducer = buildReducer();
3410 - return _reducer(state, action);
3411 - },
3412 - actions: actionCreators,
3413 - caseReducers: sliceCaseReducersByName,
3414 - getInitialState: function () {
3415 - if (!_reducer)
3416 - _reducer = buildReducer();
3417 - return _reducer.getInitialState();
3418 - }
3419 - };
3420 -}
3421 -// src/entities/entity_state.ts
3422 -function getInitialEntityState() {
3423 - return {
3424 - ids: [],
3425 - entities: {}
3426 - };
3427 -}
3428 -function createInitialStateFactory() {
3429 - function getInitialState(additionalState) {
3430 - if (additionalState === void 0) { additionalState = {}; }
3431 - return Object.assign(getInitialEntityState(), additionalState);
3432 - }
3433 - return { getInitialState: getInitialState };
3434 -}
3435 -// src/entities/state_selectors.ts
3436 -function createSelectorsFactory() {
3437 - function getSelectors(selectState) {
3438 - var selectIds = function (state) { return state.ids; };
3439 - var selectEntities = function (state) { return state.entities; };
3440 - var selectAll = createDraftSafeSelector(selectIds, selectEntities, function (ids, entities) { return ids.map(function (id) { return entities[id]; }); });
3441 - var selectId = function (_, id) { return id; };
3442 - var selectById = function (entities, id) { return entities[id]; };
3443 - var selectTotal = createDraftSafeSelector(selectIds, function (ids) { return ids.length; });
3444 - if (!selectState) {
3445 - return {
3446 - selectIds: selectIds,
3447 - selectEntities: selectEntities,
3448 - selectAll: selectAll,
3449 - selectTotal: selectTotal,
3450 - selectById: createDraftSafeSelector(selectEntities, selectId, selectById)
3451 - };
3452 - }
3453 - var selectGlobalizedEntities = createDraftSafeSelector(selectState, selectEntities);
3454 - return {
3455 - selectIds: createDraftSafeSelector(selectState, selectIds),
3456 - selectEntities: selectGlobalizedEntities,
3457 - selectAll: createDraftSafeSelector(selectState, selectAll),
3458 - selectTotal: createDraftSafeSelector(selectState, selectTotal),
3459 - selectById: createDraftSafeSelector(selectGlobalizedEntities, selectId, selectById)
3460 - };
3461 - }
3462 - return { getSelectors: getSelectors };
3463 -}
3464 -// src/entities/state_adapter.ts
3465 -
3466 -function createSingleArgumentStateOperator(mutator) {
3467 - var operator = createStateOperator(function (_, state) { return mutator(state); });
3468 - return function operation(state) {
3469 - return operator(state, void 0);
3470 - };
3471 -}
3472 -function createStateOperator(mutator) {
3473 - return function operation(state, arg) {
3474 - function isPayloadActionArgument(arg2) {
3475 - return isFSA(arg2);
3476 - }
3477 - var runMutator = function (draft) {
3478 - if (isPayloadActionArgument(arg)) {
3479 - mutator(arg.payload, draft);
3480 - }
3481 - else {
3482 - mutator(arg, draft);
3483 - }
3484 - };
3485 - if ((0,immer__WEBPACK_IMPORTED_MODULE_0__.isDraft)(state)) {
3486 - runMutator(state);
3487 - return state;
3488 - }
3489 - else {
3490 - return (0,immer__WEBPACK_IMPORTED_MODULE_0__["default"])(state, runMutator);
3491 - }
3492 - };
3493 -}
3494 -// src/entities/utils.ts
3495 -function selectIdValue(entity, selectId) {
3496 - var key = selectId(entity);
3497 - if ( true && key === void 0) {
3498 - console.warn("The entity passed to the `selectId` implementation returned undefined.", "You should probably provide your own `selectId` implementation.", "The entity that was passed:", entity, "The `selectId` implementation:", selectId.toString());
3499 - }
3500 - return key;
3501 -}
3502 -function ensureEntitiesArray(entities) {
3503 - if (!Array.isArray(entities)) {
3504 - entities = Object.values(entities);
3505 - }
3506 - return entities;
3507 -}
3508 -function splitAddedUpdatedEntities(newEntities, selectId, state) {
3509 - newEntities = ensureEntitiesArray(newEntities);
3510 - var added = [];
3511 - var updated = [];
3512 - for (var _i = 0, newEntities_1 = newEntities; _i < newEntities_1.length; _i++) {
3513 - var entity = newEntities_1[_i];
3514 - var id = selectIdValue(entity, selectId);
3515 - if (id in state.entities) {
3516 - updated.push({ id: id, changes: entity });
3517 - }
3518 - else {
3519 - added.push(entity);
3520 - }
3521 - }
3522 - return [added, updated];
3523 -}
3524 -// src/entities/unsorted_state_adapter.ts
3525 -function createUnsortedStateAdapter(selectId) {
3526 - function addOneMutably(entity, state) {
3527 - var key = selectIdValue(entity, selectId);
3528 - if (key in state.entities) {
3529 - return;
3530 - }
3531 - state.ids.push(key);
3532 - state.entities[key] = entity;
3533 - }
3534 - function addManyMutably(newEntities, state) {
3535 - newEntities = ensureEntitiesArray(newEntities);
3536 - for (var _i = 0, newEntities_2 = newEntities; _i < newEntities_2.length; _i++) {
3537 - var entity = newEntities_2[_i];
3538 - addOneMutably(entity, state);
3539 - }
3540 - }
3541 - function setOneMutably(entity, state) {
3542 - var key = selectIdValue(entity, selectId);
3543 - if (!(key in state.entities)) {
3544 - state.ids.push(key);
3545 - }
3546 - state.entities[key] = entity;
3547 - }
3548 - function setManyMutably(newEntities, state) {
3549 - newEntities = ensureEntitiesArray(newEntities);
3550 - for (var _i = 0, newEntities_3 = newEntities; _i < newEntities_3.length; _i++) {
3551 - var entity = newEntities_3[_i];
3552 - setOneMutably(entity, state);
3553 - }
3554 - }
3555 - function setAllMutably(newEntities, state) {
3556 - newEntities = ensureEntitiesArray(newEntities);
3557 - state.ids = [];
3558 - state.entities = {};
3559 - addManyMutably(newEntities, state);
3560 - }
3561 - function removeOneMutably(key, state) {
3562 - return removeManyMutably([key], state);
3563 - }
3564 - function removeManyMutably(keys, state) {
3565 - var didMutate = false;
3566 - keys.forEach(function (key) {
3567 - if (key in state.entities) {
3568 - delete state.entities[key];
3569 - didMutate = true;
3570 - }
3571 - });
3572 - if (didMutate) {
3573 - state.ids = state.ids.filter(function (id) { return id in state.entities; });
3574 - }
3575 - }
3576 - function removeAllMutably(state) {
3577 - Object.assign(state, {
3578 - ids: [],
3579 - entities: {}
3580 - });
3581 - }
3582 - function takeNewKey(keys, update, state) {
3583 - var original2 = state.entities[update.id];
3584 - var updated = Object.assign({}, original2, update.changes);
3585 - var newKey = selectIdValue(updated, selectId);
3586 - var hasNewKey = newKey !== update.id;
3587 - if (hasNewKey) {
3588 - keys[update.id] = newKey;
3589 - delete state.entities[update.id];
3590 - }
3591 - state.entities[newKey] = updated;
3592 - return hasNewKey;
3593 - }
3594 - function updateOneMutably(update, state) {
3595 - return updateManyMutably([update], state);
3596 - }
3597 - function updateManyMutably(updates, state) {
3598 - var newKeys = {};
3599 - var updatesPerEntity = {};
3600 - updates.forEach(function (update) {
3601 - if (update.id in state.entities) {
3602 - updatesPerEntity[update.id] = {
3603 - id: update.id,
3604 - changes: __spreadValues(__spreadValues({}, updatesPerEntity[update.id] ? updatesPerEntity[update.id].changes : null), update.changes)
3605 - };
3606 - }
3607 - });
3608 - updates = Object.values(updatesPerEntity);
3609 - var didMutateEntities = updates.length > 0;
3610 - if (didMutateEntities) {
3611 - var didMutateIds = updates.filter(function (update) { return takeNewKey(newKeys, update, state); }).length > 0;
3612 - if (didMutateIds) {
3613 - state.ids = Object.keys(state.entities);
3614 - }
3615 - }
3616 - }
3617 - function upsertOneMutably(entity, state) {
3618 - return upsertManyMutably([entity], state);
3619 - }
3620 - function upsertManyMutably(newEntities, state) {
3621 - var _c = splitAddedUpdatedEntities(newEntities, selectId, state), added = _c[0], updated = _c[1];
3622 - updateManyMutably(updated, state);
3623 - addManyMutably(added, state);
3624 - }
3625 - return {
3626 - removeAll: createSingleArgumentStateOperator(removeAllMutably),
3627 - addOne: createStateOperator(addOneMutably),
3628 - addMany: createStateOperator(addManyMutably),
3629 - setOne: createStateOperator(setOneMutably),
3630 - setMany: createStateOperator(setManyMutably),
3631 - setAll: createStateOperator(setAllMutably),
3632 - updateOne: createStateOperator(updateOneMutably),
3633 - updateMany: createStateOperator(updateManyMutably),
3634 - upsertOne: createStateOperator(upsertOneMutably),
3635 - upsertMany: createStateOperator(upsertManyMutably),
3636 - removeOne: createStateOperator(removeOneMutably),
3637 - removeMany: createStateOperator(removeManyMutably)
3638 - };
3639 -}
3640 -// src/entities/sorted_state_adapter.ts
3641 -function createSortedStateAdapter(selectId, sort) {
3642 - var _c = createUnsortedStateAdapter(selectId), removeOne = _c.removeOne, removeMany = _c.removeMany, removeAll = _c.removeAll;
3643 - function addOneMutably(entity, state) {
3644 - return addManyMutably([entity], state);
3645 - }
3646 - function addManyMutably(newEntities, state) {
3647 - newEntities = ensureEntitiesArray(newEntities);
3648 - var models = newEntities.filter(function (model) { return !(selectIdValue(model, selectId) in state.entities); });
3649 - if (models.length !== 0) {
3650 - merge(models, state);
3651 - }
3652 - }
3653 - function setOneMutably(entity, state) {
3654 - return setManyMutably([entity], state);
3655 - }
3656 - function setManyMutably(newEntities, state) {
3657 - newEntities = ensureEntitiesArray(newEntities);
3658 - if (newEntities.length !== 0) {
3659 - merge(newEntities, state);
3660 - }
3661 - }
3662 - function setAllMutably(newEntities, state) {
3663 - newEntities = ensureEntitiesArray(newEntities);
3664 - state.entities = {};
3665 - state.ids = [];
3666 - addManyMutably(newEntities, state);
3667 - }
3668 - function updateOneMutably(update, state) {
3669 - return updateManyMutably([update], state);
3670 - }
3671 - function updateManyMutably(updates, state) {
3672 - var appliedUpdates = false;
3673 - for (var _i = 0, updates_1 = updates; _i < updates_1.length; _i++) {
3674 - var update = updates_1[_i];
3675 - var entity = state.entities[update.id];
3676 - if (!entity) {
3677 - continue;
3678 - }
3679 - appliedUpdates = true;
3680 - Object.assign(entity, update.changes);
3681 - var newId = selectId(entity);
3682 - if (update.id !== newId) {
3683 - delete state.entities[update.id];
3684 - state.entities[newId] = entity;
3685 - }
3686 - }
3687 - if (appliedUpdates) {
3688 - resortEntities(state);
3689 - }
3690 - }
3691 - function upsertOneMutably(entity, state) {
3692 - return upsertManyMutably([entity], state);
3693 - }
3694 - function upsertManyMutably(newEntities, state) {
3695 - var _c = splitAddedUpdatedEntities(newEntities, selectId, state), added = _c[0], updated = _c[1];
3696 - updateManyMutably(updated, state);
3697 - addManyMutably(added, state);
3698 - }
3699 - function areArraysEqual(a, b) {
3700 - if (a.length !== b.length) {
3701 - return false;
3702 - }
3703 - for (var i = 0; i < a.length && i < b.length; i++) {
3704 - if (a[i] === b[i]) {
3705 - continue;
3706 - }
3707 - return false;
3708 - }
3709 - return true;
3710 - }
3711 - function merge(models, state) {
3712 - models.forEach(function (model) {
3713 - state.entities[selectId(model)] = model;
3714 - });
3715 - resortEntities(state);
3716 - }
3717 - function resortEntities(state) {
3718 - var allEntities = Object.values(state.entities);
3719 - allEntities.sort(sort);
3720 - var newSortedIds = allEntities.map(selectId);
3721 - var ids = state.ids;
3722 - if (!areArraysEqual(ids, newSortedIds)) {
3723 - state.ids = newSortedIds;
3724 - }
3725 - }
3726 - return {
3727 - removeOne: removeOne,
3728 - removeMany: removeMany,
3729 - removeAll: removeAll,
3730 - addOne: createStateOperator(addOneMutably),
3731 - updateOne: createStateOperator(updateOneMutably),
3732 - upsertOne: createStateOperator(upsertOneMutably),
3733 - setOne: createStateOperator(setOneMutably),
3734 - setMany: createStateOperator(setManyMutably),
3735 - setAll: createStateOperator(setAllMutably),
3736 - addMany: createStateOperator(addManyMutably),
3737 - updateMany: createStateOperator(updateManyMutably),
3738 - upsertMany: createStateOperator(upsertManyMutably)
3739 - };
3740 -}
3741 -// src/entities/create_adapter.ts
3742 -function createEntityAdapter(options) {
3743 - if (options === void 0) { options = {}; }
3744 - var _c = __spreadValues({
3745 - sortComparer: false,
3746 - selectId: function (instance) { return instance.id; }
3747 - }, options), selectId = _c.selectId, sortComparer = _c.sortComparer;
3748 - var stateFactory = createInitialStateFactory();
3749 - var selectorsFactory = createSelectorsFactory();
3750 - var stateAdapter = sortComparer ? createSortedStateAdapter(selectId, sortComparer) : createUnsortedStateAdapter(selectId);
3751 - return __spreadValues(__spreadValues(__spreadValues({
3752 - selectId: selectId,
3753 - sortComparer: sortComparer
3754 - }, stateFactory), selectorsFactory), stateAdapter);
3755 -}
3756 -// src/nanoid.ts
3757 -var urlAlphabet = "ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW";
3758 -var nanoid = function (size) {
3759 - if (size === void 0) { size = 21; }
3760 - var id = "";
3761 - var i = size;
3762 - while (i--) {
3763 - id += urlAlphabet[Math.random() * 64 | 0];
3764 - }
3765 - return id;
3766 -};
3767 -// src/createAsyncThunk.ts
3768 -var commonProperties = [
3769 - "name",
3770 - "message",
3771 - "stack",
3772 - "code"
3773 -];
3774 -var RejectWithValue = /** @class */ (function () {
3775 - function RejectWithValue(payload, meta) {
3776 - this.payload = payload;
3777 - this.meta = meta;
3778 - }
3779 - return RejectWithValue;
3780 -}());
3781 -var FulfillWithMeta = /** @class */ (function () {
3782 - function FulfillWithMeta(payload, meta) {
3783 - this.payload = payload;
3784 - this.meta = meta;
3785 - }
3786 - return FulfillWithMeta;
3787 -}());
3788 -var miniSerializeError = function (value) {
3789 - if (typeof value === "object" && value !== null) {
3790 - var simpleError = {};
3791 - for (var _i = 0, commonProperties_1 = commonProperties; _i < commonProperties_1.length; _i++) {
3792 - var property = commonProperties_1[_i];
3793 - if (typeof value[property] === "string") {
3794 - simpleError[property] = value[property];
3795 - }
3796 - }
3797 - return simpleError;
3798 - }
3799 - return { message: String(value) };
3800 -};
3801 -var createAsyncThunk = (function () {
3802 - function createAsyncThunk2(typePrefix, payloadCreator, options) {
3803 - var fulfilled = createAction(typePrefix + "/fulfilled", function (payload, requestId, arg, meta) { return ({
3804 - payload: payload,
3805 - meta: __spreadProps(__spreadValues({}, meta || {}), {
3806 - arg: arg,
3807 - requestId: requestId,
3808 - requestStatus: "fulfilled"
3809 - })
3810 - }); });
3811 - var pending = createAction(typePrefix + "/pending", function (requestId, arg, meta) { return ({
3812 - payload: void 0,
3813 - meta: __spreadProps(__spreadValues({}, meta || {}), {
3814 - arg: arg,
3815 - requestId: requestId,
3816 - requestStatus: "pending"
3817 - })
3818 - }); });
3819 - var rejected = createAction(typePrefix + "/rejected", function (error, requestId, arg, payload, meta) { return ({
3820 - payload: payload,
3821 - error: (options && options.serializeError || miniSerializeError)(error || "Rejected"),
3822 - meta: __spreadProps(__spreadValues({}, meta || {}), {
3823 - arg: arg,
3824 - requestId: requestId,
3825 - rejectedWithValue: !!payload,
3826 - requestStatus: "rejected",
3827 - aborted: (error == null ? void 0 : error.name) === "AbortError",
3828 - condition: (error == null ? void 0 : error.name) === "ConditionError"
3829 - })
3830 - }); });
3831 - var displayedWarning = false;
3832 - var AC = typeof AbortController !== "undefined" ? AbortController : /** @class */ (function () {
3833 - function class_1() {
3834 - this.signal = {
3835 - aborted: false,
3836 - addEventListener: function () {
3837 - },
3838 - dispatchEvent: function () {
3839 - return false;
3840 - },
3841 - onabort: function () {
3842 - },
3843 - removeEventListener: function () {
3844 - },
3845 - reason: void 0,
3846 - throwIfAborted: function () {
3847 - }
3848 - };
3849 - }
3850 - class_1.prototype.abort = function () {
3851 - if (true) {
3852 - if (!displayedWarning) {
3853 - displayedWarning = true;
3854 - console.info("This platform does not implement AbortController. \nIf you want to use the AbortController to react to `abort` events, please consider importing a polyfill like 'abortcontroller-polyfill/dist/abortcontroller-polyfill-only'.");
3855 - }
3856 - }
3857 - };
3858 - return class_1;
3859 - }());
3860 - function actionCreator(arg) {
3861 - return function (dispatch, getState, extra) {
3862 - var requestId = (options == null ? void 0 : options.idGenerator) ? options.idGenerator(arg) : nanoid();
3863 - var abortController = new AC();
3864 - var abortReason;
3865 - var started = false;
3866 - function abort(reason) {
3867 - abortReason = reason;
3868 - abortController.abort();
3869 - }
3870 - var promise2 = function () {
3871 - return __async(this, null, function () {
3872 - var _a, _b, finalAction, conditionResult, abortedPromise, err_1, skipDispatch;
3873 - return __generator(this, function (_c) {
3874 - switch (_c.label) {
3875 - case 0:
3876 - _c.trys.push([0, 4, , 5]);
3877 - conditionResult = (_a = options == null ? void 0 : options.condition) == null ? void 0 : _a.call(options, arg, { getState: getState, extra: extra });
3878 - if (!isThenable(conditionResult)) return [3 /*break*/, 2];
3879 - return [4 /*yield*/, conditionResult];
3880 - case 1:
3881 - conditionResult = _c.sent();
3882 - _c.label = 2;
3883 - case 2:
3884 - if (conditionResult === false || abortController.signal.aborted) {
3885 - throw {
3886 - name: "ConditionError",
3887 - message: "Aborted due to condition callback returning false."
3888 - };
3889 - }
3890 - started = true;
3891 - abortedPromise = new Promise(function (_, reject) { return abortController.signal.addEventListener("abort", function () { return reject({
3892 - name: "AbortError",
3893 - message: abortReason || "Aborted"
3894 - }); }); });
3895 - dispatch(pending(requestId, arg, (_b = options == null ? void 0 : options.getPendingMeta) == null ? void 0 : _b.call(options, { requestId: requestId, arg: arg }, { getState: getState, extra: extra })));
3896 - return [4 /*yield*/, Promise.race([
3897 - abortedPromise,
3898 - Promise.resolve(payloadCreator(arg, {
3899 - dispatch: dispatch,
3900 - getState: getState,
3901 - extra: extra,
3902 - requestId: requestId,
3903 - signal: abortController.signal,
3904 - abort: abort,
3905 - rejectWithValue: function (value, meta) {
3906 - return new RejectWithValue(value, meta);
3907 - },
3908 - fulfillWithValue: function (value, meta) {
3909 - return new FulfillWithMeta(value, meta);
3910 - }
3911 - })).then(function (result) {
3912 - if (result instanceof RejectWithValue) {
3913 - throw result;
3914 - }
3915 - if (result instanceof FulfillWithMeta) {
3916 - return fulfilled(result.payload, requestId, arg, result.meta);
3917 - }
3918 - return fulfilled(result, requestId, arg);
3919 - })
3920 - ])];
3921 - case 3:
3922 - finalAction = _c.sent();
3923 - return [3 /*break*/, 5];
3924 - case 4:
3925 - err_1 = _c.sent();
3926 - finalAction = err_1 instanceof RejectWithValue ? rejected(null, requestId, arg, err_1.payload, err_1.meta) : rejected(err_1, requestId, arg);
3927 - return [3 /*break*/, 5];
3928 - case 5:
3929 - skipDispatch = options && !options.dispatchConditionRejection && rejected.match(finalAction) && finalAction.meta.condition;
3930 - if (!skipDispatch) {
3931 - dispatch(finalAction);
3932 - }
3933 - return [2 /*return*/, finalAction];
3934 - }
3935 - });
3936 - });
3937 - }();
3938 - return Object.assign(promise2, {
3939 - abort: abort,
3940 - requestId: requestId,
3941 - arg: arg,
3942 - unwrap: function () {
3943 - return promise2.then(unwrapResult);
3944 - }
3945 - });
3946 - };
3947 - }
3948 - return Object.assign(actionCreator, {
3949 - pending: pending,
3950 - rejected: rejected,
3951 - fulfilled: fulfilled,
3952 - typePrefix: typePrefix
3953 - });
3954 - }
3955 - createAsyncThunk2.withTypes = function () { return createAsyncThunk2; };
3956 - return createAsyncThunk2;
3957 -})();
3958 -function unwrapResult(action) {
3959 - if (action.meta && action.meta.rejectedWithValue) {
3960 - throw action.payload;
3961 - }
3962 - if (action.error) {
3963 - throw action.error;
3964 - }
3965 - return action.payload;
3966 -}
3967 -function isThenable(value) {
3968 - return value !== null && typeof value === "object" && typeof value.then === "function";
3969 -}
3970 -// src/matchers.ts
3971 -var matches = function (matcher, action) {
3972 - if (hasMatchFunction(matcher)) {
3973 - return matcher.match(action);
3974 - }
3975 - else {
3976 - return matcher(action);
3977 - }
3978 -};
3979 -function isAnyOf() {
3980 - var matchers = [];
3981 - for (var _i = 0; _i < arguments.length; _i++) {
3982 - matchers[_i] = arguments[_i];
3983 - }
3984 - return function (action) {
3985 - return matchers.some(function (matcher) { return matches(matcher, action); });
3986 - };
3987 -}
3988 -function isAllOf() {
3989 - var matchers = [];
3990 - for (var _i = 0; _i < arguments.length; _i++) {
3991 - matchers[_i] = arguments[_i];
3992 - }
3993 - return function (action) {
3994 - return matchers.every(function (matcher) { return matches(matcher, action); });
3995 - };
3996 -}
3997 -function hasExpectedRequestMetadata(action, validStatus) {
3998 - if (!action || !action.meta)
3999 - return false;
4000 - var hasValidRequestId = typeof action.meta.requestId === "string";
4001 - var hasValidRequestStatus = validStatus.indexOf(action.meta.requestStatus) > -1;
4002 - return hasValidRequestId && hasValidRequestStatus;
4003 -}
4004 -function isAsyncThunkArray(a) {
4005 - return typeof a[0] === "function" && "pending" in a[0] && "fulfilled" in a[0] && "rejected" in a[0];
4006 -}
4007 -function isPending() {
4008 - var asyncThunks = [];
4009 - for (var _i = 0; _i < arguments.length; _i++) {
4010 - asyncThunks[_i] = arguments[_i];
4011 - }
4012 - if (asyncThunks.length === 0) {
4013 - return function (action) { return hasExpectedRequestMetadata(action, ["pending"]); };
4014 - }
4015 - if (!isAsyncThunkArray(asyncThunks)) {
4016 - return isPending()(asyncThunks[0]);
4017 - }
4018 - return function (action) {
4019 - var matchers = asyncThunks.map(function (asyncThunk) { return asyncThunk.pending; });
4020 - var combinedMatcher = isAnyOf.apply(void 0, matchers);
4021 - return combinedMatcher(action);
4022 - };
4023 -}
4024 -function isRejected() {
4025 - var asyncThunks = [];
4026 - for (var _i = 0; _i < arguments.length; _i++) {
4027 - asyncThunks[_i] = arguments[_i];
4028 - }
4029 - if (asyncThunks.length === 0) {
4030 - return function (action) { return hasExpectedRequestMetadata(action, ["rejected"]); };
4031 - }
4032 - if (!isAsyncThunkArray(asyncThunks)) {
4033 - return isRejected()(asyncThunks[0]);
4034 - }
4035 - return function (action) {
4036 - var matchers = asyncThunks.map(function (asyncThunk) { return asyncThunk.rejected; });
4037 - var combinedMatcher = isAnyOf.apply(void 0, matchers);
4038 - return combinedMatcher(action);
4039 - };
4040 -}
4041 -function isRejectedWithValue() {
4042 - var asyncThunks = [];
4043 - for (var _i = 0; _i < arguments.length; _i++) {
4044 - asyncThunks[_i] = arguments[_i];
4045 - }
4046 - var hasFlag = function (action) {
4047 - return action && action.meta && action.meta.rejectedWithValue;
4048 - };
4049 - if (asyncThunks.length === 0) {
4050 - return function (action) {
4051 - var combinedMatcher = isAllOf(isRejected.apply(void 0, asyncThunks), hasFlag);
4052 - return combinedMatcher(action);
4053 - };
4054 - }
4055 - if (!isAsyncThunkArray(asyncThunks)) {
4056 - return isRejectedWithValue()(asyncThunks[0]);
4057 - }
4058 - return function (action) {
4059 - var combinedMatcher = isAllOf(isRejected.apply(void 0, asyncThunks), hasFlag);
4060 - return combinedMatcher(action);
4061 - };
4062 -}
4063 -function isFulfilled() {
4064 - var asyncThunks = [];
4065 - for (var _i = 0; _i < arguments.length; _i++) {
4066 - asyncThunks[_i] = arguments[_i];
4067 - }
4068 - if (asyncThunks.length === 0) {
4069 - return function (action) { return hasExpectedRequestMetadata(action, ["fulfilled"]); };
4070 - }
4071 - if (!isAsyncThunkArray(asyncThunks)) {
4072 - return isFulfilled()(asyncThunks[0]);
4073 - }
4074 - return function (action) {
4075 - var matchers = asyncThunks.map(function (asyncThunk) { return asyncThunk.fulfilled; });
4076 - var combinedMatcher = isAnyOf.apply(void 0, matchers);
4077 - return combinedMatcher(action);
4078 - };
4079 -}
4080 -function isAsyncThunkAction() {
4081 - var asyncThunks = [];
4082 - for (var _i = 0; _i < arguments.length; _i++) {
4083 - asyncThunks[_i] = arguments[_i];
4084 - }
4085 - if (asyncThunks.length === 0) {
4086 - return function (action) { return hasExpectedRequestMetadata(action, ["pending", "fulfilled", "rejected"]); };
4087 - }
4088 - if (!isAsyncThunkArray(asyncThunks)) {
4089 - return isAsyncThunkAction()(asyncThunks[0]);
4090 - }
4091 - return function (action) {
4092 - var matchers = [];
4093 - for (var _i = 0, asyncThunks_1 = asyncThunks; _i < asyncThunks_1.length; _i++) {
4094 - var asyncThunk = asyncThunks_1[_i];
4095 - matchers.push(asyncThunk.pending, asyncThunk.rejected, asyncThunk.fulfilled);
4096 - }
4097 - var combinedMatcher = isAnyOf.apply(void 0, matchers);
4098 - return combinedMatcher(action);
4099 - };
4100 -}
4101 -// src/listenerMiddleware/utils.ts
4102 -var assertFunction = function (func, expected) {
4103 - if (typeof func !== "function") {
4104 - throw new TypeError(expected + " is not a function");
4105 - }
4106 -};
4107 -var noop = function () {
4108 -};
4109 -var catchRejection = function (promise2, onError) {
4110 - if (onError === void 0) { onError = noop; }
4111 - promise2.catch(onError);
4112 - return promise2;
4113 -};
4114 -var addAbortSignalListener = function (abortSignal, callback) {
4115 - abortSignal.addEventListener("abort", callback, { once: true });
4116 - return function () { return abortSignal.removeEventListener("abort", callback); };
4117 -};
4118 -var abortControllerWithReason = function (abortController, reason) {
4119 - var signal = abortController.signal;
4120 - if (signal.aborted) {
4121 - return;
4122 - }
4123 - if (!("reason" in signal)) {
4124 - Object.defineProperty(signal, "reason", {
4125 - enumerable: true,
4126 - value: reason,
4127 - configurable: true,
4128 - writable: true
4129 - });
4130 - }
4131 - ;
4132 - abortController.abort(reason);
4133 -};
4134 -// src/listenerMiddleware/exceptions.ts
4135 -var task = "task";
4136 -var listener = "listener";
4137 -var completed = "completed";
4138 -var cancelled = "cancelled";
4139 -var taskCancelled = "task-" + cancelled;
4140 -var taskCompleted = "task-" + completed;
4141 -var listenerCancelled = listener + "-" + cancelled;
4142 -var listenerCompleted = listener + "-" + completed;
4143 -var TaskAbortError = /** @class */ (function () {
4144 - function TaskAbortError(code) {
4145 - this.code = code;
4146 - this.name = "TaskAbortError";
4147 - this.message = task + " " + cancelled + " (reason: " + code + ")";
4148 - }
4149 - return TaskAbortError;
4150 -}());
4151 -// src/listenerMiddleware/task.ts
4152 -var validateActive = function (signal) {
4153 - if (signal.aborted) {
4154 - throw new TaskAbortError(signal.reason);
4155 - }
4156 -};
4157 -function raceWithSignal(signal, promise2) {
4158 - var cleanup = noop;
4159 - return new Promise(function (resolve, reject) {
4160 - var notifyRejection = function () { return reject(new TaskAbortError(signal.reason)); };
4161 - if (signal.aborted) {
4162 - notifyRejection();
4163 - return;
4164 - }
4165 - cleanup = addAbortSignalListener(signal, notifyRejection);
4166 - promise2.finally(function () { return cleanup(); }).then(resolve, reject);
4167 - }).finally(function () {
4168 - cleanup = noop;
4169 - });
4170 -}
4171 -var runTask = function (task2, cleanUp) { return __async(void 0, null, function () {
4172 - var value, error_1;
4173 - return __generator(this, function (_c) {
4174 - switch (_c.label) {
4175 - case 0:
4176 - _c.trys.push([0, 3, 4, 5]);
4177 - return [4 /*yield*/, Promise.resolve()];
4178 - case 1:
4179 - _c.sent();
4180 - return [4 /*yield*/, task2()];
4181 - case 2:
4182 - value = _c.sent();
4183 - return [2 /*return*/, {
4184 - status: "ok",
4185 - value: value
4186 - }];
4187 - case 3:
4188 - error_1 = _c.sent();
4189 - return [2 /*return*/, {
4190 - status: error_1 instanceof TaskAbortError ? "cancelled" : "rejected",
4191 - error: error_1
4192 - }];
4193 - case 4:
4194 - cleanUp == null ? void 0 : cleanUp();
4195 - return [7 /*endfinally*/];
4196 - case 5: return [2 /*return*/];
4197 - }
4198 - });
4199 -}); };
4200 -var createPause = function (signal) {
4201 - return function (promise2) {
4202 - return catchRejection(raceWithSignal(signal, promise2).then(function (output) {
4203 - validateActive(signal);
4204 - return output;
4205 - }));
4206 - };
4207 -};
4208 -var createDelay = function (signal) {
4209 - var pause = createPause(signal);
4210 - return function (timeoutMs) {
4211 - return pause(new Promise(function (resolve) { return setTimeout(resolve, timeoutMs); }));
4212 - };
4213 -};
4214 -// src/listenerMiddleware/index.ts
4215 -var assign = Object.assign;
4216 -var INTERNAL_NIL_TOKEN = {};
4217 -var alm = "listenerMiddleware";
4218 -var createFork = function (parentAbortSignal, parentBlockingPromises) {
4219 - var linkControllers = function (controller) { return addAbortSignalListener(parentAbortSignal, function () { return abortControllerWithReason(controller, parentAbortSignal.reason); }); };
4220 - return function (taskExecutor, opts) {
4221 - assertFunction(taskExecutor, "taskExecutor");
4222 - var childAbortController = new AbortController();
4223 - linkControllers(childAbortController);
4224 - var result = runTask(function () { return __async(void 0, null, function () {
4225 - var result2;
4226 - return __generator(this, function (_c) {
4227 - switch (_c.label) {
4228 - case 0:
4229 - validateActive(parentAbortSignal);
4230 - validateActive(childAbortController.signal);
4231 - return [4 /*yield*/, taskExecutor({
4232 - pause: createPause(childAbortController.signal),
4233 - delay: createDelay(childAbortController.signal),
4234 - signal: childAbortController.signal
4235 - })];
4236 - case 1:
4237 - result2 = _c.sent();
4238 - validateActive(childAbortController.signal);
4239 - return [2 /*return*/, result2];
4240 - }
4241 - });
4242 - }); }, function () { return abortControllerWithReason(childAbortController, taskCompleted); });
4243 - if (opts == null ? void 0 : opts.autoJoin) {
4244 - parentBlockingPromises.push(result);
4245 - }
4246 - return {
4247 - result: createPause(parentAbortSignal)(result),
4248 - cancel: function () {
4249 - abortControllerWithReason(childAbortController, taskCancelled);
4250 - }
4251 - };
4252 - };
4253 -};
4254 -var createTakePattern = function (startListening, signal) {
4255 - var take = function (predicate, timeout) { return __async(void 0, null, function () {
4256 - var unsubscribe, tuplePromise, promises, output;
4257 - return __generator(this, function (_c) {
4258 - switch (_c.label) {
4259 - case 0:
4260 - validateActive(signal);
4261 - unsubscribe = function () {
4262 - };
4263 - tuplePromise = new Promise(function (resolve, reject) {
4264 - var stopListening = startListening({
4265 - predicate: predicate,
4266 - effect: function (action, listenerApi) {
4267 - listenerApi.unsubscribe();
4268 - resolve([
4269 - action,
4270 - listenerApi.getState(),
4271 - listenerApi.getOriginalState()
4272 - ]);
4273 - }
4274 - });
4275 - unsubscribe = function () {
4276 - stopListening();
4277 - reject();
4278 - };
4279 - });
4280 - promises = [
4281 - tuplePromise
4282 - ];
4283 - if (timeout != null) {
4284 - promises.push(new Promise(function (resolve) { return setTimeout(resolve, timeout, null); }));
4285 - }
4286 - _c.label = 1;
4287 - case 1:
4288 - _c.trys.push([1, , 3, 4]);
4289 - return [4 /*yield*/, raceWithSignal(signal, Promise.race(promises))];
4290 - case 2:
4291 - output = _c.sent();
4292 - validateActive(signal);
4293 - return [2 /*return*/, output];
4294 - case 3:
4295 - unsubscribe();
4296 - return [7 /*endfinally*/];
4297 - case 4: return [2 /*return*/];
4298 - }
4299 - });
4300 - }); };
4301 - return function (predicate, timeout) { return catchRejection(take(predicate, timeout)); };
4302 -};
4303 -var getListenerEntryPropsFrom = function (options) {
4304 - var type = options.type, actionCreator = options.actionCreator, matcher = options.matcher, predicate = options.predicate, effect = options.effect;
4305 - if (type) {
4306 - predicate = createAction(type).match;
4307 - }
4308 - else if (actionCreator) {
4309 - type = actionCreator.type;
4310 - predicate = actionCreator.match;
4311 - }
4312 - else if (matcher) {
4313 - predicate = matcher;
4314 - }
4315 - else if (predicate) {
4316 - }
4317 - else {
4318 - throw new Error("Creating or removing a listener requires one of the known fields for matching an action");
4319 - }
4320 - assertFunction(effect, "options.listener");
4321 - return { predicate: predicate, type: type, effect: effect };
4322 -};
4323 -var createListenerEntry = function (options) {
4324 - var _c = getListenerEntryPropsFrom(options), type = _c.type, predicate = _c.predicate, effect = _c.effect;
4325 - var id = nanoid();
4326 - var entry = {
4327 - id: id,
4328 - effect: effect,
4329 - type: type,
4330 - predicate: predicate,
4331 - pending: new Set(),
4332 - unsubscribe: function () {
4333 - throw new Error("Unsubscribe not initialized");
4334 - }
4335 - };
4336 - return entry;
4337 -};
4338 -var cancelActiveListeners = function (entry) {
4339 - entry.pending.forEach(function (controller) {
4340 - abortControllerWithReason(controller, listenerCancelled);
4341 - });
4342 -};
4343 -var createClearListenerMiddleware = function (listenerMap) {
4344 - return function () {
4345 - listenerMap.forEach(cancelActiveListeners);
4346 - listenerMap.clear();
4347 - };
4348 -};
4349 -var safelyNotifyError = function (errorHandler, errorToNotify, errorInfo) {
4350 - try {
4351 - errorHandler(errorToNotify, errorInfo);
4352 - }
4353 - catch (errorHandlerError) {
4354 - setTimeout(function () {
4355 - throw errorHandlerError;
4356 - }, 0);
4357 - }
4358 -};
4359 -var addListener = createAction(alm + "/add");
4360 -var clearAllListeners = createAction(alm + "/removeAll");
4361 -var removeListener = createAction(alm + "/remove");
4362 -var defaultErrorHandler = function () {
4363 - var args = [];
4364 - for (var _i = 0; _i < arguments.length; _i++) {
4365 - args[_i] = arguments[_i];
4366 - }
4367 - console.error.apply(console, __spreadArray([alm + "/error"], args));
4368 -};
4369 -function createListenerMiddleware(middlewareOptions) {
4370 - var _this = this;
4371 - if (middlewareOptions === void 0) { middlewareOptions = {}; }
4372 - var listenerMap = new Map();
4373 - var extra = middlewareOptions.extra, _c = middlewareOptions.onError, onError = _c === void 0 ? defaultErrorHandler : _c;
4374 - assertFunction(onError, "onError");
4375 - var insertEntry = function (entry) {
4376 - entry.unsubscribe = function () { return listenerMap.delete(entry.id); };
4377 - listenerMap.set(entry.id, entry);
4378 - return function (cancelOptions) {
4379 - entry.unsubscribe();
4380 - if (cancelOptions == null ? void 0 : cancelOptions.cancelActive) {
4381 - cancelActiveListeners(entry);
4382 - }
4383 - };
4384 - };
4385 - var findListenerEntry = function (comparator) {
4386 - for (var _i = 0, _c = Array.from(listenerMap.values()); _i < _c.length; _i++) {
4387 - var entry = _c[_i];
4388 - if (comparator(entry)) {
4389 - return entry;
4390 - }
4391 - }
4392 - return void 0;
4393 - };
4394 - var startListening = function (options) {
4395 - var entry = findListenerEntry(function (existingEntry) { return existingEntry.effect === options.effect; });
4396 - if (!entry) {
4397 - entry = createListenerEntry(options);
4398 - }
4399 - return insertEntry(entry);
4400 - };
4401 - var stopListening = function (options) {
4402 - var _c = getListenerEntryPropsFrom(options), type = _c.type, effect = _c.effect, predicate = _c.predicate;
4403 - var entry = findListenerEntry(function (entry2) {
4404 - var matchPredicateOrType = typeof type === "string" ? entry2.type === type : entry2.predicate === predicate;
4405 - return matchPredicateOrType && entry2.effect === effect;
4406 - });
4407 - if (entry) {
4408 - entry.unsubscribe();
4409 - if (options.cancelActive) {
4410 - cancelActiveListeners(entry);
4411 - }
4412 - }
4413 - return !!entry;
4414 - };
4415 - var notifyListener = function (entry, action, api, getOriginalState) { return __async(_this, null, function () {
4416 - var internalTaskController, take, autoJoinPromises, listenerError_1;
4417 - return __generator(this, function (_c) {
4418 - switch (_c.label) {
4419 - case 0:
4420 - internalTaskController = new AbortController();
4421 - take = createTakePattern(startListening, internalTaskController.signal);
4422 - autoJoinPromises = [];
4423 - _c.label = 1;
4424 - case 1:
4425 - _c.trys.push([1, 3, 4, 6]);
4426 - entry.pending.add(internalTaskController);
4427 - return [4 /*yield*/, Promise.resolve(entry.effect(action, assign({}, api, {
4428 - getOriginalState: getOriginalState,
4429 - condition: function (predicate, timeout) { return take(predicate, timeout).then(Boolean); },
4430 - take: take,
4431 - delay: createDelay(internalTaskController.signal),
4432 - pause: createPause(internalTaskController.signal),
4433 - extra: extra,
4434 - signal: internalTaskController.signal,
4435 - fork: createFork(internalTaskController.signal, autoJoinPromises),
4436 - unsubscribe: entry.unsubscribe,
4437 - subscribe: function () {
4438 - listenerMap.set(entry.id, entry);
4439 - },
4440 - cancelActiveListeners: function () {
4441 - entry.pending.forEach(function (controller, _, set) {
4442 - if (controller !== internalTaskController) {
4443 - abortControllerWithReason(controller, listenerCancelled);
4444 - set.delete(controller);
4445 - }
4446 - });
4447 - }
4448 - })))];
4449 - case 2:
4450 - _c.sent();
4451 - return [3 /*break*/, 6];
4452 - case 3:
4453 - listenerError_1 = _c.sent();
4454 - if (!(listenerError_1 instanceof TaskAbortError)) {
4455 - safelyNotifyError(onError, listenerError_1, {
4456 - raisedBy: "effect"
4457 - });
4458 - }
4459 - return [3 /*break*/, 6];
4460 - case 4: return [4 /*yield*/, Promise.allSettled(autoJoinPromises)];
4461 - case 5:
4462 - _c.sent();
4463 - abortControllerWithReason(internalTaskController, listenerCompleted);
4464 - entry.pending.delete(internalTaskController);
4465 - return [7 /*endfinally*/];
4466 - case 6: return [2 /*return*/];
4467 - }
4468 - });
4469 - }); };
4470 - var clearListenerMiddleware = createClearListenerMiddleware(listenerMap);
4471 - var middleware = function (api) { return function (next) { return function (action) {
4472 - if (!isAction(action)) {
4473 - return next(action);
4474 - }
4475 - if (addListener.match(action)) {
4476 - return startListening(action.payload);
4477 - }
4478 - if (clearAllListeners.match(action)) {
4479 - clearListenerMiddleware();
4480 - return;
4481 - }
4482 - if (removeListener.match(action)) {
4483 - return stopListening(action.payload);
4484 - }
4485 - var originalState = api.getState();
4486 - var getOriginalState = function () {
4487 - if (originalState === INTERNAL_NIL_TOKEN) {
4488 - throw new Error(alm + ": getOriginalState can only be called synchronously");
4489 - }
4490 - return originalState;
4491 - };
4492 - var result;
4493 - try {
4494 - result = next(action);
4495 - if (listenerMap.size > 0) {
4496 - var currentState = api.getState();
4497 - var listenerEntries = Array.from(listenerMap.values());
4498 - for (var _i = 0, listenerEntries_1 = listenerEntries; _i < listenerEntries_1.length; _i++) {
4499 - var entry = listenerEntries_1[_i];
4500 - var runListener = false;
4501 - try {
4502 - runListener = entry.predicate(action, currentState, originalState);
4503 - }
4504 - catch (predicateError) {
4505 - runListener = false;
4506 - safelyNotifyError(onError, predicateError, {
4507 - raisedBy: "predicate"
4508 - });
4509 - }
4510 - if (!runListener) {
4511 - continue;
4512 - }
4513 - notifyListener(entry, action, api, getOriginalState);
4514 - }
4515 - }
4516 - }
4517 - finally {
4518 - originalState = INTERNAL_NIL_TOKEN;
4519 - }
4520 - return result;
4521 - }; }; };
4522 - return {
4523 - middleware: middleware,
4524 - startListening: startListening,
4525 - stopListening: stopListening,
4526 - clearListeners: clearListenerMiddleware
4527 - };
4528 -}
4529 -// src/autoBatchEnhancer.ts
4530 -var SHOULD_AUTOBATCH = "RTK_autoBatch";
4531 -var prepareAutoBatched = function () { return function (payload) {
4532 - var _c;
4533 - return ({
4534 - payload: payload,
4535 - meta: (_c = {}, _c[SHOULD_AUTOBATCH] = true, _c)
4536 - });
4537 -}; };
4538 -var promise;
4539 -var queueMicrotaskShim = typeof queueMicrotask === "function" ? queueMicrotask.bind(typeof window !== "undefined" ? window : typeof __webpack_require__.g !== "undefined" ? __webpack_require__.g : globalThis) : function (cb) { return (promise || (promise = Promise.resolve())).then(cb).catch(function (err) { return setTimeout(function () {
4540 - throw err;
4541 -}, 0); }); };
4542 -var createQueueWithTimer = function (timeout) {
4543 - return function (notify) {
4544 - setTimeout(notify, timeout);
4545 - };
4546 -};
4547 -var rAF = typeof window !== "undefined" && window.requestAnimationFrame ? window.requestAnimationFrame : createQueueWithTimer(10);
4548 -var autoBatchEnhancer = function (options) {
4549 - if (options === void 0) { options = { type: "raf" }; }
4550 - return function (next) { return function () {
4551 - var args = [];
4552 - for (var _i = 0; _i < arguments.length; _i++) {
4553 - args[_i] = arguments[_i];
4554 - }
4555 - var store = next.apply(void 0, args);
4556 - var notifying = true;
4557 - var shouldNotifyAtEndOfTick = false;
4558 - var notificationQueued = false;
4559 - var listeners = new Set();
4560 - var queueCallback = options.type === "tick" ? queueMicrotaskShim : options.type === "raf" ? rAF : options.type === "callback" ? options.queueNotification : createQueueWithTimer(options.timeout);
4561 - var notifyListeners = function () {
4562 - notificationQueued = false;
4563 - if (shouldNotifyAtEndOfTick) {
4564 - shouldNotifyAtEndOfTick = false;
4565 - listeners.forEach(function (l) { return l(); });
4566 - }
4567 - };
4568 - return Object.assign({}, store, {
4569 - subscribe: function (listener2) {
4570 - var wrappedListener = function () { return notifying && listener2(); };
4571 - var unsubscribe = store.subscribe(wrappedListener);
4572 - listeners.add(listener2);
4573 - return function () {
4574 - unsubscribe();
4575 - listeners.delete(listener2);
4576 - };
4577 - },
4578 - dispatch: function (action) {
4579 - var _a;
4580 - try {
4581 - notifying = !((_a = action == null ? void 0 : action.meta) == null ? void 0 : _a[SHOULD_AUTOBATCH]);
4582 - shouldNotifyAtEndOfTick = !notifying;
4583 - if (shouldNotifyAtEndOfTick) {
4584 - if (!notificationQueued) {
4585 - notificationQueued = true;
4586 - queueCallback(notifyListeners);
4587 - }
4588 - }
4589 - return store.dispatch(action);
4590 - }
4591 - finally {
4592 - notifying = true;
4593 - }
4594 - }
4595 - });
4596 - }; };
4597 -};
4598 -// src/index.ts
4599 -(0,immer__WEBPACK_IMPORTED_MODULE_0__.enableES5)();
4600 -
4601 -//# sourceMappingURL=redux-toolkit.esm.js.map
4602 -
4603 -/***/ }),
4604 -
4605 -/***/ "../node_modules/immer/dist/immer.esm.mjs":
4606 -/*!************************************************!*\
4607 - !*** ../node_modules/immer/dist/immer.esm.mjs ***!
4608 - \************************************************/
4609 -/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
4610 -
4611 -"use strict";
4612 -__webpack_require__.r(__webpack_exports__);
4613 -/* harmony export */ __webpack_require__.d(__webpack_exports__, {
4614 -/* harmony export */ Immer: () => (/* binding */ un),
4615 -/* harmony export */ applyPatches: () => (/* binding */ pn),
4616 -/* harmony export */ castDraft: () => (/* binding */ K),
4617 -/* harmony export */ castImmutable: () => (/* binding */ $),
4618 -/* harmony export */ createDraft: () => (/* binding */ ln),
4619 -/* harmony export */ current: () => (/* binding */ R),
4620 -/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
4621 -/* harmony export */ enableAllPlugins: () => (/* binding */ J),
4622 -/* harmony export */ enableES5: () => (/* binding */ F),
4623 -/* harmony export */ enableMapSet: () => (/* binding */ C),
4624 -/* harmony export */ enablePatches: () => (/* binding */ T),
4625 -/* harmony export */ finishDraft: () => (/* binding */ dn),
4626 -/* harmony export */ freeze: () => (/* binding */ d),
4627 -/* harmony export */ immerable: () => (/* binding */ L),
4628 -/* harmony export */ isDraft: () => (/* binding */ r),
4629 -/* harmony export */ isDraftable: () => (/* binding */ t),
4630 -/* harmony export */ nothing: () => (/* binding */ H),
4631 -/* harmony export */ original: () => (/* binding */ e),
4632 -/* harmony export */ produce: () => (/* binding */ fn),
4633 -/* harmony export */ produceWithPatches: () => (/* binding */ cn),
4634 -/* harmony export */ setAutoFreeze: () => (/* binding */ sn),
4635 -/* harmony export */ setUseProxies: () => (/* binding */ vn)
4636 -/* harmony export */ });
4637 -function n(n){for(var r=arguments.length,t=Array(r>1?r-1:0),e=1;e<r;e++)t[e-1]=arguments[e];if(true){var i=Y[n],o=i?"function"==typeof i?i.apply(null,t):i:"unknown error nr: "+n;throw Error("[Immer] "+o)}// removed by dead control flow
4638 -}function r(n){return!!n&&!!n[Q]}function t(n){var r;return!!n&&(function(n){if(!n||"object"!=typeof n)return!1;var r=Object.getPrototypeOf(n);if(null===r)return!0;var t=Object.hasOwnProperty.call(r,"constructor")&&r.constructor;return t===Object||"function"==typeof t&&Function.toString.call(t)===Z}(n)||Array.isArray(n)||!!n[L]||!!(null===(r=n.constructor)||void 0===r?void 0:r[L])||s(n)||v(n))}function e(t){return r(t)||n(23,t),t[Q].t}function i(n,r,t){void 0===t&&(t=!1),0===o(n)?(t?Object.keys:nn)(n).forEach((function(e){t&&"symbol"==typeof e||r(e,n[e],n)})):n.forEach((function(t,e){return r(e,t,n)}))}function o(n){var r=n[Q];return r?r.i>3?r.i-4:r.i:Array.isArray(n)?1:s(n)?2:v(n)?3:0}function u(n,r){return 2===o(n)?n.has(r):Object.prototype.hasOwnProperty.call(n,r)}function a(n,r){return 2===o(n)?n.get(r):n[r]}function f(n,r,t){var e=o(n);2===e?n.set(r,t):3===e?n.add(t):n[r]=t}function c(n,r){return n===r?0!==n||1/n==1/r:n!=n&&r!=r}function s(n){return X&&n instanceof Map}function v(n){return q&&n instanceof Set}function p(n){return n.o||n.t}function l(n){if(Array.isArray(n))return Array.prototype.slice.call(n);var r=rn(n);delete r[Q];for(var t=nn(r),e=0;e<t.length;e++){var i=t[e],o=r[i];!1===o.writable&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(r[i]={configurable:!0,writable:!0,enumerable:o.enumerable,value:n[i]})}return Object.create(Object.getPrototypeOf(n),r)}function d(n,e){return void 0===e&&(e=!1),y(n)||r(n)||!t(n)||(o(n)>1&&(n.set=n.add=n.clear=n.delete=h),Object.freeze(n),e&&i(n,(function(n,r){return d(r,!0)}),!0)),n}function h(){n(2)}function y(n){return null==n||"object"!=typeof n||Object.isFrozen(n)}function b(r){var t=tn[r];return t||n(18,r),t}function m(n,r){tn[n]||(tn[n]=r)}function _(){return false||U||n(0),U}function j(n,r){r&&(b("Patches"),n.u=[],n.s=[],n.v=r)}function g(n){O(n),n.p.forEach(S),n.p=null}function O(n){n===U&&(U=n.l)}function w(n){return U={p:[],l:U,h:n,m:!0,_:0}}function S(n){var r=n[Q];0===r.i||1===r.i?r.j():r.g=!0}function P(r,e){e._=e.p.length;var i=e.p[0],o=void 0!==r&&r!==i;return e.h.O||b("ES5").S(e,r,o),o?(i[Q].P&&(g(e),n(4)),t(r)&&(r=M(e,r),e.l||x(e,r)),e.u&&b("Patches").M(i[Q].t,r,e.u,e.s)):r=M(e,i,[]),g(e),e.u&&e.v(e.u,e.s),r!==H?r:void 0}function M(n,r,t){if(y(r))return r;var e=r[Q];if(!e)return i(r,(function(i,o){return A(n,e,r,i,o,t)}),!0),r;if(e.A!==n)return r;if(!e.P)return x(n,e.t,!0),e.t;if(!e.I){e.I=!0,e.A._--;var o=4===e.i||5===e.i?e.o=l(e.k):e.o,u=o,a=!1;3===e.i&&(u=new Set(o),o.clear(),a=!0),i(u,(function(r,i){return A(n,e,o,r,i,t,a)})),x(n,o,!1),t&&n.u&&b("Patches").N(e,t,n.u,n.s)}return e.o}function A(e,i,o,a,c,s,v){if( true&&c===o&&n(5),r(c)){var p=M(e,c,s&&i&&3!==i.i&&!u(i.R,a)?s.concat(a):void 0);if(f(o,a,p),!r(p))return;e.m=!1}else v&&o.add(c);if(t(c)&&!y(c)){if(!e.h.D&&e._<1)return;M(e,c),i&&i.A.l||x(e,c)}}function x(n,r,t){void 0===t&&(t=!1),!n.l&&n.h.D&&n.m&&d(r,t)}function z(n,r){var t=n[Q];return(t?p(t):n)[r]}function I(n,r){if(r in n)for(var t=Object.getPrototypeOf(n);t;){var e=Object.getOwnPropertyDescriptor(t,r);if(e)return e;t=Object.getPrototypeOf(t)}}function k(n){n.P||(n.P=!0,n.l&&k(n.l))}function E(n){n.o||(n.o=l(n.t))}function N(n,r,t){var e=s(r)?b("MapSet").F(r,t):v(r)?b("MapSet").T(r,t):n.O?function(n,r){var t=Array.isArray(n),e={i:t?1:0,A:r?r.A:_(),P:!1,I:!1,R:{},l:r,t:n,k:null,o:null,j:null,C:!1},i=e,o=en;t&&(i=[e],o=on);var u=Proxy.revocable(i,o),a=u.revoke,f=u.proxy;return e.k=f,e.j=a,f}(r,t):b("ES5").J(r,t);return(t?t.A:_()).p.push(e),e}function R(e){return r(e)||n(22,e),function n(r){if(!t(r))return r;var e,u=r[Q],c=o(r);if(u){if(!u.P&&(u.i<4||!b("ES5").K(u)))return u.t;u.I=!0,e=D(r,c),u.I=!1}else e=D(r,c);return i(e,(function(r,t){u&&a(u.t,r)===t||f(e,r,n(t))})),3===c?new Set(e):e}(e)}function D(n,r){switch(r){case 2:return new Map(n);case 3:return Array.from(n)}return l(n)}function F(){function t(n,r){var t=s[n];return t?t.enumerable=r:s[n]=t={configurable:!0,enumerable:r,get:function(){var r=this[Q];return true&&f(r),en.get(r,n)},set:function(r){var t=this[Q]; true&&f(t),en.set(t,n,r)}},t}function e(n){for(var r=n.length-1;r>=0;r--){var t=n[r][Q];if(!t.P)switch(t.i){case 5:a(t)&&k(t);break;case 4:o(t)&&k(t)}}}function o(n){for(var r=n.t,t=n.k,e=nn(t),i=e.length-1;i>=0;i--){var o=e[i];if(o!==Q){var a=r[o];if(void 0===a&&!u(r,o))return!0;var f=t[o],s=f&&f[Q];if(s?s.t!==a:!c(f,a))return!0}}var v=!!r[Q];return e.length!==nn(r).length+(v?0:1)}function a(n){var r=n.k;if(r.length!==n.t.length)return!0;var t=Object.getOwnPropertyDescriptor(r,r.length-1);if(t&&!t.get)return!0;for(var e=0;e<r.length;e++)if(!r.hasOwnProperty(e))return!0;return!1}function f(r){r.g&&n(3,JSON.stringify(p(r)))}var s={};m("ES5",{J:function(n,r){var e=Array.isArray(n),i=function(n,r){if(n){for(var e=Array(r.length),i=0;i<r.length;i++)Object.defineProperty(e,""+i,t(i,!0));return e}var o=rn(r);delete o[Q];for(var u=nn(o),a=0;a<u.length;a++){var f=u[a];o[f]=t(f,n||!!o[f].enumerable)}return Object.create(Object.getPrototypeOf(r),o)}(e,n),o={i:e?5:4,A:r?r.A:_(),P:!1,I:!1,R:{},l:r,t:n,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,Q,{value:o,writable:!0}),i},S:function(n,t,o){o?r(t)&&t[Q].A===n&&e(n.p):(n.u&&function n(r){if(r&&"object"==typeof r){var t=r[Q];if(t){var e=t.t,o=t.k,f=t.R,c=t.i;if(4===c)i(o,(function(r){r!==Q&&(void 0!==e[r]||u(e,r)?f[r]||n(o[r]):(f[r]=!0,k(t)))})),i(e,(function(n){void 0!==o[n]||u(o,n)||(f[n]=!1,k(t))}));else if(5===c){if(a(t)&&(k(t),f.length=!0),o.length<e.length)for(var s=o.length;s<e.length;s++)f[s]=!1;else for(var v=e.length;v<o.length;v++)f[v]=!0;for(var p=Math.min(o.length,e.length),l=0;l<p;l++)o.hasOwnProperty(l)||(f[l]=!0),void 0===f[l]&&n(o[l])}}}}(n.p[0]),e(n.p))},K:function(n){return 4===n.i?o(n):a(n)}})}function T(){function e(n){if(!t(n))return n;if(Array.isArray(n))return n.map(e);if(s(n))return new Map(Array.from(n.entries()).map((function(n){return[n[0],e(n[1])]})));if(v(n))return new Set(Array.from(n).map(e));var r=Object.create(Object.getPrototypeOf(n));for(var i in n)r[i]=e(n[i]);return u(n,L)&&(r[L]=n[L]),r}function f(n){return r(n)?e(n):n}var c="add";m("Patches",{$:function(r,t){return t.forEach((function(t){for(var i=t.path,u=t.op,f=r,s=0;s<i.length-1;s++){var v=o(f),p=i[s];"string"!=typeof p&&"number"!=typeof p&&(p=""+p),0!==v&&1!==v||"__proto__"!==p&&"constructor"!==p||n(24),"function"==typeof f&&"prototype"===p&&n(24),"object"!=typeof(f=a(f,p))&&n(15,i.join("/"))}var l=o(f),d=e(t.value),h=i[i.length-1];switch(u){case"replace":switch(l){case 2:return f.set(h,d);case 3:n(16);default:return f[h]=d}case c:switch(l){case 1:return"-"===h?f.push(d):f.splice(h,0,d);case 2:return f.set(h,d);case 3:return f.add(d);default:return f[h]=d}case"remove":switch(l){case 1:return f.splice(h,1);case 2:return f.delete(h);case 3:return f.delete(t.value);default:return delete f[h]}default:n(17,u)}})),r},N:function(n,r,t,e){switch(n.i){case 0:case 4:case 2:return function(n,r,t,e){var o=n.t,s=n.o;i(n.R,(function(n,i){var v=a(o,n),p=a(s,n),l=i?u(o,n)?"replace":c:"remove";if(v!==p||"replace"!==l){var d=r.concat(n);t.push("remove"===l?{op:l,path:d}:{op:l,path:d,value:p}),e.push(l===c?{op:"remove",path:d}:"remove"===l?{op:c,path:d,value:f(v)}:{op:"replace",path:d,value:f(v)})}}))}(n,r,t,e);case 5:case 1:return function(n,r,t,e){var i=n.t,o=n.R,u=n.o;if(u.length<i.length){var a=[u,i];i=a[0],u=a[1];var s=[e,t];t=s[0],e=s[1]}for(var v=0;v<i.length;v++)if(o[v]&&u[v]!==i[v]){var p=r.concat([v]);t.push({op:"replace",path:p,value:f(u[v])}),e.push({op:"replace",path:p,value:f(i[v])})}for(var l=i.length;l<u.length;l++){var d=r.concat([l]);t.push({op:c,path:d,value:f(u[l])})}i.length<u.length&&e.push({op:"replace",path:r.concat(["length"]),value:i.length})}(n,r,t,e);case 3:return function(n,r,t,e){var i=n.t,o=n.o,u=0;i.forEach((function(n){if(!o.has(n)){var i=r.concat([u]);t.push({op:"remove",path:i,value:n}),e.unshift({op:c,path:i,value:n})}u++})),u=0,o.forEach((function(n){if(!i.has(n)){var o=r.concat([u]);t.push({op:c,path:o,value:n}),e.unshift({op:"remove",path:o,value:n})}u++}))}(n,r,t,e)}},M:function(n,r,t,e){t.push({op:"replace",path:[],value:r===H?void 0:r}),e.push({op:"replace",path:[],value:n})}})}function C(){function r(n,r){function t(){this.constructor=n}a(n,r),n.prototype=(t.prototype=r.prototype,new t)}function e(n){n.o||(n.R=new Map,n.o=new Map(n.t))}function o(n){n.o||(n.o=new Set,n.t.forEach((function(r){if(t(r)){var e=N(n.A.h,r,n);n.p.set(r,e),n.o.add(e)}else n.o.add(r)})))}function u(r){r.g&&n(3,JSON.stringify(p(r)))}var a=function(n,r){return(a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var t in r)r.hasOwnProperty(t)&&(n[t]=r[t])})(n,r)},f=function(){function n(n,r){return this[Q]={i:2,l:r,A:r?r.A:_(),P:!1,I:!1,o:void 0,R:void 0,t:n,k:this,C:!1,g:!1},this}r(n,Map);var o=n.prototype;return Object.defineProperty(o,"size",{get:function(){return p(this[Q]).size}}),o.has=function(n){return p(this[Q]).has(n)},o.set=function(n,r){var t=this[Q];return u(t),p(t).has(n)&&p(t).get(n)===r||(e(t),k(t),t.R.set(n,!0),t.o.set(n,r),t.R.set(n,!0)),this},o.delete=function(n){if(!this.has(n))return!1;var r=this[Q];return u(r),e(r),k(r),r.t.has(n)?r.R.set(n,!1):r.R.delete(n),r.o.delete(n),!0},o.clear=function(){var n=this[Q];u(n),p(n).size&&(e(n),k(n),n.R=new Map,i(n.t,(function(r){n.R.set(r,!1)})),n.o.clear())},o.forEach=function(n,r){var t=this;p(this[Q]).forEach((function(e,i){n.call(r,t.get(i),i,t)}))},o.get=function(n){var r=this[Q];u(r);var i=p(r).get(n);if(r.I||!t(i))return i;if(i!==r.t.get(n))return i;var o=N(r.A.h,i,r);return e(r),r.o.set(n,o),o},o.keys=function(){return p(this[Q]).keys()},o.values=function(){var n,r=this,t=this.keys();return(n={})[V]=function(){return r.values()},n.next=function(){var n=t.next();return n.done?n:{done:!1,value:r.get(n.value)}},n},o.entries=function(){var n,r=this,t=this.keys();return(n={})[V]=function(){return r.entries()},n.next=function(){var n=t.next();if(n.done)return n;var e=r.get(n.value);return{done:!1,value:[n.value,e]}},n},o[V]=function(){return this.entries()},n}(),c=function(){function n(n,r){return this[Q]={i:3,l:r,A:r?r.A:_(),P:!1,I:!1,o:void 0,t:n,k:this,p:new Map,g:!1,C:!1},this}r(n,Set);var t=n.prototype;return Object.defineProperty(t,"size",{get:function(){return p(this[Q]).size}}),t.has=function(n){var r=this[Q];return u(r),r.o?!!r.o.has(n)||!(!r.p.has(n)||!r.o.has(r.p.get(n))):r.t.has(n)},t.add=function(n){var r=this[Q];return u(r),this.has(n)||(o(r),k(r),r.o.add(n)),this},t.delete=function(n){if(!this.has(n))return!1;var r=this[Q];return u(r),o(r),k(r),r.o.delete(n)||!!r.p.has(n)&&r.o.delete(r.p.get(n))},t.clear=function(){var n=this[Q];u(n),p(n).size&&(o(n),k(n),n.o.clear())},t.values=function(){var n=this[Q];return u(n),o(n),n.o.values()},t.entries=function(){var n=this[Q];return u(n),o(n),n.o.entries()},t.keys=function(){return this.values()},t[V]=function(){return this.values()},t.forEach=function(n,r){for(var t=this.values(),e=t.next();!e.done;)n.call(r,e.value,e.value,this),e=t.next()},n}();m("MapSet",{F:function(n,r){return new f(n,r)},T:function(n,r){return new c(n,r)}})}function J(){F(),C(),T()}function K(n){return n}function $(n){return n}var G,U,W="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),X="undefined"!=typeof Map,q="undefined"!=typeof Set,B="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,H=W?Symbol.for("immer-nothing"):((G={})["immer-nothing"]=!0,G),L=W?Symbol.for("immer-draftable"):"__$immer_draftable",Q=W?Symbol.for("immer-state"):"__$immer_state",V="undefined"!=typeof Symbol&&Symbol.iterator||"@@iterator",Y={0:"Illegal state",1:"Immer drafts cannot have computed properties",2:"This object has been frozen and should not be mutated",3:function(n){return"Cannot use a proxy that has been revoked. Did you pass an object from inside an immer function to an async process? "+n},4:"An immer producer returned a new value *and* modified its draft. Either return a new value *or* modify the draft.",5:"Immer forbids circular references",6:"The first or second argument to `produce` must be a function",7:"The third argument to `produce` must be a function or undefined",8:"First argument to `createDraft` must be a plain object, an array, or an immerable object",9:"First argument to `finishDraft` must be a draft returned by `createDraft`",10:"The given draft is already finalized",11:"Object.defineProperty() cannot be used on an Immer draft",12:"Object.setPrototypeOf() cannot be used on an Immer draft",13:"Immer only supports deleting array indices",14:"Immer only supports setting array indices and the 'length' property",15:function(n){return"Cannot apply patch, path doesn't resolve: "+n},16:'Sets cannot have "replace" patches.',17:function(n){return"Unsupported patch operation: "+n},18:function(n){return"The plugin for '"+n+"' has not been loaded into Immer. To enable the plugin, import and call `enable"+n+"()` when initializing your application."},20:"Cannot use proxies if Proxy, Proxy.revocable or Reflect are not available",21:function(n){return"produce can only be called on things that are draftable: plain objects, arrays, Map, Set or classes that are marked with '[immerable]: true'. Got '"+n+"'"},22:function(n){return"'current' expects a draft, got: "+n},23:function(n){return"'original' expects a draft, got: "+n},24:"Patching reserved attributes like __proto__, prototype and constructor is not allowed"},Z=""+Object.prototype.constructor,nn="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(n){return Object.getOwnPropertyNames(n).concat(Object.getOwnPropertySymbols(n))}:Object.getOwnPropertyNames,rn=Object.getOwnPropertyDescriptors||function(n){var r={};return nn(n).forEach((function(t){r[t]=Object.getOwnPropertyDescriptor(n,t)})),r},tn={},en={get:function(n,r){if(r===Q)return n;var e=p(n);if(!u(e,r))return function(n,r,t){var e,i=I(r,t);return i?"value"in i?i.value:null===(e=i.get)||void 0===e?void 0:e.call(n.k):void 0}(n,e,r);var i=e[r];return n.I||!t(i)?i:i===z(n.t,r)?(E(n),n.o[r]=N(n.A.h,i,n)):i},has:function(n,r){return r in p(n)},ownKeys:function(n){return Reflect.ownKeys(p(n))},set:function(n,r,t){var e=I(p(n),r);if(null==e?void 0:e.set)return e.set.call(n.k,t),!0;if(!n.P){var i=z(p(n),r),o=null==i?void 0:i[Q];if(o&&o.t===t)return n.o[r]=t,n.R[r]=!1,!0;if(c(t,i)&&(void 0!==t||u(n.t,r)))return!0;E(n),k(n)}return n.o[r]===t&&(void 0!==t||r in n.o)||Number.isNaN(t)&&Number.isNaN(n.o[r])||(n.o[r]=t,n.R[r]=!0),!0},deleteProperty:function(n,r){return void 0!==z(n.t,r)||r in n.t?(n.R[r]=!1,E(n),k(n)):delete n.R[r],n.o&&delete n.o[r],!0},getOwnPropertyDescriptor:function(n,r){var t=p(n),e=Reflect.getOwnPropertyDescriptor(t,r);return e?{writable:!0,configurable:1!==n.i||"length"!==r,enumerable:e.enumerable,value:t[r]}:e},defineProperty:function(){n(11)},getPrototypeOf:function(n){return Object.getPrototypeOf(n.t)},setPrototypeOf:function(){n(12)}},on={};i(en,(function(n,r){on[n]=function(){return arguments[0]=arguments[0][0],r.apply(this,arguments)}})),on.deleteProperty=function(r,t){return true&&isNaN(parseInt(t))&&n(13),on.set.call(this,r,t,void 0)},on.set=function(r,t,e){return true&&"length"!==t&&isNaN(parseInt(t))&&n(14),en.set.call(this,r[0],t,e,r[0])};var un=function(){function e(r){var e=this;this.O=B,this.D=!0,this.produce=function(r,i,o){if("function"==typeof r&&"function"!=typeof i){var u=i;i=r;var a=e;return function(n){var r=this;void 0===n&&(n=u);for(var t=arguments.length,e=Array(t>1?t-1:0),o=1;o<t;o++)e[o-1]=arguments[o];return a.produce(n,(function(n){var t;return(t=i).call.apply(t,[r,n].concat(e))}))}}var f;if("function"!=typeof i&&n(6),void 0!==o&&"function"!=typeof o&&n(7),t(r)){var c=w(e),s=N(e,r,void 0),v=!0;try{f=i(s),v=!1}finally{v?g(c):O(c)}return"undefined"!=typeof Promise&&f instanceof Promise?f.then((function(n){return j(c,o),P(n,c)}),(function(n){throw g(c),n})):(j(c,o),P(f,c))}if(!r||"object"!=typeof r){if(void 0===(f=i(r))&&(f=r),f===H&&(f=void 0),e.D&&d(f,!0),o){var p=[],l=[];b("Patches").M(r,f,p,l),o(p,l)}return f}n(21,r)},this.produceWithPatches=function(n,r){if("function"==typeof n)return function(r){for(var t=arguments.length,i=Array(t>1?t-1:0),o=1;o<t;o++)i[o-1]=arguments[o];return e.produceWithPatches(r,(function(r){return n.apply(void 0,[r].concat(i))}))};var t,i,o=e.produce(n,r,(function(n,r){t=n,i=r}));return"undefined"!=typeof Promise&&o instanceof Promise?o.then((function(n){return[n,t,i]})):[o,t,i]},"boolean"==typeof(null==r?void 0:r.useProxies)&&this.setUseProxies(r.useProxies),"boolean"==typeof(null==r?void 0:r.autoFreeze)&&this.setAutoFreeze(r.autoFreeze)}var i=e.prototype;return i.createDraft=function(e){t(e)||n(8),r(e)&&(e=R(e));var i=w(this),o=N(this,e,void 0);return o[Q].C=!0,O(i),o},i.finishDraft=function(r,t){var e=r&&r[Q]; true&&(e&&e.C||n(9),e.I&&n(10));var i=e.A;return j(i,t),P(void 0,i)},i.setAutoFreeze=function(n){this.D=n},i.setUseProxies=function(r){r&&!B&&n(20),this.O=r},i.applyPatches=function(n,t){var e;for(e=t.length-1;e>=0;e--){var i=t[e];if(0===i.path.length&&"replace"===i.op){n=i.value;break}}e>-1&&(t=t.slice(e+1));var o=b("Patches").$;return r(n)?o(n,t):this.produce(n,(function(n){return o(n,t)}))},e}(),an=new un,fn=an.produce,cn=an.produceWithPatches.bind(an),sn=an.setAutoFreeze.bind(an),vn=an.setUseProxies.bind(an),pn=an.applyPatches.bind(an),ln=an.createDraft.bind(an),dn=an.finishDraft.bind(an);/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (fn);
4639 -//# sourceMappingURL=immer.esm.js.map
4640 -
4641 -
4642 -/***/ }),
4643 -
4644 -/***/ "../node_modules/redux-thunk/es/index.js":
4645 -/*!***********************************************!*\
4646 - !*** ../node_modules/redux-thunk/es/index.js ***!
4647 - \***********************************************/
4648 -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
4649 -
4650 -"use strict";
4651 -__webpack_require__.r(__webpack_exports__);
4652 -/* harmony export */ __webpack_require__.d(__webpack_exports__, {
4653 -/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
4654 -/* harmony export */ });
4655 -/** A function that accepts a potential "extra argument" value to be injected later,
4656 - * and returns an instance of the thunk middleware that uses that value
4657 - */
4658 -function createThunkMiddleware(extraArgument) {
4659 - // Standard Redux middleware definition pattern:
4660 - // See: https://redux.js.org/tutorials/fundamentals/part-4-store#writing-custom-middleware
4661 - var middleware = function middleware(_ref) {
4662 - var dispatch = _ref.dispatch,
4663 - getState = _ref.getState;
4664 - return function (next) {
4665 - return function (action) {
4666 - // The thunk middleware looks for any functions that were passed to `store.dispatch`.
4667 - // If this "action" is really a function, call it and return the result.
4668 - if (typeof action === 'function') {
4669 - // Inject the store's `dispatch` and `getState` methods, as well as any "extra arg"
4670 - return action(dispatch, getState, extraArgument);
4671 - } // Otherwise, pass the action down the middleware chain as usual
4672 -
4673 -
4674 - return next(action);
4675 - };
4676 - };
4677 - };
4678 -
4679 - return middleware;
4680 -}
4681 -
4682 -var thunk = createThunkMiddleware(); // Attach the factory function so users can create a customized version
4683 -// with whatever "extra arg" they want to inject into their thunks
4684 -
4685 -thunk.withExtraArgument = createThunkMiddleware;
4686 -/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (thunk);
4687 -
4688 -/***/ }),
4689 -
4690 -/***/ "../node_modules/redux/es/redux.js":
4691 -/*!*****************************************!*\
4692 - !*** ../node_modules/redux/es/redux.js ***!
4693 - \*****************************************/
4694 -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
4695 -
4696 -"use strict";
4697 -__webpack_require__.r(__webpack_exports__);
4698 -/* harmony export */ __webpack_require__.d(__webpack_exports__, {
4699 -/* harmony export */ __DO_NOT_USE__ActionTypes: () => (/* binding */ ActionTypes),
4700 -/* harmony export */ applyMiddleware: () => (/* binding */ applyMiddleware),
4701 -/* harmony export */ bindActionCreators: () => (/* binding */ bindActionCreators),
4702 -/* harmony export */ combineReducers: () => (/* binding */ combineReducers),
4703 -/* harmony export */ compose: () => (/* binding */ compose),
4704 -/* harmony export */ createStore: () => (/* binding */ createStore),
4705 -/* harmony export */ legacy_createStore: () => (/* binding */ legacy_createStore)
4706 -/* harmony export */ });
4707 -/* harmony import */ var _babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectSpread2 */ "../node_modules/@babel/runtime/helpers/esm/objectSpread2.js");
4708 -
4709 -
4710 -/**
4711 - * Adapted from React: https://github.com/facebook/react/blob/master/packages/shared/formatProdErrorMessage.js
4712 - *
4713 - * Do not require this module directly! Use normal throw error calls. These messages will be replaced with error codes
4714 - * during build.
4715 - * @param {number} code
4716 - */
4717 -function formatProdErrorMessage(code) {
4718 - return "Minified Redux error #" + code + "; visit https://redux.js.org/Errors?code=" + code + " for the full message or " + 'use the non-minified dev environment for full errors. ';
4719 -}
4720 -
4721 -// Inlined version of the `symbol-observable` polyfill
4722 -var $$observable = (function () {
4723 - return typeof Symbol === 'function' && Symbol.observable || '@@observable';
4724 -})();
4725 -
4726 -/**
4727 - * These are private action types reserved by Redux.
4728 - * For any unknown actions, you must return the current state.
4729 - * If the current state is undefined, you must return the initial state.
4730 - * Do not reference these action types directly in your code.
4731 - */
4732 -var randomString = function randomString() {
4733 - return Math.random().toString(36).substring(7).split('').join('.');
4734 -};
4735 -
4736 -var ActionTypes = {
4737 - INIT: "@@redux/INIT" + randomString(),
4738 - REPLACE: "@@redux/REPLACE" + randomString(),
4739 - PROBE_UNKNOWN_ACTION: function PROBE_UNKNOWN_ACTION() {
4740 - return "@@redux/PROBE_UNKNOWN_ACTION" + randomString();
4741 - }
4742 -};
4743 -
4744 -/**
4745 - * @param {any} obj The object to inspect.
4746 - * @returns {boolean} True if the argument appears to be a plain object.
4747 - */
4748 -function isPlainObject(obj) {
4749 - if (typeof obj !== 'object' || obj === null) return false;
4750 - var proto = obj;
4751 -
4752 - while (Object.getPrototypeOf(proto) !== null) {
4753 - proto = Object.getPrototypeOf(proto);
4754 - }
4755 -
4756 - return Object.getPrototypeOf(obj) === proto;
4757 -}
4758 -
4759 -// Inlined / shortened version of `kindOf` from https://github.com/jonschlinkert/kind-of
4760 -function miniKindOf(val) {
4761 - if (val === void 0) return 'undefined';
4762 - if (val === null) return 'null';
4763 - var type = typeof val;
4764 -
4765 - switch (type) {
4766 - case 'boolean':
4767 - case 'string':
4768 - case 'number':
4769 - case 'symbol':
4770 - case 'function':
4771 - {
4772 - return type;
4773 - }
4774 - }
4775 -
4776 - if (Array.isArray(val)) return 'array';
4777 - if (isDate(val)) return 'date';
4778 - if (isError(val)) return 'error';
4779 - var constructorName = ctorName(val);
4780 -
4781 - switch (constructorName) {
4782 - case 'Symbol':
4783 - case 'Promise':
4784 - case 'WeakMap':
4785 - case 'WeakSet':
4786 - case 'Map':
4787 - case 'Set':
4788 - return constructorName;
4789 - } // other
4790 -
4791 -
4792 - return type.slice(8, -1).toLowerCase().replace(/\s/g, '');
4793 -}
4794 -
4795 -function ctorName(val) {
4796 - return typeof val.constructor === 'function' ? val.constructor.name : null;
4797 -}
4798 -
4799 -function isError(val) {
4800 - return val instanceof Error || typeof val.message === 'string' && val.constructor && typeof val.constructor.stackTraceLimit === 'number';
4801 -}
4802 -
4803 -function isDate(val) {
4804 - if (val instanceof Date) return true;
4805 - return typeof val.toDateString === 'function' && typeof val.getDate === 'function' && typeof val.setDate === 'function';
4806 -}
4807 -
4808 -function kindOf(val) {
4809 - var typeOfVal = typeof val;
4810 -
4811 - if (true) {
4812 - typeOfVal = miniKindOf(val);
4813 - }
4814 -
4815 - return typeOfVal;
4816 -}
4817 -
4818 -/**
4819 - * @deprecated
4820 - *
4821 - * **We recommend using the `configureStore` method
4822 - * of the `@reduxjs/toolkit` package**, which replaces `createStore`.
4823 - *
4824 - * Redux Toolkit is our recommended approach for writing Redux logic today,
4825 - * including store setup, reducers, data fetching, and more.
4826 - *
4827 - * **For more details, please read this Redux docs page:**
4828 - * **https://redux.js.org/introduction/why-rtk-is-redux-today**
4829 - *
4830 - * `configureStore` from Redux Toolkit is an improved version of `createStore` that
4831 - * simplifies setup and helps avoid common bugs.
4832 - *
4833 - * You should not be using the `redux` core package by itself today, except for learning purposes.
4834 - * The `createStore` method from the core `redux` package will not be removed, but we encourage
4835 - * all users to migrate to using Redux Toolkit for all Redux code.
4836 - *
4837 - * If you want to use `createStore` without this visual deprecation warning, use
4838 - * the `legacy_createStore` import instead:
4839 - *
4840 - * `import { legacy_createStore as createStore} from 'redux'`
4841 - *
4842 - */
4843 -
4844 -function createStore(reducer, preloadedState, enhancer) {
4845 - var _ref2;
4846 -
4847 - if (typeof preloadedState === 'function' && typeof enhancer === 'function' || typeof enhancer === 'function' && typeof arguments[3] === 'function') {
4848 - throw new Error( false ? 0 : 'It looks like you are passing several store enhancers to ' + 'createStore(). This is not supported. Instead, compose them ' + 'together to a single function. See https://redux.js.org/tutorials/fundamentals/part-4-store#creating-a-store-with-enhancers for an example.');
4849 - }
4850 -
4851 - if (typeof preloadedState === 'function' && typeof enhancer === 'undefined') {
4852 - enhancer = preloadedState;
4853 - preloadedState = undefined;
4854 - }
4855 -
4856 - if (typeof enhancer !== 'undefined') {
4857 - if (typeof enhancer !== 'function') {
4858 - throw new Error( false ? 0 : "Expected the enhancer to be a function. Instead, received: '" + kindOf(enhancer) + "'");
4859 - }
4860 -
4861 - return enhancer(createStore)(reducer, preloadedState);
4862 - }
4863 -
4864 - if (typeof reducer !== 'function') {
4865 - throw new Error( false ? 0 : "Expected the root reducer to be a function. Instead, received: '" + kindOf(reducer) + "'");
4866 - }
4867 -
4868 - var currentReducer = reducer;
4869 - var currentState = preloadedState;
4870 - var currentListeners = [];
4871 - var nextListeners = currentListeners;
4872 - var isDispatching = false;
4873 - /**
4874 - * This makes a shallow copy of currentListeners so we can use
4875 - * nextListeners as a temporary list while dispatching.
4876 - *
4877 - * This prevents any bugs around consumers calling
4878 - * subscribe/unsubscribe in the middle of a dispatch.
4879 - */
4880 -
4881 - function ensureCanMutateNextListeners() {
4882 - if (nextListeners === currentListeners) {
4883 - nextListeners = currentListeners.slice();
4884 - }
4885 - }
4886 - /**
4887 - * Reads the state tree managed by the store.
4888 - *
4889 - * @returns {any} The current state tree of your application.
4890 - */
4891 -
4892 -
4893 - function getState() {
4894 - if (isDispatching) {
4895 - throw new Error( false ? 0 : 'You may not call store.getState() while the reducer is executing. ' + 'The reducer has already received the state as an argument. ' + 'Pass it down from the top reducer instead of reading it from the store.');
4896 - }
4897 -
4898 - return currentState;
4899 - }
4900 - /**
4901 - * Adds a change listener. It will be called any time an action is dispatched,
4902 - * and some part of the state tree may potentially have changed. You may then
4903 - * call `getState()` to read the current state tree inside the callback.
4904 - *
4905 - * You may call `dispatch()` from a change listener, with the following
4906 - * caveats:
4907 - *
4908 - * 1. The subscriptions are snapshotted just before every `dispatch()` call.
4909 - * If you subscribe or unsubscribe while the listeners are being invoked, this
4910 - * will not have any effect on the `dispatch()` that is currently in progress.
4911 - * However, the next `dispatch()` call, whether nested or not, will use a more
4912 - * recent snapshot of the subscription list.
4913 - *
4914 - * 2. The listener should not expect to see all state changes, as the state
4915 - * might have been updated multiple times during a nested `dispatch()` before
4916 - * the listener is called. It is, however, guaranteed that all subscribers
4917 - * registered before the `dispatch()` started will be called with the latest
4918 - * state by the time it exits.
4919 - *
4920 - * @param {Function} listener A callback to be invoked on every dispatch.
4921 - * @returns {Function} A function to remove this change listener.
4922 - */
4923 -
4924 -
4925 - function subscribe(listener) {
4926 - if (typeof listener !== 'function') {
4927 - throw new Error( false ? 0 : "Expected the listener to be a function. Instead, received: '" + kindOf(listener) + "'");
4928 - }
4929 -
4930 - if (isDispatching) {
4931 - throw new Error( false ? 0 : 'You may not call store.subscribe() while the reducer is executing. ' + 'If you would like to be notified after the store has been updated, subscribe from a ' + 'component and invoke store.getState() in the callback to access the latest state. ' + 'See https://redux.js.org/api/store#subscribelistener for more details.');
4932 - }
4933 -
4934 - var isSubscribed = true;
4935 - ensureCanMutateNextListeners();
4936 - nextListeners.push(listener);
4937 - return function unsubscribe() {
4938 - if (!isSubscribed) {
4939 - return;
4940 - }
4941 -
4942 - if (isDispatching) {
4943 - throw new Error( false ? 0 : 'You may not unsubscribe from a store listener while the reducer is executing. ' + 'See https://redux.js.org/api/store#subscribelistener for more details.');
4944 - }
4945 -
4946 - isSubscribed = false;
4947 - ensureCanMutateNextListeners();
4948 - var index = nextListeners.indexOf(listener);
4949 - nextListeners.splice(index, 1);
4950 - currentListeners = null;
4951 - };
4952 - }
4953 - /**
4954 - * Dispatches an action. It is the only way to trigger a state change.
4955 - *
4956 - * The `reducer` function, used to create the store, will be called with the
4957 - * current state tree and the given `action`. Its return value will
4958 - * be considered the **next** state of the tree, and the change listeners
4959 - * will be notified.
4960 - *
4961 - * The base implementation only supports plain object actions. If you want to
4962 - * dispatch a Promise, an Observable, a thunk, or something else, you need to
4963 - * wrap your store creating function into the corresponding middleware. For
4964 - * example, see the documentation for the `redux-thunk` package. Even the
4965 - * middleware will eventually dispatch plain object actions using this method.
4966 - *
4967 - * @param {Object} action A plain object representing “what changed”. It is
4968 - * a good idea to keep actions serializable so you can record and replay user
4969 - * sessions, or use the time travelling `redux-devtools`. An action must have
4970 - * a `type` property which may not be `undefined`. It is a good idea to use
4971 - * string constants for action types.
4972 - *
4973 - * @returns {Object} For convenience, the same action object you dispatched.
4974 - *
4975 - * Note that, if you use a custom middleware, it may wrap `dispatch()` to
4976 - * return something else (for example, a Promise you can await).
4977 - */
4978 -
4979 -
4980 - function dispatch(action) {
4981 - if (!isPlainObject(action)) {
4982 - throw new Error( false ? 0 : "Actions must be plain objects. Instead, the actual type was: '" + kindOf(action) + "'. You may need to add middleware to your store setup to handle dispatching other values, such as 'redux-thunk' to handle dispatching functions. See https://redux.js.org/tutorials/fundamentals/part-4-store#middleware and https://redux.js.org/tutorials/fundamentals/part-6-async-logic#using-the-redux-thunk-middleware for examples.");
4983 - }
4984 -
4985 - if (typeof action.type === 'undefined') {
4986 - throw new Error( false ? 0 : 'Actions may not have an undefined "type" property. You may have misspelled an action type string constant.');
4987 - }
4988 -
4989 - if (isDispatching) {
4990 - throw new Error( false ? 0 : 'Reducers may not dispatch actions.');
4991 - }
4992 -
4993 - try {
4994 - isDispatching = true;
4995 - currentState = currentReducer(currentState, action);
4996 - } finally {
4997 - isDispatching = false;
4998 - }
4999 -
5000 - var listeners = currentListeners = nextListeners;
5001 -
5002 - for (var i = 0; i < listeners.length; i++) {
5003 - var listener = listeners[i];
5004 - listener();
5005 - }
5006 -
5007 - return action;
5008 - }
5009 - /**
5010 - * Replaces the reducer currently used by the store to calculate the state.
5011 - *
5012 - * You might need this if your app implements code splitting and you want to
5013 - * load some of the reducers dynamically. You might also need this if you
5014 - * implement a hot reloading mechanism for Redux.
5015 - *
5016 - * @param {Function} nextReducer The reducer for the store to use instead.
5017 - * @returns {void}
5018 - */
5019 -
5020 -
5021 - function replaceReducer(nextReducer) {
5022 - if (typeof nextReducer !== 'function') {
5023 - throw new Error( false ? 0 : "Expected the nextReducer to be a function. Instead, received: '" + kindOf(nextReducer));
5024 - }
5025 -
5026 - currentReducer = nextReducer; // This action has a similiar effect to ActionTypes.INIT.
5027 - // Any reducers that existed in both the new and old rootReducer
5028 - // will receive the previous state. This effectively populates
5029 - // the new state tree with any relevant data from the old one.
5030 -
5031 - dispatch({
5032 - type: ActionTypes.REPLACE
5033 - });
5034 - }
5035 - /**
5036 - * Interoperability point for observable/reactive libraries.
5037 - * @returns {observable} A minimal observable of state changes.
5038 - * For more information, see the observable proposal:
5039 - * https://github.com/tc39/proposal-observable
5040 - */
5041 -
5042 -
5043 - function observable() {
5044 - var _ref;
5045 -
5046 - var outerSubscribe = subscribe;
5047 - return _ref = {
5048 - /**
5049 - * The minimal observable subscription method.
5050 - * @param {Object} observer Any object that can be used as an observer.
5051 - * The observer object should have a `next` method.
5052 - * @returns {subscription} An object with an `unsubscribe` method that can
5053 - * be used to unsubscribe the observable from the store, and prevent further
5054 - * emission of values from the observable.
5055 - */
5056 - subscribe: function subscribe(observer) {
5057 - if (typeof observer !== 'object' || observer === null) {
5058 - throw new Error( false ? 0 : "Expected the observer to be an object. Instead, received: '" + kindOf(observer) + "'");
5059 - }
5060 -
5061 - function observeState() {
5062 - if (observer.next) {
5063 - observer.next(getState());
5064 - }
5065 - }
5066 -
5067 - observeState();
5068 - var unsubscribe = outerSubscribe(observeState);
5069 - return {
5070 - unsubscribe: unsubscribe
5071 - };
5072 - }
5073 - }, _ref[$$observable] = function () {
5074 - return this;
5075 - }, _ref;
5076 - } // When a store is created, an "INIT" action is dispatched so that every
5077 - // reducer returns their initial state. This effectively populates
5078 - // the initial state tree.
5079 -
5080 -
5081 - dispatch({
5082 - type: ActionTypes.INIT
5083 - });
5084 - return _ref2 = {
5085 - dispatch: dispatch,
5086 - subscribe: subscribe,
5087 - getState: getState,
5088 - replaceReducer: replaceReducer
5089 - }, _ref2[$$observable] = observable, _ref2;
5090 -}
5091 -/**
5092 - * Creates a Redux store that holds the state tree.
5093 - *
5094 - * **We recommend using `configureStore` from the
5095 - * `@reduxjs/toolkit` package**, which replaces `createStore`:
5096 - * **https://redux.js.org/introduction/why-rtk-is-redux-today**
5097 - *
5098 - * The only way to change the data in the store is to call `dispatch()` on it.
5099 - *
5100 - * There should only be a single store in your app. To specify how different
5101 - * parts of the state tree respond to actions, you may combine several reducers
5102 - * into a single reducer function by using `combineReducers`.
5103 - *
5104 - * @param {Function} reducer A function that returns the next state tree, given
5105 - * the current state tree and the action to handle.
5106 - *
5107 - * @param {any} [preloadedState] The initial state. You may optionally specify it
5108 - * to hydrate the state from the server in universal apps, or to restore a
5109 - * previously serialized user session.
5110 - * If you use `combineReducers` to produce the root reducer function, this must be
5111 - * an object with the same shape as `combineReducers` keys.
5112 - *
5113 - * @param {Function} [enhancer] The store enhancer. You may optionally specify it
5114 - * to enhance the store with third-party capabilities such as middleware,
5115 - * time travel, persistence, etc. The only store enhancer that ships with Redux
5116 - * is `applyMiddleware()`.
5117 - *
5118 - * @returns {Store} A Redux store that lets you read the state, dispatch actions
5119 - * and subscribe to changes.
5120 - */
5121 -
5122 -var legacy_createStore = createStore;
5123 -
5124 -/**
5125 - * Prints a warning in the console if it exists.
5126 - *
5127 - * @param {String} message The warning message.
5128 - * @returns {void}
5129 - */
5130 -function warning(message) {
5131 - /* eslint-disable no-console */
5132 - if (typeof console !== 'undefined' && typeof console.error === 'function') {
5133 - console.error(message);
5134 - }
5135 - /* eslint-enable no-console */
5136 -
5137 -
5138 - try {
5139 - // This error was thrown as a convenience so that if you enable
5140 - // "break on all exceptions" in your console,
5141 - // it would pause the execution at this line.
5142 - throw new Error(message);
5143 - } catch (e) {} // eslint-disable-line no-empty
5144 -
5145 -}
5146 -
5147 -function getUnexpectedStateShapeWarningMessage(inputState, reducers, action, unexpectedKeyCache) {
5148 - var reducerKeys = Object.keys(reducers);
5149 - var argumentName = action && action.type === ActionTypes.INIT ? 'preloadedState argument passed to createStore' : 'previous state received by the reducer';
5150 -
5151 - if (reducerKeys.length === 0) {
5152 - return 'Store does not have a valid reducer. Make sure the argument passed ' + 'to combineReducers is an object whose values are reducers.';
5153 - }
5154 -
5155 - if (!isPlainObject(inputState)) {
5156 - return "The " + argumentName + " has unexpected type of \"" + kindOf(inputState) + "\". Expected argument to be an object with the following " + ("keys: \"" + reducerKeys.join('", "') + "\"");
5157 - }
5158 -
5159 - var unexpectedKeys = Object.keys(inputState).filter(function (key) {
5160 - return !reducers.hasOwnProperty(key) && !unexpectedKeyCache[key];
5161 - });
5162 - unexpectedKeys.forEach(function (key) {
5163 - unexpectedKeyCache[key] = true;
5164 - });
5165 - if (action && action.type === ActionTypes.REPLACE) return;
5166 -
5167 - if (unexpectedKeys.length > 0) {
5168 - return "Unexpected " + (unexpectedKeys.length > 1 ? 'keys' : 'key') + " " + ("\"" + unexpectedKeys.join('", "') + "\" found in " + argumentName + ". ") + "Expected to find one of the known reducer keys instead: " + ("\"" + reducerKeys.join('", "') + "\". Unexpected keys will be ignored.");
5169 - }
5170 -}
5171 -
5172 -function assertReducerShape(reducers) {
5173 - Object.keys(reducers).forEach(function (key) {
5174 - var reducer = reducers[key];
5175 - var initialState = reducer(undefined, {
5176 - type: ActionTypes.INIT
5177 - });
5178 -
5179 - if (typeof initialState === 'undefined') {
5180 - throw new Error( false ? 0 : "The slice reducer for key \"" + key + "\" returned undefined during initialization. " + "If the state passed to the reducer is undefined, you must " + "explicitly return the initial state. The initial state may " + "not be undefined. If you don't want to set a value for this reducer, " + "you can use null instead of undefined.");
5181 - }
5182 -
5183 - if (typeof reducer(undefined, {
5184 - type: ActionTypes.PROBE_UNKNOWN_ACTION()
5185 - }) === 'undefined') {
5186 - throw new Error( false ? 0 : "The slice reducer for key \"" + key + "\" returned undefined when probed with a random type. " + ("Don't try to handle '" + ActionTypes.INIT + "' or other actions in \"redux/*\" ") + "namespace. They are considered private. Instead, you must return the " + "current state for any unknown actions, unless it is undefined, " + "in which case you must return the initial state, regardless of the " + "action type. The initial state may not be undefined, but can be null.");
5187 - }
5188 - });
5189 -}
5190 -/**
5191 - * Turns an object whose values are different reducer functions, into a single
5192 - * reducer function. It will call every child reducer, and gather their results
5193 - * into a single state object, whose keys correspond to the keys of the passed
5194 - * reducer functions.
5195 - *
5196 - * @param {Object} reducers An object whose values correspond to different
5197 - * reducer functions that need to be combined into one. One handy way to obtain
5198 - * it is to use ES6 `import * as reducers` syntax. The reducers may never return
5199 - * undefined for any action. Instead, they should return their initial state
5200 - * if the state passed to them was undefined, and the current state for any
5201 - * unrecognized action.
5202 - *
5203 - * @returns {Function} A reducer function that invokes every reducer inside the
5204 - * passed object, and builds a state object with the same shape.
5205 - */
5206 -
5207 -
5208 -function combineReducers(reducers) {
5209 - var reducerKeys = Object.keys(reducers);
5210 - var finalReducers = {};
5211 -
5212 - for (var i = 0; i < reducerKeys.length; i++) {
5213 - var key = reducerKeys[i];
5214 -
5215 - if (true) {
5216 - if (typeof reducers[key] === 'undefined') {
5217 - warning("No reducer provided for key \"" + key + "\"");
5218 - }
5219 - }
5220 -
5221 - if (typeof reducers[key] === 'function') {
5222 - finalReducers[key] = reducers[key];
5223 - }
5224 - }
5225 -
5226 - var finalReducerKeys = Object.keys(finalReducers); // This is used to make sure we don't warn about the same
5227 - // keys multiple times.
5228 -
5229 - var unexpectedKeyCache;
5230 -
5231 - if (true) {
5232 - unexpectedKeyCache = {};
5233 - }
5234 -
5235 - var shapeAssertionError;
5236 -
5237 - try {
5238 - assertReducerShape(finalReducers);
5239 - } catch (e) {
5240 - shapeAssertionError = e;
5241 - }
5242 -
5243 - return function combination(state, action) {
5244 - if (state === void 0) {
5245 - state = {};
5246 - }
5247 -
5248 - if (shapeAssertionError) {
5249 - throw shapeAssertionError;
5250 - }
5251 -
5252 - if (true) {
5253 - var warningMessage = getUnexpectedStateShapeWarningMessage(state, finalReducers, action, unexpectedKeyCache);
5254 -
5255 - if (warningMessage) {
5256 - warning(warningMessage);
5257 - }
5258 - }
5259 -
5260 - var hasChanged = false;
5261 - var nextState = {};
5262 -
5263 - for (var _i = 0; _i < finalReducerKeys.length; _i++) {
5264 - var _key = finalReducerKeys[_i];
5265 - var reducer = finalReducers[_key];
5266 - var previousStateForKey = state[_key];
5267 - var nextStateForKey = reducer(previousStateForKey, action);
5268 -
5269 - if (typeof nextStateForKey === 'undefined') {
5270 - var actionType = action && action.type;
5271 - throw new Error( false ? 0 : "When called with an action of type " + (actionType ? "\"" + String(actionType) + "\"" : '(unknown type)') + ", the slice reducer for key \"" + _key + "\" returned undefined. " + "To ignore an action, you must explicitly return the previous state. " + "If you want this reducer to hold no value, you can return null instead of undefined.");
5272 - }
5273 -
5274 - nextState[_key] = nextStateForKey;
5275 - hasChanged = hasChanged || nextStateForKey !== previousStateForKey;
5276 - }
5277 -
5278 - hasChanged = hasChanged || finalReducerKeys.length !== Object.keys(state).length;
5279 - return hasChanged ? nextState : state;
5280 - };
5281 -}
5282 -
5283 -function bindActionCreator(actionCreator, dispatch) {
5284 - return function () {
5285 - return dispatch(actionCreator.apply(this, arguments));
5286 - };
5287 -}
5288 -/**
5289 - * Turns an object whose values are action creators, into an object with the
5290 - * same keys, but with every function wrapped into a `dispatch` call so they
5291 - * may be invoked directly. This is just a convenience method, as you can call
5292 - * `store.dispatch(MyActionCreators.doSomething())` yourself just fine.
5293 - *
5294 - * For convenience, you can also pass an action creator as the first argument,
5295 - * and get a dispatch wrapped function in return.
5296 - *
5297 - * @param {Function|Object} actionCreators An object whose values are action
5298 - * creator functions. One handy way to obtain it is to use ES6 `import * as`
5299 - * syntax. You may also pass a single function.
5300 - *
5301 - * @param {Function} dispatch The `dispatch` function available on your Redux
5302 - * store.
5303 - *
5304 - * @returns {Function|Object} The object mimicking the original object, but with
5305 - * every action creator wrapped into the `dispatch` call. If you passed a
5306 - * function as `actionCreators`, the return value will also be a single
5307 - * function.
5308 - */
5309 -
5310 -
5311 -function bindActionCreators(actionCreators, dispatch) {
5312 - if (typeof actionCreators === 'function') {
5313 - return bindActionCreator(actionCreators, dispatch);
5314 - }
5315 -
5316 - if (typeof actionCreators !== 'object' || actionCreators === null) {
5317 - throw new Error( false ? 0 : "bindActionCreators expected an object or a function, but instead received: '" + kindOf(actionCreators) + "'. " + "Did you write \"import ActionCreators from\" instead of \"import * as ActionCreators from\"?");
5318 - }
5319 -
5320 - var boundActionCreators = {};
5321 -
5322 - for (var key in actionCreators) {
5323 - var actionCreator = actionCreators[key];
5324 -
5325 - if (typeof actionCreator === 'function') {
5326 - boundActionCreators[key] = bindActionCreator(actionCreator, dispatch);
5327 - }
5328 - }
5329 -
5330 - return boundActionCreators;
5331 -}
5332 -
5333 -/**
5334 - * Composes single-argument functions from right to left. The rightmost
5335 - * function can take multiple arguments as it provides the signature for
5336 - * the resulting composite function.
5337 - *
5338 - * @param {...Function} funcs The functions to compose.
5339 - * @returns {Function} A function obtained by composing the argument functions
5340 - * from right to left. For example, compose(f, g, h) is identical to doing
5341 - * (...args) => f(g(h(...args))).
5342 - */
5343 -function compose() {
5344 - for (var _len = arguments.length, funcs = new Array(_len), _key = 0; _key < _len; _key++) {
5345 - funcs[_key] = arguments[_key];
5346 - }
5347 -
5348 - if (funcs.length === 0) {
5349 - return function (arg) {
5350 - return arg;
5351 - };
5352 - }
5353 -
5354 - if (funcs.length === 1) {
5355 - return funcs[0];
5356 - }
5357 -
5358 - return funcs.reduce(function (a, b) {
5359 - return function () {
5360 - return a(b.apply(void 0, arguments));
5361 - };
5362 - });
5363 -}
5364 -
5365 -/**
5366 - * Creates a store enhancer that applies middleware to the dispatch method
5367 - * of the Redux store. This is handy for a variety of tasks, such as expressing
5368 - * asynchronous actions in a concise manner, or logging every action payload.
5369 - *
5370 - * See `redux-thunk` package as an example of the Redux middleware.
5371 - *
5372 - * Because middleware is potentially asynchronous, this should be the first
5373 - * store enhancer in the composition chain.
5374 - *
5375 - * Note that each middleware will be given the `dispatch` and `getState` functions
5376 - * as named arguments.
5377 - *
5378 - * @param {...Function} middlewares The middleware chain to be applied.
5379 - * @returns {Function} A store enhancer applying the middleware.
5380 - */
5381 -
5382 -function applyMiddleware() {
5383 - for (var _len = arguments.length, middlewares = new Array(_len), _key = 0; _key < _len; _key++) {
5384 - middlewares[_key] = arguments[_key];
5385 - }
5386 -
5387 - return function (createStore) {
5388 - return function () {
5389 - var store = createStore.apply(void 0, arguments);
5390 -
5391 - var _dispatch = function dispatch() {
5392 - throw new Error( false ? 0 : 'Dispatching while constructing your middleware is not allowed. ' + 'Other middleware would not be applied to this dispatch.');
5393 - };
5394 -
5395 - var middlewareAPI = {
5396 - getState: store.getState,
5397 - dispatch: function dispatch() {
5398 - return _dispatch.apply(void 0, arguments);
5399 - }
5400 - };
5401 - var chain = middlewares.map(function (middleware) {
5402 - return middleware(middlewareAPI);
5403 - });
5404 - _dispatch = compose.apply(void 0, chain)(store.dispatch);
5405 - return (0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__["default"])((0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__["default"])({}, store), {}, {
5406 - dispatch: _dispatch
5407 - });
5408 - };
5409 - };
5410 -}
5411 -
5412 -
5413 -
5414 -
5415 -/***/ }),
5416 -
5417 -/***/ "../node_modules/reselect/es/defaultMemoize.js":
5418 -/*!*****************************************************!*\
5419 - !*** ../node_modules/reselect/es/defaultMemoize.js ***!
5420 - \*****************************************************/
5421 -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
5422 -
5423 -"use strict";
5424 -__webpack_require__.r(__webpack_exports__);
5425 -/* harmony export */ __webpack_require__.d(__webpack_exports__, {
5426 -/* harmony export */ createCacheKeyComparator: () => (/* binding */ createCacheKeyComparator),
5427 -/* harmony export */ defaultEqualityCheck: () => (/* binding */ defaultEqualityCheck),
5428 -/* harmony export */ defaultMemoize: () => (/* binding */ defaultMemoize)
5429 -/* harmony export */ });
5430 -// Cache implementation based on Erik Rasmussen's `lru-memoize`:
5431 -// https://github.com/erikras/lru-memoize
5432 -var NOT_FOUND = 'NOT_FOUND';
5433 -
5434 -function createSingletonCache(equals) {
5435 - var entry;
5436 - return {
5437 - get: function get(key) {
5438 - if (entry && equals(entry.key, key)) {
5439 - return entry.value;
5440 - }
5441 -
5442 - return NOT_FOUND;
5443 - },
5444 - put: function put(key, value) {
5445 - entry = {
5446 - key: key,
5447 - value: value
5448 - };
5449 - },
5450 - getEntries: function getEntries() {
5451 - return entry ? [entry] : [];
5452 - },
5453 - clear: function clear() {
5454 - entry = undefined;
5455 - }
5456 - };
5457 -}
5458 -
5459 -function createLruCache(maxSize, equals) {
5460 - var entries = [];
5461 -
5462 - function get(key) {
5463 - var cacheIndex = entries.findIndex(function (entry) {
5464 - return equals(key, entry.key);
5465 - }); // We found a cached entry
5466 -
5467 - if (cacheIndex > -1) {
5468 - var entry = entries[cacheIndex]; // Cached entry not at top of cache, move it to the top
5469 -
5470 - if (cacheIndex > 0) {
5471 - entries.splice(cacheIndex, 1);
5472 - entries.unshift(entry);
5473 - }
5474 -
5475 - return entry.value;
5476 - } // No entry found in cache, return sentinel
5477 -
5478 -
5479 - return NOT_FOUND;
5480 - }
5481 -
5482 - function put(key, value) {
5483 - if (get(key) === NOT_FOUND) {
5484 - // TODO Is unshift slow?
5485 - entries.unshift({
5486 - key: key,
5487 - value: value
5488 - });
5489 -
5490 - if (entries.length > maxSize) {
5491 - entries.pop();
5492 - }
5493 - }
5494 - }
5495 -
5496 - function getEntries() {
5497 - return entries;
5498 - }
5499 -
5500 - function clear() {
5501 - entries = [];
5502 - }
5503 -
5504 - return {
5505 - get: get,
5506 - put: put,
5507 - getEntries: getEntries,
5508 - clear: clear
5509 - };
5510 -}
5511 -
5512 -var defaultEqualityCheck = function defaultEqualityCheck(a, b) {
5513 - return a === b;
5514 -};
5515 -function createCacheKeyComparator(equalityCheck) {
5516 - return function areArgumentsShallowlyEqual(prev, next) {
5517 - if (prev === null || next === null || prev.length !== next.length) {
5518 - return false;
5519 - } // Do this in a for loop (and not a `forEach` or an `every`) so we can determine equality as fast as possible.
5520 -
5521 -
5522 - var length = prev.length;
5523 -
5524 - for (var i = 0; i < length; i++) {
5525 - if (!equalityCheck(prev[i], next[i])) {
5526 - return false;
5527 - }
5528 - }
5529 -
5530 - return true;
5531 - };
5532 -}
5533 -// defaultMemoize now supports a configurable cache size with LRU behavior,
5534 -// and optional comparison of the result value with existing values
5535 -function defaultMemoize(func, equalityCheckOrOptions) {
5536 - var providedOptions = typeof equalityCheckOrOptions === 'object' ? equalityCheckOrOptions : {
5537 - equalityCheck: equalityCheckOrOptions
5538 - };
5539 - var _providedOptions$equa = providedOptions.equalityCheck,
5540 - equalityCheck = _providedOptions$equa === void 0 ? defaultEqualityCheck : _providedOptions$equa,
5541 - _providedOptions$maxS = providedOptions.maxSize,
5542 - maxSize = _providedOptions$maxS === void 0 ? 1 : _providedOptions$maxS,
5543 - resultEqualityCheck = providedOptions.resultEqualityCheck;
5544 - var comparator = createCacheKeyComparator(equalityCheck);
5545 - var cache = maxSize === 1 ? createSingletonCache(comparator) : createLruCache(maxSize, comparator); // we reference arguments instead of spreading them for performance reasons
5546 -
5547 - function memoized() {
5548 - var value = cache.get(arguments);
5549 -
5550 - if (value === NOT_FOUND) {
5551 - // @ts-ignore
5552 - value = func.apply(null, arguments);
5553 -
5554 - if (resultEqualityCheck) {
5555 - var entries = cache.getEntries();
5556 - var matchingEntry = entries.find(function (entry) {
5557 - return resultEqualityCheck(entry.value, value);
5558 - });
5559 -
5560 - if (matchingEntry) {
5561 - value = matchingEntry.value;
5562 - }
5563 - }
5564 -
5565 - cache.put(arguments, value);
5566 - }
5567 -
5568 - return value;
5569 - }
5570 -
5571 - memoized.clearCache = function () {
5572 - return cache.clear();
5573 - };
5574 -
5575 - return memoized;
5576 -}
5577 -
5578 -/***/ }),
5579 -
5580 -/***/ "../node_modules/reselect/es/index.js":
5581 -/*!********************************************!*\
5582 - !*** ../node_modules/reselect/es/index.js ***!
5583 - \********************************************/
5584 -/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
5585 -
5586 -"use strict";
5587 -__webpack_require__.r(__webpack_exports__);
5588 -/* harmony export */ __webpack_require__.d(__webpack_exports__, {
5589 -/* harmony export */ createSelector: () => (/* binding */ createSelector),
5590 -/* harmony export */ createSelectorCreator: () => (/* binding */ createSelectorCreator),
5591 -/* harmony export */ createStructuredSelector: () => (/* binding */ createStructuredSelector),
5592 -/* harmony export */ defaultEqualityCheck: () => (/* reexport safe */ _defaultMemoize__WEBPACK_IMPORTED_MODULE_0__.defaultEqualityCheck),
5593 -/* harmony export */ defaultMemoize: () => (/* reexport safe */ _defaultMemoize__WEBPACK_IMPORTED_MODULE_0__.defaultMemoize)
5594 -/* harmony export */ });
5595 -/* harmony import */ var _defaultMemoize__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./defaultMemoize */ "../node_modules/reselect/es/defaultMemoize.js");
5596 -
5597 -
5598 -
5599 -function getDependencies(funcs) {
5600 - var dependencies = Array.isArray(funcs[0]) ? funcs[0] : funcs;
5601 -
5602 - if (!dependencies.every(function (dep) {
5603 - return typeof dep === 'function';
5604 - })) {
5605 - var dependencyTypes = dependencies.map(function (dep) {
5606 - return typeof dep === 'function' ? "function " + (dep.name || 'unnamed') + "()" : typeof dep;
5607 - }).join(', ');
5608 - throw new Error("createSelector expects all input-selectors to be functions, but received the following types: [" + dependencyTypes + "]");
5609 - }
5610 -
5611 - return dependencies;
5612 -}
5613 -
5614 -function createSelectorCreator(memoize) {
5615 - for (var _len = arguments.length, memoizeOptionsFromArgs = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
5616 - memoizeOptionsFromArgs[_key - 1] = arguments[_key];
5617 - }
5618 -
5619 - var createSelector = function createSelector() {
5620 - for (var _len2 = arguments.length, funcs = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
5621 - funcs[_key2] = arguments[_key2];
5622 - }
5623 -
5624 - var _recomputations = 0;
5625 -
5626 - var _lastResult; // Due to the intricacies of rest params, we can't do an optional arg after `...funcs`.
5627 - // So, start by declaring the default value here.
5628 - // (And yes, the words 'memoize' and 'options' appear too many times in this next sequence.)
5629 -
5630 -
5631 - var directlyPassedOptions = {
5632 - memoizeOptions: undefined
5633 - }; // Normally, the result func or "output selector" is the last arg
5634 -
5635 - var resultFunc = funcs.pop(); // If the result func is actually an _object_, assume it's our options object
5636 -
5637 - if (typeof resultFunc === 'object') {
5638 - directlyPassedOptions = resultFunc; // and pop the real result func off
5639 -
5640 - resultFunc = funcs.pop();
5641 - }
5642 -
5643 - if (typeof resultFunc !== 'function') {
5644 - throw new Error("createSelector expects an output function after the inputs, but received: [" + typeof resultFunc + "]");
5645 - } // Determine which set of options we're using. Prefer options passed directly,
5646 - // but fall back to options given to createSelectorCreator.
5647 -
5648 -
5649 - var _directlyPassedOption = directlyPassedOptions,
5650 - _directlyPassedOption2 = _directlyPassedOption.memoizeOptions,
5651 - memoizeOptions = _directlyPassedOption2 === void 0 ? memoizeOptionsFromArgs : _directlyPassedOption2; // Simplifying assumption: it's unlikely that the first options arg of the provided memoizer
5652 - // is an array. In most libs I've looked at, it's an equality function or options object.
5653 - // Based on that, if `memoizeOptions` _is_ an array, we assume it's a full
5654 - // user-provided array of options. Otherwise, it must be just the _first_ arg, and so
5655 - // we wrap it in an array so we can apply it.
5656 -
5657 - var finalMemoizeOptions = Array.isArray(memoizeOptions) ? memoizeOptions : [memoizeOptions];
5658 - var dependencies = getDependencies(funcs);
5659 - var memoizedResultFunc = memoize.apply(void 0, [function recomputationWrapper() {
5660 - _recomputations++; // apply arguments instead of spreading for performance.
5661 -
5662 - return resultFunc.apply(null, arguments);
5663 - }].concat(finalMemoizeOptions)); // If a selector is called with the exact same arguments we don't need to traverse our dependencies again.
5664 -
5665 - var selector = memoize(function dependenciesChecker() {
5666 - var params = [];
5667 - var length = dependencies.length;
5668 -
5669 - for (var i = 0; i < length; i++) {
5670 - // apply arguments instead of spreading and mutate a local list of params for performance.
5671 - // @ts-ignore
5672 - params.push(dependencies[i].apply(null, arguments));
5673 - } // apply arguments instead of spreading for performance.
5674 -
5675 -
5676 - _lastResult = memoizedResultFunc.apply(null, params);
5677 - return _lastResult;
5678 - });
5679 - Object.assign(selector, {
5680 - resultFunc: resultFunc,
5681 - memoizedResultFunc: memoizedResultFunc,
5682 - dependencies: dependencies,
5683 - lastResult: function lastResult() {
5684 - return _lastResult;
5685 - },
5686 - recomputations: function recomputations() {
5687 - return _recomputations;
5688 - },
5689 - resetRecomputations: function resetRecomputations() {
5690 - return _recomputations = 0;
5691 - }
5692 - });
5693 - return selector;
5694 - }; // @ts-ignore
5695 -
5696 -
5697 - return createSelector;
5698 -}
5699 -var createSelector = /* #__PURE__ */createSelectorCreator(_defaultMemoize__WEBPACK_IMPORTED_MODULE_0__.defaultMemoize);
5700 -// Manual definition of state and output arguments
5701 -var createStructuredSelector = function createStructuredSelector(selectors, selectorCreator) {
5702 - if (selectorCreator === void 0) {
5703 - selectorCreator = createSelector;
5704 - }
5705 -
5706 - if (typeof selectors !== 'object') {
5707 - throw new Error('createStructuredSelector expects first argument to be an object ' + ("where each property is a selector, instead received a " + typeof selectors));
5708 - }
5709 -
5710 - var objectKeys = Object.keys(selectors);
5711 - var resultSelector = selectorCreator( // @ts-ignore
5712 - objectKeys.map(function (key) {
5713 - return selectors[key];
5714 - }), function () {
5715 - for (var _len3 = arguments.length, values = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
5716 - values[_key3] = arguments[_key3];
5717 - }
5718 -
5719 - return values.reduce(function (composition, value, index) {
5720 - composition[objectKeys[index]] = value;
5721 - return composition;
5722 - }, {});
5723 - });
5724 - return resultSelector;
5725 -};
5726 -
5727 -/***/ })
5728 -
5729 -/******/ });
5730 -/************************************************************************/
5731 -/******/ // The module cache
5732 -/******/ var __webpack_module_cache__ = {};
5733 -/******/
5734 -/******/ // The require function
5735 -/******/ function __webpack_require__(moduleId) {
5736 -/******/ // Check if module is in cache
5737 -/******/ var cachedModule = __webpack_module_cache__[moduleId];
5738 -/******/ if (cachedModule !== undefined) {
5739 -/******/ return cachedModule.exports;
5740 -/******/ }
5741 -/******/ // Create a new module (and put it into the cache)
5742 -/******/ var module = __webpack_module_cache__[moduleId] = {
5743 -/******/ // no module.id needed
5744 -/******/ // no module.loaded needed
5745 -/******/ exports: {}
5746 -/******/ };
5747 -/******/
5748 -/******/ // Execute the module function
5749 -/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
5750 -/******/
5751 -/******/ // Return the exports of the module
5752 -/******/ return module.exports;
5753 -/******/ }
5754 -/******/
5755 -/************************************************************************/
5756 -/******/ /* webpack/runtime/define property getters */
5757 -/******/ (() => {
5758 -/******/ // define getter functions for harmony exports
5759 -/******/ __webpack_require__.d = (exports, definition) => {
5760 -/******/ for(var key in definition) {
5761 -/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
5762 -/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
5763 -/******/ }
5764 -/******/ }
5765 -/******/ };
5766 -/******/ })();
5767 -/******/
5768 -/******/ /* webpack/runtime/global */
5769 -/******/ (() => {
5770 -/******/ __webpack_require__.g = (function() {
5771 -/******/ if (typeof globalThis === 'object') return globalThis;
5772 -/******/ try {
5773 -/******/ return this || new Function('return this')();
5774 -/******/ } catch (e) {
5775 -/******/ if (typeof window === 'object') return window;
5776 -/******/ }
5777 -/******/ })();
5778 -/******/ })();
5779 -/******/
5780 -/******/ /* webpack/runtime/hasOwnProperty shorthand */
5781 -/******/ (() => {
5782 -/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
5783 -/******/ })();
5784 -/******/
5785 -/******/ /* webpack/runtime/make namespace object */
5786 -/******/ (() => {
5787 -/******/ // define __esModule on exports
5788 -/******/ __webpack_require__.r = (exports) => {
5789 -/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
5790 -/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
5791 -/******/ }
5792 -/******/ Object.defineProperty(exports, '__esModule', { value: true });
5793 -/******/ };
5794 -/******/ })();
5795 -/******/
5796 -/************************************************************************/
5797 -var __webpack_exports__ = {};
5798 -// This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
5799 -(() => {
5800 -"use strict";
5801 -/*!**************************************!*\
5802 - !*** ../app/assets/js/app-loader.js ***!
5803 - \**************************************/
5804 -
5805 -
5806 -var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
5807 -var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js"));
5808 -var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js"));
5809 -var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "../node_modules/@babel/runtime/helpers/defineProperty.js"));
5810 -var _component = _interopRequireDefault(__webpack_require__(/*! ./loader/component */ "../app/assets/js/loader/component.js"));
5811 -var AppLoader = /*#__PURE__*/function () {
5812 - function AppLoader() {
5813 - (0, _classCallCheck2.default)(this, AppLoader);
5814 - (0, _defineProperty2.default)(this, "selector", 'a.elementor-app-link, .elementor-app-link .ab-item');
5815 - $e.components.register(new _component.default());
5816 - window.addEventListener('DOMContentLoaded', this.onLoad.bind(this));
5817 - }
5818 - return (0, _createClass2.default)(AppLoader, [{
5819 - key: "onLoad",
5820 - value: function onLoad() {
5821 - var links = document.querySelectorAll(this.selector);
5822 - if (!links.length) {
5823 - return;
5824 - }
5825 - links.forEach(function (link) {
5826 - link.addEventListener('click', function (event) {
5827 - event.preventDefault();
5828 - $e.run('app/open', {
5829 - url: link.href
5830 - });
5831 - });
5832 - link.addEventListener('mouseenter', function () {
5833 - $e.run('app/load', {
5834 - url: link.href
5835 - });
5836 - });
5837 - });
5838 - }
5839 - }]);
5840 -}();
5841 -window.elementorAppLoader = new AppLoader();
5842 -})();
5843 -
5844 -/******/ })()
5845 -;
1850 +//#endregion
1851 +})(elementorVendors.reduxToolkit);
5846 1852 //# sourceMappingURL=app-loader.js.map