PluginProbe
Elementor Website Builder – more than just a page builder / 3.5.2
Elementor Website Builder – more than just a page builder v3.5.2
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/editor-modules.js +8074 -2228 4.3.0-beta3 → 3.5.2 View file →
@@ -1,2281 +1,8127 @@
1 -(function(_wordpress_i18n) {
1 +/*! elementor - v3.5.2 - 22-12-2021 */
2 +/******/ (() => { // webpackBootstrap
3 +/******/ var __webpack_modules__ = ({
2 4
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 __copyProps = (to, from, except, desc) => {
24 - if (from && typeof from === "object" || typeof from === "function") {
25 - for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
26 - key = keys[i];
27 - if (!__hasOwnProp.call(to, key) && key !== except) {
28 - __defProp(to, key, {
29 - get: ((k) => from[k]).bind(null, key),
30 - enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
31 - });
32 - }
33 - }
34 - }
35 - return to;
36 - };
37 - var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
38 - value: mod,
39 - enumerable: true
40 - }) : target, mod));
5 +/***/ "../node_modules/@babel/runtime-corejs2/core-js/array/from.js":
6 +/*!********************************************************************!*\
7 + !*** ../node_modules/@babel/runtime-corejs2/core-js/array/from.js ***!
8 + \********************************************************************/
9 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
41 10
42 -//#endregion
11 +module.exports = __webpack_require__(/*! core-js/library/fn/array/from */ "../node_modules/core-js/library/fn/array/from.js");
43 12
44 -//#region assets/dev/js/editor/utils/module.js
45 - var require_module = /* @__PURE__ */ __commonJSMin(((exports, module) => {
46 - var EditorModule = elementorModules.Module.extend({
47 - onInit: function onInit() {
48 - var _this = this;
49 - var $window = jQuery(window);
50 - $window.on("elementor:init-components", this.onElementorInitComponents.bind(this));
51 - $window.on("elementor:loaded", function() {
52 - _this.onElementorLoaded();
53 - elementor.on("document:loaded", _this.onDocumentLoaded.bind(_this));
54 - });
55 - $window.on("elementor:init", this.onElementorReady);
56 - },
57 - getEditorControlView: function getEditorControlView(name) {
58 - var _this$getEditorContro;
59 - return elementor.getPanelView().getCurrentPageView().children.findByModelCid((_this$getEditorContro = this.getEditorControlModel(name)) === null || _this$getEditorContro === void 0 ? void 0 : _this$getEditorContro.cid);
60 - },
61 - getEditorControlModel: function getEditorControlModel(name) {
62 - return elementor.getPanelView().getCurrentPageView().collection.findWhere({ name });
63 - },
64 - onElementorReady: function onElementorReady() {
65 - this.onElementorInit();
66 - elementor.on("frontend:init", this.onElementorFrontendInit.bind(this)).on("preview:loaded", this.onElementorPreviewLoaded.bind(this));
67 - }
68 - });
69 - EditorModule.prototype.onElementorLoaded = function() {};
70 - EditorModule.prototype.onElementorInit = function() {};
71 - EditorModule.prototype.onElementorPreviewLoaded = function() {};
72 - EditorModule.prototype.onDocumentLoaded = function() {};
73 - EditorModule.prototype.onElementorFrontendInit = function() {};
74 - EditorModule.prototype.onElementorInitComponents = function() {};
75 - module.exports = EditorModule;
76 - }));
13 +/***/ }),
77 14
78 -//#endregion
79 -//#region node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
80 -var import_module = /* @__PURE__ */ __toESM(require_module());
81 - function asyncGeneratorStep(n, t, e, r, o, a, c) {
82 - try {
83 - var i = n[a](c);
84 - var u = i.value;
85 - } catch (n) {
86 - e(n);
87 - return;
88 - }
89 - i.done ? t(u) : Promise.resolve(u).then(r, o);
90 - }
91 - function _asyncToGenerator(n) {
92 - return function() {
93 - var t = this;
94 - var e = arguments;
95 - return new Promise(function(r, o) {
96 - var a = n.apply(t, e);
97 - function _next(n) {
98 - asyncGeneratorStep(a, r, o, _next, _throw, "next", n);
99 - }
100 - function _throw(n) {
101 - asyncGeneratorStep(a, r, o, _next, _throw, "throw", n);
102 - }
103 - _next(void 0);
104 - });
105 - };
106 - }
15 +/***/ "../node_modules/@babel/runtime-corejs2/core-js/array/is-array.js":
16 +/*!************************************************************************!*\
17 + !*** ../node_modules/@babel/runtime-corejs2/core-js/array/is-array.js ***!
18 + \************************************************************************/
19 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
107 20
108 -//#endregion
109 -//#region node_modules/@babel/runtime/helpers/esm/classCallCheck.js
110 - function _classCallCheck(a, n) {
111 - if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
112 - }
21 +module.exports = __webpack_require__(/*! core-js/library/fn/array/is-array */ "../node_modules/core-js/library/fn/array/is-array.js");
113 22
114 -//#endregion
115 -//#region node_modules/@babel/runtime/helpers/esm/typeof.js
116 - function _typeof(o) {
117 - "@babel/helpers - typeof";
118 - return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
119 - return typeof o;
120 - } : function(o) {
121 - return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
122 - }, _typeof(o);
123 - }
124 - var init_typeof = __esmMin((() => {}));
23 +/***/ }),
125 24
126 -//#endregion
127 -//#region node_modules/@babel/runtime/helpers/esm/toPrimitive.js
128 - init_typeof();
129 - function toPrimitive(t, r) {
130 - if ("object" != _typeof(t) || !t) return t;
131 - var e = t[Symbol.toPrimitive];
132 - if (void 0 !== e) {
133 - var i = e.call(t, r || "default");
134 - if ("object" != _typeof(i)) return i;
135 - throw new TypeError("@@toPrimitive must return a primitive value.");
136 - }
137 - return ("string" === r ? String : Number)(t);
138 - }
25 +/***/ "../node_modules/@babel/runtime-corejs2/core-js/map.js":
26 +/*!*************************************************************!*\
27 + !*** ../node_modules/@babel/runtime-corejs2/core-js/map.js ***!
28 + \*************************************************************/
29 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
139 30
140 -//#endregion
141 -//#region node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
142 - init_typeof();
143 - function toPropertyKey(t) {
144 - var i = toPrimitive(t, "string");
145 - return "symbol" == _typeof(i) ? i : i + "";
146 - }
31 +module.exports = __webpack_require__(/*! core-js/library/fn/map */ "../node_modules/core-js/library/fn/map.js");
147 32
148 -//#endregion
149 -//#region node_modules/@babel/runtime/helpers/esm/createClass.js
150 - function _defineProperties(e, r) {
151 - for (var t = 0; t < r.length; t++) {
152 - var o = r[t];
153 - o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o);
154 - }
155 - }
156 - function _createClass(e, r, t) {
157 - return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e;
158 - }
33 +/***/ }),
159 34
160 -//#endregion
161 -//#region node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
162 - function _assertThisInitialized(e) {
163 - if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
164 - return e;
165 - }
35 +/***/ "../node_modules/@babel/runtime-corejs2/core-js/object/create.js":
36 +/*!***********************************************************************!*\
37 + !*** ../node_modules/@babel/runtime-corejs2/core-js/object/create.js ***!
38 + \***********************************************************************/
39 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
166 40
167 -//#endregion
168 -//#region node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js
169 - init_typeof();
170 - function _possibleConstructorReturn(t, e) {
171 - if (e && ("object" == _typeof(e) || "function" == typeof e)) return e;
172 - if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
173 - return _assertThisInitialized(t);
174 - }
41 +module.exports = __webpack_require__(/*! core-js/library/fn/object/create */ "../node_modules/core-js/library/fn/object/create.js");
175 42
176 -//#endregion
177 -//#region node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js
178 - function _getPrototypeOf(t) {
179 - return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(t) {
180 - return t.__proto__ || Object.getPrototypeOf(t);
181 - }, _getPrototypeOf(t);
182 - }
43 +/***/ }),
183 44
184 -//#endregion
185 -//#region node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
186 - function _setPrototypeOf(t, e) {
187 - return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(t, e) {
188 - return t.__proto__ = e, t;
189 - }, _setPrototypeOf(t, e);
190 - }
45 +/***/ "../node_modules/@babel/runtime-corejs2/core-js/object/define-property.js":
46 +/*!********************************************************************************!*\
47 + !*** ../node_modules/@babel/runtime-corejs2/core-js/object/define-property.js ***!
48 + \********************************************************************************/
49 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
191 50
192 -//#endregion
193 -//#region node_modules/@babel/runtime/helpers/esm/inherits.js
194 - function _inherits(t, e) {
195 - if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
196 - t.prototype = Object.create(e && e.prototype, { constructor: {
197 - value: t,
198 - writable: !0,
199 - configurable: !0
200 - } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e);
201 - }
51 +module.exports = __webpack_require__(/*! core-js/library/fn/object/define-property */ "../node_modules/core-js/library/fn/object/define-property.js");
202 52
203 -//#endregion
204 -//#region node_modules/@babel/runtime/helpers/esm/defineProperty.js
205 - function _defineProperty(e, r, t) {
206 - return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
207 - value: t,
208 - enumerable: !0,
209 - configurable: !0,
210 - writable: !0
211 - }) : e[r] = t, e;
212 - }
53 +/***/ }),
213 54
214 -//#endregion
215 -//#region node_modules/@babel/runtime/helpers/OverloadYield.js
216 - var require_OverloadYield = /* @__PURE__ */ __commonJSMin(((exports, module) => {
217 - function _OverloadYield(e, d) {
218 - this.v = e, this.k = d;
219 - }
220 - module.exports = _OverloadYield, module.exports.__esModule = true, module.exports["default"] = module.exports;
221 - }));
55 +/***/ "../node_modules/@babel/runtime-corejs2/core-js/object/entries.js":
56 +/*!************************************************************************!*\
57 + !*** ../node_modules/@babel/runtime-corejs2/core-js/object/entries.js ***!
58 + \************************************************************************/
59 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
222 60
223 -//#endregion
224 -//#region node_modules/@babel/runtime/helpers/regeneratorDefine.js
225 - var require_regeneratorDefine = /* @__PURE__ */ __commonJSMin(((exports, module) => {
226 - function _regeneratorDefine(e, r, n, t) {
227 - var i = Object.defineProperty;
228 - try {
229 - i({}, "", {});
230 - } catch (e) {
231 - i = 0;
232 - }
233 - module.exports = _regeneratorDefine = function regeneratorDefine(e, r, n, t) {
234 - function o(r, n) {
235 - _regeneratorDefine(e, r, function(e) {
236 - return this._invoke(r, n, e);
237 - });
238 - }
239 - r ? i ? i(e, r, {
240 - value: n,
241 - enumerable: !t,
242 - configurable: !t,
243 - writable: !t
244 - }) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2));
245 - }, module.exports.__esModule = true, module.exports["default"] = module.exports, _regeneratorDefine(e, r, n, t);
246 - }
247 - module.exports = _regeneratorDefine, module.exports.__esModule = true, module.exports["default"] = module.exports;
248 - }));
61 +module.exports = __webpack_require__(/*! core-js/library/fn/object/entries */ "../node_modules/core-js/library/fn/object/entries.js");
249 62
250 -//#endregion
251 -//#region node_modules/@babel/runtime/helpers/regenerator.js
252 - var require_regenerator$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
253 - var regeneratorDefine = require_regeneratorDefine();
254 - function _regenerator() {
255 - /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
256 - var e;
257 - var t;
258 - var r = "function" == typeof Symbol ? Symbol : {};
259 - var n = r.iterator || "@@iterator";
260 - var o = r.toStringTag || "@@toStringTag";
261 - function i(r, n, o, i) {
262 - var c = n && n.prototype instanceof Generator ? n : Generator;
263 - var u = Object.create(c.prototype);
264 - return regeneratorDefine(u, "_invoke", function(r, n, o) {
265 - var i;
266 - var c;
267 - var u;
268 - var f = 0;
269 - var p = o || [];
270 - var y = !1;
271 - var G = {
272 - p: 0,
273 - n: 0,
274 - v: e,
275 - a: d,
276 - f: d.bind(e, 4),
277 - d: function d(t, r) {
278 - return i = t, c = 0, u = e, G.n = r, a;
279 - }
280 - };
281 - function d(r, n) {
282 - for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) {
283 - var o;
284 - var i = p[t];
285 - var d = G.p;
286 - var l = i[2];
287 - r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
288 - }
289 - if (o || r > 1) return a;
290 - throw y = !0, n;
291 - }
292 - return function(o, p, l) {
293 - if (f > 1) throw TypeError("Generator is already running");
294 - for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) {
295 - i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u);
296 - try {
297 - if (f = 2, i) {
298 - if (c || (o = "next"), t = i[o]) {
299 - if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object");
300 - if (!t.done) return t;
301 - u = t.value, c < 2 && (c = 0);
302 - } else 1 === c && (t = i["return"]) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1);
303 - i = e;
304 - } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break;
305 - } catch (t) {
306 - i = e, c = 1, u = t;
307 - } finally {
308 - f = 1;
309 - }
310 - }
311 - return {
312 - value: t,
313 - done: y
314 - };
315 - };
316 - }(r, o, i), !0), u;
317 - }
318 - var a = {};
319 - function Generator() {}
320 - function GeneratorFunction() {}
321 - function GeneratorFunctionPrototype() {}
322 - t = Object.getPrototypeOf;
323 - var c = [][n] ? t(t([][n]())) : (regeneratorDefine(t = {}, n, function() {
324 - return this;
325 - }), t);
326 - var u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c);
327 - function f(e) {
328 - return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, regeneratorDefine(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e;
329 - }
330 - return GeneratorFunction.prototype = GeneratorFunctionPrototype, regeneratorDefine(u, "constructor", GeneratorFunctionPrototype), regeneratorDefine(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", regeneratorDefine(GeneratorFunctionPrototype, o, "GeneratorFunction"), regeneratorDefine(u), regeneratorDefine(u, o, "Generator"), regeneratorDefine(u, n, function() {
331 - return this;
332 - }), regeneratorDefine(u, "toString", function() {
333 - return "[object Generator]";
334 - }), (module.exports = _regenerator = function _regenerator() {
335 - return {
336 - w: i,
337 - m: f
338 - };
339 - }, module.exports.__esModule = true, module.exports["default"] = module.exports)();
340 - }
341 - module.exports = _regenerator, module.exports.__esModule = true, module.exports["default"] = module.exports;
342 - }));
63 +/***/ }),
343 64
344 -//#endregion
345 -//#region node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js
346 - var require_regeneratorAsyncIterator = /* @__PURE__ */ __commonJSMin(((exports, module) => {
347 - var OverloadYield = require_OverloadYield();
348 - var regeneratorDefine = require_regeneratorDefine();
349 - function AsyncIterator(t, e) {
350 - function n(r, o, i, f) {
351 - try {
352 - var c = t[r](o);
353 - var u = c.value;
354 - return u instanceof OverloadYield ? e.resolve(u.v).then(function(t) {
355 - n("next", t, i, f);
356 - }, function(t) {
357 - n("throw", t, i, f);
358 - }) : e.resolve(u).then(function(t) {
359 - c.value = t, i(c);
360 - }, function(t) {
361 - return n("throw", t, i, f);
362 - });
363 - } catch (t) {
364 - f(t);
365 - }
366 - }
367 - var r;
368 - this.next || (regeneratorDefine(AsyncIterator.prototype), regeneratorDefine(AsyncIterator.prototype, "function" == typeof Symbol && Symbol.asyncIterator || "@asyncIterator", function() {
369 - return this;
370 - })), regeneratorDefine(this, "_invoke", function(t, o, i) {
371 - function f() {
372 - return new e(function(e, r) {
373 - n(t, i, e, r);
374 - });
375 - }
376 - return r = r ? r.then(f, f) : f();
377 - }, !0);
378 - }
379 - module.exports = AsyncIterator, module.exports.__esModule = true, module.exports["default"] = module.exports;
380 - }));
65 +/***/ "../node_modules/@babel/runtime-corejs2/core-js/object/get-own-property-descriptor.js":
66 +/*!********************************************************************************************!*\
67 + !*** ../node_modules/@babel/runtime-corejs2/core-js/object/get-own-property-descriptor.js ***!
68 + \********************************************************************************************/
69 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
381 70
382 -//#endregion
383 -//#region node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js
384 - var require_regeneratorAsyncGen = /* @__PURE__ */ __commonJSMin(((exports, module) => {
385 - var regenerator = require_regenerator$1();
386 - var regeneratorAsyncIterator = require_regeneratorAsyncIterator();
387 - function _regeneratorAsyncGen(r, e, t, o, n) {
388 - return new regeneratorAsyncIterator(regenerator().w(r, e, t, o), n || Promise);
389 - }
390 - module.exports = _regeneratorAsyncGen, module.exports.__esModule = true, module.exports["default"] = module.exports;
391 - }));
71 +module.exports = __webpack_require__(/*! core-js/library/fn/object/get-own-property-descriptor */ "../node_modules/core-js/library/fn/object/get-own-property-descriptor.js");
392 72
393 -//#endregion
394 -//#region node_modules/@babel/runtime/helpers/regeneratorAsync.js
395 - var require_regeneratorAsync = /* @__PURE__ */ __commonJSMin(((exports, module) => {
396 - var regeneratorAsyncGen = require_regeneratorAsyncGen();
397 - function _regeneratorAsync(n, e, r, t, o) {
398 - var a = regeneratorAsyncGen(n, e, r, t, o);
399 - return a.next().then(function(n) {
400 - return n.done ? n.value : a.next();
401 - });
402 - }
403 - module.exports = _regeneratorAsync, module.exports.__esModule = true, module.exports["default"] = module.exports;
404 - }));
73 +/***/ }),
405 74
406 -//#endregion
407 -//#region node_modules/@babel/runtime/helpers/regeneratorKeys.js
408 - var require_regeneratorKeys = /* @__PURE__ */ __commonJSMin(((exports, module) => {
409 - function _regeneratorKeys(e) {
410 - var n = Object(e);
411 - var r = [];
412 - for (var t in n) r.unshift(t);
413 - return function e() {
414 - for (; r.length;) if ((t = r.pop()) in n) return e.value = t, e.done = !1, e;
415 - return e.done = !0, e;
416 - };
417 - }
418 - module.exports = _regeneratorKeys, module.exports.__esModule = true, module.exports["default"] = module.exports;
419 - }));
75 +/***/ "../node_modules/@babel/runtime-corejs2/core-js/object/get-prototype-of.js":
76 +/*!*********************************************************************************!*\
77 + !*** ../node_modules/@babel/runtime-corejs2/core-js/object/get-prototype-of.js ***!
78 + \*********************************************************************************/
79 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
420 80
421 -//#endregion
422 -//#region node_modules/@babel/runtime/helpers/typeof.js
423 - var require_typeof = /* @__PURE__ */ __commonJSMin(((exports, module) => {
424 - function _typeof(o) {
425 - "@babel/helpers - typeof";
426 - return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
427 - return typeof o;
428 - } : function(o) {
429 - return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
430 - }, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o);
431 - }
432 - module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
433 - }));
81 +module.exports = __webpack_require__(/*! core-js/library/fn/object/get-prototype-of */ "../node_modules/core-js/library/fn/object/get-prototype-of.js");
434 82
435 -//#endregion
436 -//#region node_modules/@babel/runtime/helpers/regeneratorValues.js
437 - var require_regeneratorValues = /* @__PURE__ */ __commonJSMin(((exports, module) => {
438 - var _typeof = require_typeof()["default"];
439 - function _regeneratorValues(e) {
440 - if (null != e) {
441 - var t = e["function" == typeof Symbol && Symbol.iterator || "@@iterator"];
442 - var r = 0;
443 - if (t) return t.call(e);
444 - if ("function" == typeof e.next) return e;
445 - if (!isNaN(e.length)) return { next: function next() {
446 - return e && r >= e.length && (e = void 0), {
447 - value: e && e[r++],
448 - done: !e
449 - };
450 - } };
451 - }
452 - throw new TypeError(_typeof(e) + " is not iterable");
453 - }
454 - module.exports = _regeneratorValues, module.exports.__esModule = true, module.exports["default"] = module.exports;
455 - }));
83 +/***/ }),
456 84
457 -//#endregion
458 -//#region node_modules/@babel/runtime/helpers/regeneratorRuntime.js
459 - var require_regeneratorRuntime = /* @__PURE__ */ __commonJSMin(((exports, module) => {
460 - var OverloadYield = require_OverloadYield();
461 - var regenerator = require_regenerator$1();
462 - var regeneratorAsync = require_regeneratorAsync();
463 - var regeneratorAsyncGen = require_regeneratorAsyncGen();
464 - var regeneratorAsyncIterator = require_regeneratorAsyncIterator();
465 - var regeneratorKeys = require_regeneratorKeys();
466 - var regeneratorValues = require_regeneratorValues();
467 - function _regeneratorRuntime() {
468 - "use strict";
469 - var r = regenerator();
470 - var e = r.m(_regeneratorRuntime);
471 - var t = (Object.getPrototypeOf ? Object.getPrototypeOf(e) : e.__proto__).constructor;
472 - function n(r) {
473 - var e = "function" == typeof r && r.constructor;
474 - return !!e && (e === t || "GeneratorFunction" === (e.displayName || e.name));
475 - }
476 - var o = {
477 - "throw": 1,
478 - "return": 2,
479 - "break": 3,
480 - "continue": 3
481 - };
482 - function a(r) {
483 - var e;
484 - var t;
485 - return function(n) {
486 - e || (e = {
487 - stop: function stop() {
488 - return t(n.a, 2);
489 - },
490 - "catch": function _catch() {
491 - return n.v;
492 - },
493 - abrupt: function abrupt(r, e) {
494 - return t(n.a, o[r], e);
495 - },
496 - delegateYield: function delegateYield(r, o, a) {
497 - return e.resultName = o, t(n.d, regeneratorValues(r), a);
498 - },
499 - finish: function finish(r) {
500 - return t(n.f, r);
501 - }
502 - }, t = function t(r, _t, o) {
503 - n.p = e.prev, n.n = e.next;
504 - try {
505 - return r(_t, o);
506 - } finally {
507 - e.next = n.n;
508 - }
509 - }), e.resultName && (e[e.resultName] = n.v, e.resultName = void 0), e.sent = n.v, e.next = n.n;
510 - try {
511 - return r.call(this, e);
512 - } finally {
513 - n.p = e.prev, n.n = e.next;
514 - }
515 - };
516 - }
517 - return (module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
518 - return {
519 - wrap: function wrap(e, t, n, o) {
520 - return r.w(a(e), t, n, o && o.reverse());
521 - },
522 - isGeneratorFunction: n,
523 - mark: r.m,
524 - awrap: function awrap(r, e) {
525 - return new OverloadYield(r, e);
526 - },
527 - AsyncIterator: regeneratorAsyncIterator,
528 - async: function async(r, e, t, o, u) {
529 - return (n(e) ? regeneratorAsyncGen : regeneratorAsync)(a(r), e, t, o, u);
530 - },
531 - keys: regeneratorKeys,
532 - values: regeneratorValues
533 - };
534 - }, module.exports.__esModule = true, module.exports["default"] = module.exports)();
535 - }
536 - module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
537 - }));
85 +/***/ "../node_modules/@babel/runtime-corejs2/core-js/object/keys.js":
86 +/*!*********************************************************************!*\
87 + !*** ../node_modules/@babel/runtime-corejs2/core-js/object/keys.js ***!
88 + \*********************************************************************/
89 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
538 90
539 -//#endregion
540 -//#region node_modules/@babel/runtime/regenerator/index.js
541 - var require_regenerator = /* @__PURE__ */ __commonJSMin(((exports, module) => {
542 - var runtime = require_regeneratorRuntime()();
543 - module.exports = runtime;
544 - try {
545 - regeneratorRuntime = runtime;
546 - } catch (accidentalStrictMode) {
547 - if (typeof globalThis === "object") globalThis.regeneratorRuntime = runtime;
548 - else Function("r", "regeneratorRuntime = r")(runtime);
549 - }
550 - }));
91 +module.exports = __webpack_require__(/*! core-js/library/fn/object/keys */ "../node_modules/core-js/library/fn/object/keys.js");
551 92
552 -//#endregion
553 -//#region assets/dev/js/utils/introduction.js
554 - var import_regenerator = /* @__PURE__ */ __toESM(require_regenerator());
555 - function _callSuper$3(t, o, e) {
556 - return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct$4() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
557 - }
558 - __name(_callSuper$3, "_callSuper");
559 - function _isNativeReflectConstruct$4() {
560 - try {
561 - var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
562 - } catch (t) {}
563 - return (_isNativeReflectConstruct$4 = function _isNativeReflectConstruct() {
564 - return !!t;
565 - })();
566 - }
567 - __name(_isNativeReflectConstruct$4, "_isNativeReflectConstruct");
568 - var _default = /*#__PURE__*/ function(_elementorModules$Mod) {
569 - function _default() {
570 - var _this;
571 - _classCallCheck(this, _default);
572 - for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) args[_key] = arguments[_key];
573 - _this = _callSuper$3(this, _default, [].concat(args));
574 - _defineProperty(_this, "introductionMap", null);
575 - _this.initDialog();
576 - return _this;
577 - }
578 - _inherits(_default, _elementorModules$Mod);
579 - return _createClass(_default, [
580 - {
581 - key: "setIntroductionMap",
582 - value: function setIntroductionMap(map) {
583 - this.introductionMap = map;
584 - }
585 - },
586 - {
587 - key: "getIntroductionMap",
588 - value: function getIntroductionMap() {
589 - return this.introductionMap || elementor.config.user.introduction;
590 - }
591 - },
592 - {
593 - key: "getDefaultSettings",
594 - value: function getDefaultSettings() {
595 - return {
596 - dialogType: "buttons",
597 - dialogOptions: {
598 - effects: {
599 - hide: "hide",
600 - show: "show"
601 - },
602 - hide: { onBackgroundClick: false }
603 - }
604 - };
605 - }
606 - },
607 - {
608 - key: "initDialog",
609 - value: function initDialog() {
610 - var _this2 = this;
611 - var dialog;
612 - this.getDialog = function() {
613 - if (!dialog) {
614 - var settings = _this2.getSettings();
615 - dialog = elementorCommon.dialogsManager.createWidget(settings.dialogType, settings.dialogOptions);
616 - if (settings.onDialogInitCallback) settings.onDialogInitCallback.call(_this2, dialog);
617 - }
618 - return dialog;
619 - };
620 - }
621 - },
622 - {
623 - key: "show",
624 - value: function show(target) {
625 - if (this.introductionViewed) return;
626 - var dialog = this.getDialog();
627 - if (target) dialog.setSettings("position", { of: target });
628 - dialog.show();
629 - }
630 - },
631 - {
632 - key: "introductionViewed",
633 - get: function get() {
634 - var introductionKey = this.getSettings("introductionKey");
635 - return this.getIntroductionMap()[introductionKey];
636 - },
637 - set: function set(isViewed) {
638 - var introductionKey = this.getSettings("introductionKey");
639 - this.getIntroductionMap()[introductionKey] = isViewed;
640 - }
641 - },
642 - {
643 - key: "setViewed",
644 - value: function() {
645 - var _setViewed = _asyncToGenerator(/*#__PURE__*/ import_regenerator.default.mark(function _callee() {
646 - var _this3 = this;
647 - return import_regenerator.default.wrap(function(_context) {
648 - while (1) switch (_context.prev = _context.next) {
649 - case 0:
650 - this.introductionViewed = true;
651 - return _context.abrupt("return", new Promise(function(resolve, reject) {
652 - elementorCommon.ajax.addRequest("introduction_viewed", {
653 - data: { introductionKey: _this3.getSettings("introductionKey") },
654 - success: resolve,
655 - error: reject
656 - });
657 - }));
658 - case 1:
659 - case "end": return _context.stop();
660 - }
661 - }, _callee, this);
662 - }));
663 - function setViewed() {
664 - return _setViewed.apply(this, arguments);
665 - }
666 - return setViewed;
667 - }()
668 - }
669 - ]);
670 - }(elementorModules.Module);
93 +/***/ }),
671 94
672 -//#endregion
673 -//#region assets/dev/js/editor/views/controls-popover.js
674 - var ControlsPopover = /*#__PURE__*/ function() {
675 - function ControlsPopover(child) {
676 - _classCallCheck(this, ControlsPopover);
677 - this.child = child;
678 - this.$popover = jQuery("<div>", { class: "elementor-controls-popover" });
679 - child.$el.before(this.$popover);
680 - this.$popover.append(child.$el);
681 - this.popoverToggleView = child._parent.children.findByIndex(child._index - 1);
682 - if ("typography" === this.child.model.attributes.groupType) this.createPopoverHeader();
683 - }
684 - return _createClass(ControlsPopover, [
685 - {
686 - key: "addChild",
687 - value: function addChild(child) {
688 - this.$popover.append(child.$el);
689 - }
690 - },
691 - {
692 - key: "createPopoverHeader",
693 - value: function createPopoverHeader() {
694 - var _this = this;
695 - var $resetLabel = this.$popover.prev().find(".elementor-control-popover-toggle-reset-label");
696 - this.$popoverHeader = jQuery("<div>", { class: "e-group-control-header" }).html("<span>" + (0, _wordpress_i18n.__)("Typography", "elementor") + "</span>");
697 - this.$headerControlsWrapper = jQuery("<div>", { class: "e-control-tools" });
698 - $resetLabel.addClass("e-control-tool").on("click", function() {
699 - return _this.onResetButtonClick();
700 - });
701 - this.$headerControlsWrapper.append($resetLabel);
702 - this.$popoverHeader.append(this.$headerControlsWrapper);
703 - var globalConfig = this.popoverToggleView.model.get("global");
704 - if (globalConfig !== null && globalConfig !== void 0 && globalConfig.active) this.createAddButton();
705 - this.$popover.prepend(this.$popoverHeader).addClass("e-controls-popover--typography");
706 - }
707 - },
708 - {
709 - key: "onResetButtonClick",
710 - value: function onResetButtonClick() {
711 - this.$popover.hide();
712 - this.$popover.trigger("hide");
713 - var groupControlName = this.child.model.get("groupPrefix") + "typography";
714 - var args = {
715 - container: this.child.options.container,
716 - settings: _defineProperty({}, groupControlName, "")
717 - };
718 - if (this.child.options.container.globals.get(groupControlName)) $e.run("document/globals/disable", args);
719 - else $e.run("document/elements/settings", args);
720 - }
721 - },
722 - {
723 - key: "onAddButtonClick",
724 - value: function onAddButtonClick() {
725 - this.popoverToggleView.onAddGlobalButtonClick();
726 - }
727 - },
728 - {
729 - key: "createAddButton",
730 - value: function createAddButton() {
731 - var _this2 = this;
732 - this.$addButton = jQuery("<button>", { class: "e-control-tool" }).html(jQuery("<i>", { class: "eicon-plus" }));
733 - this.$headerControlsWrapper.append(this.$addButton);
734 - this.$addButton.on("click", function() {
735 - return _this2.onAddButtonClick();
736 - });
737 - this.$addButton.tipsy({
738 - title: function title() {
739 - return (0, _wordpress_i18n.__)("Create New Global Font", "elementor");
740 - },
741 - gravity: function gravity() {
742 - return "s";
743 - }
744 - });
745 - }
746 - },
747 - {
748 - key: "destroy",
749 - value: function destroy() {
750 - this.$popover.remove();
751 - }
752 - }
753 - ]);
754 - }();
95 +/***/ "../node_modules/@babel/runtime-corejs2/core-js/object/set-prototype-of.js":
96 +/*!*********************************************************************************!*\
97 + !*** ../node_modules/@babel/runtime-corejs2/core-js/object/set-prototype-of.js ***!
98 + \*********************************************************************************/
99 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
755 100
756 -//#endregion
757 -//#region assets/dev/js/editor/elements/views/behaviors/inner-tabs.js
758 - var require_inner_tabs = /* @__PURE__ */ __commonJSMin(((exports, module) => {
759 - var InnerTabsBehavior = Marionette.Behavior.extend({
760 - onRenderCollection: function onRenderCollection() {
761 - this.handleInnerTabs(this.view);
762 - },
763 - handleInnerTabs: function handleInnerTabs(parent) {
764 - var closedClass = "e-tab-close";
765 - var activeClass = "e-tab-active";
766 - var tabsWrappers = parent.children.filter(function(view) {
767 - return "tabs" === view.model.get("type");
768 - });
769 - _.each(tabsWrappers, function(view) {
770 - view.$el.find(".elementor-control-content").remove();
771 - var tabsId = view.model.get("name");
772 - var tabs = parent.children.filter(function(childView) {
773 - return "tab" === childView.model.get("type") && childView.model.get("tabs_wrapper") === tabsId;
774 - });
775 - _.each(tabs, function(childView, index) {
776 - view._addChildView(childView);
777 - var tabId = childView.model.get("name");
778 - var controlsUnderTab = parent.children.filter(function(controlView) {
779 - return tabId === controlView.model.get("inner_tab");
780 - });
781 - if (0 === index) childView.$el.addClass(activeClass);
782 - else _.each(controlsUnderTab, function(controlView) {
783 - controlView.$el.addClass(closedClass);
784 - });
785 - });
786 - });
787 - },
788 - onChildviewControlTabClicked: function onChildviewControlTabClicked(childView) {
789 - var closedClass = "e-tab-close";
790 - var activeClass = "e-tab-active";
791 - var tabClicked = childView.model.get("name");
792 - var childrenUnderTab = this.view.children.filter(function(view) {
793 - return "tab" !== view.model.get("type") && childView.model.get("tabs_wrapper") === view.model.get("tabs_wrapper");
794 - });
795 - var siblingTabs = this.view.children.filter(function(view) {
796 - return "tab" === view.model.get("type") && childView.model.get("tabs_wrapper") === view.model.get("tabs_wrapper");
797 - });
798 - _.each(siblingTabs, function(view) {
799 - view.$el.removeClass(activeClass);
800 - });
801 - childView.$el.addClass(activeClass);
802 - _.each(childrenUnderTab, function(view) {
803 - if (view.model.get("inner_tab") === tabClicked) view.$el.removeClass(closedClass);
804 - else view.$el.addClass(closedClass);
805 - });
806 - elementor.getPanelView().updateScrollbar();
807 - }
808 - });
809 - module.exports = InnerTabsBehavior;
810 - }));
101 +module.exports = __webpack_require__(/*! core-js/library/fn/object/set-prototype-of */ "../node_modules/core-js/library/fn/object/set-prototype-of.js");
811 102
812 -//#endregion
813 -//#region assets/dev/js/editor/views/controls-stack.js
814 - var ControlsStack = Marionette.CompositeView.extend({
815 - classes: { popover: "elementor-controls-popover" },
816 - activeTab: null,
817 - activeSection: null,
818 - className: function className() {
819 - return "elementor-controls-stack";
820 - },
821 - templateHelpers: function templateHelpers() {
822 - return { elementData: elementor.getElementData(this.model) };
823 - },
824 - childViewOptions: function childViewOptions() {
825 - return { elementSettingsModel: this.model };
826 - },
827 - ui: function ui() {
828 - return {
829 - tabs: ".elementor-panel-navigation-tab",
830 - reloadButton: ".elementor-update-preview-button"
831 - };
832 - },
833 - events: function events() {
834 - return { "click @ui.reloadButton": "onReloadButtonClick" };
835 - },
836 - modelEvents: { destroy: "onModelDestroy" },
837 - behaviors: { HandleInnerTabs: { behaviorClass: require_inner_tabs() } },
838 - initialize: function initialize(options) {
839 - this.initCollection();
840 - if (options.tab) {
841 - this.activeTab = options.tab;
842 - this.activateFirstSection();
843 - }
844 - this.listenTo(elementor.channels.deviceMode, "change", this.onDeviceModeChange);
845 - },
846 - onDestroy: function onDestroy() {
847 - this.stopListening(elementor.channels.deviceMode, "change", this.onDeviceModeChange);
848 - },
849 - initCollection: function initCollection() {
850 - this.collection = new Backbone.Collection(_.values(elementor.mergeControlsSettings(this.getOption("controls"))));
851 - },
852 - filter: function filter(controlModel) {
853 - if (controlModel.get("tab") !== this.activeTab) return false;
854 - if ("section" === controlModel.get("type")) return true;
855 - var section = controlModel.get("section");
856 - return !section || section === this.activeSection;
857 - },
858 - getControlViewByModel: function getControlViewByModel(model) {
859 - return this.children.findByModelCid(model.cid);
860 - },
861 - getControlViewByName: function getControlViewByName(name) {
862 - return this.getControlViewByModel(this.getControlModel(name));
863 - },
864 - getControlModel: function getControlModel(name) {
865 - return this.collection.findWhere({ name });
866 - },
867 - isVisibleSectionControl: function isVisibleSectionControl(sectionControlModel) {
868 - return this.activeTab === sectionControlModel.get("tab");
869 - },
870 - activateTab: function activateTab(tab) {
871 - this.activeTab = tab;
872 - this.activateFirstSection();
873 - this._renderChildren();
874 - return this;
875 - },
876 - activateSection: function activateSection(sectionName) {
877 - this.activeSection = sectionName;
878 - return this;
879 - },
880 - activateFirstSection: function activateFirstSection() {
881 - var self = this;
882 - var sectionControls = self.collection.filter(function(controlModel) {
883 - return "section" === controlModel.get("type") && self.isVisibleSectionControl(controlModel);
884 - });
885 - var sectionToActivate;
886 - if (!sectionControls[0]) {
887 - self.activeSection = null;
888 - sectionToActivate = null;
889 - } else sectionToActivate = sectionControls[0].get("name");
890 - if (sectionControls.filter(function(controlModel) {
891 - return self.activeSection === controlModel.get("name");
892 - })[0]) return;
893 - self.activateSection(sectionToActivate);
894 - return this;
895 - },
896 - getChildView: function getChildView(item) {
897 - var controlType = item.get("type");
898 - return elementor.getControlView(controlType);
899 - },
900 - getNamespaceArray: function getNamespaceArray() {
901 - return [elementor.getPanelView().getCurrentPageName()];
902 - },
903 - openActiveSection: function openActiveSection() {
904 - var activeSection = this.activeSection;
905 - var activeSectionView = this.children.filter(function(view) {
906 - return activeSection === view.model.get("name");
907 - });
908 - if (activeSectionView[0]) {
909 - activeSectionView[0].$el.addClass("e-open");
910 - var eventNamespace = this.getNamespaceArray();
911 - eventNamespace.push(activeSection, "activated");
912 - elementor.channels.editor.trigger(eventNamespace.join(":"), this);
913 - }
914 - },
915 - onRenderCollection: function onRenderCollection() {
916 - this.openActiveSection();
917 - ControlsStack.handlePopovers(this);
918 - },
919 - onModelDestroy: function onModelDestroy() {
920 - this.destroy();
921 - },
922 - onReloadButtonClick: function onReloadButtonClick() {
923 - elementor.reloadPreview();
924 - },
925 - onDeviceModeChange: function onDeviceModeChange() {
926 - if ("desktop" === elementor.channels.deviceMode.request("currentMode")) this.$el.removeClass("elementor-responsive-switchers-open");
927 - },
928 - onChildviewControlSectionClicked: function onChildviewControlSectionClicked(childView) {
929 - var isSectionOpen = childView.$el.hasClass("e-open");
930 - this.activateSection(isSectionOpen ? null : childView.model.get("name"));
931 - this._renderChildren();
932 - },
933 - onChildviewResponsiveSwitcherClick: function onChildviewResponsiveSwitcherClick(childView, device) {
934 - if ("desktop" === device) this.$el.toggleClass("elementor-responsive-switchers-open");
935 - }
936 - }, {
937 - handlePopovers: function handlePopovers(view) {
938 - var popover;
939 - this.removePopovers(view);
940 - view.popovers = [];
941 - view.children.each(function(control) {
942 - if (popover) popover.addChild(control);
943 - var popoverData = control.model.get("popover");
944 - if (!popoverData) return;
945 - if (popoverData.start) {
946 - popover = new ControlsPopover(control);
947 - view.popovers.push(popover);
948 - }
949 - if (popoverData.end) popover = null;
950 - });
951 - },
952 - removePopovers: function removePopovers(view) {
953 - var _view$popovers;
954 - (_view$popovers = view.popovers) === null || _view$popovers === void 0 || _view$popovers.forEach(function(popover) {
955 - return popover.destroy();
956 - });
957 - }
958 - });
103 +/***/ }),
959 104
960 -//#endregion
961 -//#region assets/dev/js/editor/elements/models/base-settings.js
962 - var require_base_settings = /* @__PURE__ */ __commonJSMin(((exports, module) => {
963 - init_typeof();
964 - var BaseSettingsModel = Backbone.Model.extend({
965 - options: {},
966 - initialize: function initialize(data, options) {
967 - var self = this;
968 - self.options = options;
969 - self.controls = elementor.mergeControlsSettings(options.controls);
970 - self.validators = {};
971 - if (!self.controls) return;
972 - var attrs = data || {};
973 - var defaults = {};
974 - _.each(self.controls, function(control) {
975 - if (control.features && -1 !== control.features.indexOf("ui")) return;
976 - var controlName = control.name;
977 - if ("object" === _typeof(control.default)) defaults[controlName] = structuredClone(control.default);
978 - else defaults[controlName] = control.default;
979 - var isDynamicControl = control.dynamic && control.dynamic.active;
980 - var hasDynamicSettings = isDynamicControl && attrs.__dynamic__ && attrs.__dynamic__[controlName];
981 - if (isDynamicControl && !hasDynamicSettings && control.dynamic.default) {
982 - if (!attrs.__dynamic__) attrs.__dynamic__ = {};
983 - attrs.__dynamic__[controlName] = control.dynamic.default;
984 - hasDynamicSettings = true;
985 - }
986 - var isMultipleControl = jQuery.isPlainObject(control.default);
987 - if (void 0 !== attrs[controlName] && isMultipleControl && !_.isObject(attrs[controlName]) && !hasDynamicSettings) {
988 - elementorCommon.debug.addCustomError(/* @__PURE__ */ new TypeError("An invalid argument supplied as multiple control value"), "InvalidElementData", "Element `" + (self.get("widgetType") || self.get("elType")) + "` got <" + attrs[controlName] + "> as `" + controlName + "` value. Expected array or object.");
989 - delete attrs[controlName];
990 - }
991 - if (void 0 === attrs[controlName]) attrs[controlName] = defaults[controlName];
992 - });
993 - self.defaults = defaults;
994 - self.handleRepeaterData(attrs);
995 - self.set(attrs);
996 - },
997 - convertRepeaterValueToCollection: function convertRepeaterValueToCollection(attrs, repeaterControl) {
998 - return new Backbone.Collection(attrs[repeaterControl.name], { model: function model(attributes, options) {
999 - options = options || {};
1000 - options.controls = {};
1001 - Object.values(repeaterControl.fields).forEach(function(item) {
1002 - options.controls[item.name] = item;
1003 - });
1004 - if (!attributes._id) attributes._id = elementorCommon.helpers.getUniqueId();
1005 - return new BaseSettingsModel(attributes, options);
1006 - } });
1007 - },
1008 - handleRepeaterData: function handleRepeaterData(attrs) {
1009 - var self = this;
1010 - _.each(this.controls, function(field) {
1011 - if (field.is_repeater) {
1012 - if (!(attrs[field.name] instanceof Backbone.Collection)) attrs[field.name] = self.convertRepeaterValueToCollection(attrs, field);
1013 - }
1014 - });
1015 - },
1016 - getFontControls: function getFontControls() {
1017 - return this.getControlsByType("font");
1018 - },
1019 - getIconsControls: function getIconsControls() {
1020 - return this.getControlsByType("icons");
1021 - },
1022 - getControlsByType: function getControlsByType(type) {
1023 - return _.filter(this.getActiveControls(), function(control) {
1024 - return type === control.type;
1025 - });
1026 - },
1027 - getStyleControls: function getStyleControls(controls, attributes) {
1028 - var self = this;
1029 - controls = structuredClone(self.getActiveControls(controls, attributes));
1030 - var styleControls = [];
1031 - jQuery.each(controls, function() {
1032 - var _control$dynamic;
1033 - var control = this;
1034 - var controlDefaultSettings = elementor.config.controls[control.type];
1035 - control = jQuery.extend({}, controlDefaultSettings, control);
1036 - if (control.fields) {
1037 - var styleFields = [];
1038 - if (!(self.attributes[control.name] instanceof Backbone.Collection)) self.attributes[control.name] = self.convertRepeaterValueToCollection(self.attributes, control);
1039 - self.attributes[control.name].each(function(item) {
1040 - styleFields.push(self.getStyleControls(control.fields, item.attributes));
1041 - });
1042 - control.styleFields = styleFields;
1043 - }
1044 - if (control.fields || (_control$dynamic = control.dynamic) !== null && _control$dynamic !== void 0 && _control$dynamic.active || self.isGlobalControl(control, controls) || self.isStyleControl(control.name, controls)) styleControls.push(control);
1045 - });
1046 - return styleControls;
1047 - },
1048 - isGlobalControl: function isGlobalControl(control, controls) {
1049 - var _globalControl$global;
1050 - var _this$attributes$__gl;
1051 - var controlGlobalKey = control.name;
1052 - if (control.groupType) controlGlobalKey = control.groupPrefix + control.groupType;
1053 - var globalControl = controls[controlGlobalKey];
1054 - if (!(globalControl !== null && globalControl !== void 0 && (_globalControl$global = globalControl.global) !== null && _globalControl$global !== void 0 && _globalControl$global.active)) return false;
1055 - return !!((_this$attributes$__gl = this.attributes.__globals__) === null || _this$attributes$__gl === void 0 ? void 0 : _this$attributes$__gl[controlGlobalKey]);
1056 - },
1057 - isStyleControl: function isStyleControl(attribute, controls) {
1058 - controls = controls || this.controls;
1059 - var currentControl = _.find(controls, function(control) {
1060 - return attribute === control.name;
1061 - });
1062 - return currentControl && !_.isEmpty(currentControl.selectors);
1063 - },
1064 - getClassControls: function getClassControls(controls) {
1065 - controls = controls || this.controls;
1066 - return _.filter(controls, function(control) {
1067 - return !_.isUndefined(control.prefix_class);
1068 - });
1069 - },
1070 - isClassControl: function isClassControl(attribute) {
1071 - var currentControl = _.find(this.controls, function(control) {
1072 - return attribute === control.name;
1073 - });
1074 - return currentControl && !_.isUndefined(currentControl.prefix_class);
1075 - },
1076 - getControl: function getControl(id) {
1077 - return _.find(this.controls, function(control) {
1078 - return id === control.name;
1079 - });
1080 - },
1081 - getActiveControls: function getActiveControls(controls, attributes) {
1082 - var activeControls = {};
1083 - if (!controls) controls = this.controls;
1084 - if (!attributes) attributes = this.attributes;
1085 - attributes = this.parseGlobalSettings(attributes, controls);
1086 - jQuery.each(controls, function(controlKey, control) {
1087 - if (elementor.helpers.isActiveControl(control, attributes, controls)) activeControls[controlKey] = control;
1088 - });
1089 - return activeControls;
1090 - },
1091 - clone: function clone() {
1092 - return new BaseSettingsModel(elementorCommon.helpers.cloneObject(this.attributes), elementorCommon.helpers.cloneObject(this.options));
1093 - },
1094 - setExternalChange: function setExternalChange(key, value) {
1095 - var self = this;
1096 - var settingsToChange;
1097 - if ("object" === _typeof(key)) settingsToChange = key;
1098 - else {
1099 - settingsToChange = {};
1100 - settingsToChange[key] = value;
1101 - }
1102 - self.set(settingsToChange);
1103 - jQuery.each(settingsToChange, function(changedKey, changedValue) {
1104 - self.trigger("change:external:" + changedKey, changedValue);
1105 - });
1106 - },
1107 - parseDynamicSettings: function parseDynamicSettings(settings, options, controls) {
1108 - var self = this;
1109 - settings = elementorCommon.helpers.cloneObject(settings || self.attributes);
1110 - options = options || {};
1111 - controls = controls || this.controls;
1112 - jQuery.each(controls, function() {
1113 - var control = this;
1114 - var valueToParse;
1115 - if (control.is_repeater) {
1116 - valueToParse = settings[control.name];
1117 - valueToParse.forEach(function(value, key) {
1118 - valueToParse[key] = self.parseDynamicSettings(value, options, control.fields);
1119 - });
1120 - return;
1121 - }
1122 - valueToParse = settings.__dynamic__ && settings.__dynamic__[control.name];
1123 - if (!valueToParse) return;
1124 - var dynamicSettings = control.dynamic;
1125 - if (void 0 === dynamicSettings) dynamicSettings = elementor.config.controls[control.type].dynamic;
1126 - if (!dynamicSettings || !dynamicSettings.active) return;
1127 - var dynamicValue;
1128 - try {
1129 - dynamicValue = elementor.dynamicTags.parseTagsText(valueToParse, dynamicSettings, elementor.dynamicTags.getTagDataContent);
1130 - } catch (error) {
1131 - if (elementor.dynamicTags.CACHE_KEY_NOT_FOUND_ERROR !== error.message) throw error;
1132 - dynamicValue = "";
1133 - if (options.onServerRequestStart) options.onServerRequestStart();
1134 - elementor.dynamicTags.refreshCacheFromServer(function() {
1135 - if (options.onServerRequestEnd) options.onServerRequestEnd();
1136 - });
1137 - }
1138 - if (dynamicSettings.property) settings[control.name][dynamicSettings.property] = dynamicValue;
1139 - else settings[control.name] = dynamicValue;
1140 - });
1141 - return settings;
1142 - },
1143 - parseGlobalSettings: function parseGlobalSettings(settings, controls) {
1144 - var _this = this;
1145 - settings = elementorCommon.helpers.cloneObject(settings);
1146 - controls = controls || this.controls;
1147 - jQuery.each(controls, function(index, control) {
1148 - var _settings$__globals__;
1149 - var _globalSettings;
1150 - var valueToParse;
1151 - if (control.is_repeater) {
1152 - valueToParse = settings[control.name];
1153 - valueToParse.forEach(function(value, key) {
1154 - valueToParse[key] = _this.parseGlobalSettings(value, control.fields);
1155 - });
1156 - return;
1157 - }
1158 - valueToParse = (_settings$__globals__ = settings.__globals__) === null || _settings$__globals__ === void 0 ? void 0 : _settings$__globals__[control.name];
1159 - if (!valueToParse) return;
1160 - var globalSettings = control.global;
1161 - if (void 0 === globalSettings) globalSettings = elementor.config.controls[control.type].global;
1162 - if (!((_globalSettings = globalSettings) !== null && _globalSettings !== void 0 && _globalSettings.active)) return;
1163 - var _$e$data$commandExtra = $e.data.commandExtractArgs(valueToParse);
1164 - var command = _$e$data$commandExtra.command;
1165 - var args = _$e$data$commandExtra.args;
1166 - var globalValue = $e.data.getCache($e.components.get("globals"), command, args.query);
1167 - if (control.groupType) settings[control.name] = "custom";
1168 - else settings[control.name] = globalValue;
1169 - });
1170 - return settings;
1171 - },
1172 - removeDataDefaults: function removeDataDefaults(data, controls) {
1173 - var _this2 = this;
1174 - jQuery.each(data, function(key) {
1175 - var control = controls[key];
1176 - if (!control) return;
1177 - if (control.save_default || ("text" === control.type || "textarea" === control.type) && data[key]) return;
1178 - if (control.is_repeater) {
1179 - data[key].forEach(function(repeaterRow) {
1180 - _this2.removeDataDefaults(repeaterRow, control.fields);
1181 - });
1182 - return;
1183 - }
1184 - if (_.isEqual(data[key], control.default)) delete data[key];
1185 - });
1186 - },
1187 - toJSON: function toJSON(options) {
1188 - var data = Backbone.Model.prototype.toJSON.call(this);
1189 - options = options || {};
1190 - delete data.widgetType;
1191 - delete data.elType;
1192 - delete data.isInner;
1193 - _.each(data, function(attribute, key) {
1194 - if (attribute && attribute.toJSON) data[key] = attribute.toJSON();
1195 - });
1196 - if (options.remove && -1 !== options.remove.indexOf("default")) this.removeDataDefaults(data, this.controls);
1197 - return structuredClone(data);
1198 - }
1199 - });
1200 - /**
1201 - * @name BaseSettingsModel
1202 - */
1203 - module.exports = BaseSettingsModel;
1204 - }));
105 +/***/ "../node_modules/@babel/runtime-corejs2/core-js/object/values.js":
106 +/*!***********************************************************************!*\
107 + !*** ../node_modules/@babel/runtime-corejs2/core-js/object/values.js ***!
108 + \***********************************************************************/
109 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1205 110
1206 -//#endregion
1207 -//#region node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
1208 -var import_base_settings = /* @__PURE__ */ __toESM(require_base_settings());
1209 - function _arrayWithHoles(r) {
1210 - if (Array.isArray(r)) return r;
1211 - }
111 +module.exports = __webpack_require__(/*! core-js/library/fn/object/values */ "../node_modules/core-js/library/fn/object/values.js");
1212 112
1213 -//#endregion
1214 -//#region node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
1215 - function _iterableToArrayLimit(r, l) {
1216 - var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
1217 - if (null != t) {
1218 - var e;
1219 - var n;
1220 - var i;
1221 - var u;
1222 - var a = [];
1223 - var f = !0;
1224 - var o = !1;
1225 - try {
1226 - if (i = (t = t.call(r)).next, 0 === l) {
1227 - if (Object(t) !== t) return;
1228 - f = !1;
1229 - } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
1230 - } catch (r) {
1231 - o = !0, n = r;
1232 - } finally {
1233 - try {
1234 - if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return;
1235 - } finally {
1236 - if (o) throw n;
1237 - }
1238 - }
1239 - return a;
1240 - }
1241 - }
113 +/***/ }),
1242 114
1243 -//#endregion
1244 -//#region node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
1245 - function _arrayLikeToArray$2(r, a) {
1246 - (null == a || a > r.length) && (a = r.length);
1247 - for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
1248 - return n;
1249 - }
1250 - __name(_arrayLikeToArray$2, "_arrayLikeToArray");
115 +/***/ "../node_modules/@babel/runtime-corejs2/core-js/reflect/construct.js":
116 +/*!***************************************************************************!*\
117 + !*** ../node_modules/@babel/runtime-corejs2/core-js/reflect/construct.js ***!
118 + \***************************************************************************/
119 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1251 120
1252 -//#endregion
1253 -//#region node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
1254 - function _unsupportedIterableToArray$2(r, a) {
1255 - if (r) {
1256 - if ("string" == typeof r) return _arrayLikeToArray$2(r, a);
1257 - var t = {}.toString.call(r).slice(8, -1);
1258 - 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$2(r, a) : void 0;
1259 - }
1260 - }
1261 - __name(_unsupportedIterableToArray$2, "_unsupportedIterableToArray");
121 +module.exports = __webpack_require__(/*! core-js/library/fn/reflect/construct */ "../node_modules/core-js/library/fn/reflect/construct.js");
1262 122
1263 -//#endregion
1264 -//#region node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
1265 - function _nonIterableRest() {
1266 - throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1267 - }
123 +/***/ }),
1268 124
1269 -//#endregion
1270 -//#region node_modules/@babel/runtime/helpers/esm/slicedToArray.js
1271 - function _slicedToArray(r, e) {
1272 - return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray$2(r, e) || _nonIterableRest();
1273 - }
125 +/***/ "../node_modules/@babel/runtime-corejs2/core-js/reflect/get.js":
126 +/*!*********************************************************************!*\
127 + !*** ../node_modules/@babel/runtime-corejs2/core-js/reflect/get.js ***!
128 + \*********************************************************************/
129 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1274 130
1275 -//#endregion
1276 -//#region node_modules/@babel/runtime/helpers/esm/superPropBase.js
1277 - function _superPropBase(t, o) {
1278 - for (; !{}.hasOwnProperty.call(t, o) && null !== (t = _getPrototypeOf(t)););
1279 - return t;
1280 - }
131 +module.exports = __webpack_require__(/*! core-js/library/fn/reflect/get */ "../node_modules/core-js/library/fn/reflect/get.js");
1281 132
1282 -//#endregion
1283 -//#region node_modules/@babel/runtime/helpers/esm/get.js
1284 - function _get() {
1285 - return _get = "undefined" != typeof Reflect && Reflect.get ? Reflect.get.bind() : function(e, t, r) {
1286 - var p = _superPropBase(e, t);
1287 - if (p) {
1288 - var n = Object.getOwnPropertyDescriptor(p, t);
1289 - return n.get ? n.get.call(arguments.length < 3 ? e : r) : n.value;
1290 - }
1291 - }, _get.apply(null, arguments);
1292 - }
133 +/***/ }),
1293 134
1294 -//#endregion
1295 -//#region assets/dev/js/modules/imports/instance-type.js
1296 - function _superPropGet(t, o, e, r) {
1297 - var p = _get(_getPrototypeOf(1 & r ? t.prototype : t), o, e);
1298 - return 2 & r && "function" == typeof p ? function(t) {
1299 - return p.apply(e, t);
1300 - } : p;
1301 - }
1302 - var InstanceType = /*#__PURE__*/ function() {
1303 - function InstanceType() {
1304 - var _this = this;
1305 - _classCallCheck(this, InstanceType);
1306 - var target = this instanceof InstanceType ? this.constructor : void 0;
1307 - var prototypes = [];
1308 - while (target.__proto__ && target.__proto__.name) {
1309 - prototypes.push(target.__proto__);
1310 - target = target.__proto__;
1311 - }
1312 - prototypes.reverse().forEach(function(proto) {
1313 - return _this instanceof proto;
1314 - });
1315 - }
1316 - return _createClass(InstanceType, null, [{
1317 - key: Symbol.hasInstance,
1318 - value: function value(target) {
1319 - /**
1320 - * This is function extending being called each time JS uses instanceOf, since babel use it each time it create new class
1321 - * its give's opportunity to mange capabilities of instanceOf operator.
1322 - * saving current class each time will give option later to handle instanceOf manually.
1323 - */
1324 - var result = _superPropGet(InstanceType, Symbol.hasInstance, this, 2)([target]);
1325 - if (target && !target.constructor.getInstanceType) return result;
1326 - if (target) {
1327 - if (!target.instanceTypes) target.instanceTypes = [];
1328 - if (!result) {
1329 - if (this.getInstanceType() === target.constructor.getInstanceType()) result = true;
1330 - }
1331 - if (result) {
1332 - var name = this.getInstanceType === InstanceType.getInstanceType ? "BaseInstanceType" : this.getInstanceType();
1333 - if (-1 === target.instanceTypes.indexOf(name)) target.instanceTypes.push(name);
1334 - }
1335 - }
1336 - if (!result && target) result = target.instanceTypes && Array.isArray(target.instanceTypes) && -1 !== target.instanceTypes.indexOf(this.getInstanceType());
1337 - return result;
1338 - }
1339 - }, {
1340 - key: "getInstanceType",
1341 - value: function getInstanceType() {
1342 - elementorModules.ForceMethodImplementation();
1343 - }
1344 - }]);
1345 - }();
135 +/***/ "../node_modules/@babel/runtime-corejs2/core-js/symbol.js":
136 +/*!****************************************************************!*\
137 + !*** ../node_modules/@babel/runtime-corejs2/core-js/symbol.js ***!
138 + \****************************************************************/
139 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1346 140
1347 -//#endregion
1348 -//#region assets/dev/js/editor/utils/is-instanceof.js
1349 - function _createForOfIteratorHelper$1(r, e) {
1350 - var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
1351 - if (!t) {
1352 - if (Array.isArray(r) || (t = _unsupportedIterableToArray$1(r)) || e && r && "number" == typeof r.length) {
1353 - t && (r = t);
1354 - var _n = 0;
1355 - var F = function F() {};
1356 - return {
1357 - s: F,
1358 - n: function n() {
1359 - return _n >= r.length ? { done: !0 } : {
1360 - done: !1,
1361 - value: r[_n++]
1362 - };
1363 - },
1364 - e: function e(r) {
1365 - throw r;
1366 - },
1367 - f: F
1368 - };
1369 - }
1370 - throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1371 - }
1372 - var o;
1373 - var a = !0;
1374 - var u = !1;
1375 - return {
1376 - s: function s() {
1377 - t = t.call(r);
1378 - },
1379 - n: function n() {
1380 - var r = t.next();
1381 - return a = r.done, r;
1382 - },
1383 - e: function e(r) {
1384 - u = !0, o = r;
1385 - },
1386 - f: function f() {
1387 - try {
1388 - a || null == t.return || t.return();
1389 - } finally {
1390 - if (u) throw o;
1391 - }
1392 - }
1393 - };
1394 - }
1395 - __name(_createForOfIteratorHelper$1, "_createForOfIteratorHelper");
1396 - function _unsupportedIterableToArray$1(r, a) {
1397 - if (r) {
1398 - if ("string" == typeof r) return _arrayLikeToArray$1(r, a);
1399 - var t = {}.toString.call(r).slice(8, -1);
1400 - 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;
1401 - }
1402 - }
1403 - __name(_unsupportedIterableToArray$1, "_unsupportedIterableToArray");
1404 - function _arrayLikeToArray$1(r, a) {
1405 - (null == a || a > r.length) && (a = r.length);
1406 - for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
1407 - return n;
1408 - }
1409 - __name(_arrayLikeToArray$1, "_arrayLikeToArray");
1410 - /**
1411 - * Some FileAPI objects such as FileList, DataTransferItem and DataTransferItemList has inconsistency with the retrieved
1412 - * object (from events, etc.) and the actual JavaScript object so a regular instanceof doesn't work. This function can
1413 - * check whether it's instanceof by using the objects constructor and prototype names.
1414 - *
1415 - * @param object
1416 - * @param constructors
1417 - * @return {boolean}
1418 - */
1419 - var is_instanceof_default = /* @__PURE__ */ __name((function(object, constructors) {
1420 - constructors = Array.isArray(constructors) ? constructors : [constructors];
1421 - var _iterator = _createForOfIteratorHelper$1(constructors);
1422 - var _step;
1423 - try {
1424 - for (_iterator.s(); !(_step = _iterator.n()).done;) {
1425 - var constructor = _step.value;
1426 - if (object.constructor.name === constructor.prototype[Symbol.toStringTag]) return true;
1427 - }
1428 - } catch (err) {
1429 - _iterator.e(err);
1430 - } finally {
1431 - _iterator.f();
1432 - }
1433 - return false;
1434 - }), "default");
141 +module.exports = __webpack_require__(/*! core-js/library/fn/symbol */ "../node_modules/core-js/library/fn/symbol/index.js");
1435 142
1436 -//#endregion
1437 -//#region assets/dev/js/modules/imports/args-object.js
1438 - init_typeof();
1439 - function _callSuper$2(t, o, e) {
1440 - return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct$3() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
1441 - }
1442 - __name(_callSuper$2, "_callSuper");
1443 - function _isNativeReflectConstruct$3() {
1444 - try {
1445 - var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
1446 - } catch (t) {}
1447 - return (_isNativeReflectConstruct$3 = function _isNativeReflectConstruct() {
1448 - return !!t;
1449 - })();
1450 - }
1451 - __name(_isNativeReflectConstruct$3, "_isNativeReflectConstruct");
1452 - var ArgsObject = /*#__PURE__*/ function(_InstanceType) {
1453 - /**
1454 - * Function constructor().
1455 - *
1456 - * Create ArgsObject.
1457 - *
1458 - * @param {{}} args
1459 - */
1460 - function ArgsObject(args) {
1461 - var _this;
1462 - _classCallCheck(this, ArgsObject);
1463 - _this = _callSuper$2(this, ArgsObject);
1464 - _this.args = args;
1465 - return _this;
1466 - }
1467 - /**
1468 - * Function requireArgument().
1469 - *
1470 - * Validate property in args.
1471 - *
1472 - * @param {string} property
1473 - * @param {{}} args
1474 - *
1475 - * @throws {Error}
1476 - */
1477 - _inherits(ArgsObject, _InstanceType);
1478 - return _createClass(ArgsObject, [
1479 - {
1480 - key: "requireArgument",
1481 - value: function requireArgument(property) {
1482 - var args = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : this.args;
1483 - if (!Object.prototype.hasOwnProperty.call(args, property)) throw Error("".concat(property, " is required."));
1484 - }
1485 - },
1486 - {
1487 - key: "requireArgumentType",
1488 - value: function requireArgumentType(property, type) {
1489 - var args = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : this.args;
1490 - this.requireArgument(property, args);
1491 - if (_typeof(args[property]) !== type) throw Error("".concat(property, " invalid type: ").concat(type, "."));
1492 - }
1493 - },
1494 - {
1495 - key: "requireArgumentInstance",
1496 - value: function requireArgumentInstance(property, instance) {
1497 - var args = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : this.args;
1498 - this.requireArgument(property, args);
1499 - if (!(args[property] instanceof instance) && !is_instanceof_default(args[property], instance)) throw Error("".concat(property, " invalid instance."));
1500 - }
1501 - },
1502 - {
1503 - key: "requireArgumentConstructor",
1504 - value: function requireArgumentConstructor(property, type) {
1505 - var args = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : this.args;
1506 - this.requireArgument(property, args);
1507 - if (args[property].constructor.toString() !== type.prototype.constructor.toString()) throw Error("".concat(property, " invalid constructor type."));
1508 - }
1509 - }
1510 - ], [{
1511 - key: "getInstanceType",
1512 - value: function getInstanceType() {
1513 - return "ArgsObject";
1514 - }
1515 - }]);
1516 - }(InstanceType);
143 +/***/ }),
1517 144
1518 -//#endregion
1519 -//#region assets/dev/js/editor/container/panel.js
145 +/***/ "../node_modules/@babel/runtime-corejs2/core-js/symbol/has-instance.js":
146 +/*!*****************************************************************************!*\
147 + !*** ../node_modules/@babel/runtime-corejs2/core-js/symbol/has-instance.js ***!
148 + \*****************************************************************************/
149 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
150 +
151 +module.exports = __webpack_require__(/*! core-js/library/fn/symbol/has-instance */ "../node_modules/core-js/library/fn/symbol/has-instance.js");
152 +
153 +/***/ }),
154 +
155 +/***/ "../node_modules/@babel/runtime-corejs2/core-js/symbol/iterator.js":
156 +/*!*************************************************************************!*\
157 + !*** ../node_modules/@babel/runtime-corejs2/core-js/symbol/iterator.js ***!
158 + \*************************************************************************/
159 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
160 +
161 +module.exports = __webpack_require__(/*! core-js/library/fn/symbol/iterator */ "../node_modules/core-js/library/fn/symbol/iterator.js");
162 +
163 +/***/ }),
164 +
165 +/***/ "../node_modules/@babel/runtime-corejs2/core-js/symbol/to-string-tag.js":
166 +/*!******************************************************************************!*\
167 + !*** ../node_modules/@babel/runtime-corejs2/core-js/symbol/to-string-tag.js ***!
168 + \******************************************************************************/
169 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
170 +
171 +module.exports = __webpack_require__(/*! core-js/library/fn/symbol/to-string-tag */ "../node_modules/core-js/library/fn/symbol/to-string-tag.js");
172 +
173 +/***/ }),
174 +
175 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/arrayLikeToArray.js":
176 +/*!**************************************************************************!*\
177 + !*** ../node_modules/@babel/runtime-corejs2/helpers/arrayLikeToArray.js ***!
178 + \**************************************************************************/
179 +/***/ ((module) => {
180 +
181 +function _arrayLikeToArray(arr, len) {
182 + if (len == null || len > arr.length) len = arr.length;
183 +
184 + for (var i = 0, arr2 = new Array(len); i < len; i++) {
185 + arr2[i] = arr[i];
186 + }
187 +
188 + return arr2;
189 +}
190 +
191 +module.exports = _arrayLikeToArray;
192 +module.exports["default"] = module.exports, module.exports.__esModule = true;
193 +
194 +/***/ }),
195 +
196 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/arrayWithHoles.js":
197 +/*!************************************************************************!*\
198 + !*** ../node_modules/@babel/runtime-corejs2/helpers/arrayWithHoles.js ***!
199 + \************************************************************************/
200 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
201 +
202 +var _Array$isArray = __webpack_require__(/*! @babel/runtime-corejs2/core-js/array/is-array */ "../node_modules/@babel/runtime-corejs2/core-js/array/is-array.js");
203 +
204 +function _arrayWithHoles(arr) {
205 + if (_Array$isArray(arr)) return arr;
206 +}
207 +
208 +module.exports = _arrayWithHoles;
209 +module.exports["default"] = module.exports, module.exports.__esModule = true;
210 +
211 +/***/ }),
212 +
213 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/assertThisInitialized.js":
214 +/*!*******************************************************************************!*\
215 + !*** ../node_modules/@babel/runtime-corejs2/helpers/assertThisInitialized.js ***!
216 + \*******************************************************************************/
217 +/***/ ((module) => {
218 +
219 +function _assertThisInitialized(self) {
220 + if (self === void 0) {
221 + throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
222 + }
223 +
224 + return self;
225 +}
226 +
227 +module.exports = _assertThisInitialized;
228 +module.exports["default"] = module.exports, module.exports.__esModule = true;
229 +
230 +/***/ }),
231 +
232 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/classCallCheck.js":
233 +/*!************************************************************************!*\
234 + !*** ../node_modules/@babel/runtime-corejs2/helpers/classCallCheck.js ***!
235 + \************************************************************************/
236 +/***/ ((module) => {
237 +
238 +function _classCallCheck(instance, Constructor) {
239 + if (!(instance instanceof Constructor)) {
240 + throw new TypeError("Cannot call a class as a function");
241 + }
242 +}
243 +
244 +module.exports = _classCallCheck;
245 +module.exports["default"] = module.exports, module.exports.__esModule = true;
246 +
247 +/***/ }),
248 +
249 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/construct.js":
250 +/*!*******************************************************************!*\
251 + !*** ../node_modules/@babel/runtime-corejs2/helpers/construct.js ***!
252 + \*******************************************************************/
253 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
254 +
255 +var _Reflect$construct = __webpack_require__(/*! @babel/runtime-corejs2/core-js/reflect/construct */ "../node_modules/@babel/runtime-corejs2/core-js/reflect/construct.js");
256 +
257 +var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf.js */ "../node_modules/@babel/runtime-corejs2/helpers/setPrototypeOf.js");
258 +
259 +var isNativeReflectConstruct = __webpack_require__(/*! ./isNativeReflectConstruct.js */ "../node_modules/@babel/runtime-corejs2/helpers/isNativeReflectConstruct.js");
260 +
261 +function _construct(Parent, args, Class) {
262 + if (isNativeReflectConstruct()) {
263 + module.exports = _construct = _Reflect$construct;
264 + module.exports["default"] = module.exports, module.exports.__esModule = true;
265 + } else {
266 + module.exports = _construct = function _construct(Parent, args, Class) {
267 + var a = [null];
268 + a.push.apply(a, args);
269 + var Constructor = Function.bind.apply(Parent, a);
270 + var instance = new Constructor();
271 + if (Class) setPrototypeOf(instance, Class.prototype);
272 + return instance;
273 + };
274 +
275 + module.exports["default"] = module.exports, module.exports.__esModule = true;
276 + }
277 +
278 + return _construct.apply(null, arguments);
279 +}
280 +
281 +module.exports = _construct;
282 +module.exports["default"] = module.exports, module.exports.__esModule = true;
283 +
284 +/***/ }),
285 +
286 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/createClass.js":
287 +/*!*********************************************************************!*\
288 + !*** ../node_modules/@babel/runtime-corejs2/helpers/createClass.js ***!
289 + \*********************************************************************/
290 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
291 +
292 +var _Object$defineProperty = __webpack_require__(/*! @babel/runtime-corejs2/core-js/object/define-property */ "../node_modules/@babel/runtime-corejs2/core-js/object/define-property.js");
293 +
294 +function _defineProperties(target, props) {
295 + for (var i = 0; i < props.length; i++) {
296 + var descriptor = props[i];
297 + descriptor.enumerable = descriptor.enumerable || false;
298 + descriptor.configurable = true;
299 + if ("value" in descriptor) descriptor.writable = true;
300 +
301 + _Object$defineProperty(target, descriptor.key, descriptor);
302 + }
303 +}
304 +
305 +function _createClass(Constructor, protoProps, staticProps) {
306 + if (protoProps) _defineProperties(Constructor.prototype, protoProps);
307 + if (staticProps) _defineProperties(Constructor, staticProps);
308 + return Constructor;
309 +}
310 +
311 +module.exports = _createClass;
312 +module.exports["default"] = module.exports, module.exports.__esModule = true;
313 +
314 +/***/ }),
315 +
316 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/createForOfIteratorHelper.js":
317 +/*!***********************************************************************************!*\
318 + !*** ../node_modules/@babel/runtime-corejs2/helpers/createForOfIteratorHelper.js ***!
319 + \***********************************************************************************/
320 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
321 +
322 +var _Symbol = __webpack_require__(/*! @babel/runtime-corejs2/core-js/symbol */ "../node_modules/@babel/runtime-corejs2/core-js/symbol.js");
323 +
324 +var _Symbol$iterator = __webpack_require__(/*! @babel/runtime-corejs2/core-js/symbol/iterator */ "../node_modules/@babel/runtime-corejs2/core-js/symbol/iterator.js");
325 +
326 +var _Array$isArray = __webpack_require__(/*! @babel/runtime-corejs2/core-js/array/is-array */ "../node_modules/@babel/runtime-corejs2/core-js/array/is-array.js");
327 +
328 +var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../node_modules/@babel/runtime-corejs2/helpers/unsupportedIterableToArray.js");
329 +
330 +function _createForOfIteratorHelper(o, allowArrayLike) {
331 + var it = typeof _Symbol !== "undefined" && o[_Symbol$iterator] || o["@@iterator"];
332 +
333 + if (!it) {
334 + if (_Array$isArray(o) || (it = unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
335 + if (it) o = it;
336 + var i = 0;
337 +
338 + var F = function F() {};
339 +
340 + return {
341 + s: F,
342 + n: function n() {
343 + if (i >= o.length) return {
344 + done: true
345 + };
346 + return {
347 + done: false,
348 + value: o[i++]
349 + };
350 + },
351 + e: function e(_e) {
352 + throw _e;
353 + },
354 + f: F
355 + };
356 + }
357 +
358 + throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
359 + }
360 +
361 + var normalCompletion = true,
362 + didErr = false,
363 + err;
364 + return {
365 + s: function s() {
366 + it = it.call(o);
367 + },
368 + n: function n() {
369 + var step = it.next();
370 + normalCompletion = step.done;
371 + return step;
372 + },
373 + e: function e(_e2) {
374 + didErr = true;
375 + err = _e2;
376 + },
377 + f: function f() {
378 + try {
379 + if (!normalCompletion && it["return"] != null) it["return"]();
380 + } finally {
381 + if (didErr) throw err;
382 + }
383 + }
384 + };
385 +}
386 +
387 +module.exports = _createForOfIteratorHelper;
388 +module.exports["default"] = module.exports, module.exports.__esModule = true;
389 +
390 +/***/ }),
391 +
392 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/createSuper.js":
393 +/*!*********************************************************************!*\
394 + !*** ../node_modules/@babel/runtime-corejs2/helpers/createSuper.js ***!
395 + \*********************************************************************/
396 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
397 +
398 +var _Reflect$construct = __webpack_require__(/*! @babel/runtime-corejs2/core-js/reflect/construct */ "../node_modules/@babel/runtime-corejs2/core-js/reflect/construct.js");
399 +
400 +var getPrototypeOf = __webpack_require__(/*! ./getPrototypeOf.js */ "../node_modules/@babel/runtime-corejs2/helpers/getPrototypeOf.js");
401 +
402 +var isNativeReflectConstruct = __webpack_require__(/*! ./isNativeReflectConstruct.js */ "../node_modules/@babel/runtime-corejs2/helpers/isNativeReflectConstruct.js");
403 +
404 +var possibleConstructorReturn = __webpack_require__(/*! ./possibleConstructorReturn.js */ "../node_modules/@babel/runtime-corejs2/helpers/possibleConstructorReturn.js");
405 +
406 +function _createSuper(Derived) {
407 + var hasNativeReflectConstruct = isNativeReflectConstruct();
408 + return function _createSuperInternal() {
409 + var Super = getPrototypeOf(Derived),
410 + result;
411 +
412 + if (hasNativeReflectConstruct) {
413 + var NewTarget = getPrototypeOf(this).constructor;
414 + result = _Reflect$construct(Super, arguments, NewTarget);
415 + } else {
416 + result = Super.apply(this, arguments);
417 + }
418 +
419 + return possibleConstructorReturn(this, result);
420 + };
421 +}
422 +
423 +module.exports = _createSuper;
424 +module.exports["default"] = module.exports, module.exports.__esModule = true;
425 +
426 +/***/ }),
427 +
428 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/defineProperty.js":
429 +/*!************************************************************************!*\
430 + !*** ../node_modules/@babel/runtime-corejs2/helpers/defineProperty.js ***!
431 + \************************************************************************/
432 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
433 +
434 +var _Object$defineProperty = __webpack_require__(/*! @babel/runtime-corejs2/core-js/object/define-property */ "../node_modules/@babel/runtime-corejs2/core-js/object/define-property.js");
435 +
436 +function _defineProperty(obj, key, value) {
437 + if (key in obj) {
438 + _Object$defineProperty(obj, key, {
439 + value: value,
440 + enumerable: true,
441 + configurable: true,
442 + writable: true
443 + });
444 + } else {
445 + obj[key] = value;
446 + }
447 +
448 + return obj;
449 +}
450 +
451 +module.exports = _defineProperty;
452 +module.exports["default"] = module.exports, module.exports.__esModule = true;
453 +
454 +/***/ }),
455 +
456 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/get.js":
457 +/*!*************************************************************!*\
458 + !*** ../node_modules/@babel/runtime-corejs2/helpers/get.js ***!
459 + \*************************************************************/
460 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
461 +
462 +var _Reflect$get = __webpack_require__(/*! @babel/runtime-corejs2/core-js/reflect/get */ "../node_modules/@babel/runtime-corejs2/core-js/reflect/get.js");
463 +
464 +var _Object$getOwnPropertyDescriptor = __webpack_require__(/*! @babel/runtime-corejs2/core-js/object/get-own-property-descriptor */ "../node_modules/@babel/runtime-corejs2/core-js/object/get-own-property-descriptor.js");
465 +
466 +var superPropBase = __webpack_require__(/*! ./superPropBase.js */ "../node_modules/@babel/runtime-corejs2/helpers/superPropBase.js");
467 +
468 +function _get(target, property, receiver) {
469 + if (typeof Reflect !== "undefined" && _Reflect$get) {
470 + module.exports = _get = _Reflect$get;
471 + module.exports["default"] = module.exports, module.exports.__esModule = true;
472 + } else {
473 + module.exports = _get = function _get(target, property, receiver) {
474 + var base = superPropBase(target, property);
475 + if (!base) return;
476 +
477 + var desc = _Object$getOwnPropertyDescriptor(base, property);
478 +
479 + if (desc.get) {
480 + return desc.get.call(receiver);
481 + }
482 +
483 + return desc.value;
484 + };
485 +
486 + module.exports["default"] = module.exports, module.exports.__esModule = true;
487 + }
488 +
489 + return _get(target, property, receiver || target);
490 +}
491 +
492 +module.exports = _get;
493 +module.exports["default"] = module.exports, module.exports.__esModule = true;
494 +
495 +/***/ }),
496 +
497 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/getPrototypeOf.js":
498 +/*!************************************************************************!*\
499 + !*** ../node_modules/@babel/runtime-corejs2/helpers/getPrototypeOf.js ***!
500 + \************************************************************************/
501 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
502 +
503 +var _Object$setPrototypeOf = __webpack_require__(/*! @babel/runtime-corejs2/core-js/object/set-prototype-of */ "../node_modules/@babel/runtime-corejs2/core-js/object/set-prototype-of.js");
504 +
505 +var _Object$getPrototypeOf = __webpack_require__(/*! @babel/runtime-corejs2/core-js/object/get-prototype-of */ "../node_modules/@babel/runtime-corejs2/core-js/object/get-prototype-of.js");
506 +
507 +function _getPrototypeOf(o) {
508 + module.exports = _getPrototypeOf = _Object$setPrototypeOf ? _Object$getPrototypeOf : function _getPrototypeOf(o) {
509 + return o.__proto__ || _Object$getPrototypeOf(o);
510 + };
511 + module.exports["default"] = module.exports, module.exports.__esModule = true;
512 + return _getPrototypeOf(o);
513 +}
514 +
515 +module.exports = _getPrototypeOf;
516 +module.exports["default"] = module.exports, module.exports.__esModule = true;
517 +
518 +/***/ }),
519 +
520 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/inherits.js":
521 +/*!******************************************************************!*\
522 + !*** ../node_modules/@babel/runtime-corejs2/helpers/inherits.js ***!
523 + \******************************************************************/
524 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
525 +
526 +var _Object$create = __webpack_require__(/*! @babel/runtime-corejs2/core-js/object/create */ "../node_modules/@babel/runtime-corejs2/core-js/object/create.js");
527 +
528 +var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf.js */ "../node_modules/@babel/runtime-corejs2/helpers/setPrototypeOf.js");
529 +
530 +function _inherits(subClass, superClass) {
531 + if (typeof superClass !== "function" && superClass !== null) {
532 + throw new TypeError("Super expression must either be null or a function");
533 + }
534 +
535 + subClass.prototype = _Object$create(superClass && superClass.prototype, {
536 + constructor: {
537 + value: subClass,
538 + writable: true,
539 + configurable: true
540 + }
541 + });
542 + if (superClass) setPrototypeOf(subClass, superClass);
543 +}
544 +
545 +module.exports = _inherits;
546 +module.exports["default"] = module.exports, module.exports.__esModule = true;
547 +
548 +/***/ }),
549 +
550 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/interopRequireDefault.js":
551 +/*!*******************************************************************************!*\
552 + !*** ../node_modules/@babel/runtime-corejs2/helpers/interopRequireDefault.js ***!
553 + \*******************************************************************************/
554 +/***/ ((module) => {
555 +
556 +function _interopRequireDefault(obj) {
557 + return obj && obj.__esModule ? obj : {
558 + "default": obj
559 + };
560 +}
561 +
562 +module.exports = _interopRequireDefault;
563 +module.exports["default"] = module.exports, module.exports.__esModule = true;
564 +
565 +/***/ }),
566 +
567 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/isNativeFunction.js":
568 +/*!**************************************************************************!*\
569 + !*** ../node_modules/@babel/runtime-corejs2/helpers/isNativeFunction.js ***!
570 + \**************************************************************************/
571 +/***/ ((module) => {
572 +
573 +function _isNativeFunction(fn) {
574 + return Function.toString.call(fn).indexOf("[native code]") !== -1;
575 +}
576 +
577 +module.exports = _isNativeFunction;
578 +module.exports["default"] = module.exports, module.exports.__esModule = true;
579 +
580 +/***/ }),
581 +
582 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/isNativeReflectConstruct.js":
583 +/*!**********************************************************************************!*\
584 + !*** ../node_modules/@babel/runtime-corejs2/helpers/isNativeReflectConstruct.js ***!
585 + \**********************************************************************************/
586 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
587 +
588 +var _Reflect$construct = __webpack_require__(/*! @babel/runtime-corejs2/core-js/reflect/construct */ "../node_modules/@babel/runtime-corejs2/core-js/reflect/construct.js");
589 +
590 +function _isNativeReflectConstruct() {
591 + if (typeof Reflect === "undefined" || !_Reflect$construct) return false;
592 + if (_Reflect$construct.sham) return false;
593 + if (typeof Proxy === "function") return true;
594 +
595 + try {
596 + Boolean.prototype.valueOf.call(_Reflect$construct(Boolean, [], function () {}));
597 + return true;
598 + } catch (e) {
599 + return false;
600 + }
601 +}
602 +
603 +module.exports = _isNativeReflectConstruct;
604 +module.exports["default"] = module.exports, module.exports.__esModule = true;
605 +
606 +/***/ }),
607 +
608 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/iterableToArrayLimit.js":
609 +/*!******************************************************************************!*\
610 + !*** ../node_modules/@babel/runtime-corejs2/helpers/iterableToArrayLimit.js ***!
611 + \******************************************************************************/
612 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
613 +
614 +var _Symbol = __webpack_require__(/*! @babel/runtime-corejs2/core-js/symbol */ "../node_modules/@babel/runtime-corejs2/core-js/symbol.js");
615 +
616 +var _Symbol$iterator = __webpack_require__(/*! @babel/runtime-corejs2/core-js/symbol/iterator */ "../node_modules/@babel/runtime-corejs2/core-js/symbol/iterator.js");
617 +
618 +function _iterableToArrayLimit(arr, i) {
619 + var _i = arr == null ? null : typeof _Symbol !== "undefined" && arr[_Symbol$iterator] || arr["@@iterator"];
620 +
621 + if (_i == null) return;
622 + var _arr = [];
623 + var _n = true;
624 + var _d = false;
625 +
626 + var _s, _e;
627 +
628 + try {
629 + for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
630 + _arr.push(_s.value);
631 +
632 + if (i && _arr.length === i) break;
633 + }
634 + } catch (err) {
635 + _d = true;
636 + _e = err;
637 + } finally {
638 + try {
639 + if (!_n && _i["return"] != null) _i["return"]();
640 + } finally {
641 + if (_d) throw _e;
642 + }
643 + }
644 +
645 + return _arr;
646 +}
647 +
648 +module.exports = _iterableToArrayLimit;
649 +module.exports["default"] = module.exports, module.exports.__esModule = true;
650 +
651 +/***/ }),
652 +
653 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/nonIterableRest.js":
654 +/*!*************************************************************************!*\
655 + !*** ../node_modules/@babel/runtime-corejs2/helpers/nonIterableRest.js ***!
656 + \*************************************************************************/
657 +/***/ ((module) => {
658 +
659 +function _nonIterableRest() {
660 + throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
661 +}
662 +
663 +module.exports = _nonIterableRest;
664 +module.exports["default"] = module.exports, module.exports.__esModule = true;
665 +
666 +/***/ }),
667 +
668 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/possibleConstructorReturn.js":
669 +/*!***********************************************************************************!*\
670 + !*** ../node_modules/@babel/runtime-corejs2/helpers/possibleConstructorReturn.js ***!
671 + \***********************************************************************************/
672 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
673 +
674 +var _typeof = __webpack_require__(/*! @babel/runtime-corejs2/helpers/typeof */ "../node_modules/@babel/runtime-corejs2/helpers/typeof.js")["default"];
675 +
676 +var assertThisInitialized = __webpack_require__(/*! ./assertThisInitialized.js */ "../node_modules/@babel/runtime-corejs2/helpers/assertThisInitialized.js");
677 +
678 +function _possibleConstructorReturn(self, call) {
679 + if (call && (_typeof(call) === "object" || typeof call === "function")) {
680 + return call;
681 + } else if (call !== void 0) {
682 + throw new TypeError("Derived constructors may only return object or undefined");
683 + }
684 +
685 + return assertThisInitialized(self);
686 +}
687 +
688 +module.exports = _possibleConstructorReturn;
689 +module.exports["default"] = module.exports, module.exports.__esModule = true;
690 +
691 +/***/ }),
692 +
693 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/setPrototypeOf.js":
694 +/*!************************************************************************!*\
695 + !*** ../node_modules/@babel/runtime-corejs2/helpers/setPrototypeOf.js ***!
696 + \************************************************************************/
697 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
698 +
699 +var _Object$setPrototypeOf = __webpack_require__(/*! @babel/runtime-corejs2/core-js/object/set-prototype-of */ "../node_modules/@babel/runtime-corejs2/core-js/object/set-prototype-of.js");
700 +
701 +function _setPrototypeOf(o, p) {
702 + module.exports = _setPrototypeOf = _Object$setPrototypeOf || function _setPrototypeOf(o, p) {
703 + o.__proto__ = p;
704 + return o;
705 + };
706 +
707 + module.exports["default"] = module.exports, module.exports.__esModule = true;
708 + return _setPrototypeOf(o, p);
709 +}
710 +
711 +module.exports = _setPrototypeOf;
712 +module.exports["default"] = module.exports, module.exports.__esModule = true;
713 +
714 +/***/ }),
715 +
716 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/slicedToArray.js":
717 +/*!***********************************************************************!*\
718 + !*** ../node_modules/@babel/runtime-corejs2/helpers/slicedToArray.js ***!
719 + \***********************************************************************/
720 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
721 +
722 +var arrayWithHoles = __webpack_require__(/*! ./arrayWithHoles.js */ "../node_modules/@babel/runtime-corejs2/helpers/arrayWithHoles.js");
723 +
724 +var iterableToArrayLimit = __webpack_require__(/*! ./iterableToArrayLimit.js */ "../node_modules/@babel/runtime-corejs2/helpers/iterableToArrayLimit.js");
725 +
726 +var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../node_modules/@babel/runtime-corejs2/helpers/unsupportedIterableToArray.js");
727 +
728 +var nonIterableRest = __webpack_require__(/*! ./nonIterableRest.js */ "../node_modules/@babel/runtime-corejs2/helpers/nonIterableRest.js");
729 +
730 +function _slicedToArray(arr, i) {
731 + return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest();
732 +}
733 +
734 +module.exports = _slicedToArray;
735 +module.exports["default"] = module.exports, module.exports.__esModule = true;
736 +
737 +/***/ }),
738 +
739 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/superPropBase.js":
740 +/*!***********************************************************************!*\
741 + !*** ../node_modules/@babel/runtime-corejs2/helpers/superPropBase.js ***!
742 + \***********************************************************************/
743 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
744 +
745 +var getPrototypeOf = __webpack_require__(/*! ./getPrototypeOf.js */ "../node_modules/@babel/runtime-corejs2/helpers/getPrototypeOf.js");
746 +
747 +function _superPropBase(object, property) {
748 + while (!Object.prototype.hasOwnProperty.call(object, property)) {
749 + object = getPrototypeOf(object);
750 + if (object === null) break;
751 + }
752 +
753 + return object;
754 +}
755 +
756 +module.exports = _superPropBase;
757 +module.exports["default"] = module.exports, module.exports.__esModule = true;
758 +
759 +/***/ }),
760 +
761 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/typeof.js":
762 +/*!****************************************************************!*\
763 + !*** ../node_modules/@babel/runtime-corejs2/helpers/typeof.js ***!
764 + \****************************************************************/
765 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
766 +
767 +var _Symbol = __webpack_require__(/*! @babel/runtime-corejs2/core-js/symbol */ "../node_modules/@babel/runtime-corejs2/core-js/symbol.js");
768 +
769 +var _Symbol$iterator = __webpack_require__(/*! @babel/runtime-corejs2/core-js/symbol/iterator */ "../node_modules/@babel/runtime-corejs2/core-js/symbol/iterator.js");
770 +
771 +function _typeof(obj) {
772 + "@babel/helpers - typeof";
773 +
774 + if (typeof _Symbol === "function" && typeof _Symbol$iterator === "symbol") {
775 + module.exports = _typeof = function _typeof(obj) {
776 + return typeof obj;
777 + };
778 +
779 + module.exports["default"] = module.exports, module.exports.__esModule = true;
780 + } else {
781 + module.exports = _typeof = function _typeof(obj) {
782 + return obj && typeof _Symbol === "function" && obj.constructor === _Symbol && obj !== _Symbol.prototype ? "symbol" : typeof obj;
783 + };
784 +
785 + module.exports["default"] = module.exports, module.exports.__esModule = true;
786 + }
787 +
788 + return _typeof(obj);
789 +}
790 +
791 +module.exports = _typeof;
792 +module.exports["default"] = module.exports, module.exports.__esModule = true;
793 +
794 +/***/ }),
795 +
796 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/unsupportedIterableToArray.js":
797 +/*!************************************************************************************!*\
798 + !*** ../node_modules/@babel/runtime-corejs2/helpers/unsupportedIterableToArray.js ***!
799 + \************************************************************************************/
800 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
801 +
802 +var _Array$from = __webpack_require__(/*! @babel/runtime-corejs2/core-js/array/from */ "../node_modules/@babel/runtime-corejs2/core-js/array/from.js");
803 +
804 +var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray.js */ "../node_modules/@babel/runtime-corejs2/helpers/arrayLikeToArray.js");
805 +
806 +function _unsupportedIterableToArray(o, minLen) {
807 + if (!o) return;
808 + if (typeof o === "string") return arrayLikeToArray(o, minLen);
809 + var n = Object.prototype.toString.call(o).slice(8, -1);
810 + if (n === "Object" && o.constructor) n = o.constructor.name;
811 + if (n === "Map" || n === "Set") return _Array$from(o);
812 + if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen);
813 +}
814 +
815 +module.exports = _unsupportedIterableToArray;
816 +module.exports["default"] = module.exports, module.exports.__esModule = true;
817 +
818 +/***/ }),
819 +
820 +/***/ "../node_modules/@babel/runtime-corejs2/helpers/wrapNativeSuper.js":
821 +/*!*************************************************************************!*\
822 + !*** ../node_modules/@babel/runtime-corejs2/helpers/wrapNativeSuper.js ***!
823 + \*************************************************************************/
824 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
825 +
826 +var _Map = __webpack_require__(/*! @babel/runtime-corejs2/core-js/map */ "../node_modules/@babel/runtime-corejs2/core-js/map.js");
827 +
828 +var _Object$create = __webpack_require__(/*! @babel/runtime-corejs2/core-js/object/create */ "../node_modules/@babel/runtime-corejs2/core-js/object/create.js");
829 +
830 +var getPrototypeOf = __webpack_require__(/*! ./getPrototypeOf.js */ "../node_modules/@babel/runtime-corejs2/helpers/getPrototypeOf.js");
831 +
832 +var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf.js */ "../node_modules/@babel/runtime-corejs2/helpers/setPrototypeOf.js");
833 +
834 +var isNativeFunction = __webpack_require__(/*! ./isNativeFunction.js */ "../node_modules/@babel/runtime-corejs2/helpers/isNativeFunction.js");
835 +
836 +var construct = __webpack_require__(/*! ./construct.js */ "../node_modules/@babel/runtime-corejs2/helpers/construct.js");
837 +
838 +function _wrapNativeSuper(Class) {
839 + var _cache = typeof _Map === "function" ? new _Map() : undefined;
840 +
841 + module.exports = _wrapNativeSuper = function _wrapNativeSuper(Class) {
842 + if (Class === null || !isNativeFunction(Class)) return Class;
843 +
844 + if (typeof Class !== "function") {
845 + throw new TypeError("Super expression must either be null or a function");
846 + }
847 +
848 + if (typeof _cache !== "undefined") {
849 + if (_cache.has(Class)) return _cache.get(Class);
850 +
851 + _cache.set(Class, Wrapper);
852 + }
853 +
854 + function Wrapper() {
855 + return construct(Class, arguments, getPrototypeOf(this).constructor);
856 + }
857 +
858 + Wrapper.prototype = _Object$create(Class.prototype, {
859 + constructor: {
860 + value: Wrapper,
861 + enumerable: false,
862 + writable: true,
863 + configurable: true
864 + }
865 + });
866 + return setPrototypeOf(Wrapper, Class);
867 + };
868 +
869 + module.exports["default"] = module.exports, module.exports.__esModule = true;
870 + return _wrapNativeSuper(Class);
871 +}
872 +
873 +module.exports = _wrapNativeSuper;
874 +module.exports["default"] = module.exports, module.exports.__esModule = true;
875 +
876 +/***/ }),
877 +
878 +/***/ "../assets/dev/js/editor/container/container.js":
879 +/*!******************************************************!*\
880 + !*** ../assets/dev/js/editor/container/container.js ***!
881 + \******************************************************/
882 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
883 +
884 +"use strict";
885 +/* provided dependency */ var __ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n")["__"];
886 +
887 +
888 +var _Object$defineProperty2 = __webpack_require__(/*! @babel/runtime-corejs2/core-js/object/define-property */ "../node_modules/@babel/runtime-corejs2/core-js/object/define-property.js");
889 +
890 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime-corejs2/helpers/interopRequireDefault */ "../node_modules/@babel/runtime-corejs2/helpers/interopRequireDefault.js");
891 +
892 +_Object$defineProperty2(exports, "__esModule", {
893 + value: true
894 +});
895 +
896 +exports["default"] = void 0;
897 +
898 +__webpack_require__(/*! core-js/modules/es6.function.name.js */ "../node_modules/core-js/modules/es6.function.name.js");
899 +
900 +__webpack_require__(/*! core-js/modules/es6.string.starts-with.js */ "../node_modules/core-js/modules/es6.string.starts-with.js");
901 +
902 +__webpack_require__(/*! core-js/modules/es6.object.to-string.js */ "../node_modules/core-js/modules/es6.object.to-string.js");
903 +
904 +__webpack_require__(/*! core-js/modules/es6.regexp.to-string.js */ "../node_modules/core-js/modules/es6.regexp.to-string.js");
905 +
906 +__webpack_require__(/*! core-js/modules/es6.array.filter.js */ "../node_modules/core-js/modules/es6.array.filter.js");
907 +
908 +__webpack_require__(/*! core-js/modules/es7.array.includes.js */ "../node_modules/core-js/modules/es7.array.includes.js");
909 +
910 +__webpack_require__(/*! core-js/modules/es6.regexp.replace.js */ "../node_modules/core-js/modules/es6.regexp.replace.js");
911 +
912 +var _entries = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/core-js/object/entries */ "../node_modules/@babel/runtime-corejs2/core-js/object/entries.js"));
913 +
914 +var _keys = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/core-js/object/keys */ "../node_modules/@babel/runtime-corejs2/core-js/object/keys.js"));
915 +
916 +var _values = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/core-js/object/values */ "../node_modules/@babel/runtime-corejs2/core-js/object/values.js"));
917 +
918 +var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/core-js/object/define-property */ "../node_modules/@babel/runtime-corejs2/core-js/object/define-property.js"));
919 +
920 +var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/typeof */ "../node_modules/@babel/runtime-corejs2/helpers/typeof.js"));
921 +
922 +var _slicedToArray2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/slicedToArray */ "../node_modules/@babel/runtime-corejs2/helpers/slicedToArray.js"));
923 +
924 +var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/classCallCheck */ "../node_modules/@babel/runtime-corejs2/helpers/classCallCheck.js"));
925 +
926 +var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/createClass */ "../node_modules/@babel/runtime-corejs2/helpers/createClass.js"));
927 +
928 +var _assertThisInitialized2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/assertThisInitialized */ "../node_modules/@babel/runtime-corejs2/helpers/assertThisInitialized.js"));
929 +
930 +var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/inherits */ "../node_modules/@babel/runtime-corejs2/helpers/inherits.js"));
931 +
932 +var _createSuper2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/createSuper */ "../node_modules/@babel/runtime-corejs2/helpers/createSuper.js"));
933 +
934 +var _defineProperty3 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/defineProperty */ "../node_modules/@babel/runtime-corejs2/helpers/defineProperty.js"));
935 +
936 +var _argsObject = _interopRequireDefault(__webpack_require__(/*! ../../modules/imports/args-object */ "../assets/dev/js/modules/imports/args-object.js"));
937 +
938 +var _panel = _interopRequireDefault(__webpack_require__(/*! ./panel */ "../assets/dev/js/editor/container/panel.js"));
939 +
940 +var _childrenArray = _interopRequireDefault(__webpack_require__(/*! ./model/children-array */ "../assets/dev/js/editor/container/model/children-array.js"));
941 +
1520 942 /**
1521 - * @typedef {import('./container')} Container
1522 - */
1523 - var Panel = /*#__PURE__*/ function() {
1524 - /**
1525 - * Function constructor().
1526 - *
1527 - * Create constructor panel.
1528 - *
1529 - * @param {Container} container
1530 - */
1531 - function Panel(container) {
1532 - _classCallCheck(this, Panel);
1533 - this.container = container;
1534 - }
1535 - /**
1536 - * Function refresh().
1537 - *
1538 - * Refresh the panel.
1539 - */
1540 - return _createClass(Panel, [
1541 - {
1542 - key: "refresh",
1543 - value: function refresh() {
1544 - if ($e.routes.isPartOf("panel/editor")) $e.routes.refreshContainer("panel");
1545 - }
1546 - },
1547 - {
1548 - key: "closeEditor",
1549 - value: function closeEditor() {
1550 - $e.route("panel/elements/categories");
1551 - }
1552 - },
1553 - {
1554 - key: "getControlView",
1555 - value: function getControlView(name) {
1556 - return elementor.getPanelView().getCurrentPageView().children.findByModelCid(this.getControlModel(name).cid);
1557 - }
1558 - },
1559 - {
1560 - key: "getControlModel",
1561 - value: function getControlModel(name) {
1562 - return elementor.getPanelView().getCurrentPageView().collection.findWhere({ name });
1563 - }
1564 - }
1565 - ]);
1566 - }();
943 + * TODO: ViewsOptions
944 + * @typedef {(Marionette.View|Marionette.CompositeView|BaseElementView|SectionView|BaseContainer)} ViewsOptions
945 + */
946 +var Container = /*#__PURE__*/function (_ArgsObject) {
947 + (0, _inherits2.default)(Container, _ArgsObject);
1567 948
1568 -//#endregion
1569 -//#region node_modules/@babel/runtime/helpers/esm/isNativeFunction.js
1570 - function _isNativeFunction(t) {
1571 - try {
1572 - return -1 !== Function.toString.call(t).indexOf("[native code]");
1573 - } catch (n) {
1574 - return "function" == typeof t;
1575 - }
1576 - }
949 + var _super = (0, _createSuper2.default)(Container);
1577 950
1578 -//#endregion
1579 -//#region node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js
1580 - function _isNativeReflectConstruct$2() {
1581 - try {
1582 - var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
1583 - } catch (t) {}
1584 - return (_isNativeReflectConstruct$2 = function _isNativeReflectConstruct() {
1585 - return !!t;
1586 - })();
1587 - }
1588 - __name(_isNativeReflectConstruct$2, "_isNativeReflectConstruct");
951 + // TODO: Swap those backwards compatibility is required.
1589 952
1590 -//#endregion
1591 -//#region node_modules/@babel/runtime/helpers/esm/construct.js
1592 - function _construct(t, e, r) {
1593 - if (_isNativeReflectConstruct$2()) return Reflect.construct.apply(null, arguments);
1594 - var o = [null];
1595 - o.push.apply(o, e);
1596 - var p = new (t.bind.apply(t, o))();
1597 - return r && _setPrototypeOf(p, r.prototype), p;
1598 - }
953 + /**
954 + * Container type.
955 + *
956 + * @type {string}
957 + */
1599 958
1600 -//#endregion
1601 -//#region node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js
1602 - function _wrapNativeSuper(t) {
1603 - var r = "function" == typeof Map ? /* @__PURE__ */ new Map() : void 0;
1604 - return _wrapNativeSuper = function _wrapNativeSuper(t) {
1605 - if (null === t || !_isNativeFunction(t)) return t;
1606 - if ("function" != typeof t) throw new TypeError("Super expression must either be null or a function");
1607 - if (void 0 !== r) {
1608 - if (r.has(t)) return r.get(t);
1609 - r.set(t, Wrapper);
1610 - }
1611 - function Wrapper() {
1612 - return _construct(t, arguments, _getPrototypeOf(this).constructor);
1613 - }
1614 - return Wrapper.prototype = Object.create(t.prototype, { constructor: {
1615 - value: Wrapper,
1616 - enumerable: !1,
1617 - writable: !0,
1618 - configurable: !0
1619 - } }), _setPrototypeOf(Wrapper, t);
1620 - }, _wrapNativeSuper(t);
1621 - }
959 + /**
960 + * Container id.
961 + *
962 + * @type {string}
963 + */
1622 964
1623 -//#endregion
1624 -//#region assets/dev/js/editor/container/model/children-array.js
1625 - function _createForOfIteratorHelper(r, e) {
1626 - var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
1627 - if (!t) {
1628 - if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) {
1629 - t && (r = t);
1630 - var _n = 0;
1631 - var F = function F() {};
1632 - return {
1633 - s: F,
1634 - n: function n() {
1635 - return _n >= r.length ? { done: !0 } : {
1636 - done: !1,
1637 - value: r[_n++]
1638 - };
1639 - },
1640 - e: function e(r) {
1641 - throw r;
1642 - },
1643 - f: F
1644 - };
1645 - }
1646 - throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1647 - }
1648 - var o;
1649 - var a = !0;
1650 - var u = !1;
1651 - return {
1652 - s: function s() {
1653 - t = t.call(r);
1654 - },
1655 - n: function n() {
1656 - var r = t.next();
1657 - return a = r.done, r;
1658 - },
1659 - e: function e(r) {
1660 - u = !0, o = r;
1661 - },
1662 - f: function f() {
1663 - try {
1664 - a || null == t.return || t.return();
1665 - } finally {
1666 - if (u) throw o;
1667 - }
1668 - }
1669 - };
1670 - }
1671 - function _unsupportedIterableToArray(r, a) {
1672 - if (r) {
1673 - if ("string" == typeof r) return _arrayLikeToArray(r, a);
1674 - var t = {}.toString.call(r).slice(8, -1);
1675 - 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;
1676 - }
1677 - }
1678 - function _arrayLikeToArray(r, a) {
1679 - (null == a || a > r.length) && (a = r.length);
1680 - for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
1681 - return n;
1682 - }
1683 - function _callSuper$1(t, o, e) {
1684 - return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct$1() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
1685 - }
1686 - __name(_callSuper$1, "_callSuper");
1687 - function _isNativeReflectConstruct$1() {
1688 - try {
1689 - var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
1690 - } catch (t) {}
1691 - return (_isNativeReflectConstruct$1 = function _isNativeReflectConstruct() {
1692 - return !!t;
1693 - })();
1694 - }
1695 - __name(_isNativeReflectConstruct$1, "_isNativeReflectConstruct");
1696 - /**
1697 - * @typedef {import('../container')} Container
1698 - */
1699 - var ChildrenArray = /*#__PURE__*/ function(_Array) {
1700 - function ChildrenArray() {
1701 - _classCallCheck(this, ChildrenArray);
1702 - return _callSuper$1(this, ChildrenArray, arguments);
1703 - }
1704 - _inherits(ChildrenArray, _Array);
1705 - return _createClass(ChildrenArray, [
1706 - {
1707 - key: "clear",
1708 - value: function clear() {
1709 - this.length = 0;
1710 - }
1711 - },
1712 - {
1713 - key: "findRecursive",
1714 - value: function findRecursive(callback) {
1715 - var _iterator = _createForOfIteratorHelper(this);
1716 - var _step;
1717 - try {
1718 - for (_iterator.s(); !(_step = _iterator.n()).done;) {
1719 - var container = _step.value;
1720 - if (callback(container)) return container;
1721 - if (container.children.length) {
1722 - var foundChildren = container.children.findRecursive(callback);
1723 - if (foundChildren) return foundChildren;
1724 - }
1725 - }
1726 - } catch (err) {
1727 - _iterator.e(err);
1728 - } finally {
1729 - _iterator.f();
1730 - }
1731 - return false;
1732 - }
1733 - },
1734 - {
1735 - key: "forEachRecursive",
1736 - value: function forEachRecursive(callback) {
1737 - var _iterator2 = _createForOfIteratorHelper(this);
1738 - var _step2;
1739 - try {
1740 - for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
1741 - var container = _step2.value;
1742 - callback(container);
1743 - if (container.children.length) container.children.forEachRecursive(callback);
1744 - }
1745 - } catch (err) {
1746 - _iterator2.e(err);
1747 - } finally {
1748 - _iterator2.f();
1749 - }
1750 - }
1751 - },
1752 - {
1753 - key: "someRecursive",
1754 - value: function someRecursive(callback) {
1755 - var _iterator3 = _createForOfIteratorHelper(this);
1756 - var _step3;
1757 - try {
1758 - for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
1759 - var _container$children;
1760 - var container = _step3.value;
1761 - if (callback(container)) return true;
1762 - if ((_container$children = container.children) !== null && _container$children !== void 0 && _container$children.length) {
1763 - if (container.children.someRecursive(callback)) return true;
1764 - }
1765 - }
1766 - } catch (err) {
1767 - _iterator3.e(err);
1768 - } finally {
1769 - _iterator3.f();
1770 - }
1771 - return false;
1772 - }
1773 - }
1774 - ]);
1775 - }(/*#__PURE__*/ _wrapNativeSuper(Array));
965 + /**
966 + * Document Object.
967 + *
968 + * @type {{}}
969 + */
1776 970
1777 -//#endregion
1778 -//#region assets/dev/js/editor/container/container.js
1779 - init_typeof();
1780 - function _callSuper(t, o, e) {
1781 - return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
1782 - }
1783 - function _isNativeReflectConstruct() {
1784 - try {
1785 - var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
1786 - } catch (t) {}
1787 - return (_isNativeReflectConstruct = function _isNativeReflectConstruct() {
1788 - return !!t;
1789 - })();
1790 - }
1791 - /**
1792 - * @typedef {import('../../../../lib/backbone/backbone.marionette')} Backbone
1793 - * @typedef {import('../../../../lib/backbone/backbone.marionette')} Marionette
1794 - * @typedef {import('../elements/views/base')} BaseElementView
1795 - * @typedef {import('../elements/views/section')} SectionView
1796 - * @typedef {import('../views/base-container')} BaseContainer
1797 - * @typedef {import('../elements/models/base-element-model')} BaseElementModel
1798 - */
1799 - /**
1800 - * TODO: ViewsOptions
1801 - *
1802 - * @typedef {(Marionette.View|Marionette.CompositeView|BaseElementView|SectionView|BaseContainer)} ViewsOptions
1803 - */
1804 - var Container = /*#__PURE__*/ function(_ArgsObject) {
1805 - /**
1806 - * Function constructor().
1807 - *
1808 - * Create container.
1809 - *
1810 - * @param {{}} args
1811 - *
1812 - * @throws {Error}
1813 - */
1814 - function Container(args) {
1815 - var _this;
1816 - _classCallCheck(this, Container);
1817 - _this = _callSuper(this, Container, [args]);
1818 - /**
1819 - * Container type.
1820 - *
1821 - * @type {string}
1822 - */
1823 - _defineProperty(_this, "type", void 0);
1824 - /**
1825 - * Container id.
1826 - *
1827 - * @type {string}
1828 - */
1829 - _defineProperty(_this, "id", void 0);
1830 - /**
1831 - * Document Object.
1832 - *
1833 - * @type {{}}
1834 - */
1835 - _defineProperty(_this, "document", void 0);
1836 - /**
1837 - * Container model.
1838 - *
1839 - * @type {(Backbone.Model|BaseElementModel)}
1840 - */
1841 - _defineProperty(_this, "model", void 0);
1842 - /**
1843 - * Container settings.
1844 - *
1845 - * @type {Backbone.Model}
1846 - */
1847 - _defineProperty(_this, "settings", void 0);
1848 - /**
1849 - * Container view.
1850 - *
1851 - * @type {ViewsOptions}
1852 - */
1853 - _defineProperty(_this, "view", void 0);
1854 - /**
1855 - * Container parent.
1856 - *
1857 - * @type {Container}
1858 - */
1859 - _defineProperty(_this, "parent", void 0);
1860 - /**
1861 - * Container children(s).
1862 - *
1863 - * @type {ChildrenArray}
1864 - */
1865 - _defineProperty(_this, "children", new ChildrenArray());
1866 - /**
1867 - * Container dynamic.
1868 - *
1869 - * @type {Backbone.Model}
1870 - */
1871 - _defineProperty(_this, "dynamic", void 0);
1872 - /**
1873 - * Container globals.
1874 - *
1875 - * @type {Backbone.Model}
1876 - */
1877 - _defineProperty(_this, "globals", void 0);
1878 - /**
1879 - * Container label.
1880 - *
1881 - * @type {string}
1882 - */
1883 - _defineProperty(_this, "label", void 0);
1884 - /**
1885 - * Container controls.
1886 - *
1887 - * @type {{}}
1888 - */
1889 - _defineProperty(_this, "controls", {});
1890 - /**
1891 - * Repeaters containers
1892 - *
1893 - * @type {{}}
1894 - */
1895 - _defineProperty(_this, "repeaters", {});
1896 - /**
1897 - * Container renderer (The one who render).
1898 - *
1899 - * @type {Container}
1900 - */
1901 - _defineProperty(_this, "renderer", void 0);
1902 - /**
1903 - * Container panel.
1904 - *
1905 - * @type {Panel}
1906 - */
1907 - _defineProperty(_this, "panel", void 0);
1908 - /**
1909 - * Controls placeholders.
1910 - *
1911 - * @type {{}}
1912 - */
1913 - _defineProperty(_this, "placeholders", {});
1914 - _this.validateArgs(args);
1915 - args = Object.entries(args);
1916 - if (0 === args.length) throw Error("Container cannot be empty.");
1917 - args.forEach(function(_ref) {
1918 - var _ref2 = _slicedToArray(_ref, 2);
1919 - var key = _ref2[0];
1920 - var value = _ref2[1];
1921 - _this[key] = "undefined" === typeof value ? _this[key] : value;
1922 - });
1923 - if ("undefined" === typeof _this.renderer) _this.renderer = _this;
1924 - if (!_this.document) _this.document = elementor.documents.getCurrent();
1925 - _this.dynamic = new Backbone.Model(_this.settings.get("__dynamic__"));
1926 - _this.globals = new Backbone.Model(_this.settings.get("__globals__"));
1927 - _this.panel = new Panel(_this);
1928 - _this.initialize();
1929 - return _this;
1930 - }
1931 - _inherits(Container, _ArgsObject);
1932 - return _createClass(Container, [
1933 - {
1934 - key: "initialize",
1935 - value: function initialize() {
1936 - if (this.isViewElement()) {
1937 - this.addToParent();
1938 - this.handleChildrenRecursive();
1939 - this.view.on("destroy", this.removeFromParent.bind(this));
1940 - }
1941 - this.handleRepeaterChildren();
1942 - }
1943 - },
1944 - {
1945 - key: "validateArgs",
1946 - value: function validateArgs(args) {
1947 - this.requireArgumentType("type", "string", args);
1948 - this.requireArgumentType("id", "string", args);
1949 - this.requireArgumentInstance("settings", Backbone.Model, args);
1950 - this.requireArgumentInstance("model", Backbone.Model, args);
1951 - if (false !== args.parent) this.requireArgumentInstance("parent", elementorModules.editor.Container, args);
1952 - }
1953 - },
1954 - {
1955 - key: "getGroupRelatedControls",
1956 - value: function getGroupRelatedControls(settings) {
1957 - var _this2 = this;
1958 - var result = {};
1959 - Object.keys(settings).forEach(function(settingKey) {
1960 - Object.values(_this2.controls).forEach(function(control) {
1961 - var _this2$controls$setti;
1962 - if (settingKey === control.name) result[control.name] = control;
1963 - else if ((_this2$controls$setti = _this2.controls[settingKey]) !== null && _this2$controls$setti !== void 0 && _this2$controls$setti.groupPrefix) {
1964 - var groupPrefix = _this2.controls[settingKey].groupPrefix;
1965 - if (control.name.toString().startsWith(groupPrefix)) result[control.name] = control;
1966 - }
1967 - });
1968 - });
1969 - return result;
1970 - }
1971 - },
1972 - {
1973 - key: "getAffectingControls",
1974 - value: function getAffectingControls() {
1975 - var _this3 = this;
1976 - var result = {};
1977 - var activeControls = this.settings.getActiveControls();
1978 - Object.entries(activeControls).forEach(function(_ref3) {
1979 - var _ref4 = _slicedToArray(_ref3, 2);
1980 - var controlName = _ref4[0];
1981 - var control = _ref4[1];
1982 - var controlValue = _this3.settings.get(control.name);
1983 - if (control.global && !(controlValue !== null && controlValue !== void 0 && controlValue.length)) {
1984 - var _this3$globals$get;
1985 - if ((_this3$globals$get = _this3.globals.get(control.name)) !== null && _this3$globals$get !== void 0 && _this3$globals$get.length || _this3.getGlobalDefault(controlName).length) {
1986 - control.global.utilized = true;
1987 - result[controlName] = control;
1988 - return;
1989 - }
1990 - }
1991 - if (control.dynamic) {
1992 - if (_this3.dynamic.get(controlName)) {
1993 - control.dynamic.utilized = true;
1994 - result[controlName] = control;
1995 - return;
1996 - }
1997 - }
1998 - if (controlValue === control.default) return;
1999 - if (!controlValue) return;
2000 - if ("object" === _typeof(controlValue) && Object.values(controlValue).join() === Object.values(control.default).join()) return;
2001 - result[controlName] = control;
2002 - });
2003 - return result;
2004 - }
2005 - },
2006 - {
2007 - key: "getParentAncestry",
2008 - value: function getParentAncestry() {
2009 - var result = [];
2010 - var parent = this;
2011 - while (parent) {
2012 - result.push(parent);
2013 - parent = parent.parent;
2014 - }
2015 - return result;
2016 - }
2017 - },
2018 - {
2019 - key: "handleChildrenRecursive",
2020 - value: function handleChildrenRecursive() {
2021 - var _this$view$children;
2022 - if ((_this$view$children = this.view.children) !== null && _this$view$children !== void 0 && _this$view$children.length) Object.values(this.view.children._views).forEach(function(view) {
2023 - if (!view.container) return;
2024 - var container = view.container;
2025 - if (container.parent.children) container.parent.children[view._index] = container;
2026 - container.handleChildrenRecursive();
2027 - });
2028 - else this.children.clear();
2029 - }
2030 - },
2031 - {
2032 - key: "addToParent",
2033 - value: function addToParent() {
2034 - if (!this.parent.children || this.isRepeaterItem()) return;
2035 - this.parent.children.splice(this.view._index, 0, this);
2036 - }
2037 - },
2038 - {
2039 - key: "removeFromParent",
2040 - value: function removeFromParent() {
2041 - var _this4 = this;
2042 - if (!this.parent.children || this.isRepeater()) return;
2043 - this.parent.children = this.parent.children.filter(function(filtered) {
2044 - return filtered.id !== _this4.id;
2045 - });
2046 - }
2047 - },
2048 - {
2049 - key: "handleRepeaterChildren",
2050 - value: function handleRepeaterChildren() {
2051 - var _this5 = this;
2052 - Object.values(this.controls).forEach(function(control) {
2053 - if (!control.is_repeater) return;
2054 - var model = new Backbone.Model({ name: control.name });
2055 - _this5.repeaters[control.name] = new elementorModules.editor.Container({
2056 - type: Container.TYPE_REPEATER,
2057 - id: control.name,
2058 - model,
2059 - settings: model,
2060 - view: _this5.view,
2061 - parent: _this5,
2062 - label: control.label || control.name,
2063 - controls: {},
2064 - renderer: _this5.renderer
2065 - });
2066 - _this5.settings.get(control.name).forEach(function(rowModel, index) {
2067 - _this5.addRepeaterItem(control.name, rowModel, index);
2068 - });
2069 - });
2070 - if (["widget", "document"].includes(this.type)) {
2071 - var repeaters = Object.values(this.controls).filter(function(control) {
2072 - return "repeater" === control.type;
2073 - });
2074 - if (!this.model.get("supportRepeaterChildren") && 1 === repeaters.length) Object.defineProperty(this, "children", { get: function get() {
2075 - elementorDevTools.deprecation.deprecated("children", "3.0.0", "container.repeaters[ repeaterName ].children");
2076 - return this.repeaters[repeaters[0].name].children;
2077 - } });
2078 - }
2079 - }
2080 - },
2081 - {
2082 - key: "addRepeaterItem",
2083 - value: function addRepeaterItem(repeaterName, rowSettingsModel, index) {
2084 - var rowId = rowSettingsModel.get("_id");
2085 - if (!rowId) {
2086 - rowId = "bc-" + elementorCommon.helpers.getUniqueId();
2087 - rowSettingsModel.set("_id", rowId);
2088 - }
2089 - this.repeaters[repeaterName].children.splice(index, 0, new elementorModules.editor.Container({
2090 - type: Container.TYPE_REPEATER_ITEM,
2091 - id: rowSettingsModel.get("_id"),
2092 - model: new Backbone.Model({ name: repeaterName }),
2093 - settings: rowSettingsModel,
2094 - view: this.view,
2095 - parent: this.repeaters[repeaterName],
2096 - label: this.label + " " + (0, _wordpress_i18n.__)("Item", "elementor"),
2097 - controls: rowSettingsModel.options.controls,
2098 - renderer: this.renderer
2099 - }));
2100 - return this.repeaters[repeaterName];
2101 - }
2102 - },
2103 - {
2104 - key: "lookup",
2105 - value: function lookup() {
2106 - var _this$renderer$view;
2107 - var result = this;
2108 - if (!this.renderer) return this;
2109 - if (this !== this.renderer && (_this$renderer$view = this.renderer.view) !== null && _this$renderer$view !== void 0 && _this$renderer$view.isDisconnected && this.renderer.view.isDisconnected()) this.renderer = this.renderer.lookup();
2110 - if (void 0 === this.view || !this.view.lookup || !this.view.isDisconnected()) {
2111 - if (Container.TYPE_REPEATER_ITEM === this.type) this.settings = this.parent.parent.settings.get(this.model.get("name")).findWhere({ _id: this.id });
2112 - return result;
2113 - }
2114 - var lookup = this.view.lookup();
2115 - if (lookup) {
2116 - result = lookup.getContainer();
2117 - if (Container.REPEATER === this.type) {
2118 - this.settings = result.settings.get(this.model.get("name")).findWhere({ _id: this.id });
2119 - return this;
2120 - }
2121 - if (result.parent.children) result.parent.children[result.view._index] = result;
2122 - }
2123 - return result;
2124 - }
2125 - },
2126 - {
2127 - key: "findChildrenRecursive",
2128 - value: function findChildrenRecursive(callback) {
2129 - elementorDevTools.deprecation.deprecated("container.findChildrenRecursive( callback )", "3.5.0", "container.children.findRecursive( callback )");
2130 - return this.children.findRecursive(callback);
2131 - }
2132 - },
2133 - {
2134 - key: "forEachChildrenRecursive",
2135 - value: function forEachChildrenRecursive(callback) {
2136 - elementorDevTools.deprecation.deprecated("container.forEachChildrenRecursive( callback )", "3.5.0", "container.children.forEachRecursive( callback )");
2137 - return this.children.forEachRecursive(callback);
2138 - }
2139 - },
2140 - {
2141 - key: "render",
2142 - value: function render() {
2143 - var _this$view;
2144 - if (!this.renderer) return;
2145 - this.renderer.view.renderOnChange(this.settings, (_this$view = this.view) === null || _this$view === void 0 ? void 0 : _this$view.$el);
2146 - }
2147 - },
2148 - {
2149 - key: "renderUI",
2150 - value: function renderUI() {
2151 - if (!this.renderer) return;
2152 - this.renderer.view.renderUI();
2153 - }
2154 - },
2155 - {
2156 - key: "isEditable",
2157 - value: function isEditable() {
2158 - var _this$model;
2159 - var _this$model$get;
2160 - var _this$model$get$get;
2161 - return "edit" === elementor.channels.dataEditMode.request("activeMode") && "open" === this.document.editor.status && !((_this$model = this.model) !== null && _this$model !== void 0 && (_this$model$get = _this$model.get) !== null && _this$model$get !== void 0 && (_this$model$get = _this$model$get.call(_this$model, "editSettings")) !== null && _this$model$get !== void 0 && (_this$model$get$get = _this$model$get.get) !== null && _this$model$get$get !== void 0 && _this$model$get$get.call(_this$model$get, "inactive"));
2162 - }
2163 - },
2164 - {
2165 - key: "isDesignable",
2166 - value: function isDesignable() {
2167 - return elementor.userCan("design") && this.isEditable();
2168 - }
2169 - },
2170 - {
2171 - key: "isGridContainer",
2172 - value: function isGridContainer() {
2173 - return "grid" === this.parent.settings.get("container_type");
2174 - }
2175 - },
2176 - {
2177 - key: "isLocked",
2178 - value: function isLocked() {
2179 - return this.model.get("isLocked");
2180 - }
2181 - },
2182 - {
2183 - key: "isRepeater",
2184 - value: function isRepeater() {
2185 - return Container.TYPE_REPEATER === this.type;
2186 - }
2187 - },
2188 - {
2189 - key: "isRepeaterItem",
2190 - value: function isRepeaterItem() {
2191 - return Container.TYPE_REPEATER_ITEM === this.type;
2192 - }
2193 - },
2194 - {
2195 - key: "isViewElement",
2196 - value: function isViewElement() {
2197 - return this.view && this.model.get("elType");
2198 - }
2199 - },
2200 - {
2201 - key: "getSetting",
2202 - value: function getSetting(name) {
2203 - var localOnly = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
2204 - var localValue = this.settings.get(name);
2205 - if (localOnly) return localValue;
2206 - var globalValue;
2207 - if (this.getGlobalKey(name)) globalValue = this.getGlobalValue(name);
2208 - return globalValue || localValue || this.getGlobalDefault(name);
2209 - }
2210 - },
2211 - {
2212 - key: "getGlobalKey",
2213 - value: function getGlobalKey(name) {
2214 - return this.globals.get(name);
2215 - }
2216 - },
2217 - {
2218 - key: "getGlobalValue",
2219 - value: function getGlobalValue(name) {
2220 - var control = this.controls[name];
2221 - var globalKey = this.getGlobalKey(name);
2222 - var globalArgs = $e.data.commandExtractArgs(globalKey);
2223 - var data = $e.data.getCache($e.components.get("globals"), globalArgs.command, globalArgs.args.query);
2224 - if (!(data !== null && data !== void 0 && data.value)) return;
2225 - var id = data.id;
2226 - var value;
2227 - if (control.groupType) {
2228 - var responsivePrefixRegex = elementor.breakpoints.getActiveMatchRegex();
2229 - var propertyName = control.name.replace(control.groupPrefix, "").replace(responsivePrefixRegex, "");
2230 - if (!data.value[elementor.config.kit_config.typography_prefix + propertyName]) return;
2231 - propertyName = propertyName.replace("_", "-");
2232 - value = "var( --e-global-".concat(control.groupType, "-").concat(id, "-").concat(propertyName, " )");
2233 - if (elementor.config.ui.defaultGenericFonts && control.groupPrefix + "font_family" === control.name) value += ", ".concat(elementor.config.ui.defaultGenericFonts);
2234 - } else value = "var( --e-global-".concat(control.type, "-").concat(id, " )");
2235 - return value;
2236 - }
2237 - },
2238 - {
2239 - key: "isGlobalApplied",
2240 - value: function isGlobalApplied(controlName) {
2241 - return this.getSetting(controlName) !== this.settings.get(controlName);
2242 - }
2243 - },
2244 - {
2245 - key: "getGlobalDefault",
2246 - value: function getGlobalDefault(controlName) {
2247 - var _this$controls$contro;
2248 - var controlGlobalArgs = (_this$controls$contro = this.controls[controlName]) === null || _this$controls$contro === void 0 ? void 0 : _this$controls$contro.global;
2249 - if (controlGlobalArgs !== null && controlGlobalArgs !== void 0 && controlGlobalArgs.default) {
2250 - var controlType = this.controls[controlName].type;
2251 - if ("color" === controlType) controlType = "colors";
2252 - if (!elementor.config.globals.defaults_enabled[controlType]) return "";
2253 - var _$e$data$commandExtra = $e.data.commandExtractArgs(controlGlobalArgs.default);
2254 - var command = _$e$data$commandExtra.command;
2255 - var args = _$e$data$commandExtra.args;
2256 - var result = $e.data.getCache($e.components.get("globals"), command, args.query);
2257 - return result === null || result === void 0 ? void 0 : result.value;
2258 - }
2259 - return "";
2260 - }
2261 - }
2262 - ]);
2263 - }(ArgsObject);
2264 - _defineProperty(Container, "TYPE_REPEATER", "repeater-control");
2265 - _defineProperty(Container, "TYPE_REPEATER_ITEM", "repeater");
971 + /**
972 + * Container model.
973 + *
974 + * @type {Backbone.Model}
975 + */
2266 976
2267 -//#endregion
2268 -//#region assets/dev/js/editor/modules.js
2269 - elementorModules.editor = {
2270 - elements: { models: { BaseSettings: import_base_settings.default } },
2271 - utils: {
2272 - Module: import_module.default,
2273 - Introduction: _default
2274 - },
2275 - views: { ControlsStack },
2276 - Container
2277 - };
977 + /**
978 + * Container settings.
979 + *
980 + * @type {Backbone.Model}
981 + */
2278 982
2279 -//#endregion
2280 -})(wp.i18n);
983 + /**
984 + * Container view.
985 + *
986 + * @type {ViewsOptions}
987 + */
988 +
989 + /**
990 + * Container parent.
991 + *
992 + * @type {Container}
993 + */
994 +
995 + /**
996 + * Container children(s).
997 + *
998 + * @type {ChildrenArray}
999 + */
1000 +
1001 + /**
1002 + * Container dynamic.
1003 + *
1004 + * @type {Backbone.Model}
1005 + */
1006 +
1007 + /**
1008 + * Container globals.
1009 + *
1010 + * @type {Backbone.Model}
1011 + */
1012 +
1013 + /**
1014 + * Container label.
1015 + *
1016 + * @type {string}
1017 + */
1018 +
1019 + /**
1020 + * Container controls.
1021 + *
1022 + * @type {{}}
1023 + */
1024 +
1025 + /**
1026 + * Repeaters containers
1027 + *
1028 + * @type {{}}
1029 + */
1030 +
1031 + /**
1032 + * Container renderer (The one who render).
1033 + *
1034 + * @type {Container}
1035 + */
1036 +
1037 + /**
1038 + * Container panel.
1039 + *
1040 + * @type {Panel}
1041 + */
1042 +
1043 + /**
1044 + * Controls placeholders.
1045 + *
1046 + * @type {{}}
1047 + */
1048 +
1049 + /**
1050 + * Function constructor().
1051 + *
1052 + * Create container.
1053 + *
1054 + * @param {{}} args
1055 + *
1056 + * @throws {Error}
1057 + */
1058 + function Container(args) {
1059 + var _this;
1060 +
1061 + (0, _classCallCheck2.default)(this, Container);
1062 + _this = _super.call(this, args); // Validate args.
1063 +
1064 + (0, _defineProperty3.default)((0, _assertThisInitialized2.default)(_this), "type", void 0);
1065 + (0, _defineProperty3.default)((0, _assertThisInitialized2.default)(_this), "id", void 0);
1066 + (0, _defineProperty3.default)((0, _assertThisInitialized2.default)(_this), "document", void 0);
1067 + (0, _defineProperty3.default)((0, _assertThisInitialized2.default)(_this), "model", void 0);
1068 + (0, _defineProperty3.default)((0, _assertThisInitialized2.default)(_this), "settings", void 0);
1069 + (0, _defineProperty3.default)((0, _assertThisInitialized2.default)(_this), "view", void 0);
1070 + (0, _defineProperty3.default)((0, _assertThisInitialized2.default)(_this), "parent", void 0);
1071 + (0, _defineProperty3.default)((0, _assertThisInitialized2.default)(_this), "children", new _childrenArray.default());
1072 + (0, _defineProperty3.default)((0, _assertThisInitialized2.default)(_this), "dynamic", void 0);
1073 + (0, _defineProperty3.default)((0, _assertThisInitialized2.default)(_this), "globals", void 0);
1074 + (0, _defineProperty3.default)((0, _assertThisInitialized2.default)(_this), "label", void 0);
1075 + (0, _defineProperty3.default)((0, _assertThisInitialized2.default)(_this), "controls", {});
1076 + (0, _defineProperty3.default)((0, _assertThisInitialized2.default)(_this), "repeaters", {});
1077 + (0, _defineProperty3.default)((0, _assertThisInitialized2.default)(_this), "renderer", void 0);
1078 + (0, _defineProperty3.default)((0, _assertThisInitialized2.default)(_this), "panel", void 0);
1079 + (0, _defineProperty3.default)((0, _assertThisInitialized2.default)(_this), "placeholders", {});
1080 +
1081 + _this.validateArgs(args);
1082 +
1083 + args = (0, _entries.default)(args); // If empty.
1084 +
1085 + if (0 === args.length) {
1086 + throw Error('Container cannot be empty.');
1087 + } // Set properties, if not defined - keep the defaults.
1088 +
1089 +
1090 + args.forEach(function (_ref) {
1091 + var _ref2 = (0, _slicedToArray2.default)(_ref, 2),
1092 + key = _ref2[0],
1093 + value = _ref2[1];
1094 +
1095 + _this[key] = 'undefined' === typeof value ? _this[key] : value;
1096 + });
1097 +
1098 + if ('undefined' === typeof _this.renderer) {
1099 + _this.renderer = (0, _assertThisInitialized2.default)(_this);
1100 + }
1101 +
1102 + if (!_this.document) {
1103 + _this.document = elementor.documents.getCurrent();
1104 + }
1105 +
1106 + _this.dynamic = new Backbone.Model(_this.settings.get('__dynamic__'));
1107 + _this.globals = new Backbone.Model(_this.settings.get('__globals__'));
1108 + _this.panel = new _panel.default((0, _assertThisInitialized2.default)(_this));
1109 +
1110 + _this.initialize();
1111 +
1112 + return _this;
1113 + }
1114 +
1115 + (0, _createClass2.default)(Container, [{
1116 + key: "initialize",
1117 + value: function initialize() {
1118 + if (this.isViewElement()) {
1119 + this.addToParent();
1120 + this.handleChildrenRecursive();
1121 + this.view.on('destroy', this.removeFromParent.bind(this));
1122 + }
1123 +
1124 + this.handleRepeaterChildren();
1125 + }
1126 + }, {
1127 + key: "validateArgs",
1128 + value: function validateArgs(args) {
1129 + this.requireArgumentType('type', 'string', args);
1130 + this.requireArgumentType('id', 'string', args);
1131 + this.requireArgumentInstance('settings', Backbone.Model, args);
1132 + this.requireArgumentInstance('model', Backbone.Model, args);
1133 + }
1134 + /**
1135 + * Function getGroupRelatedControls().
1136 + *
1137 + * Example:
1138 + * Settings = { typography_typography: 'whatever', button_text_color: 'whatever' };
1139 + * Result { control_name: controlValue, ... - and so on };
1140 + * `Object.keys( Result ) = [ 'typography_typography', 'typography_font_family', 'typography_font_size', 'typography_font_size_tablet', 'typography_font_size_mobile', 'typography_font_weight', 'typography_text_transform', 'typography_font_style', 'typography_text_decoration', 'typography_line_height', 'typography_line_height_tablet', 'typography_line_height_mobile', 'typography_letter_spacing', 'typography_letter_spacing_tablet', 'typography_letter_spacing_mobile', 'button_text_color' ]`.
1141 + *
1142 + * @param {{}} settings
1143 + *
1144 + * @return {{}}
1145 + */
1146 +
1147 + }, {
1148 + key: "getGroupRelatedControls",
1149 + value: function getGroupRelatedControls(settings) {
1150 + var _this2 = this;
1151 +
1152 + var result = {};
1153 + (0, _keys.default)(settings).forEach(function (settingKey) {
1154 + (0, _values.default)(_this2.controls).forEach(function (control) {
1155 + var _this2$controls$setti;
1156 +
1157 + if (settingKey === control.name) {
1158 + result[control.name] = control;
1159 + } else if ((_this2$controls$setti = _this2.controls[settingKey]) !== null && _this2$controls$setti !== void 0 && _this2$controls$setti.groupPrefix) {
1160 + var groupPrefix = _this2.controls[settingKey].groupPrefix;
1161 +
1162 + if (control.name.toString().startsWith(groupPrefix)) {
1163 + result[control.name] = control;
1164 + }
1165 + }
1166 + });
1167 + });
1168 + return result;
1169 + }
1170 + /**
1171 + * Function getAffectingControls().
1172 + *
1173 + * Should return all controls that effecting the container.
1174 + */
1175 +
1176 + }, {
1177 + key: "getAffectingControls",
1178 + value: function getAffectingControls() {
1179 + var _this3 = this;
1180 +
1181 + var result = {},
1182 + activeControls = this.settings.getActiveControls();
1183 + (0, _entries.default)(activeControls).forEach(function (_ref3) {
1184 + var _ref4 = (0, _slicedToArray2.default)(_ref3, 2),
1185 + controlName = _ref4[0],
1186 + control = _ref4[1];
1187 +
1188 + var controlValue = _this3.settings.get(control.name);
1189 +
1190 + if (control.global && !(controlValue !== null && controlValue !== void 0 && controlValue.length)) {
1191 + var _this3$globals$get;
1192 +
1193 + if ((_this3$globals$get = _this3.globals.get(control.name)) !== null && _this3$globals$get !== void 0 && _this3$globals$get.length || _this3.getGlobalDefault(controlName).length) {
1194 + control.global.utilized = true;
1195 + result[controlName] = control;
1196 + return;
1197 + }
1198 + }
1199 +
1200 + if (control.dynamic) {
1201 + if (_this3.dynamic.get(controlName)) {
1202 + control.dynamic.utilized = true;
1203 + result[controlName] = control;
1204 + return;
1205 + }
1206 + }
1207 +
1208 + if (controlValue === control.default) {
1209 + return;
1210 + }
1211 +
1212 + if (!controlValue) {
1213 + return;
1214 + }
1215 +
1216 + if ('object' === (0, _typeof2.default)(controlValue) && (0, _values.default)(controlValue).join() === (0, _values.default)(control.default).join()) {
1217 + return;
1218 + }
1219 +
1220 + result[controlName] = control;
1221 + });
1222 + return result;
1223 + }
1224 + }, {
1225 + key: "handleChildrenRecursive",
1226 + value: function handleChildrenRecursive() {
1227 + var _this$view$children;
1228 +
1229 + if ((_this$view$children = this.view.children) !== null && _this$view$children !== void 0 && _this$view$children.length) {
1230 + (0, _values.default)(this.view.children._views).forEach(function (view) {
1231 + if (!view.container) {
1232 + return;
1233 + }
1234 +
1235 + var container = view.container; // Since the way 'global-widget' rendered, it does not have parent sometimes.
1236 +
1237 + if (container.parent.children) {
1238 + container.parent.children[view._index] = container;
1239 + }
1240 +
1241 + container.handleChildrenRecursive();
1242 + });
1243 + } else {
1244 + this.children.clear();
1245 + }
1246 + }
1247 + }, {
1248 + key: "addToParent",
1249 + value: function addToParent() {
1250 + if (!this.parent.children || this.isRepeaterItem()) {
1251 + return;
1252 + } // On create container tell the parent where it was created.
1253 +
1254 +
1255 + this.parent.children.splice(this.view._index, 0, this);
1256 + }
1257 + }, {
1258 + key: "removeFromParent",
1259 + value: function removeFromParent() {
1260 + var _this4 = this;
1261 +
1262 + if (!this.parent.children || this.isRepeater()) {
1263 + return;
1264 + } // When delete container its should notify its parent, that his children is dead.
1265 +
1266 +
1267 + this.parent.children = this.parent.children.filter(function (filtered) {
1268 + return filtered.id !== _this4.id;
1269 + });
1270 + }
1271 + }, {
1272 + key: "handleRepeaterChildren",
1273 + value: function handleRepeaterChildren() {
1274 + var _this5 = this;
1275 +
1276 + (0, _values.default)(this.controls).forEach(function (control) {
1277 + if (!control.is_repeater) {
1278 + return;
1279 + }
1280 +
1281 + var model = new Backbone.Model({
1282 + name: control.name
1283 + });
1284 + _this5.repeaters[control.name] = new elementorModules.editor.Container({
1285 + type: Container.TYPE_REPEATER,
1286 + id: control.name,
1287 + model: model,
1288 + settings: model,
1289 + view: _this5.view,
1290 + parent: _this5,
1291 + label: control.label || control.name,
1292 + controls: {},
1293 + renderer: _this5.renderer
1294 + });
1295 +
1296 + _this5.settings.get(control.name).forEach(function (rowModel, index) {
1297 + _this5.addRepeaterItem(control.name, rowModel, index);
1298 + });
1299 + }); // Backwards Compatibility: if there is only one repeater (type=repeater), set it's children as current children.
1300 + // Since 3.0.0.
1301 +
1302 + if (['widget', 'document'].includes(this.type)) {
1303 + var repeaters = (0, _values.default)(this.controls).filter(function (control) {
1304 + return 'repeater' === control.type;
1305 + });
1306 +
1307 + if (1 === repeaters.length) {
1308 + (0, _defineProperty2.default)(this, 'children', {
1309 + get: function get() {
1310 + elementorCommon.helpers.softDeprecated('children', '3.0.0', 'container.repeaters[ repeaterName ].children');
1311 + return this.repeaters[repeaters[0].name].children;
1312 + }
1313 + });
1314 + }
1315 + }
1316 + }
1317 + /**
1318 + * Function addRepeaterItem().
1319 + *
1320 + * The method add repeater item, find the repeater control by it name, and create new container for the item.
1321 + *
1322 + * @param {string} repeaterName
1323 + * @param {Backbone.Model} rowSettingsModel
1324 + * @param {number} index
1325 + *
1326 + * @returns {Container}
1327 + */
1328 +
1329 + }, {
1330 + key: "addRepeaterItem",
1331 + value: function addRepeaterItem(repeaterName, rowSettingsModel, index) {
1332 + var rowId = rowSettingsModel.get('_id'); // TODO: Temp backwards compatibility. since 2.8.0.
1333 +
1334 + if (!rowId) {
1335 + rowId = 'bc-' + elementorCommon.helpers.getUniqueId();
1336 + rowSettingsModel.set('_id', rowId);
1337 + }
1338 +
1339 + this.repeaters[repeaterName].children.splice(index, 0, new elementorModules.editor.Container({
1340 + type: Container.TYPE_REPEATER_ITEM,
1341 + id: rowSettingsModel.get('_id'),
1342 + model: new Backbone.Model({
1343 + name: repeaterName
1344 + }),
1345 + settings: rowSettingsModel,
1346 + view: this.view,
1347 + parent: this.repeaters[repeaterName],
1348 + label: this.label + ' ' + __('Item', 'elementor'),
1349 + controls: rowSettingsModel.options.controls,
1350 + renderer: this.renderer
1351 + }));
1352 + return this.repeaters[repeaterName];
1353 + }
1354 + /**
1355 + * Function lookup().
1356 + *
1357 + * If the view were destroyed, try to find it again if it exists.
1358 + *
1359 + * TODO: Refactor.
1360 + *
1361 + * @returns {Container}
1362 + */
1363 +
1364 + }, {
1365 + key: "lookup",
1366 + value: function lookup() {
1367 + var _this$renderer$view;
1368 +
1369 + var result = this;
1370 +
1371 + if (!this.renderer) {
1372 + return this;
1373 + }
1374 +
1375 + if (this !== this.renderer && (_this$renderer$view = this.renderer.view) !== null && _this$renderer$view !== void 0 && _this$renderer$view.isDisconnected && this.renderer.view.isDisconnected()) {
1376 + this.renderer = this.renderer.lookup();
1377 + }
1378 +
1379 + if (undefined === this.view || !this.view.lookup || !this.view.isDisconnected()) {
1380 + // Hack For repeater item the result is the parent container.
1381 + if (Container.TYPE_REPEATER_ITEM === this.type) {
1382 + this.settings = this.parent.parent.settings.get(this.model.get('name')).findWhere({
1383 + _id: this.id
1384 + });
1385 + }
1386 +
1387 + return result;
1388 + }
1389 +
1390 + var lookup = this.view.lookup();
1391 +
1392 + if (lookup) {
1393 + result = lookup.getContainer(); // Hack For repeater item the result is the parent container.
1394 +
1395 + if (Container.REPEATER === this.type) {
1396 + this.settings = result.settings.get(this.model.get('name')).findWhere({
1397 + _id: this.id
1398 + });
1399 + return this;
1400 + } // If lookup were done, new container were created and parent does not know about it.
1401 +
1402 +
1403 + if (result.parent.children) {
1404 + result.parent.children[result.view._index] = result;
1405 + }
1406 + }
1407 +
1408 + return result;
1409 + }
1410 + }, {
1411 + key: "findChildrenRecursive",
1412 + value: function findChildrenRecursive(callback) {
1413 + elementorCommon.helpers.softDeprecated('container.findChildrenRecursive( callback )', '3.5.0', 'container.children.findRecursive( callback )');
1414 + return this.children.findRecursive(callback);
1415 + }
1416 + }, {
1417 + key: "forEachChildrenRecursive",
1418 + value: function forEachChildrenRecursive(callback) {
1419 + elementorCommon.helpers.softDeprecated('container.forEachChildrenRecursive( callback )', '3.5.0', 'container.children.forEachRecursive( callback )');
1420 + return this.children.forEachRecursive(callback);
1421 + }
1422 + /**
1423 + * Function render().
1424 + *
1425 + * Call view render.
1426 + *
1427 + * Run's `this.renderer.view.renderOnChange( this.settings ) `.
1428 + * When `this.renderer` exist.
1429 + *
1430 + */
1431 +
1432 + }, {
1433 + key: "render",
1434 + value: function render() {
1435 + if (!this.renderer) {
1436 + return;
1437 + }
1438 +
1439 + this.renderer.view.renderOnChange(this.settings);
1440 + }
1441 + }, {
1442 + key: "renderUI",
1443 + value: function renderUI() {
1444 + if (!this.renderer) {
1445 + return;
1446 + }
1447 +
1448 + this.renderer.view.renderUI();
1449 + }
1450 + }, {
1451 + key: "isEditable",
1452 + value: function isEditable() {
1453 + return 'edit' === elementor.channels.dataEditMode.request('activeMode') && 'open' === this.document.editor.status;
1454 + }
1455 + }, {
1456 + key: "isDesignable",
1457 + value: function isDesignable() {
1458 + return elementor.userCan('design') && this.isEditable();
1459 + }
1460 + }, {
1461 + key: "isRepeater",
1462 + value: function isRepeater() {
1463 + return Container.TYPE_REPEATER === this.type;
1464 + }
1465 + }, {
1466 + key: "isRepeaterItem",
1467 + value: function isRepeaterItem() {
1468 + return Container.TYPE_REPEATER_ITEM === this.type;
1469 + }
1470 + }, {
1471 + key: "isViewElement",
1472 + value: function isViewElement() {
1473 + return this.view && this.model.get('elType');
1474 + }
1475 + }, {
1476 + key: "getSetting",
1477 + value: function getSetting(name) {
1478 + var localOnly = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
1479 + var localValue = this.settings.get(name);
1480 +
1481 + if (localOnly) {
1482 + return localValue;
1483 + } // Try to get the value in the order: Global, Local, Global default.
1484 +
1485 +
1486 + var globalValue;
1487 +
1488 + if (this.getGlobalKey(name)) {
1489 + globalValue = this.getGlobalValue(name);
1490 + }
1491 +
1492 + return globalValue || localValue || this.getGlobalDefault(name);
1493 + }
1494 + }, {
1495 + key: "getGlobalKey",
1496 + value: function getGlobalKey(name) {
1497 + return this.globals.get(name);
1498 + }
1499 + }, {
1500 + key: "getGlobalValue",
1501 + value: function getGlobalValue(name) {
1502 + var control = this.controls[name],
1503 + globalKey = this.getGlobalKey(name),
1504 + globalArgs = $e.data.commandExtractArgs(globalKey),
1505 + data = $e.data.getCache($e.components.get('globals'), globalArgs.command, globalArgs.args.query);
1506 +
1507 + if (!(data !== null && data !== void 0 && data.value)) {
1508 + return;
1509 + }
1510 +
1511 + var id = data.id;
1512 + var value; // it's a global settings with additional controls in group.
1513 +
1514 + if (control.groupType) {
1515 + // A regex containing all of the active breakpoints' prefixes ('_mobile', '_tablet' etc.).
1516 + var responsivePrefixRegex = elementor.breakpoints.getActiveMatchRegex();
1517 + var propertyName = control.name.replace(control.groupPrefix, '').replace(responsivePrefixRegex, '');
1518 +
1519 + if (!data.value[elementor.config.kit_config.typography_prefix + propertyName]) {
1520 + return;
1521 + }
1522 +
1523 + propertyName = propertyName.replace('_', '-');
1524 + value = "var( --e-global-".concat(control.groupType, "-").concat(id, "-").concat(propertyName, " )");
1525 +
1526 + if (elementor.config.ui.defaultGenericFonts && control.groupPrefix + 'font_family' === control.name) {
1527 + value += ", ".concat(elementor.config.ui.defaultGenericFonts);
1528 + }
1529 + } else {
1530 + value = "var( --e-global-".concat(control.type, "-").concat(id, " )");
1531 + }
1532 +
1533 + return value;
1534 + }
1535 + /**
1536 + * Determine if a control's global value is applied.
1537 + * It actually checks if the local value is different than the global value.
1538 + *
1539 + * @param {string} controlName - Control name
1540 + * @returns {boolean}
1541 + */
1542 +
1543 + }, {
1544 + key: "isGlobalApplied",
1545 + value: function isGlobalApplied(controlName) {
1546 + return this.getSetting(controlName) !== this.settings.get(controlName);
1547 + }
1548 + }, {
1549 + key: "getGlobalDefault",
1550 + value: function getGlobalDefault(controlName) {
1551 + var _this$controls$contro;
1552 +
1553 + var controlGlobalArgs = (_this$controls$contro = this.controls[controlName]) === null || _this$controls$contro === void 0 ? void 0 : _this$controls$contro.global;
1554 +
1555 + if (controlGlobalArgs !== null && controlGlobalArgs !== void 0 && controlGlobalArgs.default) {
1556 + // Temp fix.
1557 + var controlType = this.controls[controlName].type;
1558 +
1559 + if ('color' === controlType) {
1560 + controlType = 'colors';
1561 + } // End temp fix
1562 + // If the control is a color/typography control and default colors/typography are disabled, don't return the global value.
1563 +
1564 +
1565 + if (!elementor.config.globals.defaults_enabled[controlType]) {
1566 + return '';
1567 + }
1568 +
1569 + var _$e$data$commandExtra = $e.data.commandExtractArgs(controlGlobalArgs.default),
1570 + command = _$e$data$commandExtra.command,
1571 + args = _$e$data$commandExtra.args,
1572 + result = $e.data.getCache($e.components.get('globals'), command, args.query);
1573 +
1574 + return result === null || result === void 0 ? void 0 : result.value;
1575 + } // No global default.
1576 +
1577 +
1578 + return '';
1579 + }
1580 + }]);
1581 + return Container;
1582 +}(_argsObject.default);
1583 +
1584 +exports["default"] = Container;
1585 +(0, _defineProperty3.default)(Container, "TYPE_REPEATER", 'repeater-control');
1586 +(0, _defineProperty3.default)(Container, "TYPE_REPEATER_ITEM", 'repeater');
1587 +
1588 +/***/ }),
1589 +
1590 +/***/ "../assets/dev/js/editor/container/model/children-array.js":
1591 +/*!*****************************************************************!*\
1592 + !*** ../assets/dev/js/editor/container/model/children-array.js ***!
1593 + \*****************************************************************/
1594 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1595 +
1596 +"use strict";
1597 +
1598 +
1599 +var _Object$defineProperty = __webpack_require__(/*! @babel/runtime-corejs2/core-js/object/define-property */ "../node_modules/@babel/runtime-corejs2/core-js/object/define-property.js");
1600 +
1601 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime-corejs2/helpers/interopRequireDefault */ "../node_modules/@babel/runtime-corejs2/helpers/interopRequireDefault.js");
1602 +
1603 +_Object$defineProperty(exports, "__esModule", {
1604 + value: true
1605 +});
1606 +
1607 +exports["default"] = void 0;
1608 +
1609 +var _createForOfIteratorHelper2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/createForOfIteratorHelper */ "../node_modules/@babel/runtime-corejs2/helpers/createForOfIteratorHelper.js"));
1610 +
1611 +var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/classCallCheck */ "../node_modules/@babel/runtime-corejs2/helpers/classCallCheck.js"));
1612 +
1613 +var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/createClass */ "../node_modules/@babel/runtime-corejs2/helpers/createClass.js"));
1614 +
1615 +var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/inherits */ "../node_modules/@babel/runtime-corejs2/helpers/inherits.js"));
1616 +
1617 +var _createSuper2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/createSuper */ "../node_modules/@babel/runtime-corejs2/helpers/createSuper.js"));
1618 +
1619 +var _wrapNativeSuper2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/wrapNativeSuper */ "../node_modules/@babel/runtime-corejs2/helpers/wrapNativeSuper.js"));
1620 +
1621 +var ChildrenArray = /*#__PURE__*/function (_Array) {
1622 + (0, _inherits2.default)(ChildrenArray, _Array);
1623 +
1624 + var _super = (0, _createSuper2.default)(ChildrenArray);
1625 +
1626 + function ChildrenArray() {
1627 + (0, _classCallCheck2.default)(this, ChildrenArray);
1628 + return _super.apply(this, arguments);
1629 + }
1630 +
1631 + (0, _createClass2.default)(ChildrenArray, [{
1632 + key: "clear",
1633 + value: function clear() {
1634 + this.length = 0;
1635 + }
1636 + /**
1637 + * Function findRecursive().
1638 + *
1639 + * Will run over children recursively and pass the children to the callback till the callback returns positive value.
1640 + *
1641 + * @param {function(container:Container)} callback
1642 + *
1643 + * @returns {Container|false}
1644 + */
1645 +
1646 + }, {
1647 + key: "findRecursive",
1648 + value: function findRecursive(callback) {
1649 + var _iterator = (0, _createForOfIteratorHelper2.default)(this),
1650 + _step;
1651 +
1652 + try {
1653 + for (_iterator.s(); !(_step = _iterator.n()).done;) {
1654 + var container = _step.value;
1655 +
1656 + if (callback(container)) {
1657 + return container;
1658 + }
1659 +
1660 + if (container.children.length) {
1661 + var foundChildren = container.children.findRecursive(callback);
1662 +
1663 + if (foundChildren) {
1664 + return foundChildren;
1665 + }
1666 + }
1667 + }
1668 + } catch (err) {
1669 + _iterator.e(err);
1670 + } finally {
1671 + _iterator.f();
1672 + }
1673 +
1674 + return false;
1675 + }
1676 + /**
1677 + * Function forEachRecursive().
1678 + *
1679 + * Will run over children recursively.
1680 + *
1681 + * @param {function(container:Container)} callback
1682 + *
1683 + * @returns {void}
1684 + */
1685 +
1686 + }, {
1687 + key: "forEachRecursive",
1688 + value: function forEachRecursive(callback) {
1689 + var _iterator2 = (0, _createForOfIteratorHelper2.default)(this),
1690 + _step2;
1691 +
1692 + try {
1693 + for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
1694 + var container = _step2.value;
1695 + callback(container);
1696 +
1697 + if (container.children.length) {
1698 + container.children.forEachRecursive(callback);
1699 + }
1700 + }
1701 + } catch (err) {
1702 + _iterator2.e(err);
1703 + } finally {
1704 + _iterator2.f();
1705 + }
1706 + }
1707 + /**
1708 + * Function someRecursive().
1709 + *
1710 + * Will run over children recursively, breaks if the callback return true.
1711 + *
1712 + * @param {function(container:Container)} callback
1713 + *
1714 + */
1715 +
1716 + }, {
1717 + key: "someRecursive",
1718 + value: function someRecursive(callback) {
1719 + var _iterator3 = (0, _createForOfIteratorHelper2.default)(this),
1720 + _step3;
1721 +
1722 + try {
1723 + for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
1724 + var _container$children;
1725 +
1726 + var container = _step3.value;
1727 +
1728 + if (callback(container)) {
1729 + return true;
1730 + }
1731 +
1732 + if ((_container$children = container.children) !== null && _container$children !== void 0 && _container$children.length) {
1733 + if (container.children.someRecursive(callback)) {
1734 + return true;
1735 + }
1736 + }
1737 + }
1738 + } catch (err) {
1739 + _iterator3.e(err);
1740 + } finally {
1741 + _iterator3.f();
1742 + }
1743 +
1744 + return false;
1745 + }
1746 + }]);
1747 + return ChildrenArray;
1748 +}( /*#__PURE__*/(0, _wrapNativeSuper2.default)(Array));
1749 +
1750 +exports["default"] = ChildrenArray;
1751 +
1752 +/***/ }),
1753 +
1754 +/***/ "../assets/dev/js/editor/container/panel.js":
1755 +/*!**************************************************!*\
1756 + !*** ../assets/dev/js/editor/container/panel.js ***!
1757 + \**************************************************/
1758 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
1759 +
1760 +"use strict";
1761 +
1762 +
1763 +var _Object$defineProperty = __webpack_require__(/*! @babel/runtime-corejs2/core-js/object/define-property */ "../node_modules/@babel/runtime-corejs2/core-js/object/define-property.js");
1764 +
1765 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime-corejs2/helpers/interopRequireDefault */ "../node_modules/@babel/runtime-corejs2/helpers/interopRequireDefault.js");
1766 +
1767 +_Object$defineProperty(exports, "__esModule", {
1768 + value: true
1769 +});
1770 +
1771 +exports["default"] = void 0;
1772 +
1773 +var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/classCallCheck */ "../node_modules/@babel/runtime-corejs2/helpers/classCallCheck.js"));
1774 +
1775 +var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/createClass */ "../node_modules/@babel/runtime-corejs2/helpers/createClass.js"));
1776 +
1777 +var Panel = /*#__PURE__*/function () {
1778 + /**
1779 + * Function constructor().
1780 + *
1781 + * Create constructor panel.
1782 + *
1783 + * @param {Container} container
1784 + */
1785 + function Panel(container) {
1786 + (0, _classCallCheck2.default)(this, Panel);
1787 + this.container = container;
1788 + }
1789 + /**
1790 + * Function refresh().
1791 + *
1792 + * Refresh the panel.
1793 + */
1794 +
1795 +
1796 + (0, _createClass2.default)(Panel, [{
1797 + key: "refresh",
1798 + value: function refresh() {
1799 + if ($e.routes.isPartOf('panel/editor')) {
1800 + $e.routes.refreshContainer('panel');
1801 + }
1802 + }
1803 + /**
1804 + * Function closeEditor().
1805 + *
1806 + * Route to `panel/elements/categories`
1807 + */
1808 +
1809 + }, {
1810 + key: "closeEditor",
1811 + value: function closeEditor() {
1812 + $e.route('panel/elements/categories');
1813 + }
1814 + }, {
1815 + key: "getControlView",
1816 + value: function getControlView(name) {
1817 + var editor = elementor.getPanelView().getCurrentPageView();
1818 + return editor.children.findByModelCid(this.getControlModel(name).cid);
1819 + }
1820 + }, {
1821 + key: "getControlModel",
1822 + value: function getControlModel(name) {
1823 + var editor = elementor.getPanelView().getCurrentPageView();
1824 + return editor.collection.findWhere({
1825 + name: name
1826 + });
1827 + }
1828 + }]);
1829 + return Panel;
1830 +}();
1831 +
1832 +exports["default"] = Panel;
1833 +
1834 +/***/ }),
1835 +
1836 +/***/ "../assets/dev/js/editor/elements/models/base-settings.js":
1837 +/*!****************************************************************!*\
1838 + !*** ../assets/dev/js/editor/elements/models/base-settings.js ***!
1839 + \****************************************************************/
1840 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1841 +
1842 +"use strict";
1843 +
1844 +
1845 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime-corejs2/helpers/interopRequireDefault */ "../node_modules/@babel/runtime-corejs2/helpers/interopRequireDefault.js");
1846 +
1847 +var _values = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/core-js/object/values */ "../node_modules/@babel/runtime-corejs2/core-js/object/values.js"));
1848 +
1849 +var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/typeof */ "../node_modules/@babel/runtime-corejs2/helpers/typeof.js"));
1850 +
1851 +__webpack_require__(/*! core-js/modules/es6.function.name.js */ "../node_modules/core-js/modules/es6.function.name.js");
1852 +
1853 +__webpack_require__(/*! core-js/modules/es6.array.map.js */ "../node_modules/core-js/modules/es6.array.map.js");
1854 +
1855 +__webpack_require__(/*! core-js/modules/es6.array.filter.js */ "../node_modules/core-js/modules/es6.array.filter.js");
1856 +
1857 +__webpack_require__(/*! core-js/modules/es6.array.find.js */ "../node_modules/core-js/modules/es6.array.find.js");
1858 +
1859 +var BaseSettingsModel;
1860 +BaseSettingsModel = Backbone.Model.extend({
1861 + options: {},
1862 + initialize: function initialize(data, options) {
1863 + var self = this; // Keep the options for cloning
1864 +
1865 + self.options = options;
1866 + self.controls = elementor.mergeControlsSettings(options.controls);
1867 + self.validators = {};
1868 +
1869 + if (!self.controls) {
1870 + return;
1871 + }
1872 +
1873 + var attrs = data || {},
1874 + defaults = {};
1875 +
1876 + _.each(self.controls, function (control) {
1877 + // Check features since they does not exist in tests.
1878 + var isUIControl = control.features && -1 !== control.features.indexOf('ui');
1879 +
1880 + if (isUIControl) {
1881 + return;
1882 + }
1883 +
1884 + var controlName = control.name;
1885 +
1886 + if ('object' === (0, _typeof2.default)(control.default)) {
1887 + defaults[controlName] = elementorCommon.helpers.cloneObject(control.default);
1888 + } else {
1889 + defaults[controlName] = control.default;
1890 + }
1891 +
1892 + var isDynamicControl = control.dynamic && control.dynamic.active,
1893 + hasDynamicSettings = isDynamicControl && attrs.__dynamic__ && attrs.__dynamic__[controlName];
1894 +
1895 + if (isDynamicControl && !hasDynamicSettings && control.dynamic.default) {
1896 + if (!attrs.__dynamic__) {
1897 + attrs.__dynamic__ = {};
1898 + }
1899 +
1900 + attrs.__dynamic__[controlName] = control.dynamic.default;
1901 + hasDynamicSettings = true;
1902 + } // Check if the value is a plain object ( and not an array )
1903 +
1904 +
1905 + var isMultipleControl = jQuery.isPlainObject(control.default);
1906 +
1907 + if (undefined !== attrs[controlName] && isMultipleControl && !_.isObject(attrs[controlName]) && !hasDynamicSettings) {
1908 + elementorCommon.debug.addCustomError(new TypeError('An invalid argument supplied as multiple control value'), 'InvalidElementData', 'Element `' + (self.get('widgetType') || self.get('elType')) + '` got <' + attrs[controlName] + '> as `' + controlName + '` value. Expected array or object.');
1909 + delete attrs[controlName];
1910 + }
1911 +
1912 + if (undefined === attrs[controlName]) {
1913 + attrs[controlName] = defaults[controlName];
1914 + }
1915 + });
1916 +
1917 + self.defaults = defaults;
1918 + self.handleRepeaterData(attrs);
1919 + self.set(attrs);
1920 + },
1921 + handleRepeaterData: function handleRepeaterData(attrs) {
1922 + _.each(this.controls, function (field) {
1923 + if (field.is_repeater) {
1924 + // TODO: Apply defaults on each field in repeater fields
1925 + if (!(attrs[field.name] instanceof Backbone.Collection)) {
1926 + attrs[field.name] = new Backbone.Collection(attrs[field.name], {
1927 + model: function model(attributes, options) {
1928 + options = options || {};
1929 + options.controls = {};
1930 + (0, _values.default)(field.fields).map(function (item) {
1931 + options.controls[item.name] = item;
1932 + }); // TODO: Cannot be deleted, since it handle repeater items after repeater widget creation.
1933 +
1934 + if (!attributes._id) {
1935 + attributes._id = elementorCommon.helpers.getUniqueId();
1936 + }
1937 +
1938 + return new BaseSettingsModel(attributes, options);
1939 + }
1940 + });
1941 + }
1942 + }
1943 + });
1944 + },
1945 + getFontControls: function getFontControls() {
1946 + return this.getControlsByType('font');
1947 + },
1948 + getIconsControls: function getIconsControls() {
1949 + return this.getControlsByType('icons');
1950 + },
1951 + getControlsByType: function getControlsByType(type) {
1952 + return _.filter(this.getActiveControls(), function (control) {
1953 + return type === control.type;
1954 + });
1955 + },
1956 + getStyleControls: function getStyleControls(controls, attributes) {
1957 + var self = this;
1958 + controls = elementorCommon.helpers.cloneObject(self.getActiveControls(controls, attributes));
1959 + var styleControls = [];
1960 + jQuery.each(controls, function () {
1961 + var _control$dynamic;
1962 +
1963 + var control = this,
1964 + controlDefaultSettings = elementor.config.controls[control.type];
1965 + control = jQuery.extend({}, controlDefaultSettings, control);
1966 +
1967 + if (control.fields) {
1968 + var styleFields = [];
1969 + self.attributes[control.name].each(function (item) {
1970 + styleFields.push(self.getStyleControls(control.fields, item.attributes));
1971 + });
1972 + control.styleFields = styleFields;
1973 + }
1974 +
1975 + if (control.fields || (_control$dynamic = control.dynamic) !== null && _control$dynamic !== void 0 && _control$dynamic.active || self.isGlobalControl(control, controls) || self.isStyleControl(control.name, controls)) {
1976 + styleControls.push(control);
1977 + }
1978 + });
1979 + return styleControls;
1980 + },
1981 + isGlobalControl: function isGlobalControl(control, controls) {
1982 + var _globalControl$global, _this$attributes$__gl;
1983 +
1984 + var controlGlobalKey = control.name;
1985 +
1986 + if (control.groupType) {
1987 + controlGlobalKey = control.groupPrefix + control.groupType;
1988 + }
1989 +
1990 + var globalControl = controls[controlGlobalKey];
1991 +
1992 + if (!((_globalControl$global = globalControl.global) !== null && _globalControl$global !== void 0 && _globalControl$global.active)) {
1993 + return false;
1994 + }
1995 +
1996 + var globalValue = (_this$attributes$__gl = this.attributes.__globals__) === null || _this$attributes$__gl === void 0 ? void 0 : _this$attributes$__gl[controlGlobalKey];
1997 + return !!globalValue;
1998 + },
1999 + isStyleControl: function isStyleControl(attribute, controls) {
2000 + controls = controls || this.controls;
2001 +
2002 + var currentControl = _.find(controls, function (control) {
2003 + return attribute === control.name;
2004 + });
2005 +
2006 + return currentControl && !_.isEmpty(currentControl.selectors);
2007 + },
2008 + getClassControls: function getClassControls(controls) {
2009 + controls = controls || this.controls;
2010 + return _.filter(controls, function (control) {
2011 + return !_.isUndefined(control.prefix_class);
2012 + });
2013 + },
2014 + isClassControl: function isClassControl(attribute) {
2015 + var currentControl = _.find(this.controls, function (control) {
2016 + return attribute === control.name;
2017 + });
2018 +
2019 + return currentControl && !_.isUndefined(currentControl.prefix_class);
2020 + },
2021 + getControl: function getControl(id) {
2022 + return _.find(this.controls, function (control) {
2023 + return id === control.name;
2024 + });
2025 + },
2026 + getActiveControls: function getActiveControls(controls, attributes) {
2027 + var activeControls = {};
2028 +
2029 + if (!controls) {
2030 + controls = this.controls;
2031 + }
2032 +
2033 + if (!attributes) {
2034 + attributes = this.attributes;
2035 + }
2036 +
2037 + attributes = this.parseGlobalSettings(attributes, controls);
2038 + jQuery.each(controls, function (controlKey, control) {
2039 + if (elementor.helpers.isActiveControl(control, attributes)) {
2040 + activeControls[controlKey] = control;
2041 + }
2042 + });
2043 + return activeControls;
2044 + },
2045 + clone: function clone() {
2046 + return new BaseSettingsModel(elementorCommon.helpers.cloneObject(this.attributes), elementorCommon.helpers.cloneObject(this.options));
2047 + },
2048 + setExternalChange: function setExternalChange(key, value) {
2049 + var self = this,
2050 + settingsToChange;
2051 +
2052 + if ('object' === (0, _typeof2.default)(key)) {
2053 + settingsToChange = key;
2054 + } else {
2055 + settingsToChange = {};
2056 + settingsToChange[key] = value;
2057 + }
2058 +
2059 + self.set(settingsToChange);
2060 + jQuery.each(settingsToChange, function (changedKey, changedValue) {
2061 + self.trigger('change:external:' + changedKey, changedValue);
2062 + });
2063 + },
2064 + parseDynamicSettings: function parseDynamicSettings(settings, options, controls) {
2065 + var self = this;
2066 + settings = elementorCommon.helpers.cloneObject(settings || self.attributes);
2067 + options = options || {};
2068 + controls = controls || this.controls;
2069 + jQuery.each(controls, function () {
2070 + var control = this,
2071 + valueToParse;
2072 +
2073 + if (control.is_repeater) {
2074 + valueToParse = settings[control.name];
2075 + valueToParse.forEach(function (value, key) {
2076 + valueToParse[key] = self.parseDynamicSettings(value, options, control.fields);
2077 + });
2078 + return;
2079 + }
2080 +
2081 + valueToParse = settings.__dynamic__ && settings.__dynamic__[control.name];
2082 +
2083 + if (!valueToParse) {
2084 + return;
2085 + }
2086 +
2087 + var dynamicSettings = control.dynamic;
2088 +
2089 + if (undefined === dynamicSettings) {
2090 + dynamicSettings = elementor.config.controls[control.type].dynamic;
2091 + }
2092 +
2093 + if (!dynamicSettings || !dynamicSettings.active) {
2094 + return;
2095 + }
2096 +
2097 + var dynamicValue;
2098 +
2099 + try {
2100 + dynamicValue = elementor.dynamicTags.parseTagsText(valueToParse, dynamicSettings, elementor.dynamicTags.getTagDataContent);
2101 + } catch (error) {
2102 + if (elementor.dynamicTags.CACHE_KEY_NOT_FOUND_ERROR !== error.message) {
2103 + throw error;
2104 + }
2105 +
2106 + dynamicValue = '';
2107 +
2108 + if (options.onServerRequestStart) {
2109 + options.onServerRequestStart();
2110 + }
2111 +
2112 + elementor.dynamicTags.refreshCacheFromServer(function () {
2113 + if (options.onServerRequestEnd) {
2114 + options.onServerRequestEnd();
2115 + }
2116 + });
2117 + }
2118 +
2119 + if (dynamicSettings.property) {
2120 + settings[control.name][dynamicSettings.property] = dynamicValue;
2121 + } else {
2122 + settings[control.name] = dynamicValue;
2123 + }
2124 + });
2125 + return settings;
2126 + },
2127 + parseGlobalSettings: function parseGlobalSettings(settings, controls) {
2128 + var _this = this;
2129 +
2130 + settings = elementorCommon.helpers.cloneObject(settings);
2131 + controls = controls || this.controls;
2132 + jQuery.each(controls, function (index, control) {
2133 + var _settings$__globals__, _globalSettings;
2134 +
2135 + var valueToParse;
2136 +
2137 + if (control.is_repeater) {
2138 + valueToParse = settings[control.name];
2139 + valueToParse.forEach(function (value, key) {
2140 + valueToParse[key] = _this.parseGlobalSettings(value, control.fields);
2141 + });
2142 + return;
2143 + }
2144 +
2145 + valueToParse = (_settings$__globals__ = settings.__globals__) === null || _settings$__globals__ === void 0 ? void 0 : _settings$__globals__[control.name];
2146 +
2147 + if (!valueToParse) {
2148 + return;
2149 + }
2150 +
2151 + var globalSettings = control.global;
2152 +
2153 + if (undefined === globalSettings) {
2154 + globalSettings = elementor.config.controls[control.type].global;
2155 + }
2156 +
2157 + if (!((_globalSettings = globalSettings) !== null && _globalSettings !== void 0 && _globalSettings.active)) {
2158 + return;
2159 + }
2160 +
2161 + var _$e$data$commandExtra = $e.data.commandExtractArgs(valueToParse),
2162 + command = _$e$data$commandExtra.command,
2163 + args = _$e$data$commandExtra.args,
2164 + globalValue = $e.data.getCache($e.components.get('globals'), command, args.query);
2165 +
2166 + if (control.groupType) {
2167 + settings[control.name] = 'custom';
2168 + } else {
2169 + settings[control.name] = globalValue;
2170 + }
2171 + });
2172 + return settings;
2173 + },
2174 + removeDataDefaults: function removeDataDefaults(data, controls) {
2175 + var _this2 = this;
2176 +
2177 + jQuery.each(data, function (key) {
2178 + var control = controls[key];
2179 +
2180 + if (!control) {
2181 + return;
2182 + } // TODO: use `save_default` in text|textarea controls.
2183 +
2184 +
2185 + if (control.save_default || ('text' === control.type || 'textarea' === control.type) && data[key]) {
2186 + return;
2187 + }
2188 +
2189 + if (control.is_repeater) {
2190 + data[key].forEach(function (repeaterRow) {
2191 + _this2.removeDataDefaults(repeaterRow, control.fields);
2192 + });
2193 + return;
2194 + }
2195 +
2196 + if (_.isEqual(data[key], control.default)) {
2197 + delete data[key];
2198 + }
2199 + });
2200 + },
2201 + toJSON: function toJSON(options) {
2202 + var data = Backbone.Model.prototype.toJSON.call(this);
2203 + options = options || {};
2204 + delete data.widgetType;
2205 + delete data.elType;
2206 + delete data.isInner;
2207 +
2208 + _.each(data, function (attribute, key) {
2209 + if (attribute && attribute.toJSON) {
2210 + data[key] = attribute.toJSON();
2211 + }
2212 + });
2213 +
2214 + if (options.remove && -1 !== options.remove.indexOf('default')) {
2215 + this.removeDataDefaults(data, this.controls);
2216 + }
2217 +
2218 + return elementorCommon.helpers.cloneObject(data);
2219 + }
2220 +});
2221 +module.exports = BaseSettingsModel;
2222 +
2223 +/***/ }),
2224 +
2225 +/***/ "../assets/dev/js/editor/elements/views/behaviors/inner-tabs.js":
2226 +/*!**********************************************************************!*\
2227 + !*** ../assets/dev/js/editor/elements/views/behaviors/inner-tabs.js ***!
2228 + \**********************************************************************/
2229 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2230 +
2231 +"use strict";
2232 +
2233 +
2234 +__webpack_require__(/*! core-js/modules/es6.array.filter.js */ "../node_modules/core-js/modules/es6.array.filter.js");
2235 +
2236 +__webpack_require__(/*! core-js/modules/es6.array.find.js */ "../node_modules/core-js/modules/es6.array.find.js");
2237 +
2238 +var InnerTabsBehavior;
2239 +InnerTabsBehavior = Marionette.Behavior.extend({
2240 + onRenderCollection: function onRenderCollection() {
2241 + this.handleInnerTabs(this.view);
2242 + },
2243 + handleInnerTabs: function handleInnerTabs(parent) {
2244 + var closedClass = 'elementor-tab-close',
2245 + activeClass = 'elementor-tab-active',
2246 + tabsWrappers = parent.children.filter(function (view) {
2247 + return 'tabs' === view.model.get('type');
2248 + });
2249 +
2250 + _.each(tabsWrappers, function (view) {
2251 + view.$el.find('.elementor-control-content').remove();
2252 + var tabsId = view.model.get('name'),
2253 + tabs = parent.children.filter(function (childView) {
2254 + return 'tab' === childView.model.get('type') && childView.model.get('tabs_wrapper') === tabsId;
2255 + });
2256 +
2257 + _.each(tabs, function (childView, index) {
2258 + view._addChildView(childView);
2259 +
2260 + var tabId = childView.model.get('name'),
2261 + controlsUnderTab = parent.children.filter(function (controlView) {
2262 + return tabId === controlView.model.get('inner_tab');
2263 + });
2264 +
2265 + if (0 === index) {
2266 + childView.$el.addClass(activeClass);
2267 + } else {
2268 + _.each(controlsUnderTab, function (controlView) {
2269 + controlView.$el.addClass(closedClass);
2270 + });
2271 + }
2272 + });
2273 + });
2274 + },
2275 + onChildviewControlTabClicked: function onChildviewControlTabClicked(childView) {
2276 + var closedClass = 'elementor-tab-close',
2277 + activeClass = 'elementor-tab-active',
2278 + tabClicked = childView.model.get('name'),
2279 + childrenUnderTab = this.view.children.filter(function (view) {
2280 + return 'tab' !== view.model.get('type') && childView.model.get('tabs_wrapper') === view.model.get('tabs_wrapper');
2281 + }),
2282 + siblingTabs = this.view.children.filter(function (view) {
2283 + return 'tab' === view.model.get('type') && childView.model.get('tabs_wrapper') === view.model.get('tabs_wrapper');
2284 + });
2285 +
2286 + _.each(siblingTabs, function (view) {
2287 + view.$el.removeClass(activeClass);
2288 + });
2289 +
2290 + childView.$el.addClass(activeClass);
2291 +
2292 + _.each(childrenUnderTab, function (view) {
2293 + if (view.model.get('inner_tab') === tabClicked) {
2294 + view.$el.removeClass(closedClass);
2295 + } else {
2296 + view.$el.addClass(closedClass);
2297 + }
2298 + });
2299 +
2300 + elementor.getPanelView().updateScrollbar();
2301 + }
2302 +});
2303 +module.exports = InnerTabsBehavior;
2304 +
2305 +/***/ }),
2306 +
2307 +/***/ "../assets/dev/js/editor/utils/introduction.js":
2308 +/*!*****************************************************!*\
2309 + !*** ../assets/dev/js/editor/utils/introduction.js ***!
2310 + \*****************************************************/
2311 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2312 +
2313 +"use strict";
2314 +
2315 +
2316 +var _Object$defineProperty = __webpack_require__(/*! @babel/runtime-corejs2/core-js/object/define-property */ "../node_modules/@babel/runtime-corejs2/core-js/object/define-property.js");
2317 +
2318 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime-corejs2/helpers/interopRequireDefault */ "../node_modules/@babel/runtime-corejs2/helpers/interopRequireDefault.js");
2319 +
2320 +_Object$defineProperty(exports, "__esModule", {
2321 + value: true
2322 +});
2323 +
2324 +exports["default"] = void 0;
2325 +
2326 +var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/classCallCheck */ "../node_modules/@babel/runtime-corejs2/helpers/classCallCheck.js"));
2327 +
2328 +var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/createClass */ "../node_modules/@babel/runtime-corejs2/helpers/createClass.js"));
2329 +
2330 +var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/inherits */ "../node_modules/@babel/runtime-corejs2/helpers/inherits.js"));
2331 +
2332 +var _createSuper2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/createSuper */ "../node_modules/@babel/runtime-corejs2/helpers/createSuper.js"));
2333 +
2334 +var _default = /*#__PURE__*/function (_elementorModules$Mod) {
2335 + (0, _inherits2.default)(_default, _elementorModules$Mod);
2336 +
2337 + var _super = (0, _createSuper2.default)(_default);
2338 +
2339 + function _default() {
2340 + var _this;
2341 +
2342 + (0, _classCallCheck2.default)(this, _default);
2343 +
2344 + for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
2345 + args[_key] = arguments[_key];
2346 + }
2347 +
2348 + _this = _super.call.apply(_super, [this].concat(args));
2349 +
2350 + _this.initDialog();
2351 +
2352 + return _this;
2353 + }
2354 +
2355 + (0, _createClass2.default)(_default, [{
2356 + key: "getDefaultSettings",
2357 + value: function getDefaultSettings() {
2358 + return {
2359 + dialogType: 'buttons',
2360 + dialogOptions: {
2361 + effects: {
2362 + hide: 'hide',
2363 + show: 'show'
2364 + },
2365 + hide: {
2366 + onBackgroundClick: false
2367 + }
2368 + }
2369 + };
2370 + }
2371 + }, {
2372 + key: "initDialog",
2373 + value: function initDialog() {
2374 + var _this2 = this;
2375 +
2376 + var dialog;
2377 +
2378 + this.getDialog = function () {
2379 + if (!dialog) {
2380 + var settings = _this2.getSettings();
2381 +
2382 + dialog = elementorCommon.dialogsManager.createWidget(settings.dialogType, settings.dialogOptions);
2383 +
2384 + if (settings.onDialogInitCallback) {
2385 + settings.onDialogInitCallback.call(_this2, dialog);
2386 + }
2387 + }
2388 +
2389 + return dialog;
2390 + };
2391 + }
2392 + }, {
2393 + key: "show",
2394 + value: function show(target) {
2395 + if (this.introductionViewed) {
2396 + return;
2397 + }
2398 +
2399 + var dialog = this.getDialog();
2400 +
2401 + if (target) {
2402 + dialog.setSettings('position', {
2403 + of: target
2404 + });
2405 + }
2406 +
2407 + dialog.show();
2408 + }
2409 + }, {
2410 + key: "setViewed",
2411 + value: function setViewed() {
2412 + this.introductionViewed = true;
2413 + elementorCommon.ajax.addRequest('introduction_viewed', {
2414 + data: {
2415 + introductionKey: this.getSettings('introductionKey')
2416 + }
2417 + });
2418 + }
2419 + }]);
2420 + return _default;
2421 +}(elementorModules.Module);
2422 +
2423 +exports["default"] = _default;
2424 +
2425 +/***/ }),
2426 +
2427 +/***/ "../assets/dev/js/editor/utils/is-instanceof.js":
2428 +/*!******************************************************!*\
2429 + !*** ../assets/dev/js/editor/utils/is-instanceof.js ***!
2430 + \******************************************************/
2431 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2432 +
2433 +"use strict";
2434 +
2435 +
2436 +var _Object$defineProperty = __webpack_require__(/*! @babel/runtime-corejs2/core-js/object/define-property */ "../node_modules/@babel/runtime-corejs2/core-js/object/define-property.js");
2437 +
2438 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime-corejs2/helpers/interopRequireDefault */ "../node_modules/@babel/runtime-corejs2/helpers/interopRequireDefault.js");
2439 +
2440 +_Object$defineProperty(exports, "__esModule", {
2441 + value: true
2442 +});
2443 +
2444 +exports["default"] = void 0;
2445 +
2446 +__webpack_require__(/*! core-js/modules/es6.function.name.js */ "../node_modules/core-js/modules/es6.function.name.js");
2447 +
2448 +var _createForOfIteratorHelper2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/createForOfIteratorHelper */ "../node_modules/@babel/runtime-corejs2/helpers/createForOfIteratorHelper.js"));
2449 +
2450 +var _isArray = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/core-js/array/is-array */ "../node_modules/@babel/runtime-corejs2/core-js/array/is-array.js"));
2451 +
2452 +var _toStringTag = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/core-js/symbol/to-string-tag */ "../node_modules/@babel/runtime-corejs2/core-js/symbol/to-string-tag.js"));
2453 +
2454 +/**
2455 + * Some FileAPI objects such as FileList, DataTransferItem and DataTransferItemList has inconsistency with the retrieved
2456 + * object (from events, etc.) and the actual JavaScript object so a regular instanceof doesn't work. This function can
2457 + * check whether it's instanceof by using the objects constructor and prototype names.
2458 + *
2459 + * @param object
2460 + * @param constructors
2461 + * @returns {boolean}
2462 + */
2463 +var _default = function _default(object, constructors) {
2464 + constructors = (0, _isArray.default)(constructors) ? constructors : [constructors];
2465 +
2466 + var _iterator = (0, _createForOfIteratorHelper2.default)(constructors),
2467 + _step;
2468 +
2469 + try {
2470 + for (_iterator.s(); !(_step = _iterator.n()).done;) {
2471 + var _constructor = _step.value;
2472 +
2473 + if (object.constructor.name === _constructor.prototype[_toStringTag.default]) {
2474 + return true;
2475 + }
2476 + }
2477 + } catch (err) {
2478 + _iterator.e(err);
2479 + } finally {
2480 + _iterator.f();
2481 + }
2482 +
2483 + return false;
2484 +};
2485 +
2486 +exports["default"] = _default;
2487 +
2488 +/***/ }),
2489 +
2490 +/***/ "../assets/dev/js/editor/utils/module.js":
2491 +/*!***********************************************!*\
2492 + !*** ../assets/dev/js/editor/utils/module.js ***!
2493 + \***********************************************/
2494 +/***/ ((module) => {
2495 +
2496 +"use strict";
2497 +
2498 +
2499 +var EditorModule = elementorModules.Module.extend({
2500 + onInit: function onInit() {
2501 + var _this = this;
2502 +
2503 + var $window = jQuery(window);
2504 + $window.on('elementor:init-components', this.onElementorInitComponents.bind(this));
2505 + $window.on('elementor:loaded', function () {
2506 + _this.onElementorLoaded();
2507 +
2508 + elementor.on('document:loaded', _this.onDocumentLoaded.bind(_this));
2509 + });
2510 + $window.on('elementor:init', this.onElementorReady);
2511 + },
2512 + // TODO: Delete as soon as possible.
2513 + getEditorControlView: function getEditorControlView(name) {
2514 + var editor = elementor.getPanelView().getCurrentPageView();
2515 + return editor.children.findByModelCid(this.getEditorControlModel(name).cid);
2516 + },
2517 + // TODO: Delete as soon as possible.
2518 + getEditorControlModel: function getEditorControlModel(name) {
2519 + var editor = elementor.getPanelView().getCurrentPageView();
2520 + return editor.collection.findWhere({
2521 + name: name
2522 + });
2523 + },
2524 + onElementorReady: function onElementorReady() {
2525 + this.onElementorInit();
2526 + elementor.on('frontend:init', this.onElementorFrontendInit.bind(this)).on('preview:loaded', this.onElementorPreviewLoaded.bind(this));
2527 + }
2528 +});
2529 +
2530 +EditorModule.prototype.onElementorLoaded = function () {};
2531 +
2532 +EditorModule.prototype.onElementorInit = function () {};
2533 +
2534 +EditorModule.prototype.onElementorPreviewLoaded = function () {};
2535 +
2536 +EditorModule.prototype.onDocumentLoaded = function () {};
2537 +
2538 +EditorModule.prototype.onElementorFrontendInit = function () {};
2539 +
2540 +EditorModule.prototype.onElementorInitComponents = function () {};
2541 +
2542 +module.exports = EditorModule;
2543 +
2544 +/***/ }),
2545 +
2546 +/***/ "../assets/dev/js/editor/views/controls-popover.js":
2547 +/*!*********************************************************!*\
2548 + !*** ../assets/dev/js/editor/views/controls-popover.js ***!
2549 + \*********************************************************/
2550 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2551 +
2552 +"use strict";
2553 +/* provided dependency */ var __ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n")["__"];
2554 +
2555 +
2556 +var _Object$defineProperty = __webpack_require__(/*! @babel/runtime-corejs2/core-js/object/define-property */ "../node_modules/@babel/runtime-corejs2/core-js/object/define-property.js");
2557 +
2558 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime-corejs2/helpers/interopRequireDefault */ "../node_modules/@babel/runtime-corejs2/helpers/interopRequireDefault.js");
2559 +
2560 +_Object$defineProperty(exports, "__esModule", {
2561 + value: true
2562 +});
2563 +
2564 +exports["default"] = void 0;
2565 +
2566 +__webpack_require__(/*! core-js/modules/es6.array.find.js */ "../node_modules/core-js/modules/es6.array.find.js");
2567 +
2568 +var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/defineProperty */ "../node_modules/@babel/runtime-corejs2/helpers/defineProperty.js"));
2569 +
2570 +var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/classCallCheck */ "../node_modules/@babel/runtime-corejs2/helpers/classCallCheck.js"));
2571 +
2572 +var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/createClass */ "../node_modules/@babel/runtime-corejs2/helpers/createClass.js"));
2573 +
2574 +var ControlsPopover = /*#__PURE__*/function () {
2575 + function ControlsPopover(child) {
2576 + (0, _classCallCheck2.default)(this, ControlsPopover);
2577 + this.child = child;
2578 + this.$popover = jQuery('<div>', {
2579 + class: 'elementor-controls-popover'
2580 + });
2581 + child.$el.before(this.$popover);
2582 + this.$popover.append(child.$el);
2583 + this.popoverToggleView = child._parent.children.findByIndex(child._index - 1); // Add the "Typography" header to the popover
2584 +
2585 + if ('typography' === this.child.model.attributes.groupType) {
2586 + this.createPopoverHeader();
2587 + }
2588 + }
2589 +
2590 + (0, _createClass2.default)(ControlsPopover, [{
2591 + key: "addChild",
2592 + value: function addChild(child) {
2593 + this.$popover.append(child.$el);
2594 + }
2595 + }, {
2596 + key: "createPopoverHeader",
2597 + value: function createPopoverHeader() {
2598 + var _this = this;
2599 +
2600 + var $popoverToggleControl = this.$popover.prev(),
2601 + // Get the existing reset button.
2602 + $resetLabel = $popoverToggleControl.find('.elementor-control-popover-toggle-reset-label');
2603 + this.$popoverHeader = jQuery('<div>', {
2604 + class: 'e-group-control-header'
2605 + }).html('<span>' + __('Typography', 'elementor') + '</span>');
2606 + this.$headerControlsWrapper = jQuery('<div>', {
2607 + class: 'e-control-tools'
2608 + }); // Give the reset button the control tool styling, and add a click event so clicking on it closes the popover.
2609 +
2610 + $resetLabel.addClass('e-control-tool').on('click', function () {
2611 + return _this.onResetButtonClick();
2612 + }); // Move the popover toggle reset button into the popover header.
2613 +
2614 + this.$headerControlsWrapper.append($resetLabel);
2615 + this.$popoverHeader.append(this.$headerControlsWrapper);
2616 + var globalConfig = this.popoverToggleView.model.get('global');
2617 +
2618 + if (globalConfig !== null && globalConfig !== void 0 && globalConfig.active) {
2619 + this.createAddButton();
2620 + }
2621 +
2622 + this.$popover.prepend(this.$popoverHeader).addClass('e-controls-popover--typography');
2623 + }
2624 + }, {
2625 + key: "onResetButtonClick",
2626 + value: function onResetButtonClick() {
2627 + this.$popover.hide();
2628 + var groupControlName = this.child.model.get('groupPrefix') + 'typography',
2629 + args = {
2630 + container: this.child.options.container,
2631 + settings: (0, _defineProperty2.default)({}, groupControlName, '')
2632 + };
2633 +
2634 + if (this.child.options.container.globals.get(groupControlName)) {
2635 + // The Disable Globals command applies global settings locally,
2636 + // so disabling the global shouldn't actually change the appearance of the widget.
2637 + $e.run('document/globals/disable', args);
2638 + } else {
2639 + $e.run('document/elements/settings', args);
2640 + }
2641 + }
2642 + }, {
2643 + key: "onAddButtonClick",
2644 + value: function onAddButtonClick() {
2645 + this.popoverToggleView.onAddGlobalButtonClick();
2646 + }
2647 + }, {
2648 + key: "createAddButton",
2649 + value: function createAddButton() {
2650 + var _this2 = this;
2651 +
2652 + this.$addButton = jQuery('<button>', {
2653 + class: 'e-control-tool'
2654 + }).html(jQuery('<i>', {
2655 + class: 'eicon-plus'
2656 + }));
2657 + this.$headerControlsWrapper.append(this.$addButton);
2658 + this.$addButton.on('click', function () {
2659 + return _this2.onAddButtonClick();
2660 + });
2661 + this.$addButton.tipsy({
2662 + title: function title() {
2663 + return __('Create New Global Font', 'elementor');
2664 + },
2665 + gravity: function gravity() {
2666 + return 's';
2667 + }
2668 + });
2669 + }
2670 + }, {
2671 + key: "destroy",
2672 + value: function destroy() {
2673 + this.$popover.remove();
2674 + }
2675 + }]);
2676 + return ControlsPopover;
2677 +}();
2678 +
2679 +exports["default"] = ControlsPopover;
2680 +
2681 +/***/ }),
2682 +
2683 +/***/ "../assets/dev/js/editor/views/controls-stack.js":
2684 +/*!*******************************************************!*\
2685 + !*** ../assets/dev/js/editor/views/controls-stack.js ***!
2686 + \*******************************************************/
2687 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2688 +
2689 +"use strict";
2690 +
2691 +
2692 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime-corejs2/helpers/interopRequireDefault */ "../node_modules/@babel/runtime-corejs2/helpers/interopRequireDefault.js");
2693 +
2694 +__webpack_require__(/*! core-js/modules/es6.object.to-string.js */ "../node_modules/core-js/modules/es6.object.to-string.js");
2695 +
2696 +__webpack_require__(/*! core-js/modules/es6.array.iterator.js */ "../node_modules/core-js/modules/es6.array.iterator.js");
2697 +
2698 +__webpack_require__(/*! core-js/modules/web.dom.iterable.js */ "../node_modules/core-js/modules/web.dom.iterable.js");
2699 +
2700 +__webpack_require__(/*! core-js/modules/es6.array.filter.js */ "../node_modules/core-js/modules/es6.array.filter.js");
2701 +
2702 +var _controlsPopover = _interopRequireDefault(__webpack_require__(/*! ./controls-popover */ "../assets/dev/js/editor/views/controls-popover.js"));
2703 +
2704 +var ControlsStack;
2705 +ControlsStack = Marionette.CompositeView.extend({
2706 + classes: {
2707 + popover: 'elementor-controls-popover'
2708 + },
2709 + activeTab: null,
2710 + activeSection: null,
2711 + className: function className() {
2712 + return 'elementor-controls-stack';
2713 + },
2714 + templateHelpers: function templateHelpers() {
2715 + return {
2716 + elementData: elementor.getElementData(this.model)
2717 + };
2718 + },
2719 + childViewOptions: function childViewOptions() {
2720 + return {
2721 + // TODO: elementSettingsModel is deprecated since 2.8.0.
2722 + elementSettingsModel: this.model
2723 + };
2724 + },
2725 + ui: function ui() {
2726 + return {
2727 + tabs: '.elementor-panel-navigation-tab',
2728 + reloadButton: '.elementor-update-preview-button'
2729 + };
2730 + },
2731 + events: function events() {
2732 + return {
2733 + 'click @ui.reloadButton': 'onReloadButtonClick'
2734 + };
2735 + },
2736 + modelEvents: {
2737 + destroy: 'onModelDestroy'
2738 + },
2739 + behaviors: {
2740 + HandleInnerTabs: {
2741 + behaviorClass: __webpack_require__(/*! elementor-behaviors/inner-tabs */ "../assets/dev/js/editor/elements/views/behaviors/inner-tabs.js")
2742 + }
2743 + },
2744 + initialize: function initialize(options) {
2745 + this.initCollection();
2746 +
2747 + if (options.tab) {
2748 + this.activeTab = options.tab;
2749 + this.activateFirstSection();
2750 + }
2751 +
2752 + this.listenTo(elementor.channels.deviceMode, 'change', this.onDeviceModeChange);
2753 + },
2754 + initCollection: function initCollection() {
2755 + this.collection = new Backbone.Collection(_.values(elementor.mergeControlsSettings(this.getOption('controls'))));
2756 + },
2757 + filter: function filter(controlModel) {
2758 + if (controlModel.get('tab') !== this.activeTab) {
2759 + return false;
2760 + }
2761 +
2762 + if ('section' === controlModel.get('type')) {
2763 + return true;
2764 + }
2765 +
2766 + var section = controlModel.get('section');
2767 + return !section || section === this.activeSection;
2768 + },
2769 + getControlViewByModel: function getControlViewByModel(model) {
2770 + return this.children.findByModelCid(model.cid);
2771 + },
2772 + getControlViewByName: function getControlViewByName(name) {
2773 + return this.getControlViewByModel(this.getControlModel(name));
2774 + },
2775 + getControlModel: function getControlModel(name) {
2776 + return this.collection.findWhere({
2777 + name: name
2778 + });
2779 + },
2780 + isVisibleSectionControl: function isVisibleSectionControl(sectionControlModel) {
2781 + return this.activeTab === sectionControlModel.get('tab');
2782 + },
2783 + activateTab: function activateTab(tab) {
2784 + this.activeTab = tab;
2785 + this.activateFirstSection();
2786 +
2787 + this._renderChildren();
2788 +
2789 + return this;
2790 + },
2791 + activateSection: function activateSection(sectionName) {
2792 + this.activeSection = sectionName;
2793 + return this;
2794 + },
2795 + activateFirstSection: function activateFirstSection() {
2796 + var self = this;
2797 + var sectionControls = self.collection.filter(function (controlModel) {
2798 + return 'section' === controlModel.get('type') && self.isVisibleSectionControl(controlModel);
2799 + });
2800 + var sectionToActivate;
2801 +
2802 + if (!sectionControls[0]) {
2803 + self.activeSection = null;
2804 + sectionToActivate = null;
2805 + } else {
2806 + sectionToActivate = sectionControls[0].get('name');
2807 + }
2808 +
2809 + var preActivatedSection = sectionControls.filter(function (controlModel) {
2810 + return self.activeSection === controlModel.get('name');
2811 + });
2812 +
2813 + if (preActivatedSection[0]) {
2814 + return;
2815 + }
2816 +
2817 + self.activateSection(sectionToActivate);
2818 + return this;
2819 + },
2820 + getChildView: function getChildView(item) {
2821 + var controlType = item.get('type');
2822 + return elementor.getControlView(controlType);
2823 + },
2824 + getNamespaceArray: function getNamespaceArray() {
2825 + return [elementor.getPanelView().getCurrentPageName()];
2826 + },
2827 + openActiveSection: function openActiveSection() {
2828 + var activeSection = this.activeSection,
2829 + activeSectionView = this.children.filter(function (view) {
2830 + return activeSection === view.model.get('name');
2831 + });
2832 +
2833 + if (activeSectionView[0]) {
2834 + activeSectionView[0].$el.addClass('elementor-open');
2835 + var eventNamespace = this.getNamespaceArray();
2836 + eventNamespace.push(activeSection, 'activated');
2837 + elementor.channels.editor.trigger(eventNamespace.join(':'), this);
2838 + }
2839 + },
2840 + onRenderCollection: function onRenderCollection() {
2841 + this.openActiveSection();
2842 + ControlsStack.handlePopovers(this);
2843 + },
2844 + onModelDestroy: function onModelDestroy() {
2845 + this.destroy();
2846 + },
2847 + onReloadButtonClick: function onReloadButtonClick() {
2848 + elementor.reloadPreview();
2849 + },
2850 + onDeviceModeChange: function onDeviceModeChange() {
2851 + if ('desktop' === elementor.channels.deviceMode.request('currentMode')) {
2852 + this.$el.removeClass('elementor-responsive-switchers-open');
2853 + }
2854 + },
2855 + onChildviewControlSectionClicked: function onChildviewControlSectionClicked(childView) {
2856 + var isSectionOpen = childView.$el.hasClass('elementor-open');
2857 + this.activateSection(isSectionOpen ? null : childView.model.get('name'));
2858 +
2859 + this._renderChildren();
2860 + },
2861 + onChildviewResponsiveSwitcherClick: function onChildviewResponsiveSwitcherClick(childView, device) {
2862 + if ('desktop' === device) {
2863 + this.$el.toggleClass('elementor-responsive-switchers-open');
2864 + }
2865 + }
2866 +}, {
2867 + handlePopovers: function handlePopovers(view) {
2868 + var popover;
2869 + view.popovers = [];
2870 + this.removePopovers(view);
2871 + view.children.each(function (control) {
2872 + if (popover) {
2873 + popover.addChild(control);
2874 + }
2875 +
2876 + var popoverData = control.model.get('popover');
2877 +
2878 + if (!popoverData) {
2879 + return;
2880 + }
2881 +
2882 + if (popoverData.start) {
2883 + popover = new _controlsPopover.default(control);
2884 + view.popovers.push(popover);
2885 + }
2886 +
2887 + if (popoverData.end) {
2888 + popover = null;
2889 + }
2890 + });
2891 + },
2892 + removePopovers: function removePopovers(view) {
2893 + view.popovers.forEach(function (popover) {
2894 + return popover.destroy();
2895 + });
2896 + }
2897 +});
2898 +module.exports = ControlsStack;
2899 +
2900 +/***/ }),
2901 +
2902 +/***/ "../assets/dev/js/modules/imports/args-object.js":
2903 +/*!*******************************************************!*\
2904 + !*** ../assets/dev/js/modules/imports/args-object.js ***!
2905 + \*******************************************************/
2906 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2907 +
2908 +"use strict";
2909 +
2910 +
2911 +var _Object$defineProperty = __webpack_require__(/*! @babel/runtime-corejs2/core-js/object/define-property */ "../node_modules/@babel/runtime-corejs2/core-js/object/define-property.js");
2912 +
2913 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime-corejs2/helpers/interopRequireDefault */ "../node_modules/@babel/runtime-corejs2/helpers/interopRequireDefault.js");
2914 +
2915 +_Object$defineProperty(exports, "__esModule", {
2916 + value: true
2917 +});
2918 +
2919 +exports["default"] = void 0;
2920 +
2921 +var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/typeof */ "../node_modules/@babel/runtime-corejs2/helpers/typeof.js"));
2922 +
2923 +var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/classCallCheck */ "../node_modules/@babel/runtime-corejs2/helpers/classCallCheck.js"));
2924 +
2925 +var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/createClass */ "../node_modules/@babel/runtime-corejs2/helpers/createClass.js"));
2926 +
2927 +var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/inherits */ "../node_modules/@babel/runtime-corejs2/helpers/inherits.js"));
2928 +
2929 +var _createSuper2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/createSuper */ "../node_modules/@babel/runtime-corejs2/helpers/createSuper.js"));
2930 +
2931 +var _instanceType = _interopRequireDefault(__webpack_require__(/*! ./instance-type */ "../assets/dev/js/modules/imports/instance-type.js"));
2932 +
2933 +var _isInstanceof = _interopRequireDefault(__webpack_require__(/*! ../../editor/utils/is-instanceof */ "../assets/dev/js/editor/utils/is-instanceof.js"));
2934 +
2935 +var ArgsObject = /*#__PURE__*/function (_InstanceType) {
2936 + (0, _inherits2.default)(ArgsObject, _InstanceType);
2937 +
2938 + var _super = (0, _createSuper2.default)(ArgsObject);
2939 +
2940 + /**
2941 + * Function constructor().
2942 + *
2943 + * Create ArgsObject.
2944 + *
2945 + * @param {{}} args
2946 + */
2947 + function ArgsObject(args) {
2948 + var _this;
2949 +
2950 + (0, _classCallCheck2.default)(this, ArgsObject);
2951 + _this = _super.call(this);
2952 + _this.args = args;
2953 + return _this;
2954 + }
2955 + /**
2956 + * Function requireArgument().
2957 + *
2958 + * Validate property in args.
2959 + *
2960 + * @param {string} property
2961 + * @param {{}} args
2962 + *
2963 + * @throws {Error}
2964 + *
2965 + */
2966 +
2967 +
2968 + (0, _createClass2.default)(ArgsObject, [{
2969 + key: "requireArgument",
2970 + value: function requireArgument(property) {
2971 + var args = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : this.args;
2972 +
2973 + if (!args.hasOwnProperty(property)) {
2974 + throw Error("".concat(property, " is required."));
2975 + }
2976 + }
2977 + /**
2978 + * Function requireArgumentType().
2979 + *
2980 + * Validate property in args using `type === typeof(args.whatever)`.
2981 + *
2982 + * @param {string} property
2983 + * @param {string} type
2984 + * @param {{}} args
2985 + *
2986 + * @throws {Error}
2987 + *
2988 + */
2989 +
2990 + }, {
2991 + key: "requireArgumentType",
2992 + value: function requireArgumentType(property, type) {
2993 + var args = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : this.args;
2994 + this.requireArgument(property, args);
2995 +
2996 + if ((0, _typeof2.default)(args[property]) !== type) {
2997 + throw Error("".concat(property, " invalid type: ").concat(type, "."));
2998 + }
2999 + }
3000 + /**
3001 + * Function requireArgumentInstance().
3002 + *
3003 + * Validate property in args using `args.whatever instanceof instance`.
3004 + *
3005 + * @param {string} property
3006 + * @param {instanceof} instance
3007 + * @param {{}} args
3008 + *
3009 + * @throws {Error}
3010 + *
3011 + */
3012 +
3013 + }, {
3014 + key: "requireArgumentInstance",
3015 + value: function requireArgumentInstance(property, instance) {
3016 + var args = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : this.args;
3017 + this.requireArgument(property, args);
3018 +
3019 + if (!(args[property] instanceof instance) && !(0, _isInstanceof.default)(args[property], instance)) {
3020 + throw Error("".concat(property, " invalid instance."));
3021 + }
3022 + }
3023 + /**
3024 + * Function requireArgumentConstructor().
3025 + *
3026 + * Validate property in args using `type === args.whatever.constructor`.
3027 + *
3028 + * @param {string} property
3029 + * @param {*} type
3030 + * @param {{}} args
3031 + *
3032 + * @throws {Error}
3033 + *
3034 + */
3035 +
3036 + }, {
3037 + key: "requireArgumentConstructor",
3038 + value: function requireArgumentConstructor(property, type) {
3039 + var args = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : this.args;
3040 + this.requireArgument(property, args);
3041 +
3042 + if (args[property].constructor !== type) {
3043 + throw Error("".concat(property, " invalid constructor type."));
3044 + }
3045 + }
3046 + }], [{
3047 + key: "getInstanceType",
3048 + value: function getInstanceType() {
3049 + return 'ArgsObject';
3050 + }
3051 + }]);
3052 + return ArgsObject;
3053 +}(_instanceType.default);
3054 +
3055 +exports["default"] = ArgsObject;
3056 +
3057 +/***/ }),
3058 +
3059 +/***/ "../assets/dev/js/modules/imports/instance-type.js":
3060 +/*!*********************************************************!*\
3061 + !*** ../assets/dev/js/modules/imports/instance-type.js ***!
3062 + \*********************************************************/
3063 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
3064 +
3065 +"use strict";
3066 +
3067 +
3068 +var _Object$defineProperty = __webpack_require__(/*! @babel/runtime-corejs2/core-js/object/define-property */ "../node_modules/@babel/runtime-corejs2/core-js/object/define-property.js");
3069 +
3070 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime-corejs2/helpers/interopRequireDefault */ "../node_modules/@babel/runtime-corejs2/helpers/interopRequireDefault.js");
3071 +
3072 +_Object$defineProperty(exports, "__esModule", {
3073 + value: true
3074 +});
3075 +
3076 +exports["default"] = void 0;
3077 +
3078 +var _hasInstance = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/core-js/symbol/has-instance */ "../node_modules/@babel/runtime-corejs2/core-js/symbol/has-instance.js"));
3079 +
3080 +var _isArray = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/core-js/array/is-array */ "../node_modules/@babel/runtime-corejs2/core-js/array/is-array.js"));
3081 +
3082 +__webpack_require__(/*! core-js/modules/es6.function.name.js */ "../node_modules/core-js/modules/es6.function.name.js");
3083 +
3084 +var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/classCallCheck */ "../node_modules/@babel/runtime-corejs2/helpers/classCallCheck.js"));
3085 +
3086 +var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/createClass */ "../node_modules/@babel/runtime-corejs2/helpers/createClass.js"));
3087 +
3088 +var _get2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/get */ "../node_modules/@babel/runtime-corejs2/helpers/get.js"));
3089 +
3090 +var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/getPrototypeOf */ "../node_modules/@babel/runtime-corejs2/helpers/getPrototypeOf.js"));
3091 +
3092 +var InstanceType = /*#__PURE__*/function (_Symbol$hasInstance) {
3093 + function InstanceType() {
3094 + var _this = this;
3095 +
3096 + (0, _classCallCheck2.default)(this, InstanceType);
3097 + // Since anonymous classes sometimes do not get validated by babel, do it manually.
3098 + var target = this instanceof InstanceType ? this.constructor : void 0;
3099 + var prototypes = [];
3100 +
3101 + while (target.__proto__ && target.__proto__.name) {
3102 + prototypes.push(target.__proto__);
3103 + target = target.__proto__;
3104 + }
3105 +
3106 + prototypes.reverse().forEach(function (proto) {
3107 + return _this instanceof proto;
3108 + });
3109 + }
3110 +
3111 + (0, _createClass2.default)(InstanceType, null, [{
3112 + key: _Symbol$hasInstance,
3113 + value: function value(target) {
3114 + /**
3115 + * This is function extending being called each time JS uses instanceOf, since babel use it each time it create new class
3116 + * its give's opportunity to mange capabilities of instanceOf operator.
3117 + * saving current class each time will give option later to handle instanceOf manually.
3118 + */
3119 + var result = (0, _get2.default)((0, _getPrototypeOf2.default)(InstanceType), _hasInstance.default, this).call(this, target); // Act normal when validate a class, which does not have instance type.
3120 +
3121 + if (target && !target.constructor.getInstanceType) {
3122 + return result;
3123 + }
3124 +
3125 + if (target) {
3126 + if (!target.instanceTypes) {
3127 + target.instanceTypes = [];
3128 + }
3129 +
3130 + if (!result) {
3131 + if (this.getInstanceType() === target.constructor.getInstanceType()) {
3132 + result = true;
3133 + }
3134 + }
3135 +
3136 + if (result) {
3137 + var name = this.getInstanceType === InstanceType.getInstanceType ? 'BaseInstanceType' : this.getInstanceType();
3138 +
3139 + if (-1 === target.instanceTypes.indexOf(name)) {
3140 + target.instanceTypes.push(name);
3141 + }
3142 + }
3143 + }
3144 +
3145 + if (!result && target) {
3146 + // Check if the given 'target', is instance of known types.
3147 + result = target.instanceTypes && (0, _isArray.default)(target.instanceTypes) && -1 !== target.instanceTypes.indexOf(this.getInstanceType());
3148 + }
3149 +
3150 + return result;
3151 + }
3152 + }, {
3153 + key: "getInstanceType",
3154 + value: function getInstanceType() {
3155 + elementorModules.ForceMethodImplementation();
3156 + }
3157 + }]);
3158 + return InstanceType;
3159 +}(_hasInstance.default);
3160 +
3161 +exports["default"] = InstanceType;
3162 +
3163 +/***/ }),
3164 +
3165 +/***/ "../node_modules/core-js/library/fn/array/from.js":
3166 +/*!********************************************************!*\
3167 + !*** ../node_modules/core-js/library/fn/array/from.js ***!
3168 + \********************************************************/
3169 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3170 +
3171 +__webpack_require__(/*! ../../modules/es6.string.iterator */ "../node_modules/core-js/library/modules/es6.string.iterator.js");
3172 +__webpack_require__(/*! ../../modules/es6.array.from */ "../node_modules/core-js/library/modules/es6.array.from.js");
3173 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Array.from;
3174 +
3175 +
3176 +/***/ }),
3177 +
3178 +/***/ "../node_modules/core-js/library/fn/array/is-array.js":
3179 +/*!************************************************************!*\
3180 + !*** ../node_modules/core-js/library/fn/array/is-array.js ***!
3181 + \************************************************************/
3182 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3183 +
3184 +__webpack_require__(/*! ../../modules/es6.array.is-array */ "../node_modules/core-js/library/modules/es6.array.is-array.js");
3185 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Array.isArray;
3186 +
3187 +
3188 +/***/ }),
3189 +
3190 +/***/ "../node_modules/core-js/library/fn/map.js":
3191 +/*!*************************************************!*\
3192 + !*** ../node_modules/core-js/library/fn/map.js ***!
3193 + \*************************************************/
3194 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3195 +
3196 +__webpack_require__(/*! ../modules/es6.object.to-string */ "../node_modules/core-js/library/modules/es6.object.to-string.js");
3197 +__webpack_require__(/*! ../modules/es6.string.iterator */ "../node_modules/core-js/library/modules/es6.string.iterator.js");
3198 +__webpack_require__(/*! ../modules/web.dom.iterable */ "../node_modules/core-js/library/modules/web.dom.iterable.js");
3199 +__webpack_require__(/*! ../modules/es6.map */ "../node_modules/core-js/library/modules/es6.map.js");
3200 +__webpack_require__(/*! ../modules/es7.map.to-json */ "../node_modules/core-js/library/modules/es7.map.to-json.js");
3201 +__webpack_require__(/*! ../modules/es7.map.of */ "../node_modules/core-js/library/modules/es7.map.of.js");
3202 +__webpack_require__(/*! ../modules/es7.map.from */ "../node_modules/core-js/library/modules/es7.map.from.js");
3203 +module.exports = __webpack_require__(/*! ../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Map;
3204 +
3205 +
3206 +/***/ }),
3207 +
3208 +/***/ "../node_modules/core-js/library/fn/object/create.js":
3209 +/*!***********************************************************!*\
3210 + !*** ../node_modules/core-js/library/fn/object/create.js ***!
3211 + \***********************************************************/
3212 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3213 +
3214 +__webpack_require__(/*! ../../modules/es6.object.create */ "../node_modules/core-js/library/modules/es6.object.create.js");
3215 +var $Object = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Object;
3216 +module.exports = function create(P, D) {
3217 + return $Object.create(P, D);
3218 +};
3219 +
3220 +
3221 +/***/ }),
3222 +
3223 +/***/ "../node_modules/core-js/library/fn/object/define-property.js":
3224 +/*!********************************************************************!*\
3225 + !*** ../node_modules/core-js/library/fn/object/define-property.js ***!
3226 + \********************************************************************/
3227 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3228 +
3229 +__webpack_require__(/*! ../../modules/es6.object.define-property */ "../node_modules/core-js/library/modules/es6.object.define-property.js");
3230 +var $Object = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Object;
3231 +module.exports = function defineProperty(it, key, desc) {
3232 + return $Object.defineProperty(it, key, desc);
3233 +};
3234 +
3235 +
3236 +/***/ }),
3237 +
3238 +/***/ "../node_modules/core-js/library/fn/object/entries.js":
3239 +/*!************************************************************!*\
3240 + !*** ../node_modules/core-js/library/fn/object/entries.js ***!
3241 + \************************************************************/
3242 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3243 +
3244 +__webpack_require__(/*! ../../modules/es7.object.entries */ "../node_modules/core-js/library/modules/es7.object.entries.js");
3245 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Object.entries;
3246 +
3247 +
3248 +/***/ }),
3249 +
3250 +/***/ "../node_modules/core-js/library/fn/object/get-own-property-descriptor.js":
3251 +/*!********************************************************************************!*\
3252 + !*** ../node_modules/core-js/library/fn/object/get-own-property-descriptor.js ***!
3253 + \********************************************************************************/
3254 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3255 +
3256 +__webpack_require__(/*! ../../modules/es6.object.get-own-property-descriptor */ "../node_modules/core-js/library/modules/es6.object.get-own-property-descriptor.js");
3257 +var $Object = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Object;
3258 +module.exports = function getOwnPropertyDescriptor(it, key) {
3259 + return $Object.getOwnPropertyDescriptor(it, key);
3260 +};
3261 +
3262 +
3263 +/***/ }),
3264 +
3265 +/***/ "../node_modules/core-js/library/fn/object/get-prototype-of.js":
3266 +/*!*********************************************************************!*\
3267 + !*** ../node_modules/core-js/library/fn/object/get-prototype-of.js ***!
3268 + \*********************************************************************/
3269 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3270 +
3271 +__webpack_require__(/*! ../../modules/es6.object.get-prototype-of */ "../node_modules/core-js/library/modules/es6.object.get-prototype-of.js");
3272 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Object.getPrototypeOf;
3273 +
3274 +
3275 +/***/ }),
3276 +
3277 +/***/ "../node_modules/core-js/library/fn/object/keys.js":
3278 +/*!*********************************************************!*\
3279 + !*** ../node_modules/core-js/library/fn/object/keys.js ***!
3280 + \*********************************************************/
3281 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3282 +
3283 +__webpack_require__(/*! ../../modules/es6.object.keys */ "../node_modules/core-js/library/modules/es6.object.keys.js");
3284 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Object.keys;
3285 +
3286 +
3287 +/***/ }),
3288 +
3289 +/***/ "../node_modules/core-js/library/fn/object/set-prototype-of.js":
3290 +/*!*********************************************************************!*\
3291 + !*** ../node_modules/core-js/library/fn/object/set-prototype-of.js ***!
3292 + \*********************************************************************/
3293 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3294 +
3295 +__webpack_require__(/*! ../../modules/es6.object.set-prototype-of */ "../node_modules/core-js/library/modules/es6.object.set-prototype-of.js");
3296 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Object.setPrototypeOf;
3297 +
3298 +
3299 +/***/ }),
3300 +
3301 +/***/ "../node_modules/core-js/library/fn/object/values.js":
3302 +/*!***********************************************************!*\
3303 + !*** ../node_modules/core-js/library/fn/object/values.js ***!
3304 + \***********************************************************/
3305 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3306 +
3307 +__webpack_require__(/*! ../../modules/es7.object.values */ "../node_modules/core-js/library/modules/es7.object.values.js");
3308 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Object.values;
3309 +
3310 +
3311 +/***/ }),
3312 +
3313 +/***/ "../node_modules/core-js/library/fn/reflect/construct.js":
3314 +/*!***************************************************************!*\
3315 + !*** ../node_modules/core-js/library/fn/reflect/construct.js ***!
3316 + \***************************************************************/
3317 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3318 +
3319 +__webpack_require__(/*! ../../modules/es6.reflect.construct */ "../node_modules/core-js/library/modules/es6.reflect.construct.js");
3320 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Reflect.construct;
3321 +
3322 +
3323 +/***/ }),
3324 +
3325 +/***/ "../node_modules/core-js/library/fn/reflect/get.js":
3326 +/*!*********************************************************!*\
3327 + !*** ../node_modules/core-js/library/fn/reflect/get.js ***!
3328 + \*********************************************************/
3329 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3330 +
3331 +__webpack_require__(/*! ../../modules/es6.reflect.get */ "../node_modules/core-js/library/modules/es6.reflect.get.js");
3332 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Reflect.get;
3333 +
3334 +
3335 +/***/ }),
3336 +
3337 +/***/ "../node_modules/core-js/library/fn/symbol/has-instance.js":
3338 +/*!*****************************************************************!*\
3339 + !*** ../node_modules/core-js/library/fn/symbol/has-instance.js ***!
3340 + \*****************************************************************/
3341 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3342 +
3343 +__webpack_require__(/*! ../../modules/es6.function.has-instance */ "../node_modules/core-js/library/modules/es6.function.has-instance.js");
3344 +module.exports = __webpack_require__(/*! ../../modules/_wks-ext */ "../node_modules/core-js/library/modules/_wks-ext.js").f('hasInstance');
3345 +
3346 +
3347 +/***/ }),
3348 +
3349 +/***/ "../node_modules/core-js/library/fn/symbol/index.js":
3350 +/*!**********************************************************!*\
3351 + !*** ../node_modules/core-js/library/fn/symbol/index.js ***!
3352 + \**********************************************************/
3353 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3354 +
3355 +__webpack_require__(/*! ../../modules/es6.symbol */ "../node_modules/core-js/library/modules/es6.symbol.js");
3356 +__webpack_require__(/*! ../../modules/es6.object.to-string */ "../node_modules/core-js/library/modules/es6.object.to-string.js");
3357 +__webpack_require__(/*! ../../modules/es7.symbol.async-iterator */ "../node_modules/core-js/library/modules/es7.symbol.async-iterator.js");
3358 +__webpack_require__(/*! ../../modules/es7.symbol.observable */ "../node_modules/core-js/library/modules/es7.symbol.observable.js");
3359 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Symbol;
3360 +
3361 +
3362 +/***/ }),
3363 +
3364 +/***/ "../node_modules/core-js/library/fn/symbol/iterator.js":
3365 +/*!*************************************************************!*\
3366 + !*** ../node_modules/core-js/library/fn/symbol/iterator.js ***!
3367 + \*************************************************************/
3368 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3369 +
3370 +__webpack_require__(/*! ../../modules/es6.string.iterator */ "../node_modules/core-js/library/modules/es6.string.iterator.js");
3371 +__webpack_require__(/*! ../../modules/web.dom.iterable */ "../node_modules/core-js/library/modules/web.dom.iterable.js");
3372 +module.exports = __webpack_require__(/*! ../../modules/_wks-ext */ "../node_modules/core-js/library/modules/_wks-ext.js").f('iterator');
3373 +
3374 +
3375 +/***/ }),
3376 +
3377 +/***/ "../node_modules/core-js/library/fn/symbol/to-string-tag.js":
3378 +/*!******************************************************************!*\
3379 + !*** ../node_modules/core-js/library/fn/symbol/to-string-tag.js ***!
3380 + \******************************************************************/
3381 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3382 +
3383 +__webpack_require__(/*! ../../modules/es6.object.to-string */ "../node_modules/core-js/library/modules/es6.object.to-string.js");
3384 +module.exports = __webpack_require__(/*! ../../modules/_wks-ext */ "../node_modules/core-js/library/modules/_wks-ext.js").f('toStringTag');
3385 +
3386 +
3387 +/***/ }),
3388 +
3389 +/***/ "../node_modules/core-js/library/modules/_a-function.js":
3390 +/*!**************************************************************!*\
3391 + !*** ../node_modules/core-js/library/modules/_a-function.js ***!
3392 + \**************************************************************/
3393 +/***/ ((module) => {
3394 +
3395 +module.exports = function (it) {
3396 + if (typeof it != 'function') throw TypeError(it + ' is not a function!');
3397 + return it;
3398 +};
3399 +
3400 +
3401 +/***/ }),
3402 +
3403 +/***/ "../node_modules/core-js/library/modules/_add-to-unscopables.js":
3404 +/*!**********************************************************************!*\
3405 + !*** ../node_modules/core-js/library/modules/_add-to-unscopables.js ***!
3406 + \**********************************************************************/
3407 +/***/ ((module) => {
3408 +
3409 +module.exports = function () { /* empty */ };
3410 +
3411 +
3412 +/***/ }),
3413 +
3414 +/***/ "../node_modules/core-js/library/modules/_an-instance.js":
3415 +/*!***************************************************************!*\
3416 + !*** ../node_modules/core-js/library/modules/_an-instance.js ***!
3417 + \***************************************************************/
3418 +/***/ ((module) => {
3419 +
3420 +module.exports = function (it, Constructor, name, forbiddenField) {
3421 + if (!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)) {
3422 + throw TypeError(name + ': incorrect invocation!');
3423 + } return it;
3424 +};
3425 +
3426 +
3427 +/***/ }),
3428 +
3429 +/***/ "../node_modules/core-js/library/modules/_an-object.js":
3430 +/*!*************************************************************!*\
3431 + !*** ../node_modules/core-js/library/modules/_an-object.js ***!
3432 + \*************************************************************/
3433 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3434 +
3435 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
3436 +module.exports = function (it) {
3437 + if (!isObject(it)) throw TypeError(it + ' is not an object!');
3438 + return it;
3439 +};
3440 +
3441 +
3442 +/***/ }),
3443 +
3444 +/***/ "../node_modules/core-js/library/modules/_array-from-iterable.js":
3445 +/*!***********************************************************************!*\
3446 + !*** ../node_modules/core-js/library/modules/_array-from-iterable.js ***!
3447 + \***********************************************************************/
3448 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3449 +
3450 +var forOf = __webpack_require__(/*! ./_for-of */ "../node_modules/core-js/library/modules/_for-of.js");
3451 +
3452 +module.exports = function (iter, ITERATOR) {
3453 + var result = [];
3454 + forOf(iter, false, result.push, result, ITERATOR);
3455 + return result;
3456 +};
3457 +
3458 +
3459 +/***/ }),
3460 +
3461 +/***/ "../node_modules/core-js/library/modules/_array-includes.js":
3462 +/*!******************************************************************!*\
3463 + !*** ../node_modules/core-js/library/modules/_array-includes.js ***!
3464 + \******************************************************************/
3465 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3466 +
3467 +// false -> Array#indexOf
3468 +// true -> Array#includes
3469 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/library/modules/_to-iobject.js");
3470 +var toLength = __webpack_require__(/*! ./_to-length */ "../node_modules/core-js/library/modules/_to-length.js");
3471 +var toAbsoluteIndex = __webpack_require__(/*! ./_to-absolute-index */ "../node_modules/core-js/library/modules/_to-absolute-index.js");
3472 +module.exports = function (IS_INCLUDES) {
3473 + return function ($this, el, fromIndex) {
3474 + var O = toIObject($this);
3475 + var length = toLength(O.length);
3476 + var index = toAbsoluteIndex(fromIndex, length);
3477 + var value;
3478 + // Array#includes uses SameValueZero equality algorithm
3479 + // eslint-disable-next-line no-self-compare
3480 + if (IS_INCLUDES && el != el) while (length > index) {
3481 + value = O[index++];
3482 + // eslint-disable-next-line no-self-compare
3483 + if (value != value) return true;
3484 + // Array#indexOf ignores holes, Array#includes - not
3485 + } else for (;length > index; index++) if (IS_INCLUDES || index in O) {
3486 + if (O[index] === el) return IS_INCLUDES || index || 0;
3487 + } return !IS_INCLUDES && -1;
3488 + };
3489 +};
3490 +
3491 +
3492 +/***/ }),
3493 +
3494 +/***/ "../node_modules/core-js/library/modules/_array-methods.js":
3495 +/*!*****************************************************************!*\
3496 + !*** ../node_modules/core-js/library/modules/_array-methods.js ***!
3497 + \*****************************************************************/
3498 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3499 +
3500 +// 0 -> Array#forEach
3501 +// 1 -> Array#map
3502 +// 2 -> Array#filter
3503 +// 3 -> Array#some
3504 +// 4 -> Array#every
3505 +// 5 -> Array#find
3506 +// 6 -> Array#findIndex
3507 +var ctx = __webpack_require__(/*! ./_ctx */ "../node_modules/core-js/library/modules/_ctx.js");
3508 +var IObject = __webpack_require__(/*! ./_iobject */ "../node_modules/core-js/library/modules/_iobject.js");
3509 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/library/modules/_to-object.js");
3510 +var toLength = __webpack_require__(/*! ./_to-length */ "../node_modules/core-js/library/modules/_to-length.js");
3511 +var asc = __webpack_require__(/*! ./_array-species-create */ "../node_modules/core-js/library/modules/_array-species-create.js");
3512 +module.exports = function (TYPE, $create) {
3513 + var IS_MAP = TYPE == 1;
3514 + var IS_FILTER = TYPE == 2;
3515 + var IS_SOME = TYPE == 3;
3516 + var IS_EVERY = TYPE == 4;
3517 + var IS_FIND_INDEX = TYPE == 6;
3518 + var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
3519 + var create = $create || asc;
3520 + return function ($this, callbackfn, that) {
3521 + var O = toObject($this);
3522 + var self = IObject(O);
3523 + var f = ctx(callbackfn, that, 3);
3524 + var length = toLength(self.length);
3525 + var index = 0;
3526 + var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
3527 + var val, res;
3528 + for (;length > index; index++) if (NO_HOLES || index in self) {
3529 + val = self[index];
3530 + res = f(val, index, O);
3531 + if (TYPE) {
3532 + if (IS_MAP) result[index] = res; // map
3533 + else if (res) switch (TYPE) {
3534 + case 3: return true; // some
3535 + case 5: return val; // find
3536 + case 6: return index; // findIndex
3537 + case 2: result.push(val); // filter
3538 + } else if (IS_EVERY) return false; // every
3539 + }
3540 + }
3541 + return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : result;
3542 + };
3543 +};
3544 +
3545 +
3546 +/***/ }),
3547 +
3548 +/***/ "../node_modules/core-js/library/modules/_array-species-constructor.js":
3549 +/*!*****************************************************************************!*\
3550 + !*** ../node_modules/core-js/library/modules/_array-species-constructor.js ***!
3551 + \*****************************************************************************/
3552 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3553 +
3554 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
3555 +var isArray = __webpack_require__(/*! ./_is-array */ "../node_modules/core-js/library/modules/_is-array.js");
3556 +var SPECIES = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('species');
3557 +
3558 +module.exports = function (original) {
3559 + var C;
3560 + if (isArray(original)) {
3561 + C = original.constructor;
3562 + // cross-realm fallback
3563 + if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
3564 + if (isObject(C)) {
3565 + C = C[SPECIES];
3566 + if (C === null) C = undefined;
3567 + }
3568 + } return C === undefined ? Array : C;
3569 +};
3570 +
3571 +
3572 +/***/ }),
3573 +
3574 +/***/ "../node_modules/core-js/library/modules/_array-species-create.js":
3575 +/*!************************************************************************!*\
3576 + !*** ../node_modules/core-js/library/modules/_array-species-create.js ***!
3577 + \************************************************************************/
3578 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3579 +
3580 +// 9.4.2.3 ArraySpeciesCreate(originalArray, length)
3581 +var speciesConstructor = __webpack_require__(/*! ./_array-species-constructor */ "../node_modules/core-js/library/modules/_array-species-constructor.js");
3582 +
3583 +module.exports = function (original, length) {
3584 + return new (speciesConstructor(original))(length);
3585 +};
3586 +
3587 +
3588 +/***/ }),
3589 +
3590 +/***/ "../node_modules/core-js/library/modules/_bind.js":
3591 +/*!********************************************************!*\
3592 + !*** ../node_modules/core-js/library/modules/_bind.js ***!
3593 + \********************************************************/
3594 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3595 +
3596 +"use strict";
3597 +
3598 +var aFunction = __webpack_require__(/*! ./_a-function */ "../node_modules/core-js/library/modules/_a-function.js");
3599 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
3600 +var invoke = __webpack_require__(/*! ./_invoke */ "../node_modules/core-js/library/modules/_invoke.js");
3601 +var arraySlice = [].slice;
3602 +var factories = {};
3603 +
3604 +var construct = function (F, len, args) {
3605 + if (!(len in factories)) {
3606 + for (var n = [], i = 0; i < len; i++) n[i] = 'a[' + i + ']';
3607 + // eslint-disable-next-line no-new-func
3608 + factories[len] = Function('F,a', 'return new F(' + n.join(',') + ')');
3609 + } return factories[len](F, args);
3610 +};
3611 +
3612 +module.exports = Function.bind || function bind(that /* , ...args */) {
3613 + var fn = aFunction(this);
3614 + var partArgs = arraySlice.call(arguments, 1);
3615 + var bound = function (/* args... */) {
3616 + var args = partArgs.concat(arraySlice.call(arguments));
3617 + return this instanceof bound ? construct(fn, args.length, args) : invoke(fn, args, that);
3618 + };
3619 + if (isObject(fn.prototype)) bound.prototype = fn.prototype;
3620 + return bound;
3621 +};
3622 +
3623 +
3624 +/***/ }),
3625 +
3626 +/***/ "../node_modules/core-js/library/modules/_classof.js":
3627 +/*!***********************************************************!*\
3628 + !*** ../node_modules/core-js/library/modules/_classof.js ***!
3629 + \***********************************************************/
3630 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3631 +
3632 +// getting tag from 19.1.3.6 Object.prototype.toString()
3633 +var cof = __webpack_require__(/*! ./_cof */ "../node_modules/core-js/library/modules/_cof.js");
3634 +var TAG = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('toStringTag');
3635 +// ES3 wrong here
3636 +var ARG = cof(function () { return arguments; }()) == 'Arguments';
3637 +
3638 +// fallback for IE11 Script Access Denied error
3639 +var tryGet = function (it, key) {
3640 + try {
3641 + return it[key];
3642 + } catch (e) { /* empty */ }
3643 +};
3644 +
3645 +module.exports = function (it) {
3646 + var O, T, B;
3647 + return it === undefined ? 'Undefined' : it === null ? 'Null'
3648 + // @@toStringTag case
3649 + : typeof (T = tryGet(O = Object(it), TAG)) == 'string' ? T
3650 + // builtinTag case
3651 + : ARG ? cof(O)
3652 + // ES3 arguments fallback
3653 + : (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;
3654 +};
3655 +
3656 +
3657 +/***/ }),
3658 +
3659 +/***/ "../node_modules/core-js/library/modules/_cof.js":
3660 +/*!*******************************************************!*\
3661 + !*** ../node_modules/core-js/library/modules/_cof.js ***!
3662 + \*******************************************************/
3663 +/***/ ((module) => {
3664 +
3665 +var toString = {}.toString;
3666 +
3667 +module.exports = function (it) {
3668 + return toString.call(it).slice(8, -1);
3669 +};
3670 +
3671 +
3672 +/***/ }),
3673 +
3674 +/***/ "../node_modules/core-js/library/modules/_collection-strong.js":
3675 +/*!*********************************************************************!*\
3676 + !*** ../node_modules/core-js/library/modules/_collection-strong.js ***!
3677 + \*********************************************************************/
3678 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3679 +
3680 +"use strict";
3681 +
3682 +var dP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js").f;
3683 +var create = __webpack_require__(/*! ./_object-create */ "../node_modules/core-js/library/modules/_object-create.js");
3684 +var redefineAll = __webpack_require__(/*! ./_redefine-all */ "../node_modules/core-js/library/modules/_redefine-all.js");
3685 +var ctx = __webpack_require__(/*! ./_ctx */ "../node_modules/core-js/library/modules/_ctx.js");
3686 +var anInstance = __webpack_require__(/*! ./_an-instance */ "../node_modules/core-js/library/modules/_an-instance.js");
3687 +var forOf = __webpack_require__(/*! ./_for-of */ "../node_modules/core-js/library/modules/_for-of.js");
3688 +var $iterDefine = __webpack_require__(/*! ./_iter-define */ "../node_modules/core-js/library/modules/_iter-define.js");
3689 +var step = __webpack_require__(/*! ./_iter-step */ "../node_modules/core-js/library/modules/_iter-step.js");
3690 +var setSpecies = __webpack_require__(/*! ./_set-species */ "../node_modules/core-js/library/modules/_set-species.js");
3691 +var DESCRIPTORS = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js");
3692 +var fastKey = __webpack_require__(/*! ./_meta */ "../node_modules/core-js/library/modules/_meta.js").fastKey;
3693 +var validate = __webpack_require__(/*! ./_validate-collection */ "../node_modules/core-js/library/modules/_validate-collection.js");
3694 +var SIZE = DESCRIPTORS ? '_s' : 'size';
3695 +
3696 +var getEntry = function (that, key) {
3697 + // fast case
3698 + var index = fastKey(key);
3699 + var entry;
3700 + if (index !== 'F') return that._i[index];
3701 + // frozen object case
3702 + for (entry = that._f; entry; entry = entry.n) {
3703 + if (entry.k == key) return entry;
3704 + }
3705 +};
3706 +
3707 +module.exports = {
3708 + getConstructor: function (wrapper, NAME, IS_MAP, ADDER) {
3709 + var C = wrapper(function (that, iterable) {
3710 + anInstance(that, C, NAME, '_i');
3711 + that._t = NAME; // collection type
3712 + that._i = create(null); // index
3713 + that._f = undefined; // first entry
3714 + that._l = undefined; // last entry
3715 + that[SIZE] = 0; // size
3716 + if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
3717 + });
3718 + redefineAll(C.prototype, {
3719 + // 23.1.3.1 Map.prototype.clear()
3720 + // 23.2.3.2 Set.prototype.clear()
3721 + clear: function clear() {
3722 + for (var that = validate(this, NAME), data = that._i, entry = that._f; entry; entry = entry.n) {
3723 + entry.r = true;
3724 + if (entry.p) entry.p = entry.p.n = undefined;
3725 + delete data[entry.i];
3726 + }
3727 + that._f = that._l = undefined;
3728 + that[SIZE] = 0;
3729 + },
3730 + // 23.1.3.3 Map.prototype.delete(key)
3731 + // 23.2.3.4 Set.prototype.delete(value)
3732 + 'delete': function (key) {
3733 + var that = validate(this, NAME);
3734 + var entry = getEntry(that, key);
3735 + if (entry) {
3736 + var next = entry.n;
3737 + var prev = entry.p;
3738 + delete that._i[entry.i];
3739 + entry.r = true;
3740 + if (prev) prev.n = next;
3741 + if (next) next.p = prev;
3742 + if (that._f == entry) that._f = next;
3743 + if (that._l == entry) that._l = prev;
3744 + that[SIZE]--;
3745 + } return !!entry;
3746 + },
3747 + // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)
3748 + // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)
3749 + forEach: function forEach(callbackfn /* , that = undefined */) {
3750 + validate(this, NAME);
3751 + var f = ctx(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
3752 + var entry;
3753 + while (entry = entry ? entry.n : this._f) {
3754 + f(entry.v, entry.k, this);
3755 + // revert to the last existing entry
3756 + while (entry && entry.r) entry = entry.p;
3757 + }
3758 + },
3759 + // 23.1.3.7 Map.prototype.has(key)
3760 + // 23.2.3.7 Set.prototype.has(value)
3761 + has: function has(key) {
3762 + return !!getEntry(validate(this, NAME), key);
3763 + }
3764 + });
3765 + if (DESCRIPTORS) dP(C.prototype, 'size', {
3766 + get: function () {
3767 + return validate(this, NAME)[SIZE];
3768 + }
3769 + });
3770 + return C;
3771 + },
3772 + def: function (that, key, value) {
3773 + var entry = getEntry(that, key);
3774 + var prev, index;
3775 + // change existing entry
3776 + if (entry) {
3777 + entry.v = value;
3778 + // create new entry
3779 + } else {
3780 + that._l = entry = {
3781 + i: index = fastKey(key, true), // <- index
3782 + k: key, // <- key
3783 + v: value, // <- value
3784 + p: prev = that._l, // <- previous entry
3785 + n: undefined, // <- next entry
3786 + r: false // <- removed
3787 + };
3788 + if (!that._f) that._f = entry;
3789 + if (prev) prev.n = entry;
3790 + that[SIZE]++;
3791 + // add to index
3792 + if (index !== 'F') that._i[index] = entry;
3793 + } return that;
3794 + },
3795 + getEntry: getEntry,
3796 + setStrong: function (C, NAME, IS_MAP) {
3797 + // add .keys, .values, .entries, [@@iterator]
3798 + // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11
3799 + $iterDefine(C, NAME, function (iterated, kind) {
3800 + this._t = validate(iterated, NAME); // target
3801 + this._k = kind; // kind
3802 + this._l = undefined; // previous
3803 + }, function () {
3804 + var that = this;
3805 + var kind = that._k;
3806 + var entry = that._l;
3807 + // revert to the last existing entry
3808 + while (entry && entry.r) entry = entry.p;
3809 + // get next entry
3810 + if (!that._t || !(that._l = entry = entry ? entry.n : that._t._f)) {
3811 + // or finish the iteration
3812 + that._t = undefined;
3813 + return step(1);
3814 + }
3815 + // return step by kind
3816 + if (kind == 'keys') return step(0, entry.k);
3817 + if (kind == 'values') return step(0, entry.v);
3818 + return step(0, [entry.k, entry.v]);
3819 + }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);
3820 +
3821 + // add [@@species], 23.1.2.2, 23.2.2.2
3822 + setSpecies(NAME);
3823 + }
3824 +};
3825 +
3826 +
3827 +/***/ }),
3828 +
3829 +/***/ "../node_modules/core-js/library/modules/_collection-to-json.js":
3830 +/*!**********************************************************************!*\
3831 + !*** ../node_modules/core-js/library/modules/_collection-to-json.js ***!
3832 + \**********************************************************************/
3833 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3834 +
3835 +// https://github.com/DavidBruant/Map-Set.prototype.toJSON
3836 +var classof = __webpack_require__(/*! ./_classof */ "../node_modules/core-js/library/modules/_classof.js");
3837 +var from = __webpack_require__(/*! ./_array-from-iterable */ "../node_modules/core-js/library/modules/_array-from-iterable.js");
3838 +module.exports = function (NAME) {
3839 + return function toJSON() {
3840 + if (classof(this) != NAME) throw TypeError(NAME + "#toJSON isn't generic");
3841 + return from(this);
3842 + };
3843 +};
3844 +
3845 +
3846 +/***/ }),
3847 +
3848 +/***/ "../node_modules/core-js/library/modules/_collection.js":
3849 +/*!**************************************************************!*\
3850 + !*** ../node_modules/core-js/library/modules/_collection.js ***!
3851 + \**************************************************************/
3852 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3853 +
3854 +"use strict";
3855 +
3856 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js");
3857 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
3858 +var meta = __webpack_require__(/*! ./_meta */ "../node_modules/core-js/library/modules/_meta.js");
3859 +var fails = __webpack_require__(/*! ./_fails */ "../node_modules/core-js/library/modules/_fails.js");
3860 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/library/modules/_hide.js");
3861 +var redefineAll = __webpack_require__(/*! ./_redefine-all */ "../node_modules/core-js/library/modules/_redefine-all.js");
3862 +var forOf = __webpack_require__(/*! ./_for-of */ "../node_modules/core-js/library/modules/_for-of.js");
3863 +var anInstance = __webpack_require__(/*! ./_an-instance */ "../node_modules/core-js/library/modules/_an-instance.js");
3864 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
3865 +var setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ "../node_modules/core-js/library/modules/_set-to-string-tag.js");
3866 +var dP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js").f;
3867 +var each = __webpack_require__(/*! ./_array-methods */ "../node_modules/core-js/library/modules/_array-methods.js")(0);
3868 +var DESCRIPTORS = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js");
3869 +
3870 +module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) {
3871 + var Base = global[NAME];
3872 + var C = Base;
3873 + var ADDER = IS_MAP ? 'set' : 'add';
3874 + var proto = C && C.prototype;
3875 + var O = {};
3876 + if (!DESCRIPTORS || typeof C != 'function' || !(IS_WEAK || proto.forEach && !fails(function () {
3877 + new C().entries().next();
3878 + }))) {
3879 + // create collection constructor
3880 + C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);
3881 + redefineAll(C.prototype, methods);
3882 + meta.NEED = true;
3883 + } else {
3884 + C = wrapper(function (target, iterable) {
3885 + anInstance(target, C, NAME, '_c');
3886 + target._c = new Base();
3887 + if (iterable != undefined) forOf(iterable, IS_MAP, target[ADDER], target);
3888 + });
3889 + each('add,clear,delete,forEach,get,has,set,keys,values,entries,toJSON'.split(','), function (KEY) {
3890 + var IS_ADDER = KEY == 'add' || KEY == 'set';
3891 + if (KEY in proto && !(IS_WEAK && KEY == 'clear')) hide(C.prototype, KEY, function (a, b) {
3892 + anInstance(this, C, KEY);
3893 + if (!IS_ADDER && IS_WEAK && !isObject(a)) return KEY == 'get' ? undefined : false;
3894 + var result = this._c[KEY](a === 0 ? 0 : a, b);
3895 + return IS_ADDER ? this : result;
3896 + });
3897 + });
3898 + IS_WEAK || dP(C.prototype, 'size', {
3899 + get: function () {
3900 + return this._c.size;
3901 + }
3902 + });
3903 + }
3904 +
3905 + setToStringTag(C, NAME);
3906 +
3907 + O[NAME] = C;
3908 + $export($export.G + $export.W + $export.F, O);
3909 +
3910 + if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
3911 +
3912 + return C;
3913 +};
3914 +
3915 +
3916 +/***/ }),
3917 +
3918 +/***/ "../node_modules/core-js/library/modules/_core.js":
3919 +/*!********************************************************!*\
3920 + !*** ../node_modules/core-js/library/modules/_core.js ***!
3921 + \********************************************************/
3922 +/***/ ((module) => {
3923 +
3924 +var core = module.exports = { version: '2.6.12' };
3925 +if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
3926 +
3927 +
3928 +/***/ }),
3929 +
3930 +/***/ "../node_modules/core-js/library/modules/_create-property.js":
3931 +/*!*******************************************************************!*\
3932 + !*** ../node_modules/core-js/library/modules/_create-property.js ***!
3933 + \*******************************************************************/
3934 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3935 +
3936 +"use strict";
3937 +
3938 +var $defineProperty = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js");
3939 +var createDesc = __webpack_require__(/*! ./_property-desc */ "../node_modules/core-js/library/modules/_property-desc.js");
3940 +
3941 +module.exports = function (object, index, value) {
3942 + if (index in object) $defineProperty.f(object, index, createDesc(0, value));
3943 + else object[index] = value;
3944 +};
3945 +
3946 +
3947 +/***/ }),
3948 +
3949 +/***/ "../node_modules/core-js/library/modules/_ctx.js":
3950 +/*!*******************************************************!*\
3951 + !*** ../node_modules/core-js/library/modules/_ctx.js ***!
3952 + \*******************************************************/
3953 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3954 +
3955 +// optional / simple context binding
3956 +var aFunction = __webpack_require__(/*! ./_a-function */ "../node_modules/core-js/library/modules/_a-function.js");
3957 +module.exports = function (fn, that, length) {
3958 + aFunction(fn);
3959 + if (that === undefined) return fn;
3960 + switch (length) {
3961 + case 1: return function (a) {
3962 + return fn.call(that, a);
3963 + };
3964 + case 2: return function (a, b) {
3965 + return fn.call(that, a, b);
3966 + };
3967 + case 3: return function (a, b, c) {
3968 + return fn.call(that, a, b, c);
3969 + };
3970 + }
3971 + return function (/* ...args */) {
3972 + return fn.apply(that, arguments);
3973 + };
3974 +};
3975 +
3976 +
3977 +/***/ }),
3978 +
3979 +/***/ "../node_modules/core-js/library/modules/_defined.js":
3980 +/*!***********************************************************!*\
3981 + !*** ../node_modules/core-js/library/modules/_defined.js ***!
3982 + \***********************************************************/
3983 +/***/ ((module) => {
3984 +
3985 +// 7.2.1 RequireObjectCoercible(argument)
3986 +module.exports = function (it) {
3987 + if (it == undefined) throw TypeError("Can't call method on " + it);
3988 + return it;
3989 +};
3990 +
3991 +
3992 +/***/ }),
3993 +
3994 +/***/ "../node_modules/core-js/library/modules/_descriptors.js":
3995 +/*!***************************************************************!*\
3996 + !*** ../node_modules/core-js/library/modules/_descriptors.js ***!
3997 + \***************************************************************/
3998 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3999 +
4000 +// Thank's IE8 for his funny defineProperty
4001 +module.exports = !__webpack_require__(/*! ./_fails */ "../node_modules/core-js/library/modules/_fails.js")(function () {
4002 + return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
4003 +});
4004 +
4005 +
4006 +/***/ }),
4007 +
4008 +/***/ "../node_modules/core-js/library/modules/_dom-create.js":
4009 +/*!**************************************************************!*\
4010 + !*** ../node_modules/core-js/library/modules/_dom-create.js ***!
4011 + \**************************************************************/
4012 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4013 +
4014 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
4015 +var document = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js").document;
4016 +// typeof document.createElement is 'object' in old IE
4017 +var is = isObject(document) && isObject(document.createElement);
4018 +module.exports = function (it) {
4019 + return is ? document.createElement(it) : {};
4020 +};
4021 +
4022 +
4023 +/***/ }),
4024 +
4025 +/***/ "../node_modules/core-js/library/modules/_enum-bug-keys.js":
4026 +/*!*****************************************************************!*\
4027 + !*** ../node_modules/core-js/library/modules/_enum-bug-keys.js ***!
4028 + \*****************************************************************/
4029 +/***/ ((module) => {
4030 +
4031 +// IE 8- don't enum bug keys
4032 +module.exports = (
4033 + 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'
4034 +).split(',');
4035 +
4036 +
4037 +/***/ }),
4038 +
4039 +/***/ "../node_modules/core-js/library/modules/_enum-keys.js":
4040 +/*!*************************************************************!*\
4041 + !*** ../node_modules/core-js/library/modules/_enum-keys.js ***!
4042 + \*************************************************************/
4043 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4044 +
4045 +// all enumerable object keys, includes symbols
4046 +var getKeys = __webpack_require__(/*! ./_object-keys */ "../node_modules/core-js/library/modules/_object-keys.js");
4047 +var gOPS = __webpack_require__(/*! ./_object-gops */ "../node_modules/core-js/library/modules/_object-gops.js");
4048 +var pIE = __webpack_require__(/*! ./_object-pie */ "../node_modules/core-js/library/modules/_object-pie.js");
4049 +module.exports = function (it) {
4050 + var result = getKeys(it);
4051 + var getSymbols = gOPS.f;
4052 + if (getSymbols) {
4053 + var symbols = getSymbols(it);
4054 + var isEnum = pIE.f;
4055 + var i = 0;
4056 + var key;
4057 + while (symbols.length > i) if (isEnum.call(it, key = symbols[i++])) result.push(key);
4058 + } return result;
4059 +};
4060 +
4061 +
4062 +/***/ }),
4063 +
4064 +/***/ "../node_modules/core-js/library/modules/_export.js":
4065 +/*!**********************************************************!*\
4066 + !*** ../node_modules/core-js/library/modules/_export.js ***!
4067 + \**********************************************************/
4068 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4069 +
4070 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js");
4071 +var core = __webpack_require__(/*! ./_core */ "../node_modules/core-js/library/modules/_core.js");
4072 +var ctx = __webpack_require__(/*! ./_ctx */ "../node_modules/core-js/library/modules/_ctx.js");
4073 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/library/modules/_hide.js");
4074 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/library/modules/_has.js");
4075 +var PROTOTYPE = 'prototype';
4076 +
4077 +var $export = function (type, name, source) {
4078 + var IS_FORCED = type & $export.F;
4079 + var IS_GLOBAL = type & $export.G;
4080 + var IS_STATIC = type & $export.S;
4081 + var IS_PROTO = type & $export.P;
4082 + var IS_BIND = type & $export.B;
4083 + var IS_WRAP = type & $export.W;
4084 + var exports = IS_GLOBAL ? core : core[name] || (core[name] = {});
4085 + var expProto = exports[PROTOTYPE];
4086 + var target = IS_GLOBAL ? global : IS_STATIC ? global[name] : (global[name] || {})[PROTOTYPE];
4087 + var key, own, out;
4088 + if (IS_GLOBAL) source = name;
4089 + for (key in source) {
4090 + // contains in native
4091 + own = !IS_FORCED && target && target[key] !== undefined;
4092 + if (own && has(exports, key)) continue;
4093 + // export native or passed
4094 + out = own ? target[key] : source[key];
4095 + // prevent global pollution for namespaces
4096 + exports[key] = IS_GLOBAL && typeof target[key] != 'function' ? source[key]
4097 + // bind timers to global for call from export context
4098 + : IS_BIND && own ? ctx(out, global)
4099 + // wrap global constructors for prevent change them in library
4100 + : IS_WRAP && target[key] == out ? (function (C) {
4101 + var F = function (a, b, c) {
4102 + if (this instanceof C) {
4103 + switch (arguments.length) {
4104 + case 0: return new C();
4105 + case 1: return new C(a);
4106 + case 2: return new C(a, b);
4107 + } return new C(a, b, c);
4108 + } return C.apply(this, arguments);
4109 + };
4110 + F[PROTOTYPE] = C[PROTOTYPE];
4111 + return F;
4112 + // make static versions for prototype methods
4113 + })(out) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out;
4114 + // export proto methods to core.%CONSTRUCTOR%.methods.%NAME%
4115 + if (IS_PROTO) {
4116 + (exports.virtual || (exports.virtual = {}))[key] = out;
4117 + // export proto methods to core.%CONSTRUCTOR%.prototype.%NAME%
4118 + if (type & $export.R && expProto && !expProto[key]) hide(expProto, key, out);
4119 + }
4120 + }
4121 +};
4122 +// type bitmap
4123 +$export.F = 1; // forced
4124 +$export.G = 2; // global
4125 +$export.S = 4; // static
4126 +$export.P = 8; // proto
4127 +$export.B = 16; // bind
4128 +$export.W = 32; // wrap
4129 +$export.U = 64; // safe
4130 +$export.R = 128; // real proto method for `library`
4131 +module.exports = $export;
4132 +
4133 +
4134 +/***/ }),
4135 +
4136 +/***/ "../node_modules/core-js/library/modules/_fails.js":
4137 +/*!*********************************************************!*\
4138 + !*** ../node_modules/core-js/library/modules/_fails.js ***!
4139 + \*********************************************************/
4140 +/***/ ((module) => {
4141 +
4142 +module.exports = function (exec) {
4143 + try {
4144 + return !!exec();
4145 + } catch (e) {
4146 + return true;
4147 + }
4148 +};
4149 +
4150 +
4151 +/***/ }),
4152 +
4153 +/***/ "../node_modules/core-js/library/modules/_for-of.js":
4154 +/*!**********************************************************!*\
4155 + !*** ../node_modules/core-js/library/modules/_for-of.js ***!
4156 + \**********************************************************/
4157 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4158 +
4159 +var ctx = __webpack_require__(/*! ./_ctx */ "../node_modules/core-js/library/modules/_ctx.js");
4160 +var call = __webpack_require__(/*! ./_iter-call */ "../node_modules/core-js/library/modules/_iter-call.js");
4161 +var isArrayIter = __webpack_require__(/*! ./_is-array-iter */ "../node_modules/core-js/library/modules/_is-array-iter.js");
4162 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
4163 +var toLength = __webpack_require__(/*! ./_to-length */ "../node_modules/core-js/library/modules/_to-length.js");
4164 +var getIterFn = __webpack_require__(/*! ./core.get-iterator-method */ "../node_modules/core-js/library/modules/core.get-iterator-method.js");
4165 +var BREAK = {};
4166 +var RETURN = {};
4167 +var exports = module.exports = function (iterable, entries, fn, that, ITERATOR) {
4168 + var iterFn = ITERATOR ? function () { return iterable; } : getIterFn(iterable);
4169 + var f = ctx(fn, that, entries ? 2 : 1);
4170 + var index = 0;
4171 + var length, step, iterator, result;
4172 + if (typeof iterFn != 'function') throw TypeError(iterable + ' is not iterable!');
4173 + // fast case for arrays with default iterator
4174 + if (isArrayIter(iterFn)) for (length = toLength(iterable.length); length > index; index++) {
4175 + result = entries ? f(anObject(step = iterable[index])[0], step[1]) : f(iterable[index]);
4176 + if (result === BREAK || result === RETURN) return result;
4177 + } else for (iterator = iterFn.call(iterable); !(step = iterator.next()).done;) {
4178 + result = call(iterator, f, step.value, entries);
4179 + if (result === BREAK || result === RETURN) return result;
4180 + }
4181 +};
4182 +exports.BREAK = BREAK;
4183 +exports.RETURN = RETURN;
4184 +
4185 +
4186 +/***/ }),
4187 +
4188 +/***/ "../node_modules/core-js/library/modules/_global.js":
4189 +/*!**********************************************************!*\
4190 + !*** ../node_modules/core-js/library/modules/_global.js ***!
4191 + \**********************************************************/
4192 +/***/ ((module) => {
4193 +
4194 +// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
4195 +var global = module.exports = typeof window != 'undefined' && window.Math == Math
4196 + ? window : typeof self != 'undefined' && self.Math == Math ? self
4197 + // eslint-disable-next-line no-new-func
4198 + : Function('return this')();
4199 +if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef
4200 +
4201 +
4202 +/***/ }),
4203 +
4204 +/***/ "../node_modules/core-js/library/modules/_has.js":
4205 +/*!*******************************************************!*\
4206 + !*** ../node_modules/core-js/library/modules/_has.js ***!
4207 + \*******************************************************/
4208 +/***/ ((module) => {
4209 +
4210 +var hasOwnProperty = {}.hasOwnProperty;
4211 +module.exports = function (it, key) {
4212 + return hasOwnProperty.call(it, key);
4213 +};
4214 +
4215 +
4216 +/***/ }),
4217 +
4218 +/***/ "../node_modules/core-js/library/modules/_hide.js":
4219 +/*!********************************************************!*\
4220 + !*** ../node_modules/core-js/library/modules/_hide.js ***!
4221 + \********************************************************/
4222 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4223 +
4224 +var dP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js");
4225 +var createDesc = __webpack_require__(/*! ./_property-desc */ "../node_modules/core-js/library/modules/_property-desc.js");
4226 +module.exports = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js") ? function (object, key, value) {
4227 + return dP.f(object, key, createDesc(1, value));
4228 +} : function (object, key, value) {
4229 + object[key] = value;
4230 + return object;
4231 +};
4232 +
4233 +
4234 +/***/ }),
4235 +
4236 +/***/ "../node_modules/core-js/library/modules/_html.js":
4237 +/*!********************************************************!*\
4238 + !*** ../node_modules/core-js/library/modules/_html.js ***!
4239 + \********************************************************/
4240 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4241 +
4242 +var document = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js").document;
4243 +module.exports = document && document.documentElement;
4244 +
4245 +
4246 +/***/ }),
4247 +
4248 +/***/ "../node_modules/core-js/library/modules/_ie8-dom-define.js":
4249 +/*!******************************************************************!*\
4250 + !*** ../node_modules/core-js/library/modules/_ie8-dom-define.js ***!
4251 + \******************************************************************/
4252 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4253 +
4254 +module.exports = !__webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js") && !__webpack_require__(/*! ./_fails */ "../node_modules/core-js/library/modules/_fails.js")(function () {
4255 + return Object.defineProperty(__webpack_require__(/*! ./_dom-create */ "../node_modules/core-js/library/modules/_dom-create.js")('div'), 'a', { get: function () { return 7; } }).a != 7;
4256 +});
4257 +
4258 +
4259 +/***/ }),
4260 +
4261 +/***/ "../node_modules/core-js/library/modules/_invoke.js":
4262 +/*!**********************************************************!*\
4263 + !*** ../node_modules/core-js/library/modules/_invoke.js ***!
4264 + \**********************************************************/
4265 +/***/ ((module) => {
4266 +
4267 +// fast apply, http://jsperf.lnkit.com/fast-apply/5
4268 +module.exports = function (fn, args, that) {
4269 + var un = that === undefined;
4270 + switch (args.length) {
4271 + case 0: return un ? fn()
4272 + : fn.call(that);
4273 + case 1: return un ? fn(args[0])
4274 + : fn.call(that, args[0]);
4275 + case 2: return un ? fn(args[0], args[1])
4276 + : fn.call(that, args[0], args[1]);
4277 + case 3: return un ? fn(args[0], args[1], args[2])
4278 + : fn.call(that, args[0], args[1], args[2]);
4279 + case 4: return un ? fn(args[0], args[1], args[2], args[3])
4280 + : fn.call(that, args[0], args[1], args[2], args[3]);
4281 + } return fn.apply(that, args);
4282 +};
4283 +
4284 +
4285 +/***/ }),
4286 +
4287 +/***/ "../node_modules/core-js/library/modules/_iobject.js":
4288 +/*!***********************************************************!*\
4289 + !*** ../node_modules/core-js/library/modules/_iobject.js ***!
4290 + \***********************************************************/
4291 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4292 +
4293 +// fallback for non-array-like ES3 and non-enumerable old V8 strings
4294 +var cof = __webpack_require__(/*! ./_cof */ "../node_modules/core-js/library/modules/_cof.js");
4295 +// eslint-disable-next-line no-prototype-builtins
4296 +module.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
4297 + return cof(it) == 'String' ? it.split('') : Object(it);
4298 +};
4299 +
4300 +
4301 +/***/ }),
4302 +
4303 +/***/ "../node_modules/core-js/library/modules/_is-array-iter.js":
4304 +/*!*****************************************************************!*\
4305 + !*** ../node_modules/core-js/library/modules/_is-array-iter.js ***!
4306 + \*****************************************************************/
4307 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4308 +
4309 +// check on default Array iterator
4310 +var Iterators = __webpack_require__(/*! ./_iterators */ "../node_modules/core-js/library/modules/_iterators.js");
4311 +var ITERATOR = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('iterator');
4312 +var ArrayProto = Array.prototype;
4313 +
4314 +module.exports = function (it) {
4315 + return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
4316 +};
4317 +
4318 +
4319 +/***/ }),
4320 +
4321 +/***/ "../node_modules/core-js/library/modules/_is-array.js":
4322 +/*!************************************************************!*\
4323 + !*** ../node_modules/core-js/library/modules/_is-array.js ***!
4324 + \************************************************************/
4325 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4326 +
4327 +// 7.2.2 IsArray(argument)
4328 +var cof = __webpack_require__(/*! ./_cof */ "../node_modules/core-js/library/modules/_cof.js");
4329 +module.exports = Array.isArray || function isArray(arg) {
4330 + return cof(arg) == 'Array';
4331 +};
4332 +
4333 +
4334 +/***/ }),
4335 +
4336 +/***/ "../node_modules/core-js/library/modules/_is-object.js":
4337 +/*!*************************************************************!*\
4338 + !*** ../node_modules/core-js/library/modules/_is-object.js ***!
4339 + \*************************************************************/
4340 +/***/ ((module) => {
4341 +
4342 +module.exports = function (it) {
4343 + return typeof it === 'object' ? it !== null : typeof it === 'function';
4344 +};
4345 +
4346 +
4347 +/***/ }),
4348 +
4349 +/***/ "../node_modules/core-js/library/modules/_iter-call.js":
4350 +/*!*************************************************************!*\
4351 + !*** ../node_modules/core-js/library/modules/_iter-call.js ***!
4352 + \*************************************************************/
4353 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4354 +
4355 +// call something on iterator step with safe closing on error
4356 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
4357 +module.exports = function (iterator, fn, value, entries) {
4358 + try {
4359 + return entries ? fn(anObject(value)[0], value[1]) : fn(value);
4360 + // 7.4.6 IteratorClose(iterator, completion)
4361 + } catch (e) {
4362 + var ret = iterator['return'];
4363 + if (ret !== undefined) anObject(ret.call(iterator));
4364 + throw e;
4365 + }
4366 +};
4367 +
4368 +
4369 +/***/ }),
4370 +
4371 +/***/ "../node_modules/core-js/library/modules/_iter-create.js":
4372 +/*!***************************************************************!*\
4373 + !*** ../node_modules/core-js/library/modules/_iter-create.js ***!
4374 + \***************************************************************/
4375 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4376 +
4377 +"use strict";
4378 +
4379 +var create = __webpack_require__(/*! ./_object-create */ "../node_modules/core-js/library/modules/_object-create.js");
4380 +var descriptor = __webpack_require__(/*! ./_property-desc */ "../node_modules/core-js/library/modules/_property-desc.js");
4381 +var setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ "../node_modules/core-js/library/modules/_set-to-string-tag.js");
4382 +var IteratorPrototype = {};
4383 +
4384 +// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()
4385 +__webpack_require__(/*! ./_hide */ "../node_modules/core-js/library/modules/_hide.js")(IteratorPrototype, __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('iterator'), function () { return this; });
4386 +
4387 +module.exports = function (Constructor, NAME, next) {
4388 + Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });
4389 + setToStringTag(Constructor, NAME + ' Iterator');
4390 +};
4391 +
4392 +
4393 +/***/ }),
4394 +
4395 +/***/ "../node_modules/core-js/library/modules/_iter-define.js":
4396 +/*!***************************************************************!*\
4397 + !*** ../node_modules/core-js/library/modules/_iter-define.js ***!
4398 + \***************************************************************/
4399 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4400 +
4401 +"use strict";
4402 +
4403 +var LIBRARY = __webpack_require__(/*! ./_library */ "../node_modules/core-js/library/modules/_library.js");
4404 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
4405 +var redefine = __webpack_require__(/*! ./_redefine */ "../node_modules/core-js/library/modules/_redefine.js");
4406 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/library/modules/_hide.js");
4407 +var Iterators = __webpack_require__(/*! ./_iterators */ "../node_modules/core-js/library/modules/_iterators.js");
4408 +var $iterCreate = __webpack_require__(/*! ./_iter-create */ "../node_modules/core-js/library/modules/_iter-create.js");
4409 +var setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ "../node_modules/core-js/library/modules/_set-to-string-tag.js");
4410 +var getPrototypeOf = __webpack_require__(/*! ./_object-gpo */ "../node_modules/core-js/library/modules/_object-gpo.js");
4411 +var ITERATOR = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('iterator');
4412 +var BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next`
4413 +var FF_ITERATOR = '@@iterator';
4414 +var KEYS = 'keys';
4415 +var VALUES = 'values';
4416 +
4417 +var returnThis = function () { return this; };
4418 +
4419 +module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {
4420 + $iterCreate(Constructor, NAME, next);
4421 + var getMethod = function (kind) {
4422 + if (!BUGGY && kind in proto) return proto[kind];
4423 + switch (kind) {
4424 + case KEYS: return function keys() { return new Constructor(this, kind); };
4425 + case VALUES: return function values() { return new Constructor(this, kind); };
4426 + } return function entries() { return new Constructor(this, kind); };
4427 + };
4428 + var TAG = NAME + ' Iterator';
4429 + var DEF_VALUES = DEFAULT == VALUES;
4430 + var VALUES_BUG = false;
4431 + var proto = Base.prototype;
4432 + var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT];
4433 + var $default = $native || getMethod(DEFAULT);
4434 + var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined;
4435 + var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;
4436 + var methods, key, IteratorPrototype;
4437 + // Fix native
4438 + if ($anyNative) {
4439 + IteratorPrototype = getPrototypeOf($anyNative.call(new Base()));
4440 + if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) {
4441 + // Set @@toStringTag to native iterators
4442 + setToStringTag(IteratorPrototype, TAG, true);
4443 + // fix for some old engines
4444 + if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR, returnThis);
4445 + }
4446 + }
4447 + // fix Array#{values, @@iterator}.name in V8 / FF
4448 + if (DEF_VALUES && $native && $native.name !== VALUES) {
4449 + VALUES_BUG = true;
4450 + $default = function values() { return $native.call(this); };
4451 + }
4452 + // Define iterator
4453 + if ((!LIBRARY || FORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) {
4454 + hide(proto, ITERATOR, $default);
4455 + }
4456 + // Plug for library
4457 + Iterators[NAME] = $default;
4458 + Iterators[TAG] = returnThis;
4459 + if (DEFAULT) {
4460 + methods = {
4461 + values: DEF_VALUES ? $default : getMethod(VALUES),
4462 + keys: IS_SET ? $default : getMethod(KEYS),
4463 + entries: $entries
4464 + };
4465 + if (FORCED) for (key in methods) {
4466 + if (!(key in proto)) redefine(proto, key, methods[key]);
4467 + } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods);
4468 + }
4469 + return methods;
4470 +};
4471 +
4472 +
4473 +/***/ }),
4474 +
4475 +/***/ "../node_modules/core-js/library/modules/_iter-detect.js":
4476 +/*!***************************************************************!*\
4477 + !*** ../node_modules/core-js/library/modules/_iter-detect.js ***!
4478 + \***************************************************************/
4479 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4480 +
4481 +var ITERATOR = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('iterator');
4482 +var SAFE_CLOSING = false;
4483 +
4484 +try {
4485 + var riter = [7][ITERATOR]();
4486 + riter['return'] = function () { SAFE_CLOSING = true; };
4487 + // eslint-disable-next-line no-throw-literal
4488 + Array.from(riter, function () { throw 2; });
4489 +} catch (e) { /* empty */ }
4490 +
4491 +module.exports = function (exec, skipClosing) {
4492 + if (!skipClosing && !SAFE_CLOSING) return false;
4493 + var safe = false;
4494 + try {
4495 + var arr = [7];
4496 + var iter = arr[ITERATOR]();
4497 + iter.next = function () { return { done: safe = true }; };
4498 + arr[ITERATOR] = function () { return iter; };
4499 + exec(arr);
4500 + } catch (e) { /* empty */ }
4501 + return safe;
4502 +};
4503 +
4504 +
4505 +/***/ }),
4506 +
4507 +/***/ "../node_modules/core-js/library/modules/_iter-step.js":
4508 +/*!*************************************************************!*\
4509 + !*** ../node_modules/core-js/library/modules/_iter-step.js ***!
4510 + \*************************************************************/
4511 +/***/ ((module) => {
4512 +
4513 +module.exports = function (done, value) {
4514 + return { value: value, done: !!done };
4515 +};
4516 +
4517 +
4518 +/***/ }),
4519 +
4520 +/***/ "../node_modules/core-js/library/modules/_iterators.js":
4521 +/*!*************************************************************!*\
4522 + !*** ../node_modules/core-js/library/modules/_iterators.js ***!
4523 + \*************************************************************/
4524 +/***/ ((module) => {
4525 +
4526 +module.exports = {};
4527 +
4528 +
4529 +/***/ }),
4530 +
4531 +/***/ "../node_modules/core-js/library/modules/_library.js":
4532 +/*!***********************************************************!*\
4533 + !*** ../node_modules/core-js/library/modules/_library.js ***!
4534 + \***********************************************************/
4535 +/***/ ((module) => {
4536 +
4537 +module.exports = true;
4538 +
4539 +
4540 +/***/ }),
4541 +
4542 +/***/ "../node_modules/core-js/library/modules/_meta.js":
4543 +/*!********************************************************!*\
4544 + !*** ../node_modules/core-js/library/modules/_meta.js ***!
4545 + \********************************************************/
4546 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4547 +
4548 +var META = __webpack_require__(/*! ./_uid */ "../node_modules/core-js/library/modules/_uid.js")('meta');
4549 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
4550 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/library/modules/_has.js");
4551 +var setDesc = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js").f;
4552 +var id = 0;
4553 +var isExtensible = Object.isExtensible || function () {
4554 + return true;
4555 +};
4556 +var FREEZE = !__webpack_require__(/*! ./_fails */ "../node_modules/core-js/library/modules/_fails.js")(function () {
4557 + return isExtensible(Object.preventExtensions({}));
4558 +});
4559 +var setMeta = function (it) {
4560 + setDesc(it, META, { value: {
4561 + i: 'O' + ++id, // object ID
4562 + w: {} // weak collections IDs
4563 + } });
4564 +};
4565 +var fastKey = function (it, create) {
4566 + // return primitive with prefix
4567 + if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;
4568 + if (!has(it, META)) {
4569 + // can't set metadata to uncaught frozen object
4570 + if (!isExtensible(it)) return 'F';
4571 + // not necessary to add metadata
4572 + if (!create) return 'E';
4573 + // add missing metadata
4574 + setMeta(it);
4575 + // return object ID
4576 + } return it[META].i;
4577 +};
4578 +var getWeak = function (it, create) {
4579 + if (!has(it, META)) {
4580 + // can't set metadata to uncaught frozen object
4581 + if (!isExtensible(it)) return true;
4582 + // not necessary to add metadata
4583 + if (!create) return false;
4584 + // add missing metadata
4585 + setMeta(it);
4586 + // return hash weak collections IDs
4587 + } return it[META].w;
4588 +};
4589 +// add metadata on freeze-family methods calling
4590 +var onFreeze = function (it) {
4591 + if (FREEZE && meta.NEED && isExtensible(it) && !has(it, META)) setMeta(it);
4592 + return it;
4593 +};
4594 +var meta = module.exports = {
4595 + KEY: META,
4596 + NEED: false,
4597 + fastKey: fastKey,
4598 + getWeak: getWeak,
4599 + onFreeze: onFreeze
4600 +};
4601 +
4602 +
4603 +/***/ }),
4604 +
4605 +/***/ "../node_modules/core-js/library/modules/_object-create.js":
4606 +/*!*****************************************************************!*\
4607 + !*** ../node_modules/core-js/library/modules/_object-create.js ***!
4608 + \*****************************************************************/
4609 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4610 +
4611 +// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
4612 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
4613 +var dPs = __webpack_require__(/*! ./_object-dps */ "../node_modules/core-js/library/modules/_object-dps.js");
4614 +var enumBugKeys = __webpack_require__(/*! ./_enum-bug-keys */ "../node_modules/core-js/library/modules/_enum-bug-keys.js");
4615 +var IE_PROTO = __webpack_require__(/*! ./_shared-key */ "../node_modules/core-js/library/modules/_shared-key.js")('IE_PROTO');
4616 +var Empty = function () { /* empty */ };
4617 +var PROTOTYPE = 'prototype';
4618 +
4619 +// Create object with fake `null` prototype: use iframe Object with cleared prototype
4620 +var createDict = function () {
4621 + // Thrash, waste and sodomy: IE GC bug
4622 + var iframe = __webpack_require__(/*! ./_dom-create */ "../node_modules/core-js/library/modules/_dom-create.js")('iframe');
4623 + var i = enumBugKeys.length;
4624 + var lt = '<';
4625 + var gt = '>';
4626 + var iframeDocument;
4627 + iframe.style.display = 'none';
4628 + __webpack_require__(/*! ./_html */ "../node_modules/core-js/library/modules/_html.js").appendChild(iframe);
4629 + iframe.src = 'javascript:'; // eslint-disable-line no-script-url
4630 + // createDict = iframe.contentWindow.Object;
4631 + // html.removeChild(iframe);
4632 + iframeDocument = iframe.contentWindow.document;
4633 + iframeDocument.open();
4634 + iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
4635 + iframeDocument.close();
4636 + createDict = iframeDocument.F;
4637 + while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];
4638 + return createDict();
4639 +};
4640 +
4641 +module.exports = Object.create || function create(O, Properties) {
4642 + var result;
4643 + if (O !== null) {
4644 + Empty[PROTOTYPE] = anObject(O);
4645 + result = new Empty();
4646 + Empty[PROTOTYPE] = null;
4647 + // add "__proto__" for Object.getPrototypeOf polyfill
4648 + result[IE_PROTO] = O;
4649 + } else result = createDict();
4650 + return Properties === undefined ? result : dPs(result, Properties);
4651 +};
4652 +
4653 +
4654 +/***/ }),
4655 +
4656 +/***/ "../node_modules/core-js/library/modules/_object-dp.js":
4657 +/*!*************************************************************!*\
4658 + !*** ../node_modules/core-js/library/modules/_object-dp.js ***!
4659 + \*************************************************************/
4660 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
4661 +
4662 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
4663 +var IE8_DOM_DEFINE = __webpack_require__(/*! ./_ie8-dom-define */ "../node_modules/core-js/library/modules/_ie8-dom-define.js");
4664 +var toPrimitive = __webpack_require__(/*! ./_to-primitive */ "../node_modules/core-js/library/modules/_to-primitive.js");
4665 +var dP = Object.defineProperty;
4666 +
4667 +exports.f = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js") ? Object.defineProperty : function defineProperty(O, P, Attributes) {
4668 + anObject(O);
4669 + P = toPrimitive(P, true);
4670 + anObject(Attributes);
4671 + if (IE8_DOM_DEFINE) try {
4672 + return dP(O, P, Attributes);
4673 + } catch (e) { /* empty */ }
4674 + if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
4675 + if ('value' in Attributes) O[P] = Attributes.value;
4676 + return O;
4677 +};
4678 +
4679 +
4680 +/***/ }),
4681 +
4682 +/***/ "../node_modules/core-js/library/modules/_object-dps.js":
4683 +/*!**************************************************************!*\
4684 + !*** ../node_modules/core-js/library/modules/_object-dps.js ***!
4685 + \**************************************************************/
4686 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4687 +
4688 +var dP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js");
4689 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
4690 +var getKeys = __webpack_require__(/*! ./_object-keys */ "../node_modules/core-js/library/modules/_object-keys.js");
4691 +
4692 +module.exports = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js") ? Object.defineProperties : function defineProperties(O, Properties) {
4693 + anObject(O);
4694 + var keys = getKeys(Properties);
4695 + var length = keys.length;
4696 + var i = 0;
4697 + var P;
4698 + while (length > i) dP.f(O, P = keys[i++], Properties[P]);
4699 + return O;
4700 +};
4701 +
4702 +
4703 +/***/ }),
4704 +
4705 +/***/ "../node_modules/core-js/library/modules/_object-gopd.js":
4706 +/*!***************************************************************!*\
4707 + !*** ../node_modules/core-js/library/modules/_object-gopd.js ***!
4708 + \***************************************************************/
4709 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
4710 +
4711 +var pIE = __webpack_require__(/*! ./_object-pie */ "../node_modules/core-js/library/modules/_object-pie.js");
4712 +var createDesc = __webpack_require__(/*! ./_property-desc */ "../node_modules/core-js/library/modules/_property-desc.js");
4713 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/library/modules/_to-iobject.js");
4714 +var toPrimitive = __webpack_require__(/*! ./_to-primitive */ "../node_modules/core-js/library/modules/_to-primitive.js");
4715 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/library/modules/_has.js");
4716 +var IE8_DOM_DEFINE = __webpack_require__(/*! ./_ie8-dom-define */ "../node_modules/core-js/library/modules/_ie8-dom-define.js");
4717 +var gOPD = Object.getOwnPropertyDescriptor;
4718 +
4719 +exports.f = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js") ? gOPD : function getOwnPropertyDescriptor(O, P) {
4720 + O = toIObject(O);
4721 + P = toPrimitive(P, true);
4722 + if (IE8_DOM_DEFINE) try {
4723 + return gOPD(O, P);
4724 + } catch (e) { /* empty */ }
4725 + if (has(O, P)) return createDesc(!pIE.f.call(O, P), O[P]);
4726 +};
4727 +
4728 +
4729 +/***/ }),
4730 +
4731 +/***/ "../node_modules/core-js/library/modules/_object-gopn-ext.js":
4732 +/*!*******************************************************************!*\
4733 + !*** ../node_modules/core-js/library/modules/_object-gopn-ext.js ***!
4734 + \*******************************************************************/
4735 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4736 +
4737 +// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
4738 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/library/modules/_to-iobject.js");
4739 +var gOPN = __webpack_require__(/*! ./_object-gopn */ "../node_modules/core-js/library/modules/_object-gopn.js").f;
4740 +var toString = {}.toString;
4741 +
4742 +var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames
4743 + ? Object.getOwnPropertyNames(window) : [];
4744 +
4745 +var getWindowNames = function (it) {
4746 + try {
4747 + return gOPN(it);
4748 + } catch (e) {
4749 + return windowNames.slice();
4750 + }
4751 +};
4752 +
4753 +module.exports.f = function getOwnPropertyNames(it) {
4754 + return windowNames && toString.call(it) == '[object Window]' ? getWindowNames(it) : gOPN(toIObject(it));
4755 +};
4756 +
4757 +
4758 +/***/ }),
4759 +
4760 +/***/ "../node_modules/core-js/library/modules/_object-gopn.js":
4761 +/*!***************************************************************!*\
4762 + !*** ../node_modules/core-js/library/modules/_object-gopn.js ***!
4763 + \***************************************************************/
4764 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
4765 +
4766 +// 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)
4767 +var $keys = __webpack_require__(/*! ./_object-keys-internal */ "../node_modules/core-js/library/modules/_object-keys-internal.js");
4768 +var hiddenKeys = __webpack_require__(/*! ./_enum-bug-keys */ "../node_modules/core-js/library/modules/_enum-bug-keys.js").concat('length', 'prototype');
4769 +
4770 +exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
4771 + return $keys(O, hiddenKeys);
4772 +};
4773 +
4774 +
4775 +/***/ }),
4776 +
4777 +/***/ "../node_modules/core-js/library/modules/_object-gops.js":
4778 +/*!***************************************************************!*\
4779 + !*** ../node_modules/core-js/library/modules/_object-gops.js ***!
4780 + \***************************************************************/
4781 +/***/ ((__unused_webpack_module, exports) => {
4782 +
4783 +exports.f = Object.getOwnPropertySymbols;
4784 +
4785 +
4786 +/***/ }),
4787 +
4788 +/***/ "../node_modules/core-js/library/modules/_object-gpo.js":
4789 +/*!**************************************************************!*\
4790 + !*** ../node_modules/core-js/library/modules/_object-gpo.js ***!
4791 + \**************************************************************/
4792 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4793 +
4794 +// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
4795 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/library/modules/_has.js");
4796 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/library/modules/_to-object.js");
4797 +var IE_PROTO = __webpack_require__(/*! ./_shared-key */ "../node_modules/core-js/library/modules/_shared-key.js")('IE_PROTO');
4798 +var ObjectProto = Object.prototype;
4799 +
4800 +module.exports = Object.getPrototypeOf || function (O) {
4801 + O = toObject(O);
4802 + if (has(O, IE_PROTO)) return O[IE_PROTO];
4803 + if (typeof O.constructor == 'function' && O instanceof O.constructor) {
4804 + return O.constructor.prototype;
4805 + } return O instanceof Object ? ObjectProto : null;
4806 +};
4807 +
4808 +
4809 +/***/ }),
4810 +
4811 +/***/ "../node_modules/core-js/library/modules/_object-keys-internal.js":
4812 +/*!************************************************************************!*\
4813 + !*** ../node_modules/core-js/library/modules/_object-keys-internal.js ***!
4814 + \************************************************************************/
4815 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4816 +
4817 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/library/modules/_has.js");
4818 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/library/modules/_to-iobject.js");
4819 +var arrayIndexOf = __webpack_require__(/*! ./_array-includes */ "../node_modules/core-js/library/modules/_array-includes.js")(false);
4820 +var IE_PROTO = __webpack_require__(/*! ./_shared-key */ "../node_modules/core-js/library/modules/_shared-key.js")('IE_PROTO');
4821 +
4822 +module.exports = function (object, names) {
4823 + var O = toIObject(object);
4824 + var i = 0;
4825 + var result = [];
4826 + var key;
4827 + for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key);
4828 + // Don't enum bug & hidden keys
4829 + while (names.length > i) if (has(O, key = names[i++])) {
4830 + ~arrayIndexOf(result, key) || result.push(key);
4831 + }
4832 + return result;
4833 +};
4834 +
4835 +
4836 +/***/ }),
4837 +
4838 +/***/ "../node_modules/core-js/library/modules/_object-keys.js":
4839 +/*!***************************************************************!*\
4840 + !*** ../node_modules/core-js/library/modules/_object-keys.js ***!
4841 + \***************************************************************/
4842 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4843 +
4844 +// 19.1.2.14 / 15.2.3.14 Object.keys(O)
4845 +var $keys = __webpack_require__(/*! ./_object-keys-internal */ "../node_modules/core-js/library/modules/_object-keys-internal.js");
4846 +var enumBugKeys = __webpack_require__(/*! ./_enum-bug-keys */ "../node_modules/core-js/library/modules/_enum-bug-keys.js");
4847 +
4848 +module.exports = Object.keys || function keys(O) {
4849 + return $keys(O, enumBugKeys);
4850 +};
4851 +
4852 +
4853 +/***/ }),
4854 +
4855 +/***/ "../node_modules/core-js/library/modules/_object-pie.js":
4856 +/*!**************************************************************!*\
4857 + !*** ../node_modules/core-js/library/modules/_object-pie.js ***!
4858 + \**************************************************************/
4859 +/***/ ((__unused_webpack_module, exports) => {
4860 +
4861 +exports.f = {}.propertyIsEnumerable;
4862 +
4863 +
4864 +/***/ }),
4865 +
4866 +/***/ "../node_modules/core-js/library/modules/_object-sap.js":
4867 +/*!**************************************************************!*\
4868 + !*** ../node_modules/core-js/library/modules/_object-sap.js ***!
4869 + \**************************************************************/
4870 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4871 +
4872 +// most Object methods by ES6 should accept primitives
4873 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
4874 +var core = __webpack_require__(/*! ./_core */ "../node_modules/core-js/library/modules/_core.js");
4875 +var fails = __webpack_require__(/*! ./_fails */ "../node_modules/core-js/library/modules/_fails.js");
4876 +module.exports = function (KEY, exec) {
4877 + var fn = (core.Object || {})[KEY] || Object[KEY];
4878 + var exp = {};
4879 + exp[KEY] = exec(fn);
4880 + $export($export.S + $export.F * fails(function () { fn(1); }), 'Object', exp);
4881 +};
4882 +
4883 +
4884 +/***/ }),
4885 +
4886 +/***/ "../node_modules/core-js/library/modules/_object-to-array.js":
4887 +/*!*******************************************************************!*\
4888 + !*** ../node_modules/core-js/library/modules/_object-to-array.js ***!
4889 + \*******************************************************************/
4890 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4891 +
4892 +var DESCRIPTORS = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js");
4893 +var getKeys = __webpack_require__(/*! ./_object-keys */ "../node_modules/core-js/library/modules/_object-keys.js");
4894 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/library/modules/_to-iobject.js");
4895 +var isEnum = __webpack_require__(/*! ./_object-pie */ "../node_modules/core-js/library/modules/_object-pie.js").f;
4896 +module.exports = function (isEntries) {
4897 + return function (it) {
4898 + var O = toIObject(it);
4899 + var keys = getKeys(O);
4900 + var length = keys.length;
4901 + var i = 0;
4902 + var result = [];
4903 + var key;
4904 + while (length > i) {
4905 + key = keys[i++];
4906 + if (!DESCRIPTORS || isEnum.call(O, key)) {
4907 + result.push(isEntries ? [key, O[key]] : O[key]);
4908 + }
4909 + }
4910 + return result;
4911 + };
4912 +};
4913 +
4914 +
4915 +/***/ }),
4916 +
4917 +/***/ "../node_modules/core-js/library/modules/_property-desc.js":
4918 +/*!*****************************************************************!*\
4919 + !*** ../node_modules/core-js/library/modules/_property-desc.js ***!
4920 + \*****************************************************************/
4921 +/***/ ((module) => {
4922 +
4923 +module.exports = function (bitmap, value) {
4924 + return {
4925 + enumerable: !(bitmap & 1),
4926 + configurable: !(bitmap & 2),
4927 + writable: !(bitmap & 4),
4928 + value: value
4929 + };
4930 +};
4931 +
4932 +
4933 +/***/ }),
4934 +
4935 +/***/ "../node_modules/core-js/library/modules/_redefine-all.js":
4936 +/*!****************************************************************!*\
4937 + !*** ../node_modules/core-js/library/modules/_redefine-all.js ***!
4938 + \****************************************************************/
4939 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4940 +
4941 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/library/modules/_hide.js");
4942 +module.exports = function (target, src, safe) {
4943 + for (var key in src) {
4944 + if (safe && target[key]) target[key] = src[key];
4945 + else hide(target, key, src[key]);
4946 + } return target;
4947 +};
4948 +
4949 +
4950 +/***/ }),
4951 +
4952 +/***/ "../node_modules/core-js/library/modules/_redefine.js":
4953 +/*!************************************************************!*\
4954 + !*** ../node_modules/core-js/library/modules/_redefine.js ***!
4955 + \************************************************************/
4956 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4957 +
4958 +module.exports = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/library/modules/_hide.js");
4959 +
4960 +
4961 +/***/ }),
4962 +
4963 +/***/ "../node_modules/core-js/library/modules/_set-collection-from.js":
4964 +/*!***********************************************************************!*\
4965 + !*** ../node_modules/core-js/library/modules/_set-collection-from.js ***!
4966 + \***********************************************************************/
4967 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4968 +
4969 +"use strict";
4970 +
4971 +// https://tc39.github.io/proposal-setmap-offrom/
4972 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
4973 +var aFunction = __webpack_require__(/*! ./_a-function */ "../node_modules/core-js/library/modules/_a-function.js");
4974 +var ctx = __webpack_require__(/*! ./_ctx */ "../node_modules/core-js/library/modules/_ctx.js");
4975 +var forOf = __webpack_require__(/*! ./_for-of */ "../node_modules/core-js/library/modules/_for-of.js");
4976 +
4977 +module.exports = function (COLLECTION) {
4978 + $export($export.S, COLLECTION, { from: function from(source /* , mapFn, thisArg */) {
4979 + var mapFn = arguments[1];
4980 + var mapping, A, n, cb;
4981 + aFunction(this);
4982 + mapping = mapFn !== undefined;
4983 + if (mapping) aFunction(mapFn);
4984 + if (source == undefined) return new this();
4985 + A = [];
4986 + if (mapping) {
4987 + n = 0;
4988 + cb = ctx(mapFn, arguments[2], 2);
4989 + forOf(source, false, function (nextItem) {
4990 + A.push(cb(nextItem, n++));
4991 + });
4992 + } else {
4993 + forOf(source, false, A.push, A);
4994 + }
4995 + return new this(A);
4996 + } });
4997 +};
4998 +
4999 +
5000 +/***/ }),
5001 +
5002 +/***/ "../node_modules/core-js/library/modules/_set-collection-of.js":
5003 +/*!*********************************************************************!*\
5004 + !*** ../node_modules/core-js/library/modules/_set-collection-of.js ***!
5005 + \*********************************************************************/
5006 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5007 +
5008 +"use strict";
5009 +
5010 +// https://tc39.github.io/proposal-setmap-offrom/
5011 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5012 +
5013 +module.exports = function (COLLECTION) {
5014 + $export($export.S, COLLECTION, { of: function of() {
5015 + var length = arguments.length;
5016 + var A = new Array(length);
5017 + while (length--) A[length] = arguments[length];
5018 + return new this(A);
5019 + } });
5020 +};
5021 +
5022 +
5023 +/***/ }),
5024 +
5025 +/***/ "../node_modules/core-js/library/modules/_set-proto.js":
5026 +/*!*************************************************************!*\
5027 + !*** ../node_modules/core-js/library/modules/_set-proto.js ***!
5028 + \*************************************************************/
5029 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5030 +
5031 +// Works with __proto__ only. Old v8 can't work with null proto objects.
5032 +/* eslint-disable no-proto */
5033 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
5034 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
5035 +var check = function (O, proto) {
5036 + anObject(O);
5037 + if (!isObject(proto) && proto !== null) throw TypeError(proto + ": can't set as prototype!");
5038 +};
5039 +module.exports = {
5040 + set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line
5041 + function (test, buggy, set) {
5042 + try {
5043 + set = __webpack_require__(/*! ./_ctx */ "../node_modules/core-js/library/modules/_ctx.js")(Function.call, __webpack_require__(/*! ./_object-gopd */ "../node_modules/core-js/library/modules/_object-gopd.js").f(Object.prototype, '__proto__').set, 2);
5044 + set(test, []);
5045 + buggy = !(test instanceof Array);
5046 + } catch (e) { buggy = true; }
5047 + return function setPrototypeOf(O, proto) {
5048 + check(O, proto);
5049 + if (buggy) O.__proto__ = proto;
5050 + else set(O, proto);
5051 + return O;
5052 + };
5053 + }({}, false) : undefined),
5054 + check: check
5055 +};
5056 +
5057 +
5058 +/***/ }),
5059 +
5060 +/***/ "../node_modules/core-js/library/modules/_set-species.js":
5061 +/*!***************************************************************!*\
5062 + !*** ../node_modules/core-js/library/modules/_set-species.js ***!
5063 + \***************************************************************/
5064 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5065 +
5066 +"use strict";
5067 +
5068 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js");
5069 +var core = __webpack_require__(/*! ./_core */ "../node_modules/core-js/library/modules/_core.js");
5070 +var dP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js");
5071 +var DESCRIPTORS = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js");
5072 +var SPECIES = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('species');
5073 +
5074 +module.exports = function (KEY) {
5075 + var C = typeof core[KEY] == 'function' ? core[KEY] : global[KEY];
5076 + if (DESCRIPTORS && C && !C[SPECIES]) dP.f(C, SPECIES, {
5077 + configurable: true,
5078 + get: function () { return this; }
5079 + });
5080 +};
5081 +
5082 +
5083 +/***/ }),
5084 +
5085 +/***/ "../node_modules/core-js/library/modules/_set-to-string-tag.js":
5086 +/*!*********************************************************************!*\
5087 + !*** ../node_modules/core-js/library/modules/_set-to-string-tag.js ***!
5088 + \*********************************************************************/
5089 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5090 +
5091 +var def = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js").f;
5092 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/library/modules/_has.js");
5093 +var TAG = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('toStringTag');
5094 +
5095 +module.exports = function (it, tag, stat) {
5096 + if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag });
5097 +};
5098 +
5099 +
5100 +/***/ }),
5101 +
5102 +/***/ "../node_modules/core-js/library/modules/_shared-key.js":
5103 +/*!**************************************************************!*\
5104 + !*** ../node_modules/core-js/library/modules/_shared-key.js ***!
5105 + \**************************************************************/
5106 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5107 +
5108 +var shared = __webpack_require__(/*! ./_shared */ "../node_modules/core-js/library/modules/_shared.js")('keys');
5109 +var uid = __webpack_require__(/*! ./_uid */ "../node_modules/core-js/library/modules/_uid.js");
5110 +module.exports = function (key) {
5111 + return shared[key] || (shared[key] = uid(key));
5112 +};
5113 +
5114 +
5115 +/***/ }),
5116 +
5117 +/***/ "../node_modules/core-js/library/modules/_shared.js":
5118 +/*!**********************************************************!*\
5119 + !*** ../node_modules/core-js/library/modules/_shared.js ***!
5120 + \**********************************************************/
5121 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5122 +
5123 +var core = __webpack_require__(/*! ./_core */ "../node_modules/core-js/library/modules/_core.js");
5124 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js");
5125 +var SHARED = '__core-js_shared__';
5126 +var store = global[SHARED] || (global[SHARED] = {});
5127 +
5128 +(module.exports = function (key, value) {
5129 + return store[key] || (store[key] = value !== undefined ? value : {});
5130 +})('versions', []).push({
5131 + version: core.version,
5132 + mode: __webpack_require__(/*! ./_library */ "../node_modules/core-js/library/modules/_library.js") ? 'pure' : 'global',
5133 + copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
5134 +});
5135 +
5136 +
5137 +/***/ }),
5138 +
5139 +/***/ "../node_modules/core-js/library/modules/_string-at.js":
5140 +/*!*************************************************************!*\
5141 + !*** ../node_modules/core-js/library/modules/_string-at.js ***!
5142 + \*************************************************************/
5143 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5144 +
5145 +var toInteger = __webpack_require__(/*! ./_to-integer */ "../node_modules/core-js/library/modules/_to-integer.js");
5146 +var defined = __webpack_require__(/*! ./_defined */ "../node_modules/core-js/library/modules/_defined.js");
5147 +// true -> String#at
5148 +// false -> String#codePointAt
5149 +module.exports = function (TO_STRING) {
5150 + return function (that, pos) {
5151 + var s = String(defined(that));
5152 + var i = toInteger(pos);
5153 + var l = s.length;
5154 + var a, b;
5155 + if (i < 0 || i >= l) return TO_STRING ? '' : undefined;
5156 + a = s.charCodeAt(i);
5157 + return a < 0xd800 || a > 0xdbff || i + 1 === l || (b = s.charCodeAt(i + 1)) < 0xdc00 || b > 0xdfff
5158 + ? TO_STRING ? s.charAt(i) : a
5159 + : TO_STRING ? s.slice(i, i + 2) : (a - 0xd800 << 10) + (b - 0xdc00) + 0x10000;
5160 + };
5161 +};
5162 +
5163 +
5164 +/***/ }),
5165 +
5166 +/***/ "../node_modules/core-js/library/modules/_to-absolute-index.js":
5167 +/*!*********************************************************************!*\
5168 + !*** ../node_modules/core-js/library/modules/_to-absolute-index.js ***!
5169 + \*********************************************************************/
5170 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5171 +
5172 +var toInteger = __webpack_require__(/*! ./_to-integer */ "../node_modules/core-js/library/modules/_to-integer.js");
5173 +var max = Math.max;
5174 +var min = Math.min;
5175 +module.exports = function (index, length) {
5176 + index = toInteger(index);
5177 + return index < 0 ? max(index + length, 0) : min(index, length);
5178 +};
5179 +
5180 +
5181 +/***/ }),
5182 +
5183 +/***/ "../node_modules/core-js/library/modules/_to-integer.js":
5184 +/*!**************************************************************!*\
5185 + !*** ../node_modules/core-js/library/modules/_to-integer.js ***!
5186 + \**************************************************************/
5187 +/***/ ((module) => {
5188 +
5189 +// 7.1.4 ToInteger
5190 +var ceil = Math.ceil;
5191 +var floor = Math.floor;
5192 +module.exports = function (it) {
5193 + return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);
5194 +};
5195 +
5196 +
5197 +/***/ }),
5198 +
5199 +/***/ "../node_modules/core-js/library/modules/_to-iobject.js":
5200 +/*!**************************************************************!*\
5201 + !*** ../node_modules/core-js/library/modules/_to-iobject.js ***!
5202 + \**************************************************************/
5203 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5204 +
5205 +// to indexed object, toObject with fallback for non-array-like ES3 strings
5206 +var IObject = __webpack_require__(/*! ./_iobject */ "../node_modules/core-js/library/modules/_iobject.js");
5207 +var defined = __webpack_require__(/*! ./_defined */ "../node_modules/core-js/library/modules/_defined.js");
5208 +module.exports = function (it) {
5209 + return IObject(defined(it));
5210 +};
5211 +
5212 +
5213 +/***/ }),
5214 +
5215 +/***/ "../node_modules/core-js/library/modules/_to-length.js":
5216 +/*!*************************************************************!*\
5217 + !*** ../node_modules/core-js/library/modules/_to-length.js ***!
5218 + \*************************************************************/
5219 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5220 +
5221 +// 7.1.15 ToLength
5222 +var toInteger = __webpack_require__(/*! ./_to-integer */ "../node_modules/core-js/library/modules/_to-integer.js");
5223 +var min = Math.min;
5224 +module.exports = function (it) {
5225 + return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991
5226 +};
5227 +
5228 +
5229 +/***/ }),
5230 +
5231 +/***/ "../node_modules/core-js/library/modules/_to-object.js":
5232 +/*!*************************************************************!*\
5233 + !*** ../node_modules/core-js/library/modules/_to-object.js ***!
5234 + \*************************************************************/
5235 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5236 +
5237 +// 7.1.13 ToObject(argument)
5238 +var defined = __webpack_require__(/*! ./_defined */ "../node_modules/core-js/library/modules/_defined.js");
5239 +module.exports = function (it) {
5240 + return Object(defined(it));
5241 +};
5242 +
5243 +
5244 +/***/ }),
5245 +
5246 +/***/ "../node_modules/core-js/library/modules/_to-primitive.js":
5247 +/*!****************************************************************!*\
5248 + !*** ../node_modules/core-js/library/modules/_to-primitive.js ***!
5249 + \****************************************************************/
5250 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5251 +
5252 +// 7.1.1 ToPrimitive(input [, PreferredType])
5253 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
5254 +// instead of the ES6 spec version, we didn't implement @@toPrimitive case
5255 +// and the second argument - flag - preferred type is a string
5256 +module.exports = function (it, S) {
5257 + if (!isObject(it)) return it;
5258 + var fn, val;
5259 + if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
5260 + if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;
5261 + if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
5262 + throw TypeError("Can't convert object to primitive value");
5263 +};
5264 +
5265 +
5266 +/***/ }),
5267 +
5268 +/***/ "../node_modules/core-js/library/modules/_uid.js":
5269 +/*!*******************************************************!*\
5270 + !*** ../node_modules/core-js/library/modules/_uid.js ***!
5271 + \*******************************************************/
5272 +/***/ ((module) => {
5273 +
5274 +var id = 0;
5275 +var px = Math.random();
5276 +module.exports = function (key) {
5277 + return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));
5278 +};
5279 +
5280 +
5281 +/***/ }),
5282 +
5283 +/***/ "../node_modules/core-js/library/modules/_validate-collection.js":
5284 +/*!***********************************************************************!*\
5285 + !*** ../node_modules/core-js/library/modules/_validate-collection.js ***!
5286 + \***********************************************************************/
5287 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5288 +
5289 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
5290 +module.exports = function (it, TYPE) {
5291 + if (!isObject(it) || it._t !== TYPE) throw TypeError('Incompatible receiver, ' + TYPE + ' required!');
5292 + return it;
5293 +};
5294 +
5295 +
5296 +/***/ }),
5297 +
5298 +/***/ "../node_modules/core-js/library/modules/_wks-define.js":
5299 +/*!**************************************************************!*\
5300 + !*** ../node_modules/core-js/library/modules/_wks-define.js ***!
5301 + \**************************************************************/
5302 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5303 +
5304 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js");
5305 +var core = __webpack_require__(/*! ./_core */ "../node_modules/core-js/library/modules/_core.js");
5306 +var LIBRARY = __webpack_require__(/*! ./_library */ "../node_modules/core-js/library/modules/_library.js");
5307 +var wksExt = __webpack_require__(/*! ./_wks-ext */ "../node_modules/core-js/library/modules/_wks-ext.js");
5308 +var defineProperty = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js").f;
5309 +module.exports = function (name) {
5310 + var $Symbol = core.Symbol || (core.Symbol = LIBRARY ? {} : global.Symbol || {});
5311 + if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty($Symbol, name, { value: wksExt.f(name) });
5312 +};
5313 +
5314 +
5315 +/***/ }),
5316 +
5317 +/***/ "../node_modules/core-js/library/modules/_wks-ext.js":
5318 +/*!***********************************************************!*\
5319 + !*** ../node_modules/core-js/library/modules/_wks-ext.js ***!
5320 + \***********************************************************/
5321 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
5322 +
5323 +exports.f = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js");
5324 +
5325 +
5326 +/***/ }),
5327 +
5328 +/***/ "../node_modules/core-js/library/modules/_wks.js":
5329 +/*!*******************************************************!*\
5330 + !*** ../node_modules/core-js/library/modules/_wks.js ***!
5331 + \*******************************************************/
5332 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5333 +
5334 +var store = __webpack_require__(/*! ./_shared */ "../node_modules/core-js/library/modules/_shared.js")('wks');
5335 +var uid = __webpack_require__(/*! ./_uid */ "../node_modules/core-js/library/modules/_uid.js");
5336 +var Symbol = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js").Symbol;
5337 +var USE_SYMBOL = typeof Symbol == 'function';
5338 +
5339 +var $exports = module.exports = function (name) {
5340 + return store[name] || (store[name] =
5341 + USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name));
5342 +};
5343 +
5344 +$exports.store = store;
5345 +
5346 +
5347 +/***/ }),
5348 +
5349 +/***/ "../node_modules/core-js/library/modules/core.get-iterator-method.js":
5350 +/*!***************************************************************************!*\
5351 + !*** ../node_modules/core-js/library/modules/core.get-iterator-method.js ***!
5352 + \***************************************************************************/
5353 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5354 +
5355 +var classof = __webpack_require__(/*! ./_classof */ "../node_modules/core-js/library/modules/_classof.js");
5356 +var ITERATOR = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('iterator');
5357 +var Iterators = __webpack_require__(/*! ./_iterators */ "../node_modules/core-js/library/modules/_iterators.js");
5358 +module.exports = __webpack_require__(/*! ./_core */ "../node_modules/core-js/library/modules/_core.js").getIteratorMethod = function (it) {
5359 + if (it != undefined) return it[ITERATOR]
5360 + || it['@@iterator']
5361 + || Iterators[classof(it)];
5362 +};
5363 +
5364 +
5365 +/***/ }),
5366 +
5367 +/***/ "../node_modules/core-js/library/modules/es6.array.from.js":
5368 +/*!*****************************************************************!*\
5369 + !*** ../node_modules/core-js/library/modules/es6.array.from.js ***!
5370 + \*****************************************************************/
5371 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5372 +
5373 +"use strict";
5374 +
5375 +var ctx = __webpack_require__(/*! ./_ctx */ "../node_modules/core-js/library/modules/_ctx.js");
5376 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5377 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/library/modules/_to-object.js");
5378 +var call = __webpack_require__(/*! ./_iter-call */ "../node_modules/core-js/library/modules/_iter-call.js");
5379 +var isArrayIter = __webpack_require__(/*! ./_is-array-iter */ "../node_modules/core-js/library/modules/_is-array-iter.js");
5380 +var toLength = __webpack_require__(/*! ./_to-length */ "../node_modules/core-js/library/modules/_to-length.js");
5381 +var createProperty = __webpack_require__(/*! ./_create-property */ "../node_modules/core-js/library/modules/_create-property.js");
5382 +var getIterFn = __webpack_require__(/*! ./core.get-iterator-method */ "../node_modules/core-js/library/modules/core.get-iterator-method.js");
5383 +
5384 +$export($export.S + $export.F * !__webpack_require__(/*! ./_iter-detect */ "../node_modules/core-js/library/modules/_iter-detect.js")(function (iter) { Array.from(iter); }), 'Array', {
5385 + // 22.1.2.1 Array.from(arrayLike, mapfn = undefined, thisArg = undefined)
5386 + from: function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {
5387 + var O = toObject(arrayLike);
5388 + var C = typeof this == 'function' ? this : Array;
5389 + var aLen = arguments.length;
5390 + var mapfn = aLen > 1 ? arguments[1] : undefined;
5391 + var mapping = mapfn !== undefined;
5392 + var index = 0;
5393 + var iterFn = getIterFn(O);
5394 + var length, result, step, iterator;
5395 + if (mapping) mapfn = ctx(mapfn, aLen > 2 ? arguments[2] : undefined, 2);
5396 + // if object isn't iterable or it's array with default iterator - use simple case
5397 + if (iterFn != undefined && !(C == Array && isArrayIter(iterFn))) {
5398 + for (iterator = iterFn.call(O), result = new C(); !(step = iterator.next()).done; index++) {
5399 + createProperty(result, index, mapping ? call(iterator, mapfn, [step.value, index], true) : step.value);
5400 + }
5401 + } else {
5402 + length = toLength(O.length);
5403 + for (result = new C(length); length > index; index++) {
5404 + createProperty(result, index, mapping ? mapfn(O[index], index) : O[index]);
5405 + }
5406 + }
5407 + result.length = index;
5408 + return result;
5409 + }
5410 +});
5411 +
5412 +
5413 +/***/ }),
5414 +
5415 +/***/ "../node_modules/core-js/library/modules/es6.array.is-array.js":
5416 +/*!*********************************************************************!*\
5417 + !*** ../node_modules/core-js/library/modules/es6.array.is-array.js ***!
5418 + \*********************************************************************/
5419 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5420 +
5421 +// 22.1.2.2 / 15.4.3.2 Array.isArray(arg)
5422 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5423 +
5424 +$export($export.S, 'Array', { isArray: __webpack_require__(/*! ./_is-array */ "../node_modules/core-js/library/modules/_is-array.js") });
5425 +
5426 +
5427 +/***/ }),
5428 +
5429 +/***/ "../node_modules/core-js/library/modules/es6.array.iterator.js":
5430 +/*!*********************************************************************!*\
5431 + !*** ../node_modules/core-js/library/modules/es6.array.iterator.js ***!
5432 + \*********************************************************************/
5433 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5434 +
5435 +"use strict";
5436 +
5437 +var addToUnscopables = __webpack_require__(/*! ./_add-to-unscopables */ "../node_modules/core-js/library/modules/_add-to-unscopables.js");
5438 +var step = __webpack_require__(/*! ./_iter-step */ "../node_modules/core-js/library/modules/_iter-step.js");
5439 +var Iterators = __webpack_require__(/*! ./_iterators */ "../node_modules/core-js/library/modules/_iterators.js");
5440 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/library/modules/_to-iobject.js");
5441 +
5442 +// 22.1.3.4 Array.prototype.entries()
5443 +// 22.1.3.13 Array.prototype.keys()
5444 +// 22.1.3.29 Array.prototype.values()
5445 +// 22.1.3.30 Array.prototype[@@iterator]()
5446 +module.exports = __webpack_require__(/*! ./_iter-define */ "../node_modules/core-js/library/modules/_iter-define.js")(Array, 'Array', function (iterated, kind) {
5447 + this._t = toIObject(iterated); // target
5448 + this._i = 0; // next index
5449 + this._k = kind; // kind
5450 +// 22.1.5.2.1 %ArrayIteratorPrototype%.next()
5451 +}, function () {
5452 + var O = this._t;
5453 + var kind = this._k;
5454 + var index = this._i++;
5455 + if (!O || index >= O.length) {
5456 + this._t = undefined;
5457 + return step(1);
5458 + }
5459 + if (kind == 'keys') return step(0, index);
5460 + if (kind == 'values') return step(0, O[index]);
5461 + return step(0, [index, O[index]]);
5462 +}, 'values');
5463 +
5464 +// argumentsList[@@iterator] is %ArrayProto_values% (9.4.4.6, 9.4.4.7)
5465 +Iterators.Arguments = Iterators.Array;
5466 +
5467 +addToUnscopables('keys');
5468 +addToUnscopables('values');
5469 +addToUnscopables('entries');
5470 +
5471 +
5472 +/***/ }),
5473 +
5474 +/***/ "../node_modules/core-js/library/modules/es6.function.has-instance.js":
5475 +/*!****************************************************************************!*\
5476 + !*** ../node_modules/core-js/library/modules/es6.function.has-instance.js ***!
5477 + \****************************************************************************/
5478 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5479 +
5480 +"use strict";
5481 +
5482 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
5483 +var getPrototypeOf = __webpack_require__(/*! ./_object-gpo */ "../node_modules/core-js/library/modules/_object-gpo.js");
5484 +var HAS_INSTANCE = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('hasInstance');
5485 +var FunctionProto = Function.prototype;
5486 +// 19.2.3.6 Function.prototype[@@hasInstance](V)
5487 +if (!(HAS_INSTANCE in FunctionProto)) __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js").f(FunctionProto, HAS_INSTANCE, { value: function (O) {
5488 + if (typeof this != 'function' || !isObject(O)) return false;
5489 + if (!isObject(this.prototype)) return O instanceof this;
5490 + // for environment w/o native `@@hasInstance` logic enough `instanceof`, but add this:
5491 + while (O = getPrototypeOf(O)) if (this.prototype === O) return true;
5492 + return false;
5493 +} });
5494 +
5495 +
5496 +/***/ }),
5497 +
5498 +/***/ "../node_modules/core-js/library/modules/es6.map.js":
5499 +/*!**********************************************************!*\
5500 + !*** ../node_modules/core-js/library/modules/es6.map.js ***!
5501 + \**********************************************************/
5502 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5503 +
5504 +"use strict";
5505 +
5506 +var strong = __webpack_require__(/*! ./_collection-strong */ "../node_modules/core-js/library/modules/_collection-strong.js");
5507 +var validate = __webpack_require__(/*! ./_validate-collection */ "../node_modules/core-js/library/modules/_validate-collection.js");
5508 +var MAP = 'Map';
5509 +
5510 +// 23.1 Map Objects
5511 +module.exports = __webpack_require__(/*! ./_collection */ "../node_modules/core-js/library/modules/_collection.js")(MAP, function (get) {
5512 + return function Map() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };
5513 +}, {
5514 + // 23.1.3.6 Map.prototype.get(key)
5515 + get: function get(key) {
5516 + var entry = strong.getEntry(validate(this, MAP), key);
5517 + return entry && entry.v;
5518 + },
5519 + // 23.1.3.9 Map.prototype.set(key, value)
5520 + set: function set(key, value) {
5521 + return strong.def(validate(this, MAP), key === 0 ? 0 : key, value);
5522 + }
5523 +}, strong, true);
5524 +
5525 +
5526 +/***/ }),
5527 +
5528 +/***/ "../node_modules/core-js/library/modules/es6.object.create.js":
5529 +/*!********************************************************************!*\
5530 + !*** ../node_modules/core-js/library/modules/es6.object.create.js ***!
5531 + \********************************************************************/
5532 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5533 +
5534 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5535 +// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
5536 +$export($export.S, 'Object', { create: __webpack_require__(/*! ./_object-create */ "../node_modules/core-js/library/modules/_object-create.js") });
5537 +
5538 +
5539 +/***/ }),
5540 +
5541 +/***/ "../node_modules/core-js/library/modules/es6.object.define-property.js":
5542 +/*!*****************************************************************************!*\
5543 + !*** ../node_modules/core-js/library/modules/es6.object.define-property.js ***!
5544 + \*****************************************************************************/
5545 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5546 +
5547 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5548 +// 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
5549 +$export($export.S + $export.F * !__webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js"), 'Object', { defineProperty: __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js").f });
5550 +
5551 +
5552 +/***/ }),
5553 +
5554 +/***/ "../node_modules/core-js/library/modules/es6.object.get-own-property-descriptor.js":
5555 +/*!*****************************************************************************************!*\
5556 + !*** ../node_modules/core-js/library/modules/es6.object.get-own-property-descriptor.js ***!
5557 + \*****************************************************************************************/
5558 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5559 +
5560 +// 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)
5561 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/library/modules/_to-iobject.js");
5562 +var $getOwnPropertyDescriptor = __webpack_require__(/*! ./_object-gopd */ "../node_modules/core-js/library/modules/_object-gopd.js").f;
5563 +
5564 +__webpack_require__(/*! ./_object-sap */ "../node_modules/core-js/library/modules/_object-sap.js")('getOwnPropertyDescriptor', function () {
5565 + return function getOwnPropertyDescriptor(it, key) {
5566 + return $getOwnPropertyDescriptor(toIObject(it), key);
5567 + };
5568 +});
5569 +
5570 +
5571 +/***/ }),
5572 +
5573 +/***/ "../node_modules/core-js/library/modules/es6.object.get-prototype-of.js":
5574 +/*!******************************************************************************!*\
5575 + !*** ../node_modules/core-js/library/modules/es6.object.get-prototype-of.js ***!
5576 + \******************************************************************************/
5577 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5578 +
5579 +// 19.1.2.9 Object.getPrototypeOf(O)
5580 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/library/modules/_to-object.js");
5581 +var $getPrototypeOf = __webpack_require__(/*! ./_object-gpo */ "../node_modules/core-js/library/modules/_object-gpo.js");
5582 +
5583 +__webpack_require__(/*! ./_object-sap */ "../node_modules/core-js/library/modules/_object-sap.js")('getPrototypeOf', function () {
5584 + return function getPrototypeOf(it) {
5585 + return $getPrototypeOf(toObject(it));
5586 + };
5587 +});
5588 +
5589 +
5590 +/***/ }),
5591 +
5592 +/***/ "../node_modules/core-js/library/modules/es6.object.keys.js":
5593 +/*!******************************************************************!*\
5594 + !*** ../node_modules/core-js/library/modules/es6.object.keys.js ***!
5595 + \******************************************************************/
5596 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5597 +
5598 +// 19.1.2.14 Object.keys(O)
5599 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/library/modules/_to-object.js");
5600 +var $keys = __webpack_require__(/*! ./_object-keys */ "../node_modules/core-js/library/modules/_object-keys.js");
5601 +
5602 +__webpack_require__(/*! ./_object-sap */ "../node_modules/core-js/library/modules/_object-sap.js")('keys', function () {
5603 + return function keys(it) {
5604 + return $keys(toObject(it));
5605 + };
5606 +});
5607 +
5608 +
5609 +/***/ }),
5610 +
5611 +/***/ "../node_modules/core-js/library/modules/es6.object.set-prototype-of.js":
5612 +/*!******************************************************************************!*\
5613 + !*** ../node_modules/core-js/library/modules/es6.object.set-prototype-of.js ***!
5614 + \******************************************************************************/
5615 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5616 +
5617 +// 19.1.3.19 Object.setPrototypeOf(O, proto)
5618 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5619 +$export($export.S, 'Object', { setPrototypeOf: __webpack_require__(/*! ./_set-proto */ "../node_modules/core-js/library/modules/_set-proto.js").set });
5620 +
5621 +
5622 +/***/ }),
5623 +
5624 +/***/ "../node_modules/core-js/library/modules/es6.object.to-string.js":
5625 +/*!***********************************************************************!*\
5626 + !*** ../node_modules/core-js/library/modules/es6.object.to-string.js ***!
5627 + \***********************************************************************/
5628 +/***/ (() => {
5629 +
5630 +
5631 +
5632 +/***/ }),
5633 +
5634 +/***/ "../node_modules/core-js/library/modules/es6.reflect.construct.js":
5635 +/*!************************************************************************!*\
5636 + !*** ../node_modules/core-js/library/modules/es6.reflect.construct.js ***!
5637 + \************************************************************************/
5638 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5639 +
5640 +// 26.1.2 Reflect.construct(target, argumentsList [, newTarget])
5641 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5642 +var create = __webpack_require__(/*! ./_object-create */ "../node_modules/core-js/library/modules/_object-create.js");
5643 +var aFunction = __webpack_require__(/*! ./_a-function */ "../node_modules/core-js/library/modules/_a-function.js");
5644 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
5645 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
5646 +var fails = __webpack_require__(/*! ./_fails */ "../node_modules/core-js/library/modules/_fails.js");
5647 +var bind = __webpack_require__(/*! ./_bind */ "../node_modules/core-js/library/modules/_bind.js");
5648 +var rConstruct = (__webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js").Reflect || {}).construct;
5649 +
5650 +// MS Edge supports only 2 arguments and argumentsList argument is optional
5651 +// FF Nightly sets third argument as `new.target`, but does not create `this` from it
5652 +var NEW_TARGET_BUG = fails(function () {
5653 + function F() { /* empty */ }
5654 + return !(rConstruct(function () { /* empty */ }, [], F) instanceof F);
5655 +});
5656 +var ARGS_BUG = !fails(function () {
5657 + rConstruct(function () { /* empty */ });
5658 +});
5659 +
5660 +$export($export.S + $export.F * (NEW_TARGET_BUG || ARGS_BUG), 'Reflect', {
5661 + construct: function construct(Target, args /* , newTarget */) {
5662 + aFunction(Target);
5663 + anObject(args);
5664 + var newTarget = arguments.length < 3 ? Target : aFunction(arguments[2]);
5665 + if (ARGS_BUG && !NEW_TARGET_BUG) return rConstruct(Target, args, newTarget);
5666 + if (Target == newTarget) {
5667 + // w/o altered newTarget, optimization for 0-4 arguments
5668 + switch (args.length) {
5669 + case 0: return new Target();
5670 + case 1: return new Target(args[0]);
5671 + case 2: return new Target(args[0], args[1]);
5672 + case 3: return new Target(args[0], args[1], args[2]);
5673 + case 4: return new Target(args[0], args[1], args[2], args[3]);
5674 + }
5675 + // w/o altered newTarget, lot of arguments case
5676 + var $args = [null];
5677 + $args.push.apply($args, args);
5678 + return new (bind.apply(Target, $args))();
5679 + }
5680 + // with altered newTarget, not support built-in constructors
5681 + var proto = newTarget.prototype;
5682 + var instance = create(isObject(proto) ? proto : Object.prototype);
5683 + var result = Function.apply.call(Target, instance, args);
5684 + return isObject(result) ? result : instance;
5685 + }
5686 +});
5687 +
5688 +
5689 +/***/ }),
5690 +
5691 +/***/ "../node_modules/core-js/library/modules/es6.reflect.get.js":
5692 +/*!******************************************************************!*\
5693 + !*** ../node_modules/core-js/library/modules/es6.reflect.get.js ***!
5694 + \******************************************************************/
5695 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5696 +
5697 +// 26.1.6 Reflect.get(target, propertyKey [, receiver])
5698 +var gOPD = __webpack_require__(/*! ./_object-gopd */ "../node_modules/core-js/library/modules/_object-gopd.js");
5699 +var getPrototypeOf = __webpack_require__(/*! ./_object-gpo */ "../node_modules/core-js/library/modules/_object-gpo.js");
5700 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/library/modules/_has.js");
5701 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5702 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
5703 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
5704 +
5705 +function get(target, propertyKey /* , receiver */) {
5706 + var receiver = arguments.length < 3 ? target : arguments[2];
5707 + var desc, proto;
5708 + if (anObject(target) === receiver) return target[propertyKey];
5709 + if (desc = gOPD.f(target, propertyKey)) return has(desc, 'value')
5710 + ? desc.value
5711 + : desc.get !== undefined
5712 + ? desc.get.call(receiver)
5713 + : undefined;
5714 + if (isObject(proto = getPrototypeOf(target))) return get(proto, propertyKey, receiver);
5715 +}
5716 +
5717 +$export($export.S, 'Reflect', { get: get });
5718 +
5719 +
5720 +/***/ }),
5721 +
5722 +/***/ "../node_modules/core-js/library/modules/es6.string.iterator.js":
5723 +/*!**********************************************************************!*\
5724 + !*** ../node_modules/core-js/library/modules/es6.string.iterator.js ***!
5725 + \**********************************************************************/
5726 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5727 +
5728 +"use strict";
5729 +
5730 +var $at = __webpack_require__(/*! ./_string-at */ "../node_modules/core-js/library/modules/_string-at.js")(true);
5731 +
5732 +// 21.1.3.27 String.prototype[@@iterator]()
5733 +__webpack_require__(/*! ./_iter-define */ "../node_modules/core-js/library/modules/_iter-define.js")(String, 'String', function (iterated) {
5734 + this._t = String(iterated); // target
5735 + this._i = 0; // next index
5736 +// 21.1.5.2.1 %StringIteratorPrototype%.next()
5737 +}, function () {
5738 + var O = this._t;
5739 + var index = this._i;
5740 + var point;
5741 + if (index >= O.length) return { value: undefined, done: true };
5742 + point = $at(O, index);
5743 + this._i += point.length;
5744 + return { value: point, done: false };
5745 +});
5746 +
5747 +
5748 +/***/ }),
5749 +
5750 +/***/ "../node_modules/core-js/library/modules/es6.symbol.js":
5751 +/*!*************************************************************!*\
5752 + !*** ../node_modules/core-js/library/modules/es6.symbol.js ***!
5753 + \*************************************************************/
5754 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5755 +
5756 +"use strict";
5757 +
5758 +// ECMAScript 6 symbols shim
5759 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js");
5760 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/library/modules/_has.js");
5761 +var DESCRIPTORS = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js");
5762 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5763 +var redefine = __webpack_require__(/*! ./_redefine */ "../node_modules/core-js/library/modules/_redefine.js");
5764 +var META = __webpack_require__(/*! ./_meta */ "../node_modules/core-js/library/modules/_meta.js").KEY;
5765 +var $fails = __webpack_require__(/*! ./_fails */ "../node_modules/core-js/library/modules/_fails.js");
5766 +var shared = __webpack_require__(/*! ./_shared */ "../node_modules/core-js/library/modules/_shared.js");
5767 +var setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ "../node_modules/core-js/library/modules/_set-to-string-tag.js");
5768 +var uid = __webpack_require__(/*! ./_uid */ "../node_modules/core-js/library/modules/_uid.js");
5769 +var wks = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js");
5770 +var wksExt = __webpack_require__(/*! ./_wks-ext */ "../node_modules/core-js/library/modules/_wks-ext.js");
5771 +var wksDefine = __webpack_require__(/*! ./_wks-define */ "../node_modules/core-js/library/modules/_wks-define.js");
5772 +var enumKeys = __webpack_require__(/*! ./_enum-keys */ "../node_modules/core-js/library/modules/_enum-keys.js");
5773 +var isArray = __webpack_require__(/*! ./_is-array */ "../node_modules/core-js/library/modules/_is-array.js");
5774 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
5775 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
5776 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/library/modules/_to-object.js");
5777 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/library/modules/_to-iobject.js");
5778 +var toPrimitive = __webpack_require__(/*! ./_to-primitive */ "../node_modules/core-js/library/modules/_to-primitive.js");
5779 +var createDesc = __webpack_require__(/*! ./_property-desc */ "../node_modules/core-js/library/modules/_property-desc.js");
5780 +var _create = __webpack_require__(/*! ./_object-create */ "../node_modules/core-js/library/modules/_object-create.js");
5781 +var gOPNExt = __webpack_require__(/*! ./_object-gopn-ext */ "../node_modules/core-js/library/modules/_object-gopn-ext.js");
5782 +var $GOPD = __webpack_require__(/*! ./_object-gopd */ "../node_modules/core-js/library/modules/_object-gopd.js");
5783 +var $GOPS = __webpack_require__(/*! ./_object-gops */ "../node_modules/core-js/library/modules/_object-gops.js");
5784 +var $DP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js");
5785 +var $keys = __webpack_require__(/*! ./_object-keys */ "../node_modules/core-js/library/modules/_object-keys.js");
5786 +var gOPD = $GOPD.f;
5787 +var dP = $DP.f;
5788 +var gOPN = gOPNExt.f;
5789 +var $Symbol = global.Symbol;
5790 +var $JSON = global.JSON;
5791 +var _stringify = $JSON && $JSON.stringify;
5792 +var PROTOTYPE = 'prototype';
5793 +var HIDDEN = wks('_hidden');
5794 +var TO_PRIMITIVE = wks('toPrimitive');
5795 +var isEnum = {}.propertyIsEnumerable;
5796 +var SymbolRegistry = shared('symbol-registry');
5797 +var AllSymbols = shared('symbols');
5798 +var OPSymbols = shared('op-symbols');
5799 +var ObjectProto = Object[PROTOTYPE];
5800 +var USE_NATIVE = typeof $Symbol == 'function' && !!$GOPS.f;
5801 +var QObject = global.QObject;
5802 +// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173
5803 +var setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;
5804 +
5805 +// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687
5806 +var setSymbolDesc = DESCRIPTORS && $fails(function () {
5807 + return _create(dP({}, 'a', {
5808 + get: function () { return dP(this, 'a', { value: 7 }).a; }
5809 + })).a != 7;
5810 +}) ? function (it, key, D) {
5811 + var protoDesc = gOPD(ObjectProto, key);
5812 + if (protoDesc) delete ObjectProto[key];
5813 + dP(it, key, D);
5814 + if (protoDesc && it !== ObjectProto) dP(ObjectProto, key, protoDesc);
5815 +} : dP;
5816 +
5817 +var wrap = function (tag) {
5818 + var sym = AllSymbols[tag] = _create($Symbol[PROTOTYPE]);
5819 + sym._k = tag;
5820 + return sym;
5821 +};
5822 +
5823 +var isSymbol = USE_NATIVE && typeof $Symbol.iterator == 'symbol' ? function (it) {
5824 + return typeof it == 'symbol';
5825 +} : function (it) {
5826 + return it instanceof $Symbol;
5827 +};
5828 +
5829 +var $defineProperty = function defineProperty(it, key, D) {
5830 + if (it === ObjectProto) $defineProperty(OPSymbols, key, D);
5831 + anObject(it);
5832 + key = toPrimitive(key, true);
5833 + anObject(D);
5834 + if (has(AllSymbols, key)) {
5835 + if (!D.enumerable) {
5836 + if (!has(it, HIDDEN)) dP(it, HIDDEN, createDesc(1, {}));
5837 + it[HIDDEN][key] = true;
5838 + } else {
5839 + if (has(it, HIDDEN) && it[HIDDEN][key]) it[HIDDEN][key] = false;
5840 + D = _create(D, { enumerable: createDesc(0, false) });
5841 + } return setSymbolDesc(it, key, D);
5842 + } return dP(it, key, D);
5843 +};
5844 +var $defineProperties = function defineProperties(it, P) {
5845 + anObject(it);
5846 + var keys = enumKeys(P = toIObject(P));
5847 + var i = 0;
5848 + var l = keys.length;
5849 + var key;
5850 + while (l > i) $defineProperty(it, key = keys[i++], P[key]);
5851 + return it;
5852 +};
5853 +var $create = function create(it, P) {
5854 + return P === undefined ? _create(it) : $defineProperties(_create(it), P);
5855 +};
5856 +var $propertyIsEnumerable = function propertyIsEnumerable(key) {
5857 + var E = isEnum.call(this, key = toPrimitive(key, true));
5858 + if (this === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return false;
5859 + return E || !has(this, key) || !has(AllSymbols, key) || has(this, HIDDEN) && this[HIDDEN][key] ? E : true;
5860 +};
5861 +var $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(it, key) {
5862 + it = toIObject(it);
5863 + key = toPrimitive(key, true);
5864 + if (it === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return;
5865 + var D = gOPD(it, key);
5866 + if (D && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) D.enumerable = true;
5867 + return D;
5868 +};
5869 +var $getOwnPropertyNames = function getOwnPropertyNames(it) {
5870 + var names = gOPN(toIObject(it));
5871 + var result = [];
5872 + var i = 0;
5873 + var key;
5874 + while (names.length > i) {
5875 + if (!has(AllSymbols, key = names[i++]) && key != HIDDEN && key != META) result.push(key);
5876 + } return result;
5877 +};
5878 +var $getOwnPropertySymbols = function getOwnPropertySymbols(it) {
5879 + var IS_OP = it === ObjectProto;
5880 + var names = gOPN(IS_OP ? OPSymbols : toIObject(it));
5881 + var result = [];
5882 + var i = 0;
5883 + var key;
5884 + while (names.length > i) {
5885 + if (has(AllSymbols, key = names[i++]) && (IS_OP ? has(ObjectProto, key) : true)) result.push(AllSymbols[key]);
5886 + } return result;
5887 +};
5888 +
5889 +// 19.4.1.1 Symbol([description])
5890 +if (!USE_NATIVE) {
5891 + $Symbol = function Symbol() {
5892 + if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor!');
5893 + var tag = uid(arguments.length > 0 ? arguments[0] : undefined);
5894 + var $set = function (value) {
5895 + if (this === ObjectProto) $set.call(OPSymbols, value);
5896 + if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;
5897 + setSymbolDesc(this, tag, createDesc(1, value));
5898 + };
5899 + if (DESCRIPTORS && setter) setSymbolDesc(ObjectProto, tag, { configurable: true, set: $set });
5900 + return wrap(tag);
5901 + };
5902 + redefine($Symbol[PROTOTYPE], 'toString', function toString() {
5903 + return this._k;
5904 + });
5905 +
5906 + $GOPD.f = $getOwnPropertyDescriptor;
5907 + $DP.f = $defineProperty;
5908 + __webpack_require__(/*! ./_object-gopn */ "../node_modules/core-js/library/modules/_object-gopn.js").f = gOPNExt.f = $getOwnPropertyNames;
5909 + __webpack_require__(/*! ./_object-pie */ "../node_modules/core-js/library/modules/_object-pie.js").f = $propertyIsEnumerable;
5910 + $GOPS.f = $getOwnPropertySymbols;
5911 +
5912 + if (DESCRIPTORS && !__webpack_require__(/*! ./_library */ "../node_modules/core-js/library/modules/_library.js")) {
5913 + redefine(ObjectProto, 'propertyIsEnumerable', $propertyIsEnumerable, true);
5914 + }
5915 +
5916 + wksExt.f = function (name) {
5917 + return wrap(wks(name));
5918 + };
5919 +}
5920 +
5921 +$export($export.G + $export.W + $export.F * !USE_NATIVE, { Symbol: $Symbol });
5922 +
5923 +for (var es6Symbols = (
5924 + // 19.4.2.2, 19.4.2.3, 19.4.2.4, 19.4.2.6, 19.4.2.8, 19.4.2.9, 19.4.2.10, 19.4.2.11, 19.4.2.12, 19.4.2.13, 19.4.2.14
5925 + 'hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables'
5926 +).split(','), j = 0; es6Symbols.length > j;)wks(es6Symbols[j++]);
5927 +
5928 +for (var wellKnownSymbols = $keys(wks.store), k = 0; wellKnownSymbols.length > k;) wksDefine(wellKnownSymbols[k++]);
5929 +
5930 +$export($export.S + $export.F * !USE_NATIVE, 'Symbol', {
5931 + // 19.4.2.1 Symbol.for(key)
5932 + 'for': function (key) {
5933 + return has(SymbolRegistry, key += '')
5934 + ? SymbolRegistry[key]
5935 + : SymbolRegistry[key] = $Symbol(key);
5936 + },
5937 + // 19.4.2.5 Symbol.keyFor(sym)
5938 + keyFor: function keyFor(sym) {
5939 + if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol!');
5940 + for (var key in SymbolRegistry) if (SymbolRegistry[key] === sym) return key;
5941 + },
5942 + useSetter: function () { setter = true; },
5943 + useSimple: function () { setter = false; }
5944 +});
5945 +
5946 +$export($export.S + $export.F * !USE_NATIVE, 'Object', {
5947 + // 19.1.2.2 Object.create(O [, Properties])
5948 + create: $create,
5949 + // 19.1.2.4 Object.defineProperty(O, P, Attributes)
5950 + defineProperty: $defineProperty,
5951 + // 19.1.2.3 Object.defineProperties(O, Properties)
5952 + defineProperties: $defineProperties,
5953 + // 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)
5954 + getOwnPropertyDescriptor: $getOwnPropertyDescriptor,
5955 + // 19.1.2.7 Object.getOwnPropertyNames(O)
5956 + getOwnPropertyNames: $getOwnPropertyNames,
5957 + // 19.1.2.8 Object.getOwnPropertySymbols(O)
5958 + getOwnPropertySymbols: $getOwnPropertySymbols
5959 +});
5960 +
5961 +// Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives
5962 +// https://bugs.chromium.org/p/v8/issues/detail?id=3443
5963 +var FAILS_ON_PRIMITIVES = $fails(function () { $GOPS.f(1); });
5964 +
5965 +$export($export.S + $export.F * FAILS_ON_PRIMITIVES, 'Object', {
5966 + getOwnPropertySymbols: function getOwnPropertySymbols(it) {
5967 + return $GOPS.f(toObject(it));
5968 + }
5969 +});
5970 +
5971 +// 24.3.2 JSON.stringify(value [, replacer [, space]])
5972 +$JSON && $export($export.S + $export.F * (!USE_NATIVE || $fails(function () {
5973 + var S = $Symbol();
5974 + // MS Edge converts symbol values to JSON as {}
5975 + // WebKit converts symbol values to JSON as null
5976 + // V8 throws on boxed symbols
5977 + return _stringify([S]) != '[null]' || _stringify({ a: S }) != '{}' || _stringify(Object(S)) != '{}';
5978 +})), 'JSON', {
5979 + stringify: function stringify(it) {
5980 + var args = [it];
5981 + var i = 1;
5982 + var replacer, $replacer;
5983 + while (arguments.length > i) args.push(arguments[i++]);
5984 + $replacer = replacer = args[1];
5985 + if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined
5986 + if (!isArray(replacer)) replacer = function (key, value) {
5987 + if (typeof $replacer == 'function') value = $replacer.call(this, key, value);
5988 + if (!isSymbol(value)) return value;
5989 + };
5990 + args[1] = replacer;
5991 + return _stringify.apply($JSON, args);
5992 + }
5993 +});
5994 +
5995 +// 19.4.3.4 Symbol.prototype[@@toPrimitive](hint)
5996 +$Symbol[PROTOTYPE][TO_PRIMITIVE] || __webpack_require__(/*! ./_hide */ "../node_modules/core-js/library/modules/_hide.js")($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);
5997 +// 19.4.3.5 Symbol.prototype[@@toStringTag]
5998 +setToStringTag($Symbol, 'Symbol');
5999 +// 20.2.1.9 Math[@@toStringTag]
6000 +setToStringTag(Math, 'Math', true);
6001 +// 24.3.3 JSON[@@toStringTag]
6002 +setToStringTag(global.JSON, 'JSON', true);
6003 +
6004 +
6005 +/***/ }),
6006 +
6007 +/***/ "../node_modules/core-js/library/modules/es7.map.from.js":
6008 +/*!***************************************************************!*\
6009 + !*** ../node_modules/core-js/library/modules/es7.map.from.js ***!
6010 + \***************************************************************/
6011 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
6012 +
6013 +// https://tc39.github.io/proposal-setmap-offrom/#sec-map.from
6014 +__webpack_require__(/*! ./_set-collection-from */ "../node_modules/core-js/library/modules/_set-collection-from.js")('Map');
6015 +
6016 +
6017 +/***/ }),
6018 +
6019 +/***/ "../node_modules/core-js/library/modules/es7.map.of.js":
6020 +/*!*************************************************************!*\
6021 + !*** ../node_modules/core-js/library/modules/es7.map.of.js ***!
6022 + \*************************************************************/
6023 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
6024 +
6025 +// https://tc39.github.io/proposal-setmap-offrom/#sec-map.of
6026 +__webpack_require__(/*! ./_set-collection-of */ "../node_modules/core-js/library/modules/_set-collection-of.js")('Map');
6027 +
6028 +
6029 +/***/ }),
6030 +
6031 +/***/ "../node_modules/core-js/library/modules/es7.map.to-json.js":
6032 +/*!******************************************************************!*\
6033 + !*** ../node_modules/core-js/library/modules/es7.map.to-json.js ***!
6034 + \******************************************************************/
6035 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
6036 +
6037 +// https://github.com/DavidBruant/Map-Set.prototype.toJSON
6038 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
6039 +
6040 +$export($export.P + $export.R, 'Map', { toJSON: __webpack_require__(/*! ./_collection-to-json */ "../node_modules/core-js/library/modules/_collection-to-json.js")('Map') });
6041 +
6042 +
6043 +/***/ }),
6044 +
6045 +/***/ "../node_modules/core-js/library/modules/es7.object.entries.js":
6046 +/*!*********************************************************************!*\
6047 + !*** ../node_modules/core-js/library/modules/es7.object.entries.js ***!
6048 + \*********************************************************************/
6049 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
6050 +
6051 +// https://github.com/tc39/proposal-object-values-entries
6052 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
6053 +var $entries = __webpack_require__(/*! ./_object-to-array */ "../node_modules/core-js/library/modules/_object-to-array.js")(true);
6054 +
6055 +$export($export.S, 'Object', {
6056 + entries: function entries(it) {
6057 + return $entries(it);
6058 + }
6059 +});
6060 +
6061 +
6062 +/***/ }),
6063 +
6064 +/***/ "../node_modules/core-js/library/modules/es7.object.values.js":
6065 +/*!********************************************************************!*\
6066 + !*** ../node_modules/core-js/library/modules/es7.object.values.js ***!
6067 + \********************************************************************/
6068 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
6069 +
6070 +// https://github.com/tc39/proposal-object-values-entries
6071 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
6072 +var $values = __webpack_require__(/*! ./_object-to-array */ "../node_modules/core-js/library/modules/_object-to-array.js")(false);
6073 +
6074 +$export($export.S, 'Object', {
6075 + values: function values(it) {
6076 + return $values(it);
6077 + }
6078 +});
6079 +
6080 +
6081 +/***/ }),
6082 +
6083 +/***/ "../node_modules/core-js/library/modules/es7.symbol.async-iterator.js":
6084 +/*!****************************************************************************!*\
6085 + !*** ../node_modules/core-js/library/modules/es7.symbol.async-iterator.js ***!
6086 + \****************************************************************************/
6087 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
6088 +
6089 +__webpack_require__(/*! ./_wks-define */ "../node_modules/core-js/library/modules/_wks-define.js")('asyncIterator');
6090 +
6091 +
6092 +/***/ }),
6093 +
6094 +/***/ "../node_modules/core-js/library/modules/es7.symbol.observable.js":
6095 +/*!************************************************************************!*\
6096 + !*** ../node_modules/core-js/library/modules/es7.symbol.observable.js ***!
6097 + \************************************************************************/
6098 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
6099 +
6100 +__webpack_require__(/*! ./_wks-define */ "../node_modules/core-js/library/modules/_wks-define.js")('observable');
6101 +
6102 +
6103 +/***/ }),
6104 +
6105 +/***/ "../node_modules/core-js/library/modules/web.dom.iterable.js":
6106 +/*!*******************************************************************!*\
6107 + !*** ../node_modules/core-js/library/modules/web.dom.iterable.js ***!
6108 + \*******************************************************************/
6109 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
6110 +
6111 +__webpack_require__(/*! ./es6.array.iterator */ "../node_modules/core-js/library/modules/es6.array.iterator.js");
6112 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js");
6113 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/library/modules/_hide.js");
6114 +var Iterators = __webpack_require__(/*! ./_iterators */ "../node_modules/core-js/library/modules/_iterators.js");
6115 +var TO_STRING_TAG = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('toStringTag');
6116 +
6117 +var DOMIterables = ('CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,' +
6118 + 'DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,' +
6119 + 'MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,' +
6120 + 'SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,' +
6121 + 'TextTrackList,TouchList').split(',');
6122 +
6123 +for (var i = 0; i < DOMIterables.length; i++) {
6124 + var NAME = DOMIterables[i];
6125 + var Collection = global[NAME];
6126 + var proto = Collection && Collection.prototype;
6127 + if (proto && !proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME);
6128 + Iterators[NAME] = Iterators.Array;
6129 +}
6130 +
6131 +
6132 +/***/ }),
6133 +
6134 +/***/ "../node_modules/core-js/modules/_a-function.js":
6135 +/*!******************************************************!*\
6136 + !*** ../node_modules/core-js/modules/_a-function.js ***!
6137 + \******************************************************/
6138 +/***/ ((module) => {
6139 +
6140 +module.exports = function (it) {
6141 + if (typeof it != 'function') throw TypeError(it + ' is not a function!');
6142 + return it;
6143 +};
6144 +
6145 +
6146 +/***/ }),
6147 +
6148 +/***/ "../node_modules/core-js/modules/_add-to-unscopables.js":
6149 +/*!**************************************************************!*\
6150 + !*** ../node_modules/core-js/modules/_add-to-unscopables.js ***!
6151 + \**************************************************************/
6152 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6153 +
6154 +// 22.1.3.31 Array.prototype[@@unscopables]
6155 +var UNSCOPABLES = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js")('unscopables');
6156 +var ArrayProto = Array.prototype;
6157 +if (ArrayProto[UNSCOPABLES] == undefined) __webpack_require__(/*! ./_hide */ "../node_modules/core-js/modules/_hide.js")(ArrayProto, UNSCOPABLES, {});
6158 +module.exports = function (key) {
6159 + ArrayProto[UNSCOPABLES][key] = true;
6160 +};
6161 +
6162 +
6163 +/***/ }),
6164 +
6165 +/***/ "../node_modules/core-js/modules/_advance-string-index.js":
6166 +/*!****************************************************************!*\
6167 + !*** ../node_modules/core-js/modules/_advance-string-index.js ***!
6168 + \****************************************************************/
6169 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6170 +
6171 +"use strict";
6172 +
6173 +var at = __webpack_require__(/*! ./_string-at */ "../node_modules/core-js/modules/_string-at.js")(true);
6174 +
6175 + // `AdvanceStringIndex` abstract operation
6176 +// https://tc39.github.io/ecma262/#sec-advancestringindex
6177 +module.exports = function (S, index, unicode) {
6178 + return index + (unicode ? at(S, index).length : 1);
6179 +};
6180 +
6181 +
6182 +/***/ }),
6183 +
6184 +/***/ "../node_modules/core-js/modules/_an-object.js":
6185 +/*!*****************************************************!*\
6186 + !*** ../node_modules/core-js/modules/_an-object.js ***!
6187 + \*****************************************************/
6188 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6189 +
6190 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/modules/_is-object.js");
6191 +module.exports = function (it) {
6192 + if (!isObject(it)) throw TypeError(it + ' is not an object!');
6193 + return it;
6194 +};
6195 +
6196 +
6197 +/***/ }),
6198 +
6199 +/***/ "../node_modules/core-js/modules/_array-includes.js":
6200 +/*!**********************************************************!*\
6201 + !*** ../node_modules/core-js/modules/_array-includes.js ***!
6202 + \**********************************************************/
6203 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6204 +
6205 +// false -> Array#indexOf
6206 +// true -> Array#includes
6207 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/modules/_to-iobject.js");
6208 +var toLength = __webpack_require__(/*! ./_to-length */ "../node_modules/core-js/modules/_to-length.js");
6209 +var toAbsoluteIndex = __webpack_require__(/*! ./_to-absolute-index */ "../node_modules/core-js/modules/_to-absolute-index.js");
6210 +module.exports = function (IS_INCLUDES) {
6211 + return function ($this, el, fromIndex) {
6212 + var O = toIObject($this);
6213 + var length = toLength(O.length);
6214 + var index = toAbsoluteIndex(fromIndex, length);
6215 + var value;
6216 + // Array#includes uses SameValueZero equality algorithm
6217 + // eslint-disable-next-line no-self-compare
6218 + if (IS_INCLUDES && el != el) while (length > index) {
6219 + value = O[index++];
6220 + // eslint-disable-next-line no-self-compare
6221 + if (value != value) return true;
6222 + // Array#indexOf ignores holes, Array#includes - not
6223 + } else for (;length > index; index++) if (IS_INCLUDES || index in O) {
6224 + if (O[index] === el) return IS_INCLUDES || index || 0;
6225 + } return !IS_INCLUDES && -1;
6226 + };
6227 +};
6228 +
6229 +
6230 +/***/ }),
6231 +
6232 +/***/ "../node_modules/core-js/modules/_array-methods.js":
6233 +/*!*********************************************************!*\
6234 + !*** ../node_modules/core-js/modules/_array-methods.js ***!
6235 + \*********************************************************/
6236 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6237 +
6238 +// 0 -> Array#forEach
6239 +// 1 -> Array#map
6240 +// 2 -> Array#filter
6241 +// 3 -> Array#some
6242 +// 4 -> Array#every
6243 +// 5 -> Array#find
6244 +// 6 -> Array#findIndex
6245 +var ctx = __webpack_require__(/*! ./_ctx */ "../node_modules/core-js/modules/_ctx.js");
6246 +var IObject = __webpack_require__(/*! ./_iobject */ "../node_modules/core-js/modules/_iobject.js");
6247 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/modules/_to-object.js");
6248 +var toLength = __webpack_require__(/*! ./_to-length */ "../node_modules/core-js/modules/_to-length.js");
6249 +var asc = __webpack_require__(/*! ./_array-species-create */ "../node_modules/core-js/modules/_array-species-create.js");
6250 +module.exports = function (TYPE, $create) {
6251 + var IS_MAP = TYPE == 1;
6252 + var IS_FILTER = TYPE == 2;
6253 + var IS_SOME = TYPE == 3;
6254 + var IS_EVERY = TYPE == 4;
6255 + var IS_FIND_INDEX = TYPE == 6;
6256 + var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
6257 + var create = $create || asc;
6258 + return function ($this, callbackfn, that) {
6259 + var O = toObject($this);
6260 + var self = IObject(O);
6261 + var f = ctx(callbackfn, that, 3);
6262 + var length = toLength(self.length);
6263 + var index = 0;
6264 + var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
6265 + var val, res;
6266 + for (;length > index; index++) if (NO_HOLES || index in self) {
6267 + val = self[index];
6268 + res = f(val, index, O);
6269 + if (TYPE) {
6270 + if (IS_MAP) result[index] = res; // map
6271 + else if (res) switch (TYPE) {
6272 + case 3: return true; // some
6273 + case 5: return val; // find
6274 + case 6: return index; // findIndex
6275 + case 2: result.push(val); // filter
6276 + } else if (IS_EVERY) return false; // every
6277 + }
6278 + }
6279 + return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : result;
6280 + };
6281 +};
6282 +
6283 +
6284 +/***/ }),
6285 +
6286 +/***/ "../node_modules/core-js/modules/_array-species-constructor.js":
6287 +/*!*********************************************************************!*\
6288 + !*** ../node_modules/core-js/modules/_array-species-constructor.js ***!
6289 + \*********************************************************************/
6290 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6291 +
6292 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/modules/_is-object.js");
6293 +var isArray = __webpack_require__(/*! ./_is-array */ "../node_modules/core-js/modules/_is-array.js");
6294 +var SPECIES = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js")('species');
6295 +
6296 +module.exports = function (original) {
6297 + var C;
6298 + if (isArray(original)) {
6299 + C = original.constructor;
6300 + // cross-realm fallback
6301 + if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
6302 + if (isObject(C)) {
6303 + C = C[SPECIES];
6304 + if (C === null) C = undefined;
6305 + }
6306 + } return C === undefined ? Array : C;
6307 +};
6308 +
6309 +
6310 +/***/ }),
6311 +
6312 +/***/ "../node_modules/core-js/modules/_array-species-create.js":
6313 +/*!****************************************************************!*\
6314 + !*** ../node_modules/core-js/modules/_array-species-create.js ***!
6315 + \****************************************************************/
6316 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6317 +
6318 +// 9.4.2.3 ArraySpeciesCreate(originalArray, length)
6319 +var speciesConstructor = __webpack_require__(/*! ./_array-species-constructor */ "../node_modules/core-js/modules/_array-species-constructor.js");
6320 +
6321 +module.exports = function (original, length) {
6322 + return new (speciesConstructor(original))(length);
6323 +};
6324 +
6325 +
6326 +/***/ }),
6327 +
6328 +/***/ "../node_modules/core-js/modules/_classof.js":
6329 +/*!***************************************************!*\
6330 + !*** ../node_modules/core-js/modules/_classof.js ***!
6331 + \***************************************************/
6332 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6333 +
6334 +// getting tag from 19.1.3.6 Object.prototype.toString()
6335 +var cof = __webpack_require__(/*! ./_cof */ "../node_modules/core-js/modules/_cof.js");
6336 +var TAG = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js")('toStringTag');
6337 +// ES3 wrong here
6338 +var ARG = cof(function () { return arguments; }()) == 'Arguments';
6339 +
6340 +// fallback for IE11 Script Access Denied error
6341 +var tryGet = function (it, key) {
6342 + try {
6343 + return it[key];
6344 + } catch (e) { /* empty */ }
6345 +};
6346 +
6347 +module.exports = function (it) {
6348 + var O, T, B;
6349 + return it === undefined ? 'Undefined' : it === null ? 'Null'
6350 + // @@toStringTag case
6351 + : typeof (T = tryGet(O = Object(it), TAG)) == 'string' ? T
6352 + // builtinTag case
6353 + : ARG ? cof(O)
6354 + // ES3 arguments fallback
6355 + : (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;
6356 +};
6357 +
6358 +
6359 +/***/ }),
6360 +
6361 +/***/ "../node_modules/core-js/modules/_cof.js":
6362 +/*!***********************************************!*\
6363 + !*** ../node_modules/core-js/modules/_cof.js ***!
6364 + \***********************************************/
6365 +/***/ ((module) => {
6366 +
6367 +var toString = {}.toString;
6368 +
6369 +module.exports = function (it) {
6370 + return toString.call(it).slice(8, -1);
6371 +};
6372 +
6373 +
6374 +/***/ }),
6375 +
6376 +/***/ "../node_modules/core-js/modules/_core.js":
6377 +/*!************************************************!*\
6378 + !*** ../node_modules/core-js/modules/_core.js ***!
6379 + \************************************************/
6380 +/***/ ((module) => {
6381 +
6382 +var core = module.exports = { version: '2.6.12' };
6383 +if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
6384 +
6385 +
6386 +/***/ }),
6387 +
6388 +/***/ "../node_modules/core-js/modules/_ctx.js":
6389 +/*!***********************************************!*\
6390 + !*** ../node_modules/core-js/modules/_ctx.js ***!
6391 + \***********************************************/
6392 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6393 +
6394 +// optional / simple context binding
6395 +var aFunction = __webpack_require__(/*! ./_a-function */ "../node_modules/core-js/modules/_a-function.js");
6396 +module.exports = function (fn, that, length) {
6397 + aFunction(fn);
6398 + if (that === undefined) return fn;
6399 + switch (length) {
6400 + case 1: return function (a) {
6401 + return fn.call(that, a);
6402 + };
6403 + case 2: return function (a, b) {
6404 + return fn.call(that, a, b);
6405 + };
6406 + case 3: return function (a, b, c) {
6407 + return fn.call(that, a, b, c);
6408 + };
6409 + }
6410 + return function (/* ...args */) {
6411 + return fn.apply(that, arguments);
6412 + };
6413 +};
6414 +
6415 +
6416 +/***/ }),
6417 +
6418 +/***/ "../node_modules/core-js/modules/_defined.js":
6419 +/*!***************************************************!*\
6420 + !*** ../node_modules/core-js/modules/_defined.js ***!
6421 + \***************************************************/
6422 +/***/ ((module) => {
6423 +
6424 +// 7.2.1 RequireObjectCoercible(argument)
6425 +module.exports = function (it) {
6426 + if (it == undefined) throw TypeError("Can't call method on " + it);
6427 + return it;
6428 +};
6429 +
6430 +
6431 +/***/ }),
6432 +
6433 +/***/ "../node_modules/core-js/modules/_descriptors.js":
6434 +/*!*******************************************************!*\
6435 + !*** ../node_modules/core-js/modules/_descriptors.js ***!
6436 + \*******************************************************/
6437 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6438 +
6439 +// Thank's IE8 for his funny defineProperty
6440 +module.exports = !__webpack_require__(/*! ./_fails */ "../node_modules/core-js/modules/_fails.js")(function () {
6441 + return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
6442 +});
6443 +
6444 +
6445 +/***/ }),
6446 +
6447 +/***/ "../node_modules/core-js/modules/_dom-create.js":
6448 +/*!******************************************************!*\
6449 + !*** ../node_modules/core-js/modules/_dom-create.js ***!
6450 + \******************************************************/
6451 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6452 +
6453 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/modules/_is-object.js");
6454 +var document = __webpack_require__(/*! ./_global */ "../node_modules/core-js/modules/_global.js").document;
6455 +// typeof document.createElement is 'object' in old IE
6456 +var is = isObject(document) && isObject(document.createElement);
6457 +module.exports = function (it) {
6458 + return is ? document.createElement(it) : {};
6459 +};
6460 +
6461 +
6462 +/***/ }),
6463 +
6464 +/***/ "../node_modules/core-js/modules/_enum-bug-keys.js":
6465 +/*!*********************************************************!*\
6466 + !*** ../node_modules/core-js/modules/_enum-bug-keys.js ***!
6467 + \*********************************************************/
6468 +/***/ ((module) => {
6469 +
6470 +// IE 8- don't enum bug keys
6471 +module.exports = (
6472 + 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'
6473 +).split(',');
6474 +
6475 +
6476 +/***/ }),
6477 +
6478 +/***/ "../node_modules/core-js/modules/_export.js":
6479 +/*!**************************************************!*\
6480 + !*** ../node_modules/core-js/modules/_export.js ***!
6481 + \**************************************************/
6482 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6483 +
6484 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/modules/_global.js");
6485 +var core = __webpack_require__(/*! ./_core */ "../node_modules/core-js/modules/_core.js");
6486 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/modules/_hide.js");
6487 +var redefine = __webpack_require__(/*! ./_redefine */ "../node_modules/core-js/modules/_redefine.js");
6488 +var ctx = __webpack_require__(/*! ./_ctx */ "../node_modules/core-js/modules/_ctx.js");
6489 +var PROTOTYPE = 'prototype';
6490 +
6491 +var $export = function (type, name, source) {
6492 + var IS_FORCED = type & $export.F;
6493 + var IS_GLOBAL = type & $export.G;
6494 + var IS_STATIC = type & $export.S;
6495 + var IS_PROTO = type & $export.P;
6496 + var IS_BIND = type & $export.B;
6497 + var target = IS_GLOBAL ? global : IS_STATIC ? global[name] || (global[name] = {}) : (global[name] || {})[PROTOTYPE];
6498 + var exports = IS_GLOBAL ? core : core[name] || (core[name] = {});
6499 + var expProto = exports[PROTOTYPE] || (exports[PROTOTYPE] = {});
6500 + var key, own, out, exp;
6501 + if (IS_GLOBAL) source = name;
6502 + for (key in source) {
6503 + // contains in native
6504 + own = !IS_FORCED && target && target[key] !== undefined;
6505 + // export native or passed
6506 + out = (own ? target : source)[key];
6507 + // bind timers to global for call from export context
6508 + exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out;
6509 + // extend global
6510 + if (target) redefine(target, key, out, type & $export.U);
6511 + // export
6512 + if (exports[key] != out) hide(exports, key, exp);
6513 + if (IS_PROTO && expProto[key] != out) expProto[key] = out;
6514 + }
6515 +};
6516 +global.core = core;
6517 +// type bitmap
6518 +$export.F = 1; // forced
6519 +$export.G = 2; // global
6520 +$export.S = 4; // static
6521 +$export.P = 8; // proto
6522 +$export.B = 16; // bind
6523 +$export.W = 32; // wrap
6524 +$export.U = 64; // safe
6525 +$export.R = 128; // real proto method for `library`
6526 +module.exports = $export;
6527 +
6528 +
6529 +/***/ }),
6530 +
6531 +/***/ "../node_modules/core-js/modules/_fails-is-regexp.js":
6532 +/*!***********************************************************!*\
6533 + !*** ../node_modules/core-js/modules/_fails-is-regexp.js ***!
6534 + \***********************************************************/
6535 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6536 +
6537 +var MATCH = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js")('match');
6538 +module.exports = function (KEY) {
6539 + var re = /./;
6540 + try {
6541 + '/./'[KEY](re);
6542 + } catch (e) {
6543 + try {
6544 + re[MATCH] = false;
6545 + return !'/./'[KEY](re);
6546 + } catch (f) { /* empty */ }
6547 + } return true;
6548 +};
6549 +
6550 +
6551 +/***/ }),
6552 +
6553 +/***/ "../node_modules/core-js/modules/_fails.js":
6554 +/*!*************************************************!*\
6555 + !*** ../node_modules/core-js/modules/_fails.js ***!
6556 + \*************************************************/
6557 +/***/ ((module) => {
6558 +
6559 +module.exports = function (exec) {
6560 + try {
6561 + return !!exec();
6562 + } catch (e) {
6563 + return true;
6564 + }
6565 +};
6566 +
6567 +
6568 +/***/ }),
6569 +
6570 +/***/ "../node_modules/core-js/modules/_fix-re-wks.js":
6571 +/*!******************************************************!*\
6572 + !*** ../node_modules/core-js/modules/_fix-re-wks.js ***!
6573 + \******************************************************/
6574 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6575 +
6576 +"use strict";
6577 +
6578 +__webpack_require__(/*! ./es6.regexp.exec */ "../node_modules/core-js/modules/es6.regexp.exec.js");
6579 +var redefine = __webpack_require__(/*! ./_redefine */ "../node_modules/core-js/modules/_redefine.js");
6580 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/modules/_hide.js");
6581 +var fails = __webpack_require__(/*! ./_fails */ "../node_modules/core-js/modules/_fails.js");
6582 +var defined = __webpack_require__(/*! ./_defined */ "../node_modules/core-js/modules/_defined.js");
6583 +var wks = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js");
6584 +var regexpExec = __webpack_require__(/*! ./_regexp-exec */ "../node_modules/core-js/modules/_regexp-exec.js");
6585 +
6586 +var SPECIES = wks('species');
6587 +
6588 +var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
6589 + // #replace needs built-in support for named groups.
6590 + // #match works fine because it just return the exec results, even if it has
6591 + // a "grops" property.
6592 + var re = /./;
6593 + re.exec = function () {
6594 + var result = [];
6595 + result.groups = { a: '7' };
6596 + return result;
6597 + };
6598 + return ''.replace(re, '$<a>') !== '7';
6599 +});
6600 +
6601 +var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = (function () {
6602 + // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
6603 + var re = /(?:)/;
6604 + var originalExec = re.exec;
6605 + re.exec = function () { return originalExec.apply(this, arguments); };
6606 + var result = 'ab'.split(re);
6607 + return result.length === 2 && result[0] === 'a' && result[1] === 'b';
6608 +})();
6609 +
6610 +module.exports = function (KEY, length, exec) {
6611 + var SYMBOL = wks(KEY);
6612 +
6613 + var DELEGATES_TO_SYMBOL = !fails(function () {
6614 + // String methods call symbol-named RegEp methods
6615 + var O = {};
6616 + O[SYMBOL] = function () { return 7; };
6617 + return ''[KEY](O) != 7;
6618 + });
6619 +
6620 + var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL ? !fails(function () {
6621 + // Symbol-named RegExp methods call .exec
6622 + var execCalled = false;
6623 + var re = /a/;
6624 + re.exec = function () { execCalled = true; return null; };
6625 + if (KEY === 'split') {
6626 + // RegExp[@@split] doesn't call the regex's exec method, but first creates
6627 + // a new one. We need to return the patched regex when creating the new one.
6628 + re.constructor = {};
6629 + re.constructor[SPECIES] = function () { return re; };
6630 + }
6631 + re[SYMBOL]('');
6632 + return !execCalled;
6633 + }) : undefined;
6634 +
6635 + if (
6636 + !DELEGATES_TO_SYMBOL ||
6637 + !DELEGATES_TO_EXEC ||
6638 + (KEY === 'replace' && !REPLACE_SUPPORTS_NAMED_GROUPS) ||
6639 + (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)
6640 + ) {
6641 + var nativeRegExpMethod = /./[SYMBOL];
6642 + var fns = exec(
6643 + defined,
6644 + SYMBOL,
6645 + ''[KEY],
6646 + function maybeCallNative(nativeMethod, regexp, str, arg2, forceStringMethod) {
6647 + if (regexp.exec === regexpExec) {
6648 + if (DELEGATES_TO_SYMBOL && !forceStringMethod) {
6649 + // The native String method already delegates to @@method (this
6650 + // polyfilled function), leasing to infinite recursion.
6651 + // We avoid it by directly calling the native @@method method.
6652 + return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };
6653 + }
6654 + return { done: true, value: nativeMethod.call(str, regexp, arg2) };
6655 + }
6656 + return { done: false };
6657 + }
6658 + );
6659 + var strfn = fns[0];
6660 + var rxfn = fns[1];
6661 +
6662 + redefine(String.prototype, KEY, strfn);
6663 + hide(RegExp.prototype, SYMBOL, length == 2
6664 + // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)
6665 + // 21.2.5.11 RegExp.prototype[@@split](string, limit)
6666 + ? function (string, arg) { return rxfn.call(string, this, arg); }
6667 + // 21.2.5.6 RegExp.prototype[@@match](string)
6668 + // 21.2.5.9 RegExp.prototype[@@search](string)
6669 + : function (string) { return rxfn.call(string, this); }
6670 + );
6671 + }
6672 +};
6673 +
6674 +
6675 +/***/ }),
6676 +
6677 +/***/ "../node_modules/core-js/modules/_flags.js":
6678 +/*!*************************************************!*\
6679 + !*** ../node_modules/core-js/modules/_flags.js ***!
6680 + \*************************************************/
6681 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6682 +
6683 +"use strict";
6684 +
6685 +// 21.2.5.3 get RegExp.prototype.flags
6686 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/modules/_an-object.js");
6687 +module.exports = function () {
6688 + var that = anObject(this);
6689 + var result = '';
6690 + if (that.global) result += 'g';
6691 + if (that.ignoreCase) result += 'i';
6692 + if (that.multiline) result += 'm';
6693 + if (that.unicode) result += 'u';
6694 + if (that.sticky) result += 'y';
6695 + return result;
6696 +};
6697 +
6698 +
6699 +/***/ }),
6700 +
6701 +/***/ "../node_modules/core-js/modules/_function-to-string.js":
6702 +/*!**************************************************************!*\
6703 + !*** ../node_modules/core-js/modules/_function-to-string.js ***!
6704 + \**************************************************************/
6705 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6706 +
6707 +module.exports = __webpack_require__(/*! ./_shared */ "../node_modules/core-js/modules/_shared.js")('native-function-to-string', Function.toString);
6708 +
6709 +
6710 +/***/ }),
6711 +
6712 +/***/ "../node_modules/core-js/modules/_global.js":
6713 +/*!**************************************************!*\
6714 + !*** ../node_modules/core-js/modules/_global.js ***!
6715 + \**************************************************/
6716 +/***/ ((module) => {
6717 +
6718 +// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
6719 +var global = module.exports = typeof window != 'undefined' && window.Math == Math
6720 + ? window : typeof self != 'undefined' && self.Math == Math ? self
6721 + // eslint-disable-next-line no-new-func
6722 + : Function('return this')();
6723 +if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef
6724 +
6725 +
6726 +/***/ }),
6727 +
6728 +/***/ "../node_modules/core-js/modules/_has.js":
6729 +/*!***********************************************!*\
6730 + !*** ../node_modules/core-js/modules/_has.js ***!
6731 + \***********************************************/
6732 +/***/ ((module) => {
6733 +
6734 +var hasOwnProperty = {}.hasOwnProperty;
6735 +module.exports = function (it, key) {
6736 + return hasOwnProperty.call(it, key);
6737 +};
6738 +
6739 +
6740 +/***/ }),
6741 +
6742 +/***/ "../node_modules/core-js/modules/_hide.js":
6743 +/*!************************************************!*\
6744 + !*** ../node_modules/core-js/modules/_hide.js ***!
6745 + \************************************************/
6746 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6747 +
6748 +var dP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/modules/_object-dp.js");
6749 +var createDesc = __webpack_require__(/*! ./_property-desc */ "../node_modules/core-js/modules/_property-desc.js");
6750 +module.exports = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/modules/_descriptors.js") ? function (object, key, value) {
6751 + return dP.f(object, key, createDesc(1, value));
6752 +} : function (object, key, value) {
6753 + object[key] = value;
6754 + return object;
6755 +};
6756 +
6757 +
6758 +/***/ }),
6759 +
6760 +/***/ "../node_modules/core-js/modules/_html.js":
6761 +/*!************************************************!*\
6762 + !*** ../node_modules/core-js/modules/_html.js ***!
6763 + \************************************************/
6764 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6765 +
6766 +var document = __webpack_require__(/*! ./_global */ "../node_modules/core-js/modules/_global.js").document;
6767 +module.exports = document && document.documentElement;
6768 +
6769 +
6770 +/***/ }),
6771 +
6772 +/***/ "../node_modules/core-js/modules/_ie8-dom-define.js":
6773 +/*!**********************************************************!*\
6774 + !*** ../node_modules/core-js/modules/_ie8-dom-define.js ***!
6775 + \**********************************************************/
6776 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6777 +
6778 +module.exports = !__webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/modules/_descriptors.js") && !__webpack_require__(/*! ./_fails */ "../node_modules/core-js/modules/_fails.js")(function () {
6779 + return Object.defineProperty(__webpack_require__(/*! ./_dom-create */ "../node_modules/core-js/modules/_dom-create.js")('div'), 'a', { get: function () { return 7; } }).a != 7;
6780 +});
6781 +
6782 +
6783 +/***/ }),
6784 +
6785 +/***/ "../node_modules/core-js/modules/_iobject.js":
6786 +/*!***************************************************!*\
6787 + !*** ../node_modules/core-js/modules/_iobject.js ***!
6788 + \***************************************************/
6789 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6790 +
6791 +// fallback for non-array-like ES3 and non-enumerable old V8 strings
6792 +var cof = __webpack_require__(/*! ./_cof */ "../node_modules/core-js/modules/_cof.js");
6793 +// eslint-disable-next-line no-prototype-builtins
6794 +module.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
6795 + return cof(it) == 'String' ? it.split('') : Object(it);
6796 +};
6797 +
6798 +
6799 +/***/ }),
6800 +
6801 +/***/ "../node_modules/core-js/modules/_is-array.js":
6802 +/*!****************************************************!*\
6803 + !*** ../node_modules/core-js/modules/_is-array.js ***!
6804 + \****************************************************/
6805 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6806 +
6807 +// 7.2.2 IsArray(argument)
6808 +var cof = __webpack_require__(/*! ./_cof */ "../node_modules/core-js/modules/_cof.js");
6809 +module.exports = Array.isArray || function isArray(arg) {
6810 + return cof(arg) == 'Array';
6811 +};
6812 +
6813 +
6814 +/***/ }),
6815 +
6816 +/***/ "../node_modules/core-js/modules/_is-object.js":
6817 +/*!*****************************************************!*\
6818 + !*** ../node_modules/core-js/modules/_is-object.js ***!
6819 + \*****************************************************/
6820 +/***/ ((module) => {
6821 +
6822 +module.exports = function (it) {
6823 + return typeof it === 'object' ? it !== null : typeof it === 'function';
6824 +};
6825 +
6826 +
6827 +/***/ }),
6828 +
6829 +/***/ "../node_modules/core-js/modules/_is-regexp.js":
6830 +/*!*****************************************************!*\
6831 + !*** ../node_modules/core-js/modules/_is-regexp.js ***!
6832 + \*****************************************************/
6833 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6834 +
6835 +// 7.2.8 IsRegExp(argument)
6836 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/modules/_is-object.js");
6837 +var cof = __webpack_require__(/*! ./_cof */ "../node_modules/core-js/modules/_cof.js");
6838 +var MATCH = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js")('match');
6839 +module.exports = function (it) {
6840 + var isRegExp;
6841 + return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');
6842 +};
6843 +
6844 +
6845 +/***/ }),
6846 +
6847 +/***/ "../node_modules/core-js/modules/_iter-create.js":
6848 +/*!*******************************************************!*\
6849 + !*** ../node_modules/core-js/modules/_iter-create.js ***!
6850 + \*******************************************************/
6851 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6852 +
6853 +"use strict";
6854 +
6855 +var create = __webpack_require__(/*! ./_object-create */ "../node_modules/core-js/modules/_object-create.js");
6856 +var descriptor = __webpack_require__(/*! ./_property-desc */ "../node_modules/core-js/modules/_property-desc.js");
6857 +var setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ "../node_modules/core-js/modules/_set-to-string-tag.js");
6858 +var IteratorPrototype = {};
6859 +
6860 +// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()
6861 +__webpack_require__(/*! ./_hide */ "../node_modules/core-js/modules/_hide.js")(IteratorPrototype, __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js")('iterator'), function () { return this; });
6862 +
6863 +module.exports = function (Constructor, NAME, next) {
6864 + Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });
6865 + setToStringTag(Constructor, NAME + ' Iterator');
6866 +};
6867 +
6868 +
6869 +/***/ }),
6870 +
6871 +/***/ "../node_modules/core-js/modules/_iter-define.js":
6872 +/*!*******************************************************!*\
6873 + !*** ../node_modules/core-js/modules/_iter-define.js ***!
6874 + \*******************************************************/
6875 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6876 +
6877 +"use strict";
6878 +
6879 +var LIBRARY = __webpack_require__(/*! ./_library */ "../node_modules/core-js/modules/_library.js");
6880 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/modules/_export.js");
6881 +var redefine = __webpack_require__(/*! ./_redefine */ "../node_modules/core-js/modules/_redefine.js");
6882 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/modules/_hide.js");
6883 +var Iterators = __webpack_require__(/*! ./_iterators */ "../node_modules/core-js/modules/_iterators.js");
6884 +var $iterCreate = __webpack_require__(/*! ./_iter-create */ "../node_modules/core-js/modules/_iter-create.js");
6885 +var setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ "../node_modules/core-js/modules/_set-to-string-tag.js");
6886 +var getPrototypeOf = __webpack_require__(/*! ./_object-gpo */ "../node_modules/core-js/modules/_object-gpo.js");
6887 +var ITERATOR = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js")('iterator');
6888 +var BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next`
6889 +var FF_ITERATOR = '@@iterator';
6890 +var KEYS = 'keys';
6891 +var VALUES = 'values';
6892 +
6893 +var returnThis = function () { return this; };
6894 +
6895 +module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {
6896 + $iterCreate(Constructor, NAME, next);
6897 + var getMethod = function (kind) {
6898 + if (!BUGGY && kind in proto) return proto[kind];
6899 + switch (kind) {
6900 + case KEYS: return function keys() { return new Constructor(this, kind); };
6901 + case VALUES: return function values() { return new Constructor(this, kind); };
6902 + } return function entries() { return new Constructor(this, kind); };
6903 + };
6904 + var TAG = NAME + ' Iterator';
6905 + var DEF_VALUES = DEFAULT == VALUES;
6906 + var VALUES_BUG = false;
6907 + var proto = Base.prototype;
6908 + var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT];
6909 + var $default = $native || getMethod(DEFAULT);
6910 + var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined;
6911 + var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;
6912 + var methods, key, IteratorPrototype;
6913 + // Fix native
6914 + if ($anyNative) {
6915 + IteratorPrototype = getPrototypeOf($anyNative.call(new Base()));
6916 + if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) {
6917 + // Set @@toStringTag to native iterators
6918 + setToStringTag(IteratorPrototype, TAG, true);
6919 + // fix for some old engines
6920 + if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR, returnThis);
6921 + }
6922 + }
6923 + // fix Array#{values, @@iterator}.name in V8 / FF
6924 + if (DEF_VALUES && $native && $native.name !== VALUES) {
6925 + VALUES_BUG = true;
6926 + $default = function values() { return $native.call(this); };
6927 + }
6928 + // Define iterator
6929 + if ((!LIBRARY || FORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) {
6930 + hide(proto, ITERATOR, $default);
6931 + }
6932 + // Plug for library
6933 + Iterators[NAME] = $default;
6934 + Iterators[TAG] = returnThis;
6935 + if (DEFAULT) {
6936 + methods = {
6937 + values: DEF_VALUES ? $default : getMethod(VALUES),
6938 + keys: IS_SET ? $default : getMethod(KEYS),
6939 + entries: $entries
6940 + };
6941 + if (FORCED) for (key in methods) {
6942 + if (!(key in proto)) redefine(proto, key, methods[key]);
6943 + } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods);
6944 + }
6945 + return methods;
6946 +};
6947 +
6948 +
6949 +/***/ }),
6950 +
6951 +/***/ "../node_modules/core-js/modules/_iter-step.js":
6952 +/*!*****************************************************!*\
6953 + !*** ../node_modules/core-js/modules/_iter-step.js ***!
6954 + \*****************************************************/
6955 +/***/ ((module) => {
6956 +
6957 +module.exports = function (done, value) {
6958 + return { value: value, done: !!done };
6959 +};
6960 +
6961 +
6962 +/***/ }),
6963 +
6964 +/***/ "../node_modules/core-js/modules/_iterators.js":
6965 +/*!*****************************************************!*\
6966 + !*** ../node_modules/core-js/modules/_iterators.js ***!
6967 + \*****************************************************/
6968 +/***/ ((module) => {
6969 +
6970 +module.exports = {};
6971 +
6972 +
6973 +/***/ }),
6974 +
6975 +/***/ "../node_modules/core-js/modules/_library.js":
6976 +/*!***************************************************!*\
6977 + !*** ../node_modules/core-js/modules/_library.js ***!
6978 + \***************************************************/
6979 +/***/ ((module) => {
6980 +
6981 +module.exports = false;
6982 +
6983 +
6984 +/***/ }),
6985 +
6986 +/***/ "../node_modules/core-js/modules/_object-create.js":
6987 +/*!*********************************************************!*\
6988 + !*** ../node_modules/core-js/modules/_object-create.js ***!
6989 + \*********************************************************/
6990 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6991 +
6992 +// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
6993 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/modules/_an-object.js");
6994 +var dPs = __webpack_require__(/*! ./_object-dps */ "../node_modules/core-js/modules/_object-dps.js");
6995 +var enumBugKeys = __webpack_require__(/*! ./_enum-bug-keys */ "../node_modules/core-js/modules/_enum-bug-keys.js");
6996 +var IE_PROTO = __webpack_require__(/*! ./_shared-key */ "../node_modules/core-js/modules/_shared-key.js")('IE_PROTO');
6997 +var Empty = function () { /* empty */ };
6998 +var PROTOTYPE = 'prototype';
6999 +
7000 +// Create object with fake `null` prototype: use iframe Object with cleared prototype
7001 +var createDict = function () {
7002 + // Thrash, waste and sodomy: IE GC bug
7003 + var iframe = __webpack_require__(/*! ./_dom-create */ "../node_modules/core-js/modules/_dom-create.js")('iframe');
7004 + var i = enumBugKeys.length;
7005 + var lt = '<';
7006 + var gt = '>';
7007 + var iframeDocument;
7008 + iframe.style.display = 'none';
7009 + __webpack_require__(/*! ./_html */ "../node_modules/core-js/modules/_html.js").appendChild(iframe);
7010 + iframe.src = 'javascript:'; // eslint-disable-line no-script-url
7011 + // createDict = iframe.contentWindow.Object;
7012 + // html.removeChild(iframe);
7013 + iframeDocument = iframe.contentWindow.document;
7014 + iframeDocument.open();
7015 + iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
7016 + iframeDocument.close();
7017 + createDict = iframeDocument.F;
7018 + while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];
7019 + return createDict();
7020 +};
7021 +
7022 +module.exports = Object.create || function create(O, Properties) {
7023 + var result;
7024 + if (O !== null) {
7025 + Empty[PROTOTYPE] = anObject(O);
7026 + result = new Empty();
7027 + Empty[PROTOTYPE] = null;
7028 + // add "__proto__" for Object.getPrototypeOf polyfill
7029 + result[IE_PROTO] = O;
7030 + } else result = createDict();
7031 + return Properties === undefined ? result : dPs(result, Properties);
7032 +};
7033 +
7034 +
7035 +/***/ }),
7036 +
7037 +/***/ "../node_modules/core-js/modules/_object-dp.js":
7038 +/*!*****************************************************!*\
7039 + !*** ../node_modules/core-js/modules/_object-dp.js ***!
7040 + \*****************************************************/
7041 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
7042 +
7043 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/modules/_an-object.js");
7044 +var IE8_DOM_DEFINE = __webpack_require__(/*! ./_ie8-dom-define */ "../node_modules/core-js/modules/_ie8-dom-define.js");
7045 +var toPrimitive = __webpack_require__(/*! ./_to-primitive */ "../node_modules/core-js/modules/_to-primitive.js");
7046 +var dP = Object.defineProperty;
7047 +
7048 +exports.f = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/modules/_descriptors.js") ? Object.defineProperty : function defineProperty(O, P, Attributes) {
7049 + anObject(O);
7050 + P = toPrimitive(P, true);
7051 + anObject(Attributes);
7052 + if (IE8_DOM_DEFINE) try {
7053 + return dP(O, P, Attributes);
7054 + } catch (e) { /* empty */ }
7055 + if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
7056 + if ('value' in Attributes) O[P] = Attributes.value;
7057 + return O;
7058 +};
7059 +
7060 +
7061 +/***/ }),
7062 +
7063 +/***/ "../node_modules/core-js/modules/_object-dps.js":
7064 +/*!******************************************************!*\
7065 + !*** ../node_modules/core-js/modules/_object-dps.js ***!
7066 + \******************************************************/
7067 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7068 +
7069 +var dP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/modules/_object-dp.js");
7070 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/modules/_an-object.js");
7071 +var getKeys = __webpack_require__(/*! ./_object-keys */ "../node_modules/core-js/modules/_object-keys.js");
7072 +
7073 +module.exports = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/modules/_descriptors.js") ? Object.defineProperties : function defineProperties(O, Properties) {
7074 + anObject(O);
7075 + var keys = getKeys(Properties);
7076 + var length = keys.length;
7077 + var i = 0;
7078 + var P;
7079 + while (length > i) dP.f(O, P = keys[i++], Properties[P]);
7080 + return O;
7081 +};
7082 +
7083 +
7084 +/***/ }),
7085 +
7086 +/***/ "../node_modules/core-js/modules/_object-gpo.js":
7087 +/*!******************************************************!*\
7088 + !*** ../node_modules/core-js/modules/_object-gpo.js ***!
7089 + \******************************************************/
7090 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7091 +
7092 +// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
7093 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/modules/_has.js");
7094 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/modules/_to-object.js");
7095 +var IE_PROTO = __webpack_require__(/*! ./_shared-key */ "../node_modules/core-js/modules/_shared-key.js")('IE_PROTO');
7096 +var ObjectProto = Object.prototype;
7097 +
7098 +module.exports = Object.getPrototypeOf || function (O) {
7099 + O = toObject(O);
7100 + if (has(O, IE_PROTO)) return O[IE_PROTO];
7101 + if (typeof O.constructor == 'function' && O instanceof O.constructor) {
7102 + return O.constructor.prototype;
7103 + } return O instanceof Object ? ObjectProto : null;
7104 +};
7105 +
7106 +
7107 +/***/ }),
7108 +
7109 +/***/ "../node_modules/core-js/modules/_object-keys-internal.js":
7110 +/*!****************************************************************!*\
7111 + !*** ../node_modules/core-js/modules/_object-keys-internal.js ***!
7112 + \****************************************************************/
7113 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7114 +
7115 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/modules/_has.js");
7116 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/modules/_to-iobject.js");
7117 +var arrayIndexOf = __webpack_require__(/*! ./_array-includes */ "../node_modules/core-js/modules/_array-includes.js")(false);
7118 +var IE_PROTO = __webpack_require__(/*! ./_shared-key */ "../node_modules/core-js/modules/_shared-key.js")('IE_PROTO');
7119 +
7120 +module.exports = function (object, names) {
7121 + var O = toIObject(object);
7122 + var i = 0;
7123 + var result = [];
7124 + var key;
7125 + for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key);
7126 + // Don't enum bug & hidden keys
7127 + while (names.length > i) if (has(O, key = names[i++])) {
7128 + ~arrayIndexOf(result, key) || result.push(key);
7129 + }
7130 + return result;
7131 +};
7132 +
7133 +
7134 +/***/ }),
7135 +
7136 +/***/ "../node_modules/core-js/modules/_object-keys.js":
7137 +/*!*******************************************************!*\
7138 + !*** ../node_modules/core-js/modules/_object-keys.js ***!
7139 + \*******************************************************/
7140 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7141 +
7142 +// 19.1.2.14 / 15.2.3.14 Object.keys(O)
7143 +var $keys = __webpack_require__(/*! ./_object-keys-internal */ "../node_modules/core-js/modules/_object-keys-internal.js");
7144 +var enumBugKeys = __webpack_require__(/*! ./_enum-bug-keys */ "../node_modules/core-js/modules/_enum-bug-keys.js");
7145 +
7146 +module.exports = Object.keys || function keys(O) {
7147 + return $keys(O, enumBugKeys);
7148 +};
7149 +
7150 +
7151 +/***/ }),
7152 +
7153 +/***/ "../node_modules/core-js/modules/_property-desc.js":
7154 +/*!*********************************************************!*\
7155 + !*** ../node_modules/core-js/modules/_property-desc.js ***!
7156 + \*********************************************************/
7157 +/***/ ((module) => {
7158 +
7159 +module.exports = function (bitmap, value) {
7160 + return {
7161 + enumerable: !(bitmap & 1),
7162 + configurable: !(bitmap & 2),
7163 + writable: !(bitmap & 4),
7164 + value: value
7165 + };
7166 +};
7167 +
7168 +
7169 +/***/ }),
7170 +
7171 +/***/ "../node_modules/core-js/modules/_redefine.js":
7172 +/*!****************************************************!*\
7173 + !*** ../node_modules/core-js/modules/_redefine.js ***!
7174 + \****************************************************/
7175 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7176 +
7177 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/modules/_global.js");
7178 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/modules/_hide.js");
7179 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/modules/_has.js");
7180 +var SRC = __webpack_require__(/*! ./_uid */ "../node_modules/core-js/modules/_uid.js")('src');
7181 +var $toString = __webpack_require__(/*! ./_function-to-string */ "../node_modules/core-js/modules/_function-to-string.js");
7182 +var TO_STRING = 'toString';
7183 +var TPL = ('' + $toString).split(TO_STRING);
7184 +
7185 +__webpack_require__(/*! ./_core */ "../node_modules/core-js/modules/_core.js").inspectSource = function (it) {
7186 + return $toString.call(it);
7187 +};
7188 +
7189 +(module.exports = function (O, key, val, safe) {
7190 + var isFunction = typeof val == 'function';
7191 + if (isFunction) has(val, 'name') || hide(val, 'name', key);
7192 + if (O[key] === val) return;
7193 + if (isFunction) has(val, SRC) || hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key)));
7194 + if (O === global) {
7195 + O[key] = val;
7196 + } else if (!safe) {
7197 + delete O[key];
7198 + hide(O, key, val);
7199 + } else if (O[key]) {
7200 + O[key] = val;
7201 + } else {
7202 + hide(O, key, val);
7203 + }
7204 +// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
7205 +})(Function.prototype, TO_STRING, function toString() {
7206 + return typeof this == 'function' && this[SRC] || $toString.call(this);
7207 +});
7208 +
7209 +
7210 +/***/ }),
7211 +
7212 +/***/ "../node_modules/core-js/modules/_regexp-exec-abstract.js":
7213 +/*!****************************************************************!*\
7214 + !*** ../node_modules/core-js/modules/_regexp-exec-abstract.js ***!
7215 + \****************************************************************/
7216 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7217 +
7218 +"use strict";
7219 +
7220 +
7221 +var classof = __webpack_require__(/*! ./_classof */ "../node_modules/core-js/modules/_classof.js");
7222 +var builtinExec = RegExp.prototype.exec;
7223 +
7224 + // `RegExpExec` abstract operation
7225 +// https://tc39.github.io/ecma262/#sec-regexpexec
7226 +module.exports = function (R, S) {
7227 + var exec = R.exec;
7228 + if (typeof exec === 'function') {
7229 + var result = exec.call(R, S);
7230 + if (typeof result !== 'object') {
7231 + throw new TypeError('RegExp exec method returned something other than an Object or null');
7232 + }
7233 + return result;
7234 + }
7235 + if (classof(R) !== 'RegExp') {
7236 + throw new TypeError('RegExp#exec called on incompatible receiver');
7237 + }
7238 + return builtinExec.call(R, S);
7239 +};
7240 +
7241 +
7242 +/***/ }),
7243 +
7244 +/***/ "../node_modules/core-js/modules/_regexp-exec.js":
7245 +/*!*******************************************************!*\
7246 + !*** ../node_modules/core-js/modules/_regexp-exec.js ***!
7247 + \*******************************************************/
7248 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7249 +
7250 +"use strict";
7251 +
7252 +
7253 +var regexpFlags = __webpack_require__(/*! ./_flags */ "../node_modules/core-js/modules/_flags.js");
7254 +
7255 +var nativeExec = RegExp.prototype.exec;
7256 +// This always refers to the native implementation, because the
7257 +// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,
7258 +// which loads this file before patching the method.
7259 +var nativeReplace = String.prototype.replace;
7260 +
7261 +var patchedExec = nativeExec;
7262 +
7263 +var LAST_INDEX = 'lastIndex';
7264 +
7265 +var UPDATES_LAST_INDEX_WRONG = (function () {
7266 + var re1 = /a/,
7267 + re2 = /b*/g;
7268 + nativeExec.call(re1, 'a');
7269 + nativeExec.call(re2, 'a');
7270 + return re1[LAST_INDEX] !== 0 || re2[LAST_INDEX] !== 0;
7271 +})();
7272 +
7273 +// nonparticipating capturing group, copied from es5-shim's String#split patch.
7274 +var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
7275 +
7276 +var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED;
7277 +
7278 +if (PATCH) {
7279 + patchedExec = function exec(str) {
7280 + var re = this;
7281 + var lastIndex, reCopy, match, i;
7282 +
7283 + if (NPCG_INCLUDED) {
7284 + reCopy = new RegExp('^' + re.source + '$(?!\\s)', regexpFlags.call(re));
7285 + }
7286 + if (UPDATES_LAST_INDEX_WRONG) lastIndex = re[LAST_INDEX];
7287 +
7288 + match = nativeExec.call(re, str);
7289 +
7290 + if (UPDATES_LAST_INDEX_WRONG && match) {
7291 + re[LAST_INDEX] = re.global ? match.index + match[0].length : lastIndex;
7292 + }
7293 + if (NPCG_INCLUDED && match && match.length > 1) {
7294 + // Fix browsers whose `exec` methods don't consistently return `undefined`
7295 + // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/
7296 + // eslint-disable-next-line no-loop-func
7297 + nativeReplace.call(match[0], reCopy, function () {
7298 + for (i = 1; i < arguments.length - 2; i++) {
7299 + if (arguments[i] === undefined) match[i] = undefined;
7300 + }
7301 + });
7302 + }
7303 +
7304 + return match;
7305 + };
7306 +}
7307 +
7308 +module.exports = patchedExec;
7309 +
7310 +
7311 +/***/ }),
7312 +
7313 +/***/ "../node_modules/core-js/modules/_set-to-string-tag.js":
7314 +/*!*************************************************************!*\
7315 + !*** ../node_modules/core-js/modules/_set-to-string-tag.js ***!
7316 + \*************************************************************/
7317 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7318 +
7319 +var def = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/modules/_object-dp.js").f;
7320 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/modules/_has.js");
7321 +var TAG = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js")('toStringTag');
7322 +
7323 +module.exports = function (it, tag, stat) {
7324 + if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag });
7325 +};
7326 +
7327 +
7328 +/***/ }),
7329 +
7330 +/***/ "../node_modules/core-js/modules/_shared-key.js":
7331 +/*!******************************************************!*\
7332 + !*** ../node_modules/core-js/modules/_shared-key.js ***!
7333 + \******************************************************/
7334 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7335 +
7336 +var shared = __webpack_require__(/*! ./_shared */ "../node_modules/core-js/modules/_shared.js")('keys');
7337 +var uid = __webpack_require__(/*! ./_uid */ "../node_modules/core-js/modules/_uid.js");
7338 +module.exports = function (key) {
7339 + return shared[key] || (shared[key] = uid(key));
7340 +};
7341 +
7342 +
7343 +/***/ }),
7344 +
7345 +/***/ "../node_modules/core-js/modules/_shared.js":
7346 +/*!**************************************************!*\
7347 + !*** ../node_modules/core-js/modules/_shared.js ***!
7348 + \**************************************************/
7349 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7350 +
7351 +var core = __webpack_require__(/*! ./_core */ "../node_modules/core-js/modules/_core.js");
7352 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/modules/_global.js");
7353 +var SHARED = '__core-js_shared__';
7354 +var store = global[SHARED] || (global[SHARED] = {});
7355 +
7356 +(module.exports = function (key, value) {
7357 + return store[key] || (store[key] = value !== undefined ? value : {});
7358 +})('versions', []).push({
7359 + version: core.version,
7360 + mode: __webpack_require__(/*! ./_library */ "../node_modules/core-js/modules/_library.js") ? 'pure' : 'global',
7361 + copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
7362 +});
7363 +
7364 +
7365 +/***/ }),
7366 +
7367 +/***/ "../node_modules/core-js/modules/_strict-method.js":
7368 +/*!*********************************************************!*\
7369 + !*** ../node_modules/core-js/modules/_strict-method.js ***!
7370 + \*********************************************************/
7371 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7372 +
7373 +"use strict";
7374 +
7375 +var fails = __webpack_require__(/*! ./_fails */ "../node_modules/core-js/modules/_fails.js");
7376 +
7377 +module.exports = function (method, arg) {
7378 + return !!method && fails(function () {
7379 + // eslint-disable-next-line no-useless-call
7380 + arg ? method.call(null, function () { /* empty */ }, 1) : method.call(null);
7381 + });
7382 +};
7383 +
7384 +
7385 +/***/ }),
7386 +
7387 +/***/ "../node_modules/core-js/modules/_string-at.js":
7388 +/*!*****************************************************!*\
7389 + !*** ../node_modules/core-js/modules/_string-at.js ***!
7390 + \*****************************************************/
7391 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7392 +
7393 +var toInteger = __webpack_require__(/*! ./_to-integer */ "../node_modules/core-js/modules/_to-integer.js");
7394 +var defined = __webpack_require__(/*! ./_defined */ "../node_modules/core-js/modules/_defined.js");
7395 +// true -> String#at
7396 +// false -> String#codePointAt
7397 +module.exports = function (TO_STRING) {
7398 + return function (that, pos) {
7399 + var s = String(defined(that));
7400 + var i = toInteger(pos);
7401 + var l = s.length;
7402 + var a, b;
7403 + if (i < 0 || i >= l) return TO_STRING ? '' : undefined;
7404 + a = s.charCodeAt(i);
7405 + return a < 0xd800 || a > 0xdbff || i + 1 === l || (b = s.charCodeAt(i + 1)) < 0xdc00 || b > 0xdfff
7406 + ? TO_STRING ? s.charAt(i) : a
7407 + : TO_STRING ? s.slice(i, i + 2) : (a - 0xd800 << 10) + (b - 0xdc00) + 0x10000;
7408 + };
7409 +};
7410 +
7411 +
7412 +/***/ }),
7413 +
7414 +/***/ "../node_modules/core-js/modules/_string-context.js":
7415 +/*!**********************************************************!*\
7416 + !*** ../node_modules/core-js/modules/_string-context.js ***!
7417 + \**********************************************************/
7418 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7419 +
7420 +// helper for String#{startsWith, endsWith, includes}
7421 +var isRegExp = __webpack_require__(/*! ./_is-regexp */ "../node_modules/core-js/modules/_is-regexp.js");
7422 +var defined = __webpack_require__(/*! ./_defined */ "../node_modules/core-js/modules/_defined.js");
7423 +
7424 +module.exports = function (that, searchString, NAME) {
7425 + if (isRegExp(searchString)) throw TypeError('String#' + NAME + " doesn't accept regex!");
7426 + return String(defined(that));
7427 +};
7428 +
7429 +
7430 +/***/ }),
7431 +
7432 +/***/ "../node_modules/core-js/modules/_to-absolute-index.js":
7433 +/*!*************************************************************!*\
7434 + !*** ../node_modules/core-js/modules/_to-absolute-index.js ***!
7435 + \*************************************************************/
7436 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7437 +
7438 +var toInteger = __webpack_require__(/*! ./_to-integer */ "../node_modules/core-js/modules/_to-integer.js");
7439 +var max = Math.max;
7440 +var min = Math.min;
7441 +module.exports = function (index, length) {
7442 + index = toInteger(index);
7443 + return index < 0 ? max(index + length, 0) : min(index, length);
7444 +};
7445 +
7446 +
7447 +/***/ }),
7448 +
7449 +/***/ "../node_modules/core-js/modules/_to-integer.js":
7450 +/*!******************************************************!*\
7451 + !*** ../node_modules/core-js/modules/_to-integer.js ***!
7452 + \******************************************************/
7453 +/***/ ((module) => {
7454 +
7455 +// 7.1.4 ToInteger
7456 +var ceil = Math.ceil;
7457 +var floor = Math.floor;
7458 +module.exports = function (it) {
7459 + return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);
7460 +};
7461 +
7462 +
7463 +/***/ }),
7464 +
7465 +/***/ "../node_modules/core-js/modules/_to-iobject.js":
7466 +/*!******************************************************!*\
7467 + !*** ../node_modules/core-js/modules/_to-iobject.js ***!
7468 + \******************************************************/
7469 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7470 +
7471 +// to indexed object, toObject with fallback for non-array-like ES3 strings
7472 +var IObject = __webpack_require__(/*! ./_iobject */ "../node_modules/core-js/modules/_iobject.js");
7473 +var defined = __webpack_require__(/*! ./_defined */ "../node_modules/core-js/modules/_defined.js");
7474 +module.exports = function (it) {
7475 + return IObject(defined(it));
7476 +};
7477 +
7478 +
7479 +/***/ }),
7480 +
7481 +/***/ "../node_modules/core-js/modules/_to-length.js":
7482 +/*!*****************************************************!*\
7483 + !*** ../node_modules/core-js/modules/_to-length.js ***!
7484 + \*****************************************************/
7485 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7486 +
7487 +// 7.1.15 ToLength
7488 +var toInteger = __webpack_require__(/*! ./_to-integer */ "../node_modules/core-js/modules/_to-integer.js");
7489 +var min = Math.min;
7490 +module.exports = function (it) {
7491 + return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991
7492 +};
7493 +
7494 +
7495 +/***/ }),
7496 +
7497 +/***/ "../node_modules/core-js/modules/_to-object.js":
7498 +/*!*****************************************************!*\
7499 + !*** ../node_modules/core-js/modules/_to-object.js ***!
7500 + \*****************************************************/
7501 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7502 +
7503 +// 7.1.13 ToObject(argument)
7504 +var defined = __webpack_require__(/*! ./_defined */ "../node_modules/core-js/modules/_defined.js");
7505 +module.exports = function (it) {
7506 + return Object(defined(it));
7507 +};
7508 +
7509 +
7510 +/***/ }),
7511 +
7512 +/***/ "../node_modules/core-js/modules/_to-primitive.js":
7513 +/*!********************************************************!*\
7514 + !*** ../node_modules/core-js/modules/_to-primitive.js ***!
7515 + \********************************************************/
7516 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7517 +
7518 +// 7.1.1 ToPrimitive(input [, PreferredType])
7519 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/modules/_is-object.js");
7520 +// instead of the ES6 spec version, we didn't implement @@toPrimitive case
7521 +// and the second argument - flag - preferred type is a string
7522 +module.exports = function (it, S) {
7523 + if (!isObject(it)) return it;
7524 + var fn, val;
7525 + if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
7526 + if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;
7527 + if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
7528 + throw TypeError("Can't convert object to primitive value");
7529 +};
7530 +
7531 +
7532 +/***/ }),
7533 +
7534 +/***/ "../node_modules/core-js/modules/_uid.js":
7535 +/*!***********************************************!*\
7536 + !*** ../node_modules/core-js/modules/_uid.js ***!
7537 + \***********************************************/
7538 +/***/ ((module) => {
7539 +
7540 +var id = 0;
7541 +var px = Math.random();
7542 +module.exports = function (key) {
7543 + return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));
7544 +};
7545 +
7546 +
7547 +/***/ }),
7548 +
7549 +/***/ "../node_modules/core-js/modules/_wks.js":
7550 +/*!***********************************************!*\
7551 + !*** ../node_modules/core-js/modules/_wks.js ***!
7552 + \***********************************************/
7553 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7554 +
7555 +var store = __webpack_require__(/*! ./_shared */ "../node_modules/core-js/modules/_shared.js")('wks');
7556 +var uid = __webpack_require__(/*! ./_uid */ "../node_modules/core-js/modules/_uid.js");
7557 +var Symbol = __webpack_require__(/*! ./_global */ "../node_modules/core-js/modules/_global.js").Symbol;
7558 +var USE_SYMBOL = typeof Symbol == 'function';
7559 +
7560 +var $exports = module.exports = function (name) {
7561 + return store[name] || (store[name] =
7562 + USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name));
7563 +};
7564 +
7565 +$exports.store = store;
7566 +
7567 +
7568 +/***/ }),
7569 +
7570 +/***/ "../node_modules/core-js/modules/es6.array.filter.js":
7571 +/*!***********************************************************!*\
7572 + !*** ../node_modules/core-js/modules/es6.array.filter.js ***!
7573 + \***********************************************************/
7574 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7575 +
7576 +"use strict";
7577 +
7578 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/modules/_export.js");
7579 +var $filter = __webpack_require__(/*! ./_array-methods */ "../node_modules/core-js/modules/_array-methods.js")(2);
7580 +
7581 +$export($export.P + $export.F * !__webpack_require__(/*! ./_strict-method */ "../node_modules/core-js/modules/_strict-method.js")([].filter, true), 'Array', {
7582 + // 22.1.3.7 / 15.4.4.20 Array.prototype.filter(callbackfn [, thisArg])
7583 + filter: function filter(callbackfn /* , thisArg */) {
7584 + return $filter(this, callbackfn, arguments[1]);
7585 + }
7586 +});
7587 +
7588 +
7589 +/***/ }),
7590 +
7591 +/***/ "../node_modules/core-js/modules/es6.array.find.js":
7592 +/*!*********************************************************!*\
7593 + !*** ../node_modules/core-js/modules/es6.array.find.js ***!
7594 + \*********************************************************/
7595 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7596 +
7597 +"use strict";
7598 +
7599 +// 22.1.3.8 Array.prototype.find(predicate, thisArg = undefined)
7600 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/modules/_export.js");
7601 +var $find = __webpack_require__(/*! ./_array-methods */ "../node_modules/core-js/modules/_array-methods.js")(5);
7602 +var KEY = 'find';
7603 +var forced = true;
7604 +// Shouldn't skip holes
7605 +if (KEY in []) Array(1)[KEY](function () { forced = false; });
7606 +$export($export.P + $export.F * forced, 'Array', {
7607 + find: function find(callbackfn /* , that = undefined */) {
7608 + return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
7609 + }
7610 +});
7611 +__webpack_require__(/*! ./_add-to-unscopables */ "../node_modules/core-js/modules/_add-to-unscopables.js")(KEY);
7612 +
7613 +
7614 +/***/ }),
7615 +
7616 +/***/ "../node_modules/core-js/modules/es6.array.iterator.js":
7617 +/*!*************************************************************!*\
7618 + !*** ../node_modules/core-js/modules/es6.array.iterator.js ***!
7619 + \*************************************************************/
7620 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7621 +
7622 +"use strict";
7623 +
7624 +var addToUnscopables = __webpack_require__(/*! ./_add-to-unscopables */ "../node_modules/core-js/modules/_add-to-unscopables.js");
7625 +var step = __webpack_require__(/*! ./_iter-step */ "../node_modules/core-js/modules/_iter-step.js");
7626 +var Iterators = __webpack_require__(/*! ./_iterators */ "../node_modules/core-js/modules/_iterators.js");
7627 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/modules/_to-iobject.js");
7628 +
7629 +// 22.1.3.4 Array.prototype.entries()
7630 +// 22.1.3.13 Array.prototype.keys()
7631 +// 22.1.3.29 Array.prototype.values()
7632 +// 22.1.3.30 Array.prototype[@@iterator]()
7633 +module.exports = __webpack_require__(/*! ./_iter-define */ "../node_modules/core-js/modules/_iter-define.js")(Array, 'Array', function (iterated, kind) {
7634 + this._t = toIObject(iterated); // target
7635 + this._i = 0; // next index
7636 + this._k = kind; // kind
7637 +// 22.1.5.2.1 %ArrayIteratorPrototype%.next()
7638 +}, function () {
7639 + var O = this._t;
7640 + var kind = this._k;
7641 + var index = this._i++;
7642 + if (!O || index >= O.length) {
7643 + this._t = undefined;
7644 + return step(1);
7645 + }
7646 + if (kind == 'keys') return step(0, index);
7647 + if (kind == 'values') return step(0, O[index]);
7648 + return step(0, [index, O[index]]);
7649 +}, 'values');
7650 +
7651 +// argumentsList[@@iterator] is %ArrayProto_values% (9.4.4.6, 9.4.4.7)
7652 +Iterators.Arguments = Iterators.Array;
7653 +
7654 +addToUnscopables('keys');
7655 +addToUnscopables('values');
7656 +addToUnscopables('entries');
7657 +
7658 +
7659 +/***/ }),
7660 +
7661 +/***/ "../node_modules/core-js/modules/es6.array.map.js":
7662 +/*!********************************************************!*\
7663 + !*** ../node_modules/core-js/modules/es6.array.map.js ***!
7664 + \********************************************************/
7665 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7666 +
7667 +"use strict";
7668 +
7669 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/modules/_export.js");
7670 +var $map = __webpack_require__(/*! ./_array-methods */ "../node_modules/core-js/modules/_array-methods.js")(1);
7671 +
7672 +$export($export.P + $export.F * !__webpack_require__(/*! ./_strict-method */ "../node_modules/core-js/modules/_strict-method.js")([].map, true), 'Array', {
7673 + // 22.1.3.15 / 15.4.4.19 Array.prototype.map(callbackfn [, thisArg])
7674 + map: function map(callbackfn /* , thisArg */) {
7675 + return $map(this, callbackfn, arguments[1]);
7676 + }
7677 +});
7678 +
7679 +
7680 +/***/ }),
7681 +
7682 +/***/ "../node_modules/core-js/modules/es6.function.name.js":
7683 +/*!************************************************************!*\
7684 + !*** ../node_modules/core-js/modules/es6.function.name.js ***!
7685 + \************************************************************/
7686 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7687 +
7688 +var dP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/modules/_object-dp.js").f;
7689 +var FProto = Function.prototype;
7690 +var nameRE = /^\s*function ([^ (]*)/;
7691 +var NAME = 'name';
7692 +
7693 +// 19.2.4.2 name
7694 +NAME in FProto || __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/modules/_descriptors.js") && dP(FProto, NAME, {
7695 + configurable: true,
7696 + get: function () {
7697 + try {
7698 + return ('' + this).match(nameRE)[1];
7699 + } catch (e) {
7700 + return '';
7701 + }
7702 + }
7703 +});
7704 +
7705 +
7706 +/***/ }),
7707 +
7708 +/***/ "../node_modules/core-js/modules/es6.object.to-string.js":
7709 +/*!***************************************************************!*\
7710 + !*** ../node_modules/core-js/modules/es6.object.to-string.js ***!
7711 + \***************************************************************/
7712 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7713 +
7714 +"use strict";
7715 +
7716 +// 19.1.3.6 Object.prototype.toString()
7717 +var classof = __webpack_require__(/*! ./_classof */ "../node_modules/core-js/modules/_classof.js");
7718 +var test = {};
7719 +test[__webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js")('toStringTag')] = 'z';
7720 +if (test + '' != '[object z]') {
7721 + __webpack_require__(/*! ./_redefine */ "../node_modules/core-js/modules/_redefine.js")(Object.prototype, 'toString', function toString() {
7722 + return '[object ' + classof(this) + ']';
7723 + }, true);
7724 +}
7725 +
7726 +
7727 +/***/ }),
7728 +
7729 +/***/ "../node_modules/core-js/modules/es6.regexp.exec.js":
7730 +/*!**********************************************************!*\
7731 + !*** ../node_modules/core-js/modules/es6.regexp.exec.js ***!
7732 + \**********************************************************/
7733 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7734 +
7735 +"use strict";
7736 +
7737 +var regexpExec = __webpack_require__(/*! ./_regexp-exec */ "../node_modules/core-js/modules/_regexp-exec.js");
7738 +__webpack_require__(/*! ./_export */ "../node_modules/core-js/modules/_export.js")({
7739 + target: 'RegExp',
7740 + proto: true,
7741 + forced: regexpExec !== /./.exec
7742 +}, {
7743 + exec: regexpExec
7744 +});
7745 +
7746 +
7747 +/***/ }),
7748 +
7749 +/***/ "../node_modules/core-js/modules/es6.regexp.flags.js":
7750 +/*!***********************************************************!*\
7751 + !*** ../node_modules/core-js/modules/es6.regexp.flags.js ***!
7752 + \***********************************************************/
7753 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7754 +
7755 +// 21.2.5.3 get RegExp.prototype.flags()
7756 +if (__webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/modules/_descriptors.js") && /./g.flags != 'g') __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/modules/_object-dp.js").f(RegExp.prototype, 'flags', {
7757 + configurable: true,
7758 + get: __webpack_require__(/*! ./_flags */ "../node_modules/core-js/modules/_flags.js")
7759 +});
7760 +
7761 +
7762 +/***/ }),
7763 +
7764 +/***/ "../node_modules/core-js/modules/es6.regexp.replace.js":
7765 +/*!*************************************************************!*\
7766 + !*** ../node_modules/core-js/modules/es6.regexp.replace.js ***!
7767 + \*************************************************************/
7768 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7769 +
7770 +"use strict";
7771 +
7772 +
7773 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/modules/_an-object.js");
7774 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/modules/_to-object.js");
7775 +var toLength = __webpack_require__(/*! ./_to-length */ "../node_modules/core-js/modules/_to-length.js");
7776 +var toInteger = __webpack_require__(/*! ./_to-integer */ "../node_modules/core-js/modules/_to-integer.js");
7777 +var advanceStringIndex = __webpack_require__(/*! ./_advance-string-index */ "../node_modules/core-js/modules/_advance-string-index.js");
7778 +var regExpExec = __webpack_require__(/*! ./_regexp-exec-abstract */ "../node_modules/core-js/modules/_regexp-exec-abstract.js");
7779 +var max = Math.max;
7780 +var min = Math.min;
7781 +var floor = Math.floor;
7782 +var SUBSTITUTION_SYMBOLS = /\$([$&`']|\d\d?|<[^>]*>)/g;
7783 +var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&`']|\d\d?)/g;
7784 +
7785 +var maybeToString = function (it) {
7786 + return it === undefined ? it : String(it);
7787 +};
7788 +
7789 +// @@replace logic
7790 +__webpack_require__(/*! ./_fix-re-wks */ "../node_modules/core-js/modules/_fix-re-wks.js")('replace', 2, function (defined, REPLACE, $replace, maybeCallNative) {
7791 + return [
7792 + // `String.prototype.replace` method
7793 + // https://tc39.github.io/ecma262/#sec-string.prototype.replace
7794 + function replace(searchValue, replaceValue) {
7795 + var O = defined(this);
7796 + var fn = searchValue == undefined ? undefined : searchValue[REPLACE];
7797 + return fn !== undefined
7798 + ? fn.call(searchValue, O, replaceValue)
7799 + : $replace.call(String(O), searchValue, replaceValue);
7800 + },
7801 + // `RegExp.prototype[@@replace]` method
7802 + // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace
7803 + function (regexp, replaceValue) {
7804 + var res = maybeCallNative($replace, regexp, this, replaceValue);
7805 + if (res.done) return res.value;
7806 +
7807 + var rx = anObject(regexp);
7808 + var S = String(this);
7809 + var functionalReplace = typeof replaceValue === 'function';
7810 + if (!functionalReplace) replaceValue = String(replaceValue);
7811 + var global = rx.global;
7812 + if (global) {
7813 + var fullUnicode = rx.unicode;
7814 + rx.lastIndex = 0;
7815 + }
7816 + var results = [];
7817 + while (true) {
7818 + var result = regExpExec(rx, S);
7819 + if (result === null) break;
7820 + results.push(result);
7821 + if (!global) break;
7822 + var matchStr = String(result[0]);
7823 + if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
7824 + }
7825 + var accumulatedResult = '';
7826 + var nextSourcePosition = 0;
7827 + for (var i = 0; i < results.length; i++) {
7828 + result = results[i];
7829 + var matched = String(result[0]);
7830 + var position = max(min(toInteger(result.index), S.length), 0);
7831 + var captures = [];
7832 + // NOTE: This is equivalent to
7833 + // captures = result.slice(1).map(maybeToString)
7834 + // but for some reason `nativeSlice.call(result, 1, result.length)` (called in
7835 + // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and
7836 + // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.
7837 + for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));
7838 + var namedCaptures = result.groups;
7839 + if (functionalReplace) {
7840 + var replacerArgs = [matched].concat(captures, position, S);
7841 + if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);
7842 + var replacement = String(replaceValue.apply(undefined, replacerArgs));
7843 + } else {
7844 + replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
7845 + }
7846 + if (position >= nextSourcePosition) {
7847 + accumulatedResult += S.slice(nextSourcePosition, position) + replacement;
7848 + nextSourcePosition = position + matched.length;
7849 + }
7850 + }
7851 + return accumulatedResult + S.slice(nextSourcePosition);
7852 + }
7853 + ];
7854 +
7855 + // https://tc39.github.io/ecma262/#sec-getsubstitution
7856 + function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {
7857 + var tailPos = position + matched.length;
7858 + var m = captures.length;
7859 + var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;
7860 + if (namedCaptures !== undefined) {
7861 + namedCaptures = toObject(namedCaptures);
7862 + symbols = SUBSTITUTION_SYMBOLS;
7863 + }
7864 + return $replace.call(replacement, symbols, function (match, ch) {
7865 + var capture;
7866 + switch (ch.charAt(0)) {
7867 + case '$': return '$';
7868 + case '&': return matched;
7869 + case '`': return str.slice(0, position);
7870 + case "'": return str.slice(tailPos);
7871 + case '<':
7872 + capture = namedCaptures[ch.slice(1, -1)];
7873 + break;
7874 + default: // \d\d?
7875 + var n = +ch;
7876 + if (n === 0) return match;
7877 + if (n > m) {
7878 + var f = floor(n / 10);
7879 + if (f === 0) return match;
7880 + if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
7881 + return match;
7882 + }
7883 + capture = captures[n - 1];
7884 + }
7885 + return capture === undefined ? '' : capture;
7886 + });
7887 + }
7888 +});
7889 +
7890 +
7891 +/***/ }),
7892 +
7893 +/***/ "../node_modules/core-js/modules/es6.regexp.to-string.js":
7894 +/*!***************************************************************!*\
7895 + !*** ../node_modules/core-js/modules/es6.regexp.to-string.js ***!
7896 + \***************************************************************/
7897 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7898 +
7899 +"use strict";
7900 +
7901 +__webpack_require__(/*! ./es6.regexp.flags */ "../node_modules/core-js/modules/es6.regexp.flags.js");
7902 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/modules/_an-object.js");
7903 +var $flags = __webpack_require__(/*! ./_flags */ "../node_modules/core-js/modules/_flags.js");
7904 +var DESCRIPTORS = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/modules/_descriptors.js");
7905 +var TO_STRING = 'toString';
7906 +var $toString = /./[TO_STRING];
7907 +
7908 +var define = function (fn) {
7909 + __webpack_require__(/*! ./_redefine */ "../node_modules/core-js/modules/_redefine.js")(RegExp.prototype, TO_STRING, fn, true);
7910 +};
7911 +
7912 +// 21.2.5.14 RegExp.prototype.toString()
7913 +if (__webpack_require__(/*! ./_fails */ "../node_modules/core-js/modules/_fails.js")(function () { return $toString.call({ source: 'a', flags: 'b' }) != '/a/b'; })) {
7914 + define(function toString() {
7915 + var R = anObject(this);
7916 + return '/'.concat(R.source, '/',
7917 + 'flags' in R ? R.flags : !DESCRIPTORS && R instanceof RegExp ? $flags.call(R) : undefined);
7918 + });
7919 +// FF44- RegExp#toString has a wrong name
7920 +} else if ($toString.name != TO_STRING) {
7921 + define(function toString() {
7922 + return $toString.call(this);
7923 + });
7924 +}
7925 +
7926 +
7927 +/***/ }),
7928 +
7929 +/***/ "../node_modules/core-js/modules/es6.string.starts-with.js":
7930 +/*!*****************************************************************!*\
7931 + !*** ../node_modules/core-js/modules/es6.string.starts-with.js ***!
7932 + \*****************************************************************/
7933 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7934 +
7935 +"use strict";
7936 +// 21.1.3.18 String.prototype.startsWith(searchString [, position ])
7937 +
7938 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/modules/_export.js");
7939 +var toLength = __webpack_require__(/*! ./_to-length */ "../node_modules/core-js/modules/_to-length.js");
7940 +var context = __webpack_require__(/*! ./_string-context */ "../node_modules/core-js/modules/_string-context.js");
7941 +var STARTS_WITH = 'startsWith';
7942 +var $startsWith = ''[STARTS_WITH];
7943 +
7944 +$export($export.P + $export.F * __webpack_require__(/*! ./_fails-is-regexp */ "../node_modules/core-js/modules/_fails-is-regexp.js")(STARTS_WITH), 'String', {
7945 + startsWith: function startsWith(searchString /* , position = 0 */) {
7946 + var that = context(this, searchString, STARTS_WITH);
7947 + var index = toLength(Math.min(arguments.length > 1 ? arguments[1] : undefined, that.length));
7948 + var search = String(searchString);
7949 + return $startsWith
7950 + ? $startsWith.call(that, search, index)
7951 + : that.slice(index, index + search.length) === search;
7952 + }
7953 +});
7954 +
7955 +
7956 +/***/ }),
7957 +
7958 +/***/ "../node_modules/core-js/modules/es7.array.includes.js":
7959 +/*!*************************************************************!*\
7960 + !*** ../node_modules/core-js/modules/es7.array.includes.js ***!
7961 + \*************************************************************/
7962 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7963 +
7964 +"use strict";
7965 +
7966 +// https://github.com/tc39/Array.prototype.includes
7967 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/modules/_export.js");
7968 +var $includes = __webpack_require__(/*! ./_array-includes */ "../node_modules/core-js/modules/_array-includes.js")(true);
7969 +
7970 +$export($export.P, 'Array', {
7971 + includes: function includes(el /* , fromIndex = 0 */) {
7972 + return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
7973 + }
7974 +});
7975 +
7976 +__webpack_require__(/*! ./_add-to-unscopables */ "../node_modules/core-js/modules/_add-to-unscopables.js")('includes');
7977 +
7978 +
7979 +/***/ }),
7980 +
7981 +/***/ "../node_modules/core-js/modules/web.dom.iterable.js":
7982 +/*!***********************************************************!*\
7983 + !*** ../node_modules/core-js/modules/web.dom.iterable.js ***!
7984 + \***********************************************************/
7985 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7986 +
7987 +var $iterators = __webpack_require__(/*! ./es6.array.iterator */ "../node_modules/core-js/modules/es6.array.iterator.js");
7988 +var getKeys = __webpack_require__(/*! ./_object-keys */ "../node_modules/core-js/modules/_object-keys.js");
7989 +var redefine = __webpack_require__(/*! ./_redefine */ "../node_modules/core-js/modules/_redefine.js");
7990 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/modules/_global.js");
7991 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/modules/_hide.js");
7992 +var Iterators = __webpack_require__(/*! ./_iterators */ "../node_modules/core-js/modules/_iterators.js");
7993 +var wks = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js");
7994 +var ITERATOR = wks('iterator');
7995 +var TO_STRING_TAG = wks('toStringTag');
7996 +var ArrayValues = Iterators.Array;
7997 +
7998 +var DOMIterables = {
7999 + CSSRuleList: true, // TODO: Not spec compliant, should be false.
8000 + CSSStyleDeclaration: false,
8001 + CSSValueList: false,
8002 + ClientRectList: false,
8003 + DOMRectList: false,
8004 + DOMStringList: false,
8005 + DOMTokenList: true,
8006 + DataTransferItemList: false,
8007 + FileList: false,
8008 + HTMLAllCollection: false,
8009 + HTMLCollection: false,
8010 + HTMLFormElement: false,
8011 + HTMLSelectElement: false,
8012 + MediaList: true, // TODO: Not spec compliant, should be false.
8013 + MimeTypeArray: false,
8014 + NamedNodeMap: false,
8015 + NodeList: true,
8016 + PaintRequestList: false,
8017 + Plugin: false,
8018 + PluginArray: false,
8019 + SVGLengthList: false,
8020 + SVGNumberList: false,
8021 + SVGPathSegList: false,
8022 + SVGPointList: false,
8023 + SVGStringList: false,
8024 + SVGTransformList: false,
8025 + SourceBufferList: false,
8026 + StyleSheetList: true, // TODO: Not spec compliant, should be false.
8027 + TextTrackCueList: false,
8028 + TextTrackList: false,
8029 + TouchList: false
8030 +};
8031 +
8032 +for (var collections = getKeys(DOMIterables), i = 0; i < collections.length; i++) {
8033 + var NAME = collections[i];
8034 + var explicit = DOMIterables[NAME];
8035 + var Collection = global[NAME];
8036 + var proto = Collection && Collection.prototype;
8037 + var key;
8038 + if (proto) {
8039 + if (!proto[ITERATOR]) hide(proto, ITERATOR, ArrayValues);
8040 + if (!proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME);
8041 + Iterators[NAME] = ArrayValues;
8042 + if (explicit) for (key in $iterators) if (!proto[key]) redefine(proto, key, $iterators[key], true);
8043 + }
8044 +}
8045 +
8046 +
8047 +/***/ }),
8048 +
8049 +/***/ "@wordpress/i18n":
8050 +/*!**************************!*\
8051 + !*** external "wp.i18n" ***!
8052 + \**************************/
8053 +/***/ ((module) => {
8054 +
8055 +"use strict";
8056 +module.exports = wp.i18n;
8057 +
8058 +/***/ })
8059 +
8060 +/******/ });
8061 +/************************************************************************/
8062 +/******/ // The module cache
8063 +/******/ var __webpack_module_cache__ = {};
8064 +/******/
8065 +/******/ // The require function
8066 +/******/ function __webpack_require__(moduleId) {
8067 +/******/ // Check if module is in cache
8068 +/******/ var cachedModule = __webpack_module_cache__[moduleId];
8069 +/******/ if (cachedModule !== undefined) {
8070 +/******/ return cachedModule.exports;
8071 +/******/ }
8072 +/******/ // Create a new module (and put it into the cache)
8073 +/******/ var module = __webpack_module_cache__[moduleId] = {
8074 +/******/ // no module.id needed
8075 +/******/ // no module.loaded needed
8076 +/******/ exports: {}
8077 +/******/ };
8078 +/******/
8079 +/******/ // Execute the module function
8080 +/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
8081 +/******/
8082 +/******/ // Return the exports of the module
8083 +/******/ return module.exports;
8084 +/******/ }
8085 +/******/
8086 +/************************************************************************/
8087 +var __webpack_exports__ = {};
8088 +// This entry need to be wrapped in an IIFE because it need to be in strict mode.
8089 +(() => {
8090 +"use strict";
8091 +/*!******************************************!*\
8092 + !*** ../assets/dev/js/editor/modules.js ***!
8093 + \******************************************/
8094 +
8095 +
8096 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime-corejs2/helpers/interopRequireDefault */ "../node_modules/@babel/runtime-corejs2/helpers/interopRequireDefault.js");
8097 +
8098 +var _module = _interopRequireDefault(__webpack_require__(/*! ./utils/module */ "../assets/dev/js/editor/utils/module.js"));
8099 +
8100 +var _introduction = _interopRequireDefault(__webpack_require__(/*! ./utils/introduction */ "../assets/dev/js/editor/utils/introduction.js"));
8101 +
8102 +var _controlsStack = _interopRequireDefault(__webpack_require__(/*! ./views/controls-stack */ "../assets/dev/js/editor/views/controls-stack.js"));
8103 +
8104 +var _baseSettings = _interopRequireDefault(__webpack_require__(/*! ./elements/models/base-settings */ "../assets/dev/js/editor/elements/models/base-settings.js"));
8105 +
8106 +var _container = _interopRequireDefault(__webpack_require__(/*! ./container/container */ "../assets/dev/js/editor/container/container.js"));
8107 +
8108 +elementorModules.editor = {
8109 + elements: {
8110 + models: {
8111 + BaseSettings: _baseSettings.default
8112 + }
8113 + },
8114 + utils: {
8115 + Module: _module.default,
8116 + Introduction: _introduction.default
8117 + },
8118 + views: {
8119 + ControlsStack: _controlsStack.default
8120 + },
8121 + Container: _container.default
8122 +};
8123 +})();
8124 +
8125 +/******/ })()
8126 +;
2281 8127 //# sourceMappingURL=editor-modules.js.map