y-design-ssr 0.0.34 → 0.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/libs/popup.js CHANGED
@@ -7,134 +7,10 @@
7
7
  var a = typeof exports === 'object' ? factory(require("vue")) : factory(root["vue"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(this, function(__WEBPACK_EXTERNAL_MODULE__4103__) {
10
+ })(this, function(__WEBPACK_EXTERNAL_MODULE__391__) {
11
11
  return /******/ (function() { // webpackBootstrap
12
12
  /******/ var __webpack_modules__ = ({
13
13
 
14
- /***/ 676:
15
- /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
16
-
17
- "use strict";
18
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
- /* harmony export */ "Z": function() { return /* binding */ _arrayLikeToArray; }
20
- /* harmony export */ });
21
- function _arrayLikeToArray(arr, len) {
22
- if (len == null || len > arr.length) len = arr.length;
23
-
24
- for (var i = 0, arr2 = new Array(len); i < len; i++) {
25
- arr2[i] = arr[i];
26
- }
27
-
28
- return arr2;
29
- }
30
-
31
- /***/ }),
32
-
33
- /***/ 6156:
34
- /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
35
-
36
- "use strict";
37
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
38
- /* harmony export */ "Z": function() { return /* binding */ _defineProperty; }
39
- /* harmony export */ });
40
- function _defineProperty(obj, key, value) {
41
- if (key in obj) {
42
- Object.defineProperty(obj, key, {
43
- value: value,
44
- enumerable: true,
45
- configurable: true,
46
- writable: true
47
- });
48
- } else {
49
- obj[key] = value;
50
- }
51
-
52
- return obj;
53
- }
54
-
55
- /***/ }),
56
-
57
- /***/ 4699:
58
- /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
59
-
60
- "use strict";
61
-
62
- // EXPORTS
63
- __webpack_require__.d(__webpack_exports__, {
64
- "Z": function() { return /* binding */ _slicedToArray; }
65
- });
66
-
67
- ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
68
- function _arrayWithHoles(arr) {
69
- if (Array.isArray(arr)) return arr;
70
- }
71
- ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
72
- function _iterableToArrayLimit(arr, i) {
73
- var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]);
74
-
75
- if (_i == null) return;
76
- var _arr = [];
77
- var _n = true;
78
- var _d = false;
79
-
80
- var _s, _e;
81
-
82
- try {
83
- for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
84
- _arr.push(_s.value);
85
-
86
- if (i && _arr.length === i) break;
87
- }
88
- } catch (err) {
89
- _d = true;
90
- _e = err;
91
- } finally {
92
- try {
93
- if (!_n && _i["return"] != null) _i["return"]();
94
- } finally {
95
- if (_d) throw _e;
96
- }
97
- }
98
-
99
- return _arr;
100
- }
101
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
102
- var unsupportedIterableToArray = __webpack_require__(2961);
103
- ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
104
- function _nonIterableRest() {
105
- throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
106
- }
107
- ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js
108
-
109
-
110
-
111
-
112
- function _slicedToArray(arr, i) {
113
- return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || (0,unsupportedIterableToArray/* default */.Z)(arr, i) || _nonIterableRest();
114
- }
115
-
116
- /***/ }),
117
-
118
- /***/ 2961:
119
- /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
120
-
121
- "use strict";
122
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
123
- /* harmony export */ "Z": function() { return /* binding */ _unsupportedIterableToArray; }
124
- /* harmony export */ });
125
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(676);
126
-
127
- function _unsupportedIterableToArray(o, minLen) {
128
- if (!o) return;
129
- if (typeof o === "string") return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__/* .default */ .Z)(o, minLen);
130
- var n = Object.prototype.toString.call(o).slice(8, -1);
131
- if (n === "Object" && o.constructor) n = o.constructor.name;
132
- if (n === "Map" || n === "Set") return Array.from(o);
133
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__/* .default */ .Z)(o, minLen);
134
- }
135
-
136
- /***/ }),
137
-
138
14
  /***/ 3466:
139
15
  /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
140
16
 
@@ -142,12 +18,12 @@ function _unsupportedIterableToArray(o, minLen) {
142
18
 
143
19
  // UNUSED EXPORTS: default
144
20
 
145
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
146
- var defineProperty = __webpack_require__(6156);
21
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
22
+ var defineProperty = __webpack_require__(4572);
147
23
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.assign.js
148
24
  var es_object_assign = __webpack_require__(9601);
149
25
  // EXTERNAL MODULE: external "vue"
150
- var external_vue_ = __webpack_require__(4103);
26
+ var external_vue_ = __webpack_require__(391);
151
27
  ;// CONCATENATED MODULE: ./packages/locale/lang/zh-CN.ts
152
28
  /*
153
29
  * @Author: liuwentao
@@ -172,7 +48,6 @@ var external_vue_ = __webpack_require__(4103);
172
48
  ;// CONCATENATED MODULE: ./packages/locale/index.ts
173
49
 
174
50
 
175
-
176
51
  /*
177
52
  * @Author: liuwentao
178
53
  * @Date: 2021-05-24 20:26:52
@@ -215,12 +90,12 @@ __webpack_require__.d(__webpack_exports__, {
215
90
 
216
91
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
217
92
  var es_function_name = __webpack_require__(8309);
218
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
219
- var defineProperty = __webpack_require__(6156);
93
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
94
+ var defineProperty = __webpack_require__(4572);
220
95
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 3 modules
221
- var slicedToArray = __webpack_require__(4699);
96
+ var slicedToArray = __webpack_require__(885);
222
97
  // EXTERNAL MODULE: external "vue"
223
- var external_vue_ = __webpack_require__(4103);
98
+ var external_vue_ = __webpack_require__(391);
224
99
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.number.constructor.js
225
100
  var es_number_constructor = __webpack_require__(9653);
226
101
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.find-index.js
@@ -233,22 +108,27 @@ var es_object_keys = __webpack_require__(7941);
233
108
  var es_symbol = __webpack_require__(2526);
234
109
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.filter.js
235
110
  var es_array_filter = __webpack_require__(7327);
111
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.to-string.js
112
+ var es_object_to_string = __webpack_require__(1539);
236
113
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.get-own-property-descriptor.js
237
114
  var es_object_get_own_property_descriptor = __webpack_require__(5003);
238
115
  // EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.for-each.js
239
116
  var web_dom_collections_for_each = __webpack_require__(4747);
240
117
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.get-own-property-descriptors.js
241
118
  var es_object_get_own_property_descriptors = __webpack_require__(9337);
119
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.define-properties.js
120
+ var es_object_define_properties = __webpack_require__(3321);
121
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.define-property.js
122
+ var es_object_define_property = __webpack_require__(9070);
242
123
  // EXTERNAL MODULE: ./packages/utils/index.ts + 4 modules
243
124
  var utils = __webpack_require__(4105);
244
125
  ;// CONCATENATED MODULE: ./packages/mask/src/mask.tsx
245
126
 
246
127
 
247
128
 
129
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
130
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0,defineProperty/* default */.Z)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
248
131
 
