PluginProbe
Elementor Website Builder – more than just a page builder / 3.6.2
Elementor Website Builder – more than just a page builder v3.6.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 +8079 -2228 4.3.0-beta2 → 3.6.2 View file →
@@ -1,2281 +1,8132 @@
1 -(function(_wordpress_i18n) {
1 +/*! elementor - v3.6.2 - 04-04-2022 */
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, controls)) {
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 +__webpack_require__(/*! core-js/modules/es6.object.to-string.js */ "../node_modules/core-js/modules/es6.object.to-string.js");
2922 +
2923 +__webpack_require__(/*! core-js/modules/es6.regexp.to-string.js */ "../node_modules/core-js/modules/es6.regexp.to-string.js");
2924 +
2925 +var _typeof2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/typeof */ "../node_modules/@babel/runtime-corejs2/helpers/typeof.js"));
2926 +
2927 +var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/classCallCheck */ "../node_modules/@babel/runtime-corejs2/helpers/classCallCheck.js"));
2928 +
2929 +var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/createClass */ "../node_modules/@babel/runtime-corejs2/helpers/createClass.js"));
2930 +
2931 +var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/inherits */ "../node_modules/@babel/runtime-corejs2/helpers/inherits.js"));
2932 +
2933 +var _createSuper2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/createSuper */ "../node_modules/@babel/runtime-corejs2/helpers/createSuper.js"));
2934 +
2935 +var _instanceType = _interopRequireDefault(__webpack_require__(/*! ./instance-type */ "../assets/dev/js/modules/imports/instance-type.js"));
2936 +
2937 +var _isInstanceof = _interopRequireDefault(__webpack_require__(/*! ../../editor/utils/is-instanceof */ "../assets/dev/js/editor/utils/is-instanceof.js"));
2938 +
2939 +var ArgsObject = /*#__PURE__*/function (_InstanceType) {
2940 + (0, _inherits2.default)(ArgsObject, _InstanceType);
2941 +
2942 + var _super = (0, _createSuper2.default)(ArgsObject);
2943 +
2944 + /**
2945 + * Function constructor().
2946 + *
2947 + * Create ArgsObject.
2948 + *
2949 + * @param {{}} args
2950 + */
2951 + function ArgsObject(args) {
2952 + var _this;
2953 +
2954 + (0, _classCallCheck2.default)(this, ArgsObject);
2955 + _this = _super.call(this);
2956 + _this.args = args;
2957 + return _this;
2958 + }
2959 + /**
2960 + * Function requireArgument().
2961 + *
2962 + * Validate property in args.
2963 + *
2964 + * @param {string} property
2965 + * @param {{}} args
2966 + *
2967 + * @throws {Error}
2968 + *
2969 + */
2970 +
2971 +
2972 + (0, _createClass2.default)(ArgsObject, [{
2973 + key: "requireArgument",
2974 + value: function requireArgument(property) {
2975 + var args = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : this.args;
2976 +
2977 + if (!args.hasOwnProperty(property)) {
2978 + throw Error("".concat(property, " is required."));
2979 + }
2980 + }
2981 + /**
2982 + * Function requireArgumentType().
2983 + *
2984 + * Validate property in args using `type === typeof(args.whatever)`.
2985 + *
2986 + * @param {string} property
2987 + * @param {string} type
2988 + * @param {{}} args
2989 + *
2990 + * @throws {Error}
2991 + *
2992 + */
2993 +
2994 + }, {
2995 + key: "requireArgumentType",
2996 + value: function requireArgumentType(property, type) {
2997 + var args = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : this.args;
2998 + this.requireArgument(property, args);
2999 +
3000 + if ((0, _typeof2.default)(args[property]) !== type) {
3001 + throw Error("".concat(property, " invalid type: ").concat(type, "."));
3002 + }
3003 + }
3004 + /**
3005 + * Function requireArgumentInstance().
3006 + *
3007 + * Validate property in args using `args.whatever instanceof instance`.
3008 + *
3009 + * @param {string} property
3010 + * @param {instanceof} instance
3011 + * @param {{}} args
3012 + *
3013 + * @throws {Error}
3014 + *
3015 + */
3016 +
3017 + }, {
3018 + key: "requireArgumentInstance",
3019 + value: function requireArgumentInstance(property, instance) {
3020 + var args = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : this.args;
3021 + this.requireArgument(property, args);
3022 +
3023 + if (!(args[property] instanceof instance) && !(0, _isInstanceof.default)(args[property], instance)) {
3024 + throw Error("".concat(property, " invalid instance."));
3025 + }
3026 + }
3027 + /**
3028 + * Function requireArgumentConstructor().
3029 + *
3030 + * Validate property in args using `type === args.whatever.constructor`.
3031 + *
3032 + * @param {string} property
3033 + * @param {*} type
3034 + * @param {{}} args
3035 + *
3036 + * @throws {Error}
3037 + *
3038 + */
3039 +
3040 + }, {
3041 + key: "requireArgumentConstructor",
3042 + value: function requireArgumentConstructor(property, type) {
3043 + var args = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : this.args;
3044 + this.requireArgument(property, args); // Note: Converting the constructor to string in order to avoid equation issues
3045 + // due to different memory addresses between iframes (window.Object !== window.top.Object).
3046 +
3047 + if (args[property].constructor.toString() !== type.prototype.constructor.toString()) {
3048 + throw Error("".concat(property, " invalid constructor type."));
3049 + }
3050 + }
3051 + }], [{
3052 + key: "getInstanceType",
3053 + value: function getInstanceType() {
3054 + return 'ArgsObject';
3055 + }
3056 + }]);
3057 + return ArgsObject;
3058 +}(_instanceType.default);
3059 +
3060 +exports["default"] = ArgsObject;
3061 +
3062 +/***/ }),
3063 +
3064 +/***/ "../assets/dev/js/modules/imports/instance-type.js":
3065 +/*!*********************************************************!*\
3066 + !*** ../assets/dev/js/modules/imports/instance-type.js ***!
3067 + \*********************************************************/
3068 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
3069 +
3070 +"use strict";
3071 +
3072 +
3073 +var _Object$defineProperty = __webpack_require__(/*! @babel/runtime-corejs2/core-js/object/define-property */ "../node_modules/@babel/runtime-corejs2/core-js/object/define-property.js");
3074 +
3075 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime-corejs2/helpers/interopRequireDefault */ "../node_modules/@babel/runtime-corejs2/helpers/interopRequireDefault.js");
3076 +
3077 +_Object$defineProperty(exports, "__esModule", {
3078 + value: true
3079 +});
3080 +
3081 +exports["default"] = void 0;
3082 +
3083 +var _hasInstance = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/core-js/symbol/has-instance */ "../node_modules/@babel/runtime-corejs2/core-js/symbol/has-instance.js"));
3084 +
3085 +var _isArray = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/core-js/array/is-array */ "../node_modules/@babel/runtime-corejs2/core-js/array/is-array.js"));
3086 +
3087 +__webpack_require__(/*! core-js/modules/es6.function.name.js */ "../node_modules/core-js/modules/es6.function.name.js");
3088 +
3089 +var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/classCallCheck */ "../node_modules/@babel/runtime-corejs2/helpers/classCallCheck.js"));
3090 +
3091 +var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/createClass */ "../node_modules/@babel/runtime-corejs2/helpers/createClass.js"));
3092 +
3093 +var _get2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/get */ "../node_modules/@babel/runtime-corejs2/helpers/get.js"));
3094 +
3095 +var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime-corejs2/helpers/getPrototypeOf */ "../node_modules/@babel/runtime-corejs2/helpers/getPrototypeOf.js"));
3096 +
3097 +var InstanceType = /*#__PURE__*/function (_Symbol$hasInstance) {
3098 + function InstanceType() {
3099 + var _this = this;
3100 +
3101 + (0, _classCallCheck2.default)(this, InstanceType);
3102 + // Since anonymous classes sometimes do not get validated by babel, do it manually.
3103 + var target = this instanceof InstanceType ? this.constructor : void 0;
3104 + var prototypes = [];
3105 +
3106 + while (target.__proto__ && target.__proto__.name) {
3107 + prototypes.push(target.__proto__);
3108 + target = target.__proto__;
3109 + }
3110 +
3111 + prototypes.reverse().forEach(function (proto) {
3112 + return _this instanceof proto;
3113 + });
3114 + }
3115 +
3116 + (0, _createClass2.default)(InstanceType, null, [{
3117 + key: _Symbol$hasInstance,
3118 + value: function value(target) {
3119 + /**
3120 + * This is function extending being called each time JS uses instanceOf, since babel use it each time it create new class
3121 + * its give's opportunity to mange capabilities of instanceOf operator.
3122 + * saving current class each time will give option later to handle instanceOf manually.
3123 + */
3124 + 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.
3125 +
3126 + if (target && !target.constructor.getInstanceType) {
3127 + return result;
3128 + }
3129 +
3130 + if (target) {
3131 + if (!target.instanceTypes) {
3132 + target.instanceTypes = [];
3133 + }
3134 +
3135 + if (!result) {
3136 + if (this.getInstanceType() === target.constructor.getInstanceType()) {
3137 + result = true;
3138 + }
3139 + }
3140 +
3141 + if (result) {
3142 + var name = this.getInstanceType === InstanceType.getInstanceType ? 'BaseInstanceType' : this.getInstanceType();
3143 +
3144 + if (-1 === target.instanceTypes.indexOf(name)) {
3145 + target.instanceTypes.push(name);
3146 + }
3147 + }
3148 + }
3149 +
3150 + if (!result && target) {
3151 + // Check if the given 'target', is instance of known types.
3152 + result = target.instanceTypes && (0, _isArray.default)(target.instanceTypes) && -1 !== target.instanceTypes.indexOf(this.getInstanceType());
3153 + }
3154 +
3155 + return result;
3156 + }
3157 + }, {
3158 + key: "getInstanceType",
3159 + value: function getInstanceType() {
3160 + elementorModules.ForceMethodImplementation();
3161 + }
3162 + }]);
3163 + return InstanceType;
3164 +}(_hasInstance.default);
3165 +
3166 +exports["default"] = InstanceType;
3167 +
3168 +/***/ }),
3169 +
3170 +/***/ "../node_modules/core-js/library/fn/array/from.js":
3171 +/*!********************************************************!*\
3172 + !*** ../node_modules/core-js/library/fn/array/from.js ***!
3173 + \********************************************************/
3174 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3175 +
3176 +__webpack_require__(/*! ../../modules/es6.string.iterator */ "../node_modules/core-js/library/modules/es6.string.iterator.js");
3177 +__webpack_require__(/*! ../../modules/es6.array.from */ "../node_modules/core-js/library/modules/es6.array.from.js");
3178 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Array.from;
3179 +
3180 +
3181 +/***/ }),
3182 +
3183 +/***/ "../node_modules/core-js/library/fn/array/is-array.js":
3184 +/*!************************************************************!*\
3185 + !*** ../node_modules/core-js/library/fn/array/is-array.js ***!
3186 + \************************************************************/
3187 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3188 +
3189 +__webpack_require__(/*! ../../modules/es6.array.is-array */ "../node_modules/core-js/library/modules/es6.array.is-array.js");
3190 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Array.isArray;
3191 +
3192 +
3193 +/***/ }),
3194 +
3195 +/***/ "../node_modules/core-js/library/fn/map.js":
3196 +/*!*************************************************!*\
3197 + !*** ../node_modules/core-js/library/fn/map.js ***!
3198 + \*************************************************/
3199 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3200 +
3201 +__webpack_require__(/*! ../modules/es6.object.to-string */ "../node_modules/core-js/library/modules/es6.object.to-string.js");
3202 +__webpack_require__(/*! ../modules/es6.string.iterator */ "../node_modules/core-js/library/modules/es6.string.iterator.js");
3203 +__webpack_require__(/*! ../modules/web.dom.iterable */ "../node_modules/core-js/library/modules/web.dom.iterable.js");
3204 +__webpack_require__(/*! ../modules/es6.map */ "../node_modules/core-js/library/modules/es6.map.js");
3205 +__webpack_require__(/*! ../modules/es7.map.to-json */ "../node_modules/core-js/library/modules/es7.map.to-json.js");
3206 +__webpack_require__(/*! ../modules/es7.map.of */ "../node_modules/core-js/library/modules/es7.map.of.js");
3207 +__webpack_require__(/*! ../modules/es7.map.from */ "../node_modules/core-js/library/modules/es7.map.from.js");
3208 +module.exports = __webpack_require__(/*! ../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Map;
3209 +
3210 +
3211 +/***/ }),
3212 +
3213 +/***/ "../node_modules/core-js/library/fn/object/create.js":
3214 +/*!***********************************************************!*\
3215 + !*** ../node_modules/core-js/library/fn/object/create.js ***!
3216 + \***********************************************************/
3217 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3218 +
3219 +__webpack_require__(/*! ../../modules/es6.object.create */ "../node_modules/core-js/library/modules/es6.object.create.js");
3220 +var $Object = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Object;
3221 +module.exports = function create(P, D) {
3222 + return $Object.create(P, D);
3223 +};
3224 +
3225 +
3226 +/***/ }),
3227 +
3228 +/***/ "../node_modules/core-js/library/fn/object/define-property.js":
3229 +/*!********************************************************************!*\
3230 + !*** ../node_modules/core-js/library/fn/object/define-property.js ***!
3231 + \********************************************************************/
3232 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3233 +
3234 +__webpack_require__(/*! ../../modules/es6.object.define-property */ "../node_modules/core-js/library/modules/es6.object.define-property.js");
3235 +var $Object = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Object;
3236 +module.exports = function defineProperty(it, key, desc) {
3237 + return $Object.defineProperty(it, key, desc);
3238 +};
3239 +
3240 +
3241 +/***/ }),
3242 +
3243 +/***/ "../node_modules/core-js/library/fn/object/entries.js":
3244 +/*!************************************************************!*\
3245 + !*** ../node_modules/core-js/library/fn/object/entries.js ***!
3246 + \************************************************************/
3247 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3248 +
3249 +__webpack_require__(/*! ../../modules/es7.object.entries */ "../node_modules/core-js/library/modules/es7.object.entries.js");
3250 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Object.entries;
3251 +
3252 +
3253 +/***/ }),
3254 +
3255 +/***/ "../node_modules/core-js/library/fn/object/get-own-property-descriptor.js":
3256 +/*!********************************************************************************!*\
3257 + !*** ../node_modules/core-js/library/fn/object/get-own-property-descriptor.js ***!
3258 + \********************************************************************************/
3259 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3260 +
3261 +__webpack_require__(/*! ../../modules/es6.object.get-own-property-descriptor */ "../node_modules/core-js/library/modules/es6.object.get-own-property-descriptor.js");
3262 +var $Object = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Object;
3263 +module.exports = function getOwnPropertyDescriptor(it, key) {
3264 + return $Object.getOwnPropertyDescriptor(it, key);
3265 +};
3266 +
3267 +
3268 +/***/ }),
3269 +
3270 +/***/ "../node_modules/core-js/library/fn/object/get-prototype-of.js":
3271 +/*!*********************************************************************!*\
3272 + !*** ../node_modules/core-js/library/fn/object/get-prototype-of.js ***!
3273 + \*********************************************************************/
3274 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3275 +
3276 +__webpack_require__(/*! ../../modules/es6.object.get-prototype-of */ "../node_modules/core-js/library/modules/es6.object.get-prototype-of.js");
3277 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Object.getPrototypeOf;
3278 +
3279 +
3280 +/***/ }),
3281 +
3282 +/***/ "../node_modules/core-js/library/fn/object/keys.js":
3283 +/*!*********************************************************!*\
3284 + !*** ../node_modules/core-js/library/fn/object/keys.js ***!
3285 + \*********************************************************/
3286 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3287 +
3288 +__webpack_require__(/*! ../../modules/es6.object.keys */ "../node_modules/core-js/library/modules/es6.object.keys.js");
3289 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Object.keys;
3290 +
3291 +
3292 +/***/ }),
3293 +
3294 +/***/ "../node_modules/core-js/library/fn/object/set-prototype-of.js":
3295 +/*!*********************************************************************!*\
3296 + !*** ../node_modules/core-js/library/fn/object/set-prototype-of.js ***!
3297 + \*********************************************************************/
3298 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3299 +
3300 +__webpack_require__(/*! ../../modules/es6.object.set-prototype-of */ "../node_modules/core-js/library/modules/es6.object.set-prototype-of.js");
3301 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Object.setPrototypeOf;
3302 +
3303 +
3304 +/***/ }),
3305 +
3306 +/***/ "../node_modules/core-js/library/fn/object/values.js":
3307 +/*!***********************************************************!*\
3308 + !*** ../node_modules/core-js/library/fn/object/values.js ***!
3309 + \***********************************************************/
3310 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3311 +
3312 +__webpack_require__(/*! ../../modules/es7.object.values */ "../node_modules/core-js/library/modules/es7.object.values.js");
3313 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Object.values;
3314 +
3315 +
3316 +/***/ }),
3317 +
3318 +/***/ "../node_modules/core-js/library/fn/reflect/construct.js":
3319 +/*!***************************************************************!*\
3320 + !*** ../node_modules/core-js/library/fn/reflect/construct.js ***!
3321 + \***************************************************************/
3322 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3323 +
3324 +__webpack_require__(/*! ../../modules/es6.reflect.construct */ "../node_modules/core-js/library/modules/es6.reflect.construct.js");
3325 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Reflect.construct;
3326 +
3327 +
3328 +/***/ }),
3329 +
3330 +/***/ "../node_modules/core-js/library/fn/reflect/get.js":
3331 +/*!*********************************************************!*\
3332 + !*** ../node_modules/core-js/library/fn/reflect/get.js ***!
3333 + \*********************************************************/
3334 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3335 +
3336 +__webpack_require__(/*! ../../modules/es6.reflect.get */ "../node_modules/core-js/library/modules/es6.reflect.get.js");
3337 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Reflect.get;
3338 +
3339 +
3340 +/***/ }),
3341 +
3342 +/***/ "../node_modules/core-js/library/fn/symbol/has-instance.js":
3343 +/*!*****************************************************************!*\
3344 + !*** ../node_modules/core-js/library/fn/symbol/has-instance.js ***!
3345 + \*****************************************************************/
3346 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3347 +
3348 +__webpack_require__(/*! ../../modules/es6.function.has-instance */ "../node_modules/core-js/library/modules/es6.function.has-instance.js");
3349 +module.exports = __webpack_require__(/*! ../../modules/_wks-ext */ "../node_modules/core-js/library/modules/_wks-ext.js").f('hasInstance');
3350 +
3351 +
3352 +/***/ }),
3353 +
3354 +/***/ "../node_modules/core-js/library/fn/symbol/index.js":
3355 +/*!**********************************************************!*\
3356 + !*** ../node_modules/core-js/library/fn/symbol/index.js ***!
3357 + \**********************************************************/
3358 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3359 +
3360 +__webpack_require__(/*! ../../modules/es6.symbol */ "../node_modules/core-js/library/modules/es6.symbol.js");
3361 +__webpack_require__(/*! ../../modules/es6.object.to-string */ "../node_modules/core-js/library/modules/es6.object.to-string.js");
3362 +__webpack_require__(/*! ../../modules/es7.symbol.async-iterator */ "../node_modules/core-js/library/modules/es7.symbol.async-iterator.js");
3363 +__webpack_require__(/*! ../../modules/es7.symbol.observable */ "../node_modules/core-js/library/modules/es7.symbol.observable.js");
3364 +module.exports = __webpack_require__(/*! ../../modules/_core */ "../node_modules/core-js/library/modules/_core.js").Symbol;
3365 +
3366 +
3367 +/***/ }),
3368 +
3369 +/***/ "../node_modules/core-js/library/fn/symbol/iterator.js":
3370 +/*!*************************************************************!*\
3371 + !*** ../node_modules/core-js/library/fn/symbol/iterator.js ***!
3372 + \*************************************************************/
3373 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3374 +
3375 +__webpack_require__(/*! ../../modules/es6.string.iterator */ "../node_modules/core-js/library/modules/es6.string.iterator.js");
3376 +__webpack_require__(/*! ../../modules/web.dom.iterable */ "../node_modules/core-js/library/modules/web.dom.iterable.js");
3377 +module.exports = __webpack_require__(/*! ../../modules/_wks-ext */ "../node_modules/core-js/library/modules/_wks-ext.js").f('iterator');
3378 +
3379 +
3380 +/***/ }),
3381 +
3382 +/***/ "../node_modules/core-js/library/fn/symbol/to-string-tag.js":
3383 +/*!******************************************************************!*\
3384 + !*** ../node_modules/core-js/library/fn/symbol/to-string-tag.js ***!
3385 + \******************************************************************/
3386 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3387 +
3388 +__webpack_require__(/*! ../../modules/es6.object.to-string */ "../node_modules/core-js/library/modules/es6.object.to-string.js");
3389 +module.exports = __webpack_require__(/*! ../../modules/_wks-ext */ "../node_modules/core-js/library/modules/_wks-ext.js").f('toStringTag');
3390 +
3391 +
3392 +/***/ }),
3393 +
3394 +/***/ "../node_modules/core-js/library/modules/_a-function.js":
3395 +/*!**************************************************************!*\
3396 + !*** ../node_modules/core-js/library/modules/_a-function.js ***!
3397 + \**************************************************************/
3398 +/***/ ((module) => {
3399 +
3400 +module.exports = function (it) {
3401 + if (typeof it != 'function') throw TypeError(it + ' is not a function!');
3402 + return it;
3403 +};
3404 +
3405 +
3406 +/***/ }),
3407 +
3408 +/***/ "../node_modules/core-js/library/modules/_add-to-unscopables.js":
3409 +/*!**********************************************************************!*\
3410 + !*** ../node_modules/core-js/library/modules/_add-to-unscopables.js ***!
3411 + \**********************************************************************/
3412 +/***/ ((module) => {
3413 +
3414 +module.exports = function () { /* empty */ };
3415 +
3416 +
3417 +/***/ }),
3418 +
3419 +/***/ "../node_modules/core-js/library/modules/_an-instance.js":
3420 +/*!***************************************************************!*\
3421 + !*** ../node_modules/core-js/library/modules/_an-instance.js ***!
3422 + \***************************************************************/
3423 +/***/ ((module) => {
3424 +
3425 +module.exports = function (it, Constructor, name, forbiddenField) {
3426 + if (!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)) {
3427 + throw TypeError(name + ': incorrect invocation!');
3428 + } return it;
3429 +};
3430 +
3431 +
3432 +/***/ }),
3433 +
3434 +/***/ "../node_modules/core-js/library/modules/_an-object.js":
3435 +/*!*************************************************************!*\
3436 + !*** ../node_modules/core-js/library/modules/_an-object.js ***!
3437 + \*************************************************************/
3438 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3439 +
3440 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
3441 +module.exports = function (it) {
3442 + if (!isObject(it)) throw TypeError(it + ' is not an object!');
3443 + return it;
3444 +};
3445 +
3446 +
3447 +/***/ }),
3448 +
3449 +/***/ "../node_modules/core-js/library/modules/_array-from-iterable.js":
3450 +/*!***********************************************************************!*\
3451 + !*** ../node_modules/core-js/library/modules/_array-from-iterable.js ***!
3452 + \***********************************************************************/
3453 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3454 +
3455 +var forOf = __webpack_require__(/*! ./_for-of */ "../node_modules/core-js/library/modules/_for-of.js");
3456 +
3457 +module.exports = function (iter, ITERATOR) {
3458 + var result = [];
3459 + forOf(iter, false, result.push, result, ITERATOR);
3460 + return result;
3461 +};
3462 +
3463 +
3464 +/***/ }),
3465 +
3466 +/***/ "../node_modules/core-js/library/modules/_array-includes.js":
3467 +/*!******************************************************************!*\
3468 + !*** ../node_modules/core-js/library/modules/_array-includes.js ***!
3469 + \******************************************************************/
3470 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3471 +
3472 +// false -> Array#indexOf
3473 +// true -> Array#includes
3474 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/library/modules/_to-iobject.js");
3475 +var toLength = __webpack_require__(/*! ./_to-length */ "../node_modules/core-js/library/modules/_to-length.js");
3476 +var toAbsoluteIndex = __webpack_require__(/*! ./_to-absolute-index */ "../node_modules/core-js/library/modules/_to-absolute-index.js");
3477 +module.exports = function (IS_INCLUDES) {
3478 + return function ($this, el, fromIndex) {
3479 + var O = toIObject($this);
3480 + var length = toLength(O.length);
3481 + var index = toAbsoluteIndex(fromIndex, length);
3482 + var value;
3483 + // Array#includes uses SameValueZero equality algorithm
3484 + // eslint-disable-next-line no-self-compare
3485 + if (IS_INCLUDES && el != el) while (length > index) {
3486 + value = O[index++];
3487 + // eslint-disable-next-line no-self-compare
3488 + if (value != value) return true;
3489 + // Array#indexOf ignores holes, Array#includes - not
3490 + } else for (;length > index; index++) if (IS_INCLUDES || index in O) {
3491 + if (O[index] === el) return IS_INCLUDES || index || 0;
3492 + } return !IS_INCLUDES && -1;
3493 + };
3494 +};
3495 +
3496 +
3497 +/***/ }),
3498 +
3499 +/***/ "../node_modules/core-js/library/modules/_array-methods.js":
3500 +/*!*****************************************************************!*\
3501 + !*** ../node_modules/core-js/library/modules/_array-methods.js ***!
3502 + \*****************************************************************/
3503 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3504 +
3505 +// 0 -> Array#forEach
3506 +// 1 -> Array#map
3507 +// 2 -> Array#filter
3508 +// 3 -> Array#some
3509 +// 4 -> Array#every
3510 +// 5 -> Array#find
3511 +// 6 -> Array#findIndex
3512 +var ctx = __webpack_require__(/*! ./_ctx */ "../node_modules/core-js/library/modules/_ctx.js");
3513 +var IObject = __webpack_require__(/*! ./_iobject */ "../node_modules/core-js/library/modules/_iobject.js");
3514 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/library/modules/_to-object.js");
3515 +var toLength = __webpack_require__(/*! ./_to-length */ "../node_modules/core-js/library/modules/_to-length.js");
3516 +var asc = __webpack_require__(/*! ./_array-species-create */ "../node_modules/core-js/library/modules/_array-species-create.js");
3517 +module.exports = function (TYPE, $create) {
3518 + var IS_MAP = TYPE == 1;
3519 + var IS_FILTER = TYPE == 2;
3520 + var IS_SOME = TYPE == 3;
3521 + var IS_EVERY = TYPE == 4;
3522 + var IS_FIND_INDEX = TYPE == 6;
3523 + var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
3524 + var create = $create || asc;
3525 + return function ($this, callbackfn, that) {
3526 + var O = toObject($this);
3527 + var self = IObject(O);
3528 + var f = ctx(callbackfn, that, 3);
3529 + var length = toLength(self.length);
3530 + var index = 0;
3531 + var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
3532 + var val, res;
3533 + for (;length > index; index++) if (NO_HOLES || index in self) {
3534 + val = self[index];
3535 + res = f(val, index, O);
3536 + if (TYPE) {
3537 + if (IS_MAP) result[index] = res; // map
3538 + else if (res) switch (TYPE) {
3539 + case 3: return true; // some
3540 + case 5: return val; // find
3541 + case 6: return index; // findIndex
3542 + case 2: result.push(val); // filter
3543 + } else if (IS_EVERY) return false; // every
3544 + }
3545 + }
3546 + return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : result;
3547 + };
3548 +};
3549 +
3550 +
3551 +/***/ }),
3552 +
3553 +/***/ "../node_modules/core-js/library/modules/_array-species-constructor.js":
3554 +/*!*****************************************************************************!*\
3555 + !*** ../node_modules/core-js/library/modules/_array-species-constructor.js ***!
3556 + \*****************************************************************************/
3557 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3558 +
3559 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
3560 +var isArray = __webpack_require__(/*! ./_is-array */ "../node_modules/core-js/library/modules/_is-array.js");
3561 +var SPECIES = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('species');
3562 +
3563 +module.exports = function (original) {
3564 + var C;
3565 + if (isArray(original)) {
3566 + C = original.constructor;
3567 + // cross-realm fallback
3568 + if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
3569 + if (isObject(C)) {
3570 + C = C[SPECIES];
3571 + if (C === null) C = undefined;
3572 + }
3573 + } return C === undefined ? Array : C;
3574 +};
3575 +
3576 +
3577 +/***/ }),
3578 +
3579 +/***/ "../node_modules/core-js/library/modules/_array-species-create.js":
3580 +/*!************************************************************************!*\
3581 + !*** ../node_modules/core-js/library/modules/_array-species-create.js ***!
3582 + \************************************************************************/
3583 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3584 +
3585 +// 9.4.2.3 ArraySpeciesCreate(originalArray, length)
3586 +var speciesConstructor = __webpack_require__(/*! ./_array-species-constructor */ "../node_modules/core-js/library/modules/_array-species-constructor.js");
3587 +
3588 +module.exports = function (original, length) {
3589 + return new (speciesConstructor(original))(length);
3590 +};
3591 +
3592 +
3593 +/***/ }),
3594 +
3595 +/***/ "../node_modules/core-js/library/modules/_bind.js":
3596 +/*!********************************************************!*\
3597 + !*** ../node_modules/core-js/library/modules/_bind.js ***!
3598 + \********************************************************/
3599 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3600 +
3601 +"use strict";
3602 +
3603 +var aFunction = __webpack_require__(/*! ./_a-function */ "../node_modules/core-js/library/modules/_a-function.js");
3604 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
3605 +var invoke = __webpack_require__(/*! ./_invoke */ "../node_modules/core-js/library/modules/_invoke.js");
3606 +var arraySlice = [].slice;
3607 +var factories = {};
3608 +
3609 +var construct = function (F, len, args) {
3610 + if (!(len in factories)) {
3611 + for (var n = [], i = 0; i < len; i++) n[i] = 'a[' + i + ']';
3612 + // eslint-disable-next-line no-new-func
3613 + factories[len] = Function('F,a', 'return new F(' + n.join(',') + ')');
3614 + } return factories[len](F, args);
3615 +};
3616 +
3617 +module.exports = Function.bind || function bind(that /* , ...args */) {
3618 + var fn = aFunction(this);
3619 + var partArgs = arraySlice.call(arguments, 1);
3620 + var bound = function (/* args... */) {
3621 + var args = partArgs.concat(arraySlice.call(arguments));
3622 + return this instanceof bound ? construct(fn, args.length, args) : invoke(fn, args, that);
3623 + };
3624 + if (isObject(fn.prototype)) bound.prototype = fn.prototype;
3625 + return bound;
3626 +};
3627 +
3628 +
3629 +/***/ }),
3630 +
3631 +/***/ "../node_modules/core-js/library/modules/_classof.js":
3632 +/*!***********************************************************!*\
3633 + !*** ../node_modules/core-js/library/modules/_classof.js ***!
3634 + \***********************************************************/
3635 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3636 +
3637 +// getting tag from 19.1.3.6 Object.prototype.toString()
3638 +var cof = __webpack_require__(/*! ./_cof */ "../node_modules/core-js/library/modules/_cof.js");
3639 +var TAG = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('toStringTag');
3640 +// ES3 wrong here
3641 +var ARG = cof(function () { return arguments; }()) == 'Arguments';
3642 +
3643 +// fallback for IE11 Script Access Denied error
3644 +var tryGet = function (it, key) {
3645 + try {
3646 + return it[key];
3647 + } catch (e) { /* empty */ }
3648 +};
3649 +
3650 +module.exports = function (it) {
3651 + var O, T, B;
3652 + return it === undefined ? 'Undefined' : it === null ? 'Null'
3653 + // @@toStringTag case
3654 + : typeof (T = tryGet(O = Object(it), TAG)) == 'string' ? T
3655 + // builtinTag case
3656 + : ARG ? cof(O)
3657 + // ES3 arguments fallback
3658 + : (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;
3659 +};
3660 +
3661 +
3662 +/***/ }),
3663 +
3664 +/***/ "../node_modules/core-js/library/modules/_cof.js":
3665 +/*!*******************************************************!*\
3666 + !*** ../node_modules/core-js/library/modules/_cof.js ***!
3667 + \*******************************************************/
3668 +/***/ ((module) => {
3669 +
3670 +var toString = {}.toString;
3671 +
3672 +module.exports = function (it) {
3673 + return toString.call(it).slice(8, -1);
3674 +};
3675 +
3676 +
3677 +/***/ }),
3678 +
3679 +/***/ "../node_modules/core-js/library/modules/_collection-strong.js":
3680 +/*!*********************************************************************!*\
3681 + !*** ../node_modules/core-js/library/modules/_collection-strong.js ***!
3682 + \*********************************************************************/
3683 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3684 +
3685 +"use strict";
3686 +
3687 +var dP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js").f;
3688 +var create = __webpack_require__(/*! ./_object-create */ "../node_modules/core-js/library/modules/_object-create.js");
3689 +var redefineAll = __webpack_require__(/*! ./_redefine-all */ "../node_modules/core-js/library/modules/_redefine-all.js");
3690 +var ctx = __webpack_require__(/*! ./_ctx */ "../node_modules/core-js/library/modules/_ctx.js");
3691 +var anInstance = __webpack_require__(/*! ./_an-instance */ "../node_modules/core-js/library/modules/_an-instance.js");
3692 +var forOf = __webpack_require__(/*! ./_for-of */ "../node_modules/core-js/library/modules/_for-of.js");
3693 +var $iterDefine = __webpack_require__(/*! ./_iter-define */ "../node_modules/core-js/library/modules/_iter-define.js");
3694 +var step = __webpack_require__(/*! ./_iter-step */ "../node_modules/core-js/library/modules/_iter-step.js");
3695 +var setSpecies = __webpack_require__(/*! ./_set-species */ "../node_modules/core-js/library/modules/_set-species.js");
3696 +var DESCRIPTORS = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js");
3697 +var fastKey = __webpack_require__(/*! ./_meta */ "../node_modules/core-js/library/modules/_meta.js").fastKey;
3698 +var validate = __webpack_require__(/*! ./_validate-collection */ "../node_modules/core-js/library/modules/_validate-collection.js");
3699 +var SIZE = DESCRIPTORS ? '_s' : 'size';
3700 +
3701 +var getEntry = function (that, key) {
3702 + // fast case
3703 + var index = fastKey(key);
3704 + var entry;
3705 + if (index !== 'F') return that._i[index];
3706 + // frozen object case
3707 + for (entry = that._f; entry; entry = entry.n) {
3708 + if (entry.k == key) return entry;
3709 + }
3710 +};
3711 +
3712 +module.exports = {
3713 + getConstructor: function (wrapper, NAME, IS_MAP, ADDER) {
3714 + var C = wrapper(function (that, iterable) {
3715 + anInstance(that, C, NAME, '_i');
3716 + that._t = NAME; // collection type
3717 + that._i = create(null); // index
3718 + that._f = undefined; // first entry
3719 + that._l = undefined; // last entry
3720 + that[SIZE] = 0; // size
3721 + if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
3722 + });
3723 + redefineAll(C.prototype, {
3724 + // 23.1.3.1 Map.prototype.clear()
3725 + // 23.2.3.2 Set.prototype.clear()
3726 + clear: function clear() {
3727 + for (var that = validate(this, NAME), data = that._i, entry = that._f; entry; entry = entry.n) {
3728 + entry.r = true;
3729 + if (entry.p) entry.p = entry.p.n = undefined;
3730 + delete data[entry.i];
3731 + }
3732 + that._f = that._l = undefined;
3733 + that[SIZE] = 0;
3734 + },
3735 + // 23.1.3.3 Map.prototype.delete(key)
3736 + // 23.2.3.4 Set.prototype.delete(value)
3737 + 'delete': function (key) {
3738 + var that = validate(this, NAME);
3739 + var entry = getEntry(that, key);
3740 + if (entry) {
3741 + var next = entry.n;
3742 + var prev = entry.p;
3743 + delete that._i[entry.i];
3744 + entry.r = true;
3745 + if (prev) prev.n = next;
3746 + if (next) next.p = prev;
3747 + if (that._f == entry) that._f = next;
3748 + if (that._l == entry) that._l = prev;
3749 + that[SIZE]--;
3750 + } return !!entry;
3751 + },
3752 + // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)
3753 + // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)
3754 + forEach: function forEach(callbackfn /* , that = undefined */) {
3755 + validate(this, NAME);
3756 + var f = ctx(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
3757 + var entry;
3758 + while (entry = entry ? entry.n : this._f) {
3759 + f(entry.v, entry.k, this);
3760 + // revert to the last existing entry
3761 + while (entry && entry.r) entry = entry.p;
3762 + }
3763 + },
3764 + // 23.1.3.7 Map.prototype.has(key)
3765 + // 23.2.3.7 Set.prototype.has(value)
3766 + has: function has(key) {
3767 + return !!getEntry(validate(this, NAME), key);
3768 + }
3769 + });
3770 + if (DESCRIPTORS) dP(C.prototype, 'size', {
3771 + get: function () {
3772 + return validate(this, NAME)[SIZE];
3773 + }
3774 + });
3775 + return C;
3776 + },
3777 + def: function (that, key, value) {
3778 + var entry = getEntry(that, key);
3779 + var prev, index;
3780 + // change existing entry
3781 + if (entry) {
3782 + entry.v = value;
3783 + // create new entry
3784 + } else {
3785 + that._l = entry = {
3786 + i: index = fastKey(key, true), // <- index
3787 + k: key, // <- key
3788 + v: value, // <- value
3789 + p: prev = that._l, // <- previous entry
3790 + n: undefined, // <- next entry
3791 + r: false // <- removed
3792 + };
3793 + if (!that._f) that._f = entry;
3794 + if (prev) prev.n = entry;
3795 + that[SIZE]++;
3796 + // add to index
3797 + if (index !== 'F') that._i[index] = entry;
3798 + } return that;
3799 + },
3800 + getEntry: getEntry,
3801 + setStrong: function (C, NAME, IS_MAP) {
3802 + // add .keys, .values, .entries, [@@iterator]
3803 + // 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
3804 + $iterDefine(C, NAME, function (iterated, kind) {
3805 + this._t = validate(iterated, NAME); // target
3806 + this._k = kind; // kind
3807 + this._l = undefined; // previous
3808 + }, function () {
3809 + var that = this;
3810 + var kind = that._k;
3811 + var entry = that._l;
3812 + // revert to the last existing entry
3813 + while (entry && entry.r) entry = entry.p;
3814 + // get next entry
3815 + if (!that._t || !(that._l = entry = entry ? entry.n : that._t._f)) {
3816 + // or finish the iteration
3817 + that._t = undefined;
3818 + return step(1);
3819 + }
3820 + // return step by kind
3821 + if (kind == 'keys') return step(0, entry.k);
3822 + if (kind == 'values') return step(0, entry.v);
3823 + return step(0, [entry.k, entry.v]);
3824 + }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);
3825 +
3826 + // add [@@species], 23.1.2.2, 23.2.2.2
3827 + setSpecies(NAME);
3828 + }
3829 +};
3830 +
3831 +
3832 +/***/ }),
3833 +
3834 +/***/ "../node_modules/core-js/library/modules/_collection-to-json.js":
3835 +/*!**********************************************************************!*\
3836 + !*** ../node_modules/core-js/library/modules/_collection-to-json.js ***!
3837 + \**********************************************************************/
3838 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3839 +
3840 +// https://github.com/DavidBruant/Map-Set.prototype.toJSON
3841 +var classof = __webpack_require__(/*! ./_classof */ "../node_modules/core-js/library/modules/_classof.js");
3842 +var from = __webpack_require__(/*! ./_array-from-iterable */ "../node_modules/core-js/library/modules/_array-from-iterable.js");
3843 +module.exports = function (NAME) {
3844 + return function toJSON() {
3845 + if (classof(this) != NAME) throw TypeError(NAME + "#toJSON isn't generic");
3846 + return from(this);
3847 + };
3848 +};
3849 +
3850 +
3851 +/***/ }),
3852 +
3853 +/***/ "../node_modules/core-js/library/modules/_collection.js":
3854 +/*!**************************************************************!*\
3855 + !*** ../node_modules/core-js/library/modules/_collection.js ***!
3856 + \**************************************************************/
3857 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3858 +
3859 +"use strict";
3860 +
3861 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js");
3862 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
3863 +var meta = __webpack_require__(/*! ./_meta */ "../node_modules/core-js/library/modules/_meta.js");
3864 +var fails = __webpack_require__(/*! ./_fails */ "../node_modules/core-js/library/modules/_fails.js");
3865 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/library/modules/_hide.js");
3866 +var redefineAll = __webpack_require__(/*! ./_redefine-all */ "../node_modules/core-js/library/modules/_redefine-all.js");
3867 +var forOf = __webpack_require__(/*! ./_for-of */ "../node_modules/core-js/library/modules/_for-of.js");
3868 +var anInstance = __webpack_require__(/*! ./_an-instance */ "../node_modules/core-js/library/modules/_an-instance.js");
3869 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
3870 +var setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ "../node_modules/core-js/library/modules/_set-to-string-tag.js");
3871 +var dP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js").f;
3872 +var each = __webpack_require__(/*! ./_array-methods */ "../node_modules/core-js/library/modules/_array-methods.js")(0);
3873 +var DESCRIPTORS = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js");
3874 +
3875 +module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) {
3876 + var Base = global[NAME];
3877 + var C = Base;
3878 + var ADDER = IS_MAP ? 'set' : 'add';
3879 + var proto = C && C.prototype;
3880 + var O = {};
3881 + if (!DESCRIPTORS || typeof C != 'function' || !(IS_WEAK || proto.forEach && !fails(function () {
3882 + new C().entries().next();
3883 + }))) {
3884 + // create collection constructor
3885 + C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);
3886 + redefineAll(C.prototype, methods);
3887 + meta.NEED = true;
3888 + } else {
3889 + C = wrapper(function (target, iterable) {
3890 + anInstance(target, C, NAME, '_c');
3891 + target._c = new Base();
3892 + if (iterable != undefined) forOf(iterable, IS_MAP, target[ADDER], target);
3893 + });
3894 + each('add,clear,delete,forEach,get,has,set,keys,values,entries,toJSON'.split(','), function (KEY) {
3895 + var IS_ADDER = KEY == 'add' || KEY == 'set';
3896 + if (KEY in proto && !(IS_WEAK && KEY == 'clear')) hide(C.prototype, KEY, function (a, b) {
3897 + anInstance(this, C, KEY);
3898 + if (!IS_ADDER && IS_WEAK && !isObject(a)) return KEY == 'get' ? undefined : false;
3899 + var result = this._c[KEY](a === 0 ? 0 : a, b);
3900 + return IS_ADDER ? this : result;
3901 + });
3902 + });
3903 + IS_WEAK || dP(C.prototype, 'size', {
3904 + get: function () {
3905 + return this._c.size;
3906 + }
3907 + });
3908 + }
3909 +
3910 + setToStringTag(C, NAME);
3911 +
3912 + O[NAME] = C;
3913 + $export($export.G + $export.W + $export.F, O);
3914 +
3915 + if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
3916 +
3917 + return C;
3918 +};
3919 +
3920 +
3921 +/***/ }),
3922 +
3923 +/***/ "../node_modules/core-js/library/modules/_core.js":
3924 +/*!********************************************************!*\
3925 + !*** ../node_modules/core-js/library/modules/_core.js ***!
3926 + \********************************************************/
3927 +/***/ ((module) => {
3928 +
3929 +var core = module.exports = { version: '2.6.12' };
3930 +if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
3931 +
3932 +
3933 +/***/ }),
3934 +
3935 +/***/ "../node_modules/core-js/library/modules/_create-property.js":
3936 +/*!*******************************************************************!*\
3937 + !*** ../node_modules/core-js/library/modules/_create-property.js ***!
3938 + \*******************************************************************/
3939 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3940 +
3941 +"use strict";
3942 +
3943 +var $defineProperty = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js");
3944 +var createDesc = __webpack_require__(/*! ./_property-desc */ "../node_modules/core-js/library/modules/_property-desc.js");
3945 +
3946 +module.exports = function (object, index, value) {
3947 + if (index in object) $defineProperty.f(object, index, createDesc(0, value));
3948 + else object[index] = value;
3949 +};
3950 +
3951 +
3952 +/***/ }),
3953 +
3954 +/***/ "../node_modules/core-js/library/modules/_ctx.js":
3955 +/*!*******************************************************!*\
3956 + !*** ../node_modules/core-js/library/modules/_ctx.js ***!
3957 + \*******************************************************/
3958 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3959 +
3960 +// optional / simple context binding
3961 +var aFunction = __webpack_require__(/*! ./_a-function */ "../node_modules/core-js/library/modules/_a-function.js");
3962 +module.exports = function (fn, that, length) {
3963 + aFunction(fn);
3964 + if (that === undefined) return fn;
3965 + switch (length) {
3966 + case 1: return function (a) {
3967 + return fn.call(that, a);
3968 + };
3969 + case 2: return function (a, b) {
3970 + return fn.call(that, a, b);
3971 + };
3972 + case 3: return function (a, b, c) {
3973 + return fn.call(that, a, b, c);
3974 + };
3975 + }
3976 + return function (/* ...args */) {
3977 + return fn.apply(that, arguments);
3978 + };
3979 +};
3980 +
3981 +
3982 +/***/ }),
3983 +
3984 +/***/ "../node_modules/core-js/library/modules/_defined.js":
3985 +/*!***********************************************************!*\
3986 + !*** ../node_modules/core-js/library/modules/_defined.js ***!
3987 + \***********************************************************/
3988 +/***/ ((module) => {
3989 +
3990 +// 7.2.1 RequireObjectCoercible(argument)
3991 +module.exports = function (it) {
3992 + if (it == undefined) throw TypeError("Can't call method on " + it);
3993 + return it;
3994 +};
3995 +
3996 +
3997 +/***/ }),
3998 +
3999 +/***/ "../node_modules/core-js/library/modules/_descriptors.js":
4000 +/*!***************************************************************!*\
4001 + !*** ../node_modules/core-js/library/modules/_descriptors.js ***!
4002 + \***************************************************************/
4003 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4004 +
4005 +// Thank's IE8 for his funny defineProperty
4006 +module.exports = !__webpack_require__(/*! ./_fails */ "../node_modules/core-js/library/modules/_fails.js")(function () {
4007 + return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
4008 +});
4009 +
4010 +
4011 +/***/ }),
4012 +
4013 +/***/ "../node_modules/core-js/library/modules/_dom-create.js":
4014 +/*!**************************************************************!*\
4015 + !*** ../node_modules/core-js/library/modules/_dom-create.js ***!
4016 + \**************************************************************/
4017 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4018 +
4019 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
4020 +var document = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js").document;
4021 +// typeof document.createElement is 'object' in old IE
4022 +var is = isObject(document) && isObject(document.createElement);
4023 +module.exports = function (it) {
4024 + return is ? document.createElement(it) : {};
4025 +};
4026 +
4027 +
4028 +/***/ }),
4029 +
4030 +/***/ "../node_modules/core-js/library/modules/_enum-bug-keys.js":
4031 +/*!*****************************************************************!*\
4032 + !*** ../node_modules/core-js/library/modules/_enum-bug-keys.js ***!
4033 + \*****************************************************************/
4034 +/***/ ((module) => {
4035 +
4036 +// IE 8- don't enum bug keys
4037 +module.exports = (
4038 + 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'
4039 +).split(',');
4040 +
4041 +
4042 +/***/ }),
4043 +
4044 +/***/ "../node_modules/core-js/library/modules/_enum-keys.js":
4045 +/*!*************************************************************!*\
4046 + !*** ../node_modules/core-js/library/modules/_enum-keys.js ***!
4047 + \*************************************************************/
4048 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4049 +
4050 +// all enumerable object keys, includes symbols
4051 +var getKeys = __webpack_require__(/*! ./_object-keys */ "../node_modules/core-js/library/modules/_object-keys.js");
4052 +var gOPS = __webpack_require__(/*! ./_object-gops */ "../node_modules/core-js/library/modules/_object-gops.js");
4053 +var pIE = __webpack_require__(/*! ./_object-pie */ "../node_modules/core-js/library/modules/_object-pie.js");
4054 +module.exports = function (it) {
4055 + var result = getKeys(it);
4056 + var getSymbols = gOPS.f;
4057 + if (getSymbols) {
4058 + var symbols = getSymbols(it);
4059 + var isEnum = pIE.f;
4060 + var i = 0;
4061 + var key;
4062 + while (symbols.length > i) if (isEnum.call(it, key = symbols[i++])) result.push(key);
4063 + } return result;
4064 +};
4065 +
4066 +
4067 +/***/ }),
4068 +
4069 +/***/ "../node_modules/core-js/library/modules/_export.js":
4070 +/*!**********************************************************!*\
4071 + !*** ../node_modules/core-js/library/modules/_export.js ***!
4072 + \**********************************************************/
4073 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4074 +
4075 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js");
4076 +var core = __webpack_require__(/*! ./_core */ "../node_modules/core-js/library/modules/_core.js");
4077 +var ctx = __webpack_require__(/*! ./_ctx */ "../node_modules/core-js/library/modules/_ctx.js");
4078 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/library/modules/_hide.js");
4079 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/library/modules/_has.js");
4080 +var PROTOTYPE = 'prototype';
4081 +
4082 +var $export = function (type, name, source) {
4083 + var IS_FORCED = type & $export.F;
4084 + var IS_GLOBAL = type & $export.G;
4085 + var IS_STATIC = type & $export.S;
4086 + var IS_PROTO = type & $export.P;
4087 + var IS_BIND = type & $export.B;
4088 + var IS_WRAP = type & $export.W;
4089 + var exports = IS_GLOBAL ? core : core[name] || (core[name] = {});
4090 + var expProto = exports[PROTOTYPE];
4091 + var target = IS_GLOBAL ? global : IS_STATIC ? global[name] : (global[name] || {})[PROTOTYPE];
4092 + var key, own, out;
4093 + if (IS_GLOBAL) source = name;
4094 + for (key in source) {
4095 + // contains in native
4096 + own = !IS_FORCED && target && target[key] !== undefined;
4097 + if (own && has(exports, key)) continue;
4098 + // export native or passed
4099 + out = own ? target[key] : source[key];
4100 + // prevent global pollution for namespaces
4101 + exports[key] = IS_GLOBAL && typeof target[key] != 'function' ? source[key]
4102 + // bind timers to global for call from export context
4103 + : IS_BIND && own ? ctx(out, global)
4104 + // wrap global constructors for prevent change them in library
4105 + : IS_WRAP && target[key] == out ? (function (C) {
4106 + var F = function (a, b, c) {
4107 + if (this instanceof C) {
4108 + switch (arguments.length) {
4109 + case 0: return new C();
4110 + case 1: return new C(a);
4111 + case 2: return new C(a, b);
4112 + } return new C(a, b, c);
4113 + } return C.apply(this, arguments);
4114 + };
4115 + F[PROTOTYPE] = C[PROTOTYPE];
4116 + return F;
4117 + // make static versions for prototype methods
4118 + })(out) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out;
4119 + // export proto methods to core.%CONSTRUCTOR%.methods.%NAME%
4120 + if (IS_PROTO) {
4121 + (exports.virtual || (exports.virtual = {}))[key] = out;
4122 + // export proto methods to core.%CONSTRUCTOR%.prototype.%NAME%
4123 + if (type & $export.R && expProto && !expProto[key]) hide(expProto, key, out);
4124 + }
4125 + }
4126 +};
4127 +// type bitmap
4128 +$export.F = 1; // forced
4129 +$export.G = 2; // global
4130 +$export.S = 4; // static
4131 +$export.P = 8; // proto
4132 +$export.B = 16; // bind
4133 +$export.W = 32; // wrap
4134 +$export.U = 64; // safe
4135 +$export.R = 128; // real proto method for `library`
4136 +module.exports = $export;
4137 +
4138 +
4139 +/***/ }),
4140 +
4141 +/***/ "../node_modules/core-js/library/modules/_fails.js":
4142 +/*!*********************************************************!*\
4143 + !*** ../node_modules/core-js/library/modules/_fails.js ***!
4144 + \*********************************************************/
4145 +/***/ ((module) => {
4146 +
4147 +module.exports = function (exec) {
4148 + try {
4149 + return !!exec();
4150 + } catch (e) {
4151 + return true;
4152 + }
4153 +};
4154 +
4155 +
4156 +/***/ }),
4157 +
4158 +/***/ "../node_modules/core-js/library/modules/_for-of.js":
4159 +/*!**********************************************************!*\
4160 + !*** ../node_modules/core-js/library/modules/_for-of.js ***!
4161 + \**********************************************************/
4162 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4163 +
4164 +var ctx = __webpack_require__(/*! ./_ctx */ "../node_modules/core-js/library/modules/_ctx.js");
4165 +var call = __webpack_require__(/*! ./_iter-call */ "../node_modules/core-js/library/modules/_iter-call.js");
4166 +var isArrayIter = __webpack_require__(/*! ./_is-array-iter */ "../node_modules/core-js/library/modules/_is-array-iter.js");
4167 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
4168 +var toLength = __webpack_require__(/*! ./_to-length */ "../node_modules/core-js/library/modules/_to-length.js");
4169 +var getIterFn = __webpack_require__(/*! ./core.get-iterator-method */ "../node_modules/core-js/library/modules/core.get-iterator-method.js");
4170 +var BREAK = {};
4171 +var RETURN = {};
4172 +var exports = module.exports = function (iterable, entries, fn, that, ITERATOR) {
4173 + var iterFn = ITERATOR ? function () { return iterable; } : getIterFn(iterable);
4174 + var f = ctx(fn, that, entries ? 2 : 1);
4175 + var index = 0;
4176 + var length, step, iterator, result;
4177 + if (typeof iterFn != 'function') throw TypeError(iterable + ' is not iterable!');
4178 + // fast case for arrays with default iterator
4179 + if (isArrayIter(iterFn)) for (length = toLength(iterable.length); length > index; index++) {
4180 + result = entries ? f(anObject(step = iterable[index])[0], step[1]) : f(iterable[index]);
4181 + if (result === BREAK || result === RETURN) return result;
4182 + } else for (iterator = iterFn.call(iterable); !(step = iterator.next()).done;) {
4183 + result = call(iterator, f, step.value, entries);
4184 + if (result === BREAK || result === RETURN) return result;
4185 + }
4186 +};
4187 +exports.BREAK = BREAK;
4188 +exports.RETURN = RETURN;
4189 +
4190 +
4191 +/***/ }),
4192 +
4193 +/***/ "../node_modules/core-js/library/modules/_global.js":
4194 +/*!**********************************************************!*\
4195 + !*** ../node_modules/core-js/library/modules/_global.js ***!
4196 + \**********************************************************/
4197 +/***/ ((module) => {
4198 +
4199 +// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
4200 +var global = module.exports = typeof window != 'undefined' && window.Math == Math
4201 + ? window : typeof self != 'undefined' && self.Math == Math ? self
4202 + // eslint-disable-next-line no-new-func
4203 + : Function('return this')();
4204 +if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef
4205 +
4206 +
4207 +/***/ }),
4208 +
4209 +/***/ "../node_modules/core-js/library/modules/_has.js":
4210 +/*!*******************************************************!*\
4211 + !*** ../node_modules/core-js/library/modules/_has.js ***!
4212 + \*******************************************************/
4213 +/***/ ((module) => {
4214 +
4215 +var hasOwnProperty = {}.hasOwnProperty;
4216 +module.exports = function (it, key) {
4217 + return hasOwnProperty.call(it, key);
4218 +};
4219 +
4220 +
4221 +/***/ }),
4222 +
4223 +/***/ "../node_modules/core-js/library/modules/_hide.js":
4224 +/*!********************************************************!*\
4225 + !*** ../node_modules/core-js/library/modules/_hide.js ***!
4226 + \********************************************************/
4227 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4228 +
4229 +var dP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js");
4230 +var createDesc = __webpack_require__(/*! ./_property-desc */ "../node_modules/core-js/library/modules/_property-desc.js");
4231 +module.exports = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js") ? function (object, key, value) {
4232 + return dP.f(object, key, createDesc(1, value));
4233 +} : function (object, key, value) {
4234 + object[key] = value;
4235 + return object;
4236 +};
4237 +
4238 +
4239 +/***/ }),
4240 +
4241 +/***/ "../node_modules/core-js/library/modules/_html.js":
4242 +/*!********************************************************!*\
4243 + !*** ../node_modules/core-js/library/modules/_html.js ***!
4244 + \********************************************************/
4245 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4246 +
4247 +var document = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js").document;
4248 +module.exports = document && document.documentElement;
4249 +
4250 +
4251 +/***/ }),
4252 +
4253 +/***/ "../node_modules/core-js/library/modules/_ie8-dom-define.js":
4254 +/*!******************************************************************!*\
4255 + !*** ../node_modules/core-js/library/modules/_ie8-dom-define.js ***!
4256 + \******************************************************************/
4257 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4258 +
4259 +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 () {
4260 + return Object.defineProperty(__webpack_require__(/*! ./_dom-create */ "../node_modules/core-js/library/modules/_dom-create.js")('div'), 'a', { get: function () { return 7; } }).a != 7;
4261 +});
4262 +
4263 +
4264 +/***/ }),
4265 +
4266 +/***/ "../node_modules/core-js/library/modules/_invoke.js":
4267 +/*!**********************************************************!*\
4268 + !*** ../node_modules/core-js/library/modules/_invoke.js ***!
4269 + \**********************************************************/
4270 +/***/ ((module) => {
4271 +
4272 +// fast apply, http://jsperf.lnkit.com/fast-apply/5
4273 +module.exports = function (fn, args, that) {
4274 + var un = that === undefined;
4275 + switch (args.length) {
4276 + case 0: return un ? fn()
4277 + : fn.call(that);
4278 + case 1: return un ? fn(args[0])
4279 + : fn.call(that, args[0]);
4280 + case 2: return un ? fn(args[0], args[1])
4281 + : fn.call(that, args[0], args[1]);
4282 + case 3: return un ? fn(args[0], args[1], args[2])
4283 + : fn.call(that, args[0], args[1], args[2]);
4284 + case 4: return un ? fn(args[0], args[1], args[2], args[3])
4285 + : fn.call(that, args[0], args[1], args[2], args[3]);
4286 + } return fn.apply(that, args);
4287 +};
4288 +
4289 +
4290 +/***/ }),
4291 +
4292 +/***/ "../node_modules/core-js/library/modules/_iobject.js":
4293 +/*!***********************************************************!*\
4294 + !*** ../node_modules/core-js/library/modules/_iobject.js ***!
4295 + \***********************************************************/
4296 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4297 +
4298 +// fallback for non-array-like ES3 and non-enumerable old V8 strings
4299 +var cof = __webpack_require__(/*! ./_cof */ "../node_modules/core-js/library/modules/_cof.js");
4300 +// eslint-disable-next-line no-prototype-builtins
4301 +module.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
4302 + return cof(it) == 'String' ? it.split('') : Object(it);
4303 +};
4304 +
4305 +
4306 +/***/ }),
4307 +
4308 +/***/ "../node_modules/core-js/library/modules/_is-array-iter.js":
4309 +/*!*****************************************************************!*\
4310 + !*** ../node_modules/core-js/library/modules/_is-array-iter.js ***!
4311 + \*****************************************************************/
4312 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4313 +
4314 +// check on default Array iterator
4315 +var Iterators = __webpack_require__(/*! ./_iterators */ "../node_modules/core-js/library/modules/_iterators.js");
4316 +var ITERATOR = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('iterator');
4317 +var ArrayProto = Array.prototype;
4318 +
4319 +module.exports = function (it) {
4320 + return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
4321 +};
4322 +
4323 +
4324 +/***/ }),
4325 +
4326 +/***/ "../node_modules/core-js/library/modules/_is-array.js":
4327 +/*!************************************************************!*\
4328 + !*** ../node_modules/core-js/library/modules/_is-array.js ***!
4329 + \************************************************************/
4330 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4331 +
4332 +// 7.2.2 IsArray(argument)
4333 +var cof = __webpack_require__(/*! ./_cof */ "../node_modules/core-js/library/modules/_cof.js");
4334 +module.exports = Array.isArray || function isArray(arg) {
4335 + return cof(arg) == 'Array';
4336 +};
4337 +
4338 +
4339 +/***/ }),
4340 +
4341 +/***/ "../node_modules/core-js/library/modules/_is-object.js":
4342 +/*!*************************************************************!*\
4343 + !*** ../node_modules/core-js/library/modules/_is-object.js ***!
4344 + \*************************************************************/
4345 +/***/ ((module) => {
4346 +
4347 +module.exports = function (it) {
4348 + return typeof it === 'object' ? it !== null : typeof it === 'function';
4349 +};
4350 +
4351 +
4352 +/***/ }),
4353 +
4354 +/***/ "../node_modules/core-js/library/modules/_iter-call.js":
4355 +/*!*************************************************************!*\
4356 + !*** ../node_modules/core-js/library/modules/_iter-call.js ***!
4357 + \*************************************************************/
4358 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4359 +
4360 +// call something on iterator step with safe closing on error
4361 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
4362 +module.exports = function (iterator, fn, value, entries) {
4363 + try {
4364 + return entries ? fn(anObject(value)[0], value[1]) : fn(value);
4365 + // 7.4.6 IteratorClose(iterator, completion)
4366 + } catch (e) {
4367 + var ret = iterator['return'];
4368 + if (ret !== undefined) anObject(ret.call(iterator));
4369 + throw e;
4370 + }
4371 +};
4372 +
4373 +
4374 +/***/ }),
4375 +
4376 +/***/ "../node_modules/core-js/library/modules/_iter-create.js":
4377 +/*!***************************************************************!*\
4378 + !*** ../node_modules/core-js/library/modules/_iter-create.js ***!
4379 + \***************************************************************/
4380 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4381 +
4382 +"use strict";
4383 +
4384 +var create = __webpack_require__(/*! ./_object-create */ "../node_modules/core-js/library/modules/_object-create.js");
4385 +var descriptor = __webpack_require__(/*! ./_property-desc */ "../node_modules/core-js/library/modules/_property-desc.js");
4386 +var setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ "../node_modules/core-js/library/modules/_set-to-string-tag.js");
4387 +var IteratorPrototype = {};
4388 +
4389 +// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()
4390 +__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; });
4391 +
4392 +module.exports = function (Constructor, NAME, next) {
4393 + Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });
4394 + setToStringTag(Constructor, NAME + ' Iterator');
4395 +};
4396 +
4397 +
4398 +/***/ }),
4399 +
4400 +/***/ "../node_modules/core-js/library/modules/_iter-define.js":
4401 +/*!***************************************************************!*\
4402 + !*** ../node_modules/core-js/library/modules/_iter-define.js ***!
4403 + \***************************************************************/
4404 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4405 +
4406 +"use strict";
4407 +
4408 +var LIBRARY = __webpack_require__(/*! ./_library */ "../node_modules/core-js/library/modules/_library.js");
4409 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
4410 +var redefine = __webpack_require__(/*! ./_redefine */ "../node_modules/core-js/library/modules/_redefine.js");
4411 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/library/modules/_hide.js");
4412 +var Iterators = __webpack_require__(/*! ./_iterators */ "../node_modules/core-js/library/modules/_iterators.js");
4413 +var $iterCreate = __webpack_require__(/*! ./_iter-create */ "../node_modules/core-js/library/modules/_iter-create.js");
4414 +var setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ "../node_modules/core-js/library/modules/_set-to-string-tag.js");
4415 +var getPrototypeOf = __webpack_require__(/*! ./_object-gpo */ "../node_modules/core-js/library/modules/_object-gpo.js");
4416 +var ITERATOR = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('iterator');
4417 +var BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next`
4418 +var FF_ITERATOR = '@@iterator';
4419 +var KEYS = 'keys';
4420 +var VALUES = 'values';
4421 +
4422 +var returnThis = function () { return this; };
4423 +
4424 +module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {
4425 + $iterCreate(Constructor, NAME, next);
4426 + var getMethod = function (kind) {
4427 + if (!BUGGY && kind in proto) return proto[kind];
4428 + switch (kind) {
4429 + case KEYS: return function keys() { return new Constructor(this, kind); };
4430 + case VALUES: return function values() { return new Constructor(this, kind); };
4431 + } return function entries() { return new Constructor(this, kind); };
4432 + };
4433 + var TAG = NAME + ' Iterator';
4434 + var DEF_VALUES = DEFAULT == VALUES;
4435 + var VALUES_BUG = false;
4436 + var proto = Base.prototype;
4437 + var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT];
4438 + var $default = $native || getMethod(DEFAULT);
4439 + var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined;
4440 + var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;
4441 + var methods, key, IteratorPrototype;
4442 + // Fix native
4443 + if ($anyNative) {
4444 + IteratorPrototype = getPrototypeOf($anyNative.call(new Base()));
4445 + if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) {
4446 + // Set @@toStringTag to native iterators
4447 + setToStringTag(IteratorPrototype, TAG, true);
4448 + // fix for some old engines
4449 + if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR, returnThis);
4450 + }
4451 + }
4452 + // fix Array#{values, @@iterator}.name in V8 / FF
4453 + if (DEF_VALUES && $native && $native.name !== VALUES) {
4454 + VALUES_BUG = true;
4455 + $default = function values() { return $native.call(this); };
4456 + }
4457 + // Define iterator
4458 + if ((!LIBRARY || FORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) {
4459 + hide(proto, ITERATOR, $default);
4460 + }
4461 + // Plug for library
4462 + Iterators[NAME] = $default;
4463 + Iterators[TAG] = returnThis;
4464 + if (DEFAULT) {
4465 + methods = {
4466 + values: DEF_VALUES ? $default : getMethod(VALUES),
4467 + keys: IS_SET ? $default : getMethod(KEYS),
4468 + entries: $entries
4469 + };
4470 + if (FORCED) for (key in methods) {
4471 + if (!(key in proto)) redefine(proto, key, methods[key]);
4472 + } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods);
4473 + }
4474 + return methods;
4475 +};
4476 +
4477 +
4478 +/***/ }),
4479 +
4480 +/***/ "../node_modules/core-js/library/modules/_iter-detect.js":
4481 +/*!***************************************************************!*\
4482 + !*** ../node_modules/core-js/library/modules/_iter-detect.js ***!
4483 + \***************************************************************/
4484 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4485 +
4486 +var ITERATOR = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('iterator');
4487 +var SAFE_CLOSING = false;
4488 +
4489 +try {
4490 + var riter = [7][ITERATOR]();
4491 + riter['return'] = function () { SAFE_CLOSING = true; };
4492 + // eslint-disable-next-line no-throw-literal
4493 + Array.from(riter, function () { throw 2; });
4494 +} catch (e) { /* empty */ }
4495 +
4496 +module.exports = function (exec, skipClosing) {
4497 + if (!skipClosing && !SAFE_CLOSING) return false;
4498 + var safe = false;
4499 + try {
4500 + var arr = [7];
4501 + var iter = arr[ITERATOR]();
4502 + iter.next = function () { return { done: safe = true }; };
4503 + arr[ITERATOR] = function () { return iter; };
4504 + exec(arr);
4505 + } catch (e) { /* empty */ }
4506 + return safe;
4507 +};
4508 +
4509 +
4510 +/***/ }),
4511 +
4512 +/***/ "../node_modules/core-js/library/modules/_iter-step.js":
4513 +/*!*************************************************************!*\
4514 + !*** ../node_modules/core-js/library/modules/_iter-step.js ***!
4515 + \*************************************************************/
4516 +/***/ ((module) => {
4517 +
4518 +module.exports = function (done, value) {
4519 + return { value: value, done: !!done };
4520 +};
4521 +
4522 +
4523 +/***/ }),
4524 +
4525 +/***/ "../node_modules/core-js/library/modules/_iterators.js":
4526 +/*!*************************************************************!*\
4527 + !*** ../node_modules/core-js/library/modules/_iterators.js ***!
4528 + \*************************************************************/
4529 +/***/ ((module) => {
4530 +
4531 +module.exports = {};
4532 +
4533 +
4534 +/***/ }),
4535 +
4536 +/***/ "../node_modules/core-js/library/modules/_library.js":
4537 +/*!***********************************************************!*\
4538 + !*** ../node_modules/core-js/library/modules/_library.js ***!
4539 + \***********************************************************/
4540 +/***/ ((module) => {
4541 +
4542 +module.exports = true;
4543 +
4544 +
4545 +/***/ }),
4546 +
4547 +/***/ "../node_modules/core-js/library/modules/_meta.js":
4548 +/*!********************************************************!*\
4549 + !*** ../node_modules/core-js/library/modules/_meta.js ***!
4550 + \********************************************************/
4551 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4552 +
4553 +var META = __webpack_require__(/*! ./_uid */ "../node_modules/core-js/library/modules/_uid.js")('meta');
4554 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
4555 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/library/modules/_has.js");
4556 +var setDesc = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js").f;
4557 +var id = 0;
4558 +var isExtensible = Object.isExtensible || function () {
4559 + return true;
4560 +};
4561 +var FREEZE = !__webpack_require__(/*! ./_fails */ "../node_modules/core-js/library/modules/_fails.js")(function () {
4562 + return isExtensible(Object.preventExtensions({}));
4563 +});
4564 +var setMeta = function (it) {
4565 + setDesc(it, META, { value: {
4566 + i: 'O' + ++id, // object ID
4567 + w: {} // weak collections IDs
4568 + } });
4569 +};
4570 +var fastKey = function (it, create) {
4571 + // return primitive with prefix
4572 + if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;
4573 + if (!has(it, META)) {
4574 + // can't set metadata to uncaught frozen object
4575 + if (!isExtensible(it)) return 'F';
4576 + // not necessary to add metadata
4577 + if (!create) return 'E';
4578 + // add missing metadata
4579 + setMeta(it);
4580 + // return object ID
4581 + } return it[META].i;
4582 +};
4583 +var getWeak = function (it, create) {
4584 + if (!has(it, META)) {
4585 + // can't set metadata to uncaught frozen object
4586 + if (!isExtensible(it)) return true;
4587 + // not necessary to add metadata
4588 + if (!create) return false;
4589 + // add missing metadata
4590 + setMeta(it);
4591 + // return hash weak collections IDs
4592 + } return it[META].w;
4593 +};
4594 +// add metadata on freeze-family methods calling
4595 +var onFreeze = function (it) {
4596 + if (FREEZE && meta.NEED && isExtensible(it) && !has(it, META)) setMeta(it);
4597 + return it;
4598 +};
4599 +var meta = module.exports = {
4600 + KEY: META,
4601 + NEED: false,
4602 + fastKey: fastKey,
4603 + getWeak: getWeak,
4604 + onFreeze: onFreeze
4605 +};
4606 +
4607 +
4608 +/***/ }),
4609 +
4610 +/***/ "../node_modules/core-js/library/modules/_object-create.js":
4611 +/*!*****************************************************************!*\
4612 + !*** ../node_modules/core-js/library/modules/_object-create.js ***!
4613 + \*****************************************************************/
4614 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4615 +
4616 +// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
4617 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
4618 +var dPs = __webpack_require__(/*! ./_object-dps */ "../node_modules/core-js/library/modules/_object-dps.js");
4619 +var enumBugKeys = __webpack_require__(/*! ./_enum-bug-keys */ "../node_modules/core-js/library/modules/_enum-bug-keys.js");
4620 +var IE_PROTO = __webpack_require__(/*! ./_shared-key */ "../node_modules/core-js/library/modules/_shared-key.js")('IE_PROTO');
4621 +var Empty = function () { /* empty */ };
4622 +var PROTOTYPE = 'prototype';
4623 +
4624 +// Create object with fake `null` prototype: use iframe Object with cleared prototype
4625 +var createDict = function () {
4626 + // Thrash, waste and sodomy: IE GC bug
4627 + var iframe = __webpack_require__(/*! ./_dom-create */ "../node_modules/core-js/library/modules/_dom-create.js")('iframe');
4628 + var i = enumBugKeys.length;
4629 + var lt = '<';
4630 + var gt = '>';
4631 + var iframeDocument;
4632 + iframe.style.display = 'none';
4633 + __webpack_require__(/*! ./_html */ "../node_modules/core-js/library/modules/_html.js").appendChild(iframe);
4634 + iframe.src = 'javascript:'; // eslint-disable-line no-script-url
4635 + // createDict = iframe.contentWindow.Object;
4636 + // html.removeChild(iframe);
4637 + iframeDocument = iframe.contentWindow.document;
4638 + iframeDocument.open();
4639 + iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
4640 + iframeDocument.close();
4641 + createDict = iframeDocument.F;
4642 + while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];
4643 + return createDict();
4644 +};
4645 +
4646 +module.exports = Object.create || function create(O, Properties) {
4647 + var result;
4648 + if (O !== null) {
4649 + Empty[PROTOTYPE] = anObject(O);
4650 + result = new Empty();
4651 + Empty[PROTOTYPE] = null;
4652 + // add "__proto__" for Object.getPrototypeOf polyfill
4653 + result[IE_PROTO] = O;
4654 + } else result = createDict();
4655 + return Properties === undefined ? result : dPs(result, Properties);
4656 +};
4657 +
4658 +
4659 +/***/ }),
4660 +
4661 +/***/ "../node_modules/core-js/library/modules/_object-dp.js":
4662 +/*!*************************************************************!*\
4663 + !*** ../node_modules/core-js/library/modules/_object-dp.js ***!
4664 + \*************************************************************/
4665 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
4666 +
4667 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
4668 +var IE8_DOM_DEFINE = __webpack_require__(/*! ./_ie8-dom-define */ "../node_modules/core-js/library/modules/_ie8-dom-define.js");
4669 +var toPrimitive = __webpack_require__(/*! ./_to-primitive */ "../node_modules/core-js/library/modules/_to-primitive.js");
4670 +var dP = Object.defineProperty;
4671 +
4672 +exports.f = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js") ? Object.defineProperty : function defineProperty(O, P, Attributes) {
4673 + anObject(O);
4674 + P = toPrimitive(P, true);
4675 + anObject(Attributes);
4676 + if (IE8_DOM_DEFINE) try {
4677 + return dP(O, P, Attributes);
4678 + } catch (e) { /* empty */ }
4679 + if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
4680 + if ('value' in Attributes) O[P] = Attributes.value;
4681 + return O;
4682 +};
4683 +
4684 +
4685 +/***/ }),
4686 +
4687 +/***/ "../node_modules/core-js/library/modules/_object-dps.js":
4688 +/*!**************************************************************!*\
4689 + !*** ../node_modules/core-js/library/modules/_object-dps.js ***!
4690 + \**************************************************************/
4691 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4692 +
4693 +var dP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js");
4694 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
4695 +var getKeys = __webpack_require__(/*! ./_object-keys */ "../node_modules/core-js/library/modules/_object-keys.js");
4696 +
4697 +module.exports = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js") ? Object.defineProperties : function defineProperties(O, Properties) {
4698 + anObject(O);
4699 + var keys = getKeys(Properties);
4700 + var length = keys.length;
4701 + var i = 0;
4702 + var P;
4703 + while (length > i) dP.f(O, P = keys[i++], Properties[P]);
4704 + return O;
4705 +};
4706 +
4707 +
4708 +/***/ }),
4709 +
4710 +/***/ "../node_modules/core-js/library/modules/_object-gopd.js":
4711 +/*!***************************************************************!*\
4712 + !*** ../node_modules/core-js/library/modules/_object-gopd.js ***!
4713 + \***************************************************************/
4714 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
4715 +
4716 +var pIE = __webpack_require__(/*! ./_object-pie */ "../node_modules/core-js/library/modules/_object-pie.js");
4717 +var createDesc = __webpack_require__(/*! ./_property-desc */ "../node_modules/core-js/library/modules/_property-desc.js");
4718 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/library/modules/_to-iobject.js");
4719 +var toPrimitive = __webpack_require__(/*! ./_to-primitive */ "../node_modules/core-js/library/modules/_to-primitive.js");
4720 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/library/modules/_has.js");
4721 +var IE8_DOM_DEFINE = __webpack_require__(/*! ./_ie8-dom-define */ "../node_modules/core-js/library/modules/_ie8-dom-define.js");
4722 +var gOPD = Object.getOwnPropertyDescriptor;
4723 +
4724 +exports.f = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js") ? gOPD : function getOwnPropertyDescriptor(O, P) {
4725 + O = toIObject(O);
4726 + P = toPrimitive(P, true);
4727 + if (IE8_DOM_DEFINE) try {
4728 + return gOPD(O, P);
4729 + } catch (e) { /* empty */ }
4730 + if (has(O, P)) return createDesc(!pIE.f.call(O, P), O[P]);
4731 +};
4732 +
4733 +
4734 +/***/ }),
4735 +
4736 +/***/ "../node_modules/core-js/library/modules/_object-gopn-ext.js":
4737 +/*!*******************************************************************!*\
4738 + !*** ../node_modules/core-js/library/modules/_object-gopn-ext.js ***!
4739 + \*******************************************************************/
4740 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4741 +
4742 +// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
4743 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/library/modules/_to-iobject.js");
4744 +var gOPN = __webpack_require__(/*! ./_object-gopn */ "../node_modules/core-js/library/modules/_object-gopn.js").f;
4745 +var toString = {}.toString;
4746 +
4747 +var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames
4748 + ? Object.getOwnPropertyNames(window) : [];
4749 +
4750 +var getWindowNames = function (it) {
4751 + try {
4752 + return gOPN(it);
4753 + } catch (e) {
4754 + return windowNames.slice();
4755 + }
4756 +};
4757 +
4758 +module.exports.f = function getOwnPropertyNames(it) {
4759 + return windowNames && toString.call(it) == '[object Window]' ? getWindowNames(it) : gOPN(toIObject(it));
4760 +};
4761 +
4762 +
4763 +/***/ }),
4764 +
4765 +/***/ "../node_modules/core-js/library/modules/_object-gopn.js":
4766 +/*!***************************************************************!*\
4767 + !*** ../node_modules/core-js/library/modules/_object-gopn.js ***!
4768 + \***************************************************************/
4769 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
4770 +
4771 +// 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)
4772 +var $keys = __webpack_require__(/*! ./_object-keys-internal */ "../node_modules/core-js/library/modules/_object-keys-internal.js");
4773 +var hiddenKeys = __webpack_require__(/*! ./_enum-bug-keys */ "../node_modules/core-js/library/modules/_enum-bug-keys.js").concat('length', 'prototype');
4774 +
4775 +exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
4776 + return $keys(O, hiddenKeys);
4777 +};
4778 +
4779 +
4780 +/***/ }),
4781 +
4782 +/***/ "../node_modules/core-js/library/modules/_object-gops.js":
4783 +/*!***************************************************************!*\
4784 + !*** ../node_modules/core-js/library/modules/_object-gops.js ***!
4785 + \***************************************************************/
4786 +/***/ ((__unused_webpack_module, exports) => {
4787 +
4788 +exports.f = Object.getOwnPropertySymbols;
4789 +
4790 +
4791 +/***/ }),
4792 +
4793 +/***/ "../node_modules/core-js/library/modules/_object-gpo.js":
4794 +/*!**************************************************************!*\
4795 + !*** ../node_modules/core-js/library/modules/_object-gpo.js ***!
4796 + \**************************************************************/
4797 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4798 +
4799 +// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
4800 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/library/modules/_has.js");
4801 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/library/modules/_to-object.js");
4802 +var IE_PROTO = __webpack_require__(/*! ./_shared-key */ "../node_modules/core-js/library/modules/_shared-key.js")('IE_PROTO');
4803 +var ObjectProto = Object.prototype;
4804 +
4805 +module.exports = Object.getPrototypeOf || function (O) {
4806 + O = toObject(O);
4807 + if (has(O, IE_PROTO)) return O[IE_PROTO];
4808 + if (typeof O.constructor == 'function' && O instanceof O.constructor) {
4809 + return O.constructor.prototype;
4810 + } return O instanceof Object ? ObjectProto : null;
4811 +};
4812 +
4813 +
4814 +/***/ }),
4815 +
4816 +/***/ "../node_modules/core-js/library/modules/_object-keys-internal.js":
4817 +/*!************************************************************************!*\
4818 + !*** ../node_modules/core-js/library/modules/_object-keys-internal.js ***!
4819 + \************************************************************************/
4820 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4821 +
4822 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/library/modules/_has.js");
4823 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/library/modules/_to-iobject.js");
4824 +var arrayIndexOf = __webpack_require__(/*! ./_array-includes */ "../node_modules/core-js/library/modules/_array-includes.js")(false);
4825 +var IE_PROTO = __webpack_require__(/*! ./_shared-key */ "../node_modules/core-js/library/modules/_shared-key.js")('IE_PROTO');
4826 +
4827 +module.exports = function (object, names) {
4828 + var O = toIObject(object);
4829 + var i = 0;
4830 + var result = [];
4831 + var key;
4832 + for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key);
4833 + // Don't enum bug & hidden keys
4834 + while (names.length > i) if (has(O, key = names[i++])) {
4835 + ~arrayIndexOf(result, key) || result.push(key);
4836 + }
4837 + return result;
4838 +};
4839 +
4840 +
4841 +/***/ }),
4842 +
4843 +/***/ "../node_modules/core-js/library/modules/_object-keys.js":
4844 +/*!***************************************************************!*\
4845 + !*** ../node_modules/core-js/library/modules/_object-keys.js ***!
4846 + \***************************************************************/
4847 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4848 +
4849 +// 19.1.2.14 / 15.2.3.14 Object.keys(O)
4850 +var $keys = __webpack_require__(/*! ./_object-keys-internal */ "../node_modules/core-js/library/modules/_object-keys-internal.js");
4851 +var enumBugKeys = __webpack_require__(/*! ./_enum-bug-keys */ "../node_modules/core-js/library/modules/_enum-bug-keys.js");
4852 +
4853 +module.exports = Object.keys || function keys(O) {
4854 + return $keys(O, enumBugKeys);
4855 +};
4856 +
4857 +
4858 +/***/ }),
4859 +
4860 +/***/ "../node_modules/core-js/library/modules/_object-pie.js":
4861 +/*!**************************************************************!*\
4862 + !*** ../node_modules/core-js/library/modules/_object-pie.js ***!
4863 + \**************************************************************/
4864 +/***/ ((__unused_webpack_module, exports) => {
4865 +
4866 +exports.f = {}.propertyIsEnumerable;
4867 +
4868 +
4869 +/***/ }),
4870 +
4871 +/***/ "../node_modules/core-js/library/modules/_object-sap.js":
4872 +/*!**************************************************************!*\
4873 + !*** ../node_modules/core-js/library/modules/_object-sap.js ***!
4874 + \**************************************************************/
4875 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4876 +
4877 +// most Object methods by ES6 should accept primitives
4878 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
4879 +var core = __webpack_require__(/*! ./_core */ "../node_modules/core-js/library/modules/_core.js");
4880 +var fails = __webpack_require__(/*! ./_fails */ "../node_modules/core-js/library/modules/_fails.js");
4881 +module.exports = function (KEY, exec) {
4882 + var fn = (core.Object || {})[KEY] || Object[KEY];
4883 + var exp = {};
4884 + exp[KEY] = exec(fn);
4885 + $export($export.S + $export.F * fails(function () { fn(1); }), 'Object', exp);
4886 +};
4887 +
4888 +
4889 +/***/ }),
4890 +
4891 +/***/ "../node_modules/core-js/library/modules/_object-to-array.js":
4892 +/*!*******************************************************************!*\
4893 + !*** ../node_modules/core-js/library/modules/_object-to-array.js ***!
4894 + \*******************************************************************/
4895 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4896 +
4897 +var DESCRIPTORS = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js");
4898 +var getKeys = __webpack_require__(/*! ./_object-keys */ "../node_modules/core-js/library/modules/_object-keys.js");
4899 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/library/modules/_to-iobject.js");
4900 +var isEnum = __webpack_require__(/*! ./_object-pie */ "../node_modules/core-js/library/modules/_object-pie.js").f;
4901 +module.exports = function (isEntries) {
4902 + return function (it) {
4903 + var O = toIObject(it);
4904 + var keys = getKeys(O);
4905 + var length = keys.length;
4906 + var i = 0;
4907 + var result = [];
4908 + var key;
4909 + while (length > i) {
4910 + key = keys[i++];
4911 + if (!DESCRIPTORS || isEnum.call(O, key)) {
4912 + result.push(isEntries ? [key, O[key]] : O[key]);
4913 + }
4914 + }
4915 + return result;
4916 + };
4917 +};
4918 +
4919 +
4920 +/***/ }),
4921 +
4922 +/***/ "../node_modules/core-js/library/modules/_property-desc.js":
4923 +/*!*****************************************************************!*\
4924 + !*** ../node_modules/core-js/library/modules/_property-desc.js ***!
4925 + \*****************************************************************/
4926 +/***/ ((module) => {
4927 +
4928 +module.exports = function (bitmap, value) {
4929 + return {
4930 + enumerable: !(bitmap & 1),
4931 + configurable: !(bitmap & 2),
4932 + writable: !(bitmap & 4),
4933 + value: value
4934 + };
4935 +};
4936 +
4937 +
4938 +/***/ }),
4939 +
4940 +/***/ "../node_modules/core-js/library/modules/_redefine-all.js":
4941 +/*!****************************************************************!*\
4942 + !*** ../node_modules/core-js/library/modules/_redefine-all.js ***!
4943 + \****************************************************************/
4944 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4945 +
4946 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/library/modules/_hide.js");
4947 +module.exports = function (target, src, safe) {
4948 + for (var key in src) {
4949 + if (safe && target[key]) target[key] = src[key];
4950 + else hide(target, key, src[key]);
4951 + } return target;
4952 +};
4953 +
4954 +
4955 +/***/ }),
4956 +
4957 +/***/ "../node_modules/core-js/library/modules/_redefine.js":
4958 +/*!************************************************************!*\
4959 + !*** ../node_modules/core-js/library/modules/_redefine.js ***!
4960 + \************************************************************/
4961 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4962 +
4963 +module.exports = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/library/modules/_hide.js");
4964 +
4965 +
4966 +/***/ }),
4967 +
4968 +/***/ "../node_modules/core-js/library/modules/_set-collection-from.js":
4969 +/*!***********************************************************************!*\
4970 + !*** ../node_modules/core-js/library/modules/_set-collection-from.js ***!
4971 + \***********************************************************************/
4972 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4973 +
4974 +"use strict";
4975 +
4976 +// https://tc39.github.io/proposal-setmap-offrom/
4977 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
4978 +var aFunction = __webpack_require__(/*! ./_a-function */ "../node_modules/core-js/library/modules/_a-function.js");
4979 +var ctx = __webpack_require__(/*! ./_ctx */ "../node_modules/core-js/library/modules/_ctx.js");
4980 +var forOf = __webpack_require__(/*! ./_for-of */ "../node_modules/core-js/library/modules/_for-of.js");
4981 +
4982 +module.exports = function (COLLECTION) {
4983 + $export($export.S, COLLECTION, { from: function from(source /* , mapFn, thisArg */) {
4984 + var mapFn = arguments[1];
4985 + var mapping, A, n, cb;
4986 + aFunction(this);
4987 + mapping = mapFn !== undefined;
4988 + if (mapping) aFunction(mapFn);
4989 + if (source == undefined) return new this();
4990 + A = [];
4991 + if (mapping) {
4992 + n = 0;
4993 + cb = ctx(mapFn, arguments[2], 2);
4994 + forOf(source, false, function (nextItem) {
4995 + A.push(cb(nextItem, n++));
4996 + });
4997 + } else {
4998 + forOf(source, false, A.push, A);
4999 + }
5000 + return new this(A);
5001 + } });
5002 +};
5003 +
5004 +
5005 +/***/ }),
5006 +
5007 +/***/ "../node_modules/core-js/library/modules/_set-collection-of.js":
5008 +/*!*********************************************************************!*\
5009 + !*** ../node_modules/core-js/library/modules/_set-collection-of.js ***!
5010 + \*********************************************************************/
5011 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5012 +
5013 +"use strict";
5014 +
5015 +// https://tc39.github.io/proposal-setmap-offrom/
5016 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5017 +
5018 +module.exports = function (COLLECTION) {
5019 + $export($export.S, COLLECTION, { of: function of() {
5020 + var length = arguments.length;
5021 + var A = new Array(length);
5022 + while (length--) A[length] = arguments[length];
5023 + return new this(A);
5024 + } });
5025 +};
5026 +
5027 +
5028 +/***/ }),
5029 +
5030 +/***/ "../node_modules/core-js/library/modules/_set-proto.js":
5031 +/*!*************************************************************!*\
5032 + !*** ../node_modules/core-js/library/modules/_set-proto.js ***!
5033 + \*************************************************************/
5034 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5035 +
5036 +// Works with __proto__ only. Old v8 can't work with null proto objects.
5037 +/* eslint-disable no-proto */
5038 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
5039 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
5040 +var check = function (O, proto) {
5041 + anObject(O);
5042 + if (!isObject(proto) && proto !== null) throw TypeError(proto + ": can't set as prototype!");
5043 +};
5044 +module.exports = {
5045 + set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line
5046 + function (test, buggy, set) {
5047 + try {
5048 + 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);
5049 + set(test, []);
5050 + buggy = !(test instanceof Array);
5051 + } catch (e) { buggy = true; }
5052 + return function setPrototypeOf(O, proto) {
5053 + check(O, proto);
5054 + if (buggy) O.__proto__ = proto;
5055 + else set(O, proto);
5056 + return O;
5057 + };
5058 + }({}, false) : undefined),
5059 + check: check
5060 +};
5061 +
5062 +
5063 +/***/ }),
5064 +
5065 +/***/ "../node_modules/core-js/library/modules/_set-species.js":
5066 +/*!***************************************************************!*\
5067 + !*** ../node_modules/core-js/library/modules/_set-species.js ***!
5068 + \***************************************************************/
5069 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5070 +
5071 +"use strict";
5072 +
5073 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js");
5074 +var core = __webpack_require__(/*! ./_core */ "../node_modules/core-js/library/modules/_core.js");
5075 +var dP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js");
5076 +var DESCRIPTORS = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js");
5077 +var SPECIES = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('species');
5078 +
5079 +module.exports = function (KEY) {
5080 + var C = typeof core[KEY] == 'function' ? core[KEY] : global[KEY];
5081 + if (DESCRIPTORS && C && !C[SPECIES]) dP.f(C, SPECIES, {
5082 + configurable: true,
5083 + get: function () { return this; }
5084 + });
5085 +};
5086 +
5087 +
5088 +/***/ }),
5089 +
5090 +/***/ "../node_modules/core-js/library/modules/_set-to-string-tag.js":
5091 +/*!*********************************************************************!*\
5092 + !*** ../node_modules/core-js/library/modules/_set-to-string-tag.js ***!
5093 + \*********************************************************************/
5094 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5095 +
5096 +var def = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js").f;
5097 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/library/modules/_has.js");
5098 +var TAG = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('toStringTag');
5099 +
5100 +module.exports = function (it, tag, stat) {
5101 + if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag });
5102 +};
5103 +
5104 +
5105 +/***/ }),
5106 +
5107 +/***/ "../node_modules/core-js/library/modules/_shared-key.js":
5108 +/*!**************************************************************!*\
5109 + !*** ../node_modules/core-js/library/modules/_shared-key.js ***!
5110 + \**************************************************************/
5111 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5112 +
5113 +var shared = __webpack_require__(/*! ./_shared */ "../node_modules/core-js/library/modules/_shared.js")('keys');
5114 +var uid = __webpack_require__(/*! ./_uid */ "../node_modules/core-js/library/modules/_uid.js");
5115 +module.exports = function (key) {
5116 + return shared[key] || (shared[key] = uid(key));
5117 +};
5118 +
5119 +
5120 +/***/ }),
5121 +
5122 +/***/ "../node_modules/core-js/library/modules/_shared.js":
5123 +/*!**********************************************************!*\
5124 + !*** ../node_modules/core-js/library/modules/_shared.js ***!
5125 + \**********************************************************/
5126 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5127 +
5128 +var core = __webpack_require__(/*! ./_core */ "../node_modules/core-js/library/modules/_core.js");
5129 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js");
5130 +var SHARED = '__core-js_shared__';
5131 +var store = global[SHARED] || (global[SHARED] = {});
5132 +
5133 +(module.exports = function (key, value) {
5134 + return store[key] || (store[key] = value !== undefined ? value : {});
5135 +})('versions', []).push({
5136 + version: core.version,
5137 + mode: __webpack_require__(/*! ./_library */ "../node_modules/core-js/library/modules/_library.js") ? 'pure' : 'global',
5138 + copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
5139 +});
5140 +
5141 +
5142 +/***/ }),
5143 +
5144 +/***/ "../node_modules/core-js/library/modules/_string-at.js":
5145 +/*!*************************************************************!*\
5146 + !*** ../node_modules/core-js/library/modules/_string-at.js ***!
5147 + \*************************************************************/
5148 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5149 +
5150 +var toInteger = __webpack_require__(/*! ./_to-integer */ "../node_modules/core-js/library/modules/_to-integer.js");
5151 +var defined = __webpack_require__(/*! ./_defined */ "../node_modules/core-js/library/modules/_defined.js");
5152 +// true -> String#at
5153 +// false -> String#codePointAt
5154 +module.exports = function (TO_STRING) {
5155 + return function (that, pos) {
5156 + var s = String(defined(that));
5157 + var i = toInteger(pos);
5158 + var l = s.length;
5159 + var a, b;
5160 + if (i < 0 || i >= l) return TO_STRING ? '' : undefined;
5161 + a = s.charCodeAt(i);
5162 + return a < 0xd800 || a > 0xdbff || i + 1 === l || (b = s.charCodeAt(i + 1)) < 0xdc00 || b > 0xdfff
5163 + ? TO_STRING ? s.charAt(i) : a
5164 + : TO_STRING ? s.slice(i, i + 2) : (a - 0xd800 << 10) + (b - 0xdc00) + 0x10000;
5165 + };
5166 +};
5167 +
5168 +
5169 +/***/ }),
5170 +
5171 +/***/ "../node_modules/core-js/library/modules/_to-absolute-index.js":
5172 +/*!*********************************************************************!*\
5173 + !*** ../node_modules/core-js/library/modules/_to-absolute-index.js ***!
5174 + \*********************************************************************/
5175 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5176 +
5177 +var toInteger = __webpack_require__(/*! ./_to-integer */ "../node_modules/core-js/library/modules/_to-integer.js");
5178 +var max = Math.max;
5179 +var min = Math.min;
5180 +module.exports = function (index, length) {
5181 + index = toInteger(index);
5182 + return index < 0 ? max(index + length, 0) : min(index, length);
5183 +};
5184 +
5185 +
5186 +/***/ }),
5187 +
5188 +/***/ "../node_modules/core-js/library/modules/_to-integer.js":
5189 +/*!**************************************************************!*\
5190 + !*** ../node_modules/core-js/library/modules/_to-integer.js ***!
5191 + \**************************************************************/
5192 +/***/ ((module) => {
5193 +
5194 +// 7.1.4 ToInteger
5195 +var ceil = Math.ceil;
5196 +var floor = Math.floor;
5197 +module.exports = function (it) {
5198 + return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);
5199 +};
5200 +
5201 +
5202 +/***/ }),
5203 +
5204 +/***/ "../node_modules/core-js/library/modules/_to-iobject.js":
5205 +/*!**************************************************************!*\
5206 + !*** ../node_modules/core-js/library/modules/_to-iobject.js ***!
5207 + \**************************************************************/
5208 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5209 +
5210 +// to indexed object, toObject with fallback for non-array-like ES3 strings
5211 +var IObject = __webpack_require__(/*! ./_iobject */ "../node_modules/core-js/library/modules/_iobject.js");
5212 +var defined = __webpack_require__(/*! ./_defined */ "../node_modules/core-js/library/modules/_defined.js");
5213 +module.exports = function (it) {
5214 + return IObject(defined(it));
5215 +};
5216 +
5217 +
5218 +/***/ }),
5219 +
5220 +/***/ "../node_modules/core-js/library/modules/_to-length.js":
5221 +/*!*************************************************************!*\
5222 + !*** ../node_modules/core-js/library/modules/_to-length.js ***!
5223 + \*************************************************************/
5224 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5225 +
5226 +// 7.1.15 ToLength
5227 +var toInteger = __webpack_require__(/*! ./_to-integer */ "../node_modules/core-js/library/modules/_to-integer.js");
5228 +var min = Math.min;
5229 +module.exports = function (it) {
5230 + return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991
5231 +};
5232 +
5233 +
5234 +/***/ }),
5235 +
5236 +/***/ "../node_modules/core-js/library/modules/_to-object.js":
5237 +/*!*************************************************************!*\
5238 + !*** ../node_modules/core-js/library/modules/_to-object.js ***!
5239 + \*************************************************************/
5240 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5241 +
5242 +// 7.1.13 ToObject(argument)
5243 +var defined = __webpack_require__(/*! ./_defined */ "../node_modules/core-js/library/modules/_defined.js");
5244 +module.exports = function (it) {
5245 + return Object(defined(it));
5246 +};
5247 +
5248 +
5249 +/***/ }),
5250 +
5251 +/***/ "../node_modules/core-js/library/modules/_to-primitive.js":
5252 +/*!****************************************************************!*\
5253 + !*** ../node_modules/core-js/library/modules/_to-primitive.js ***!
5254 + \****************************************************************/
5255 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5256 +
5257 +// 7.1.1 ToPrimitive(input [, PreferredType])
5258 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
5259 +// instead of the ES6 spec version, we didn't implement @@toPrimitive case
5260 +// and the second argument - flag - preferred type is a string
5261 +module.exports = function (it, S) {
5262 + if (!isObject(it)) return it;
5263 + var fn, val;
5264 + if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
5265 + if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;
5266 + if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
5267 + throw TypeError("Can't convert object to primitive value");
5268 +};
5269 +
5270 +
5271 +/***/ }),
5272 +
5273 +/***/ "../node_modules/core-js/library/modules/_uid.js":
5274 +/*!*******************************************************!*\
5275 + !*** ../node_modules/core-js/library/modules/_uid.js ***!
5276 + \*******************************************************/
5277 +/***/ ((module) => {
5278 +
5279 +var id = 0;
5280 +var px = Math.random();
5281 +module.exports = function (key) {
5282 + return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));
5283 +};
5284 +
5285 +
5286 +/***/ }),
5287 +
5288 +/***/ "../node_modules/core-js/library/modules/_validate-collection.js":
5289 +/*!***********************************************************************!*\
5290 + !*** ../node_modules/core-js/library/modules/_validate-collection.js ***!
5291 + \***********************************************************************/
5292 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5293 +
5294 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
5295 +module.exports = function (it, TYPE) {
5296 + if (!isObject(it) || it._t !== TYPE) throw TypeError('Incompatible receiver, ' + TYPE + ' required!');
5297 + return it;
5298 +};
5299 +
5300 +
5301 +/***/ }),
5302 +
5303 +/***/ "../node_modules/core-js/library/modules/_wks-define.js":
5304 +/*!**************************************************************!*\
5305 + !*** ../node_modules/core-js/library/modules/_wks-define.js ***!
5306 + \**************************************************************/
5307 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5308 +
5309 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js");
5310 +var core = __webpack_require__(/*! ./_core */ "../node_modules/core-js/library/modules/_core.js");
5311 +var LIBRARY = __webpack_require__(/*! ./_library */ "../node_modules/core-js/library/modules/_library.js");
5312 +var wksExt = __webpack_require__(/*! ./_wks-ext */ "../node_modules/core-js/library/modules/_wks-ext.js");
5313 +var defineProperty = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js").f;
5314 +module.exports = function (name) {
5315 + var $Symbol = core.Symbol || (core.Symbol = LIBRARY ? {} : global.Symbol || {});
5316 + if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty($Symbol, name, { value: wksExt.f(name) });
5317 +};
5318 +
5319 +
5320 +/***/ }),
5321 +
5322 +/***/ "../node_modules/core-js/library/modules/_wks-ext.js":
5323 +/*!***********************************************************!*\
5324 + !*** ../node_modules/core-js/library/modules/_wks-ext.js ***!
5325 + \***********************************************************/
5326 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
5327 +
5328 +exports.f = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js");
5329 +
5330 +
5331 +/***/ }),
5332 +
5333 +/***/ "../node_modules/core-js/library/modules/_wks.js":
5334 +/*!*******************************************************!*\
5335 + !*** ../node_modules/core-js/library/modules/_wks.js ***!
5336 + \*******************************************************/
5337 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5338 +
5339 +var store = __webpack_require__(/*! ./_shared */ "../node_modules/core-js/library/modules/_shared.js")('wks');
5340 +var uid = __webpack_require__(/*! ./_uid */ "../node_modules/core-js/library/modules/_uid.js");
5341 +var Symbol = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js").Symbol;
5342 +var USE_SYMBOL = typeof Symbol == 'function';
5343 +
5344 +var $exports = module.exports = function (name) {
5345 + return store[name] || (store[name] =
5346 + USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name));
5347 +};
5348 +
5349 +$exports.store = store;
5350 +
5351 +
5352 +/***/ }),
5353 +
5354 +/***/ "../node_modules/core-js/library/modules/core.get-iterator-method.js":
5355 +/*!***************************************************************************!*\
5356 + !*** ../node_modules/core-js/library/modules/core.get-iterator-method.js ***!
5357 + \***************************************************************************/
5358 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5359 +
5360 +var classof = __webpack_require__(/*! ./_classof */ "../node_modules/core-js/library/modules/_classof.js");
5361 +var ITERATOR = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('iterator');
5362 +var Iterators = __webpack_require__(/*! ./_iterators */ "../node_modules/core-js/library/modules/_iterators.js");
5363 +module.exports = __webpack_require__(/*! ./_core */ "../node_modules/core-js/library/modules/_core.js").getIteratorMethod = function (it) {
5364 + if (it != undefined) return it[ITERATOR]
5365 + || it['@@iterator']
5366 + || Iterators[classof(it)];
5367 +};
5368 +
5369 +
5370 +/***/ }),
5371 +
5372 +/***/ "../node_modules/core-js/library/modules/es6.array.from.js":
5373 +/*!*****************************************************************!*\
5374 + !*** ../node_modules/core-js/library/modules/es6.array.from.js ***!
5375 + \*****************************************************************/
5376 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5377 +
5378 +"use strict";
5379 +
5380 +var ctx = __webpack_require__(/*! ./_ctx */ "../node_modules/core-js/library/modules/_ctx.js");
5381 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5382 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/library/modules/_to-object.js");
5383 +var call = __webpack_require__(/*! ./_iter-call */ "../node_modules/core-js/library/modules/_iter-call.js");
5384 +var isArrayIter = __webpack_require__(/*! ./_is-array-iter */ "../node_modules/core-js/library/modules/_is-array-iter.js");
5385 +var toLength = __webpack_require__(/*! ./_to-length */ "../node_modules/core-js/library/modules/_to-length.js");
5386 +var createProperty = __webpack_require__(/*! ./_create-property */ "../node_modules/core-js/library/modules/_create-property.js");
5387 +var getIterFn = __webpack_require__(/*! ./core.get-iterator-method */ "../node_modules/core-js/library/modules/core.get-iterator-method.js");
5388 +
5389 +$export($export.S + $export.F * !__webpack_require__(/*! ./_iter-detect */ "../node_modules/core-js/library/modules/_iter-detect.js")(function (iter) { Array.from(iter); }), 'Array', {
5390 + // 22.1.2.1 Array.from(arrayLike, mapfn = undefined, thisArg = undefined)
5391 + from: function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {
5392 + var O = toObject(arrayLike);
5393 + var C = typeof this == 'function' ? this : Array;
5394 + var aLen = arguments.length;
5395 + var mapfn = aLen > 1 ? arguments[1] : undefined;
5396 + var mapping = mapfn !== undefined;
5397 + var index = 0;
5398 + var iterFn = getIterFn(O);
5399 + var length, result, step, iterator;
5400 + if (mapping) mapfn = ctx(mapfn, aLen > 2 ? arguments[2] : undefined, 2);
5401 + // if object isn't iterable or it's array with default iterator - use simple case
5402 + if (iterFn != undefined && !(C == Array && isArrayIter(iterFn))) {
5403 + for (iterator = iterFn.call(O), result = new C(); !(step = iterator.next()).done; index++) {
5404 + createProperty(result, index, mapping ? call(iterator, mapfn, [step.value, index], true) : step.value);
5405 + }
5406 + } else {
5407 + length = toLength(O.length);
5408 + for (result = new C(length); length > index; index++) {
5409 + createProperty(result, index, mapping ? mapfn(O[index], index) : O[index]);
5410 + }
5411 + }
5412 + result.length = index;
5413 + return result;
5414 + }
5415 +});
5416 +
5417 +
5418 +/***/ }),
5419 +
5420 +/***/ "../node_modules/core-js/library/modules/es6.array.is-array.js":
5421 +/*!*********************************************************************!*\
5422 + !*** ../node_modules/core-js/library/modules/es6.array.is-array.js ***!
5423 + \*********************************************************************/
5424 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5425 +
5426 +// 22.1.2.2 / 15.4.3.2 Array.isArray(arg)
5427 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5428 +
5429 +$export($export.S, 'Array', { isArray: __webpack_require__(/*! ./_is-array */ "../node_modules/core-js/library/modules/_is-array.js") });
5430 +
5431 +
5432 +/***/ }),
5433 +
5434 +/***/ "../node_modules/core-js/library/modules/es6.array.iterator.js":
5435 +/*!*********************************************************************!*\
5436 + !*** ../node_modules/core-js/library/modules/es6.array.iterator.js ***!
5437 + \*********************************************************************/
5438 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5439 +
5440 +"use strict";
5441 +
5442 +var addToUnscopables = __webpack_require__(/*! ./_add-to-unscopables */ "../node_modules/core-js/library/modules/_add-to-unscopables.js");
5443 +var step = __webpack_require__(/*! ./_iter-step */ "../node_modules/core-js/library/modules/_iter-step.js");
5444 +var Iterators = __webpack_require__(/*! ./_iterators */ "../node_modules/core-js/library/modules/_iterators.js");
5445 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/library/modules/_to-iobject.js");
5446 +
5447 +// 22.1.3.4 Array.prototype.entries()
5448 +// 22.1.3.13 Array.prototype.keys()
5449 +// 22.1.3.29 Array.prototype.values()
5450 +// 22.1.3.30 Array.prototype[@@iterator]()
5451 +module.exports = __webpack_require__(/*! ./_iter-define */ "../node_modules/core-js/library/modules/_iter-define.js")(Array, 'Array', function (iterated, kind) {
5452 + this._t = toIObject(iterated); // target
5453 + this._i = 0; // next index
5454 + this._k = kind; // kind
5455 +// 22.1.5.2.1 %ArrayIteratorPrototype%.next()
5456 +}, function () {
5457 + var O = this._t;
5458 + var kind = this._k;
5459 + var index = this._i++;
5460 + if (!O || index >= O.length) {
5461 + this._t = undefined;
5462 + return step(1);
5463 + }
5464 + if (kind == 'keys') return step(0, index);
5465 + if (kind == 'values') return step(0, O[index]);
5466 + return step(0, [index, O[index]]);
5467 +}, 'values');
5468 +
5469 +// argumentsList[@@iterator] is %ArrayProto_values% (9.4.4.6, 9.4.4.7)
5470 +Iterators.Arguments = Iterators.Array;
5471 +
5472 +addToUnscopables('keys');
5473 +addToUnscopables('values');
5474 +addToUnscopables('entries');
5475 +
5476 +
5477 +/***/ }),
5478 +
5479 +/***/ "../node_modules/core-js/library/modules/es6.function.has-instance.js":
5480 +/*!****************************************************************************!*\
5481 + !*** ../node_modules/core-js/library/modules/es6.function.has-instance.js ***!
5482 + \****************************************************************************/
5483 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5484 +
5485 +"use strict";
5486 +
5487 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
5488 +var getPrototypeOf = __webpack_require__(/*! ./_object-gpo */ "../node_modules/core-js/library/modules/_object-gpo.js");
5489 +var HAS_INSTANCE = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('hasInstance');
5490 +var FunctionProto = Function.prototype;
5491 +// 19.2.3.6 Function.prototype[@@hasInstance](V)
5492 +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) {
5493 + if (typeof this != 'function' || !isObject(O)) return false;
5494 + if (!isObject(this.prototype)) return O instanceof this;
5495 + // for environment w/o native `@@hasInstance` logic enough `instanceof`, but add this:
5496 + while (O = getPrototypeOf(O)) if (this.prototype === O) return true;
5497 + return false;
5498 +} });
5499 +
5500 +
5501 +/***/ }),
5502 +
5503 +/***/ "../node_modules/core-js/library/modules/es6.map.js":
5504 +/*!**********************************************************!*\
5505 + !*** ../node_modules/core-js/library/modules/es6.map.js ***!
5506 + \**********************************************************/
5507 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5508 +
5509 +"use strict";
5510 +
5511 +var strong = __webpack_require__(/*! ./_collection-strong */ "../node_modules/core-js/library/modules/_collection-strong.js");
5512 +var validate = __webpack_require__(/*! ./_validate-collection */ "../node_modules/core-js/library/modules/_validate-collection.js");
5513 +var MAP = 'Map';
5514 +
5515 +// 23.1 Map Objects
5516 +module.exports = __webpack_require__(/*! ./_collection */ "../node_modules/core-js/library/modules/_collection.js")(MAP, function (get) {
5517 + return function Map() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };
5518 +}, {
5519 + // 23.1.3.6 Map.prototype.get(key)
5520 + get: function get(key) {
5521 + var entry = strong.getEntry(validate(this, MAP), key);
5522 + return entry && entry.v;
5523 + },
5524 + // 23.1.3.9 Map.prototype.set(key, value)
5525 + set: function set(key, value) {
5526 + return strong.def(validate(this, MAP), key === 0 ? 0 : key, value);
5527 + }
5528 +}, strong, true);
5529 +
5530 +
5531 +/***/ }),
5532 +
5533 +/***/ "../node_modules/core-js/library/modules/es6.object.create.js":
5534 +/*!********************************************************************!*\
5535 + !*** ../node_modules/core-js/library/modules/es6.object.create.js ***!
5536 + \********************************************************************/
5537 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5538 +
5539 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5540 +// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
5541 +$export($export.S, 'Object', { create: __webpack_require__(/*! ./_object-create */ "../node_modules/core-js/library/modules/_object-create.js") });
5542 +
5543 +
5544 +/***/ }),
5545 +
5546 +/***/ "../node_modules/core-js/library/modules/es6.object.define-property.js":
5547 +/*!*****************************************************************************!*\
5548 + !*** ../node_modules/core-js/library/modules/es6.object.define-property.js ***!
5549 + \*****************************************************************************/
5550 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5551 +
5552 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5553 +// 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
5554 +$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 });
5555 +
5556 +
5557 +/***/ }),
5558 +
5559 +/***/ "../node_modules/core-js/library/modules/es6.object.get-own-property-descriptor.js":
5560 +/*!*****************************************************************************************!*\
5561 + !*** ../node_modules/core-js/library/modules/es6.object.get-own-property-descriptor.js ***!
5562 + \*****************************************************************************************/
5563 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5564 +
5565 +// 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)
5566 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/library/modules/_to-iobject.js");
5567 +var $getOwnPropertyDescriptor = __webpack_require__(/*! ./_object-gopd */ "../node_modules/core-js/library/modules/_object-gopd.js").f;
5568 +
5569 +__webpack_require__(/*! ./_object-sap */ "../node_modules/core-js/library/modules/_object-sap.js")('getOwnPropertyDescriptor', function () {
5570 + return function getOwnPropertyDescriptor(it, key) {
5571 + return $getOwnPropertyDescriptor(toIObject(it), key);
5572 + };
5573 +});
5574 +
5575 +
5576 +/***/ }),
5577 +
5578 +/***/ "../node_modules/core-js/library/modules/es6.object.get-prototype-of.js":
5579 +/*!******************************************************************************!*\
5580 + !*** ../node_modules/core-js/library/modules/es6.object.get-prototype-of.js ***!
5581 + \******************************************************************************/
5582 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5583 +
5584 +// 19.1.2.9 Object.getPrototypeOf(O)
5585 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/library/modules/_to-object.js");
5586 +var $getPrototypeOf = __webpack_require__(/*! ./_object-gpo */ "../node_modules/core-js/library/modules/_object-gpo.js");
5587 +
5588 +__webpack_require__(/*! ./_object-sap */ "../node_modules/core-js/library/modules/_object-sap.js")('getPrototypeOf', function () {
5589 + return function getPrototypeOf(it) {
5590 + return $getPrototypeOf(toObject(it));
5591 + };
5592 +});
5593 +
5594 +
5595 +/***/ }),
5596 +
5597 +/***/ "../node_modules/core-js/library/modules/es6.object.keys.js":
5598 +/*!******************************************************************!*\
5599 + !*** ../node_modules/core-js/library/modules/es6.object.keys.js ***!
5600 + \******************************************************************/
5601 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5602 +
5603 +// 19.1.2.14 Object.keys(O)
5604 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/library/modules/_to-object.js");
5605 +var $keys = __webpack_require__(/*! ./_object-keys */ "../node_modules/core-js/library/modules/_object-keys.js");
5606 +
5607 +__webpack_require__(/*! ./_object-sap */ "../node_modules/core-js/library/modules/_object-sap.js")('keys', function () {
5608 + return function keys(it) {
5609 + return $keys(toObject(it));
5610 + };
5611 +});
5612 +
5613 +
5614 +/***/ }),
5615 +
5616 +/***/ "../node_modules/core-js/library/modules/es6.object.set-prototype-of.js":
5617 +/*!******************************************************************************!*\
5618 + !*** ../node_modules/core-js/library/modules/es6.object.set-prototype-of.js ***!
5619 + \******************************************************************************/
5620 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5621 +
5622 +// 19.1.3.19 Object.setPrototypeOf(O, proto)
5623 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5624 +$export($export.S, 'Object', { setPrototypeOf: __webpack_require__(/*! ./_set-proto */ "../node_modules/core-js/library/modules/_set-proto.js").set });
5625 +
5626 +
5627 +/***/ }),
5628 +
5629 +/***/ "../node_modules/core-js/library/modules/es6.object.to-string.js":
5630 +/*!***********************************************************************!*\
5631 + !*** ../node_modules/core-js/library/modules/es6.object.to-string.js ***!
5632 + \***********************************************************************/
5633 +/***/ (() => {
5634 +
5635 +
5636 +
5637 +/***/ }),
5638 +
5639 +/***/ "../node_modules/core-js/library/modules/es6.reflect.construct.js":
5640 +/*!************************************************************************!*\
5641 + !*** ../node_modules/core-js/library/modules/es6.reflect.construct.js ***!
5642 + \************************************************************************/
5643 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5644 +
5645 +// 26.1.2 Reflect.construct(target, argumentsList [, newTarget])
5646 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5647 +var create = __webpack_require__(/*! ./_object-create */ "../node_modules/core-js/library/modules/_object-create.js");
5648 +var aFunction = __webpack_require__(/*! ./_a-function */ "../node_modules/core-js/library/modules/_a-function.js");
5649 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
5650 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
5651 +var fails = __webpack_require__(/*! ./_fails */ "../node_modules/core-js/library/modules/_fails.js");
5652 +var bind = __webpack_require__(/*! ./_bind */ "../node_modules/core-js/library/modules/_bind.js");
5653 +var rConstruct = (__webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js").Reflect || {}).construct;
5654 +
5655 +// MS Edge supports only 2 arguments and argumentsList argument is optional
5656 +// FF Nightly sets third argument as `new.target`, but does not create `this` from it
5657 +var NEW_TARGET_BUG = fails(function () {
5658 + function F() { /* empty */ }
5659 + return !(rConstruct(function () { /* empty */ }, [], F) instanceof F);
5660 +});
5661 +var ARGS_BUG = !fails(function () {
5662 + rConstruct(function () { /* empty */ });
5663 +});
5664 +
5665 +$export($export.S + $export.F * (NEW_TARGET_BUG || ARGS_BUG), 'Reflect', {
5666 + construct: function construct(Target, args /* , newTarget */) {
5667 + aFunction(Target);
5668 + anObject(args);
5669 + var newTarget = arguments.length < 3 ? Target : aFunction(arguments[2]);
5670 + if (ARGS_BUG && !NEW_TARGET_BUG) return rConstruct(Target, args, newTarget);
5671 + if (Target == newTarget) {
5672 + // w/o altered newTarget, optimization for 0-4 arguments
5673 + switch (args.length) {
5674 + case 0: return new Target();
5675 + case 1: return new Target(args[0]);
5676 + case 2: return new Target(args[0], args[1]);
5677 + case 3: return new Target(args[0], args[1], args[2]);
5678 + case 4: return new Target(args[0], args[1], args[2], args[3]);
5679 + }
5680 + // w/o altered newTarget, lot of arguments case
5681 + var $args = [null];
5682 + $args.push.apply($args, args);
5683 + return new (bind.apply(Target, $args))();
5684 + }
5685 + // with altered newTarget, not support built-in constructors
5686 + var proto = newTarget.prototype;
5687 + var instance = create(isObject(proto) ? proto : Object.prototype);
5688 + var result = Function.apply.call(Target, instance, args);
5689 + return isObject(result) ? result : instance;
5690 + }
5691 +});
5692 +
5693 +
5694 +/***/ }),
5695 +
5696 +/***/ "../node_modules/core-js/library/modules/es6.reflect.get.js":
5697 +/*!******************************************************************!*\
5698 + !*** ../node_modules/core-js/library/modules/es6.reflect.get.js ***!
5699 + \******************************************************************/
5700 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5701 +
5702 +// 26.1.6 Reflect.get(target, propertyKey [, receiver])
5703 +var gOPD = __webpack_require__(/*! ./_object-gopd */ "../node_modules/core-js/library/modules/_object-gopd.js");
5704 +var getPrototypeOf = __webpack_require__(/*! ./_object-gpo */ "../node_modules/core-js/library/modules/_object-gpo.js");
5705 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/library/modules/_has.js");
5706 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5707 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
5708 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
5709 +
5710 +function get(target, propertyKey /* , receiver */) {
5711 + var receiver = arguments.length < 3 ? target : arguments[2];
5712 + var desc, proto;
5713 + if (anObject(target) === receiver) return target[propertyKey];
5714 + if (desc = gOPD.f(target, propertyKey)) return has(desc, 'value')
5715 + ? desc.value
5716 + : desc.get !== undefined
5717 + ? desc.get.call(receiver)
5718 + : undefined;
5719 + if (isObject(proto = getPrototypeOf(target))) return get(proto, propertyKey, receiver);
5720 +}
5721 +
5722 +$export($export.S, 'Reflect', { get: get });
5723 +
5724 +
5725 +/***/ }),
5726 +
5727 +/***/ "../node_modules/core-js/library/modules/es6.string.iterator.js":
5728 +/*!**********************************************************************!*\
5729 + !*** ../node_modules/core-js/library/modules/es6.string.iterator.js ***!
5730 + \**********************************************************************/
5731 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5732 +
5733 +"use strict";
5734 +
5735 +var $at = __webpack_require__(/*! ./_string-at */ "../node_modules/core-js/library/modules/_string-at.js")(true);
5736 +
5737 +// 21.1.3.27 String.prototype[@@iterator]()
5738 +__webpack_require__(/*! ./_iter-define */ "../node_modules/core-js/library/modules/_iter-define.js")(String, 'String', function (iterated) {
5739 + this._t = String(iterated); // target
5740 + this._i = 0; // next index
5741 +// 21.1.5.2.1 %StringIteratorPrototype%.next()
5742 +}, function () {
5743 + var O = this._t;
5744 + var index = this._i;
5745 + var point;
5746 + if (index >= O.length) return { value: undefined, done: true };
5747 + point = $at(O, index);
5748 + this._i += point.length;
5749 + return { value: point, done: false };
5750 +});
5751 +
5752 +
5753 +/***/ }),
5754 +
5755 +/***/ "../node_modules/core-js/library/modules/es6.symbol.js":
5756 +/*!*************************************************************!*\
5757 + !*** ../node_modules/core-js/library/modules/es6.symbol.js ***!
5758 + \*************************************************************/
5759 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5760 +
5761 +"use strict";
5762 +
5763 +// ECMAScript 6 symbols shim
5764 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js");
5765 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/library/modules/_has.js");
5766 +var DESCRIPTORS = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/library/modules/_descriptors.js");
5767 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
5768 +var redefine = __webpack_require__(/*! ./_redefine */ "../node_modules/core-js/library/modules/_redefine.js");
5769 +var META = __webpack_require__(/*! ./_meta */ "../node_modules/core-js/library/modules/_meta.js").KEY;
5770 +var $fails = __webpack_require__(/*! ./_fails */ "../node_modules/core-js/library/modules/_fails.js");
5771 +var shared = __webpack_require__(/*! ./_shared */ "../node_modules/core-js/library/modules/_shared.js");
5772 +var setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ "../node_modules/core-js/library/modules/_set-to-string-tag.js");
5773 +var uid = __webpack_require__(/*! ./_uid */ "../node_modules/core-js/library/modules/_uid.js");
5774 +var wks = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js");
5775 +var wksExt = __webpack_require__(/*! ./_wks-ext */ "../node_modules/core-js/library/modules/_wks-ext.js");
5776 +var wksDefine = __webpack_require__(/*! ./_wks-define */ "../node_modules/core-js/library/modules/_wks-define.js");
5777 +var enumKeys = __webpack_require__(/*! ./_enum-keys */ "../node_modules/core-js/library/modules/_enum-keys.js");
5778 +var isArray = __webpack_require__(/*! ./_is-array */ "../node_modules/core-js/library/modules/_is-array.js");
5779 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/library/modules/_an-object.js");
5780 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/library/modules/_is-object.js");
5781 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/library/modules/_to-object.js");
5782 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/library/modules/_to-iobject.js");
5783 +var toPrimitive = __webpack_require__(/*! ./_to-primitive */ "../node_modules/core-js/library/modules/_to-primitive.js");
5784 +var createDesc = __webpack_require__(/*! ./_property-desc */ "../node_modules/core-js/library/modules/_property-desc.js");
5785 +var _create = __webpack_require__(/*! ./_object-create */ "../node_modules/core-js/library/modules/_object-create.js");
5786 +var gOPNExt = __webpack_require__(/*! ./_object-gopn-ext */ "../node_modules/core-js/library/modules/_object-gopn-ext.js");
5787 +var $GOPD = __webpack_require__(/*! ./_object-gopd */ "../node_modules/core-js/library/modules/_object-gopd.js");
5788 +var $GOPS = __webpack_require__(/*! ./_object-gops */ "../node_modules/core-js/library/modules/_object-gops.js");
5789 +var $DP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/library/modules/_object-dp.js");
5790 +var $keys = __webpack_require__(/*! ./_object-keys */ "../node_modules/core-js/library/modules/_object-keys.js");
5791 +var gOPD = $GOPD.f;
5792 +var dP = $DP.f;
5793 +var gOPN = gOPNExt.f;
5794 +var $Symbol = global.Symbol;
5795 +var $JSON = global.JSON;
5796 +var _stringify = $JSON && $JSON.stringify;
5797 +var PROTOTYPE = 'prototype';
5798 +var HIDDEN = wks('_hidden');
5799 +var TO_PRIMITIVE = wks('toPrimitive');
5800 +var isEnum = {}.propertyIsEnumerable;
5801 +var SymbolRegistry = shared('symbol-registry');
5802 +var AllSymbols = shared('symbols');
5803 +var OPSymbols = shared('op-symbols');
5804 +var ObjectProto = Object[PROTOTYPE];
5805 +var USE_NATIVE = typeof $Symbol == 'function' && !!$GOPS.f;
5806 +var QObject = global.QObject;
5807 +// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173
5808 +var setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;
5809 +
5810 +// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687
5811 +var setSymbolDesc = DESCRIPTORS && $fails(function () {
5812 + return _create(dP({}, 'a', {
5813 + get: function () { return dP(this, 'a', { value: 7 }).a; }
5814 + })).a != 7;
5815 +}) ? function (it, key, D) {
5816 + var protoDesc = gOPD(ObjectProto, key);
5817 + if (protoDesc) delete ObjectProto[key];
5818 + dP(it, key, D);
5819 + if (protoDesc && it !== ObjectProto) dP(ObjectProto, key, protoDesc);
5820 +} : dP;
5821 +
5822 +var wrap = function (tag) {
5823 + var sym = AllSymbols[tag] = _create($Symbol[PROTOTYPE]);
5824 + sym._k = tag;
5825 + return sym;
5826 +};
5827 +
5828 +var isSymbol = USE_NATIVE && typeof $Symbol.iterator == 'symbol' ? function (it) {
5829 + return typeof it == 'symbol';
5830 +} : function (it) {
5831 + return it instanceof $Symbol;
5832 +};
5833 +
5834 +var $defineProperty = function defineProperty(it, key, D) {
5835 + if (it === ObjectProto) $defineProperty(OPSymbols, key, D);
5836 + anObject(it);
5837 + key = toPrimitive(key, true);
5838 + anObject(D);
5839 + if (has(AllSymbols, key)) {
5840 + if (!D.enumerable) {
5841 + if (!has(it, HIDDEN)) dP(it, HIDDEN, createDesc(1, {}));
5842 + it[HIDDEN][key] = true;
5843 + } else {
5844 + if (has(it, HIDDEN) && it[HIDDEN][key]) it[HIDDEN][key] = false;
5845 + D = _create(D, { enumerable: createDesc(0, false) });
5846 + } return setSymbolDesc(it, key, D);
5847 + } return dP(it, key, D);
5848 +};
5849 +var $defineProperties = function defineProperties(it, P) {
5850 + anObject(it);
5851 + var keys = enumKeys(P = toIObject(P));
5852 + var i = 0;
5853 + var l = keys.length;
5854 + var key;
5855 + while (l > i) $defineProperty(it, key = keys[i++], P[key]);
5856 + return it;
5857 +};
5858 +var $create = function create(it, P) {
5859 + return P === undefined ? _create(it) : $defineProperties(_create(it), P);
5860 +};
5861 +var $propertyIsEnumerable = function propertyIsEnumerable(key) {
5862 + var E = isEnum.call(this, key = toPrimitive(key, true));
5863 + if (this === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return false;
5864 + return E || !has(this, key) || !has(AllSymbols, key) || has(this, HIDDEN) && this[HIDDEN][key] ? E : true;
5865 +};
5866 +var $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(it, key) {
5867 + it = toIObject(it);
5868 + key = toPrimitive(key, true);
5869 + if (it === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return;
5870 + var D = gOPD(it, key);
5871 + if (D && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) D.enumerable = true;
5872 + return D;
5873 +};
5874 +var $getOwnPropertyNames = function getOwnPropertyNames(it) {
5875 + var names = gOPN(toIObject(it));
5876 + var result = [];
5877 + var i = 0;
5878 + var key;
5879 + while (names.length > i) {
5880 + if (!has(AllSymbols, key = names[i++]) && key != HIDDEN && key != META) result.push(key);
5881 + } return result;
5882 +};
5883 +var $getOwnPropertySymbols = function getOwnPropertySymbols(it) {
5884 + var IS_OP = it === ObjectProto;
5885 + var names = gOPN(IS_OP ? OPSymbols : toIObject(it));
5886 + var result = [];
5887 + var i = 0;
5888 + var key;
5889 + while (names.length > i) {
5890 + if (has(AllSymbols, key = names[i++]) && (IS_OP ? has(ObjectProto, key) : true)) result.push(AllSymbols[key]);
5891 + } return result;
5892 +};
5893 +
5894 +// 19.4.1.1 Symbol([description])
5895 +if (!USE_NATIVE) {
5896 + $Symbol = function Symbol() {
5897 + if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor!');
5898 + var tag = uid(arguments.length > 0 ? arguments[0] : undefined);
5899 + var $set = function (value) {
5900 + if (this === ObjectProto) $set.call(OPSymbols, value);
5901 + if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;
5902 + setSymbolDesc(this, tag, createDesc(1, value));
5903 + };
5904 + if (DESCRIPTORS && setter) setSymbolDesc(ObjectProto, tag, { configurable: true, set: $set });
5905 + return wrap(tag);
5906 + };
5907 + redefine($Symbol[PROTOTYPE], 'toString', function toString() {
5908 + return this._k;
5909 + });
5910 +
5911 + $GOPD.f = $getOwnPropertyDescriptor;
5912 + $DP.f = $defineProperty;
5913 + __webpack_require__(/*! ./_object-gopn */ "../node_modules/core-js/library/modules/_object-gopn.js").f = gOPNExt.f = $getOwnPropertyNames;
5914 + __webpack_require__(/*! ./_object-pie */ "../node_modules/core-js/library/modules/_object-pie.js").f = $propertyIsEnumerable;
5915 + $GOPS.f = $getOwnPropertySymbols;
5916 +
5917 + if (DESCRIPTORS && !__webpack_require__(/*! ./_library */ "../node_modules/core-js/library/modules/_library.js")) {
5918 + redefine(ObjectProto, 'propertyIsEnumerable', $propertyIsEnumerable, true);
5919 + }
5920 +
5921 + wksExt.f = function (name) {
5922 + return wrap(wks(name));
5923 + };
5924 +}
5925 +
5926 +$export($export.G + $export.W + $export.F * !USE_NATIVE, { Symbol: $Symbol });
5927 +
5928 +for (var es6Symbols = (
5929 + // 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
5930 + 'hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables'
5931 +).split(','), j = 0; es6Symbols.length > j;)wks(es6Symbols[j++]);
5932 +
5933 +for (var wellKnownSymbols = $keys(wks.store), k = 0; wellKnownSymbols.length > k;) wksDefine(wellKnownSymbols[k++]);
5934 +
5935 +$export($export.S + $export.F * !USE_NATIVE, 'Symbol', {
5936 + // 19.4.2.1 Symbol.for(key)
5937 + 'for': function (key) {
5938 + return has(SymbolRegistry, key += '')
5939 + ? SymbolRegistry[key]
5940 + : SymbolRegistry[key] = $Symbol(key);
5941 + },
5942 + // 19.4.2.5 Symbol.keyFor(sym)
5943 + keyFor: function keyFor(sym) {
5944 + if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol!');
5945 + for (var key in SymbolRegistry) if (SymbolRegistry[key] === sym) return key;
5946 + },
5947 + useSetter: function () { setter = true; },
5948 + useSimple: function () { setter = false; }
5949 +});
5950 +
5951 +$export($export.S + $export.F * !USE_NATIVE, 'Object', {
5952 + // 19.1.2.2 Object.create(O [, Properties])
5953 + create: $create,
5954 + // 19.1.2.4 Object.defineProperty(O, P, Attributes)
5955 + defineProperty: $defineProperty,
5956 + // 19.1.2.3 Object.defineProperties(O, Properties)
5957 + defineProperties: $defineProperties,
5958 + // 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)
5959 + getOwnPropertyDescriptor: $getOwnPropertyDescriptor,
5960 + // 19.1.2.7 Object.getOwnPropertyNames(O)
5961 + getOwnPropertyNames: $getOwnPropertyNames,
5962 + // 19.1.2.8 Object.getOwnPropertySymbols(O)
5963 + getOwnPropertySymbols: $getOwnPropertySymbols
5964 +});
5965 +
5966 +// Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives
5967 +// https://bugs.chromium.org/p/v8/issues/detail?id=3443
5968 +var FAILS_ON_PRIMITIVES = $fails(function () { $GOPS.f(1); });
5969 +
5970 +$export($export.S + $export.F * FAILS_ON_PRIMITIVES, 'Object', {
5971 + getOwnPropertySymbols: function getOwnPropertySymbols(it) {
5972 + return $GOPS.f(toObject(it));
5973 + }
5974 +});
5975 +
5976 +// 24.3.2 JSON.stringify(value [, replacer [, space]])
5977 +$JSON && $export($export.S + $export.F * (!USE_NATIVE || $fails(function () {
5978 + var S = $Symbol();
5979 + // MS Edge converts symbol values to JSON as {}
5980 + // WebKit converts symbol values to JSON as null
5981 + // V8 throws on boxed symbols
5982 + return _stringify([S]) != '[null]' || _stringify({ a: S }) != '{}' || _stringify(Object(S)) != '{}';
5983 +})), 'JSON', {
5984 + stringify: function stringify(it) {
5985 + var args = [it];
5986 + var i = 1;
5987 + var replacer, $replacer;
5988 + while (arguments.length > i) args.push(arguments[i++]);
5989 + $replacer = replacer = args[1];
5990 + if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined
5991 + if (!isArray(replacer)) replacer = function (key, value) {
5992 + if (typeof $replacer == 'function') value = $replacer.call(this, key, value);
5993 + if (!isSymbol(value)) return value;
5994 + };
5995 + args[1] = replacer;
5996 + return _stringify.apply($JSON, args);
5997 + }
5998 +});
5999 +
6000 +// 19.4.3.4 Symbol.prototype[@@toPrimitive](hint)
6001 +$Symbol[PROTOTYPE][TO_PRIMITIVE] || __webpack_require__(/*! ./_hide */ "../node_modules/core-js/library/modules/_hide.js")($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);
6002 +// 19.4.3.5 Symbol.prototype[@@toStringTag]
6003 +setToStringTag($Symbol, 'Symbol');
6004 +// 20.2.1.9 Math[@@toStringTag]
6005 +setToStringTag(Math, 'Math', true);
6006 +// 24.3.3 JSON[@@toStringTag]
6007 +setToStringTag(global.JSON, 'JSON', true);
6008 +
6009 +
6010 +/***/ }),
6011 +
6012 +/***/ "../node_modules/core-js/library/modules/es7.map.from.js":
6013 +/*!***************************************************************!*\
6014 + !*** ../node_modules/core-js/library/modules/es7.map.from.js ***!
6015 + \***************************************************************/
6016 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
6017 +
6018 +// https://tc39.github.io/proposal-setmap-offrom/#sec-map.from
6019 +__webpack_require__(/*! ./_set-collection-from */ "../node_modules/core-js/library/modules/_set-collection-from.js")('Map');
6020 +
6021 +
6022 +/***/ }),
6023 +
6024 +/***/ "../node_modules/core-js/library/modules/es7.map.of.js":
6025 +/*!*************************************************************!*\
6026 + !*** ../node_modules/core-js/library/modules/es7.map.of.js ***!
6027 + \*************************************************************/
6028 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
6029 +
6030 +// https://tc39.github.io/proposal-setmap-offrom/#sec-map.of
6031 +__webpack_require__(/*! ./_set-collection-of */ "../node_modules/core-js/library/modules/_set-collection-of.js")('Map');
6032 +
6033 +
6034 +/***/ }),
6035 +
6036 +/***/ "../node_modules/core-js/library/modules/es7.map.to-json.js":
6037 +/*!******************************************************************!*\
6038 + !*** ../node_modules/core-js/library/modules/es7.map.to-json.js ***!
6039 + \******************************************************************/
6040 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
6041 +
6042 +// https://github.com/DavidBruant/Map-Set.prototype.toJSON
6043 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
6044 +
6045 +$export($export.P + $export.R, 'Map', { toJSON: __webpack_require__(/*! ./_collection-to-json */ "../node_modules/core-js/library/modules/_collection-to-json.js")('Map') });
6046 +
6047 +
6048 +/***/ }),
6049 +
6050 +/***/ "../node_modules/core-js/library/modules/es7.object.entries.js":
6051 +/*!*********************************************************************!*\
6052 + !*** ../node_modules/core-js/library/modules/es7.object.entries.js ***!
6053 + \*********************************************************************/
6054 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
6055 +
6056 +// https://github.com/tc39/proposal-object-values-entries
6057 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
6058 +var $entries = __webpack_require__(/*! ./_object-to-array */ "../node_modules/core-js/library/modules/_object-to-array.js")(true);
6059 +
6060 +$export($export.S, 'Object', {
6061 + entries: function entries(it) {
6062 + return $entries(it);
6063 + }
6064 +});
6065 +
6066 +
6067 +/***/ }),
6068 +
6069 +/***/ "../node_modules/core-js/library/modules/es7.object.values.js":
6070 +/*!********************************************************************!*\
6071 + !*** ../node_modules/core-js/library/modules/es7.object.values.js ***!
6072 + \********************************************************************/
6073 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
6074 +
6075 +// https://github.com/tc39/proposal-object-values-entries
6076 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/library/modules/_export.js");
6077 +var $values = __webpack_require__(/*! ./_object-to-array */ "../node_modules/core-js/library/modules/_object-to-array.js")(false);
6078 +
6079 +$export($export.S, 'Object', {
6080 + values: function values(it) {
6081 + return $values(it);
6082 + }
6083 +});
6084 +
6085 +
6086 +/***/ }),
6087 +
6088 +/***/ "../node_modules/core-js/library/modules/es7.symbol.async-iterator.js":
6089 +/*!****************************************************************************!*\
6090 + !*** ../node_modules/core-js/library/modules/es7.symbol.async-iterator.js ***!
6091 + \****************************************************************************/
6092 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
6093 +
6094 +__webpack_require__(/*! ./_wks-define */ "../node_modules/core-js/library/modules/_wks-define.js")('asyncIterator');
6095 +
6096 +
6097 +/***/ }),
6098 +
6099 +/***/ "../node_modules/core-js/library/modules/es7.symbol.observable.js":
6100 +/*!************************************************************************!*\
6101 + !*** ../node_modules/core-js/library/modules/es7.symbol.observable.js ***!
6102 + \************************************************************************/
6103 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
6104 +
6105 +__webpack_require__(/*! ./_wks-define */ "../node_modules/core-js/library/modules/_wks-define.js")('observable');
6106 +
6107 +
6108 +/***/ }),
6109 +
6110 +/***/ "../node_modules/core-js/library/modules/web.dom.iterable.js":
6111 +/*!*******************************************************************!*\
6112 + !*** ../node_modules/core-js/library/modules/web.dom.iterable.js ***!
6113 + \*******************************************************************/
6114 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
6115 +
6116 +__webpack_require__(/*! ./es6.array.iterator */ "../node_modules/core-js/library/modules/es6.array.iterator.js");
6117 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/library/modules/_global.js");
6118 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/library/modules/_hide.js");
6119 +var Iterators = __webpack_require__(/*! ./_iterators */ "../node_modules/core-js/library/modules/_iterators.js");
6120 +var TO_STRING_TAG = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/library/modules/_wks.js")('toStringTag');
6121 +
6122 +var DOMIterables = ('CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,' +
6123 + 'DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,' +
6124 + 'MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,' +
6125 + 'SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,' +
6126 + 'TextTrackList,TouchList').split(',');
6127 +
6128 +for (var i = 0; i < DOMIterables.length; i++) {
6129 + var NAME = DOMIterables[i];
6130 + var Collection = global[NAME];
6131 + var proto = Collection && Collection.prototype;
6132 + if (proto && !proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME);
6133 + Iterators[NAME] = Iterators.Array;
6134 +}
6135 +
6136 +
6137 +/***/ }),
6138 +
6139 +/***/ "../node_modules/core-js/modules/_a-function.js":
6140 +/*!******************************************************!*\
6141 + !*** ../node_modules/core-js/modules/_a-function.js ***!
6142 + \******************************************************/
6143 +/***/ ((module) => {
6144 +
6145 +module.exports = function (it) {
6146 + if (typeof it != 'function') throw TypeError(it + ' is not a function!');
6147 + return it;
6148 +};
6149 +
6150 +
6151 +/***/ }),
6152 +
6153 +/***/ "../node_modules/core-js/modules/_add-to-unscopables.js":
6154 +/*!**************************************************************!*\
6155 + !*** ../node_modules/core-js/modules/_add-to-unscopables.js ***!
6156 + \**************************************************************/
6157 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6158 +
6159 +// 22.1.3.31 Array.prototype[@@unscopables]
6160 +var UNSCOPABLES = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js")('unscopables');
6161 +var ArrayProto = Array.prototype;
6162 +if (ArrayProto[UNSCOPABLES] == undefined) __webpack_require__(/*! ./_hide */ "../node_modules/core-js/modules/_hide.js")(ArrayProto, UNSCOPABLES, {});
6163 +module.exports = function (key) {
6164 + ArrayProto[UNSCOPABLES][key] = true;
6165 +};
6166 +
6167 +
6168 +/***/ }),
6169 +
6170 +/***/ "../node_modules/core-js/modules/_advance-string-index.js":
6171 +/*!****************************************************************!*\
6172 + !*** ../node_modules/core-js/modules/_advance-string-index.js ***!
6173 + \****************************************************************/
6174 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6175 +
6176 +"use strict";
6177 +
6178 +var at = __webpack_require__(/*! ./_string-at */ "../node_modules/core-js/modules/_string-at.js")(true);
6179 +
6180 + // `AdvanceStringIndex` abstract operation
6181 +// https://tc39.github.io/ecma262/#sec-advancestringindex
6182 +module.exports = function (S, index, unicode) {
6183 + return index + (unicode ? at(S, index).length : 1);
6184 +};
6185 +
6186 +
6187 +/***/ }),
6188 +
6189 +/***/ "../node_modules/core-js/modules/_an-object.js":
6190 +/*!*****************************************************!*\
6191 + !*** ../node_modules/core-js/modules/_an-object.js ***!
6192 + \*****************************************************/
6193 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6194 +
6195 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/modules/_is-object.js");
6196 +module.exports = function (it) {
6197 + if (!isObject(it)) throw TypeError(it + ' is not an object!');
6198 + return it;
6199 +};
6200 +
6201 +
6202 +/***/ }),
6203 +
6204 +/***/ "../node_modules/core-js/modules/_array-includes.js":
6205 +/*!**********************************************************!*\
6206 + !*** ../node_modules/core-js/modules/_array-includes.js ***!
6207 + \**********************************************************/
6208 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6209 +
6210 +// false -> Array#indexOf
6211 +// true -> Array#includes
6212 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/modules/_to-iobject.js");
6213 +var toLength = __webpack_require__(/*! ./_to-length */ "../node_modules/core-js/modules/_to-length.js");
6214 +var toAbsoluteIndex = __webpack_require__(/*! ./_to-absolute-index */ "../node_modules/core-js/modules/_to-absolute-index.js");
6215 +module.exports = function (IS_INCLUDES) {
6216 + return function ($this, el, fromIndex) {
6217 + var O = toIObject($this);
6218 + var length = toLength(O.length);
6219 + var index = toAbsoluteIndex(fromIndex, length);
6220 + var value;
6221 + // Array#includes uses SameValueZero equality algorithm
6222 + // eslint-disable-next-line no-self-compare
6223 + if (IS_INCLUDES && el != el) while (length > index) {
6224 + value = O[index++];
6225 + // eslint-disable-next-line no-self-compare
6226 + if (value != value) return true;
6227 + // Array#indexOf ignores holes, Array#includes - not
6228 + } else for (;length > index; index++) if (IS_INCLUDES || index in O) {
6229 + if (O[index] === el) return IS_INCLUDES || index || 0;
6230 + } return !IS_INCLUDES && -1;
6231 + };
6232 +};
6233 +
6234 +
6235 +/***/ }),
6236 +
6237 +/***/ "../node_modules/core-js/modules/_array-methods.js":
6238 +/*!*********************************************************!*\
6239 + !*** ../node_modules/core-js/modules/_array-methods.js ***!
6240 + \*********************************************************/
6241 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6242 +
6243 +// 0 -> Array#forEach
6244 +// 1 -> Array#map
6245 +// 2 -> Array#filter
6246 +// 3 -> Array#some
6247 +// 4 -> Array#every
6248 +// 5 -> Array#find
6249 +// 6 -> Array#findIndex
6250 +var ctx = __webpack_require__(/*! ./_ctx */ "../node_modules/core-js/modules/_ctx.js");
6251 +var IObject = __webpack_require__(/*! ./_iobject */ "../node_modules/core-js/modules/_iobject.js");
6252 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/modules/_to-object.js");
6253 +var toLength = __webpack_require__(/*! ./_to-length */ "../node_modules/core-js/modules/_to-length.js");
6254 +var asc = __webpack_require__(/*! ./_array-species-create */ "../node_modules/core-js/modules/_array-species-create.js");
6255 +module.exports = function (TYPE, $create) {
6256 + var IS_MAP = TYPE == 1;
6257 + var IS_FILTER = TYPE == 2;
6258 + var IS_SOME = TYPE == 3;
6259 + var IS_EVERY = TYPE == 4;
6260 + var IS_FIND_INDEX = TYPE == 6;
6261 + var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
6262 + var create = $create || asc;
6263 + return function ($this, callbackfn, that) {
6264 + var O = toObject($this);
6265 + var self = IObject(O);
6266 + var f = ctx(callbackfn, that, 3);
6267 + var length = toLength(self.length);
6268 + var index = 0;
6269 + var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
6270 + var val, res;
6271 + for (;length > index; index++) if (NO_HOLES || index in self) {
6272 + val = self[index];
6273 + res = f(val, index, O);
6274 + if (TYPE) {
6275 + if (IS_MAP) result[index] = res; // map
6276 + else if (res) switch (TYPE) {
6277 + case 3: return true; // some
6278 + case 5: return val; // find
6279 + case 6: return index; // findIndex
6280 + case 2: result.push(val); // filter
6281 + } else if (IS_EVERY) return false; // every
6282 + }
6283 + }
6284 + return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : result;
6285 + };
6286 +};
6287 +
6288 +
6289 +/***/ }),
6290 +
6291 +/***/ "../node_modules/core-js/modules/_array-species-constructor.js":
6292 +/*!*********************************************************************!*\
6293 + !*** ../node_modules/core-js/modules/_array-species-constructor.js ***!
6294 + \*********************************************************************/
6295 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6296 +
6297 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/modules/_is-object.js");
6298 +var isArray = __webpack_require__(/*! ./_is-array */ "../node_modules/core-js/modules/_is-array.js");
6299 +var SPECIES = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js")('species');
6300 +
6301 +module.exports = function (original) {
6302 + var C;
6303 + if (isArray(original)) {
6304 + C = original.constructor;
6305 + // cross-realm fallback
6306 + if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
6307 + if (isObject(C)) {
6308 + C = C[SPECIES];
6309 + if (C === null) C = undefined;
6310 + }
6311 + } return C === undefined ? Array : C;
6312 +};
6313 +
6314 +
6315 +/***/ }),
6316 +
6317 +/***/ "../node_modules/core-js/modules/_array-species-create.js":
6318 +/*!****************************************************************!*\
6319 + !*** ../node_modules/core-js/modules/_array-species-create.js ***!
6320 + \****************************************************************/
6321 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6322 +
6323 +// 9.4.2.3 ArraySpeciesCreate(originalArray, length)
6324 +var speciesConstructor = __webpack_require__(/*! ./_array-species-constructor */ "../node_modules/core-js/modules/_array-species-constructor.js");
6325 +
6326 +module.exports = function (original, length) {
6327 + return new (speciesConstructor(original))(length);
6328 +};
6329 +
6330 +
6331 +/***/ }),
6332 +
6333 +/***/ "../node_modules/core-js/modules/_classof.js":
6334 +/*!***************************************************!*\
6335 + !*** ../node_modules/core-js/modules/_classof.js ***!
6336 + \***************************************************/
6337 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6338 +
6339 +// getting tag from 19.1.3.6 Object.prototype.toString()
6340 +var cof = __webpack_require__(/*! ./_cof */ "../node_modules/core-js/modules/_cof.js");
6341 +var TAG = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js")('toStringTag');
6342 +// ES3 wrong here
6343 +var ARG = cof(function () { return arguments; }()) == 'Arguments';
6344 +
6345 +// fallback for IE11 Script Access Denied error
6346 +var tryGet = function (it, key) {
6347 + try {
6348 + return it[key];
6349 + } catch (e) { /* empty */ }
6350 +};
6351 +
6352 +module.exports = function (it) {
6353 + var O, T, B;
6354 + return it === undefined ? 'Undefined' : it === null ? 'Null'
6355 + // @@toStringTag case
6356 + : typeof (T = tryGet(O = Object(it), TAG)) == 'string' ? T
6357 + // builtinTag case
6358 + : ARG ? cof(O)
6359 + // ES3 arguments fallback
6360 + : (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;
6361 +};
6362 +
6363 +
6364 +/***/ }),
6365 +
6366 +/***/ "../node_modules/core-js/modules/_cof.js":
6367 +/*!***********************************************!*\
6368 + !*** ../node_modules/core-js/modules/_cof.js ***!
6369 + \***********************************************/
6370 +/***/ ((module) => {
6371 +
6372 +var toString = {}.toString;
6373 +
6374 +module.exports = function (it) {
6375 + return toString.call(it).slice(8, -1);
6376 +};
6377 +
6378 +
6379 +/***/ }),
6380 +
6381 +/***/ "../node_modules/core-js/modules/_core.js":
6382 +/*!************************************************!*\
6383 + !*** ../node_modules/core-js/modules/_core.js ***!
6384 + \************************************************/
6385 +/***/ ((module) => {
6386 +
6387 +var core = module.exports = { version: '2.6.12' };
6388 +if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
6389 +
6390 +
6391 +/***/ }),
6392 +
6393 +/***/ "../node_modules/core-js/modules/_ctx.js":
6394 +/*!***********************************************!*\
6395 + !*** ../node_modules/core-js/modules/_ctx.js ***!
6396 + \***********************************************/
6397 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6398 +
6399 +// optional / simple context binding
6400 +var aFunction = __webpack_require__(/*! ./_a-function */ "../node_modules/core-js/modules/_a-function.js");
6401 +module.exports = function (fn, that, length) {
6402 + aFunction(fn);
6403 + if (that === undefined) return fn;
6404 + switch (length) {
6405 + case 1: return function (a) {
6406 + return fn.call(that, a);
6407 + };
6408 + case 2: return function (a, b) {
6409 + return fn.call(that, a, b);
6410 + };
6411 + case 3: return function (a, b, c) {
6412 + return fn.call(that, a, b, c);
6413 + };
6414 + }
6415 + return function (/* ...args */) {
6416 + return fn.apply(that, arguments);
6417 + };
6418 +};
6419 +
6420 +
6421 +/***/ }),
6422 +
6423 +/***/ "../node_modules/core-js/modules/_defined.js":
6424 +/*!***************************************************!*\
6425 + !*** ../node_modules/core-js/modules/_defined.js ***!
6426 + \***************************************************/
6427 +/***/ ((module) => {
6428 +
6429 +// 7.2.1 RequireObjectCoercible(argument)
6430 +module.exports = function (it) {
6431 + if (it == undefined) throw TypeError("Can't call method on " + it);
6432 + return it;
6433 +};
6434 +
6435 +
6436 +/***/ }),
6437 +
6438 +/***/ "../node_modules/core-js/modules/_descriptors.js":
6439 +/*!*******************************************************!*\
6440 + !*** ../node_modules/core-js/modules/_descriptors.js ***!
6441 + \*******************************************************/
6442 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6443 +
6444 +// Thank's IE8 for his funny defineProperty
6445 +module.exports = !__webpack_require__(/*! ./_fails */ "../node_modules/core-js/modules/_fails.js")(function () {
6446 + return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
6447 +});
6448 +
6449 +
6450 +/***/ }),
6451 +
6452 +/***/ "../node_modules/core-js/modules/_dom-create.js":
6453 +/*!******************************************************!*\
6454 + !*** ../node_modules/core-js/modules/_dom-create.js ***!
6455 + \******************************************************/
6456 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6457 +
6458 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/modules/_is-object.js");
6459 +var document = __webpack_require__(/*! ./_global */ "../node_modules/core-js/modules/_global.js").document;
6460 +// typeof document.createElement is 'object' in old IE
6461 +var is = isObject(document) && isObject(document.createElement);
6462 +module.exports = function (it) {
6463 + return is ? document.createElement(it) : {};
6464 +};
6465 +
6466 +
6467 +/***/ }),
6468 +
6469 +/***/ "../node_modules/core-js/modules/_enum-bug-keys.js":
6470 +/*!*********************************************************!*\
6471 + !*** ../node_modules/core-js/modules/_enum-bug-keys.js ***!
6472 + \*********************************************************/
6473 +/***/ ((module) => {
6474 +
6475 +// IE 8- don't enum bug keys
6476 +module.exports = (
6477 + 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'
6478 +).split(',');
6479 +
6480 +
6481 +/***/ }),
6482 +
6483 +/***/ "../node_modules/core-js/modules/_export.js":
6484 +/*!**************************************************!*\
6485 + !*** ../node_modules/core-js/modules/_export.js ***!
6486 + \**************************************************/
6487 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6488 +
6489 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/modules/_global.js");
6490 +var core = __webpack_require__(/*! ./_core */ "../node_modules/core-js/modules/_core.js");
6491 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/modules/_hide.js");
6492 +var redefine = __webpack_require__(/*! ./_redefine */ "../node_modules/core-js/modules/_redefine.js");
6493 +var ctx = __webpack_require__(/*! ./_ctx */ "../node_modules/core-js/modules/_ctx.js");
6494 +var PROTOTYPE = 'prototype';
6495 +
6496 +var $export = function (type, name, source) {
6497 + var IS_FORCED = type & $export.F;
6498 + var IS_GLOBAL = type & $export.G;
6499 + var IS_STATIC = type & $export.S;
6500 + var IS_PROTO = type & $export.P;
6501 + var IS_BIND = type & $export.B;
6502 + var target = IS_GLOBAL ? global : IS_STATIC ? global[name] || (global[name] = {}) : (global[name] || {})[PROTOTYPE];
6503 + var exports = IS_GLOBAL ? core : core[name] || (core[name] = {});
6504 + var expProto = exports[PROTOTYPE] || (exports[PROTOTYPE] = {});
6505 + var key, own, out, exp;
6506 + if (IS_GLOBAL) source = name;
6507 + for (key in source) {
6508 + // contains in native
6509 + own = !IS_FORCED && target && target[key] !== undefined;
6510 + // export native or passed
6511 + out = (own ? target : source)[key];
6512 + // bind timers to global for call from export context
6513 + exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out;
6514 + // extend global
6515 + if (target) redefine(target, key, out, type & $export.U);
6516 + // export
6517 + if (exports[key] != out) hide(exports, key, exp);
6518 + if (IS_PROTO && expProto[key] != out) expProto[key] = out;
6519 + }
6520 +};
6521 +global.core = core;
6522 +// type bitmap
6523 +$export.F = 1; // forced
6524 +$export.G = 2; // global
6525 +$export.S = 4; // static
6526 +$export.P = 8; // proto
6527 +$export.B = 16; // bind
6528 +$export.W = 32; // wrap
6529 +$export.U = 64; // safe
6530 +$export.R = 128; // real proto method for `library`
6531 +module.exports = $export;
6532 +
6533 +
6534 +/***/ }),
6535 +
6536 +/***/ "../node_modules/core-js/modules/_fails-is-regexp.js":
6537 +/*!***********************************************************!*\
6538 + !*** ../node_modules/core-js/modules/_fails-is-regexp.js ***!
6539 + \***********************************************************/
6540 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6541 +
6542 +var MATCH = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js")('match');
6543 +module.exports = function (KEY) {
6544 + var re = /./;
6545 + try {
6546 + '/./'[KEY](re);
6547 + } catch (e) {
6548 + try {
6549 + re[MATCH] = false;
6550 + return !'/./'[KEY](re);
6551 + } catch (f) { /* empty */ }
6552 + } return true;
6553 +};
6554 +
6555 +
6556 +/***/ }),
6557 +
6558 +/***/ "../node_modules/core-js/modules/_fails.js":
6559 +/*!*************************************************!*\
6560 + !*** ../node_modules/core-js/modules/_fails.js ***!
6561 + \*************************************************/
6562 +/***/ ((module) => {
6563 +
6564 +module.exports = function (exec) {
6565 + try {
6566 + return !!exec();
6567 + } catch (e) {
6568 + return true;
6569 + }
6570 +};
6571 +
6572 +
6573 +/***/ }),
6574 +
6575 +/***/ "../node_modules/core-js/modules/_fix-re-wks.js":
6576 +/*!******************************************************!*\
6577 + !*** ../node_modules/core-js/modules/_fix-re-wks.js ***!
6578 + \******************************************************/
6579 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6580 +
6581 +"use strict";
6582 +
6583 +__webpack_require__(/*! ./es6.regexp.exec */ "../node_modules/core-js/modules/es6.regexp.exec.js");
6584 +var redefine = __webpack_require__(/*! ./_redefine */ "../node_modules/core-js/modules/_redefine.js");
6585 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/modules/_hide.js");
6586 +var fails = __webpack_require__(/*! ./_fails */ "../node_modules/core-js/modules/_fails.js");
6587 +var defined = __webpack_require__(/*! ./_defined */ "../node_modules/core-js/modules/_defined.js");
6588 +var wks = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js");
6589 +var regexpExec = __webpack_require__(/*! ./_regexp-exec */ "../node_modules/core-js/modules/_regexp-exec.js");
6590 +
6591 +var SPECIES = wks('species');
6592 +
6593 +var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
6594 + // #replace needs built-in support for named groups.
6595 + // #match works fine because it just return the exec results, even if it has
6596 + // a "grops" property.
6597 + var re = /./;
6598 + re.exec = function () {
6599 + var result = [];
6600 + result.groups = { a: '7' };
6601 + return result;
6602 + };
6603 + return ''.replace(re, '$<a>') !== '7';
6604 +});
6605 +
6606 +var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = (function () {
6607 + // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
6608 + var re = /(?:)/;
6609 + var originalExec = re.exec;
6610 + re.exec = function () { return originalExec.apply(this, arguments); };
6611 + var result = 'ab'.split(re);
6612 + return result.length === 2 && result[0] === 'a' && result[1] === 'b';
6613 +})();
6614 +
6615 +module.exports = function (KEY, length, exec) {
6616 + var SYMBOL = wks(KEY);
6617 +
6618 + var DELEGATES_TO_SYMBOL = !fails(function () {
6619 + // String methods call symbol-named RegEp methods
6620 + var O = {};
6621 + O[SYMBOL] = function () { return 7; };
6622 + return ''[KEY](O) != 7;
6623 + });
6624 +
6625 + var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL ? !fails(function () {
6626 + // Symbol-named RegExp methods call .exec
6627 + var execCalled = false;
6628 + var re = /a/;
6629 + re.exec = function () { execCalled = true; return null; };
6630 + if (KEY === 'split') {
6631 + // RegExp[@@split] doesn't call the regex's exec method, but first creates
6632 + // a new one. We need to return the patched regex when creating the new one.
6633 + re.constructor = {};
6634 + re.constructor[SPECIES] = function () { return re; };
6635 + }
6636 + re[SYMBOL]('');
6637 + return !execCalled;
6638 + }) : undefined;
6639 +
6640 + if (
6641 + !DELEGATES_TO_SYMBOL ||
6642 + !DELEGATES_TO_EXEC ||
6643 + (KEY === 'replace' && !REPLACE_SUPPORTS_NAMED_GROUPS) ||
6644 + (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)
6645 + ) {
6646 + var nativeRegExpMethod = /./[SYMBOL];
6647 + var fns = exec(
6648 + defined,
6649 + SYMBOL,
6650 + ''[KEY],
6651 + function maybeCallNative(nativeMethod, regexp, str, arg2, forceStringMethod) {
6652 + if (regexp.exec === regexpExec) {
6653 + if (DELEGATES_TO_SYMBOL && !forceStringMethod) {
6654 + // The native String method already delegates to @@method (this
6655 + // polyfilled function), leasing to infinite recursion.
6656 + // We avoid it by directly calling the native @@method method.
6657 + return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };
6658 + }
6659 + return { done: true, value: nativeMethod.call(str, regexp, arg2) };
6660 + }
6661 + return { done: false };
6662 + }
6663 + );
6664 + var strfn = fns[0];
6665 + var rxfn = fns[1];
6666 +
6667 + redefine(String.prototype, KEY, strfn);
6668 + hide(RegExp.prototype, SYMBOL, length == 2
6669 + // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)
6670 + // 21.2.5.11 RegExp.prototype[@@split](string, limit)
6671 + ? function (string, arg) { return rxfn.call(string, this, arg); }
6672 + // 21.2.5.6 RegExp.prototype[@@match](string)
6673 + // 21.2.5.9 RegExp.prototype[@@search](string)
6674 + : function (string) { return rxfn.call(string, this); }
6675 + );
6676 + }
6677 +};
6678 +
6679 +
6680 +/***/ }),
6681 +
6682 +/***/ "../node_modules/core-js/modules/_flags.js":
6683 +/*!*************************************************!*\
6684 + !*** ../node_modules/core-js/modules/_flags.js ***!
6685 + \*************************************************/
6686 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6687 +
6688 +"use strict";
6689 +
6690 +// 21.2.5.3 get RegExp.prototype.flags
6691 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/modules/_an-object.js");
6692 +module.exports = function () {
6693 + var that = anObject(this);
6694 + var result = '';
6695 + if (that.global) result += 'g';
6696 + if (that.ignoreCase) result += 'i';
6697 + if (that.multiline) result += 'm';
6698 + if (that.unicode) result += 'u';
6699 + if (that.sticky) result += 'y';
6700 + return result;
6701 +};
6702 +
6703 +
6704 +/***/ }),
6705 +
6706 +/***/ "../node_modules/core-js/modules/_function-to-string.js":
6707 +/*!**************************************************************!*\
6708 + !*** ../node_modules/core-js/modules/_function-to-string.js ***!
6709 + \**************************************************************/
6710 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6711 +
6712 +module.exports = __webpack_require__(/*! ./_shared */ "../node_modules/core-js/modules/_shared.js")('native-function-to-string', Function.toString);
6713 +
6714 +
6715 +/***/ }),
6716 +
6717 +/***/ "../node_modules/core-js/modules/_global.js":
6718 +/*!**************************************************!*\
6719 + !*** ../node_modules/core-js/modules/_global.js ***!
6720 + \**************************************************/
6721 +/***/ ((module) => {
6722 +
6723 +// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
6724 +var global = module.exports = typeof window != 'undefined' && window.Math == Math
6725 + ? window : typeof self != 'undefined' && self.Math == Math ? self
6726 + // eslint-disable-next-line no-new-func
6727 + : Function('return this')();
6728 +if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef
6729 +
6730 +
6731 +/***/ }),
6732 +
6733 +/***/ "../node_modules/core-js/modules/_has.js":
6734 +/*!***********************************************!*\
6735 + !*** ../node_modules/core-js/modules/_has.js ***!
6736 + \***********************************************/
6737 +/***/ ((module) => {
6738 +
6739 +var hasOwnProperty = {}.hasOwnProperty;
6740 +module.exports = function (it, key) {
6741 + return hasOwnProperty.call(it, key);
6742 +};
6743 +
6744 +
6745 +/***/ }),
6746 +
6747 +/***/ "../node_modules/core-js/modules/_hide.js":
6748 +/*!************************************************!*\
6749 + !*** ../node_modules/core-js/modules/_hide.js ***!
6750 + \************************************************/
6751 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6752 +
6753 +var dP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/modules/_object-dp.js");
6754 +var createDesc = __webpack_require__(/*! ./_property-desc */ "../node_modules/core-js/modules/_property-desc.js");
6755 +module.exports = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/modules/_descriptors.js") ? function (object, key, value) {
6756 + return dP.f(object, key, createDesc(1, value));
6757 +} : function (object, key, value) {
6758 + object[key] = value;
6759 + return object;
6760 +};
6761 +
6762 +
6763 +/***/ }),
6764 +
6765 +/***/ "../node_modules/core-js/modules/_html.js":
6766 +/*!************************************************!*\
6767 + !*** ../node_modules/core-js/modules/_html.js ***!
6768 + \************************************************/
6769 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6770 +
6771 +var document = __webpack_require__(/*! ./_global */ "../node_modules/core-js/modules/_global.js").document;
6772 +module.exports = document && document.documentElement;
6773 +
6774 +
6775 +/***/ }),
6776 +
6777 +/***/ "../node_modules/core-js/modules/_ie8-dom-define.js":
6778 +/*!**********************************************************!*\
6779 + !*** ../node_modules/core-js/modules/_ie8-dom-define.js ***!
6780 + \**********************************************************/
6781 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6782 +
6783 +module.exports = !__webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/modules/_descriptors.js") && !__webpack_require__(/*! ./_fails */ "../node_modules/core-js/modules/_fails.js")(function () {
6784 + return Object.defineProperty(__webpack_require__(/*! ./_dom-create */ "../node_modules/core-js/modules/_dom-create.js")('div'), 'a', { get: function () { return 7; } }).a != 7;
6785 +});
6786 +
6787 +
6788 +/***/ }),
6789 +
6790 +/***/ "../node_modules/core-js/modules/_iobject.js":
6791 +/*!***************************************************!*\
6792 + !*** ../node_modules/core-js/modules/_iobject.js ***!
6793 + \***************************************************/
6794 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6795 +
6796 +// fallback for non-array-like ES3 and non-enumerable old V8 strings
6797 +var cof = __webpack_require__(/*! ./_cof */ "../node_modules/core-js/modules/_cof.js");
6798 +// eslint-disable-next-line no-prototype-builtins
6799 +module.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
6800 + return cof(it) == 'String' ? it.split('') : Object(it);
6801 +};
6802 +
6803 +
6804 +/***/ }),
6805 +
6806 +/***/ "../node_modules/core-js/modules/_is-array.js":
6807 +/*!****************************************************!*\
6808 + !*** ../node_modules/core-js/modules/_is-array.js ***!
6809 + \****************************************************/
6810 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6811 +
6812 +// 7.2.2 IsArray(argument)
6813 +var cof = __webpack_require__(/*! ./_cof */ "../node_modules/core-js/modules/_cof.js");
6814 +module.exports = Array.isArray || function isArray(arg) {
6815 + return cof(arg) == 'Array';
6816 +};
6817 +
6818 +
6819 +/***/ }),
6820 +
6821 +/***/ "../node_modules/core-js/modules/_is-object.js":
6822 +/*!*****************************************************!*\
6823 + !*** ../node_modules/core-js/modules/_is-object.js ***!
6824 + \*****************************************************/
6825 +/***/ ((module) => {
6826 +
6827 +module.exports = function (it) {
6828 + return typeof it === 'object' ? it !== null : typeof it === 'function';
6829 +};
6830 +
6831 +
6832 +/***/ }),
6833 +
6834 +/***/ "../node_modules/core-js/modules/_is-regexp.js":
6835 +/*!*****************************************************!*\
6836 + !*** ../node_modules/core-js/modules/_is-regexp.js ***!
6837 + \*****************************************************/
6838 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6839 +
6840 +// 7.2.8 IsRegExp(argument)
6841 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/modules/_is-object.js");
6842 +var cof = __webpack_require__(/*! ./_cof */ "../node_modules/core-js/modules/_cof.js");
6843 +var MATCH = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js")('match');
6844 +module.exports = function (it) {
6845 + var isRegExp;
6846 + return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');
6847 +};
6848 +
6849 +
6850 +/***/ }),
6851 +
6852 +/***/ "../node_modules/core-js/modules/_iter-create.js":
6853 +/*!*******************************************************!*\
6854 + !*** ../node_modules/core-js/modules/_iter-create.js ***!
6855 + \*******************************************************/
6856 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6857 +
6858 +"use strict";
6859 +
6860 +var create = __webpack_require__(/*! ./_object-create */ "../node_modules/core-js/modules/_object-create.js");
6861 +var descriptor = __webpack_require__(/*! ./_property-desc */ "../node_modules/core-js/modules/_property-desc.js");
6862 +var setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ "../node_modules/core-js/modules/_set-to-string-tag.js");
6863 +var IteratorPrototype = {};
6864 +
6865 +// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()
6866 +__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; });
6867 +
6868 +module.exports = function (Constructor, NAME, next) {
6869 + Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });
6870 + setToStringTag(Constructor, NAME + ' Iterator');
6871 +};
6872 +
6873 +
6874 +/***/ }),
6875 +
6876 +/***/ "../node_modules/core-js/modules/_iter-define.js":
6877 +/*!*******************************************************!*\
6878 + !*** ../node_modules/core-js/modules/_iter-define.js ***!
6879 + \*******************************************************/
6880 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6881 +
6882 +"use strict";
6883 +
6884 +var LIBRARY = __webpack_require__(/*! ./_library */ "../node_modules/core-js/modules/_library.js");
6885 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/modules/_export.js");
6886 +var redefine = __webpack_require__(/*! ./_redefine */ "../node_modules/core-js/modules/_redefine.js");
6887 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/modules/_hide.js");
6888 +var Iterators = __webpack_require__(/*! ./_iterators */ "../node_modules/core-js/modules/_iterators.js");
6889 +var $iterCreate = __webpack_require__(/*! ./_iter-create */ "../node_modules/core-js/modules/_iter-create.js");
6890 +var setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ "../node_modules/core-js/modules/_set-to-string-tag.js");
6891 +var getPrototypeOf = __webpack_require__(/*! ./_object-gpo */ "../node_modules/core-js/modules/_object-gpo.js");
6892 +var ITERATOR = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js")('iterator');
6893 +var BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next`
6894 +var FF_ITERATOR = '@@iterator';
6895 +var KEYS = 'keys';
6896 +var VALUES = 'values';
6897 +
6898 +var returnThis = function () { return this; };
6899 +
6900 +module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {
6901 + $iterCreate(Constructor, NAME, next);
6902 + var getMethod = function (kind) {
6903 + if (!BUGGY && kind in proto) return proto[kind];
6904 + switch (kind) {
6905 + case KEYS: return function keys() { return new Constructor(this, kind); };
6906 + case VALUES: return function values() { return new Constructor(this, kind); };
6907 + } return function entries() { return new Constructor(this, kind); };
6908 + };
6909 + var TAG = NAME + ' Iterator';
6910 + var DEF_VALUES = DEFAULT == VALUES;
6911 + var VALUES_BUG = false;
6912 + var proto = Base.prototype;
6913 + var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT];
6914 + var $default = $native || getMethod(DEFAULT);
6915 + var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined;
6916 + var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;
6917 + var methods, key, IteratorPrototype;
6918 + // Fix native
6919 + if ($anyNative) {
6920 + IteratorPrototype = getPrototypeOf($anyNative.call(new Base()));
6921 + if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) {
6922 + // Set @@toStringTag to native iterators
6923 + setToStringTag(IteratorPrototype, TAG, true);
6924 + // fix for some old engines
6925 + if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR, returnThis);
6926 + }
6927 + }
6928 + // fix Array#{values, @@iterator}.name in V8 / FF
6929 + if (DEF_VALUES && $native && $native.name !== VALUES) {
6930 + VALUES_BUG = true;
6931 + $default = function values() { return $native.call(this); };
6932 + }
6933 + // Define iterator
6934 + if ((!LIBRARY || FORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) {
6935 + hide(proto, ITERATOR, $default);
6936 + }
6937 + // Plug for library
6938 + Iterators[NAME] = $default;
6939 + Iterators[TAG] = returnThis;
6940 + if (DEFAULT) {
6941 + methods = {
6942 + values: DEF_VALUES ? $default : getMethod(VALUES),
6943 + keys: IS_SET ? $default : getMethod(KEYS),
6944 + entries: $entries
6945 + };
6946 + if (FORCED) for (key in methods) {
6947 + if (!(key in proto)) redefine(proto, key, methods[key]);
6948 + } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods);
6949 + }
6950 + return methods;
6951 +};
6952 +
6953 +
6954 +/***/ }),
6955 +
6956 +/***/ "../node_modules/core-js/modules/_iter-step.js":
6957 +/*!*****************************************************!*\
6958 + !*** ../node_modules/core-js/modules/_iter-step.js ***!
6959 + \*****************************************************/
6960 +/***/ ((module) => {
6961 +
6962 +module.exports = function (done, value) {
6963 + return { value: value, done: !!done };
6964 +};
6965 +
6966 +
6967 +/***/ }),
6968 +
6969 +/***/ "../node_modules/core-js/modules/_iterators.js":
6970 +/*!*****************************************************!*\
6971 + !*** ../node_modules/core-js/modules/_iterators.js ***!
6972 + \*****************************************************/
6973 +/***/ ((module) => {
6974 +
6975 +module.exports = {};
6976 +
6977 +
6978 +/***/ }),
6979 +
6980 +/***/ "../node_modules/core-js/modules/_library.js":
6981 +/*!***************************************************!*\
6982 + !*** ../node_modules/core-js/modules/_library.js ***!
6983 + \***************************************************/
6984 +/***/ ((module) => {
6985 +
6986 +module.exports = false;
6987 +
6988 +
6989 +/***/ }),
6990 +
6991 +/***/ "../node_modules/core-js/modules/_object-create.js":
6992 +/*!*********************************************************!*\
6993 + !*** ../node_modules/core-js/modules/_object-create.js ***!
6994 + \*********************************************************/
6995 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6996 +
6997 +// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
6998 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/modules/_an-object.js");
6999 +var dPs = __webpack_require__(/*! ./_object-dps */ "../node_modules/core-js/modules/_object-dps.js");
7000 +var enumBugKeys = __webpack_require__(/*! ./_enum-bug-keys */ "../node_modules/core-js/modules/_enum-bug-keys.js");
7001 +var IE_PROTO = __webpack_require__(/*! ./_shared-key */ "../node_modules/core-js/modules/_shared-key.js")('IE_PROTO');
7002 +var Empty = function () { /* empty */ };
7003 +var PROTOTYPE = 'prototype';
7004 +
7005 +// Create object with fake `null` prototype: use iframe Object with cleared prototype
7006 +var createDict = function () {
7007 + // Thrash, waste and sodomy: IE GC bug
7008 + var iframe = __webpack_require__(/*! ./_dom-create */ "../node_modules/core-js/modules/_dom-create.js")('iframe');
7009 + var i = enumBugKeys.length;
7010 + var lt = '<';
7011 + var gt = '>';
7012 + var iframeDocument;
7013 + iframe.style.display = 'none';
7014 + __webpack_require__(/*! ./_html */ "../node_modules/core-js/modules/_html.js").appendChild(iframe);
7015 + iframe.src = 'javascript:'; // eslint-disable-line no-script-url
7016 + // createDict = iframe.contentWindow.Object;
7017 + // html.removeChild(iframe);
7018 + iframeDocument = iframe.contentWindow.document;
7019 + iframeDocument.open();
7020 + iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
7021 + iframeDocument.close();
7022 + createDict = iframeDocument.F;
7023 + while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];
7024 + return createDict();
7025 +};
7026 +
7027 +module.exports = Object.create || function create(O, Properties) {
7028 + var result;
7029 + if (O !== null) {
7030 + Empty[PROTOTYPE] = anObject(O);
7031 + result = new Empty();
7032 + Empty[PROTOTYPE] = null;
7033 + // add "__proto__" for Object.getPrototypeOf polyfill
7034 + result[IE_PROTO] = O;
7035 + } else result = createDict();
7036 + return Properties === undefined ? result : dPs(result, Properties);
7037 +};
7038 +
7039 +
7040 +/***/ }),
7041 +
7042 +/***/ "../node_modules/core-js/modules/_object-dp.js":
7043 +/*!*****************************************************!*\
7044 + !*** ../node_modules/core-js/modules/_object-dp.js ***!
7045 + \*****************************************************/
7046 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
7047 +
7048 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/modules/_an-object.js");
7049 +var IE8_DOM_DEFINE = __webpack_require__(/*! ./_ie8-dom-define */ "../node_modules/core-js/modules/_ie8-dom-define.js");
7050 +var toPrimitive = __webpack_require__(/*! ./_to-primitive */ "../node_modules/core-js/modules/_to-primitive.js");
7051 +var dP = Object.defineProperty;
7052 +
7053 +exports.f = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/modules/_descriptors.js") ? Object.defineProperty : function defineProperty(O, P, Attributes) {
7054 + anObject(O);
7055 + P = toPrimitive(P, true);
7056 + anObject(Attributes);
7057 + if (IE8_DOM_DEFINE) try {
7058 + return dP(O, P, Attributes);
7059 + } catch (e) { /* empty */ }
7060 + if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
7061 + if ('value' in Attributes) O[P] = Attributes.value;
7062 + return O;
7063 +};
7064 +
7065 +
7066 +/***/ }),
7067 +
7068 +/***/ "../node_modules/core-js/modules/_object-dps.js":
7069 +/*!******************************************************!*\
7070 + !*** ../node_modules/core-js/modules/_object-dps.js ***!
7071 + \******************************************************/
7072 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7073 +
7074 +var dP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/modules/_object-dp.js");
7075 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/modules/_an-object.js");
7076 +var getKeys = __webpack_require__(/*! ./_object-keys */ "../node_modules/core-js/modules/_object-keys.js");
7077 +
7078 +module.exports = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/modules/_descriptors.js") ? Object.defineProperties : function defineProperties(O, Properties) {
7079 + anObject(O);
7080 + var keys = getKeys(Properties);
7081 + var length = keys.length;
7082 + var i = 0;
7083 + var P;
7084 + while (length > i) dP.f(O, P = keys[i++], Properties[P]);
7085 + return O;
7086 +};
7087 +
7088 +
7089 +/***/ }),
7090 +
7091 +/***/ "../node_modules/core-js/modules/_object-gpo.js":
7092 +/*!******************************************************!*\
7093 + !*** ../node_modules/core-js/modules/_object-gpo.js ***!
7094 + \******************************************************/
7095 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7096 +
7097 +// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
7098 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/modules/_has.js");
7099 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/modules/_to-object.js");
7100 +var IE_PROTO = __webpack_require__(/*! ./_shared-key */ "../node_modules/core-js/modules/_shared-key.js")('IE_PROTO');
7101 +var ObjectProto = Object.prototype;
7102 +
7103 +module.exports = Object.getPrototypeOf || function (O) {
7104 + O = toObject(O);
7105 + if (has(O, IE_PROTO)) return O[IE_PROTO];
7106 + if (typeof O.constructor == 'function' && O instanceof O.constructor) {
7107 + return O.constructor.prototype;
7108 + } return O instanceof Object ? ObjectProto : null;
7109 +};
7110 +
7111 +
7112 +/***/ }),
7113 +
7114 +/***/ "../node_modules/core-js/modules/_object-keys-internal.js":
7115 +/*!****************************************************************!*\
7116 + !*** ../node_modules/core-js/modules/_object-keys-internal.js ***!
7117 + \****************************************************************/
7118 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7119 +
7120 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/modules/_has.js");
7121 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/modules/_to-iobject.js");
7122 +var arrayIndexOf = __webpack_require__(/*! ./_array-includes */ "../node_modules/core-js/modules/_array-includes.js")(false);
7123 +var IE_PROTO = __webpack_require__(/*! ./_shared-key */ "../node_modules/core-js/modules/_shared-key.js")('IE_PROTO');
7124 +
7125 +module.exports = function (object, names) {
7126 + var O = toIObject(object);
7127 + var i = 0;
7128 + var result = [];
7129 + var key;
7130 + for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key);
7131 + // Don't enum bug & hidden keys
7132 + while (names.length > i) if (has(O, key = names[i++])) {
7133 + ~arrayIndexOf(result, key) || result.push(key);
7134 + }
7135 + return result;
7136 +};
7137 +
7138 +
7139 +/***/ }),
7140 +
7141 +/***/ "../node_modules/core-js/modules/_object-keys.js":
7142 +/*!*******************************************************!*\
7143 + !*** ../node_modules/core-js/modules/_object-keys.js ***!
7144 + \*******************************************************/
7145 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7146 +
7147 +// 19.1.2.14 / 15.2.3.14 Object.keys(O)
7148 +var $keys = __webpack_require__(/*! ./_object-keys-internal */ "../node_modules/core-js/modules/_object-keys-internal.js");
7149 +var enumBugKeys = __webpack_require__(/*! ./_enum-bug-keys */ "../node_modules/core-js/modules/_enum-bug-keys.js");
7150 +
7151 +module.exports = Object.keys || function keys(O) {
7152 + return $keys(O, enumBugKeys);
7153 +};
7154 +
7155 +
7156 +/***/ }),
7157 +
7158 +/***/ "../node_modules/core-js/modules/_property-desc.js":
7159 +/*!*********************************************************!*\
7160 + !*** ../node_modules/core-js/modules/_property-desc.js ***!
7161 + \*********************************************************/
7162 +/***/ ((module) => {
7163 +
7164 +module.exports = function (bitmap, value) {
7165 + return {
7166 + enumerable: !(bitmap & 1),
7167 + configurable: !(bitmap & 2),
7168 + writable: !(bitmap & 4),
7169 + value: value
7170 + };
7171 +};
7172 +
7173 +
7174 +/***/ }),
7175 +
7176 +/***/ "../node_modules/core-js/modules/_redefine.js":
7177 +/*!****************************************************!*\
7178 + !*** ../node_modules/core-js/modules/_redefine.js ***!
7179 + \****************************************************/
7180 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7181 +
7182 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/modules/_global.js");
7183 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/modules/_hide.js");
7184 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/modules/_has.js");
7185 +var SRC = __webpack_require__(/*! ./_uid */ "../node_modules/core-js/modules/_uid.js")('src');
7186 +var $toString = __webpack_require__(/*! ./_function-to-string */ "../node_modules/core-js/modules/_function-to-string.js");
7187 +var TO_STRING = 'toString';
7188 +var TPL = ('' + $toString).split(TO_STRING);
7189 +
7190 +__webpack_require__(/*! ./_core */ "../node_modules/core-js/modules/_core.js").inspectSource = function (it) {
7191 + return $toString.call(it);
7192 +};
7193 +
7194 +(module.exports = function (O, key, val, safe) {
7195 + var isFunction = typeof val == 'function';
7196 + if (isFunction) has(val, 'name') || hide(val, 'name', key);
7197 + if (O[key] === val) return;
7198 + if (isFunction) has(val, SRC) || hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key)));
7199 + if (O === global) {
7200 + O[key] = val;
7201 + } else if (!safe) {
7202 + delete O[key];
7203 + hide(O, key, val);
7204 + } else if (O[key]) {
7205 + O[key] = val;
7206 + } else {
7207 + hide(O, key, val);
7208 + }
7209 +// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
7210 +})(Function.prototype, TO_STRING, function toString() {
7211 + return typeof this == 'function' && this[SRC] || $toString.call(this);
7212 +});
7213 +
7214 +
7215 +/***/ }),
7216 +
7217 +/***/ "../node_modules/core-js/modules/_regexp-exec-abstract.js":
7218 +/*!****************************************************************!*\
7219 + !*** ../node_modules/core-js/modules/_regexp-exec-abstract.js ***!
7220 + \****************************************************************/
7221 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7222 +
7223 +"use strict";
7224 +
7225 +
7226 +var classof = __webpack_require__(/*! ./_classof */ "../node_modules/core-js/modules/_classof.js");
7227 +var builtinExec = RegExp.prototype.exec;
7228 +
7229 + // `RegExpExec` abstract operation
7230 +// https://tc39.github.io/ecma262/#sec-regexpexec
7231 +module.exports = function (R, S) {
7232 + var exec = R.exec;
7233 + if (typeof exec === 'function') {
7234 + var result = exec.call(R, S);
7235 + if (typeof result !== 'object') {
7236 + throw new TypeError('RegExp exec method returned something other than an Object or null');
7237 + }
7238 + return result;
7239 + }
7240 + if (classof(R) !== 'RegExp') {
7241 + throw new TypeError('RegExp#exec called on incompatible receiver');
7242 + }
7243 + return builtinExec.call(R, S);
7244 +};
7245 +
7246 +
7247 +/***/ }),
7248 +
7249 +/***/ "../node_modules/core-js/modules/_regexp-exec.js":
7250 +/*!*******************************************************!*\
7251 + !*** ../node_modules/core-js/modules/_regexp-exec.js ***!
7252 + \*******************************************************/
7253 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7254 +
7255 +"use strict";
7256 +
7257 +
7258 +var regexpFlags = __webpack_require__(/*! ./_flags */ "../node_modules/core-js/modules/_flags.js");
7259 +
7260 +var nativeExec = RegExp.prototype.exec;
7261 +// This always refers to the native implementation, because the
7262 +// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,
7263 +// which loads this file before patching the method.
7264 +var nativeReplace = String.prototype.replace;
7265 +
7266 +var patchedExec = nativeExec;
7267 +
7268 +var LAST_INDEX = 'lastIndex';
7269 +
7270 +var UPDATES_LAST_INDEX_WRONG = (function () {
7271 + var re1 = /a/,
7272 + re2 = /b*/g;
7273 + nativeExec.call(re1, 'a');
7274 + nativeExec.call(re2, 'a');
7275 + return re1[LAST_INDEX] !== 0 || re2[LAST_INDEX] !== 0;
7276 +})();
7277 +
7278 +// nonparticipating capturing group, copied from es5-shim's String#split patch.
7279 +var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
7280 +
7281 +var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED;
7282 +
7283 +if (PATCH) {
7284 + patchedExec = function exec(str) {
7285 + var re = this;
7286 + var lastIndex, reCopy, match, i;
7287 +
7288 + if (NPCG_INCLUDED) {
7289 + reCopy = new RegExp('^' + re.source + '$(?!\\s)', regexpFlags.call(re));
7290 + }
7291 + if (UPDATES_LAST_INDEX_WRONG) lastIndex = re[LAST_INDEX];
7292 +
7293 + match = nativeExec.call(re, str);
7294 +
7295 + if (UPDATES_LAST_INDEX_WRONG && match) {
7296 + re[LAST_INDEX] = re.global ? match.index + match[0].length : lastIndex;
7297 + }
7298 + if (NPCG_INCLUDED && match && match.length > 1) {
7299 + // Fix browsers whose `exec` methods don't consistently return `undefined`
7300 + // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/
7301 + // eslint-disable-next-line no-loop-func
7302 + nativeReplace.call(match[0], reCopy, function () {
7303 + for (i = 1; i < arguments.length - 2; i++) {
7304 + if (arguments[i] === undefined) match[i] = undefined;
7305 + }
7306 + });
7307 + }
7308 +
7309 + return match;
7310 + };
7311 +}
7312 +
7313 +module.exports = patchedExec;
7314 +
7315 +
7316 +/***/ }),
7317 +
7318 +/***/ "../node_modules/core-js/modules/_set-to-string-tag.js":
7319 +/*!*************************************************************!*\
7320 + !*** ../node_modules/core-js/modules/_set-to-string-tag.js ***!
7321 + \*************************************************************/
7322 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7323 +
7324 +var def = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/modules/_object-dp.js").f;
7325 +var has = __webpack_require__(/*! ./_has */ "../node_modules/core-js/modules/_has.js");
7326 +var TAG = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js")('toStringTag');
7327 +
7328 +module.exports = function (it, tag, stat) {
7329 + if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag });
7330 +};
7331 +
7332 +
7333 +/***/ }),
7334 +
7335 +/***/ "../node_modules/core-js/modules/_shared-key.js":
7336 +/*!******************************************************!*\
7337 + !*** ../node_modules/core-js/modules/_shared-key.js ***!
7338 + \******************************************************/
7339 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7340 +
7341 +var shared = __webpack_require__(/*! ./_shared */ "../node_modules/core-js/modules/_shared.js")('keys');
7342 +var uid = __webpack_require__(/*! ./_uid */ "../node_modules/core-js/modules/_uid.js");
7343 +module.exports = function (key) {
7344 + return shared[key] || (shared[key] = uid(key));
7345 +};
7346 +
7347 +
7348 +/***/ }),
7349 +
7350 +/***/ "../node_modules/core-js/modules/_shared.js":
7351 +/*!**************************************************!*\
7352 + !*** ../node_modules/core-js/modules/_shared.js ***!
7353 + \**************************************************/
7354 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7355 +
7356 +var core = __webpack_require__(/*! ./_core */ "../node_modules/core-js/modules/_core.js");
7357 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/modules/_global.js");
7358 +var SHARED = '__core-js_shared__';
7359 +var store = global[SHARED] || (global[SHARED] = {});
7360 +
7361 +(module.exports = function (key, value) {
7362 + return store[key] || (store[key] = value !== undefined ? value : {});
7363 +})('versions', []).push({
7364 + version: core.version,
7365 + mode: __webpack_require__(/*! ./_library */ "../node_modules/core-js/modules/_library.js") ? 'pure' : 'global',
7366 + copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
7367 +});
7368 +
7369 +
7370 +/***/ }),
7371 +
7372 +/***/ "../node_modules/core-js/modules/_strict-method.js":
7373 +/*!*********************************************************!*\
7374 + !*** ../node_modules/core-js/modules/_strict-method.js ***!
7375 + \*********************************************************/
7376 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7377 +
7378 +"use strict";
7379 +
7380 +var fails = __webpack_require__(/*! ./_fails */ "../node_modules/core-js/modules/_fails.js");
7381 +
7382 +module.exports = function (method, arg) {
7383 + return !!method && fails(function () {
7384 + // eslint-disable-next-line no-useless-call
7385 + arg ? method.call(null, function () { /* empty */ }, 1) : method.call(null);
7386 + });
7387 +};
7388 +
7389 +
7390 +/***/ }),
7391 +
7392 +/***/ "../node_modules/core-js/modules/_string-at.js":
7393 +/*!*****************************************************!*\
7394 + !*** ../node_modules/core-js/modules/_string-at.js ***!
7395 + \*****************************************************/
7396 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7397 +
7398 +var toInteger = __webpack_require__(/*! ./_to-integer */ "../node_modules/core-js/modules/_to-integer.js");
7399 +var defined = __webpack_require__(/*! ./_defined */ "../node_modules/core-js/modules/_defined.js");
7400 +// true -> String#at
7401 +// false -> String#codePointAt
7402 +module.exports = function (TO_STRING) {
7403 + return function (that, pos) {
7404 + var s = String(defined(that));
7405 + var i = toInteger(pos);
7406 + var l = s.length;
7407 + var a, b;
7408 + if (i < 0 || i >= l) return TO_STRING ? '' : undefined;
7409 + a = s.charCodeAt(i);
7410 + return a < 0xd800 || a > 0xdbff || i + 1 === l || (b = s.charCodeAt(i + 1)) < 0xdc00 || b > 0xdfff
7411 + ? TO_STRING ? s.charAt(i) : a
7412 + : TO_STRING ? s.slice(i, i + 2) : (a - 0xd800 << 10) + (b - 0xdc00) + 0x10000;
7413 + };
7414 +};
7415 +
7416 +
7417 +/***/ }),
7418 +
7419 +/***/ "../node_modules/core-js/modules/_string-context.js":
7420 +/*!**********************************************************!*\
7421 + !*** ../node_modules/core-js/modules/_string-context.js ***!
7422 + \**********************************************************/
7423 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7424 +
7425 +// helper for String#{startsWith, endsWith, includes}
7426 +var isRegExp = __webpack_require__(/*! ./_is-regexp */ "../node_modules/core-js/modules/_is-regexp.js");
7427 +var defined = __webpack_require__(/*! ./_defined */ "../node_modules/core-js/modules/_defined.js");
7428 +
7429 +module.exports = function (that, searchString, NAME) {
7430 + if (isRegExp(searchString)) throw TypeError('String#' + NAME + " doesn't accept regex!");
7431 + return String(defined(that));
7432 +};
7433 +
7434 +
7435 +/***/ }),
7436 +
7437 +/***/ "../node_modules/core-js/modules/_to-absolute-index.js":
7438 +/*!*************************************************************!*\
7439 + !*** ../node_modules/core-js/modules/_to-absolute-index.js ***!
7440 + \*************************************************************/
7441 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7442 +
7443 +var toInteger = __webpack_require__(/*! ./_to-integer */ "../node_modules/core-js/modules/_to-integer.js");
7444 +var max = Math.max;
7445 +var min = Math.min;
7446 +module.exports = function (index, length) {
7447 + index = toInteger(index);
7448 + return index < 0 ? max(index + length, 0) : min(index, length);
7449 +};
7450 +
7451 +
7452 +/***/ }),
7453 +
7454 +/***/ "../node_modules/core-js/modules/_to-integer.js":
7455 +/*!******************************************************!*\
7456 + !*** ../node_modules/core-js/modules/_to-integer.js ***!
7457 + \******************************************************/
7458 +/***/ ((module) => {
7459 +
7460 +// 7.1.4 ToInteger
7461 +var ceil = Math.ceil;
7462 +var floor = Math.floor;
7463 +module.exports = function (it) {
7464 + return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);
7465 +};
7466 +
7467 +
7468 +/***/ }),
7469 +
7470 +/***/ "../node_modules/core-js/modules/_to-iobject.js":
7471 +/*!******************************************************!*\
7472 + !*** ../node_modules/core-js/modules/_to-iobject.js ***!
7473 + \******************************************************/
7474 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7475 +
7476 +// to indexed object, toObject with fallback for non-array-like ES3 strings
7477 +var IObject = __webpack_require__(/*! ./_iobject */ "../node_modules/core-js/modules/_iobject.js");
7478 +var defined = __webpack_require__(/*! ./_defined */ "../node_modules/core-js/modules/_defined.js");
7479 +module.exports = function (it) {
7480 + return IObject(defined(it));
7481 +};
7482 +
7483 +
7484 +/***/ }),
7485 +
7486 +/***/ "../node_modules/core-js/modules/_to-length.js":
7487 +/*!*****************************************************!*\
7488 + !*** ../node_modules/core-js/modules/_to-length.js ***!
7489 + \*****************************************************/
7490 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7491 +
7492 +// 7.1.15 ToLength
7493 +var toInteger = __webpack_require__(/*! ./_to-integer */ "../node_modules/core-js/modules/_to-integer.js");
7494 +var min = Math.min;
7495 +module.exports = function (it) {
7496 + return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991
7497 +};
7498 +
7499 +
7500 +/***/ }),
7501 +
7502 +/***/ "../node_modules/core-js/modules/_to-object.js":
7503 +/*!*****************************************************!*\
7504 + !*** ../node_modules/core-js/modules/_to-object.js ***!
7505 + \*****************************************************/
7506 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7507 +
7508 +// 7.1.13 ToObject(argument)
7509 +var defined = __webpack_require__(/*! ./_defined */ "../node_modules/core-js/modules/_defined.js");
7510 +module.exports = function (it) {
7511 + return Object(defined(it));
7512 +};
7513 +
7514 +
7515 +/***/ }),
7516 +
7517 +/***/ "../node_modules/core-js/modules/_to-primitive.js":
7518 +/*!********************************************************!*\
7519 + !*** ../node_modules/core-js/modules/_to-primitive.js ***!
7520 + \********************************************************/
7521 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7522 +
7523 +// 7.1.1 ToPrimitive(input [, PreferredType])
7524 +var isObject = __webpack_require__(/*! ./_is-object */ "../node_modules/core-js/modules/_is-object.js");
7525 +// instead of the ES6 spec version, we didn't implement @@toPrimitive case
7526 +// and the second argument - flag - preferred type is a string
7527 +module.exports = function (it, S) {
7528 + if (!isObject(it)) return it;
7529 + var fn, val;
7530 + if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
7531 + if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;
7532 + if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
7533 + throw TypeError("Can't convert object to primitive value");
7534 +};
7535 +
7536 +
7537 +/***/ }),
7538 +
7539 +/***/ "../node_modules/core-js/modules/_uid.js":
7540 +/*!***********************************************!*\
7541 + !*** ../node_modules/core-js/modules/_uid.js ***!
7542 + \***********************************************/
7543 +/***/ ((module) => {
7544 +
7545 +var id = 0;
7546 +var px = Math.random();
7547 +module.exports = function (key) {
7548 + return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));
7549 +};
7550 +
7551 +
7552 +/***/ }),
7553 +
7554 +/***/ "../node_modules/core-js/modules/_wks.js":
7555 +/*!***********************************************!*\
7556 + !*** ../node_modules/core-js/modules/_wks.js ***!
7557 + \***********************************************/
7558 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7559 +
7560 +var store = __webpack_require__(/*! ./_shared */ "../node_modules/core-js/modules/_shared.js")('wks');
7561 +var uid = __webpack_require__(/*! ./_uid */ "../node_modules/core-js/modules/_uid.js");
7562 +var Symbol = __webpack_require__(/*! ./_global */ "../node_modules/core-js/modules/_global.js").Symbol;
7563 +var USE_SYMBOL = typeof Symbol == 'function';
7564 +
7565 +var $exports = module.exports = function (name) {
7566 + return store[name] || (store[name] =
7567 + USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name));
7568 +};
7569 +
7570 +$exports.store = store;
7571 +
7572 +
7573 +/***/ }),
7574 +
7575 +/***/ "../node_modules/core-js/modules/es6.array.filter.js":
7576 +/*!***********************************************************!*\
7577 + !*** ../node_modules/core-js/modules/es6.array.filter.js ***!
7578 + \***********************************************************/
7579 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7580 +
7581 +"use strict";
7582 +
7583 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/modules/_export.js");
7584 +var $filter = __webpack_require__(/*! ./_array-methods */ "../node_modules/core-js/modules/_array-methods.js")(2);
7585 +
7586 +$export($export.P + $export.F * !__webpack_require__(/*! ./_strict-method */ "../node_modules/core-js/modules/_strict-method.js")([].filter, true), 'Array', {
7587 + // 22.1.3.7 / 15.4.4.20 Array.prototype.filter(callbackfn [, thisArg])
7588 + filter: function filter(callbackfn /* , thisArg */) {
7589 + return $filter(this, callbackfn, arguments[1]);
7590 + }
7591 +});
7592 +
7593 +
7594 +/***/ }),
7595 +
7596 +/***/ "../node_modules/core-js/modules/es6.array.find.js":
7597 +/*!*********************************************************!*\
7598 + !*** ../node_modules/core-js/modules/es6.array.find.js ***!
7599 + \*********************************************************/
7600 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7601 +
7602 +"use strict";
7603 +
7604 +// 22.1.3.8 Array.prototype.find(predicate, thisArg = undefined)
7605 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/modules/_export.js");
7606 +var $find = __webpack_require__(/*! ./_array-methods */ "../node_modules/core-js/modules/_array-methods.js")(5);
7607 +var KEY = 'find';
7608 +var forced = true;
7609 +// Shouldn't skip holes
7610 +if (KEY in []) Array(1)[KEY](function () { forced = false; });
7611 +$export($export.P + $export.F * forced, 'Array', {
7612 + find: function find(callbackfn /* , that = undefined */) {
7613 + return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
7614 + }
7615 +});
7616 +__webpack_require__(/*! ./_add-to-unscopables */ "../node_modules/core-js/modules/_add-to-unscopables.js")(KEY);
7617 +
7618 +
7619 +/***/ }),
7620 +
7621 +/***/ "../node_modules/core-js/modules/es6.array.iterator.js":
7622 +/*!*************************************************************!*\
7623 + !*** ../node_modules/core-js/modules/es6.array.iterator.js ***!
7624 + \*************************************************************/
7625 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7626 +
7627 +"use strict";
7628 +
7629 +var addToUnscopables = __webpack_require__(/*! ./_add-to-unscopables */ "../node_modules/core-js/modules/_add-to-unscopables.js");
7630 +var step = __webpack_require__(/*! ./_iter-step */ "../node_modules/core-js/modules/_iter-step.js");
7631 +var Iterators = __webpack_require__(/*! ./_iterators */ "../node_modules/core-js/modules/_iterators.js");
7632 +var toIObject = __webpack_require__(/*! ./_to-iobject */ "../node_modules/core-js/modules/_to-iobject.js");
7633 +
7634 +// 22.1.3.4 Array.prototype.entries()
7635 +// 22.1.3.13 Array.prototype.keys()
7636 +// 22.1.3.29 Array.prototype.values()
7637 +// 22.1.3.30 Array.prototype[@@iterator]()
7638 +module.exports = __webpack_require__(/*! ./_iter-define */ "../node_modules/core-js/modules/_iter-define.js")(Array, 'Array', function (iterated, kind) {
7639 + this._t = toIObject(iterated); // target
7640 + this._i = 0; // next index
7641 + this._k = kind; // kind
7642 +// 22.1.5.2.1 %ArrayIteratorPrototype%.next()
7643 +}, function () {
7644 + var O = this._t;
7645 + var kind = this._k;
7646 + var index = this._i++;
7647 + if (!O || index >= O.length) {
7648 + this._t = undefined;
7649 + return step(1);
7650 + }
7651 + if (kind == 'keys') return step(0, index);
7652 + if (kind == 'values') return step(0, O[index]);
7653 + return step(0, [index, O[index]]);
7654 +}, 'values');
7655 +
7656 +// argumentsList[@@iterator] is %ArrayProto_values% (9.4.4.6, 9.4.4.7)
7657 +Iterators.Arguments = Iterators.Array;
7658 +
7659 +addToUnscopables('keys');
7660 +addToUnscopables('values');
7661 +addToUnscopables('entries');
7662 +
7663 +
7664 +/***/ }),
7665 +
7666 +/***/ "../node_modules/core-js/modules/es6.array.map.js":
7667 +/*!********************************************************!*\
7668 + !*** ../node_modules/core-js/modules/es6.array.map.js ***!
7669 + \********************************************************/
7670 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7671 +
7672 +"use strict";
7673 +
7674 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/modules/_export.js");
7675 +var $map = __webpack_require__(/*! ./_array-methods */ "../node_modules/core-js/modules/_array-methods.js")(1);
7676 +
7677 +$export($export.P + $export.F * !__webpack_require__(/*! ./_strict-method */ "../node_modules/core-js/modules/_strict-method.js")([].map, true), 'Array', {
7678 + // 22.1.3.15 / 15.4.4.19 Array.prototype.map(callbackfn [, thisArg])
7679 + map: function map(callbackfn /* , thisArg */) {
7680 + return $map(this, callbackfn, arguments[1]);
7681 + }
7682 +});
7683 +
7684 +
7685 +/***/ }),
7686 +
7687 +/***/ "../node_modules/core-js/modules/es6.function.name.js":
7688 +/*!************************************************************!*\
7689 + !*** ../node_modules/core-js/modules/es6.function.name.js ***!
7690 + \************************************************************/
7691 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7692 +
7693 +var dP = __webpack_require__(/*! ./_object-dp */ "../node_modules/core-js/modules/_object-dp.js").f;
7694 +var FProto = Function.prototype;
7695 +var nameRE = /^\s*function ([^ (]*)/;
7696 +var NAME = 'name';
7697 +
7698 +// 19.2.4.2 name
7699 +NAME in FProto || __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/modules/_descriptors.js") && dP(FProto, NAME, {
7700 + configurable: true,
7701 + get: function () {
7702 + try {
7703 + return ('' + this).match(nameRE)[1];
7704 + } catch (e) {
7705 + return '';
7706 + }
7707 + }
7708 +});
7709 +
7710 +
7711 +/***/ }),
7712 +
7713 +/***/ "../node_modules/core-js/modules/es6.object.to-string.js":
7714 +/*!***************************************************************!*\
7715 + !*** ../node_modules/core-js/modules/es6.object.to-string.js ***!
7716 + \***************************************************************/
7717 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7718 +
7719 +"use strict";
7720 +
7721 +// 19.1.3.6 Object.prototype.toString()
7722 +var classof = __webpack_require__(/*! ./_classof */ "../node_modules/core-js/modules/_classof.js");
7723 +var test = {};
7724 +test[__webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js")('toStringTag')] = 'z';
7725 +if (test + '' != '[object z]') {
7726 + __webpack_require__(/*! ./_redefine */ "../node_modules/core-js/modules/_redefine.js")(Object.prototype, 'toString', function toString() {
7727 + return '[object ' + classof(this) + ']';
7728 + }, true);
7729 +}
7730 +
7731 +
7732 +/***/ }),
7733 +
7734 +/***/ "../node_modules/core-js/modules/es6.regexp.exec.js":
7735 +/*!**********************************************************!*\
7736 + !*** ../node_modules/core-js/modules/es6.regexp.exec.js ***!
7737 + \**********************************************************/
7738 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7739 +
7740 +"use strict";
7741 +
7742 +var regexpExec = __webpack_require__(/*! ./_regexp-exec */ "../node_modules/core-js/modules/_regexp-exec.js");
7743 +__webpack_require__(/*! ./_export */ "../node_modules/core-js/modules/_export.js")({
7744 + target: 'RegExp',
7745 + proto: true,
7746 + forced: regexpExec !== /./.exec
7747 +}, {
7748 + exec: regexpExec
7749 +});
7750 +
7751 +
7752 +/***/ }),
7753 +
7754 +/***/ "../node_modules/core-js/modules/es6.regexp.flags.js":
7755 +/*!***********************************************************!*\
7756 + !*** ../node_modules/core-js/modules/es6.regexp.flags.js ***!
7757 + \***********************************************************/
7758 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7759 +
7760 +// 21.2.5.3 get RegExp.prototype.flags()
7761 +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', {
7762 + configurable: true,
7763 + get: __webpack_require__(/*! ./_flags */ "../node_modules/core-js/modules/_flags.js")
7764 +});
7765 +
7766 +
7767 +/***/ }),
7768 +
7769 +/***/ "../node_modules/core-js/modules/es6.regexp.replace.js":
7770 +/*!*************************************************************!*\
7771 + !*** ../node_modules/core-js/modules/es6.regexp.replace.js ***!
7772 + \*************************************************************/
7773 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7774 +
7775 +"use strict";
7776 +
7777 +
7778 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/modules/_an-object.js");
7779 +var toObject = __webpack_require__(/*! ./_to-object */ "../node_modules/core-js/modules/_to-object.js");
7780 +var toLength = __webpack_require__(/*! ./_to-length */ "../node_modules/core-js/modules/_to-length.js");
7781 +var toInteger = __webpack_require__(/*! ./_to-integer */ "../node_modules/core-js/modules/_to-integer.js");
7782 +var advanceStringIndex = __webpack_require__(/*! ./_advance-string-index */ "../node_modules/core-js/modules/_advance-string-index.js");
7783 +var regExpExec = __webpack_require__(/*! ./_regexp-exec-abstract */ "../node_modules/core-js/modules/_regexp-exec-abstract.js");
7784 +var max = Math.max;
7785 +var min = Math.min;
7786 +var floor = Math.floor;
7787 +var SUBSTITUTION_SYMBOLS = /\$([$&`']|\d\d?|<[^>]*>)/g;
7788 +var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&`']|\d\d?)/g;
7789 +
7790 +var maybeToString = function (it) {
7791 + return it === undefined ? it : String(it);
7792 +};
7793 +
7794 +// @@replace logic
7795 +__webpack_require__(/*! ./_fix-re-wks */ "../node_modules/core-js/modules/_fix-re-wks.js")('replace', 2, function (defined, REPLACE, $replace, maybeCallNative) {
7796 + return [
7797 + // `String.prototype.replace` method
7798 + // https://tc39.github.io/ecma262/#sec-string.prototype.replace
7799 + function replace(searchValue, replaceValue) {
7800 + var O = defined(this);
7801 + var fn = searchValue == undefined ? undefined : searchValue[REPLACE];
7802 + return fn !== undefined
7803 + ? fn.call(searchValue, O, replaceValue)
7804 + : $replace.call(String(O), searchValue, replaceValue);
7805 + },
7806 + // `RegExp.prototype[@@replace]` method
7807 + // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace
7808 + function (regexp, replaceValue) {
7809 + var res = maybeCallNative($replace, regexp, this, replaceValue);
7810 + if (res.done) return res.value;
7811 +
7812 + var rx = anObject(regexp);
7813 + var S = String(this);
7814 + var functionalReplace = typeof replaceValue === 'function';
7815 + if (!functionalReplace) replaceValue = String(replaceValue);
7816 + var global = rx.global;
7817 + if (global) {
7818 + var fullUnicode = rx.unicode;
7819 + rx.lastIndex = 0;
7820 + }
7821 + var results = [];
7822 + while (true) {
7823 + var result = regExpExec(rx, S);
7824 + if (result === null) break;
7825 + results.push(result);
7826 + if (!global) break;
7827 + var matchStr = String(result[0]);
7828 + if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
7829 + }
7830 + var accumulatedResult = '';
7831 + var nextSourcePosition = 0;
7832 + for (var i = 0; i < results.length; i++) {
7833 + result = results[i];
7834 + var matched = String(result[0]);
7835 + var position = max(min(toInteger(result.index), S.length), 0);
7836 + var captures = [];
7837 + // NOTE: This is equivalent to
7838 + // captures = result.slice(1).map(maybeToString)
7839 + // but for some reason `nativeSlice.call(result, 1, result.length)` (called in
7840 + // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and
7841 + // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.
7842 + for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));
7843 + var namedCaptures = result.groups;
7844 + if (functionalReplace) {
7845 + var replacerArgs = [matched].concat(captures, position, S);
7846 + if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);
7847 + var replacement = String(replaceValue.apply(undefined, replacerArgs));
7848 + } else {
7849 + replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
7850 + }
7851 + if (position >= nextSourcePosition) {
7852 + accumulatedResult += S.slice(nextSourcePosition, position) + replacement;
7853 + nextSourcePosition = position + matched.length;
7854 + }
7855 + }
7856 + return accumulatedResult + S.slice(nextSourcePosition);
7857 + }
7858 + ];
7859 +
7860 + // https://tc39.github.io/ecma262/#sec-getsubstitution
7861 + function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {
7862 + var tailPos = position + matched.length;
7863 + var m = captures.length;
7864 + var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;
7865 + if (namedCaptures !== undefined) {
7866 + namedCaptures = toObject(namedCaptures);
7867 + symbols = SUBSTITUTION_SYMBOLS;
7868 + }
7869 + return $replace.call(replacement, symbols, function (match, ch) {
7870 + var capture;
7871 + switch (ch.charAt(0)) {
7872 + case '$': return '$';
7873 + case '&': return matched;
7874 + case '`': return str.slice(0, position);
7875 + case "'": return str.slice(tailPos);
7876 + case '<':
7877 + capture = namedCaptures[ch.slice(1, -1)];
7878 + break;
7879 + default: // \d\d?
7880 + var n = +ch;
7881 + if (n === 0) return match;
7882 + if (n > m) {
7883 + var f = floor(n / 10);
7884 + if (f === 0) return match;
7885 + if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
7886 + return match;
7887 + }
7888 + capture = captures[n - 1];
7889 + }
7890 + return capture === undefined ? '' : capture;
7891 + });
7892 + }
7893 +});
7894 +
7895 +
7896 +/***/ }),
7897 +
7898 +/***/ "../node_modules/core-js/modules/es6.regexp.to-string.js":
7899 +/*!***************************************************************!*\
7900 + !*** ../node_modules/core-js/modules/es6.regexp.to-string.js ***!
7901 + \***************************************************************/
7902 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7903 +
7904 +"use strict";
7905 +
7906 +__webpack_require__(/*! ./es6.regexp.flags */ "../node_modules/core-js/modules/es6.regexp.flags.js");
7907 +var anObject = __webpack_require__(/*! ./_an-object */ "../node_modules/core-js/modules/_an-object.js");
7908 +var $flags = __webpack_require__(/*! ./_flags */ "../node_modules/core-js/modules/_flags.js");
7909 +var DESCRIPTORS = __webpack_require__(/*! ./_descriptors */ "../node_modules/core-js/modules/_descriptors.js");
7910 +var TO_STRING = 'toString';
7911 +var $toString = /./[TO_STRING];
7912 +
7913 +var define = function (fn) {
7914 + __webpack_require__(/*! ./_redefine */ "../node_modules/core-js/modules/_redefine.js")(RegExp.prototype, TO_STRING, fn, true);
7915 +};
7916 +
7917 +// 21.2.5.14 RegExp.prototype.toString()
7918 +if (__webpack_require__(/*! ./_fails */ "../node_modules/core-js/modules/_fails.js")(function () { return $toString.call({ source: 'a', flags: 'b' }) != '/a/b'; })) {
7919 + define(function toString() {
7920 + var R = anObject(this);
7921 + return '/'.concat(R.source, '/',
7922 + 'flags' in R ? R.flags : !DESCRIPTORS && R instanceof RegExp ? $flags.call(R) : undefined);
7923 + });
7924 +// FF44- RegExp#toString has a wrong name
7925 +} else if ($toString.name != TO_STRING) {
7926 + define(function toString() {
7927 + return $toString.call(this);
7928 + });
7929 +}
7930 +
7931 +
7932 +/***/ }),
7933 +
7934 +/***/ "../node_modules/core-js/modules/es6.string.starts-with.js":
7935 +/*!*****************************************************************!*\
7936 + !*** ../node_modules/core-js/modules/es6.string.starts-with.js ***!
7937 + \*****************************************************************/
7938 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7939 +
7940 +"use strict";
7941 +// 21.1.3.18 String.prototype.startsWith(searchString [, position ])
7942 +
7943 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/modules/_export.js");
7944 +var toLength = __webpack_require__(/*! ./_to-length */ "../node_modules/core-js/modules/_to-length.js");
7945 +var context = __webpack_require__(/*! ./_string-context */ "../node_modules/core-js/modules/_string-context.js");
7946 +var STARTS_WITH = 'startsWith';
7947 +var $startsWith = ''[STARTS_WITH];
7948 +
7949 +$export($export.P + $export.F * __webpack_require__(/*! ./_fails-is-regexp */ "../node_modules/core-js/modules/_fails-is-regexp.js")(STARTS_WITH), 'String', {
7950 + startsWith: function startsWith(searchString /* , position = 0 */) {
7951 + var that = context(this, searchString, STARTS_WITH);
7952 + var index = toLength(Math.min(arguments.length > 1 ? arguments[1] : undefined, that.length));
7953 + var search = String(searchString);
7954 + return $startsWith
7955 + ? $startsWith.call(that, search, index)
7956 + : that.slice(index, index + search.length) === search;
7957 + }
7958 +});
7959 +
7960 +
7961 +/***/ }),
7962 +
7963 +/***/ "../node_modules/core-js/modules/es7.array.includes.js":
7964 +/*!*************************************************************!*\
7965 + !*** ../node_modules/core-js/modules/es7.array.includes.js ***!
7966 + \*************************************************************/
7967 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7968 +
7969 +"use strict";
7970 +
7971 +// https://github.com/tc39/Array.prototype.includes
7972 +var $export = __webpack_require__(/*! ./_export */ "../node_modules/core-js/modules/_export.js");
7973 +var $includes = __webpack_require__(/*! ./_array-includes */ "../node_modules/core-js/modules/_array-includes.js")(true);
7974 +
7975 +$export($export.P, 'Array', {
7976 + includes: function includes(el /* , fromIndex = 0 */) {
7977 + return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
7978 + }
7979 +});
7980 +
7981 +__webpack_require__(/*! ./_add-to-unscopables */ "../node_modules/core-js/modules/_add-to-unscopables.js")('includes');
7982 +
7983 +
7984 +/***/ }),
7985 +
7986 +/***/ "../node_modules/core-js/modules/web.dom.iterable.js":
7987 +/*!***********************************************************!*\
7988 + !*** ../node_modules/core-js/modules/web.dom.iterable.js ***!
7989 + \***********************************************************/
7990 +/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
7991 +
7992 +var $iterators = __webpack_require__(/*! ./es6.array.iterator */ "../node_modules/core-js/modules/es6.array.iterator.js");
7993 +var getKeys = __webpack_require__(/*! ./_object-keys */ "../node_modules/core-js/modules/_object-keys.js");
7994 +var redefine = __webpack_require__(/*! ./_redefine */ "../node_modules/core-js/modules/_redefine.js");
7995 +var global = __webpack_require__(/*! ./_global */ "../node_modules/core-js/modules/_global.js");
7996 +var hide = __webpack_require__(/*! ./_hide */ "../node_modules/core-js/modules/_hide.js");
7997 +var Iterators = __webpack_require__(/*! ./_iterators */ "../node_modules/core-js/modules/_iterators.js");
7998 +var wks = __webpack_require__(/*! ./_wks */ "../node_modules/core-js/modules/_wks.js");
7999 +var ITERATOR = wks('iterator');
8000 +var TO_STRING_TAG = wks('toStringTag');
8001 +var ArrayValues = Iterators.Array;
8002 +
8003 +var DOMIterables = {
8004 + CSSRuleList: true, // TODO: Not spec compliant, should be false.
8005 + CSSStyleDeclaration: false,
8006 + CSSValueList: false,
8007 + ClientRectList: false,
8008 + DOMRectList: false,
8009 + DOMStringList: false,
8010 + DOMTokenList: true,
8011 + DataTransferItemList: false,
8012 + FileList: false,
8013 + HTMLAllCollection: false,
8014 + HTMLCollection: false,
8015 + HTMLFormElement: false,
8016 + HTMLSelectElement: false,
8017 + MediaList: true, // TODO: Not spec compliant, should be false.
8018 + MimeTypeArray: false,
8019 + NamedNodeMap: false,
8020 + NodeList: true,
8021 + PaintRequestList: false,
8022 + Plugin: false,
8023 + PluginArray: false,
8024 + SVGLengthList: false,
8025 + SVGNumberList: false,
8026 + SVGPathSegList: false,
8027 + SVGPointList: false,
8028 + SVGStringList: false,
8029 + SVGTransformList: false,
8030 + SourceBufferList: false,
8031 + StyleSheetList: true, // TODO: Not spec compliant, should be false.
8032 + TextTrackCueList: false,
8033 + TextTrackList: false,
8034 + TouchList: false
8035 +};
8036 +
8037 +for (var collections = getKeys(DOMIterables), i = 0; i < collections.length; i++) {
8038 + var NAME = collections[i];
8039 + var explicit = DOMIterables[NAME];
8040 + var Collection = global[NAME];
8041 + var proto = Collection && Collection.prototype;
8042 + var key;
8043 + if (proto) {
8044 + if (!proto[ITERATOR]) hide(proto, ITERATOR, ArrayValues);
8045 + if (!proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME);
8046 + Iterators[NAME] = ArrayValues;
8047 + if (explicit) for (key in $iterators) if (!proto[key]) redefine(proto, key, $iterators[key], true);
8048 + }
8049 +}
8050 +
8051 +
8052 +/***/ }),
8053 +
8054 +/***/ "@wordpress/i18n":
8055 +/*!**************************!*\
8056 + !*** external "wp.i18n" ***!
8057 + \**************************/
8058 +/***/ ((module) => {
8059 +
8060 +"use strict";
8061 +module.exports = wp.i18n;
8062 +
8063 +/***/ })
8064 +
8065 +/******/ });
8066 +/************************************************************************/
8067 +/******/ // The module cache
8068 +/******/ var __webpack_module_cache__ = {};
8069 +/******/
8070 +/******/ // The require function
8071 +/******/ function __webpack_require__(moduleId) {
8072 +/******/ // Check if module is in cache
8073 +/******/ var cachedModule = __webpack_module_cache__[moduleId];
8074 +/******/ if (cachedModule !== undefined) {
8075 +/******/ return cachedModule.exports;
8076 +/******/ }
8077 +/******/ // Create a new module (and put it into the cache)
8078 +/******/ var module = __webpack_module_cache__[moduleId] = {
8079 +/******/ // no module.id needed
8080 +/******/ // no module.loaded needed
8081 +/******/ exports: {}
8082 +/******/ };
8083 +/******/
8084 +/******/ // Execute the module function
8085 +/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
8086 +/******/
8087 +/******/ // Return the exports of the module
8088 +/******/ return module.exports;
8089 +/******/ }
8090 +/******/
8091 +/************************************************************************/
8092 +var __webpack_exports__ = {};
8093 +// This entry need to be wrapped in an IIFE because it need to be in strict mode.
8094 +(() => {
8095 +"use strict";
8096 +/*!******************************************!*\
8097 + !*** ../assets/dev/js/editor/modules.js ***!
8098 + \******************************************/
8099 +
8100 +
8101 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime-corejs2/helpers/interopRequireDefault */ "../node_modules/@babel/runtime-corejs2/helpers/interopRequireDefault.js");
8102 +
8103 +var _module = _interopRequireDefault(__webpack_require__(/*! ./utils/module */ "../assets/dev/js/editor/utils/module.js"));
8104 +
8105 +var _introduction = _interopRequireDefault(__webpack_require__(/*! ./utils/introduction */ "../assets/dev/js/editor/utils/introduction.js"));
8106 +
8107 +var _controlsStack = _interopRequireDefault(__webpack_require__(/*! ./views/controls-stack */ "../assets/dev/js/editor/views/controls-stack.js"));
8108 +
8109 +var _baseSettings = _interopRequireDefault(__webpack_require__(/*! ./elements/models/base-settings */ "../assets/dev/js/editor/elements/models/base-settings.js"));
8110 +
8111 +var _container = _interopRequireDefault(__webpack_require__(/*! ./container/container */ "../assets/dev/js/editor/container/container.js"));
8112 +
8113 +elementorModules.editor = {
8114 + elements: {
8115 + models: {
8116 + BaseSettings: _baseSettings.default
8117 + }
8118 + },
8119 + utils: {
8120 + Module: _module.default,
8121 + Introduction: _introduction.default
8122 + },
8123 + views: {
8124 + ControlsStack: _controlsStack.default
8125 + },
8126 + Container: _container.default
8127 +};
8128 +})();
8129 +
8130 +/******/ })()
8131 +;
2281 8132 //# sourceMappingURL=editor-modules.js.map