249
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
250
-
251
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { (0,defineProperty/* default */.Z)(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
252
132
 
253
133
 
254
134
 
@@ -270,13 +150,11 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
270
150
  */
271
151
 
272
152
 
273
-
274
- var _createNamespace = (0,utils/* createNamespace */.do)('mask'),
275
- _createNamespace2 = (0,slicedToArray/* default */.Z)(_createNamespace, 3),
276
- mask_name = _createNamespace2[0],
277
- bem = _createNamespace2[1],
278
- gBem = _createNamespace2[2];
279
-
153
+ var _createNamespace = (0,utils/* createNamespace */["do"])('mask'),
154
+ _createNamespace2 = (0,slicedToArray/* default */.Z)(_createNamespace, 3),
155
+ mask_name = _createNamespace2[0],
156
+ bem = _createNamespace2[1],
157
+ gBem = _createNamespace2[2];
280
158
  var _props = {
281
159
  // 控制显示
282
160
  modelValue: {
@@ -314,11 +192,12 @@ var _props = {
314
192
  type: Function,
315
193
  default: null
316
194
  }
317
- }; // 展示对象类型
195
+ };
196
+ // 展示对象类型
318
197
 
319
198
  // 栈,存放显示对象
320
- var stack = (0,external_vue_.reactive)([]); // 用于递增记录Mask ID
321
-
199
+ var stack = (0,external_vue_.reactive)([]);
200
+ // 用于递增记录Mask ID
322
201
  var num = 0;
323
202
  /* harmony default export */ var mask = ((0,external_vue_.defineComponent)({
324
203
  name: mask_name,
@@ -330,7 +209,6 @@ var num = 0;
330
209
  /**
331
210
  * @description: 挂载时记录ID
332
211
  */
333
-
334
212
  (0,external_vue_.onMounted)(function () {
335
213
  id.value = "mask".concat(num);
336
214
  num += 1;
@@ -339,7 +217,6 @@ var num = 0;
339
217
  /**
340
218
  * @description: 卸载清理
341
219
  */
342
-
343
220
  (0,external_vue_.onUnmounted)(function () {
344
221
  // 查找并移出栈
345
222
  var index = stack.findIndex(function (v) {
@@ -350,7 +227,6 @@ var num = 0;
350
227
  /**
351
228
  * @description: 监听show变化,执行出入栈
352
229
  */
353
-
354
230
  (0,external_vue_.watch)(function () {
355
231
  return props.modelValue;
356
232
  }, function (val) {
@@ -361,22 +237,21 @@ var num = 0;
361
237
  * @param {boolean} val
362
238
  * @param {boolean} isMounted 挂载时所有默认为不显示的Mask对象不进行栈处理,避免把先挂载且默认显示的Mask对象隐藏
363
239
  */
364
-
365
240
  var stackIntercept = function stackIntercept(val, isMounted) {
366
241
  if (val) {
367
242
  // 显示-->入栈
368
243
  stack.unshift({
369
244
  _id: id.value,
370
245
  _state: val
371
- }); // 入栈对象不是栈内唯一,将下一层对象隐藏
372
-
246
+ });
247
+ // 入栈对象不是栈内唯一,将下一层对象隐藏
373
248
  if (stack.length > 1) {
374
249
  stack[1]._state = false;
375
250
  }
376
251
  } else if (!isMounted) {
377
252
  // 隐藏-->出栈
378
- stack.splice(0, 1); // 出栈对象不是栈内唯一,将下一层对象显示
379
-
253
+ stack.splice(0, 1);
254
+ // 出栈对象不是栈内唯一,将下一层对象显示
380
255
  if (stack.length > 0) {
381
256
  stack[0]._state = true;
382
257
  }
@@ -386,17 +261,13 @@ var num = 0;
386
261
  * @description: 根据ID在栈内寻找对象,获取状态
387
262
  * @param {*} boolean
388
263
  */
389
-
390
-
391
264
  var find = function find() {
392
265
  var _state = false;
393
-
394
266
  for (var i = 0; i < stack.length; i++) {
395
267
  if (stack[i]._id === id.value) {
396
268
  _state = stack[i]._state;
397
269
  }
398
270
  }
399
-
400
271
  return {
401
272
  _state: _state
402
273
  };
@@ -405,29 +276,22 @@ var num = 0;
405
276
  * @description: 处理触摸滚动
406
277
  * @param {TouchEvent} payload
407
278
  */
408
-
409
-
410
279
  var onTouchMove = function onTouchMove(payload) {
411
280
  var lockScroll = props.lockScroll;
412
-
413
281
  if (lockScroll) {
414
282
  payload.preventDefault();
415
283
  payload.stopPropagation();
416
284
  }
417
285
  };
418
-
419
286
  return function () {
420
287
  var _slots$default;
421
-
422
288
  var customClass = props.customClass,
423
- duration = props.duration,
424
- zIndex = props.zIndex,
425
- customStyle = props.customStyle,
426
- onAfterLeave = props.onAfterLeave;
427
-
289
+ duration = props.duration,
290
+ zIndex = props.zIndex,
291
+ customStyle = props.customStyle,
292
+ onAfterLeave = props.onAfterLeave;
428
293
  var _find = find(),
429
- _state = _find._state;
430
-
294
+ _state = _find._state;
431
295
  return (0,external_vue_.createVNode)(external_vue_.Transition, {
432
296
  "name": gBem('animation', 'fade'),
433
297
  "onAfterLeave": onAfterLeave
@@ -448,7 +312,6 @@ var num = 0;
448
312
  }));
449
313
  ;// CONCATENATED MODULE: ./packages/mask/index.ts
450
314
 
451
-
452
315
  /*
453
316
  * @Description: Mask
454
317
  * @Author: ruan fei
@@ -464,7 +327,6 @@ mask.install = function (app) {
464
327
  var name = mask.name;
465
328
  app.component(name, mask);
466
329
  };
467
-
468
330
  /* harmony default export */ var packages_mask = (mask);
469
331
 
470
332
  /***/ }),
@@ -488,6 +350,8 @@ var is = __webpack_require__(3703);
488
350
  var es_array_concat = __webpack_require__(2222);
489
351
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.reduce.js
490
352
  var es_array_reduce = __webpack_require__(5827);
353
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.to-string.js
354
+ var es_object_to_string = __webpack_require__(1539);
491
355
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.keys.js
492
356
  var es_object_keys = __webpack_require__(7941);
493
357
  ;// CONCATENATED MODULE: ./packages/utils/create/bem.ts
@@ -503,7 +367,6 @@ var es_object_keys = __webpack_require__(7941);
503
367
  * @LastEditTime: 2021-05-25 19:31:14
504
368
  * @FilePath: /yui-vue/packages/utils/create/bem.ts
505
369
  */
506
-
507
370
  /**
508
371
  * bem helper
509
372
  * --不传参默认返回block--
@@ -516,40 +379,35 @@ var es_object_keys = __webpack_require__(7941);
516
379
  * --传两参数即为element+modifiers--
517
380
  * b('text', { disabled:false, loading:true }) => 'button__text button__text--loading'
518
381
  */
382
+
519
383
  var getMods = function getMods(el, mods) {
520
384
  // modifiers为空: 返回''
521
385
  if (!mods) {
522
386
  return '';
523
- } // mods为string: 返回 el--incomings
524
-
525
-
387
+ }
388
+ // mods为string: 返回 el--incomings
526
389
  if (typeof mods === 'string') {
527
390
  return " ".concat(el, "--").concat(mods);
528
- } // mods为数组: reduce累加modifiers每一项的getModifier处理结果
529
-
530
-
391
+ }
392
+ // mods为数组: reduce累加modifiers每一项的getModifier处理结果
531
393
  if (Array.isArray(mods)) {
532
394
  return mods.reduce(function (acc, cur) {
533
395
  return acc + getMods(el, cur);
534
396
  }, '');
535
- } // mods为对象: 遍历key,reduce累加modifiers每一项,判断该项是否可用,再执行getModifier处理结果
536
-
537
-
397
+ }
398
+ // mods为对象: 遍历key,reduce累加modifiers每一项,判断该项是否可用,再执行getModifier处理结果
538
399
  return Object.keys(mods).reduce(function (acc, cur) {
539
400
  return acc + (mods[cur] ? getMods(el, cur) : '');
540
401
  }, '');
541
402
  };
542
-
543
403
  var createBEM = function createBEM(block) {
544
404
  return function (el, mods) {
545
405
  var _el = el;
546
406
  var _mods = mods;
547
-
548
407
  if (_el && typeof _el !== 'string') {
549
408
  _mods = _el;
550
409
  _el = '';
551
410
  }
552
-
553
411
  _el = _el ? "".concat(block, "__").concat(_el) : block;
554
412
  return "".concat(_el).concat(getMods(_el, _mods));
555
413
  };
@@ -559,7 +417,6 @@ var createGlobalBem = function createGlobalBem() {
559
417
  if (!mods) {
560
418
  return "y-".concat(el);
561
419
  }
562
-
563
420
  return "".concat(getMods("y-".concat(el), mods));
564
421
  };
565
422
  };
@@ -585,40 +442,31 @@ var createLocale = function createLocale(name) {
585
442
  };
586
443
  ;// CONCATENATED MODULE: ./packages/utils/types.ts
587
444
  var Size;
588
-
589
445
  (function (Size) {
590
446
  Size["Mini"] = "mini";
591
447
  Size["Small"] = "small";
592
448
  Size["Middle"] = "middle";
593
449
  Size["Large"] = "large";
594
450
  })(Size || (Size = {}));
595
-
596
451
  var Horizontal;
597
-
598
452
  (function (Horizontal) {
599
453
  Horizontal["Left"] = "left";
600
454
  Horizontal["Center"] = "center";
601
455
  Horizontal["Right"] = "right";
602
456
  })(Horizontal || (Horizontal = {}));
603
-
604
457
  var Vertical;
605
-
606
458
  (function (Vertical) {
607
459
  Vertical["Top"] = "top";
608
460
  Vertical["Middle"] = "middle";
609
461
  Vertical["Bottom"] = "bottom";
610
462
  })(Vertical || (Vertical = {}));
611
-
612
463
  var Position;
613
-
614
464
  (function (Position) {
615
465
  Position["Relative"] = "relative";
616
466
  Position["Absolute"] = "absolute";
617
467
  Position["Fixed"] = "fixed";
618
468
  })(Position || (Position = {}));
619
-
620
469
  var Location;
621
-
622
470
  (function (Location) {
623
471
  Location["Top"] = "top";
624
472
  Location["Right"] = "right";
@@ -626,9 +474,7 @@ var Location;
626
474
  Location["Left"] = "left";
627
475
  Location["Center"] = "center";
628
476
  })(Location || (Location = {}));
629
-
630
477
  var Direction;
631
-
632
478
  (function (Direction) {
633
479
  Direction["clockwise"] = "clockwise";
634
480
  Direction["counterclockwise"] = "counterclockwise";
@@ -653,19 +499,17 @@ var parseUnit = function parseUnit(val) {
653
499
  if (isNaN(Number(val)) && typeof val === 'string') {
654
500
  return val;
655
501
  }
656
-
657
502
  return "".concat(val, "px");
658
503
  };
504
+
659
505
  /*
660
506
  * @Description: 处理百分比
661
507
  */
662
-
663
508
  var parsePercent = function parsePercent(val, baseNumber) {
664
509
  if (typeof val === 'string' && val.includes('%')) {
665
510
  if (!val.includes('%')) return Number(val);
666
511
  return baseNumber * Number(val.replace(/%/g, '')) / 100;
667
512
  }
668
-
669
513
  return Number(val);
670
514
  };
671
515
  ;// CONCATENATED MODULE: ./packages/utils/index.ts
@@ -685,13 +529,11 @@ var parsePercent = function parsePercent(val, baseNumber) {
685
529
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1539);
686
530
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__);
687
531
 
688
-
689
532
  var tagTester = function tagTester(name) {
690
533
  return function (obj) {
691
534
  return Object.prototype.toString.call(obj) === "[object ".concat(name, "]");
692
535
  };
693
536
  };
694
-
695
537
  var isArguments = tagTester('Arguments');
696
538
  var isFunction = tagTester('Function');
697
539
  var isString = tagTester('String');
@@ -709,13 +551,18 @@ var isPromise = tagTester('Promise');
709
551
 
710
552
  /***/ }),
711
553
 
712
- /***/ 3099:
713
- /***/ (function(module) {
554
+ /***/ 9662:
555
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
714
556
 
715
- module.exports = function (it) {
716
- if (typeof it != 'function') {
717
- throw TypeError(String(it) + ' is not a function');
718
- } return it;
557
+ var isCallable = __webpack_require__(614);
558
+ var tryToString = __webpack_require__(6330);
559
+
560
+ var $TypeError = TypeError;
561
+
562
+ // `Assert: IsCallable(argument) is true`
563
+ module.exports = function (argument) {
564
+ if (isCallable(argument)) return argument;
565
+ throw $TypeError(tryToString(argument) + ' is not a function');
719
566
  };
720
567
 
721
568
 
@@ -724,12 +571,14 @@ module.exports = function (it) {
724
571
  /***/ 6077:
725
572
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
726
573
 
727
- var isObject = __webpack_require__(111);
574
+ var isCallable = __webpack_require__(614);
728
575
 
729
- module.exports = function (it) {
730
- if (!isObject(it) && it !== null) {
731
- throw TypeError("Can't set " + String(it) + ' as a prototype');
732
- } return it;
576
+ var $String = String;
577
+ var $TypeError = TypeError;
578
+
579
+ module.exports = function (argument) {
580
+ if (typeof argument == 'object' || isCallable(argument)) return argument;
581
+ throw $TypeError("Can't set " + $String(argument) + ' as a prototype');
733
582
  };
734
583
 
735
584
 
@@ -740,7 +589,7 @@ module.exports = function (it) {
740
589
 
741
590
  var wellKnownSymbol = __webpack_require__(5112);
742
591
  var create = __webpack_require__(30);
743
- var definePropertyModule = __webpack_require__(3070);
592
+ var defineProperty = (__webpack_require__(3070).f);
744
593
 
745
594
  var UNSCOPABLES = wellKnownSymbol('unscopables');
746
595
  var ArrayPrototype = Array.prototype;
@@ -748,7 +597,7 @@ var ArrayPrototype = Array.prototype;
748
597
  // Array.prototype[@@unscopables]
749
598
  // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
750
599
  if (ArrayPrototype[UNSCOPABLES] == undefined) {
751
- definePropertyModule.f(ArrayPrototype, UNSCOPABLES, {
600
+ defineProperty(ArrayPrototype, UNSCOPABLES, {
752
601
  configurable: true,
753
602
  value: create(null)
754
603
  });
@@ -767,7 +616,7 @@ module.exports = function (key) {
767
616
 
768
617
  "use strict";
769
618
 
770
- var charAt = __webpack_require__(8710).charAt;
619
+ var charAt = (__webpack_require__(8710).charAt);
771
620
 
772
621
  // `AdvanceStringIndex` abstract operation
773
622
  // https://tc39.es/ecma262/#sec-advancestringindex
@@ -783,10 +632,13 @@ module.exports = function (S, index, unicode) {
783
632
 
784
633
  var isObject = __webpack_require__(111);
785
634
 
786
- module.exports = function (it) {
787
- if (!isObject(it)) {
788
- throw TypeError(String(it) + ' is not an object');
789
- } return it;
635
+ var $String = String;
636
+ var $TypeError = TypeError;
637
+
638
+ // `Assert: Type(argument) is Object`
639
+ module.exports = function (argument) {
640
+ if (isObject(argument)) return argument;
641
+ throw $TypeError($String(argument) + ' is not an object');
790
642
  };
791
643
 
792
644
 
@@ -797,7 +649,7 @@ module.exports = function (it) {
797
649
 
798
650
  "use strict";
799
651
 
800
- var $forEach = __webpack_require__(2092).forEach;
652
+ var $forEach = (__webpack_require__(2092).forEach);
801
653
  var arrayMethodIsStrict = __webpack_require__(9341);
802
654
 
803
655
  var STRICT_METHOD = arrayMethodIsStrict('forEach');
@@ -816,14 +668,14 @@ module.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) {
816
668
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
817
669
 
818
670
  var toIndexedObject = __webpack_require__(5656);
819
- var toLength = __webpack_require__(7466);
820
671
  var toAbsoluteIndex = __webpack_require__(1400);
672
+ var lengthOfArrayLike = __webpack_require__(6244);
821
673
 
822
674
  // `Array.prototype.{ indexOf, includes }` methods implementation
823
675
  var createMethod = function (IS_INCLUDES) {
824
676
  return function ($this, el, fromIndex) {
825
677
  var O = toIndexedObject($this);
826
- var length = toLength(O.length);
678
+ var length = lengthOfArrayLike(O);
827
679
  var index = toAbsoluteIndex(fromIndex, length);
828
680
  var value;
829
681
  // Array#includes uses SameValueZero equality algorithm
@@ -855,30 +707,31 @@ module.exports = {
855
707
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
856
708
 
857
709
  var bind = __webpack_require__(9974);
710
+ var uncurryThis = __webpack_require__(1702);
858
711
  var IndexedObject = __webpack_require__(8361);
859
712
  var toObject = __webpack_require__(7908);
860
- var toLength = __webpack_require__(7466);
713
+ var lengthOfArrayLike = __webpack_require__(6244);
861
714
  var arraySpeciesCreate = __webpack_require__(5417);
862
715
 
863
- var push = [].push;
716
+ var push = uncurryThis([].push);
864
717
 
865
- // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation
718
+ // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterReject }` methods implementation
866
719
  var createMethod = function (TYPE) {
867
720
  var IS_MAP = TYPE == 1;
868
721
  var IS_FILTER = TYPE == 2;
869
722
  var IS_SOME = TYPE == 3;
870
723
  var IS_EVERY = TYPE == 4;
871
724
  var IS_FIND_INDEX = TYPE == 6;
872
- var IS_FILTER_OUT = TYPE == 7;
725
+ var IS_FILTER_REJECT = TYPE == 7;
873
726
  var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
874
727
  return function ($this, callbackfn, that, specificCreate) {
875
728
  var O = toObject($this);
876
729
  var self = IndexedObject(O);
877
- var boundFunction = bind(callbackfn, that, 3);
878
- var length = toLength(self.length);
730
+ var boundFunction = bind(callbackfn, that);
731
+ var length = lengthOfArrayLike(self);
879
732
  var index = 0;
880
733
  var create = specificCreate || arraySpeciesCreate;
881
- var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;
734
+ var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_REJECT ? create($this, 0) : undefined;
882
735
  var value, result;
883
736
  for (;length > index; index++) if (NO_HOLES || index in self) {
884
737
  value = self[index];
@@ -889,10 +742,10 @@ var createMethod = function (TYPE) {
889
742
  case 3: return true; // some
890
743
  case 5: return value; // find
891
744
  case 6: return index; // findIndex
892
- case 2: push.call(target, value); // filter
745
+ case 2: push(target, value); // filter
893
746
  } else switch (TYPE) {
894
747
  case 4: return false; // every
895
- case 7: push.call(target, value); // filterOut
748
+ case 7: push(target, value); // filterReject
896
749
  }
897
750
  }
898
751
  }
@@ -922,9 +775,9 @@ module.exports = {
922
775
  // `Array.prototype.findIndex` method
923
776
  // https://tc39.es/ecma262/#sec-array.prototype.findIndex
924
777
  findIndex: createMethod(6),
925
- // `Array.prototype.filterOut` method
778
+ // `Array.prototype.filterReject` method
926
779
  // https://github.com/tc39/proposal-array-filtering
927
- filterOut: createMethod(7)
780
+ filterReject: createMethod(7)
928
781
  };
929
782
 
930
783
 
@@ -966,8 +819,8 @@ var fails = __webpack_require__(7293);
966
819
  module.exports = function (METHOD_NAME, argument) {
967
820
  var method = [][METHOD_NAME];
968
821
  return !!method && fails(function () {
969
- // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing
970
- method.call(null, argument || function () { throw 1; }, 1);
822
+ // eslint-disable-next-line no-useless-call -- required for testing
823
+ method.call(null, argument || function () { return 1; }, 1);
971
824
  });
972
825
  };
973
826
 
@@ -977,18 +830,20 @@ module.exports = function (METHOD_NAME, argument) {
977
830
  /***/ 3671:
978
831
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
979
832
 
980
- var aFunction = __webpack_require__(3099);
833
+ var aCallable = __webpack_require__(9662);
981
834
  var toObject = __webpack_require__(7908);
982
835
  var IndexedObject = __webpack_require__(8361);
983
- var toLength = __webpack_require__(7466);
836
+ var lengthOfArrayLike = __webpack_require__(6244);
837
+
838
+ var $TypeError = TypeError;
984
839
 
985
840
  // `Array.prototype.{ reduce, reduceRight }` methods implementation
986
841
  var createMethod = function (IS_RIGHT) {
987
842
  return function (that, callbackfn, argumentsLength, memo) {
988
- aFunction(callbackfn);
843
+ aCallable(callbackfn);
989
844
  var O = toObject(that);
990
845
  var self = IndexedObject(O);
991
- var length = toLength(O.length);
846
+ var length = lengthOfArrayLike(O);
992
847
  var index = IS_RIGHT ? length - 1 : 0;
993
848
  var i = IS_RIGHT ? -1 : 1;
994
849
  if (argumentsLength < 2) while (true) {
@@ -999,7 +854,7 @@ var createMethod = function (IS_RIGHT) {
999
854
  }
1000
855
  index += i;
1001
856
  if (IS_RIGHT ? index < 0 : length <= index) {
1002
- throw TypeError('Reduce of empty array with no initial value');
857
+ throw $TypeError('Reduce of empty array with no initial value');
1003
858
  }
1004
859
  }
1005
860
  for (;IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) {
@@ -1021,40 +876,127 @@ module.exports = {
1021
876
 
1022
877
  /***/ }),
1023
878
 
1024
- /***/ 5417:
879
+ /***/ 3658:
880
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
881
+
882
+ "use strict";
883
+
884
+ var DESCRIPTORS = __webpack_require__(9781);
885
+ var isArray = __webpack_require__(3157);
886
+
887
+ var $TypeError = TypeError;
888
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
889
+ var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
890
+
891
+ // Safari < 13 does not throw an error in this case
892
+ var SILENT_ON_NON_WRITABLE_LENGTH_SET = DESCRIPTORS && !function () {
893
+ // makes no sense without proper strict mode support
894
+ if (this !== undefined) return true;
895
+ try {
896
+ // eslint-disable-next-line es/no-object-defineproperty -- safe
897
+ Object.defineProperty([], 'length', { writable: false }).length = 1;
898
+ } catch (error) {
899
+ return error instanceof TypeError;
900
+ }
901
+ }();
902
+
903
+ module.exports = SILENT_ON_NON_WRITABLE_LENGTH_SET ? function (O, length) {
904
+ if (isArray(O) && !getOwnPropertyDescriptor(O, 'length').writable) {
905
+ throw $TypeError('Cannot set read only .length');
906
+ } return O.length = length;
907
+ } : function (O, length) {
908
+ return O.length = length;
909
+ };
910
+
911
+
912
+ /***/ }),
913
+
914
+ /***/ 1589:
915
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
916
+
917
+ var toAbsoluteIndex = __webpack_require__(1400);
918
+ var lengthOfArrayLike = __webpack_require__(6244);
919
+ var createProperty = __webpack_require__(6135);
920
+
921
+ var $Array = Array;
922
+ var max = Math.max;
923
+
924
+ module.exports = function (O, start, end) {
925
+ var length = lengthOfArrayLike(O);
926
+ var k = toAbsoluteIndex(start, length);
927
+ var fin = toAbsoluteIndex(end === undefined ? length : end, length);
928
+ var result = $Array(max(fin - k, 0));
929
+ for (var n = 0; k < fin; k++, n++) createProperty(result, n, O[k]);
930
+ result.length = n;
931
+ return result;
932
+ };
933
+
934
+
935
+ /***/ }),
936
+
937
+ /***/ 206:
938
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
939
+
940
+ var uncurryThis = __webpack_require__(1702);
941
+
942
+ module.exports = uncurryThis([].slice);
943
+
944
+
945
+ /***/ }),
946
+
947
+ /***/ 7475:
1025
948
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1026
949
 
1027
- var isObject = __webpack_require__(111);
1028
950
  var isArray = __webpack_require__(3157);
951
+ var isConstructor = __webpack_require__(4411);
952
+ var isObject = __webpack_require__(111);
1029
953
  var wellKnownSymbol = __webpack_require__(5112);
1030
954
 
1031
955
  var SPECIES = wellKnownSymbol('species');
956
+ var $Array = Array;
1032
957
 
1033
- // `ArraySpeciesCreate` abstract operation
958
+ // a part of `ArraySpeciesCreate` abstract operation
1034
959
  // https://tc39.es/ecma262/#sec-arrayspeciescreate
1035
- module.exports = function (originalArray, length) {
960
+ module.exports = function (originalArray) {
1036
961
  var C;
1037
962
  if (isArray(originalArray)) {
1038
963
  C = originalArray.constructor;
1039
964
  // cross-realm fallback
1040
- if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
965
+ if (isConstructor(C) && (C === $Array || isArray(C.prototype))) C = undefined;
1041
966
  else if (isObject(C)) {
1042
967
  C = C[SPECIES];
1043
968
  if (C === null) C = undefined;
1044
969
  }
1045
- } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
970
+ } return C === undefined ? $Array : C;
971
+ };
972
+
973
+
974
+ /***/ }),
975
+
976
+ /***/ 5417:
977
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
978
+
979
+ var arraySpeciesConstructor = __webpack_require__(7475);
980
+
981
+ // `ArraySpeciesCreate` abstract operation
982
+ // https://tc39.es/ecma262/#sec-arrayspeciescreate
983
+ module.exports = function (originalArray, length) {
984
+ return new (arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length);
1046
985
  };
1047
986
 
1048
987
 
1049
988
  /***/ }),
1050
989
 
1051
990
  /***/ 4326:
1052
- /***/ (function(module) {
991
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1053
992
 
1054
- var toString = {}.toString;
993
+ var uncurryThis = __webpack_require__(1702);
994
+
995
+ var toString = uncurryThis({}.toString);
996
+ var stringSlice = uncurryThis(''.slice);
1055
997
 
1056
998
  module.exports = function (it) {
1057
- return toString.call(it).slice(8, -1);
999
+ return stringSlice(toString(it), 8, -1);
1058
1000
  };
1059
1001
 
1060
1002
 
@@ -1064,10 +1006,13 @@ module.exports = function (it) {
1064
1006
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1065
1007
 
1066
1008
  var TO_STRING_TAG_SUPPORT = __webpack_require__(1694);
1009
+ var isCallable = __webpack_require__(614);
1067
1010
  var classofRaw = __webpack_require__(4326);
1068
1011
  var wellKnownSymbol = __webpack_require__(5112);
1069
1012
 
1070
1013
  var TO_STRING_TAG = wellKnownSymbol('toStringTag');
1014
+ var $Object = Object;
1015
+
1071
1016
  // ES3 wrong here
1072
1017
  var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
1073
1018
 
@@ -1083,11 +1028,11 @@ module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
1083
1028
  var O, tag, result;
1084
1029
  return it === undefined ? 'Undefined' : it === null ? 'Null'
1085
1030
  // @@toStringTag case
1086
- : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag
1031
+ : typeof (tag = tryGet(O = $Object(it), TO_STRING_TAG)) == 'string' ? tag
1087
1032
  // builtinTag case
1088
1033
  : CORRECT_ARGUMENTS ? classofRaw(O)
1089
1034
  // ES3 arguments fallback
1090
- : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;
1035
+ : (result = classofRaw(O)) == 'Object' && isCallable(O.callee) ? 'Arguments' : result;
1091
1036
  };
1092
1037
 
1093
1038
 
@@ -1096,18 +1041,20 @@ module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
1096
1041
  /***/ 9920:
1097
1042
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1098
1043
 
1099
- var has = __webpack_require__(6656);
1044
+ var hasOwn = __webpack_require__(2597);
1100
1045
  var ownKeys = __webpack_require__(3887);
1101
1046
  var getOwnPropertyDescriptorModule = __webpack_require__(1236);
1102
1047
  var definePropertyModule = __webpack_require__(3070);
1103
1048
 
1104
- module.exports = function (target, source) {
1049
+ module.exports = function (target, source, exceptions) {
1105
1050
  var keys = ownKeys(source);
1106
1051
  var defineProperty = definePropertyModule.f;
1107
1052
  var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
1108
1053
  for (var i = 0; i < keys.length; i++) {
1109
1054
  var key = keys[i];
1110
- if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
1055
+ if (!hasOwn(target, key) && !(exceptions && hasOwn(exceptions, key))) {
1056
+ defineProperty(target, key, getOwnPropertyDescriptor(source, key));
1057
+ }
1111
1058
  }
1112
1059
  };
1113
1060
 
@@ -1173,12 +1120,12 @@ module.exports = function (bitmap, value) {
1173
1120
 
1174
1121
  "use strict";
1175
1122
 
1176
- var toPrimitive = __webpack_require__(7593);
1123
+ var toPropertyKey = __webpack_require__(4948);
1177
1124
  var definePropertyModule = __webpack_require__(3070);
1178
1125
  var createPropertyDescriptor = __webpack_require__(9114);
1179
1126
 
1180
1127
  module.exports = function (object, key, value) {
1181
- var propertyKey = toPrimitive(key);
1128
+ var propertyKey = toPropertyKey(key);
1182
1129
  if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));
1183
1130
  else object[propertyKey] = value;
1184
1131
  };
@@ -1186,28 +1133,79 @@ module.exports = function (object, key, value) {
1186
1133
 
1187
1134
  /***/ }),
1188
1135
 
1189
- /***/ 7235:
1136
+ /***/ 8052:
1190
1137
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1191
1138
 
1192
- var path = __webpack_require__(857);
1193
- var has = __webpack_require__(6656);
1194
- var wrappedWellKnownSymbolModule = __webpack_require__(6061);
1195
- var defineProperty = __webpack_require__(3070).f;
1196
-
1197
- module.exports = function (NAME) {
1198
- var Symbol = path.Symbol || (path.Symbol = {});
1199
- if (!has(Symbol, NAME)) defineProperty(Symbol, NAME, {
1200
- value: wrappedWellKnownSymbolModule.f(NAME)
1201
- });
1139
+ var isCallable = __webpack_require__(614);
1140
+ var definePropertyModule = __webpack_require__(3070);
1141
+ var makeBuiltIn = __webpack_require__(6339);
1142
+ var defineGlobalProperty = __webpack_require__(3072);
1143
+
1144
+ module.exports = function (O, key, value, options) {
1145
+ if (!options) options = {};
1146
+ var simple = options.enumerable;
1147
+ var name = options.name !== undefined ? options.name : key;
1148
+ if (isCallable(value)) makeBuiltIn(value, name, options);
1149
+ if (options.global) {
1150
+ if (simple) O[key] = value;
1151
+ else defineGlobalProperty(key, value);
1152
+ } else {
1153
+ try {
1154
+ if (!options.unsafe) delete O[key];
1155
+ else if (O[key]) simple = true;
1156
+ } catch (error) { /* empty */ }
1157
+ if (simple) O[key] = value;
1158
+ else definePropertyModule.f(O, key, {
1159
+ value: value,
1160
+ enumerable: false,
1161
+ configurable: !options.nonConfigurable,
1162
+ writable: !options.nonWritable
1163
+ });
1164
+ } return O;
1202
1165
  };
1203
1166
 
1204
1167
 
1205
1168
  /***/ }),
1206
1169
 
1207
- /***/ 9781:
1170
+ /***/ 3072:
1208
1171
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1209
1172
 
1210
- var fails = __webpack_require__(7293);
1173
+ var global = __webpack_require__(7854);
1174
+
1175
+ // eslint-disable-next-line es/no-object-defineproperty -- safe
1176
+ var defineProperty = Object.defineProperty;
1177
+
1178
+ module.exports = function (key, value) {
1179
+ try {
1180
+ defineProperty(global, key, { value: value, configurable: true, writable: true });
1181
+ } catch (error) {
1182
+ global[key] = value;
1183
+ } return value;
1184
+ };
1185
+
1186
+
1187
+ /***/ }),
1188
+
1189
+ /***/ 5117:
1190
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1191
+
1192
+ "use strict";
1193
+
1194
+ var tryToString = __webpack_require__(6330);
1195
+
1196
+ var $TypeError = TypeError;
1197
+
1198
+ module.exports = function (O, P) {
1199
+ if (!delete O[P]) throw $TypeError('Cannot delete property ' + tryToString(P) + ' of ' + tryToString(O));
1200
+ };
1201
+
1202
+
1203
+ /***/ }),
1204
+
1205
+ /***/ 9781:
1206
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1207
+
1208
+ var fails = __webpack_require__(7293);
1211
1209
 
1212
1210
  // Detect IE8's incomplete defineProperty implementation
1213
1211
  module.exports = !fails(function () {
@@ -1216,6 +1214,22 @@ module.exports = !fails(function () {
1216
1214
  });
1217
1215
 
1218
1216
 
1217
+ /***/ }),
1218
+
1219
+ /***/ 4154:
1220
+ /***/ (function(module) {
1221
+
1222
+ var documentAll = typeof document == 'object' && document.all;
1223
+
1224
+ // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot
1225
+ var IS_HTMLDDA = typeof documentAll == 'undefined' && documentAll !== undefined;
1226
+
1227
+ module.exports = {
1228
+ all: documentAll,
1229
+ IS_HTMLDDA: IS_HTMLDDA
1230
+ };
1231
+
1232
+
1219
1233
  /***/ }),
1220
1234
 
1221
1235
  /***/ 317:
@@ -1233,6 +1247,20 @@ module.exports = function (it) {
1233
1247
  };
1234
1248
 
1235
1249
 
1250
+ /***/ }),
1251
+
1252
+ /***/ 7207:
1253
+ /***/ (function(module) {
1254
+
1255
+ var $TypeError = TypeError;
1256
+ var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; // 2 ** 53 - 1 == 9007199254740991
1257
+
1258
+ module.exports = function (it) {
1259
+ if (it > MAX_SAFE_INTEGER) throw $TypeError('Maximum allowed index exceeded');
1260
+ return it;
1261
+ };
1262
+
1263
+
1236
1264
  /***/ }),
1237
1265
 
1238
1266
  /***/ 8324:
@@ -1275,6 +1303,20 @@ module.exports = {
1275
1303
  };
1276
1304
 
1277
1305
 
1306
+ /***/ }),
1307
+
1308
+ /***/ 8509:
1309
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1310
+
1311
+ // in old WebKit versions, `element.classList` is not an instance of global `DOMTokenList`
1312
+ var documentCreateElement = __webpack_require__(317);
1313
+
1314
+ var classList = documentCreateElement('span').classList;
1315
+ var DOMTokenListPrototype = classList && classList.constructor && classList.constructor.prototype;
1316
+
1317
+ module.exports = DOMTokenListPrototype === Object.prototype ? undefined : DOMTokenListPrototype;
1318
+
1319
+
1278
1320
  /***/ }),
1279
1321
 
1280
1322
  /***/ 5268:
@@ -1305,22 +1347,29 @@ var global = __webpack_require__(7854);
1305
1347
  var userAgent = __webpack_require__(8113);
1306
1348
 
1307
1349
  var process = global.process;
1308
- var versions = process && process.versions;
1350
+ var Deno = global.Deno;
1351
+ var versions = process && process.versions || Deno && Deno.version;
1309
1352
  var v8 = versions && versions.v8;
1310
1353
  var match, version;
1311
1354
 
1312
1355
  if (v8) {
1313
1356
  match = v8.split('.');
1314
- version = match[0] < 4 ? 1 : match[0] + match[1];
1315
- } else if (userAgent) {
1357
+ // in old Chrome, versions of V8 isn't V8 = Chrome / 10
1358
+ // but their correct versions are not interesting for us
1359
+ version = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]);
1360
+ }
1361
+
1362
+ // BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0`
1363
+ // so check `userAgent` even if `.v8` exists, but 0
1364
+ if (!version && userAgent) {
1316
1365
  match = userAgent.match(/Edge\/(\d+)/);
1317
1366
  if (!match || match[1] >= 74) {
1318
1367
  match = userAgent.match(/Chrome\/(\d+)/);
1319
- if (match) version = match[1];
1368
+ if (match) version = +match[1];
1320
1369
  }
1321
1370
  }
1322
1371
 
1323
- module.exports = version && +version;
1372
+ module.exports = version;
1324
1373
 
1325
1374
 
1326
1375
  /***/ }),
@@ -1346,26 +1395,27 @@ module.exports = [
1346
1395
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1347
1396
 
1348
1397
  var global = __webpack_require__(7854);
1349
- var getOwnPropertyDescriptor = __webpack_require__(1236).f;
1398
+ var getOwnPropertyDescriptor = (__webpack_require__(1236).f);
1350
1399
  var createNonEnumerableProperty = __webpack_require__(8880);
1351
- var redefine = __webpack_require__(1320);
1352
- var setGlobal = __webpack_require__(3505);
1400
+ var defineBuiltIn = __webpack_require__(8052);
1401
+ var defineGlobalProperty = __webpack_require__(3072);
1353
1402
  var copyConstructorProperties = __webpack_require__(9920);
1354
1403
  var isForced = __webpack_require__(4705);
1355
1404
 
1356
1405
  /*
1357
- options.target - name of the target object
1358
- options.global - target is the global object
1359
- options.stat - export as static methods of target
1360
- options.proto - export as prototype methods of target
1361
- options.real - real prototype method for the `pure` version
1362
- options.forced - export even if the native feature is available
1363
- options.bind - bind methods to the target, required for the `pure` version
1364
- options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
1365
- options.unsafe - use the simple assignment of property instead of delete + defineProperty
1366
- options.sham - add a flag to not completely full polyfills
1367
- options.enumerable - export as enumerable property
1368
- options.noTargetGet - prevent calling a getter on target
1406
+ options.target - name of the target object
1407
+ options.global - target is the global object
1408
+ options.stat - export as static methods of target
1409
+ options.proto - export as prototype methods of target
1410
+ options.real - real prototype method for the `pure` version
1411
+ options.forced - export even if the native feature is available
1412
+ options.bind - bind methods to the target, required for the `pure` version
1413
+ options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
1414
+ options.unsafe - use the simple assignment of property instead of delete + defineProperty
1415
+ options.sham - add a flag to not completely full polyfills
1416
+ options.enumerable - export as enumerable property
1417
+ options.dontCallGetSet - prevent calling a getter on target
1418
+ options.name - the .name of the function if it does not match the key
1369
1419
  */
1370
1420
  module.exports = function (options, source) {
1371
1421
  var TARGET = options.target;
@@ -1375,28 +1425,27 @@ module.exports = function (options, source) {
1375
1425
  if (GLOBAL) {
1376
1426
  target = global;
1377
1427
  } else if (STATIC) {
1378
- target = global[TARGET] || setGlobal(TARGET, {});
1428
+ target = global[TARGET] || defineGlobalProperty(TARGET, {});
1379
1429
  } else {
1380
1430
  target = (global[TARGET] || {}).prototype;
1381
1431
  }
1382
1432
  if (target) for (key in source) {
1383
1433
  sourceProperty = source[key];
1384
- if (options.noTargetGet) {
1434
+ if (options.dontCallGetSet) {
1385
1435
  descriptor = getOwnPropertyDescriptor(target, key);
1386
1436
  targetProperty = descriptor && descriptor.value;
1387
1437
  } else targetProperty = target[key];
1388
1438
  FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
1389
1439
  // contained in target
1390
1440
  if (!FORCED && targetProperty !== undefined) {
1391
- if (typeof sourceProperty === typeof targetProperty) continue;
1441
+ if (typeof sourceProperty == typeof targetProperty) continue;
1392
1442
  copyConstructorProperties(sourceProperty, targetProperty);
1393
1443
  }
1394
1444
  // add a flag to not completely full polyfills
1395
1445
  if (options.sham || (targetProperty && targetProperty.sham)) {
1396
1446
  createNonEnumerableProperty(sourceProperty, 'sham', true);
1397
1447
  }
1398
- // extend global
1399
- redefine(target, key, sourceProperty, options);
1448
+ defineBuiltIn(target, key, sourceProperty, options);
1400
1449
  }
1401
1450
  };
1402
1451
 
@@ -1424,7 +1473,8 @@ module.exports = function (exec) {
1424
1473
 
1425
1474
  // TODO: Remove from `core-js@4` since it's moved to entry points
1426
1475
  __webpack_require__(4916);
1427
- var redefine = __webpack_require__(1320);
1476
+ var uncurryThis = __webpack_require__(1470);
1477
+ var defineBuiltIn = __webpack_require__(8052);
1428
1478
  var regexpExec = __webpack_require__(2261);
1429
1479
  var fails = __webpack_require__(7293);
1430
1480
  var wellKnownSymbol = __webpack_require__(5112);
@@ -1433,47 +1483,7 @@ var createNonEnumerableProperty = __webpack_require__(8880);
1433
1483
  var SPECIES = wellKnownSymbol('species');
1434
1484
  var RegExpPrototype = RegExp.prototype;
1435
1485
 
1436
- var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
1437
- // #replace needs built-in support for named groups.
1438
- // #match works fine because it just return the exec results, even if it has
1439
- // a "grops" property.
1440
- var re = /./;
1441
- re.exec = function () {
1442
- var result = [];
1443
- result.groups = { a: '7' };
1444
- return result;
1445
- };
1446
- return ''.replace(re, '$<a>') !== '7';
1447
- });
1448
-
1449
- // IE <= 11 replaces $0 with the whole match, as if it was $&
1450
- // https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0
1451
- var REPLACE_KEEPS_$0 = (function () {
1452
- // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing
1453
- return 'a'.replace(/./, '$0') === '$0';
1454
- })();
1455
-
1456
- var REPLACE = wellKnownSymbol('replace');
1457
- // Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string
1458
- var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
1459
- if (/./[REPLACE]) {
1460
- return /./[REPLACE]('a', '$0') === '';
1461
- }
1462
- return false;
1463
- })();
1464
-
1465
- // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
1466
- // Weex JS has frozen built-in prototypes, so use try / catch wrapper
1467
- var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {
1468
- // eslint-disable-next-line regexp/no-empty-group -- required for testing
1469
- var re = /(?:)/;
1470
- var originalExec = re.exec;
1471
- re.exec = function () { return originalExec.apply(this, arguments); };
1472
- var result = 'ab'.split(re);
1473
- return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';
1474
- });
1475
-
1476
- module.exports = function (KEY, length, exec, sham) {
1486
+ module.exports = function (KEY, exec, FORCED, SHAM) {
1477
1487
  var SYMBOL = wellKnownSymbol(KEY);
1478
1488
 
1479
1489
  var DELEGATES_TO_SYMBOL = !fails(function () {
@@ -1510,94 +1520,186 @@ module.exports = function (KEY, length, exec, sham) {
1510
1520
  if (
1511
1521
  !DELEGATES_TO_SYMBOL ||
1512
1522
  !DELEGATES_TO_EXEC ||
1513
- (KEY === 'replace' && !(
1514
- REPLACE_SUPPORTS_NAMED_GROUPS &&
1515
- REPLACE_KEEPS_$0 &&
1516
- !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
1517
- )) ||
1518
- (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)
1523
+ FORCED
1519
1524
  ) {
1520
- var nativeRegExpMethod = /./[SYMBOL];
1525
+ var uncurriedNativeRegExpMethod = uncurryThis(/./[SYMBOL]);
1521
1526
  var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {
1527
+ var uncurriedNativeMethod = uncurryThis(nativeMethod);
1522
1528
  var $exec = regexp.exec;
1523
1529
  if ($exec === regexpExec || $exec === RegExpPrototype.exec) {
1524
1530
  if (DELEGATES_TO_SYMBOL && !forceStringMethod) {
1525
1531
  // The native String method already delegates to @@method (this
1526
1532
  // polyfilled function), leasing to infinite recursion.
1527
1533
  // We avoid it by directly calling the native @@method method.
1528
- return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };
1534
+ return { done: true, value: uncurriedNativeRegExpMethod(regexp, str, arg2) };
1529
1535
  }
1530
- return { done: true, value: nativeMethod.call(str, regexp, arg2) };
1536
+ return { done: true, value: uncurriedNativeMethod(str, regexp, arg2) };
1531
1537
  }
1532
1538
  return { done: false };
1533
- }, {
1534
- REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,
1535
- REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
1536
1539
  });
1537
- var stringMethod = methods[0];
1538
- var regexMethod = methods[1];
1539
-
1540
- redefine(String.prototype, KEY, stringMethod);
1541
- redefine(RegExpPrototype, SYMBOL, length == 2
1542
- // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)
1543
- // 21.2.5.11 RegExp.prototype[@@split](string, limit)
1544
- ? function (string, arg) { return regexMethod.call(string, this, arg); }
1545
- // 21.2.5.6 RegExp.prototype[@@match](string)
1546
- // 21.2.5.9 RegExp.prototype[@@search](string)
1547
- : function (string) { return regexMethod.call(string, this); }
1548
- );
1540
+
1541
+ defineBuiltIn(String.prototype, KEY, methods[0]);
1542
+ defineBuiltIn(RegExpPrototype, SYMBOL, methods[1]);
1549
1543
  }
1550
1544
 
1551
- if (sham) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);
1545
+ if (SHAM) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);
1552
1546
  };
1553
1547
 
1554
1548
 
1549
+ /***/ }),
1550
+
1551
+ /***/ 2104:
1552
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1553
+
1554
+ var NATIVE_BIND = __webpack_require__(4374);
1555
+
1556
+ var FunctionPrototype = Function.prototype;
1557
+ var apply = FunctionPrototype.apply;
1558
+ var call = FunctionPrototype.call;
1559
+
1560
+ // eslint-disable-next-line es/no-reflect -- safe
1561
+ module.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call.bind(apply) : function () {
1562
+ return call.apply(apply, arguments);
1563
+ });
1564
+
1565
+
1555
1566
  /***/ }),
1556
1567
 
1557
1568
  /***/ 9974:
1558
1569
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1559
1570
 
1560
- var aFunction = __webpack_require__(3099);
1571
+ var uncurryThis = __webpack_require__(1470);
1572
+ var aCallable = __webpack_require__(9662);
1573
+ var NATIVE_BIND = __webpack_require__(4374);
1574
+
1575
+ var bind = uncurryThis(uncurryThis.bind);
1561
1576
 
1562
1577
  // optional / simple context binding
1563
- module.exports = function (fn, that, length) {
1564
- aFunction(fn);
1565
- if (that === undefined) return fn;
1566
- switch (length) {
1567
- case 0: return function () {
1568
- return fn.call(that);
1569
- };
1570
- case 1: return function (a) {
1571
- return fn.call(that, a);
1572
- };
1573
- case 2: return function (a, b) {
1574
- return fn.call(that, a, b);
1575
- };
1576
- case 3: return function (a, b, c) {
1577
- return fn.call(that, a, b, c);
1578
- };
1579
- }
1580
- return function (/* ...args */) {
1578
+ module.exports = function (fn, that) {
1579
+ aCallable(fn);
1580
+ return that === undefined ? fn : NATIVE_BIND ? bind(fn, that) : function (/* ...args */) {
1581
1581
  return fn.apply(that, arguments);
1582
1582
  };
1583
1583
  };
1584
1584
 
1585
1585
 
1586
+ /***/ }),
1587
+
1588
+ /***/ 4374:
1589
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1590
+
1591
+ var fails = __webpack_require__(7293);
1592
+
1593
+ module.exports = !fails(function () {
1594
+ // eslint-disable-next-line es/no-function-prototype-bind -- safe
1595
+ var test = (function () { /* empty */ }).bind();
1596
+ // eslint-disable-next-line no-prototype-builtins -- safe
1597
+ return typeof test != 'function' || test.hasOwnProperty('prototype');
1598
+ });
1599
+
1600
+
1601
+ /***/ }),
1602
+
1603
+ /***/ 6916:
1604
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1605
+
1606
+ var NATIVE_BIND = __webpack_require__(4374);
1607
+
1608
+ var call = Function.prototype.call;
1609
+
1610
+ module.exports = NATIVE_BIND ? call.bind(call) : function () {
1611
+ return call.apply(call, arguments);
1612
+ };
1613
+
1614
+
1615
+ /***/ }),
1616
+
1617
+ /***/ 6530:
1618
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1619
+
1620
+ var DESCRIPTORS = __webpack_require__(9781);
1621
+ var hasOwn = __webpack_require__(2597);
1622
+
1623
+ var FunctionPrototype = Function.prototype;
1624
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
1625
+ var getDescriptor = DESCRIPTORS && Object.getOwnPropertyDescriptor;
1626
+
1627
+ var EXISTS = hasOwn(FunctionPrototype, 'name');
1628
+ // additional protection from minified / mangled / dropped function names
1629
+ var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';
1630
+ var CONFIGURABLE = EXISTS && (!DESCRIPTORS || (DESCRIPTORS && getDescriptor(FunctionPrototype, 'name').configurable));
1631
+
1632
+ module.exports = {
1633
+ EXISTS: EXISTS,
1634
+ PROPER: PROPER,
1635
+ CONFIGURABLE: CONFIGURABLE
1636
+ };
1637
+
1638
+
1639
+ /***/ }),
1640
+
1641
+ /***/ 1470:
1642
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1643
+
1644
+ var classofRaw = __webpack_require__(4326);
1645
+ var uncurryThis = __webpack_require__(1702);
1646
+
1647
+ module.exports = function (fn) {
1648
+ // Nashorn bug:
1649
+ // https://github.com/zloirock/core-js/issues/1128
1650
+ // https://github.com/zloirock/core-js/issues/1130
1651
+ if (classofRaw(fn) === 'Function') return uncurryThis(fn);
1652
+ };
1653
+
1654
+
1655
+ /***/ }),
1656
+
1657
+ /***/ 1702:
1658
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1659
+
1660
+ var NATIVE_BIND = __webpack_require__(4374);
1661
+
1662
+ var FunctionPrototype = Function.prototype;
1663
+ var call = FunctionPrototype.call;
1664
+ var uncurryThisWithBind = NATIVE_BIND && FunctionPrototype.bind.bind(call, call);
1665
+
1666
+ module.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {
1667
+ return function () {
1668
+ return call.apply(fn, arguments);
1669
+ };
1670
+ };
1671
+
1672
+
1586
1673
  /***/ }),
1587
1674
 
1588
1675
  /***/ 5005:
1589
1676
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1590
1677
 
1591
- var path = __webpack_require__(857);
1592
1678
  var global = __webpack_require__(7854);
1679
+ var isCallable = __webpack_require__(614);
1593
1680
 
1594
- var aFunction = function (variable) {
1595
- return typeof variable == 'function' ? variable : undefined;
1681
+ var aFunction = function (argument) {
1682
+ return isCallable(argument) ? argument : undefined;
1596
1683
  };
1597
1684
 
1598
1685
  module.exports = function (namespace, method) {
1599
- return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])
1600
- : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];
1686
+ return arguments.length < 2 ? aFunction(global[namespace]) : global[namespace] && global[namespace][method];
1687
+ };
1688
+
1689
+
1690
+ /***/ }),
1691
+
1692
+ /***/ 8173:
1693
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1694
+
1695
+ var aCallable = __webpack_require__(9662);
1696
+ var isNullOrUndefined = __webpack_require__(8554);
1697
+
1698
+ // `GetMethod` abstract operation
1699
+ // https://tc39.es/ecma262/#sec-getmethod
1700
+ module.exports = function (V, P) {
1701
+ var func = V[P];
1702
+ return isNullOrUndefined(func) ? undefined : aCallable(func);
1601
1703
  };
1602
1704
 
1603
1705
 
@@ -1606,13 +1708,17 @@ module.exports = function (namespace, method) {
1606
1708
  /***/ 647:
1607
1709
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1608
1710
 
1711
+ var uncurryThis = __webpack_require__(1702);
1609
1712
  var toObject = __webpack_require__(7908);
1610
1713
 
1611
1714
  var floor = Math.floor;
1612
- var replace = ''.replace;
1715
+ var charAt = uncurryThis(''.charAt);
1716
+ var replace = uncurryThis(''.replace);
1717
+ var stringSlice = uncurryThis(''.slice);
1613
1718
  var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g;
1614
1719
  var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g;
1615
1720
 
1721
+ // `GetSubstitution` abstract operation
1616
1722
  // https://tc39.es/ecma262/#sec-getsubstitution
1617
1723
  module.exports = function (matched, str, position, captures, namedCaptures, replacement) {
1618
1724
  var tailPos = position + matched.length;
@@ -1622,15 +1728,15 @@ module.exports = function (matched, str, position, captures, namedCaptures, repl
1622
1728
  namedCaptures = toObject(namedCaptures);
1623
1729
  symbols = SUBSTITUTION_SYMBOLS;
1624
1730
  }
1625
- return replace.call(replacement, symbols, function (match, ch) {
1731
+ return replace(replacement, symbols, function (match, ch) {
1626
1732
  var capture;
1627
- switch (ch.charAt(0)) {
1733
+ switch (charAt(ch, 0)) {
1628
1734
  case '$': return '$';
1629
1735
  case '&': return matched;
1630
- case '`': return str.slice(0, position);
1631
- case "'": return str.slice(tailPos);
1736
+ case '`': return stringSlice(str, 0, position);
1737
+ case "'": return stringSlice(str, tailPos);
1632
1738
  case '<':
1633
- capture = namedCaptures[ch.slice(1, -1)];
1739
+ capture = namedCaptures[stringSlice(ch, 1, -1)];
1634
1740
  break;
1635
1741
  default: // \d\d?
1636
1742
  var n = +ch;
@@ -1638,7 +1744,7 @@ module.exports = function (matched, str, position, captures, namedCaptures, repl
1638
1744
  if (n > m) {
1639
1745
  var f = floor(n / 10);
1640
1746
  if (f === 0) return match;
1641
- if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
1747
+ if (f <= m) return captures[f - 1] === undefined ? charAt(ch, 1) : captures[f - 1] + charAt(ch, 1);
1642
1748
  return match;
1643
1749
  }
1644
1750
  capture = captures[n - 1];
@@ -1671,15 +1777,19 @@ module.exports =
1671
1777
 
1672
1778
  /***/ }),
1673
1779
 
1674
- /***/ 6656:
1780
+ /***/ 2597:
1675
1781
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1676
1782
 
1783
+ var uncurryThis = __webpack_require__(1702);
1677
1784
  var toObject = __webpack_require__(7908);
1678
1785
 
1679
- var hasOwnProperty = {}.hasOwnProperty;
1786
+ var hasOwnProperty = uncurryThis({}.hasOwnProperty);
1680
1787
 
1681
- module.exports = function hasOwn(it, key) {
1682
- return hasOwnProperty.call(toObject(it), key);
1788
+ // `HasOwnProperty` abstract operation
1789
+ // https://tc39.es/ecma262/#sec-hasownproperty
1790
+ // eslint-disable-next-line es/no-object-hasown -- safe
1791
+ module.exports = Object.hasOwn || function hasOwn(it, key) {
1792
+ return hasOwnProperty(toObject(it), key);
1683
1793
  };
1684
1794
 
1685
1795
 
@@ -1710,9 +1820,9 @@ var DESCRIPTORS = __webpack_require__(9781);
1710
1820
  var fails = __webpack_require__(7293);
1711
1821
  var createElement = __webpack_require__(317);
1712
1822
 
1713
- // Thank's IE8 for his funny defineProperty
1823
+ // Thanks to IE8 for its funny defineProperty
1714
1824
  module.exports = !DESCRIPTORS && !fails(function () {
1715
- // eslint-disable-next-line es/no-object-defineproperty -- requied for testing
1825
+ // eslint-disable-next-line es/no-object-defineproperty -- required for testing
1716
1826
  return Object.defineProperty(createElement('div'), 'a', {
1717
1827
  get: function () { return 7; }
1718
1828
  }).a != 7;
@@ -1724,19 +1834,21 @@ module.exports = !DESCRIPTORS && !fails(function () {
1724
1834
  /***/ 8361:
1725
1835
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1726
1836
 
1837
+ var uncurryThis = __webpack_require__(1702);
1727
1838
  var fails = __webpack_require__(7293);
1728
1839
  var classof = __webpack_require__(4326);
1729
1840
 
1730
- var split = ''.split;
1841
+ var $Object = Object;
1842
+ var split = uncurryThis(''.split);
1731
1843
 
1732
1844
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
1733
1845
  module.exports = fails(function () {
1734
1846
  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
1735
1847
  // eslint-disable-next-line no-prototype-builtins -- safe
1736
- return !Object('z').propertyIsEnumerable(0);
1848
+ return !$Object('z').propertyIsEnumerable(0);
1737
1849
  }) ? function (it) {
1738
- return classof(it) == 'String' ? split.call(it, '') : Object(it);
1739
- } : Object;
1850
+ return classof(it) == 'String' ? split(it, '') : $Object(it);
1851
+ } : $Object;
1740
1852
 
1741
1853
 
1742
1854
  /***/ }),
@@ -1744,6 +1856,7 @@ module.exports = fails(function () {
1744
1856
  /***/ 9587:
1745
1857
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1746
1858
 
1859
+ var isCallable = __webpack_require__(614);
1747
1860
  var isObject = __webpack_require__(111);
1748
1861
  var setPrototypeOf = __webpack_require__(7674);
1749
1862
 
@@ -1754,7 +1867,7 @@ module.exports = function ($this, dummy, Wrapper) {
1754
1867
  // it can work only with native `setPrototypeOf`
1755
1868
  setPrototypeOf &&
1756
1869
  // we haven't completely correct pre-ES6 way for getting `new.target`, so use this
1757
- typeof (NewTarget = dummy.constructor) == 'function' &&
1870
+ isCallable(NewTarget = dummy.constructor) &&
1758
1871
  NewTarget !== Wrapper &&
1759
1872
  isObject(NewTargetPrototype = NewTarget.prototype) &&
1760
1873
  NewTargetPrototype !== Wrapper.prototype
@@ -1768,14 +1881,16 @@ module.exports = function ($this, dummy, Wrapper) {
1768
1881
  /***/ 2788:
1769
1882
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1770
1883
 
1884
+ var uncurryThis = __webpack_require__(1702);
1885
+ var isCallable = __webpack_require__(614);
1771
1886
  var store = __webpack_require__(5465);
1772
1887
 
1773
- var functionToString = Function.toString;
1888
+ var functionToString = uncurryThis(Function.toString);
1774
1889
 
1775
- // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper
1776
- if (typeof store.inspectSource != 'function') {
1890
+ // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
1891
+ if (!isCallable(store.inspectSource)) {
1777
1892
  store.inspectSource = function (it) {
1778
- return functionToString.call(it);
1893
+ return functionToString(it);
1779
1894
  };
1780
1895
  }
1781
1896
 
@@ -1787,16 +1902,17 @@ module.exports = store.inspectSource;
1787
1902
  /***/ 9909:
1788
1903
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1789
1904
 
1790
- var NATIVE_WEAK_MAP = __webpack_require__(8536);
1905
+ var NATIVE_WEAK_MAP = __webpack_require__(4811);
1791
1906
  var global = __webpack_require__(7854);
1792
1907
  var isObject = __webpack_require__(111);
1793
1908
  var createNonEnumerableProperty = __webpack_require__(8880);
1794
- var objectHas = __webpack_require__(6656);
1909
+ var hasOwn = __webpack_require__(2597);
1795
1910
  var shared = __webpack_require__(5465);
1796
1911
  var sharedKey = __webpack_require__(6200);
1797
1912
  var hiddenKeys = __webpack_require__(3501);
1798
1913
 
1799
1914
  var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
1915
+ var TypeError = global.TypeError;
1800
1916
  var WeakMap = global.WeakMap;
1801
1917
  var set, get, has;
1802
1918
 
@@ -1815,35 +1931,37 @@ var getterFor = function (TYPE) {
1815
1931
 
1816
1932
  if (NATIVE_WEAK_MAP || shared.state) {
1817
1933
  var store = shared.state || (shared.state = new WeakMap());
1818
- var wmget = store.get;
1819
- var wmhas = store.has;
1820
- var wmset = store.set;
1934
+ /* eslint-disable no-self-assign -- prototype methods protection */
1935
+ store.get = store.get;
1936
+ store.has = store.has;
1937
+ store.set = store.set;
1938
+ /* eslint-enable no-self-assign -- prototype methods protection */
1821
1939
  set = function (it, metadata) {
1822
- if (wmhas.call(store, it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);
1940
+ if (store.has(it)) throw TypeError(OBJECT_ALREADY_INITIALIZED);
1823
1941
  metadata.facade = it;
1824
- wmset.call(store, it, metadata);
1942
+ store.set(it, metadata);
1825
1943
  return metadata;
1826
1944
  };
1827
1945
  get = function (it) {
1828
- return wmget.call(store, it) || {};
1946
+ return store.get(it) || {};
1829
1947
  };
1830
1948
  has = function (it) {
1831
- return wmhas.call(store, it);
1949
+ return store.has(it);
1832
1950
  };
1833
1951
  } else {
1834
1952
  var STATE = sharedKey('state');
1835
1953
  hiddenKeys[STATE] = true;
1836
1954
  set = function (it, metadata) {
1837
- if (objectHas(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);
1955
+ if (hasOwn(it, STATE)) throw TypeError(OBJECT_ALREADY_INITIALIZED);
1838
1956
  metadata.facade = it;
1839
1957
  createNonEnumerableProperty(it, STATE, metadata);
1840
1958
  return metadata;
1841
1959
  };
1842
1960
  get = function (it) {
1843
- return objectHas(it, STATE) ? it[STATE] : {};
1961
+ return hasOwn(it, STATE) ? it[STATE] : {};
1844
1962
  };
1845
1963
  has = function (it) {
1846
- return objectHas(it, STATE);
1964
+ return hasOwn(it, STATE);
1847
1965
  };
1848
1966
  }
1849
1967
 
@@ -1866,10 +1984,87 @@ var classof = __webpack_require__(4326);
1866
1984
  // `IsArray` abstract operation
1867
1985
  // https://tc39.es/ecma262/#sec-isarray
1868
1986
  // eslint-disable-next-line es/no-array-isarray -- safe
1869
- module.exports = Array.isArray || function isArray(arg) {
1870
- return classof(arg) == 'Array';
1987
+ module.exports = Array.isArray || function isArray(argument) {
1988
+ return classof(argument) == 'Array';
1989
+ };
1990
+
1991
+
1992
+ /***/ }),
1993
+
1994
+ /***/ 614:
1995
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1996
+
1997
+ var $documentAll = __webpack_require__(4154);
1998
+
1999
+ var documentAll = $documentAll.all;
2000
+
2001
+ // `IsCallable` abstract operation
2002
+ // https://tc39.es/ecma262/#sec-iscallable
2003
+ module.exports = $documentAll.IS_HTMLDDA ? function (argument) {
2004
+ return typeof argument == 'function' || argument === documentAll;
2005
+ } : function (argument) {
2006
+ return typeof argument == 'function';
2007
+ };
2008
+
2009
+
2010
+ /***/ }),
2011
+
2012
+ /***/ 4411:
2013
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2014
+
2015
+ var uncurryThis = __webpack_require__(1702);
2016
+ var fails = __webpack_require__(7293);
2017
+ var isCallable = __webpack_require__(614);
2018
+ var classof = __webpack_require__(648);
2019
+ var getBuiltIn = __webpack_require__(5005);
2020
+ var inspectSource = __webpack_require__(2788);
2021
+
2022
+ var noop = function () { /* empty */ };
2023
+ var empty = [];
2024
+ var construct = getBuiltIn('Reflect', 'construct');
2025
+ var constructorRegExp = /^\s*(?:class|function)\b/;
2026
+ var exec = uncurryThis(constructorRegExp.exec);
2027
+ var INCORRECT_TO_STRING = !constructorRegExp.exec(noop);
2028
+
2029
+ var isConstructorModern = function isConstructor(argument) {
2030
+ if (!isCallable(argument)) return false;
2031
+ try {
2032
+ construct(noop, empty, argument);
2033
+ return true;
2034
+ } catch (error) {
2035
+ return false;
2036
+ }
1871
2037
  };
1872
2038
 
2039
+ var isConstructorLegacy = function isConstructor(argument) {
2040
+ if (!isCallable(argument)) return false;
2041
+ switch (classof(argument)) {
2042
+ case 'AsyncFunction':
2043
+ case 'GeneratorFunction':
2044
+ case 'AsyncGeneratorFunction': return false;
2045
+ }
2046
+ try {
2047
+ // we can't check .prototype since constructors produced by .bind haven't it
2048
+ // `Function#toString` throws on some built-it function in some legacy engines
2049
+ // (for example, `DOMQuad` and similar in FF41-)
2050
+ return INCORRECT_TO_STRING || !!exec(constructorRegExp, inspectSource(argument));
2051
+ } catch (error) {
2052
+ return true;
2053
+ }
2054
+ };
2055
+
2056
+ isConstructorLegacy.sham = true;
2057
+
2058
+ // `IsConstructor` abstract operation
2059
+ // https://tc39.es/ecma262/#sec-isconstructor
2060
+ module.exports = !construct || fails(function () {
2061
+ var called;
2062
+ return isConstructorModern(isConstructorModern.call)
2063
+ || !isConstructorModern(Object)
2064
+ || !isConstructorModern(function () { called = true; })
2065
+ || called;
2066
+ }) ? isConstructorLegacy : isConstructorModern;
2067
+
1873
2068
 
1874
2069
  /***/ }),
1875
2070
 
@@ -1877,6 +2072,7 @@ module.exports = Array.isArray || function isArray(arg) {
1877
2072
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1878
2073
 
1879
2074
  var fails = __webpack_require__(7293);
2075
+ var isCallable = __webpack_require__(614);
1880
2076
 
1881
2077
  var replacement = /#|\.prototype\./;
1882
2078
 
@@ -1884,7 +2080,7 @@ var isForced = function (feature, detection) {
1884
2080
  var value = data[normalize(feature)];
1885
2081
  return value == POLYFILL ? true
1886
2082
  : value == NATIVE ? false
1887
- : typeof detection == 'function' ? fails(detection)
2083
+ : isCallable(detection) ? fails(detection)
1888
2084
  : !!detection;
1889
2085
  };
1890
2086
 
@@ -1901,11 +2097,30 @@ module.exports = isForced;
1901
2097
 
1902
2098
  /***/ }),
1903
2099
 
1904
- /***/ 111:
2100
+ /***/ 8554:
1905
2101
  /***/ (function(module) {
1906
2102
 
2103
+ // we can't use just `it == null` since of `document.all` special case
2104
+ // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec
1907
2105
  module.exports = function (it) {
1908
- return typeof it === 'object' ? it !== null : typeof it === 'function';
2106
+ return it === null || it === undefined;
2107
+ };
2108
+
2109
+
2110
+ /***/ }),
2111
+
2112
+ /***/ 111:
2113
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2114
+
2115
+ var isCallable = __webpack_require__(614);
2116
+ var $documentAll = __webpack_require__(4154);
2117
+
2118
+ var documentAll = $documentAll.all;
2119
+
2120
+ module.exports = $documentAll.IS_HTMLDDA ? function (it) {
2121
+ return typeof it == 'object' ? it !== null : isCallable(it) || it === documentAll;
2122
+ } : function (it) {
2123
+ return typeof it == 'object' ? it !== null : isCallable(it);
1909
2124
  };
1910
2125
 
1911
2126
 
@@ -1938,33 +2153,109 @@ module.exports = function (it) {
1938
2153
 
1939
2154
  /***/ }),
1940
2155
 
1941
- /***/ 133:
2156
+ /***/ 2190:
1942
2157
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1943
2158
 
1944
- /* eslint-disable es/no-symbol -- required for testing */
1945
- var V8_VERSION = __webpack_require__(7392);
1946
- var fails = __webpack_require__(7293);
2159
+ var getBuiltIn = __webpack_require__(5005);
2160
+ var isCallable = __webpack_require__(614);
2161
+ var isPrototypeOf = __webpack_require__(7976);
2162
+ var USE_SYMBOL_AS_UID = __webpack_require__(3307);
1947
2163
 
1948
- // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
1949
- module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
1950
- return !String(Symbol()) ||
1951
- // Chrome 38 Symbol has incorrect toString conversion
1952
- // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
1953
- !Symbol.sham && V8_VERSION && V8_VERSION < 41;
1954
- });
2164
+ var $Object = Object;
2165
+
2166
+ module.exports = USE_SYMBOL_AS_UID ? function (it) {
2167
+ return typeof it == 'symbol';
2168
+ } : function (it) {
2169
+ var $Symbol = getBuiltIn('Symbol');
2170
+ return isCallable($Symbol) && isPrototypeOf($Symbol.prototype, $Object(it));
2171
+ };
1955
2172
 
1956
2173
 
1957
2174
  /***/ }),
1958
2175
 
1959
- /***/ 8536:
2176
+ /***/ 6244:
1960
2177
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1961
2178
 
1962
- var global = __webpack_require__(7854);
2179
+ var toLength = __webpack_require__(7466);
2180
+
2181
+ // `LengthOfArrayLike` abstract operation
2182
+ // https://tc39.es/ecma262/#sec-lengthofarraylike
2183
+ module.exports = function (obj) {
2184
+ return toLength(obj.length);
2185
+ };
2186
+
2187
+
2188
+ /***/ }),
2189
+
2190
+ /***/ 6339:
2191
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2192
+
2193
+ var fails = __webpack_require__(7293);
2194
+ var isCallable = __webpack_require__(614);
2195
+ var hasOwn = __webpack_require__(2597);
2196
+ var DESCRIPTORS = __webpack_require__(9781);
2197
+ var CONFIGURABLE_FUNCTION_NAME = (__webpack_require__(6530).CONFIGURABLE);
1963
2198
  var inspectSource = __webpack_require__(2788);
2199
+ var InternalStateModule = __webpack_require__(9909);
1964
2200
 
1965
- var WeakMap = global.WeakMap;
2201
+ var enforceInternalState = InternalStateModule.enforce;
2202
+ var getInternalState = InternalStateModule.get;
2203
+ // eslint-disable-next-line es/no-object-defineproperty -- safe
2204
+ var defineProperty = Object.defineProperty;
1966
2205
 
1967
- module.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));
2206
+ var CONFIGURABLE_LENGTH = DESCRIPTORS && !fails(function () {
2207
+ return defineProperty(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
2208
+ });
2209
+
2210
+ var TEMPLATE = String(String).split('String');
2211
+
2212
+ var makeBuiltIn = module.exports = function (value, name, options) {
2213
+ if (String(name).slice(0, 7) === 'Symbol(') {
2214
+ name = '[' + String(name).replace(/^Symbol\(([^)]*)\)/, '$1') + ']';
2215
+ }
2216
+ if (options && options.getter) name = 'get ' + name;
2217
+ if (options && options.setter) name = 'set ' + name;
2218
+ if (!hasOwn(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) {
2219
+ if (DESCRIPTORS) defineProperty(value, 'name', { value: name, configurable: true });
2220
+ else value.name = name;
2221
+ }
2222
+ if (CONFIGURABLE_LENGTH && options && hasOwn(options, 'arity') && value.length !== options.arity) {
2223
+ defineProperty(value, 'length', { value: options.arity });
2224
+ }
2225
+ try {
2226
+ if (options && hasOwn(options, 'constructor') && options.constructor) {
2227
+ if (DESCRIPTORS) defineProperty(value, 'prototype', { writable: false });
2228
+ // in V8 ~ Chrome 53, prototypes of some methods, like `Array.prototype.values`, are non-writable
2229
+ } else if (value.prototype) value.prototype = undefined;
2230
+ } catch (error) { /* empty */ }
2231
+ var state = enforceInternalState(value);
2232
+ if (!hasOwn(state, 'source')) {
2233
+ state.source = TEMPLATE.join(typeof name == 'string' ? name : '');
2234
+ } return value;
2235
+ };
2236
+
2237
+ // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
2238
+ // eslint-disable-next-line no-extend-native -- required
2239
+ Function.prototype.toString = makeBuiltIn(function toString() {
2240
+ return isCallable(this) && getInternalState(this).source || inspectSource(this);
2241
+ }, 'toString');
2242
+
2243
+
2244
+ /***/ }),
2245
+
2246
+ /***/ 4758:
2247
+ /***/ (function(module) {
2248
+
2249
+ var ceil = Math.ceil;
2250
+ var floor = Math.floor;
2251
+
2252
+ // `Math.trunc` method
2253
+ // https://tc39.es/ecma262/#sec-math.trunc
2254
+ // eslint-disable-next-line es/no-math-trunc -- safe
2255
+ module.exports = Math.trunc || function trunc(x) {
2256
+ var n = +x;
2257
+ return (n > 0 ? floor : ceil)(n);
2258
+ };
1968
2259
 
1969
2260
 
1970
2261
  /***/ }),
@@ -1974,9 +2265,11 @@ module.exports = typeof WeakMap === 'function' && /native code/.test(inspectSour
1974
2265
 
1975
2266
  var isRegExp = __webpack_require__(7850);
1976
2267
 
2268
+ var $TypeError = TypeError;
2269
+
1977
2270
  module.exports = function (it) {
1978
2271
  if (isRegExp(it)) {
1979
- throw TypeError("The method doesn't accept regular expressions");
2272
+ throw $TypeError("The method doesn't accept regular expressions");
1980
2273
  } return it;
1981
2274
  };
1982
2275
 
@@ -1989,6 +2282,8 @@ module.exports = function (it) {
1989
2282
  "use strict";
1990
2283
 
1991
2284
  var DESCRIPTORS = __webpack_require__(9781);
2285
+ var uncurryThis = __webpack_require__(1702);
2286
+ var call = __webpack_require__(6916);
1992
2287
  var fails = __webpack_require__(7293);
1993
2288
  var objectKeys = __webpack_require__(1956);
1994
2289
  var getOwnPropertySymbolsModule = __webpack_require__(5181);
@@ -2000,6 +2295,7 @@ var IndexedObject = __webpack_require__(8361);
2000
2295
  var $assign = Object.assign;
2001
2296
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
2002
2297
  var defineProperty = Object.defineProperty;
2298
+ var concat = uncurryThis([].concat);
2003
2299
 
2004
2300
  // `Object.assign` method
2005
2301
  // https://tc39.es/ecma262/#sec-object.assign
@@ -2031,13 +2327,13 @@ module.exports = !$assign || fails(function () {
2031
2327
  var propertyIsEnumerable = propertyIsEnumerableModule.f;
2032
2328
  while (argumentsLength > index) {
2033
2329
  var S = IndexedObject(arguments[index++]);
2034
- var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);
2330
+ var keys = getOwnPropertySymbols ? concat(objectKeys(S), getOwnPropertySymbols(S)) : objectKeys(S);
2035
2331
  var length = keys.length;
2036
2332
  var j = 0;
2037
2333
  var key;
2038
2334
  while (length > j) {
2039
2335
  key = keys[j++];
2040
- if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];
2336
+ if (!DESCRIPTORS || call(propertyIsEnumerable, S, key)) T[key] = S[key];
2041
2337
  }
2042
2338
  } return T;
2043
2339
  } : $assign;
@@ -2048,8 +2344,9 @@ module.exports = !$assign || fails(function () {
2048
2344
  /***/ 30:
2049
2345
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2050
2346
 
2347
+ /* global ActiveXObject -- old IE, WSH */
2051
2348
  var anObject = __webpack_require__(9670);
2052
- var defineProperties = __webpack_require__(6048);
2349
+ var definePropertiesModule = __webpack_require__(6048);
2053
2350
  var enumBugKeys = __webpack_require__(748);
2054
2351
  var hiddenKeys = __webpack_require__(3501);
2055
2352
  var html = __webpack_require__(490);
@@ -2102,10 +2399,13 @@ var NullProtoObjectViaIFrame = function () {
2102
2399
  var activeXDocument;
2103
2400
  var NullProtoObject = function () {
2104
2401
  try {
2105
- /* global ActiveXObject -- old IE */
2106
- activeXDocument = document.domain && new ActiveXObject('htmlfile');
2402
+ activeXDocument = new ActiveXObject('htmlfile');
2107
2403
  } catch (error) { /* ignore */ }
2108
- NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();
2404
+ NullProtoObject = typeof document != 'undefined'
2405
+ ? document.domain && activeXDocument
2406
+ ? NullProtoObjectViaActiveX(activeXDocument) // old IE
2407
+ : NullProtoObjectViaIFrame()
2408
+ : NullProtoObjectViaActiveX(activeXDocument); // WSH
2109
2409
  var length = enumBugKeys.length;
2110
2410
  while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];
2111
2411
  return NullProtoObject();
@@ -2115,6 +2415,7 @@ hiddenKeys[IE_PROTO] = true;
2115
2415
 
2116
2416
  // `Object.create` method
2117
2417
  // https://tc39.es/ecma262/#sec-object.create
2418
+ // eslint-disable-next-line es/no-object-create -- safe
2118
2419
  module.exports = Object.create || function create(O, Properties) {
2119
2420
  var result;
2120
2421
  if (O !== null) {
@@ -2124,30 +2425,33 @@ module.exports = Object.create || function create(O, Properties) {
2124
2425
  // add "__proto__" for Object.getPrototypeOf polyfill
2125
2426
  result[IE_PROTO] = O;
2126
2427
  } else result = NullProtoObject();
2127
- return Properties === undefined ? result : defineProperties(result, Properties);
2428
+ return Properties === undefined ? result : definePropertiesModule.f(result, Properties);
2128
2429
  };
2129
2430
 
2130
2431
 
2131
2432
  /***/ }),
2132
2433
 
2133
2434
  /***/ 6048:
2134
- /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2435
+ /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
2135
2436
 
2136
2437
  var DESCRIPTORS = __webpack_require__(9781);
2438
+ var V8_PROTOTYPE_DEFINE_BUG = __webpack_require__(3353);
2137
2439
  var definePropertyModule = __webpack_require__(3070);
2138
2440
  var anObject = __webpack_require__(9670);
2441
+ var toIndexedObject = __webpack_require__(5656);
2139
2442
  var objectKeys = __webpack_require__(1956);
2140
2443
 
2141
2444
  // `Object.defineProperties` method
2142
2445
  // https://tc39.es/ecma262/#sec-object.defineproperties
2143
2446
  // eslint-disable-next-line es/no-object-defineproperties -- safe
2144
- module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {
2447
+ exports.f = DESCRIPTORS && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties : function defineProperties(O, Properties) {
2145
2448
  anObject(O);
2449
+ var props = toIndexedObject(Properties);
2146
2450
  var keys = objectKeys(Properties);
2147
2451
  var length = keys.length;
2148
2452
  var index = 0;
2149
2453
  var key;
2150
- while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);
2454
+ while (length > index) definePropertyModule.f(O, key = keys[index++], props[key]);
2151
2455
  return O;
2152
2456
  };
2153
2457
 
@@ -2159,22 +2463,44 @@ module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperti
2159
2463
 
2160
2464
  var DESCRIPTORS = __webpack_require__(9781);
2161
2465
  var IE8_DOM_DEFINE = __webpack_require__(4664);
2466
+ var V8_PROTOTYPE_DEFINE_BUG = __webpack_require__(3353);
2162
2467
  var anObject = __webpack_require__(9670);
2163
- var toPrimitive = __webpack_require__(7593);
2468
+ var toPropertyKey = __webpack_require__(4948);
2164
2469
 
2470
+ var $TypeError = TypeError;
2165
2471
  // eslint-disable-next-line es/no-object-defineproperty -- safe
2166
2472
  var $defineProperty = Object.defineProperty;
2473
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
2474
+ var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
2475
+ var ENUMERABLE = 'enumerable';
2476
+ var CONFIGURABLE = 'configurable';
2477
+ var WRITABLE = 'writable';
2167
2478
 
2168
2479
  // `Object.defineProperty` method
2169
2480
  // https://tc39.es/ecma262/#sec-object.defineproperty
2170
- exports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attributes) {
2481
+ exports.f = DESCRIPTORS ? V8_PROTOTYPE_DEFINE_BUG ? function defineProperty(O, P, Attributes) {
2171
2482
  anObject(O);
2172
- P = toPrimitive(P, true);
2483
+ P = toPropertyKey(P);
2484
+ anObject(Attributes);
2485
+ if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
2486
+ var current = $getOwnPropertyDescriptor(O, P);
2487
+ if (current && current[WRITABLE]) {
2488
+ O[P] = Attributes.value;
2489
+ Attributes = {
2490
+ configurable: CONFIGURABLE in Attributes ? Attributes[CONFIGURABLE] : current[CONFIGURABLE],
2491
+ enumerable: ENUMERABLE in Attributes ? Attributes[ENUMERABLE] : current[ENUMERABLE],
2492
+ writable: false
2493
+ };
2494
+ }
2495
+ } return $defineProperty(O, P, Attributes);
2496
+ } : $defineProperty : function defineProperty(O, P, Attributes) {
2497
+ anObject(O);
2498
+ P = toPropertyKey(P);
2173
2499
  anObject(Attributes);
2174
2500
  if (IE8_DOM_DEFINE) try {
2175
2501
  return $defineProperty(O, P, Attributes);
2176
2502
  } catch (error) { /* empty */ }
2177
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
2503
+ if ('get' in Attributes || 'set' in Attributes) throw $TypeError('Accessors not supported');
2178
2504
  if ('value' in Attributes) O[P] = Attributes.value;
2179
2505
  return O;
2180
2506
  };
@@ -2186,11 +2512,12 @@ exports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attrib
2186
2512
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
2187
2513
 
2188
2514
  var DESCRIPTORS = __webpack_require__(9781);
2515
+ var call = __webpack_require__(6916);
2189
2516
  var propertyIsEnumerableModule = __webpack_require__(5296);
2190
2517
  var createPropertyDescriptor = __webpack_require__(9114);
2191
2518
  var toIndexedObject = __webpack_require__(5656);
2192
- var toPrimitive = __webpack_require__(7593);
2193
- var has = __webpack_require__(6656);
2519
+ var toPropertyKey = __webpack_require__(4948);
2520
+ var hasOwn = __webpack_require__(2597);
2194
2521
  var IE8_DOM_DEFINE = __webpack_require__(4664);
2195
2522
 
2196
2523
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
@@ -2200,11 +2527,11 @@ var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
2200
2527
  // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
2201
2528
  exports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
2202
2529
  O = toIndexedObject(O);
2203
- P = toPrimitive(P, true);
2530
+ P = toPropertyKey(P);
2204
2531
  if (IE8_DOM_DEFINE) try {
2205
2532
  return $getOwnPropertyDescriptor(O, P);
2206
2533
  } catch (error) { /* empty */ }
2207
- if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);
2534
+ if (hasOwn(O, P)) return createPropertyDescriptor(!call(propertyIsEnumerableModule.f, O, P), O[P]);
2208
2535
  };
2209
2536
 
2210
2537
 
@@ -2214,10 +2541,10 @@ exports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDes
2214
2541
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2215
2542
 
2216
2543
  /* eslint-disable es/no-object-getownpropertynames -- safe */
2544
+ var classof = __webpack_require__(4326);
2217
2545
  var toIndexedObject = __webpack_require__(5656);
2218
- var $getOwnPropertyNames = __webpack_require__(8006).f;
2219
-
2220
- var toString = {}.toString;
2546
+ var $getOwnPropertyNames = (__webpack_require__(8006).f);
2547
+ var arraySlice = __webpack_require__(1589);
2221
2548
 
2222
2549
  var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames
2223
2550
  ? Object.getOwnPropertyNames(window) : [];
@@ -2226,13 +2553,13 @@ var getWindowNames = function (it) {
2226
2553
  try {
2227
2554
  return $getOwnPropertyNames(it);
2228
2555
  } catch (error) {
2229
- return windowNames.slice();
2556
+ return arraySlice(windowNames);
2230
2557
  }
2231
2558
  };
2232
2559
 
2233
2560
  // fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
2234
2561
  module.exports.f = function getOwnPropertyNames(it) {
2235
- return windowNames && toString.call(it) == '[object Window]'
2562
+ return windowNames && classof(it) == 'Window'
2236
2563
  ? getWindowNames(it)
2237
2564
  : $getOwnPropertyNames(toIndexedObject(it));
2238
2565
  };
@@ -2265,25 +2592,38 @@ exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
2265
2592
  exports.f = Object.getOwnPropertySymbols;
2266
2593
 
2267
2594
 
2595
+ /***/ }),
2596
+
2597
+ /***/ 7976:
2598
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2599
+
2600
+ var uncurryThis = __webpack_require__(1702);
2601
+
2602
+ module.exports = uncurryThis({}.isPrototypeOf);
2603
+
2604
+
2268
2605
  /***/ }),
2269
2606
 
2270
2607
  /***/ 6324:
2271
2608
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2272
2609
 
2273
- var has = __webpack_require__(6656);
2610
+ var uncurryThis = __webpack_require__(1702);
2611
+ var hasOwn = __webpack_require__(2597);
2274
2612
  var toIndexedObject = __webpack_require__(5656);
2275
- var indexOf = __webpack_require__(1318).indexOf;
2613
+ var indexOf = (__webpack_require__(1318).indexOf);
2276
2614
  var hiddenKeys = __webpack_require__(3501);
2277
2615
 
2616
+ var push = uncurryThis([].push);
2617
+
2278
2618
  module.exports = function (object, names) {
2279
2619
  var O = toIndexedObject(object);
2280
2620
  var i = 0;
2281
2621
  var result = [];
2282
2622
  var key;
2283
- for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);
2623
+ for (key in O) !hasOwn(hiddenKeys, key) && hasOwn(O, key) && push(result, key);
2284
2624
  // Don't enum bug & hidden keys
2285
- while (names.length > i) if (has(O, key = names[i++])) {
2286
- ~indexOf(result, key) || result.push(key);
2625
+ while (names.length > i) if (hasOwn(O, key = names[i++])) {
2626
+ ~indexOf(result, key) || push(result, key);
2287
2627
  }
2288
2628
  return result;
2289
2629
  };
@@ -2333,6 +2673,7 @@ exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
2333
2673
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2334
2674
 
2335
2675
  /* eslint-disable no-proto -- safe */
2676
+ var uncurryThis = __webpack_require__(1702);
2336
2677
  var anObject = __webpack_require__(9670);
2337
2678
  var aPossiblePrototype = __webpack_require__(6077);
2338
2679
 
@@ -2346,14 +2687,14 @@ module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {
2346
2687
  var setter;
2347
2688
  try {
2348
2689
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
2349
- setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;
2350
- setter.call(test, []);
2690
+ setter = uncurryThis(Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set);
2691
+ setter(test, []);
2351
2692
  CORRECT_SETTER = test instanceof Array;
2352
2693
  } catch (error) { /* empty */ }
2353
2694
  return function setPrototypeOf(O, proto) {
2354
2695
  anObject(O);
2355
2696
  aPossiblePrototype(proto);
2356
- if (CORRECT_SETTER) setter.call(O, proto);
2697
+ if (CORRECT_SETTER) setter(O, proto);
2357
2698
  else O.__proto__ = proto;
2358
2699
  return O;
2359
2700
  };
@@ -2377,21 +2718,46 @@ module.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {
2377
2718
  };
2378
2719
 
2379
2720
 
2721
+ /***/ }),
2722
+
2723
+ /***/ 2140:
2724
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2725
+
2726
+ var call = __webpack_require__(6916);
2727
+ var isCallable = __webpack_require__(614);
2728
+ var isObject = __webpack_require__(111);
2729
+
2730
+ var $TypeError = TypeError;
2731
+
2732
+ // `OrdinaryToPrimitive` abstract operation
2733
+ // https://tc39.es/ecma262/#sec-ordinarytoprimitive
2734
+ module.exports = function (input, pref) {
2735
+ var fn, val;
2736
+ if (pref === 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val;
2737
+ if (isCallable(fn = input.valueOf) && !isObject(val = call(fn, input))) return val;
2738
+ if (pref !== 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val;
2739
+ throw $TypeError("Can't convert object to primitive value");
2740
+ };
2741
+
2742
+
2380
2743
  /***/ }),
2381
2744
 
2382
2745
  /***/ 3887:
2383
2746
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2384
2747
 
2385
2748
  var getBuiltIn = __webpack_require__(5005);
2749
+ var uncurryThis = __webpack_require__(1702);
2386
2750
  var getOwnPropertyNamesModule = __webpack_require__(8006);
2387
2751
  var getOwnPropertySymbolsModule = __webpack_require__(5181);
2388
2752
  var anObject = __webpack_require__(9670);
2389
2753
 
2754
+ var concat = uncurryThis([].concat);
2755
+
2390
2756
  // all object keys, includes non-enumerable and symbols
2391
2757
  module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
2392
2758
  var keys = getOwnPropertyNamesModule.f(anObject(it));
2393
2759
  var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
2394
- return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
2760
+ return getOwnPropertySymbols ? concat(keys, getOwnPropertySymbols(it)) : keys;
2395
2761
  };
2396
2762
 
2397
2763
 
@@ -2405,82 +2771,33 @@ var global = __webpack_require__(7854);
2405
2771
  module.exports = global;
2406
2772
 
2407
2773
 
2408
- /***/ }),
2409
-
2410
- /***/ 1320:
2411
- /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2412
-
2413
- var global = __webpack_require__(7854);
2414
- var createNonEnumerableProperty = __webpack_require__(8880);
2415
- var has = __webpack_require__(6656);
2416
- var setGlobal = __webpack_require__(3505);
2417
- var inspectSource = __webpack_require__(2788);
2418
- var InternalStateModule = __webpack_require__(9909);
2419
-
2420
- var getInternalState = InternalStateModule.get;
2421
- var enforceInternalState = InternalStateModule.enforce;
2422
- var TEMPLATE = String(String).split('String');
2423
-
2424
- (module.exports = function (O, key, value, options) {
2425
- var unsafe = options ? !!options.unsafe : false;
2426
- var simple = options ? !!options.enumerable : false;
2427
- var noTargetGet = options ? !!options.noTargetGet : false;
2428
- var state;
2429
- if (typeof value == 'function') {
2430
- if (typeof key == 'string' && !has(value, 'name')) {
2431
- createNonEnumerableProperty(value, 'name', key);
2432
- }
2433
- state = enforceInternalState(value);
2434
- if (!state.source) {
2435
- state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
2436
- }
2437
- }
2438
- if (O === global) {
2439
- if (simple) O[key] = value;
2440
- else setGlobal(key, value);
2441
- return;
2442
- } else if (!unsafe) {
2443
- delete O[key];
2444
- } else if (!noTargetGet && O[key]) {
2445
- simple = true;
2446
- }
2447
- if (simple) O[key] = value;
2448
- else createNonEnumerableProperty(O, key, value);
2449
- // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
2450
- })(Function.prototype, 'toString', function toString() {
2451
- return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
2452
- });
2453
-
2454
-
2455
2774
  /***/ }),
2456
2775
 
2457
2776
  /***/ 7651:
2458
2777
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2459
2778
 
2779
+ var call = __webpack_require__(6916);
2780
+ var anObject = __webpack_require__(9670);
2781
+ var isCallable = __webpack_require__(614);
2460
2782
  var classof = __webpack_require__(4326);
2461
2783
  var regexpExec = __webpack_require__(2261);
2462
2784
 
2785
+ var $TypeError = TypeError;
2786
+
2463
2787
  // `RegExpExec` abstract operation
2464
2788
  // https://tc39.es/ecma262/#sec-regexpexec
2465
2789
  module.exports = function (R, S) {
2466
2790
  var exec = R.exec;
2467
- if (typeof exec === 'function') {
2468
- var result = exec.call(R, S);
2469
- if (typeof result !== 'object') {
2470
- throw TypeError('RegExp exec method returned something other than an Object or null');
2471
- }
2791
+ if (isCallable(exec)) {
2792
+ var result = call(exec, R, S);
2793
+ if (result !== null) anObject(result);
2472
2794
  return result;
2473
2795
  }
2474
-
2475
- if (classof(R) !== 'RegExp') {
2476
- throw TypeError('RegExp#exec called on incompatible receiver');
2477
- }
2478
-
2479
- return regexpExec.call(R, S);
2796
+ if (classof(R) === 'RegExp') return call(regexpExec, R, S);
2797
+ throw $TypeError('RegExp#exec called on incompatible receiver');
2480
2798
  };
2481
2799
 
2482
2800
 
2483
-
2484
2801
  /***/ }),
2485
2802
 
2486
2803
  /***/ 2261:
@@ -2488,51 +2805,73 @@ module.exports = function (R, S) {
2488
2805
 
2489
2806
  "use strict";
2490
2807
 
2491
- /* eslint-disable regexp/no-assertion-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */
2808
+ /* eslint-disable regexp/no-empty-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */
2492
2809
  /* eslint-disable regexp/no-useless-quantifier -- testing */
2810
+ var call = __webpack_require__(6916);
2811
+ var uncurryThis = __webpack_require__(1702);
2812
+ var toString = __webpack_require__(1340);
2493
2813
  var regexpFlags = __webpack_require__(7066);
2494
2814
  var stickyHelpers = __webpack_require__(2999);
2495
2815
  var shared = __webpack_require__(2309);
2816
+ var create = __webpack_require__(30);
2817
+ var getInternalState = (__webpack_require__(9909).get);
2818
+ var UNSUPPORTED_DOT_ALL = __webpack_require__(9441);
2819
+ var UNSUPPORTED_NCG = __webpack_require__(7168);
2496
2820
 
2497
- var nativeExec = RegExp.prototype.exec;
2498
2821
  var nativeReplace = shared('native-string-replace', String.prototype.replace);
2499
-
2822
+ var nativeExec = RegExp.prototype.exec;
2500
2823
  var patchedExec = nativeExec;
2824
+ var charAt = uncurryThis(''.charAt);
2825
+ var indexOf = uncurryThis(''.indexOf);
2826
+ var replace = uncurryThis(''.replace);
2827
+ var stringSlice = uncurryThis(''.slice);
2501
2828
 
2502
2829
  var UPDATES_LAST_INDEX_WRONG = (function () {
2503
2830
  var re1 = /a/;
2504
2831
  var re2 = /b*/g;
2505
- nativeExec.call(re1, 'a');
2506
- nativeExec.call(re2, 'a');
2832
+ call(nativeExec, re1, 'a');
2833
+ call(nativeExec, re2, 'a');
2507
2834
  return re1.lastIndex !== 0 || re2.lastIndex !== 0;
2508
2835
  })();
2509
2836
 
2510
- var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;
2837
+ var UNSUPPORTED_Y = stickyHelpers.BROKEN_CARET;
2511
2838
 
2512
2839
  // nonparticipating capturing group, copied from es5-shim's String#split patch.
2513
2840
  var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
2514
2841
 
2515
- var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;
2842
+ var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y || UNSUPPORTED_DOT_ALL || UNSUPPORTED_NCG;
2516
2843
 
2517
2844
  if (PATCH) {
2518
- patchedExec = function exec(str) {
2845
+ patchedExec = function exec(string) {
2519
2846
  var re = this;
2520
- var lastIndex, reCopy, match, i;
2847
+ var state = getInternalState(re);
2848
+ var str = toString(string);
2849
+ var raw = state.raw;
2850
+ var result, reCopy, lastIndex, match, i, object, group;
2851
+
2852
+ if (raw) {
2853
+ raw.lastIndex = re.lastIndex;
2854
+ result = call(patchedExec, raw, str);
2855
+ re.lastIndex = raw.lastIndex;
2856
+ return result;
2857
+ }
2858
+
2859
+ var groups = state.groups;
2521
2860
  var sticky = UNSUPPORTED_Y && re.sticky;
2522
- var flags = regexpFlags.call(re);
2861
+ var flags = call(regexpFlags, re);
2523
2862
  var source = re.source;
2524
2863
  var charsAdded = 0;
2525
2864
  var strCopy = str;
2526
2865
 
2527
2866
  if (sticky) {
2528
- flags = flags.replace('y', '');
2529
- if (flags.indexOf('g') === -1) {
2867
+ flags = replace(flags, 'y', '');
2868
+ if (indexOf(flags, 'g') === -1) {
2530
2869
  flags += 'g';
2531
2870
  }
2532
2871
 
2533
- strCopy = String(str).slice(re.lastIndex);
2872
+ strCopy = stringSlice(str, re.lastIndex);
2534
2873
  // Support anchored sticky behavior.
2535
- if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\n')) {
2874
+ if (re.lastIndex > 0 && (!re.multiline || re.multiline && charAt(str, re.lastIndex - 1) !== '\n')) {
2536
2875
  source = '(?: ' + source + ')';
2537
2876
  strCopy = ' ' + strCopy;
2538
2877
  charsAdded++;
@@ -2547,12 +2886,12 @@ if (PATCH) {
2547
2886
  }
2548
2887
  if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
2549
2888
 
2550
- match = nativeExec.call(sticky ? reCopy : re, strCopy);
2889
+ match = call(nativeExec, sticky ? reCopy : re, strCopy);
2551
2890
 
2552
2891
  if (sticky) {
2553
2892
  if (match) {
2554
- match.input = match.input.slice(charsAdded);
2555
- match[0] = match[0].slice(charsAdded);
2893
+ match.input = stringSlice(match.input, charsAdded);
2894
+ match[0] = stringSlice(match[0], charsAdded);
2556
2895
  match.index = re.lastIndex;
2557
2896
  re.lastIndex += match[0].length;
2558
2897
  } else re.lastIndex = 0;
@@ -2561,14 +2900,22 @@ if (PATCH) {
2561
2900
  }
2562
2901
  if (NPCG_INCLUDED && match && match.length > 1) {
2563
2902
  // Fix browsers whose `exec` methods don't consistently return `undefined`
2564
- // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/
2565
- nativeReplace.call(match[0], reCopy, function () {
2903
+ // for NPCG, like IE8. NOTE: This doesn't work for /(.?)?/
2904
+ call(nativeReplace, match[0], reCopy, function () {
2566
2905
  for (i = 1; i < arguments.length - 2; i++) {
2567
2906
  if (arguments[i] === undefined) match[i] = undefined;
2568
2907
  }
2569
2908
  });
2570
2909
  }
2571
2910
 
2911
+ if (match && groups) {
2912
+ match.groups = object = create(null);
2913
+ for (i = 0; i < groups.length; i++) {
2914
+ group = groups[i];
2915
+ object[group[0]] = match[group[1]];
2916
+ }
2917
+ }
2918
+
2572
2919
  return match;
2573
2920
  };
2574
2921
  }
@@ -2590,11 +2937,13 @@ var anObject = __webpack_require__(9670);
2590
2937
  module.exports = function () {
2591
2938
  var that = anObject(this);
2592
2939
  var result = '';
2940
+ if (that.hasIndices) result += 'd';
2593
2941
  if (that.global) result += 'g';
2594
2942
  if (that.ignoreCase) result += 'i';
2595
2943
  if (that.multiline) result += 'm';
2596
2944
  if (that.dotAll) result += 's';
2597
2945
  if (that.unicode) result += 'u';
2946
+ if (that.unicodeSets) result += 'v';
2598
2947
  if (that.sticky) result += 'y';
2599
2948
  return result;
2600
2949
  };
@@ -2603,61 +2952,89 @@ module.exports = function () {
2603
2952
  /***/ }),
2604
2953
 
2605
2954
  /***/ 2999:
2606
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
2607
-
2608
- "use strict";
2609
-
2955
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2610
2956
 
2611
2957
  var fails = __webpack_require__(7293);
2958
+ var global = __webpack_require__(7854);
2612
2959
 
2613
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,
2614
- // so we use an intermediate function.
2615
- function RE(s, f) {
2616
- return RegExp(s, f);
2617
- }
2960
+ // babel-minify and Closure Compiler transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
2961
+ var $RegExp = global.RegExp;
2618
2962
 
2619
- exports.UNSUPPORTED_Y = fails(function () {
2620
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
2621
- var re = RE('a', 'y');
2963
+ var UNSUPPORTED_Y = fails(function () {
2964
+ var re = $RegExp('a', 'y');
2622
2965
  re.lastIndex = 2;
2623
2966
  return re.exec('abcd') != null;
2624
2967
  });
2625
2968
 
2626
- exports.BROKEN_CARET = fails(function () {
2969
+ // UC Browser bug
2970
+ // https://github.com/zloirock/core-js/issues/1008
2971
+ var MISSED_STICKY = UNSUPPORTED_Y || fails(function () {
2972
+ return !$RegExp('a', 'y').sticky;
2973
+ });
2974
+
2975
+ var BROKEN_CARET = UNSUPPORTED_Y || fails(function () {
2627
2976
  // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
2628
- var re = RE('^r', 'gy');
2977
+ var re = $RegExp('^r', 'gy');
2629
2978
  re.lastIndex = 2;
2630
2979
  return re.exec('str') != null;
2631
2980
  });
2632
2981
 
2982
+ module.exports = {
2983
+ BROKEN_CARET: BROKEN_CARET,
2984
+ MISSED_STICKY: MISSED_STICKY,
2985
+ UNSUPPORTED_Y: UNSUPPORTED_Y
2986
+ };
2987
+
2633
2988
 
2634
2989
  /***/ }),
2635
2990
 
2636
- /***/ 4488:
2637
- /***/ (function(module) {
2991
+ /***/ 9441:
2992
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2638
2993
 
2639
- // `RequireObjectCoercible` abstract operation
2640
- // https://tc39.es/ecma262/#sec-requireobjectcoercible
2641
- module.exports = function (it) {
2642
- if (it == undefined) throw TypeError("Can't call method on " + it);
2643
- return it;
2644
- };
2994
+ var fails = __webpack_require__(7293);
2995
+ var global = __webpack_require__(7854);
2996
+
2997
+ // babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError
2998
+ var $RegExp = global.RegExp;
2999
+
3000
+ module.exports = fails(function () {
3001
+ var re = $RegExp('.', 's');
3002
+ return !(re.dotAll && re.exec('\n') && re.flags === 's');
3003
+ });
2645
3004
 
2646
3005
 
2647
3006
  /***/ }),
2648
3007
 
2649
- /***/ 3505:
3008
+ /***/ 7168:
2650
3009
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2651
3010
 
3011
+ var fails = __webpack_require__(7293);
2652
3012
  var global = __webpack_require__(7854);
2653
- var createNonEnumerableProperty = __webpack_require__(8880);
2654
3013
 
2655
- module.exports = function (key, value) {
2656
- try {
2657
- createNonEnumerableProperty(global, key, value);
2658
- } catch (error) {
2659
- global[key] = value;
2660
- } return value;
3014
+ // babel-minify and Closure Compiler transpiles RegExp('(?<a>b)', 'g') -> /(?<a>b)/g and it causes SyntaxError
3015
+ var $RegExp = global.RegExp;
3016
+
3017
+ module.exports = fails(function () {
3018
+ var re = $RegExp('(?<a>b)', 'g');
3019
+ return re.exec('b').groups.a !== 'b' ||
3020
+ 'b'.replace(re, '$<a>c') !== 'bc';
3021
+ });
3022
+
3023
+
3024
+ /***/ }),
3025
+
3026
+ /***/ 4488:
3027
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3028
+
3029
+ var isNullOrUndefined = __webpack_require__(8554);
3030
+
3031
+ var $TypeError = TypeError;
3032
+
3033
+ // `RequireObjectCoercible` abstract operation
3034
+ // https://tc39.es/ecma262/#sec-requireobjectcoercible
3035
+ module.exports = function (it) {
3036
+ if (isNullOrUndefined(it)) throw $TypeError("Can't call method on " + it);
3037
+ return it;
2661
3038
  };
2662
3039
 
2663
3040
 
@@ -2666,15 +3043,16 @@ module.exports = function (key, value) {
2666
3043
  /***/ 8003:
2667
3044
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2668
3045
 
2669
- var defineProperty = __webpack_require__(3070).f;
2670
- var has = __webpack_require__(6656);
3046
+ var defineProperty = (__webpack_require__(3070).f);
3047
+ var hasOwn = __webpack_require__(2597);
2671
3048
  var wellKnownSymbol = __webpack_require__(5112);
2672
3049
 
2673
3050
  var TO_STRING_TAG = wellKnownSymbol('toStringTag');
2674
3051
 
2675
- module.exports = function (it, TAG, STATIC) {
2676
- if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {
2677
- defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });
3052
+ module.exports = function (target, TAG, STATIC) {
3053
+ if (target && !STATIC) target = target.prototype;
3054
+ if (target && !hasOwn(target, TO_STRING_TAG)) {
3055
+ defineProperty(target, TO_STRING_TAG, { configurable: true, value: TAG });
2678
3056
  }
2679
3057
  };
2680
3058
 
@@ -2700,10 +3078,10 @@ module.exports = function (key) {
2700
3078
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2701
3079
 
2702
3080
  var global = __webpack_require__(7854);
2703
- var setGlobal = __webpack_require__(3505);
3081
+ var defineGlobalProperty = __webpack_require__(3072);
2704
3082
 
2705
3083
  var SHARED = '__core-js_shared__';
2706
- var store = global[SHARED] || setGlobal(SHARED, {});
3084
+ var store = global[SHARED] || defineGlobalProperty(SHARED, {});
2707
3085
 
2708
3086
  module.exports = store;
2709
3087
 
@@ -2719,9 +3097,11 @@ var store = __webpack_require__(5465);
2719
3097
  (module.exports = function (key, value) {
2720
3098
  return store[key] || (store[key] = value !== undefined ? value : {});
2721
3099
  })('versions', []).push({
2722
- version: '3.13.0',
3100
+ version: '3.26.1',
2723
3101
  mode: IS_PURE ? 'pure' : 'global',
2724
- copyright: '© 2021 Denis Pushkarev (zloirock.ru)'
3102
+ copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
3103
+ license: 'https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE',
3104
+ source: 'https://github.com/zloirock/core-js'
2725
3105
  });
2726
3106
 
2727
3107
 
@@ -2730,22 +3110,31 @@ var store = __webpack_require__(5465);
2730
3110
  /***/ 8710:
2731
3111
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2732
3112
 
2733
- var toInteger = __webpack_require__(9958);
3113
+ var uncurryThis = __webpack_require__(1702);
3114
+ var toIntegerOrInfinity = __webpack_require__(9303);
3115
+ var toString = __webpack_require__(1340);
2734
3116
  var requireObjectCoercible = __webpack_require__(4488);
2735
3117
 
2736
- // `String.prototype.{ codePointAt, at }` methods implementation
3118
+ var charAt = uncurryThis(''.charAt);
3119
+ var charCodeAt = uncurryThis(''.charCodeAt);
3120
+ var stringSlice = uncurryThis(''.slice);
3121
+
2737
3122
  var createMethod = function (CONVERT_TO_STRING) {
2738
3123
  return function ($this, pos) {
2739
- var S = String(requireObjectCoercible($this));
2740
- var position = toInteger(pos);
3124
+ var S = toString(requireObjectCoercible($this));
3125
+ var position = toIntegerOrInfinity(pos);
2741
3126
  var size = S.length;
2742
3127
  var first, second;
2743
3128
  if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;
2744
- first = S.charCodeAt(position);
3129
+ first = charCodeAt(S, position);
2745
3130
  return first < 0xD800 || first > 0xDBFF || position + 1 === size
2746
- || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF
2747
- ? CONVERT_TO_STRING ? S.charAt(position) : first
2748
- : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
3131
+ || (second = charCodeAt(S, position + 1)) < 0xDC00 || second > 0xDFFF
3132
+ ? CONVERT_TO_STRING
3133
+ ? charAt(S, position)
3134
+ : first
3135
+ : CONVERT_TO_STRING
3136
+ ? stringSlice(S, position, position + 2)
3137
+ : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
2749
3138
  };
2750
3139
  };
2751
3140
 
@@ -2764,9 +3153,12 @@ module.exports = {
2764
3153
  /***/ 3111:
2765
3154
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2766
3155
 
3156
+ var uncurryThis = __webpack_require__(1702);
2767
3157
  var requireObjectCoercible = __webpack_require__(4488);
3158
+ var toString = __webpack_require__(1340);
2768
3159
  var whitespaces = __webpack_require__(1361);
2769
3160
 
3161
+ var replace = uncurryThis(''.replace);
2770
3162
  var whitespace = '[' + whitespaces + ']';
2771
3163
  var ltrim = RegExp('^' + whitespace + whitespace + '*');
2772
3164
  var rtrim = RegExp(whitespace + whitespace + '*$');
@@ -2774,9 +3166,9 @@ var rtrim = RegExp(whitespace + whitespace + '*$');
2774
3166
  // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
2775
3167
  var createMethod = function (TYPE) {
2776
3168
  return function ($this) {
2777
- var string = String(requireObjectCoercible($this));
2778
- if (TYPE & 1) string = string.replace(ltrim, '');
2779
- if (TYPE & 2) string = string.replace(rtrim, '');
3169
+ var string = toString(requireObjectCoercible($this));
3170
+ if (TYPE & 1) string = replace(string, ltrim, '');
3171
+ if (TYPE & 2) string = replace(string, rtrim, '');
2780
3172
  return string;
2781
3173
  };
2782
3174
  };
@@ -2794,12 +3186,82 @@ module.exports = {
2794
3186
  };
2795
3187
 
2796
3188
 
3189
+ /***/ }),
3190
+
3191
+ /***/ 6293:
3192
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3193
+
3194
+ /* eslint-disable es/no-symbol -- required for testing */
3195
+ var V8_VERSION = __webpack_require__(7392);
3196
+ var fails = __webpack_require__(7293);
3197
+
3198
+ // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
3199
+ module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
3200
+ var symbol = Symbol();
3201
+ // Chrome 38 Symbol has incorrect toString conversion
3202
+ // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
3203
+ return !String(symbol) || !(Object(symbol) instanceof Symbol) ||
3204
+ // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
3205
+ !Symbol.sham && V8_VERSION && V8_VERSION < 41;
3206
+ });
3207
+
3208
+
3209
+ /***/ }),
3210
+
3211
+ /***/ 6532:
3212
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3213
+
3214
+ var call = __webpack_require__(6916);
3215
+ var getBuiltIn = __webpack_require__(5005);
3216
+ var wellKnownSymbol = __webpack_require__(5112);
3217
+ var defineBuiltIn = __webpack_require__(8052);
3218
+
3219
+ module.exports = function () {
3220
+ var Symbol = getBuiltIn('Symbol');
3221
+ var SymbolPrototype = Symbol && Symbol.prototype;
3222
+ var valueOf = SymbolPrototype && SymbolPrototype.valueOf;
3223
+ var TO_PRIMITIVE = wellKnownSymbol('toPrimitive');
3224
+
3225
+ if (SymbolPrototype && !SymbolPrototype[TO_PRIMITIVE]) {
3226
+ // `Symbol.prototype[@@toPrimitive]` method
3227
+ // https://tc39.es/ecma262/#sec-symbol.prototype-@@toprimitive
3228
+ // eslint-disable-next-line no-unused-vars -- required for .length
3229
+ defineBuiltIn(SymbolPrototype, TO_PRIMITIVE, function (hint) {
3230
+ return call(valueOf, this);
3231
+ }, { arity: 1 });
3232
+ }
3233
+ };
3234
+
3235
+
3236
+ /***/ }),
3237
+
3238
+ /***/ 2015:
3239
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3240
+
3241
+ var NATIVE_SYMBOL = __webpack_require__(6293);
3242
+
3243
+ /* eslint-disable es/no-symbol -- safe */
3244
+ module.exports = NATIVE_SYMBOL && !!Symbol['for'] && !!Symbol.keyFor;
3245
+
3246
+
3247
+ /***/ }),
3248
+
3249
+ /***/ 863:
3250
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3251
+
3252
+ var uncurryThis = __webpack_require__(1702);
3253
+
3254
+ // `thisNumberValue` abstract operation
3255
+ // https://tc39.es/ecma262/#sec-thisnumbervalue
3256
+ module.exports = uncurryThis(1.0.valueOf);
3257
+
3258
+
2797
3259
  /***/ }),
2798
3260
 
2799
3261
  /***/ 1400:
2800
3262
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2801
3263
 
2802
- var toInteger = __webpack_require__(9958);
3264
+ var toIntegerOrInfinity = __webpack_require__(9303);
2803
3265
 
2804
3266
  var max = Math.max;
2805
3267
  var min = Math.min;
@@ -2808,7 +3270,7 @@ var min = Math.min;
2808
3270
  // Let integer be ? ToInteger(index).
2809
3271
  // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
2810
3272
  module.exports = function (index, length) {
2811
- var integer = toInteger(index);
3273
+ var integer = toIntegerOrInfinity(index);
2812
3274
  return integer < 0 ? max(integer + length, 0) : min(integer, length);
2813
3275
  };
2814
3276
 
@@ -2829,16 +3291,17 @@ module.exports = function (it) {
2829
3291
 
2830
3292
  /***/ }),
2831
3293
 
2832
- /***/ 9958:
2833
- /***/ (function(module) {
3294
+ /***/ 9303:
3295
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2834
3296
 
2835
- var ceil = Math.ceil;
2836
- var floor = Math.floor;
3297
+ var trunc = __webpack_require__(4758);
2837
3298
 
2838
- // `ToInteger` abstract operation
2839
- // https://tc39.es/ecma262/#sec-tointeger
3299
+ // `ToIntegerOrInfinity` abstract operation
3300
+ // https://tc39.es/ecma262/#sec-tointegerorinfinity
2840
3301
  module.exports = function (argument) {
2841
- return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
3302
+ var number = +argument;
3303
+ // eslint-disable-next-line no-self-compare -- NaN check
3304
+ return number !== number || number === 0 ? 0 : trunc(number);
2842
3305
  };
2843
3306
 
2844
3307
 
@@ -2847,14 +3310,14 @@ module.exports = function (argument) {
2847
3310
  /***/ 7466:
2848
3311
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2849
3312
 
2850
- var toInteger = __webpack_require__(9958);
3313
+ var toIntegerOrInfinity = __webpack_require__(9303);
2851
3314
 
2852
3315
  var min = Math.min;
2853
3316
 
2854
3317
  // `ToLength` abstract operation
2855
3318
  // https://tc39.es/ecma262/#sec-tolength
2856
3319
  module.exports = function (argument) {
2857
- return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
3320
+ return argument > 0 ? min(toIntegerOrInfinity(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
2858
3321
  };
2859
3322
 
2860
3323
 
@@ -2865,10 +3328,12 @@ module.exports = function (argument) {
2865
3328
 
2866
3329
  var requireObjectCoercible = __webpack_require__(4488);
2867
3330
 
3331
+ var $Object = Object;
3332
+
2868
3333
  // `ToObject` abstract operation
2869
3334
  // https://tc39.es/ecma262/#sec-toobject
2870
3335
  module.exports = function (argument) {
2871
- return Object(requireObjectCoercible(argument));
3336
+ return $Object(requireObjectCoercible(argument));
2872
3337
  };
2873
3338
 
2874
3339
 
@@ -2877,19 +3342,46 @@ module.exports = function (argument) {
2877
3342
  /***/ 7593:
2878
3343
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2879
3344
 
3345
+ var call = __webpack_require__(6916);
2880
3346
  var isObject = __webpack_require__(111);
3347
+ var isSymbol = __webpack_require__(2190);
3348
+ var getMethod = __webpack_require__(8173);
3349
+ var ordinaryToPrimitive = __webpack_require__(2140);
3350
+ var wellKnownSymbol = __webpack_require__(5112);
3351
+
3352
+ var $TypeError = TypeError;
3353
+ var TO_PRIMITIVE = wellKnownSymbol('toPrimitive');
2881
3354
 
2882
3355
  // `ToPrimitive` abstract operation
2883
3356
  // https://tc39.es/ecma262/#sec-toprimitive
2884
- // instead of the ES6 spec version, we didn't implement @@toPrimitive case
2885
- // and the second argument - flag - preferred type is a string
2886
- module.exports = function (input, PREFERRED_STRING) {
2887
- if (!isObject(input)) return input;
2888
- var fn, val;
2889
- if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
2890
- if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;
2891
- if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
2892
- throw TypeError("Can't convert object to primitive value");
3357
+ module.exports = function (input, pref) {
3358
+ if (!isObject(input) || isSymbol(input)) return input;
3359
+ var exoticToPrim = getMethod(input, TO_PRIMITIVE);
3360
+ var result;
3361
+ if (exoticToPrim) {
3362
+ if (pref === undefined) pref = 'default';
3363
+ result = call(exoticToPrim, input, pref);
3364
+ if (!isObject(result) || isSymbol(result)) return result;
3365
+ throw $TypeError("Can't convert object to primitive value");
3366
+ }
3367
+ if (pref === undefined) pref = 'number';
3368
+ return ordinaryToPrimitive(input, pref);
3369
+ };
3370
+
3371
+
3372
+ /***/ }),
3373
+
3374
+ /***/ 4948:
3375
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3376
+
3377
+ var toPrimitive = __webpack_require__(7593);
3378
+ var isSymbol = __webpack_require__(2190);
3379
+
3380
+ // `ToPropertyKey` abstract operation
3381
+ // https://tc39.es/ecma262/#sec-topropertykey
3382
+ module.exports = function (argument) {
3383
+ var key = toPrimitive(argument, 'string');
3384
+ return isSymbol(key) ? key : key + '';
2893
3385
  };
2894
3386
 
2895
3387
 
@@ -2910,14 +3402,48 @@ module.exports = String(test) === '[object z]';
2910
3402
 
2911
3403
  /***/ }),
2912
3404
 
2913
- /***/ 9711:
3405
+ /***/ 1340:
3406
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3407
+
3408
+ var classof = __webpack_require__(648);
3409
+
3410
+ var $String = String;
3411
+
3412
+ module.exports = function (argument) {
3413
+ if (classof(argument) === 'Symbol') throw TypeError('Cannot convert a Symbol value to a string');
3414
+ return $String(argument);
3415
+ };
3416
+
3417
+
3418
+ /***/ }),
3419
+
3420
+ /***/ 6330:
2914
3421
  /***/ (function(module) {
2915
3422
 
3423
+ var $String = String;
3424
+
3425
+ module.exports = function (argument) {
3426
+ try {
3427
+ return $String(argument);
3428
+ } catch (error) {
3429
+ return 'Object';
3430
+ }
3431
+ };
3432
+
3433
+
3434
+ /***/ }),
3435
+
3436
+ /***/ 9711:
3437
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3438
+
3439
+ var uncurryThis = __webpack_require__(1702);
3440
+
2916
3441
  var id = 0;
2917
3442
  var postfix = Math.random();
3443
+ var toString = uncurryThis(1.0.toString);
2918
3444
 
2919
3445
  module.exports = function (key) {
2920
- return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
3446
+ return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36);
2921
3447
  };
2922
3448
 
2923
3449
 
@@ -2927,13 +3453,63 @@ module.exports = function (key) {
2927
3453
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2928
3454
 
2929
3455
  /* eslint-disable es/no-symbol -- required for testing */
2930
- var NATIVE_SYMBOL = __webpack_require__(133);
3456
+ var NATIVE_SYMBOL = __webpack_require__(6293);
2931
3457
 
2932
3458
  module.exports = NATIVE_SYMBOL
2933
3459
  && !Symbol.sham
2934
3460
  && typeof Symbol.iterator == 'symbol';
2935
3461
 
2936
3462
 
3463
+ /***/ }),
3464
+
3465
+ /***/ 3353:
3466
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3467
+
3468
+ var DESCRIPTORS = __webpack_require__(9781);
3469
+ var fails = __webpack_require__(7293);
3470
+
3471
+ // V8 ~ Chrome 36-
3472
+ // https://bugs.chromium.org/p/v8/issues/detail?id=3334
3473
+ module.exports = DESCRIPTORS && fails(function () {
3474
+ // eslint-disable-next-line es/no-object-defineproperty -- required for testing
3475
+ return Object.defineProperty(function () { /* empty */ }, 'prototype', {
3476
+ value: 42,
3477
+ writable: false
3478
+ }).prototype != 42;
3479
+ });
3480
+
3481
+
3482
+ /***/ }),
3483
+
3484
+ /***/ 4811:
3485
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3486
+
3487
+ var global = __webpack_require__(7854);
3488
+ var isCallable = __webpack_require__(614);
3489
+
3490
+ var WeakMap = global.WeakMap;
3491
+
3492
+ module.exports = isCallable(WeakMap) && /native code/.test(String(WeakMap));
3493
+
3494
+
3495
+ /***/ }),
3496
+
3497
+ /***/ 6800:
3498
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3499
+
3500
+ var path = __webpack_require__(857);
3501
+ var hasOwn = __webpack_require__(2597);
3502
+ var wrappedWellKnownSymbolModule = __webpack_require__(6061);
3503
+ var defineProperty = (__webpack_require__(3070).f);
3504
+
3505
+ module.exports = function (NAME) {
3506
+ var Symbol = path.Symbol || (path.Symbol = {});
3507
+ if (!hasOwn(Symbol, NAME)) defineProperty(Symbol, NAME, {
3508
+ value: wrappedWellKnownSymbolModule.f(NAME)
3509
+ });
3510
+ };
3511
+
3512
+
2937
3513
  /***/ }),
2938
3514
 
2939
3515
  /***/ 6061:
@@ -2951,21 +3527,25 @@ exports.f = wellKnownSymbol;
2951
3527
 
2952
3528
  var global = __webpack_require__(7854);
2953
3529
  var shared = __webpack_require__(2309);
2954
- var has = __webpack_require__(6656);
3530
+ var hasOwn = __webpack_require__(2597);
2955
3531
  var uid = __webpack_require__(9711);
2956
- var NATIVE_SYMBOL = __webpack_require__(133);
3532
+ var NATIVE_SYMBOL = __webpack_require__(6293);
2957
3533
  var USE_SYMBOL_AS_UID = __webpack_require__(3307);
2958
3534
 
2959
3535
  var WellKnownSymbolsStore = shared('wks');
2960
3536
  var Symbol = global.Symbol;
3537
+ var symbolFor = Symbol && Symbol['for'];
2961
3538
  var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;
2962
3539
 
2963
3540
  module.exports = function (name) {
2964
- if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {
2965
- if (NATIVE_SYMBOL && has(Symbol, name)) {
3541
+ if (!hasOwn(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {
3542
+ var description = 'Symbol.' + name;
3543
+ if (NATIVE_SYMBOL && hasOwn(Symbol, name)) {
2966
3544
  WellKnownSymbolsStore[name] = Symbol[name];
3545
+ } else if (USE_SYMBOL_AS_UID && symbolFor) {
3546
+ WellKnownSymbolsStore[name] = symbolFor(description);
2967
3547
  } else {
2968
- WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
3548
+ WellKnownSymbolsStore[name] = createWellKnownSymbol(description);
2969
3549
  }
2970
3550
  } return WellKnownSymbolsStore[name];
2971
3551
  };
@@ -2993,7 +3573,8 @@ var fails = __webpack_require__(7293);
2993
3573
  var isArray = __webpack_require__(3157);
2994
3574
  var isObject = __webpack_require__(111);
2995
3575
  var toObject = __webpack_require__(7908);
2996
- var toLength = __webpack_require__(7466);
3576
+ var lengthOfArrayLike = __webpack_require__(6244);
3577
+ var doesNotExceedSafeInteger = __webpack_require__(7207);
2997
3578
  var createProperty = __webpack_require__(6135);
2998
3579
  var arraySpeciesCreate = __webpack_require__(5417);
2999
3580
  var arrayMethodHasSpeciesSupport = __webpack_require__(1194);
@@ -3001,8 +3582,6 @@ var wellKnownSymbol = __webpack_require__(5112);
3001
3582
  var V8_VERSION = __webpack_require__(7392);
3002
3583
 
3003
3584
  var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
3004
- var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
3005
- var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
3006
3585
 
3007
3586
  // We can't use this feature detection in V8 since it causes
3008
3587
  // deoptimization and serious performance degradation
@@ -3026,7 +3605,7 @@ var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
3026
3605
  // `Array.prototype.concat` method
3027
3606
  // https://tc39.es/ecma262/#sec-array.prototype.concat
3028
3607
  // with adding support of @@isConcatSpreadable and @@species
3029
- $({ target: 'Array', proto: true, forced: FORCED }, {
3608
+ $({ target: 'Array', proto: true, arity: 1, forced: FORCED }, {
3030
3609
  // eslint-disable-next-line no-unused-vars -- required for `.length`
3031
3610
  concat: function concat(arg) {
3032
3611
  var O = toObject(this);
@@ -3036,11 +3615,11 @@ $({ target: 'Array', proto: true, forced: FORCED }, {
3036
3615
  for (i = -1, length = arguments.length; i < length; i++) {
3037
3616
  E = i === -1 ? O : arguments[i];
3038
3617
  if (isConcatSpreadable(E)) {
3039
- len = toLength(E.length);
3040
- if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
3618
+ len = lengthOfArrayLike(E);
3619
+ doesNotExceedSafeInteger(n + len);
3041
3620
  for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
3042
3621
  } else {
3043
- if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
3622
+ doesNotExceedSafeInteger(n + 1);
3044
3623
  createProperty(A, n++, E);
3045
3624
  }
3046
3625
  }
@@ -3058,7 +3637,7 @@ $({ target: 'Array', proto: true, forced: FORCED }, {
3058
3637
  "use strict";
3059
3638
 
3060
3639
  var $ = __webpack_require__(2109);
3061
- var $filter = __webpack_require__(2092).filter;
3640
+ var $filter = (__webpack_require__(2092).filter);
3062
3641
  var arrayMethodHasSpeciesSupport = __webpack_require__(1194);
3063
3642
 
3064
3643
  var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');
@@ -3081,7 +3660,7 @@ $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
3081
3660
  "use strict";
3082
3661
 
3083
3662
  var $ = __webpack_require__(2109);
3084
- var $findIndex = __webpack_require__(2092).findIndex;
3663
+ var $findIndex = (__webpack_require__(2092).findIndex);
3085
3664
  var addToUnscopables = __webpack_require__(1223);
3086
3665
 
3087
3666
  var FIND_INDEX = 'findIndex';
@@ -3110,12 +3689,18 @@ addToUnscopables(FIND_INDEX);
3110
3689
  "use strict";
3111
3690
 
3112
3691
  var $ = __webpack_require__(2109);
3113
- var $includes = __webpack_require__(1318).includes;
3692
+ var $includes = (__webpack_require__(1318).includes);
3693
+ var fails = __webpack_require__(7293);
3114
3694
  var addToUnscopables = __webpack_require__(1223);
3115
3695
 
3696
+ // FF99+ bug
3697
+ var BROKEN_ON_SPARSE = fails(function () {
3698
+ return !Array(1).includes();
3699
+ });
3700
+
3116
3701
  // `Array.prototype.includes` method
3117
3702
  // https://tc39.es/ecma262/#sec-array.prototype.includes
3118
- $({ target: 'Array', proto: true }, {
3703
+ $({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
3119
3704
  includes: function includes(el /* , fromIndex = 0 */) {
3120
3705
  return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
3121
3706
  }
@@ -3133,7 +3718,7 @@ addToUnscopables('includes');
3133
3718
  "use strict";
3134
3719
 
3135
3720
  var $ = __webpack_require__(2109);
3136
- var $reduce = __webpack_require__(3671).left;
3721
+ var $reduce = (__webpack_require__(3671).left);
3137
3722
  var arrayMethodIsStrict = __webpack_require__(9341);
3138
3723
  var CHROME_VERSION = __webpack_require__(7392);
3139
3724
  var IS_NODE = __webpack_require__(5268);
@@ -3147,7 +3732,8 @@ var CHROME_BUG = !IS_NODE && CHROME_VERSION > 79 && CHROME_VERSION < 83;
3147
3732
  // https://tc39.es/ecma262/#sec-array.prototype.reduce
3148
3733
  $({ target: 'Array', proto: true, forced: !STRICT_METHOD || CHROME_BUG }, {
3149
3734
  reduce: function reduce(callbackfn /* , initialValue */) {
3150
- return $reduce(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);
3735
+ var length = arguments.length;
3736
+ return $reduce(this, callbackfn, length, length > 1 ? arguments[1] : undefined);
3151
3737
  }
3152
3738
  });
3153
3739
 
@@ -3160,20 +3746,21 @@ $({ target: 'Array', proto: true, forced: !STRICT_METHOD || CHROME_BUG }, {
3160
3746
  "use strict";
3161
3747
 
3162
3748
  var $ = __webpack_require__(2109);
3163
- var toAbsoluteIndex = __webpack_require__(1400);
3164
- var toInteger = __webpack_require__(9958);
3165
- var toLength = __webpack_require__(7466);
3166
3749
  var toObject = __webpack_require__(7908);
3750
+ var toAbsoluteIndex = __webpack_require__(1400);
3751
+ var toIntegerOrInfinity = __webpack_require__(9303);
3752
+ var lengthOfArrayLike = __webpack_require__(6244);
3753
+ var setArrayLength = __webpack_require__(3658);
3754
+ var doesNotExceedSafeInteger = __webpack_require__(7207);
3167
3755
  var arraySpeciesCreate = __webpack_require__(5417);
3168
3756
  var createProperty = __webpack_require__(6135);
3757
+ var deletePropertyOrThrow = __webpack_require__(5117);
3169
3758
  var arrayMethodHasSpeciesSupport = __webpack_require__(1194);
3170
3759
 
3171
3760
  var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('splice');
3172
3761
 
3173
3762
  var max = Math.max;
3174
3763
  var min = Math.min;
3175
- var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
3176
- var MAXIMUM_ALLOWED_LENGTH_EXCEEDED = 'Maximum allowed length exceeded';
3177
3764
 
3178
3765
  // `Array.prototype.splice` method
3179
3766
  // https://tc39.es/ecma262/#sec-array.prototype.splice
@@ -3181,7 +3768,7 @@ var MAXIMUM_ALLOWED_LENGTH_EXCEEDED = 'Maximum allowed length exceeded';
3181
3768
  $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
3182
3769
  splice: function splice(start, deleteCount /* , ...items */) {
3183
3770
  var O = toObject(this);
3184
- var len = toLength(O.length);
3771
+ var len = lengthOfArrayLike(O);
3185
3772
  var actualStart = toAbsoluteIndex(start, len);
3186
3773
  var argumentsLength = arguments.length;
3187
3774
  var insertCount, actualDeleteCount, A, k, from, to;
@@ -3192,11 +3779,9 @@ $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
3192
3779
  actualDeleteCount = len - actualStart;
3193
3780
  } else {
3194
3781
  insertCount = argumentsLength - 2;
3195
- actualDeleteCount = min(max(toInteger(deleteCount), 0), len - actualStart);
3196
- }
3197
- if (len + insertCount - actualDeleteCount > MAX_SAFE_INTEGER) {
3198
- throw TypeError(MAXIMUM_ALLOWED_LENGTH_EXCEEDED);
3782
+ actualDeleteCount = min(max(toIntegerOrInfinity(deleteCount), 0), len - actualStart);
3199
3783
  }
3784
+ doesNotExceedSafeInteger(len + insertCount - actualDeleteCount);
3200
3785
  A = arraySpeciesCreate(O, actualDeleteCount);
3201
3786
  for (k = 0; k < actualDeleteCount; k++) {
3202
3787
  from = actualStart + k;
@@ -3208,21 +3793,21 @@ $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
3208
3793
  from = k + actualDeleteCount;
3209
3794
  to = k + insertCount;
3210
3795
  if (from in O) O[to] = O[from];
3211
- else delete O[to];
3796
+ else deletePropertyOrThrow(O, to);
3212
3797
  }
3213
- for (k = len; k > len - actualDeleteCount + insertCount; k--) delete O[k - 1];
3798
+ for (k = len; k > len - actualDeleteCount + insertCount; k--) deletePropertyOrThrow(O, k - 1);
3214
3799
  } else if (insertCount > actualDeleteCount) {
3215
3800
  for (k = len - actualDeleteCount; k > actualStart; k--) {
3216
3801
  from = k + actualDeleteCount - 1;
3217
3802
  to = k + insertCount - 1;
3218
3803
  if (from in O) O[to] = O[from];
3219
- else delete O[to];
3804
+ else deletePropertyOrThrow(O, to);
3220
3805
  }
3221
3806
  }
3222
3807
  for (k = 0; k < insertCount; k++) {
3223
3808
  O[k + actualStart] = arguments[k + 2];
3224
3809
  }
3225
- O.length = len - actualDeleteCount + insertCount;
3810
+ setArrayLength(O, len - actualDeleteCount + insertCount);
3226
3811
  return A;
3227
3812
  }
3228
3813
  });
@@ -3234,21 +3819,24 @@ $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
3234
3819
  /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
3235
3820
 
3236
3821
  var DESCRIPTORS = __webpack_require__(9781);
3237
- var defineProperty = __webpack_require__(3070).f;
3822
+ var FUNCTION_NAME_EXISTS = (__webpack_require__(6530).EXISTS);
3823
+ var uncurryThis = __webpack_require__(1702);
3824
+ var defineProperty = (__webpack_require__(3070).f);
3238
3825
 
3239
3826
  var FunctionPrototype = Function.prototype;
3240
- var FunctionPrototypeToString = FunctionPrototype.toString;
3241
- var nameRE = /^\s*function ([^ (]*)/;
3827
+ var functionToString = uncurryThis(FunctionPrototype.toString);
3828
+ var nameRE = /function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/;
3829
+ var regExpExec = uncurryThis(nameRE.exec);
3242
3830
  var NAME = 'name';
3243
3831
 
3244
3832
  // Function instances `.name` property
3245
3833
  // https://tc39.es/ecma262/#sec-function-instances-name
3246
- if (DESCRIPTORS && !(NAME in FunctionPrototype)) {
3834
+ if (DESCRIPTORS && !FUNCTION_NAME_EXISTS) {
3247
3835
  defineProperty(FunctionPrototype, NAME, {
3248
3836
  configurable: true,
3249
3837
  get: function () {
3250
3838
  try {
3251
- return FunctionPrototypeToString.call(this).match(nameRE)[1];
3839
+ return regExpExec(nameRE, functionToString(this))[1];
3252
3840
  } catch (error) {
3253
3841
  return '';
3254
3842
  }
@@ -3257,6 +3845,85 @@ if (DESCRIPTORS && !(NAME in FunctionPrototype)) {
3257
3845
  }
3258
3846
 
3259
3847
 
3848
+ /***/ }),
3849
+
3850
+ /***/ 8862:
3851
+ /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
3852
+
3853
+ var $ = __webpack_require__(2109);
3854
+ var getBuiltIn = __webpack_require__(5005);
3855
+ var apply = __webpack_require__(2104);
3856
+ var call = __webpack_require__(6916);
3857
+ var uncurryThis = __webpack_require__(1702);
3858
+ var fails = __webpack_require__(7293);
3859
+ var isArray = __webpack_require__(3157);
3860
+ var isCallable = __webpack_require__(614);
3861
+ var isObject = __webpack_require__(111);
3862
+ var isSymbol = __webpack_require__(2190);
3863
+ var arraySlice = __webpack_require__(206);
3864
+ var NATIVE_SYMBOL = __webpack_require__(6293);
3865
+
3866
+ var $stringify = getBuiltIn('JSON', 'stringify');
3867
+ var exec = uncurryThis(/./.exec);
3868
+ var charAt = uncurryThis(''.charAt);
3869
+ var charCodeAt = uncurryThis(''.charCodeAt);
3870
+ var replace = uncurryThis(''.replace);
3871
+ var numberToString = uncurryThis(1.0.toString);
3872
+
3873
+ var tester = /[\uD800-\uDFFF]/g;
3874
+ var low = /^[\uD800-\uDBFF]$/;
3875
+ var hi = /^[\uDC00-\uDFFF]$/;
3876
+
3877
+ var WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL || fails(function () {
3878
+ var symbol = getBuiltIn('Symbol')();
3879
+ // MS Edge converts symbol values to JSON as {}
3880
+ return $stringify([symbol]) != '[null]'
3881
+ // WebKit converts symbol values to JSON as null
3882
+ || $stringify({ a: symbol }) != '{}'
3883
+ // V8 throws on boxed symbols
3884
+ || $stringify(Object(symbol)) != '{}';
3885
+ });
3886
+
3887
+ // https://github.com/tc39/proposal-well-formed-stringify
3888
+ var ILL_FORMED_UNICODE = fails(function () {
3889
+ return $stringify('\uDF06\uD834') !== '"\\udf06\\ud834"'
3890
+ || $stringify('\uDEAD') !== '"\\udead"';
3891
+ });
3892
+
3893
+ var stringifyWithSymbolsFix = function (it, replacer) {
3894
+ var args = arraySlice(arguments);
3895
+ var $replacer = replacer;
3896
+ if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined
3897
+ if (!isArray(replacer)) replacer = function (key, value) {
3898
+ if (isCallable($replacer)) value = call($replacer, this, key, value);
3899
+ if (!isSymbol(value)) return value;
3900
+ };
3901
+ args[1] = replacer;
3902
+ return apply($stringify, null, args);
3903
+ };
3904
+
3905
+ var fixIllFormed = function (match, offset, string) {
3906
+ var prev = charAt(string, offset - 1);
3907
+ var next = charAt(string, offset + 1);
3908
+ if ((exec(low, match) && !exec(hi, next)) || (exec(hi, match) && !exec(low, prev))) {
3909
+ return '\\u' + numberToString(charCodeAt(match, 0), 16);
3910
+ } return match;
3911
+ };
3912
+
3913
+ if ($stringify) {
3914
+ // `JSON.stringify` method
3915
+ // https://tc39.es/ecma262/#sec-json.stringify
3916
+ $({ target: 'JSON', stat: true, arity: 3, forced: WRONG_SYMBOLS_CONVERSION || ILL_FORMED_UNICODE }, {
3917
+ // eslint-disable-next-line no-unused-vars -- required for `.length`
3918
+ stringify: function stringify(it, replacer, space) {
3919
+ var args = arraySlice(arguments);
3920
+ var result = apply(WRONG_SYMBOLS_CONVERSION ? stringifyWithSymbolsFix : $stringify, null, args);
3921
+ return ILL_FORMED_UNICODE && typeof result == 'string' ? replace(result, tester, fixIllFormed) : result;
3922
+ }
3923
+ });
3924
+ }
3925
+
3926
+
3260
3927
  /***/ }),
3261
3928
 
3262
3929
  /***/ 9653:
@@ -3266,47 +3933,57 @@ if (DESCRIPTORS && !(NAME in FunctionPrototype)) {
3266
3933
 
3267
3934
  var DESCRIPTORS = __webpack_require__(9781);
3268
3935
  var global = __webpack_require__(7854);
3936
+ var uncurryThis = __webpack_require__(1702);
3269
3937
  var isForced = __webpack_require__(4705);
3270
- var redefine = __webpack_require__(1320);
3271
- var has = __webpack_require__(6656);
3272
- var classof = __webpack_require__(4326);
3938
+ var defineBuiltIn = __webpack_require__(8052);
3939
+ var hasOwn = __webpack_require__(2597);
3273
3940
  var inheritIfRequired = __webpack_require__(9587);
3941
+ var isPrototypeOf = __webpack_require__(7976);
3942
+ var isSymbol = __webpack_require__(2190);
3274
3943
  var toPrimitive = __webpack_require__(7593);
3275
3944
  var fails = __webpack_require__(7293);
3276
- var create = __webpack_require__(30);
3277
- var getOwnPropertyNames = __webpack_require__(8006).f;
3278
- var getOwnPropertyDescriptor = __webpack_require__(1236).f;
3279
- var defineProperty = __webpack_require__(3070).f;
3280
- var trim = __webpack_require__(3111).trim;
3945
+ var getOwnPropertyNames = (__webpack_require__(8006).f);
3946
+ var getOwnPropertyDescriptor = (__webpack_require__(1236).f);
3947
+ var defineProperty = (__webpack_require__(3070).f);
3948
+ var thisNumberValue = __webpack_require__(863);
3949
+ var trim = (__webpack_require__(3111).trim);
3281
3950
 
3282
3951
  var NUMBER = 'Number';
3283
3952
  var NativeNumber = global[NUMBER];
3284
3953
  var NumberPrototype = NativeNumber.prototype;
3285
-
3286
- // Opera ~12 has broken Object#toString
3287
- var BROKEN_CLASSOF = classof(create(NumberPrototype)) == NUMBER;
3954
+ var TypeError = global.TypeError;
3955
+ var arraySlice = uncurryThis(''.slice);
3956
+ var charCodeAt = uncurryThis(''.charCodeAt);
3957
+
3958
+ // `ToNumeric` abstract operation
3959
+ // https://tc39.es/ecma262/#sec-tonumeric
3960
+ var toNumeric = function (value) {
3961
+ var primValue = toPrimitive(value, 'number');
3962
+ return typeof primValue == 'bigint' ? primValue : toNumber(primValue);
3963
+ };
3288
3964
 
3289
3965
  // `ToNumber` abstract operation
3290
3966
  // https://tc39.es/ecma262/#sec-tonumber
3291
3967
  var toNumber = function (argument) {
3292
- var it = toPrimitive(argument, false);
3968
+ var it = toPrimitive(argument, 'number');
3293
3969
  var first, third, radix, maxCode, digits, length, index, code;
3970
+ if (isSymbol(it)) throw TypeError('Cannot convert a Symbol value to a number');
3294
3971
  if (typeof it == 'string' && it.length > 2) {
3295
3972
  it = trim(it);
3296
- first = it.charCodeAt(0);
3973
+ first = charCodeAt(it, 0);
3297
3974
  if (first === 43 || first === 45) {
3298
- third = it.charCodeAt(2);
3975
+ third = charCodeAt(it, 2);
3299
3976
  if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix
3300
3977
  } else if (first === 48) {
3301
- switch (it.charCodeAt(1)) {
3978
+ switch (charCodeAt(it, 1)) {
3302
3979
  case 66: case 98: radix = 2; maxCode = 49; break; // fast equal of /^0b[01]+$/i
3303
3980
  case 79: case 111: radix = 8; maxCode = 55; break; // fast equal of /^0o[0-7]+$/i
3304
3981
  default: return +it;
3305
3982
  }
3306
- digits = it.slice(2);
3983
+ digits = arraySlice(it, 2);
3307
3984
  length = digits.length;
3308
3985
  for (index = 0; index < length; index++) {
3309
- code = digits.charCodeAt(index);
3986
+ code = charCodeAt(digits, index);
3310
3987
  // parseInt parses a string to a first unavailable symbol
3311
3988
  // but ToNumber should return NaN if a string contains unavailable symbols
3312
3989
  if (code < 48 || code > maxCode) return NaN;
@@ -3319,29 +3996,27 @@ var toNumber = function (argument) {
3319
3996
  // https://tc39.es/ecma262/#sec-number-constructor
3320
3997
  if (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'))) {
3321
3998
  var NumberWrapper = function Number(value) {
3322
- var it = arguments.length < 1 ? 0 : value;
3999
+ var n = arguments.length < 1 ? 0 : NativeNumber(toNumeric(value));
3323
4000
  var dummy = this;
3324
- return dummy instanceof NumberWrapper
3325
- // check on 1..constructor(foo) case
3326
- && (BROKEN_CLASSOF ? fails(function () { NumberPrototype.valueOf.call(dummy); }) : classof(dummy) != NUMBER)
3327
- ? inheritIfRequired(new NativeNumber(toNumber(it)), dummy, NumberWrapper) : toNumber(it);
4001
+ // check on 1..constructor(foo) case
4002
+ return isPrototypeOf(NumberPrototype, dummy) && fails(function () { thisNumberValue(dummy); })
4003
+ ? inheritIfRequired(Object(n), dummy, NumberWrapper) : n;
3328
4004
  };
3329
4005
  for (var keys = DESCRIPTORS ? getOwnPropertyNames(NativeNumber) : (
3330
4006
  // ES3:
3331
4007
  'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +
3332
4008
  // ES2015 (in case, if modules with ES2015 Number statics required before):
3333
- 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +
3334
- 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,' +
4009
+ 'EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,' +
3335
4010
  // ESNext
3336
4011
  'fromString,range'
3337
4012
  ).split(','), j = 0, key; keys.length > j; j++) {
3338
- if (has(NativeNumber, key = keys[j]) && !has(NumberWrapper, key)) {
4013
+ if (hasOwn(NativeNumber, key = keys[j]) && !hasOwn(NumberWrapper, key)) {
3339
4014
  defineProperty(NumberWrapper, key, getOwnPropertyDescriptor(NativeNumber, key));
3340
4015
  }
3341
4016
  }
3342
4017
  NumberWrapper.prototype = NumberPrototype;
3343
4018
  NumberPrototype.constructor = NumberWrapper;
3344
- redefine(global, NUMBER, NumberWrapper);
4019
+ defineBuiltIn(global, NUMBER, NumberWrapper, { constructor: true });
3345
4020
  }
3346
4021
 
3347
4022
 
@@ -3356,11 +4031,45 @@ var assign = __webpack_require__(1574);
3356
4031
  // `Object.assign` method
3357
4032
  // https://tc39.es/ecma262/#sec-object.assign
3358
4033
  // eslint-disable-next-line es/no-object-assign -- required for testing
3359
- $({ target: 'Object', stat: true, forced: Object.assign !== assign }, {
4034
+ $({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, {
3360
4035
  assign: assign
3361
4036
  });
3362
4037
 
3363
4038
 
4039
+ /***/ }),
4040
+
4041
+ /***/ 3321:
4042
+ /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
4043
+
4044
+ var $ = __webpack_require__(2109);
4045
+ var DESCRIPTORS = __webpack_require__(9781);
4046
+ var defineProperties = (__webpack_require__(6048).f);
4047
+
4048
+ // `Object.defineProperties` method
4049
+ // https://tc39.es/ecma262/#sec-object.defineproperties
4050
+ // eslint-disable-next-line es/no-object-defineproperties -- safe
4051
+ $({ target: 'Object', stat: true, forced: Object.defineProperties !== defineProperties, sham: !DESCRIPTORS }, {
4052
+ defineProperties: defineProperties
4053
+ });
4054
+
4055
+
4056
+ /***/ }),
4057
+
4058
+ /***/ 9070:
4059
+ /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
4060
+
4061
+ var $ = __webpack_require__(2109);
4062
+ var DESCRIPTORS = __webpack_require__(9781);
4063
+ var defineProperty = (__webpack_require__(3070).f);
4064
+
4065
+ // `Object.defineProperty` method
4066
+ // https://tc39.es/ecma262/#sec-object.defineproperty
4067
+ // eslint-disable-next-line es/no-object-defineproperty -- safe
4068
+ $({ target: 'Object', stat: true, forced: Object.defineProperty !== defineProperty, sham: !DESCRIPTORS }, {
4069
+ defineProperty: defineProperty
4070
+ });
4071
+
4072
+
3364
4073
  /***/ }),
3365
4074
 
3366
4075
  /***/ 5003:
@@ -3369,7 +4078,7 @@ $({ target: 'Object', stat: true, forced: Object.assign !== assign }, {
3369
4078
  var $ = __webpack_require__(2109);
3370
4079
  var fails = __webpack_require__(7293);
3371
4080
  var toIndexedObject = __webpack_require__(5656);
3372
- var nativeGetOwnPropertyDescriptor = __webpack_require__(1236).f;
4081
+ var nativeGetOwnPropertyDescriptor = (__webpack_require__(1236).f);
3373
4082
  var DESCRIPTORS = __webpack_require__(9781);
3374
4083
 
3375
4084
  var FAILS_ON_PRIMITIVES = fails(function () { nativeGetOwnPropertyDescriptor(1); });
@@ -3415,6 +4124,31 @@ $({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {
3415
4124
  });
3416
4125
 
3417
4126
 
4127
+ /***/ }),
4128
+
4129
+ /***/ 9660:
4130
+ /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
4131
+
4132
+ var $ = __webpack_require__(2109);
4133
+ var NATIVE_SYMBOL = __webpack_require__(6293);
4134
+ var fails = __webpack_require__(7293);
4135
+ var getOwnPropertySymbolsModule = __webpack_require__(5181);
4136
+ var toObject = __webpack_require__(7908);
4137
+
4138
+ // V8 ~ Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives
4139
+ // https://bugs.chromium.org/p/v8/issues/detail?id=3443
4140
+ var FORCED = !NATIVE_SYMBOL || fails(function () { getOwnPropertySymbolsModule.f(1); });
4141
+
4142
+ // `Object.getOwnPropertySymbols` method
4143
+ // https://tc39.es/ecma262/#sec-object.getownpropertysymbols
4144
+ $({ target: 'Object', stat: true, forced: FORCED }, {
4145
+ getOwnPropertySymbols: function getOwnPropertySymbols(it) {
4146
+ var $getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
4147
+ return $getOwnPropertySymbols ? $getOwnPropertySymbols(toObject(it)) : [];
4148
+ }
4149
+ });
4150
+
4151
+
3418
4152
  /***/ }),
3419
4153
 
3420
4154
  /***/ 7941:
@@ -3442,13 +4176,13 @@ $({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
3442
4176
  /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
3443
4177
 
3444
4178
  var TO_STRING_TAG_SUPPORT = __webpack_require__(1694);
3445
- var redefine = __webpack_require__(1320);
4179
+ var defineBuiltIn = __webpack_require__(8052);
3446
4180
  var toString = __webpack_require__(288);
3447
4181
 
3448
4182
  // `Object.prototype.toString` method
3449
4183
  // https://tc39.es/ecma262/#sec-object.prototype.tostring
3450
4184
  if (!TO_STRING_TAG_SUPPORT) {
3451
- redefine(Object.prototype, 'toString', toString, { unsafe: true });
4185
+ defineBuiltIn(Object.prototype, 'toString', toString, { unsafe: true });
3452
4186
  }
3453
4187
 
3454
4188
 
@@ -3477,16 +4211,23 @@ $({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {
3477
4211
  "use strict";
3478
4212
 
3479
4213
  var $ = __webpack_require__(2109);
4214
+ var uncurryThis = __webpack_require__(1702);
3480
4215
  var notARegExp = __webpack_require__(3929);
3481
4216
  var requireObjectCoercible = __webpack_require__(4488);
4217
+ var toString = __webpack_require__(1340);
3482
4218
  var correctIsRegExpLogic = __webpack_require__(4964);
3483
4219
 
4220
+ var stringIndexOf = uncurryThis(''.indexOf);
4221
+
3484
4222
  // `String.prototype.includes` method
3485
4223
  // https://tc39.es/ecma262/#sec-string.prototype.includes
3486
4224
  $({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, {
3487
4225
  includes: function includes(searchString /* , position = 0 */) {
3488
- return !!~String(requireObjectCoercible(this))
3489
- .indexOf(notARegExp(searchString), arguments.length > 1 ? arguments[1] : undefined);
4226
+ return !!~stringIndexOf(
4227
+ toString(requireObjectCoercible(this)),
4228
+ toString(notARegExp(searchString)),
4229
+ arguments.length > 1 ? arguments[1] : undefined
4230
+ );
3490
4231
  }
3491
4232
  });
3492
4233
 
@@ -3498,26 +4239,64 @@ $({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') },
3498
4239
 
3499
4240
  "use strict";
3500
4241
 
4242
+ var apply = __webpack_require__(2104);
4243
+ var call = __webpack_require__(6916);
4244
+ var uncurryThis = __webpack_require__(1702);
3501
4245
  var fixRegExpWellKnownSymbolLogic = __webpack_require__(7007);
4246
+ var fails = __webpack_require__(7293);
3502
4247
  var anObject = __webpack_require__(9670);
4248
+ var isCallable = __webpack_require__(614);
4249
+ var isNullOrUndefined = __webpack_require__(8554);
4250
+ var toIntegerOrInfinity = __webpack_require__(9303);
3503
4251
  var toLength = __webpack_require__(7466);
3504
- var toInteger = __webpack_require__(9958);
4252
+ var toString = __webpack_require__(1340);
3505
4253
  var requireObjectCoercible = __webpack_require__(4488);
3506
4254
  var advanceStringIndex = __webpack_require__(1530);
4255
+ var getMethod = __webpack_require__(8173);
3507
4256
  var getSubstitution = __webpack_require__(647);
3508
4257
  var regExpExec = __webpack_require__(7651);
4258
+ var wellKnownSymbol = __webpack_require__(5112);
3509
4259
 
4260
+ var REPLACE = wellKnownSymbol('replace');
3510
4261
  var max = Math.max;
3511
4262
  var min = Math.min;
4263
+ var concat = uncurryThis([].concat);
4264
+ var push = uncurryThis([].push);
4265
+ var stringIndexOf = uncurryThis(''.indexOf);
4266
+ var stringSlice = uncurryThis(''.slice);
3512
4267
 
3513
4268
  var maybeToString = function (it) {
3514
4269
  return it === undefined ? it : String(it);
3515
4270
  };
3516
4271
 
4272
+ // IE <= 11 replaces $0 with the whole match, as if it was $&
4273
+ // https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0
4274
+ var REPLACE_KEEPS_$0 = (function () {
4275
+ // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing
4276
+ return 'a'.replace(/./, '$0') === '$0';
4277
+ })();
4278
+
4279
+ // Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string
4280
+ var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
4281
+ if (/./[REPLACE]) {
4282
+ return /./[REPLACE]('a', '$0') === '';
4283
+ }
4284
+ return false;
4285
+ })();
4286
+
4287
+ var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
4288
+ var re = /./;
4289
+ re.exec = function () {
4290
+ var result = [];
4291
+ result.groups = { a: '7' };
4292
+ return result;
4293
+ };
4294
+ // eslint-disable-next-line regexp/no-useless-dollar-replacements -- false positive
4295
+ return ''.replace(re, '$<a>') !== '7';
4296
+ });
4297
+
3517
4298
  // @@replace logic
3518
- fixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {
3519
- var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;
3520
- var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;
4299
+ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNative) {
3521
4300
  var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';
3522
4301
 
3523
4302
  return [
@@ -3525,27 +4304,28 @@ fixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, ma
3525
4304
  // https://tc39.es/ecma262/#sec-string.prototype.replace
3526
4305
  function replace(searchValue, replaceValue) {
3527
4306
  var O = requireObjectCoercible(this);
3528
- var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];
3529
- return replacer !== undefined
3530
- ? replacer.call(searchValue, O, replaceValue)
3531
- : nativeReplace.call(String(O), searchValue, replaceValue);
4307
+ var replacer = isNullOrUndefined(searchValue) ? undefined : getMethod(searchValue, REPLACE);
4308
+ return replacer
4309
+ ? call(replacer, searchValue, O, replaceValue)
4310
+ : call(nativeReplace, toString(O), searchValue, replaceValue);
3532
4311
  },
3533
4312
  // `RegExp.prototype[@@replace]` method
3534
4313
  // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace
3535
- function (regexp, replaceValue) {
4314
+ function (string, replaceValue) {
4315
+ var rx = anObject(this);
4316
+ var S = toString(string);
4317
+
3536
4318
  if (
3537
- (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||
3538
- (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)
4319
+ typeof replaceValue == 'string' &&
4320
+ stringIndexOf(replaceValue, UNSAFE_SUBSTITUTE) === -1 &&
4321
+ stringIndexOf(replaceValue, '$<') === -1
3539
4322
  ) {
3540
- var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);
4323
+ var res = maybeCallNative(nativeReplace, rx, S, replaceValue);
3541
4324
  if (res.done) return res.value;
3542
4325
  }
3543
4326
 
3544
- var rx = anObject(regexp);
3545
- var S = String(this);
3546
-
3547
- var functionalReplace = typeof replaceValue === 'function';
3548
- if (!functionalReplace) replaceValue = String(replaceValue);
4327
+ var functionalReplace = isCallable(replaceValue);
4328
+ if (!functionalReplace) replaceValue = toString(replaceValue);
3549
4329
 
3550
4330
  var global = rx.global;
3551
4331
  if (global) {
@@ -3557,10 +4337,10 @@ fixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, ma
3557
4337
  var result = regExpExec(rx, S);
3558
4338
  if (result === null) break;
3559
4339
 
3560
- results.push(result);
4340
+ push(results, result);
3561
4341
  if (!global) break;
3562
4342
 
3563
- var matchStr = String(result[0]);
4343
+ var matchStr = toString(result[0]);
3564
4344
  if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
3565
4345
  }
3566
4346
 
@@ -3569,56 +4349,55 @@ fixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, ma
3569
4349
  for (var i = 0; i < results.length; i++) {
3570
4350
  result = results[i];
3571
4351
 
3572
- var matched = String(result[0]);
3573
- var position = max(min(toInteger(result.index), S.length), 0);
4352
+ var matched = toString(result[0]);
4353
+ var position = max(min(toIntegerOrInfinity(result.index), S.length), 0);
3574
4354
  var captures = [];
3575
4355
  // NOTE: This is equivalent to
3576
4356
  // captures = result.slice(1).map(maybeToString)
3577
4357
  // but for some reason `nativeSlice.call(result, 1, result.length)` (called in
3578
4358
  // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and
3579
4359
  // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.
3580
- for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));
4360
+ for (var j = 1; j < result.length; j++) push(captures, maybeToString(result[j]));
3581
4361
  var namedCaptures = result.groups;
3582
4362
  if (functionalReplace) {
3583
- var replacerArgs = [matched].concat(captures, position, S);
3584
- if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);
3585
- var replacement = String(replaceValue.apply(undefined, replacerArgs));
4363
+ var replacerArgs = concat([matched], captures, position, S);
4364
+ if (namedCaptures !== undefined) push(replacerArgs, namedCaptures);
4365
+ var replacement = toString(apply(replaceValue, undefined, replacerArgs));
3586
4366
  } else {
3587
4367
  replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
3588
4368
  }
3589
4369
  if (position >= nextSourcePosition) {
3590
- accumulatedResult += S.slice(nextSourcePosition, position) + replacement;
4370
+ accumulatedResult += stringSlice(S, nextSourcePosition, position) + replacement;
3591
4371
  nextSourcePosition = position + matched.length;
3592
4372
  }
3593
4373
  }
3594
- return accumulatedResult + S.slice(nextSourcePosition);
4374
+ return accumulatedResult + stringSlice(S, nextSourcePosition);
3595
4375
  }
3596
4376
  ];
3597
- });
4377
+ }, !REPLACE_SUPPORTS_NAMED_GROUPS || !REPLACE_KEEPS_$0 || REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE);
3598
4378
 
3599
4379
 
3600
4380
  /***/ }),
3601
4381
 
3602
- /***/ 2526:
4382
+ /***/ 4032:
3603
4383
  /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
3604
4384
 
3605
4385
  "use strict";
3606
4386
 
3607
4387
  var $ = __webpack_require__(2109);
3608
4388
  var global = __webpack_require__(7854);
3609
- var getBuiltIn = __webpack_require__(5005);
4389
+ var call = __webpack_require__(6916);
4390
+ var uncurryThis = __webpack_require__(1702);
3610
4391
  var IS_PURE = __webpack_require__(1913);
3611
4392
  var DESCRIPTORS = __webpack_require__(9781);
3612
- var NATIVE_SYMBOL = __webpack_require__(133);
3613
- var USE_SYMBOL_AS_UID = __webpack_require__(3307);
4393
+ var NATIVE_SYMBOL = __webpack_require__(6293);
3614
4394
  var fails = __webpack_require__(7293);
3615
- var has = __webpack_require__(6656);
3616
- var isArray = __webpack_require__(3157);
3617
- var isObject = __webpack_require__(111);
4395
+ var hasOwn = __webpack_require__(2597);
4396
+ var isPrototypeOf = __webpack_require__(7976);
3618
4397
  var anObject = __webpack_require__(9670);
3619
- var toObject = __webpack_require__(7908);
3620
4398
  var toIndexedObject = __webpack_require__(5656);
3621
- var toPrimitive = __webpack_require__(7593);
4399
+ var toPropertyKey = __webpack_require__(4948);
4400
+ var $toString = __webpack_require__(1340);
3622
4401
  var createPropertyDescriptor = __webpack_require__(9114);
3623
4402
  var nativeObjectCreate = __webpack_require__(30);
3624
4403
  var objectKeys = __webpack_require__(1956);
@@ -3627,39 +4406,43 @@ var getOwnPropertyNamesExternal = __webpack_require__(1156);
3627
4406
  var getOwnPropertySymbolsModule = __webpack_require__(5181);
3628
4407
  var getOwnPropertyDescriptorModule = __webpack_require__(1236);
3629
4408
  var definePropertyModule = __webpack_require__(3070);
4409
+ var definePropertiesModule = __webpack_require__(6048);
3630
4410
  var propertyIsEnumerableModule = __webpack_require__(5296);
3631
- var createNonEnumerableProperty = __webpack_require__(8880);
3632
- var redefine = __webpack_require__(1320);
4411
+ var defineBuiltIn = __webpack_require__(8052);
3633
4412
  var shared = __webpack_require__(2309);
3634
4413
  var sharedKey = __webpack_require__(6200);
3635
4414
  var hiddenKeys = __webpack_require__(3501);
3636
4415
  var uid = __webpack_require__(9711);
3637
4416
  var wellKnownSymbol = __webpack_require__(5112);
3638
4417
  var wrappedWellKnownSymbolModule = __webpack_require__(6061);
3639
- var defineWellKnownSymbol = __webpack_require__(7235);
4418
+ var defineWellKnownSymbol = __webpack_require__(6800);
4419
+ var defineSymbolToPrimitive = __webpack_require__(6532);
3640
4420
  var setToStringTag = __webpack_require__(8003);
3641
4421
  var InternalStateModule = __webpack_require__(9909);
3642
- var $forEach = __webpack_require__(2092).forEach;
4422
+ var $forEach = (__webpack_require__(2092).forEach);
3643
4423
 
3644
4424
  var HIDDEN = sharedKey('hidden');
3645
4425
  var SYMBOL = 'Symbol';
3646
4426
  var PROTOTYPE = 'prototype';
3647
- var TO_PRIMITIVE = wellKnownSymbol('toPrimitive');
4427
+
3648
4428
  var setInternalState = InternalStateModule.set;
3649
4429
  var getInternalState = InternalStateModule.getterFor(SYMBOL);
4430
+
3650
4431
  var ObjectPrototype = Object[PROTOTYPE];
3651
4432
  var $Symbol = global.Symbol;
3652
- var $stringify = getBuiltIn('JSON', 'stringify');
4433
+ var SymbolPrototype = $Symbol && $Symbol[PROTOTYPE];
4434
+ var TypeError = global.TypeError;
4435
+ var QObject = global.QObject;
3653
4436
  var nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
3654
4437
  var nativeDefineProperty = definePropertyModule.f;
3655
4438
  var nativeGetOwnPropertyNames = getOwnPropertyNamesExternal.f;
3656
4439
  var nativePropertyIsEnumerable = propertyIsEnumerableModule.f;
4440
+ var push = uncurryThis([].push);
4441
+
3657
4442
  var AllSymbols = shared('symbols');
3658
4443
  var ObjectPrototypeSymbols = shared('op-symbols');
3659
- var StringToSymbolRegistry = shared('string-to-symbol-registry');
3660
- var SymbolToStringRegistry = shared('symbol-to-string-registry');
3661
4444
  var WellKnownSymbolsStore = shared('wks');
3662
- var QObject = global.QObject;
4445
+
3663
4446
  // Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173
3664
4447
  var USE_SETTER = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;
3665
4448
 
@@ -3678,7 +4461,7 @@ var setSymbolDescriptor = DESCRIPTORS && fails(function () {
3678
4461
  } : nativeDefineProperty;
3679
4462
 
3680
4463
  var wrap = function (tag, description) {
3681
- var symbol = AllSymbols[tag] = nativeObjectCreate($Symbol[PROTOTYPE]);
4464
+ var symbol = AllSymbols[tag] = nativeObjectCreate(SymbolPrototype);
3682
4465
  setInternalState(symbol, {
3683
4466
  type: SYMBOL,
3684
4467
  tag: tag,
@@ -3688,23 +4471,17 @@ var wrap = function (tag, description) {
3688
4471
  return symbol;
3689
4472
  };
3690
4473
 
3691
- var isSymbol = USE_SYMBOL_AS_UID ? function (it) {
3692
- return typeof it == 'symbol';
3693
- } : function (it) {
3694
- return Object(it) instanceof $Symbol;
3695
- };
3696
-
3697
4474
  var $defineProperty = function defineProperty(O, P, Attributes) {
3698
4475
  if (O === ObjectPrototype) $defineProperty(ObjectPrototypeSymbols, P, Attributes);
3699
4476
  anObject(O);
3700
- var key = toPrimitive(P, true);
4477
+ var key = toPropertyKey(P);
3701
4478
  anObject(Attributes);
3702
- if (has(AllSymbols, key)) {
4479
+ if (hasOwn(AllSymbols, key)) {
3703
4480
  if (!Attributes.enumerable) {
3704
- if (!has(O, HIDDEN)) nativeDefineProperty(O, HIDDEN, createPropertyDescriptor(1, {}));
4481
+ if (!hasOwn(O, HIDDEN)) nativeDefineProperty(O, HIDDEN, createPropertyDescriptor(1, {}));
3705
4482
  O[HIDDEN][key] = true;
3706
4483
  } else {
3707
- if (has(O, HIDDEN) && O[HIDDEN][key]) O[HIDDEN][key] = false;
4484
+ if (hasOwn(O, HIDDEN) && O[HIDDEN][key]) O[HIDDEN][key] = false;
3708
4485
  Attributes = nativeObjectCreate(Attributes, { enumerable: createPropertyDescriptor(0, false) });
3709
4486
  } return setSymbolDescriptor(O, key, Attributes);
3710
4487
  } return nativeDefineProperty(O, key, Attributes);
@@ -3715,7 +4492,7 @@ var $defineProperties = function defineProperties(O, Properties) {
3715
4492
  var properties = toIndexedObject(Properties);
3716
4493
  var keys = objectKeys(properties).concat($getOwnPropertySymbols(properties));
3717
4494
  $forEach(keys, function (key) {
3718
- if (!DESCRIPTORS || $propertyIsEnumerable.call(properties, key)) $defineProperty(O, key, properties[key]);
4495
+ if (!DESCRIPTORS || call($propertyIsEnumerable, properties, key)) $defineProperty(O, key, properties[key]);
3719
4496
  });
3720
4497
  return O;
3721
4498
  };
@@ -3725,18 +4502,19 @@ var $create = function create(O, Properties) {
3725
4502
  };
3726
4503
 
3727
4504
  var $propertyIsEnumerable = function propertyIsEnumerable(V) {
3728
- var P = toPrimitive(V, true);
3729
- var enumerable = nativePropertyIsEnumerable.call(this, P);
3730
- if (this === ObjectPrototype && has(AllSymbols, P) && !has(ObjectPrototypeSymbols, P)) return false;
3731
- return enumerable || !has(this, P) || !has(AllSymbols, P) || has(this, HIDDEN) && this[HIDDEN][P] ? enumerable : true;
4505
+ var P = toPropertyKey(V);
4506
+ var enumerable = call(nativePropertyIsEnumerable, this, P);
4507
+ if (this === ObjectPrototype && hasOwn(AllSymbols, P) && !hasOwn(ObjectPrototypeSymbols, P)) return false;
4508
+ return enumerable || !hasOwn(this, P) || !hasOwn(AllSymbols, P) || hasOwn(this, HIDDEN) && this[HIDDEN][P]
4509
+ ? enumerable : true;
3732
4510
  };
3733
4511
 
3734
4512
  var $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(O, P) {
3735
4513
  var it = toIndexedObject(O);
3736
- var key = toPrimitive(P, true);
3737
- if (it === ObjectPrototype && has(AllSymbols, key) && !has(ObjectPrototypeSymbols, key)) return;
4514
+ var key = toPropertyKey(P);
4515
+ if (it === ObjectPrototype && hasOwn(AllSymbols, key) && !hasOwn(ObjectPrototypeSymbols, key)) return;
3738
4516
  var descriptor = nativeGetOwnPropertyDescriptor(it, key);
3739
- if (descriptor && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) {
4517
+ if (descriptor && hasOwn(AllSymbols, key) && !(hasOwn(it, HIDDEN) && it[HIDDEN][key])) {
3740
4518
  descriptor.enumerable = true;
3741
4519
  }
3742
4520
  return descriptor;
@@ -3746,18 +4524,18 @@ var $getOwnPropertyNames = function getOwnPropertyNames(O) {
3746
4524
  var names = nativeGetOwnPropertyNames(toIndexedObject(O));
3747
4525
  var result = [];
3748
4526
  $forEach(names, function (key) {
3749
- if (!has(AllSymbols, key) && !has(hiddenKeys, key)) result.push(key);
4527
+ if (!hasOwn(AllSymbols, key) && !hasOwn(hiddenKeys, key)) push(result, key);
3750
4528
  });
3751
4529
  return result;
3752
4530
  };
3753
4531
 
3754
- var $getOwnPropertySymbols = function getOwnPropertySymbols(O) {
4532
+ var $getOwnPropertySymbols = function (O) {
3755
4533
  var IS_OBJECT_PROTOTYPE = O === ObjectPrototype;
3756
4534
  var names = nativeGetOwnPropertyNames(IS_OBJECT_PROTOTYPE ? ObjectPrototypeSymbols : toIndexedObject(O));
3757
4535
  var result = [];
3758
4536
  $forEach(names, function (key) {
3759
- if (has(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || has(ObjectPrototype, key))) {
3760
- result.push(AllSymbols[key]);
4537
+ if (hasOwn(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || hasOwn(ObjectPrototype, key))) {
4538
+ push(result, AllSymbols[key]);
3761
4539
  }
3762
4540
  });
3763
4541
  return result;
@@ -3767,28 +4545,31 @@ var $getOwnPropertySymbols = function getOwnPropertySymbols(O) {
3767
4545
  // https://tc39.es/ecma262/#sec-symbol-constructor
3768
4546
  if (!NATIVE_SYMBOL) {
3769
4547
  $Symbol = function Symbol() {
3770
- if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor');
3771
- var description = !arguments.length || arguments[0] === undefined ? undefined : String(arguments[0]);
4548
+ if (isPrototypeOf(SymbolPrototype, this)) throw TypeError('Symbol is not a constructor');
4549
+ var description = !arguments.length || arguments[0] === undefined ? undefined : $toString(arguments[0]);
3772
4550
  var tag = uid(description);
3773
4551
  var setter = function (value) {
3774
- if (this === ObjectPrototype) setter.call(ObjectPrototypeSymbols, value);
3775
- if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;
4552
+ if (this === ObjectPrototype) call(setter, ObjectPrototypeSymbols, value);
4553
+ if (hasOwn(this, HIDDEN) && hasOwn(this[HIDDEN], tag)) this[HIDDEN][tag] = false;
3776
4554
  setSymbolDescriptor(this, tag, createPropertyDescriptor(1, value));
3777
4555
  };
3778
4556
  if (DESCRIPTORS && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter });
3779
4557
  return wrap(tag, description);
3780
4558
  };
3781
4559
 
3782
- redefine($Symbol[PROTOTYPE], 'toString', function toString() {
4560
+ SymbolPrototype = $Symbol[PROTOTYPE];
4561
+
4562
+ defineBuiltIn(SymbolPrototype, 'toString', function toString() {
3783
4563
  return getInternalState(this).tag;
3784
4564
  });
3785
4565
 
3786
- redefine($Symbol, 'withoutSetter', function (description) {
4566
+ defineBuiltIn($Symbol, 'withoutSetter', function (description) {
3787
4567
  return wrap(uid(description), description);
3788
4568
  });
3789
4569
 
3790
4570
  propertyIsEnumerableModule.f = $propertyIsEnumerable;
3791
4571
  definePropertyModule.f = $defineProperty;
4572
+ definePropertiesModule.f = $defineProperties;
3792
4573
  getOwnPropertyDescriptorModule.f = $getOwnPropertyDescriptor;
3793
4574
  getOwnPropertyNamesModule.f = getOwnPropertyNamesExternal.f = $getOwnPropertyNames;
3794
4575
  getOwnPropertySymbolsModule.f = $getOwnPropertySymbols;
@@ -3799,19 +4580,19 @@ if (!NATIVE_SYMBOL) {
3799
4580
 
3800
4581
  if (DESCRIPTORS) {
3801
4582
  // https://github.com/tc39/proposal-Symbol-description
3802
- nativeDefineProperty($Symbol[PROTOTYPE], 'description', {
4583
+ nativeDefineProperty(SymbolPrototype, 'description', {
3803
4584
  configurable: true,
3804
4585
  get: function description() {
3805
4586
  return getInternalState(this).description;
3806
4587
  }
3807
4588
  });
3808
4589
  if (!IS_PURE) {
3809
- redefine(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true });
4590
+ defineBuiltIn(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true });
3810
4591
  }
3811
4592
  }
3812
4593
  }
3813
4594
 
3814
- $({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, {
4595
+ $({ global: true, constructor: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, {
3815
4596
  Symbol: $Symbol
3816
4597
  });
3817
4598
 
@@ -3820,22 +4601,6 @@ $forEach(objectKeys(WellKnownSymbolsStore), function (name) {
3820
4601
  });
3821
4602
 
3822
4603
  $({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, {
3823
- // `Symbol.for` method
3824
- // https://tc39.es/ecma262/#sec-symbol.for
3825
- 'for': function (key) {
3826
- var string = String(key);
3827
- if (has(StringToSymbolRegistry, string)) return StringToSymbolRegistry[string];
3828
- var symbol = $Symbol(string);
3829
- StringToSymbolRegistry[string] = symbol;
3830
- SymbolToStringRegistry[symbol] = string;
3831
- return symbol;
3832
- },
3833
- // `Symbol.keyFor` method
3834
- // https://tc39.es/ecma262/#sec-symbol.keyfor
3835
- keyFor: function keyFor(sym) {
3836
- if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol');
3837
- if (has(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym];
3838
- },
3839
4604
  useSetter: function () { USE_SETTER = true; },
3840
4605
  useSimple: function () { USE_SETTER = false; }
3841
4606
  });
@@ -3858,57 +4623,13 @@ $({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS },
3858
4623
  $({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, {
3859
4624
  // `Object.getOwnPropertyNames` method
3860
4625
  // https://tc39.es/ecma262/#sec-object.getownpropertynames
3861
- getOwnPropertyNames: $getOwnPropertyNames,
3862
- // `Object.getOwnPropertySymbols` method
3863
- // https://tc39.es/ecma262/#sec-object.getownpropertysymbols
3864
- getOwnPropertySymbols: $getOwnPropertySymbols
3865
- });
3866
-
3867
- // Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives
3868
- // https://bugs.chromium.org/p/v8/issues/detail?id=3443
3869
- $({ target: 'Object', stat: true, forced: fails(function () { getOwnPropertySymbolsModule.f(1); }) }, {
3870
- getOwnPropertySymbols: function getOwnPropertySymbols(it) {
3871
- return getOwnPropertySymbolsModule.f(toObject(it));
3872
- }
4626
+ getOwnPropertyNames: $getOwnPropertyNames
3873
4627
  });
3874
4628
 
3875
- // `JSON.stringify` method behavior with symbols
3876
- // https://tc39.es/ecma262/#sec-json.stringify
3877
- if ($stringify) {
3878
- var FORCED_JSON_STRINGIFY = !NATIVE_SYMBOL || fails(function () {
3879
- var symbol = $Symbol();
3880
- // MS Edge converts symbol values to JSON as {}
3881
- return $stringify([symbol]) != '[null]'
3882
- // WebKit converts symbol values to JSON as null
3883
- || $stringify({ a: symbol }) != '{}'
3884
- // V8 throws on boxed symbols
3885
- || $stringify(Object(symbol)) != '{}';
3886
- });
3887
-
3888
- $({ target: 'JSON', stat: true, forced: FORCED_JSON_STRINGIFY }, {
3889
- // eslint-disable-next-line no-unused-vars -- required for `.length`
3890
- stringify: function stringify(it, replacer, space) {
3891
- var args = [it];
3892
- var index = 1;
3893
- var $replacer;
3894
- while (arguments.length > index) args.push(arguments[index++]);
3895
- $replacer = replacer;
3896
- if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined
3897
- if (!isArray(replacer)) replacer = function (key, value) {
3898
- if (typeof $replacer == 'function') value = $replacer.call(this, key, value);
3899
- if (!isSymbol(value)) return value;
3900
- };
3901
- args[1] = replacer;
3902
- return $stringify.apply(null, args);
3903
- }
3904
- });
3905
- }
3906
-
3907
4629
  // `Symbol.prototype[@@toPrimitive]` method
3908
4630
  // https://tc39.es/ecma262/#sec-symbol.prototype-@@toprimitive
3909
- if (!$Symbol[PROTOTYPE][TO_PRIMITIVE]) {
3910
- createNonEnumerableProperty($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);
3911
- }
4631
+ defineSymbolToPrimitive();
4632
+
3912
4633
  // `Symbol.prototype[@@toStringTag]` property
3913
4634
  // https://tc39.es/ecma262/#sec-symbol.prototype-@@tostringtag
3914
4635
  setToStringTag($Symbol, SYMBOL);
@@ -3916,6 +4637,72 @@ setToStringTag($Symbol, SYMBOL);
3916
4637
  hiddenKeys[HIDDEN] = true;
3917
4638
 
3918
4639
 
4640
+ /***/ }),
4641
+
4642
+ /***/ 763:
4643
+ /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
4644
+
4645
+ var $ = __webpack_require__(2109);
4646
+ var getBuiltIn = __webpack_require__(5005);
4647
+ var hasOwn = __webpack_require__(2597);
4648
+ var toString = __webpack_require__(1340);
4649
+ var shared = __webpack_require__(2309);
4650
+ var NATIVE_SYMBOL_REGISTRY = __webpack_require__(2015);
4651
+
4652
+ var StringToSymbolRegistry = shared('string-to-symbol-registry');
4653
+ var SymbolToStringRegistry = shared('symbol-to-string-registry');
4654
+
4655
+ // `Symbol.for` method
4656
+ // https://tc39.es/ecma262/#sec-symbol.for
4657
+ $({ target: 'Symbol', stat: true, forced: !NATIVE_SYMBOL_REGISTRY }, {
4658
+ 'for': function (key) {
4659
+ var string = toString(key);
4660
+ if (hasOwn(StringToSymbolRegistry, string)) return StringToSymbolRegistry[string];
4661
+ var symbol = getBuiltIn('Symbol')(string);
4662
+ StringToSymbolRegistry[string] = symbol;
4663
+ SymbolToStringRegistry[symbol] = string;
4664
+ return symbol;
4665
+ }
4666
+ });
4667
+
4668
+
4669
+ /***/ }),
4670
+
4671
+ /***/ 2526:
4672
+ /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
4673
+
4674
+ // TODO: Remove this module from `core-js@4` since it's split to modules listed below
4675
+ __webpack_require__(4032);
4676
+ __webpack_require__(763);
4677
+ __webpack_require__(6620);
4678
+ __webpack_require__(8862);
4679
+ __webpack_require__(9660);
4680
+
4681
+
4682
+ /***/ }),
4683
+
4684
+ /***/ 6620:
4685
+ /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
4686
+
4687
+ var $ = __webpack_require__(2109);
4688
+ var hasOwn = __webpack_require__(2597);
4689
+ var isSymbol = __webpack_require__(2190);
4690
+ var tryToString = __webpack_require__(6330);
4691
+ var shared = __webpack_require__(2309);
4692
+ var NATIVE_SYMBOL_REGISTRY = __webpack_require__(2015);
4693
+
4694
+ var SymbolToStringRegistry = shared('symbol-to-string-registry');
4695
+
4696
+ // `Symbol.keyFor` method
4697
+ // https://tc39.es/ecma262/#sec-symbol.keyfor
4698
+ $({ target: 'Symbol', stat: true, forced: !NATIVE_SYMBOL_REGISTRY }, {
4699
+ keyFor: function keyFor(sym) {
4700
+ if (!isSymbol(sym)) throw TypeError(tryToString(sym) + ' is not a symbol');
4701
+ if (hasOwn(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym];
4702
+ }
4703
+ });
4704
+
4705
+
3919
4706
  /***/ }),
3920
4707
 
3921
4708
  /***/ 4747:
@@ -3923,28 +4710,191 @@ hiddenKeys[HIDDEN] = true;
3923
4710
 
3924
4711
  var global = __webpack_require__(7854);
3925
4712
  var DOMIterables = __webpack_require__(8324);
4713
+ var DOMTokenListPrototype = __webpack_require__(8509);
3926
4714
  var forEach = __webpack_require__(8533);
3927
4715
  var createNonEnumerableProperty = __webpack_require__(8880);
3928
4716
 
3929
- for (var COLLECTION_NAME in DOMIterables) {
3930
- var Collection = global[COLLECTION_NAME];
3931
- var CollectionPrototype = Collection && Collection.prototype;
4717
+ var handlePrototype = function (CollectionPrototype) {
3932
4718
  // some Chrome versions have non-configurable methods on DOMTokenList
3933
4719
  if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {
3934
4720
  createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);
3935
4721
  } catch (error) {
3936
4722
  CollectionPrototype.forEach = forEach;
3937
4723
  }
4724
+ };
4725
+
4726
+ for (var COLLECTION_NAME in DOMIterables) {
4727
+ if (DOMIterables[COLLECTION_NAME]) {
4728
+ handlePrototype(global[COLLECTION_NAME] && global[COLLECTION_NAME].prototype);
4729
+ }
3938
4730
  }
3939
4731
 
4732
+ handlePrototype(DOMTokenListPrototype);
4733
+
3940
4734
 
3941
4735
  /***/ }),
3942
4736
 
3943
- /***/ 4103:
4737
+ /***/ 391:
3944
4738
  /***/ (function(module) {
3945
4739
 
3946
4740
  "use strict";
3947
- module.exports = __WEBPACK_EXTERNAL_MODULE__4103__;
4741
+ module.exports = __WEBPACK_EXTERNAL_MODULE__391__;
4742
+
4743
+ /***/ }),
4744
+
4745
+ /***/ 907:
4746
+ /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
4747
+
4748
+ "use strict";
4749
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
4750
+ /* harmony export */ "Z": function() { return /* binding */ _arrayLikeToArray; }
4751
+ /* harmony export */ });
4752
+ function _arrayLikeToArray(arr, len) {
4753
+ if (len == null || len > arr.length) len = arr.length;
4754
+ for (var i = 0, arr2 = new Array(len); i < len; i++) {
4755
+ arr2[i] = arr[i];
4756
+ }
4757
+ return arr2;
4758
+ }
4759
+
4760
+ /***/ }),
4761
+
4762
+ /***/ 4572:
4763
+ /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
4764
+
4765
+ "use strict";
4766
+
4767
+ // EXPORTS
4768
+ __webpack_require__.d(__webpack_exports__, {
4769
+ "Z": function() { return /* binding */ _defineProperty; }
4770
+ });
4771
+
4772
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
4773
+ function _typeof(obj) {
4774
+ "@babel/helpers - typeof";
4775
+
4776
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
4777
+ return typeof obj;
4778
+ } : function (obj) {
4779
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
4780
+ }, _typeof(obj);
4781
+ }
4782
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
4783
+
4784
+ function _toPrimitive(input, hint) {
4785
+ if (_typeof(input) !== "object" || input === null) return input;
4786
+ var prim = input[Symbol.toPrimitive];
4787
+ if (prim !== undefined) {
4788
+ var res = prim.call(input, hint || "default");
4789
+ if (_typeof(res) !== "object") return res;
4790
+ throw new TypeError("@@toPrimitive must return a primitive value.");
4791
+ }
4792
+ return (hint === "string" ? String : Number)(input);
4793
+ }
4794
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
4795
+
4796
+
4797
+ function _toPropertyKey(arg) {
4798
+ var key = _toPrimitive(arg, "string");
4799
+ return _typeof(key) === "symbol" ? key : String(key);
4800
+ }
4801
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
4802
+
4803
+ function _defineProperty(obj, key, value) {
4804
+ key = _toPropertyKey(key);
4805
+ if (key in obj) {
4806
+ Object.defineProperty(obj, key, {
4807
+ value: value,
4808
+ enumerable: true,
4809
+ configurable: true,
4810
+ writable: true
4811
+ });
4812
+ } else {
4813
+ obj[key] = value;
4814
+ }
4815
+ return obj;
4816
+ }
4817
+
4818
+ /***/ }),
4819
+
4820
+ /***/ 885:
4821
+ /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
4822
+
4823
+ "use strict";
4824
+
4825
+ // EXPORTS
4826
+ __webpack_require__.d(__webpack_exports__, {
4827
+ "Z": function() { return /* binding */ _slicedToArray; }
4828
+ });
4829
+
4830
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
4831
+ function _arrayWithHoles(arr) {
4832
+ if (Array.isArray(arr)) return arr;
4833
+ }
4834
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
4835
+ function _iterableToArrayLimit(arr, i) {
4836
+ var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"];
4837
+ if (null != _i) {
4838
+ var _s,
4839
+ _e,
4840
+ _x,
4841
+ _r,
4842
+ _arr = [],
4843
+ _n = !0,
4844
+ _d = !1;
4845
+ try {
4846
+ if (_x = (_i = _i.call(arr)).next, 0 === i) {
4847
+ if (Object(_i) !== _i) return;
4848
+ _n = !1;
4849
+ } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) {
4850
+ ;
4851
+ }
4852
+ } catch (err) {
4853
+ _d = !0, _e = err;
4854
+ } finally {
4855
+ try {
4856
+ if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return;
4857
+ } finally {
4858
+ if (_d) throw _e;
4859
+ }
4860
+ }
4861
+ return _arr;
4862
+ }
4863
+ }
4864
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
4865
+ var unsupportedIterableToArray = __webpack_require__(181);
4866
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
4867
+ function _nonIterableRest() {
4868
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
4869
+ }
4870
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js
4871
+
4872
+
4873
+
4874
+
4875
+ function _slicedToArray(arr, i) {
4876
+ return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || (0,unsupportedIterableToArray/* default */.Z)(arr, i) || _nonIterableRest();
4877
+ }
4878
+
4879
+ /***/ }),
4880
+
4881
+ /***/ 181:
4882
+ /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
4883
+
4884
+ "use strict";
4885
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
4886
+ /* harmony export */ "Z": function() { return /* binding */ _unsupportedIterableToArray; }
4887
+ /* harmony export */ });
4888
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(907);
4889
+
4890
+ function _unsupportedIterableToArray(o, minLen) {
4891
+ if (!o) return;
4892
+ if (typeof o === "string") return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(o, minLen);
4893
+ var n = Object.prototype.toString.call(o).slice(8, -1);
4894
+ if (n === "Object" && o.constructor) n = o.constructor.name;
4895
+ if (n === "Map" || n === "Set") return Array.from(o);
4896
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(o, minLen);
4897
+ }
3948
4898
 
3949
4899
  /***/ })
3950
4900
 
@@ -4042,12 +4992,12 @@ __webpack_require__.d(__webpack_exports__, {
4042
4992
 
4043
4993
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
4044
4994
  var es_function_name = __webpack_require__(8309);
4045
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
4046
- var defineProperty = __webpack_require__(6156);
4995
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
4996
+ var defineProperty = __webpack_require__(4572);
4047
4997
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 3 modules
4048
- var slicedToArray = __webpack_require__(4699);
4998
+ var slicedToArray = __webpack_require__(885);
4049
4999
  // EXTERNAL MODULE: external "vue"
4050
- var external_vue_ = __webpack_require__(4103);
5000
+ var external_vue_ = __webpack_require__(391);
4051
5001
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.number.constructor.js
4052
5002
  var es_number_constructor = __webpack_require__(9653);
4053
5003
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.concat.js
@@ -4058,12 +5008,18 @@ var es_object_keys = __webpack_require__(7941);
4058
5008
  var es_symbol = __webpack_require__(2526);
4059
5009
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.filter.js
4060
5010
  var es_array_filter = __webpack_require__(7327);
5011
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.to-string.js
5012
+ var es_object_to_string = __webpack_require__(1539);
4061
5013
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.get-own-property-descriptor.js
4062
5014
  var es_object_get_own_property_descriptor = __webpack_require__(5003);
4063
5015
  // EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.for-each.js
4064
5016
  var web_dom_collections_for_each = __webpack_require__(4747);
4065
5017
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.get-own-property-descriptors.js
4066
5018
  var es_object_get_own_property_descriptors = __webpack_require__(9337);
5019
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.define-properties.js
5020
+ var es_object_define_properties = __webpack_require__(3321);
5021
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.define-property.js
5022
+ var es_object_define_property = __webpack_require__(9070);
4067
5023
  // EXTERNAL MODULE: ./packages/utils/index.ts + 4 modules
4068
5024
  var utils = __webpack_require__(4105);
4069
5025
  // EXTERNAL MODULE: ./packages/mask/index.ts + 1 modules
@@ -4072,10 +5028,9 @@ var mask = __webpack_require__(8573);
4072
5028
 
4073
5029
 
4074
5030
 
5031
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
5032
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0,defineProperty/* default */.Z)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4075
5033
 
4076
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
4077
-
4078
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { (0,defineProperty/* default */.Z)(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
4079
5034
 
4080
5035
 
4081
5036
 
@@ -4091,19 +5046,17 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
4091
5046
  * @Author: ruan fei
4092
5047
  * @Date: 2021-05-17 13:31:08
4093
5048
  * @LastEditors: ruan fei
4094
- * @LastEditTime: 2022-10-17 11:21:59
5049
+ * @LastEditTime: 2022-12-12 17:01:22
4095
5050
  * @FilePath: /yui-vue/packages/popup/src/popup.tsx
4096
5051
  */
4097
5052
 
4098
5053
 
4099
5054
 
4100
-
4101
- var _createNamespace = (0,utils/* createNamespace */.do)('popup'),
4102
- _createNamespace2 = (0,slicedToArray/* default */.Z)(_createNamespace, 3),
4103
- popup_name = _createNamespace2[0],
4104
- bem = _createNamespace2[1],
4105
- gBem = _createNamespace2[2];
4106
-
5055
+ var _createNamespace = (0,utils/* createNamespace */["do"])('popup'),
5056
+ _createNamespace2 = (0,slicedToArray/* default */.Z)(_createNamespace, 3),
5057
+ popup_name = _createNamespace2[0],
5058
+ bem = _createNamespace2[1],
5059
+ gBem = _createNamespace2[2];
4107
5060
  var _props = {
4108
5061
  // 控制显示
4109
5062
  modelValue: {
@@ -4166,65 +5119,54 @@ var _props = {
4166
5119
  emits: ['clickMask', 'update:modelValue'],
4167
5120
  setup: function setup(props, _ref) {
4168
5121
  var slots = _ref.slots,
4169
- emit = _ref.emit;
4170
-
5122
+ emit = _ref.emit;
4171
5123
  /**
4172
5124
  * @description: 动态计算属性
4173
5125
  */
4174
5126
  var style = (0,external_vue_.computed)(function () {
4175
5127
  var position = props.position,
4176
- borderRadius = props.borderRadius,
4177
- customStyle = props.customStyle,
4178
- duration = props.duration;
5128
+ borderRadius = props.borderRadius,
5129
+ customStyle = props.customStyle,
5130
+ duration = props.duration;
4179
5131
  var tbR = (0,utils/* parseUnit */.n2)(borderRadius);
4180
5132
  var br = "0";
4181
-
4182
5133
  switch (position) {
4183
5134
  case 'top':
4184
5135
  br = " 0 0 ".concat(tbR, " ").concat(tbR);
4185
5136
  break;
4186
-
4187
5137
  case 'bottom':
4188
5138
  br = "".concat(tbR, " ").concat(tbR, " 0 0");
4189
5139
  break;
4190
-
4191
5140
  case 'left':
4192
5141
  br = "0 ".concat(tbR, " ").concat(tbR, " 0");
4193
5142
  break;
4194
-
4195
5143
  case 'right':
4196
5144
  br = "".concat(tbR, " 0 0 ").concat(tbR);
4197
5145
  break;
4198
-
4199
5146
  default:
4200
5147
  br = "".concat(tbR);
4201
5148
  }
4202
-
4203
5149
  return _objectSpread({
4204
5150
  borderRadius: br,
4205
5151
  animationDuration: "".concat(duration, "ms")
4206
5152
  }, customStyle);
4207
5153
  });
4208
-
4209
5154
  var onClickMask = function onClickMask(event) {
4210
5155
  emit('clickMask', event);
4211
-
4212
5156
  if (props.isCloseOnClickMask) {
4213
5157
  emit('update:modelValue', false);
4214
5158
  }
4215
5159
  };
4216
-
4217
5160
  return function () {
4218
5161
  var _slots$default;
4219
-
4220
5162
  var teleport = props.teleport,
4221
- position = props.position,
4222
- modelValue = props.modelValue,
4223
- customClass = props.customClass,
4224
- duration = props.duration,
4225
- onAfterLeave = props.onAfterLeave,
4226
- lockScroll = props.lockScroll,
4227
- zIndex = props.zIndex;
5163
+ position = props.position,
5164
+ modelValue = props.modelValue,
5165
+ customClass = props.customClass,
5166
+ duration = props.duration,
5167
+ onAfterLeave = props.onAfterLeave,
5168
+ lockScroll = props.lockScroll,
5169
+ zIndex = props.zIndex;
4228
5170
  return (0,external_vue_.createVNode)(external_vue_.Teleport, {
4229
5171
  "to": teleport
4230
5172
  }, {
@@ -4234,7 +5176,7 @@ var _props = {
4234
5176
  "style": {
4235
5177
  zIndex: zIndex
4236
5178
  }
4237
- }, [(0,external_vue_.createVNode)(mask.default, {
5179
+ }, [(0,external_vue_.createVNode)(mask["default"], {
4238
5180
  "modelValue": modelValue,
4239
5181
  "onUpdate:modelValue": function onUpdateModelValue($event) {
4240
5182
  return modelValue = $event;
@@ -4260,7 +5202,6 @@ var _props = {
4260
5202
  }));
4261
5203
  ;// CONCATENATED MODULE: ./packages/popup/index.ts
4262
5204
 
4263
-
4264
5205
  /*
4265
5206
  * @Description: Popup
4266
5207
  * @Author: ruan fei
@@ -4276,7 +5217,6 @@ popup.install = function (app) {
4276
5217
  var name = popup.name;
4277
5218
  app.component(name, popup);
4278
5219
  };
4279
-
4280
5220
  /* harmony default export */ var packages_popup = (popup);
4281
5221
  }();
4282
5222
  /******/ return __webpack_exports__;