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/toast.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
  /***/ 2519:
139
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
140
16
 
@@ -148,15 +24,19 @@ __webpack_require__.d(__webpack_exports__, {
148
24
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
149
25
  var es_function_name = __webpack_require__(8309);
150
26
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 3 modules
151
- var slicedToArray = __webpack_require__(4699);
27
+ var slicedToArray = __webpack_require__(885);
152
28
  // EXTERNAL MODULE: external "vue"
153
- var external_vue_ = __webpack_require__(4103);
29
+ var external_vue_ = __webpack_require__(391);
154
30
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.constructor.js
155
31
  var es_regexp_constructor = __webpack_require__(4603);
156
32
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.exec.js
157
33
  var es_regexp_exec = __webpack_require__(4916);
34
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.sticky.js
35
+ var es_regexp_sticky = __webpack_require__(8386);
158
36
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.to-string.js
159
37
  var es_regexp_to_string = __webpack_require__(9714);
38
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.test.js
39
+ var es_regexp_test = __webpack_require__(7601);
160
40
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.number.constructor.js
161
41
  var es_number_constructor = __webpack_require__(9653);
162
42
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.concat.js
@@ -173,6 +53,7 @@ var utils = __webpack_require__(4105);
173
53
 
174
54
 
175
55
 
56
+
176
57
  /*
177
58
  * @Author: liuwentao
178
59
  * @Date: 2021-04-27 19:06:28
@@ -183,18 +64,15 @@ var utils = __webpack_require__(4105);
183
64
  */
184
65
 
185
66
 
186
-
187
- var _createNamespace = (0,utils/* createNamespace */.do)('icon'),
188
- _createNamespace2 = (0,slicedToArray/* default */.Z)(_createNamespace, 2),
189
- cname = _createNamespace2[0],
190
- bem = _createNamespace2[1]; // 判断是否是图片
191
-
192
-
67
+ var _createNamespace = (0,utils/* createNamespace */["do"])('icon'),
68
+ _createNamespace2 = (0,slicedToArray/* default */.Z)(_createNamespace, 2),
69
+ cname = _createNamespace2[0],
70
+ bem = _createNamespace2[1];
71
+ // 判断是否是图片
193
72
  var isImage = function isImage(name) {
194
73
  var re = new RegExp(/\.(https|png|jpg|gif|jpeg|webp|apng)$/);
195
74
  return re.test(name.toLowerCase());
196
75
  };
197
-
198
76
  /* harmony default export */ var icon = ((0,external_vue_.defineComponent)({
199
77
  name: cname,
200
78
  props: {
@@ -234,7 +112,6 @@ var isImage = function isImage(name) {
234
112
  type: String,
235
113
  default: 'y-icon'
236
114
  },
237
-
238
115
  /**
239
116
  * @ignore
240
117
  */
@@ -246,31 +123,27 @@ var isImage = function isImage(name) {
246
123
  emits: ['click'],
247
124
  setup: function setup(props, _ref) {
248
125
  var slots = _ref.slots,
249
- emit = _ref.emit;
126
+ emit = _ref.emit;
250
127
  // 判断是否是图片
251
128
  var isImg = isImage(props.name);
252
-
253
129
  var getStyle = function getStyle() {
254
130
  return {
255
131
  fontSize: (0,utils/* parseUnit */.n2)(props.size),
256
132
  color: props.color
257
133
  };
258
134
  };
259
-
260
135
  var onClick = function onClick(event) {
261
136
  emit('click', event);
262
137
  };
263
-
264
138
  return function () {
265
139
  var _slots$default;
266
-
267
140
  var name = props.name,
268
- classPrefix = props.classPrefix,
269
- badge = props.badge,
270
- dot = props.dot,
271
- subColor = props.subColor,
272
- subBg = props.subBg,
273
- Tag = props.tag;
141
+ classPrefix = props.classPrefix,
142
+ badge = props.badge,
143
+ dot = props.dot,
144
+ subColor = props.subColor,
145
+ subBg = props.subBg,
146
+ Tag = props.tag;
274
147
  return (0,external_vue_.createVNode)(Tag, {
275
148
  "class": "".concat(classPrefix).concat(isImg ? '' : " y-icon--".concat(name)),
276
149
  "style": getStyle(),
@@ -302,7 +175,6 @@ var isImage = function isImage(name) {
302
175
  }));
303
176
  ;// CONCATENATED MODULE: ./packages/icon/index.ts
304
177
 
305
-
306
178
  /*
307
179
  * @Author: liuwentao
308
180
  * @Date: 2021-04-27 19:06:28
@@ -318,7 +190,6 @@ icon.install = function (app) {
318
190
  var name = icon.name;
319
191
  app.component(name, icon);
320
192
  };
321
-
322
193
  /* harmony default export */ var packages_icon = (icon);
323
194
 
324
195
  /***/ }),
@@ -330,12 +201,12 @@ icon.install = function (app) {
330
201
 
331
202
  // UNUSED EXPORTS: default
332
203
 
333
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
334
- var defineProperty = __webpack_require__(6156);
204
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
205
+ var defineProperty = __webpack_require__(4572);
335
206
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.assign.js
336
207
  var es_object_assign = __webpack_require__(9601);
337
208
  // EXTERNAL MODULE: external "vue"
338
- var external_vue_ = __webpack_require__(4103);
209
+ var external_vue_ = __webpack_require__(391);
339
210
  ;// CONCATENATED MODULE: ./packages/locale/lang/zh-CN.ts
340
211
  /*
341
212
  * @Author: liuwentao
@@ -360,7 +231,6 @@ var external_vue_ = __webpack_require__(4103);
360
231
  ;// CONCATENATED MODULE: ./packages/locale/index.ts
361
232
 
362
233
 
363
-
364
234
  /*
365
235
  * @Author: liuwentao
366
236
  * @Date: 2021-05-24 20:26:52
@@ -410,6 +280,8 @@ var is = __webpack_require__(3703);
410
280
  var es_array_concat = __webpack_require__(2222);
411
281
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.reduce.js
412
282
  var es_array_reduce = __webpack_require__(5827);
283
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.to-string.js
284
+ var es_object_to_string = __webpack_require__(1539);
413
285
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.keys.js
414
286
  var es_object_keys = __webpack_require__(7941);
415
287
  ;// CONCATENATED MODULE: ./packages/utils/create/bem.ts
@@ -425,7 +297,6 @@ var es_object_keys = __webpack_require__(7941);
425
297
  * @LastEditTime: 2021-05-25 19:31:14
426
298
  * @FilePath: /yui-vue/packages/utils/create/bem.ts
427
299
  */
428
-
429
300
  /**
430
301
  * bem helper
431
302
  * --不传参默认返回block--
@@ -438,40 +309,35 @@ var es_object_keys = __webpack_require__(7941);
438
309
  * --传两参数即为element+modifiers--
439
310
  * b('text', { disabled:false, loading:true }) => 'button__text button__text--loading'
440
311
  */
312
+
441
313
  var getMods = function getMods(el, mods) {
442
314
  // modifiers为空: 返回''
443
315
  if (!mods) {
444
316
  return '';
445
- } // mods为string: 返回 el--incomings
446
-
447
-
317
+ }
318
+ // mods为string: 返回 el--incomings
448
319
  if (typeof mods === 'string') {
449
320
  return " ".concat(el, "--").concat(mods);
450
- } // mods为数组: reduce累加modifiers每一项的getModifier处理结果
451
-
452
-
321
+ }
322
+ // mods为数组: reduce累加modifiers每一项的getModifier处理结果
453
323
  if (Array.isArray(mods)) {
454
324
  return mods.reduce(function (acc, cur) {
455
325
  return acc + getMods(el, cur);
456
326
  }, '');
457
- } // mods为对象: 遍历key,reduce累加modifiers每一项,判断该项是否可用,再执行getModifier处理结果
458
-
459
-
327
+ }
328
+ // mods为对象: 遍历key,reduce累加modifiers每一项,判断该项是否可用,再执行getModifier处理结果
460
329
  return Object.keys(mods).reduce(function (acc, cur) {
461
330
  return acc + (mods[cur] ? getMods(el, cur) : '');
462
331
  }, '');
463
332
  };
464
-
465
333
  var createBEM = function createBEM(block) {
466
334
  return function (el, mods) {
467
335
  var _el = el;
468
336
  var _mods = mods;
469
-
470
337
  if (_el && typeof _el !== 'string') {
471
338
  _mods = _el;
472
339
  _el = '';
473
340
  }
474
-
475
341
  _el = _el ? "".concat(block, "__").concat(_el) : block;
476
342
  return "".concat(_el).concat(getMods(_el, _mods));
477
343
  };
@@ -481,7 +347,6 @@ var createGlobalBem = function createGlobalBem() {
481
347
  if (!mods) {
482
348
  return "y-".concat(el);
483
349
  }
484
-
485
350
  return "".concat(getMods("y-".concat(el), mods));
486
351
  };
487
352
  };
@@ -507,40 +372,31 @@ var createLocale = function createLocale(name) {
507
372
  };
508
373
  ;// CONCATENATED MODULE: ./packages/utils/types.ts
509
374
  var Size;
510
-
511
375
  (function (Size) {
512
376
  Size["Mini"] = "mini";
513
377
  Size["Small"] = "small";
514
378
  Size["Middle"] = "middle";
515
379
  Size["Large"] = "large";
516
380
  })(Size || (Size = {}));
517
-
518
381
  var Horizontal;
519
-
520
382
  (function (Horizontal) {
521
383
  Horizontal["Left"] = "left";
522
384
  Horizontal["Center"] = "center";
523
385
  Horizontal["Right"] = "right";
524
386
  })(Horizontal || (Horizontal = {}));
525
-
526
387
  var Vertical;
527
-
528
388
  (function (Vertical) {
529
389
  Vertical["Top"] = "top";
530
390
  Vertical["Middle"] = "middle";
531
391
  Vertical["Bottom"] = "bottom";
532
392
  })(Vertical || (Vertical = {}));
533
-
534
393
  var Position;
535
-
536
394
  (function (Position) {
537
395
  Position["Relative"] = "relative";
538
396
  Position["Absolute"] = "absolute";
539
397
  Position["Fixed"] = "fixed";
540
398
  })(Position || (Position = {}));
541
-
542
399
  var Location;
543
-
544
400
  (function (Location) {
545
401
  Location["Top"] = "top";
546
402
  Location["Right"] = "right";
@@ -548,9 +404,7 @@ var Location;
548
404
  Location["Left"] = "left";
549
405
  Location["Center"] = "center";
550
406
  })(Location || (Location = {}));
551
-
552
407
  var Direction;
553
-
554
408
  (function (Direction) {
555
409
  Direction["clockwise"] = "clockwise";
556
410
  Direction["counterclockwise"] = "counterclockwise";
@@ -575,19 +429,17 @@ var parseUnit = function parseUnit(val) {
575
429
  if (isNaN(Number(val)) && typeof val === 'string') {
576
430
  return val;
577
431
  }
578
-
579
432
  return "".concat(val, "px");
580
433
  };
434
+
581
435
  /*
582
436
  * @Description: 处理百分比
583
437
  */
584
-
585
438
  var parsePercent = function parsePercent(val, baseNumber) {
586
439
  if (typeof val === 'string' && val.includes('%')) {
587
440
  if (!val.includes('%')) return Number(val);
588
441
  return baseNumber * Number(val.replace(/%/g, '')) / 100;
589
442
  }
590
-
591
443
  return Number(val);
592
444
  };
593
445
  ;// CONCATENATED MODULE: ./packages/utils/index.ts
@@ -607,13 +459,11 @@ var parsePercent = function parsePercent(val, baseNumber) {
607
459
  /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1539);
608
460
  /* 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__);
609
461
 
610
-
611
462
  var tagTester = function tagTester(name) {
612
463
  return function (obj) {
613
464
  return Object.prototype.toString.call(obj) === "[object ".concat(name, "]");
614
465
  };
615
466
  };
616
-
617
467
  var isArguments = tagTester('Arguments');
618
468
  var isFunction = tagTester('Function');
619
469
  var isString = tagTester('String');
@@ -631,13 +481,18 @@ var isPromise = tagTester('Promise');
631
481
 
632
482
  /***/ }),
633
483
 
634
- /***/ 3099:
635
- /***/ (function(module) {
484
+ /***/ 9662:
485
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
636
486
 
637
- module.exports = function (it) {
638
- if (typeof it != 'function') {
639
- throw TypeError(String(it) + ' is not a function');
640
- } return it;
487
+ var isCallable = __webpack_require__(614);
488
+ var tryToString = __webpack_require__(6330);
489
+
490
+ var $TypeError = TypeError;
491
+
492
+ // `Assert: IsCallable(argument) is true`
493
+ module.exports = function (argument) {
494
+ if (isCallable(argument)) return argument;
495
+ throw $TypeError(tryToString(argument) + ' is not a function');
641
496
  };
642
497
 
643
498
 
@@ -646,12 +501,14 @@ module.exports = function (it) {
646
501
  /***/ 6077:
647
502
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
648
503
 
649
- var isObject = __webpack_require__(111);
504
+ var isCallable = __webpack_require__(614);
650
505
 
651
- module.exports = function (it) {
652
- if (!isObject(it) && it !== null) {
653
- throw TypeError("Can't set " + String(it) + ' as a prototype');
654
- } return it;
506
+ var $String = String;
507
+ var $TypeError = TypeError;
508
+
509
+ module.exports = function (argument) {
510
+ if (typeof argument == 'object' || isCallable(argument)) return argument;
511
+ throw $TypeError("Can't set " + $String(argument) + ' as a prototype');
655
512
  };
656
513
 
657
514
 
@@ -662,7 +519,7 @@ module.exports = function (it) {
662
519
 
663
520
  var wellKnownSymbol = __webpack_require__(5112);
664
521
  var create = __webpack_require__(30);
665
- var definePropertyModule = __webpack_require__(3070);
522
+ var defineProperty = (__webpack_require__(3070).f);
666
523
 
667
524
  var UNSCOPABLES = wellKnownSymbol('unscopables');
668
525
  var ArrayPrototype = Array.prototype;
@@ -670,7 +527,7 @@ var ArrayPrototype = Array.prototype;
670
527
  // Array.prototype[@@unscopables]
671
528
  // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
672
529
  if (ArrayPrototype[UNSCOPABLES] == undefined) {
673
- definePropertyModule.f(ArrayPrototype, UNSCOPABLES, {
530
+ defineProperty(ArrayPrototype, UNSCOPABLES, {
674
531
  configurable: true,
675
532
  value: create(null)
676
533
  });
@@ -689,7 +546,7 @@ module.exports = function (key) {
689
546
 
690
547
  "use strict";
691
548
 
692
- var charAt = __webpack_require__(8710).charAt;
549
+ var charAt = (__webpack_require__(8710).charAt);
693
550
 
694
551
  // `AdvanceStringIndex` abstract operation
695
552
  // https://tc39.es/ecma262/#sec-advancestringindex
@@ -705,10 +562,13 @@ module.exports = function (S, index, unicode) {
705
562
 
706
563
  var isObject = __webpack_require__(111);
707
564
 
708
- module.exports = function (it) {
709
- if (!isObject(it)) {
710
- throw TypeError(String(it) + ' is not an object');
711
- } return it;
565
+ var $String = String;
566
+ var $TypeError = TypeError;
567
+
568
+ // `Assert: Type(argument) is Object`
569
+ module.exports = function (argument) {
570
+ if (isObject(argument)) return argument;
571
+ throw $TypeError($String(argument) + ' is not an object');
712
572
  };
713
573
 
714
574
 
@@ -719,7 +579,7 @@ module.exports = function (it) {
719
579
 
720
580
  "use strict";
721
581
 
722
- var $forEach = __webpack_require__(2092).forEach;
582
+ var $forEach = (__webpack_require__(2092).forEach);
723
583
  var arrayMethodIsStrict = __webpack_require__(9341);
724
584
 
725
585
  var STRICT_METHOD = arrayMethodIsStrict('forEach');
@@ -738,14 +598,14 @@ module.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) {
738
598
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
739
599
 
740
600
  var toIndexedObject = __webpack_require__(5656);
741
- var toLength = __webpack_require__(7466);
742
601
  var toAbsoluteIndex = __webpack_require__(1400);
602
+ var lengthOfArrayLike = __webpack_require__(6244);
743
603
 
744
604
  // `Array.prototype.{ indexOf, includes }` methods implementation
745
605
  var createMethod = function (IS_INCLUDES) {
746
606
  return function ($this, el, fromIndex) {
747
607
  var O = toIndexedObject($this);
748
- var length = toLength(O.length);
608
+ var length = lengthOfArrayLike(O);
749
609
  var index = toAbsoluteIndex(fromIndex, length);
750
610
  var value;
751
611
  // Array#includes uses SameValueZero equality algorithm
@@ -777,30 +637,31 @@ module.exports = {
777
637
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
778
638
 
779
639
  var bind = __webpack_require__(9974);
640
+ var uncurryThis = __webpack_require__(1702);
780
641
  var IndexedObject = __webpack_require__(8361);
781
642
  var toObject = __webpack_require__(7908);
782
- var toLength = __webpack_require__(7466);
643
+ var lengthOfArrayLike = __webpack_require__(6244);
783
644
  var arraySpeciesCreate = __webpack_require__(5417);
784
645
 
785
- var push = [].push;
646
+ var push = uncurryThis([].push);
786
647
 
787
- // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation
648
+ // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterReject }` methods implementation
788
649
  var createMethod = function (TYPE) {
789
650
  var IS_MAP = TYPE == 1;
790
651
  var IS_FILTER = TYPE == 2;
791
652
  var IS_SOME = TYPE == 3;
792
653
  var IS_EVERY = TYPE == 4;
793
654
  var IS_FIND_INDEX = TYPE == 6;
794
- var IS_FILTER_OUT = TYPE == 7;
655
+ var IS_FILTER_REJECT = TYPE == 7;
795
656
  var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
796
657
  return function ($this, callbackfn, that, specificCreate) {
797
658
  var O = toObject($this);
798
659
  var self = IndexedObject(O);
799
- var boundFunction = bind(callbackfn, that, 3);
800
- var length = toLength(self.length);
660
+ var boundFunction = bind(callbackfn, that);
661
+ var length = lengthOfArrayLike(self);
801
662
  var index = 0;
802
663
  var create = specificCreate || arraySpeciesCreate;
803
- var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;
664
+ var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_REJECT ? create($this, 0) : undefined;
804
665
  var value, result;
805
666
  for (;length > index; index++) if (NO_HOLES || index in self) {
806
667
  value = self[index];
@@ -811,10 +672,10 @@ var createMethod = function (TYPE) {
811
672
  case 3: return true; // some
812
673
  case 5: return value; // find
813
674
  case 6: return index; // findIndex
814
- case 2: push.call(target, value); // filter
675
+ case 2: push(target, value); // filter
815
676
  } else switch (TYPE) {
816
677
  case 4: return false; // every
817
- case 7: push.call(target, value); // filterOut
678
+ case 7: push(target, value); // filterReject
818
679
  }
819
680
  }
820
681
  }
@@ -844,9 +705,9 @@ module.exports = {
844
705
  // `Array.prototype.findIndex` method
845
706
  // https://tc39.es/ecma262/#sec-array.prototype.findIndex
846
707
  findIndex: createMethod(6),
847
- // `Array.prototype.filterOut` method
708
+ // `Array.prototype.filterReject` method
848
709
  // https://github.com/tc39/proposal-array-filtering
849
- filterOut: createMethod(7)
710
+ filterReject: createMethod(7)
850
711
  };
851
712
 
852
713
 
@@ -888,8 +749,8 @@ var fails = __webpack_require__(7293);
888
749
  module.exports = function (METHOD_NAME, argument) {
889
750
  var method = [][METHOD_NAME];
890
751
  return !!method && fails(function () {
891
- // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing
892
- method.call(null, argument || function () { throw 1; }, 1);
752
+ // eslint-disable-next-line no-useless-call -- required for testing
753
+ method.call(null, argument || function () { return 1; }, 1);
893
754
  });
894
755
  };
895
756
 
@@ -899,18 +760,20 @@ module.exports = function (METHOD_NAME, argument) {
899
760
  /***/ 3671:
900
761
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
901
762
 
902
- var aFunction = __webpack_require__(3099);
763
+ var aCallable = __webpack_require__(9662);
903
764
  var toObject = __webpack_require__(7908);
904
765
  var IndexedObject = __webpack_require__(8361);
905
- var toLength = __webpack_require__(7466);
766
+ var lengthOfArrayLike = __webpack_require__(6244);
767
+
768
+ var $TypeError = TypeError;
906
769
 
907
770
  // `Array.prototype.{ reduce, reduceRight }` methods implementation
908
771
  var createMethod = function (IS_RIGHT) {
909
772
  return function (that, callbackfn, argumentsLength, memo) {
910
- aFunction(callbackfn);
773
+ aCallable(callbackfn);
911
774
  var O = toObject(that);
912
775
  var self = IndexedObject(O);
913
- var length = toLength(O.length);
776
+ var length = lengthOfArrayLike(O);
914
777
  var index = IS_RIGHT ? length - 1 : 0;
915
778
  var i = IS_RIGHT ? -1 : 1;
916
779
  if (argumentsLength < 2) while (true) {
@@ -921,7 +784,7 @@ var createMethod = function (IS_RIGHT) {
921
784
  }
922
785
  index += i;
923
786
  if (IS_RIGHT ? index < 0 : length <= index) {
924
- throw TypeError('Reduce of empty array with no initial value');
787
+ throw $TypeError('Reduce of empty array with no initial value');
925
788
  }
926
789
  }
927
790
  for (;IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) {
@@ -943,40 +806,92 @@ module.exports = {
943
806
 
944
807
  /***/ }),
945
808
 
946
- /***/ 5417:
809
+ /***/ 1589:
810
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
811
+
812
+ var toAbsoluteIndex = __webpack_require__(1400);
813
+ var lengthOfArrayLike = __webpack_require__(6244);
814
+ var createProperty = __webpack_require__(6135);
815
+
816
+ var $Array = Array;
817
+ var max = Math.max;
818
+
819
+ module.exports = function (O, start, end) {
820
+ var length = lengthOfArrayLike(O);
821
+ var k = toAbsoluteIndex(start, length);
822
+ var fin = toAbsoluteIndex(end === undefined ? length : end, length);
823
+ var result = $Array(max(fin - k, 0));
824
+ for (var n = 0; k < fin; k++, n++) createProperty(result, n, O[k]);
825
+ result.length = n;
826
+ return result;
827
+ };
828
+
829
+
830
+ /***/ }),
831
+
832
+ /***/ 206:
833
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
834
+
835
+ var uncurryThis = __webpack_require__(1702);
836
+
837
+ module.exports = uncurryThis([].slice);
838
+
839
+
840
+ /***/ }),
841
+
842
+ /***/ 7475:
947
843
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
948
844
 
949
- var isObject = __webpack_require__(111);
950
845
  var isArray = __webpack_require__(3157);
846
+ var isConstructor = __webpack_require__(4411);
847
+ var isObject = __webpack_require__(111);
951
848
  var wellKnownSymbol = __webpack_require__(5112);
952
849
 
953
850
  var SPECIES = wellKnownSymbol('species');
851
+ var $Array = Array;
954
852
 
955
- // `ArraySpeciesCreate` abstract operation
853
+ // a part of `ArraySpeciesCreate` abstract operation
956
854
  // https://tc39.es/ecma262/#sec-arrayspeciescreate
957
- module.exports = function (originalArray, length) {
855
+ module.exports = function (originalArray) {
958
856
  var C;
959
857
  if (isArray(originalArray)) {
960
858
  C = originalArray.constructor;
961
859
  // cross-realm fallback
962
- if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
860
+ if (isConstructor(C) && (C === $Array || isArray(C.prototype))) C = undefined;
963
861
  else if (isObject(C)) {
964
862
  C = C[SPECIES];
965
863
  if (C === null) C = undefined;
966
864
  }
967
- } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
865
+ } return C === undefined ? $Array : C;
866
+ };
867
+
868
+
869
+ /***/ }),
870
+
871
+ /***/ 5417:
872
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
873
+
874
+ var arraySpeciesConstructor = __webpack_require__(7475);
875
+
876
+ // `ArraySpeciesCreate` abstract operation
877
+ // https://tc39.es/ecma262/#sec-arrayspeciescreate
878
+ module.exports = function (originalArray, length) {
879
+ return new (arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length);
968
880
  };
969
881
 
970
882
 
971
883
  /***/ }),
972
884
 
973
885
  /***/ 4326:
974
- /***/ (function(module) {
886
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
975
887
 
976
- var toString = {}.toString;
888
+ var uncurryThis = __webpack_require__(1702);
889
+
890
+ var toString = uncurryThis({}.toString);
891
+ var stringSlice = uncurryThis(''.slice);
977
892
 
978
893
  module.exports = function (it) {
979
- return toString.call(it).slice(8, -1);
894
+ return stringSlice(toString(it), 8, -1);
980
895
  };
981
896
 
982
897
 
@@ -986,10 +901,13 @@ module.exports = function (it) {
986
901
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
987
902
 
988
903
  var TO_STRING_TAG_SUPPORT = __webpack_require__(1694);
904
+ var isCallable = __webpack_require__(614);
989
905
  var classofRaw = __webpack_require__(4326);
990
906
  var wellKnownSymbol = __webpack_require__(5112);
991
907
 
992
908
  var TO_STRING_TAG = wellKnownSymbol('toStringTag');
909
+ var $Object = Object;
910
+
993
911
  // ES3 wrong here
994
912
  var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
995
913
 
@@ -1005,11 +923,11 @@ module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
1005
923
  var O, tag, result;
1006
924
  return it === undefined ? 'Undefined' : it === null ? 'Null'
1007
925
  // @@toStringTag case
1008
- : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag
926
+ : typeof (tag = tryGet(O = $Object(it), TO_STRING_TAG)) == 'string' ? tag
1009
927
  // builtinTag case
1010
928
  : CORRECT_ARGUMENTS ? classofRaw(O)
1011
929
  // ES3 arguments fallback
1012
- : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;
930
+ : (result = classofRaw(O)) == 'Object' && isCallable(O.callee) ? 'Arguments' : result;
1013
931
  };
1014
932
 
1015
933
 
@@ -1018,18 +936,20 @@ module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
1018
936
  /***/ 9920:
1019
937
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1020
938
 
1021
- var has = __webpack_require__(6656);
939
+ var hasOwn = __webpack_require__(2597);
1022
940
  var ownKeys = __webpack_require__(3887);
1023
941
  var getOwnPropertyDescriptorModule = __webpack_require__(1236);
1024
942
  var definePropertyModule = __webpack_require__(3070);
1025
943
 
1026
- module.exports = function (target, source) {
944
+ module.exports = function (target, source, exceptions) {
1027
945
  var keys = ownKeys(source);
1028
946
  var defineProperty = definePropertyModule.f;
1029
947
  var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
1030
948
  for (var i = 0; i < keys.length; i++) {
1031
949
  var key = keys[i];
1032
- if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
950
+ if (!hasOwn(target, key) && !(exceptions && hasOwn(exceptions, key))) {
951
+ defineProperty(target, key, getOwnPropertyDescriptor(source, key));
952
+ }
1033
953
  }
1034
954
  };
1035
955
 
@@ -1095,12 +1015,12 @@ module.exports = function (bitmap, value) {
1095
1015
 
1096
1016
  "use strict";
1097
1017
 
1098
- var toPrimitive = __webpack_require__(7593);
1018
+ var toPropertyKey = __webpack_require__(4948);
1099
1019
  var definePropertyModule = __webpack_require__(3070);
1100
1020
  var createPropertyDescriptor = __webpack_require__(9114);
1101
1021
 
1102
1022
  module.exports = function (object, key, value) {
1103
- var propertyKey = toPrimitive(key);
1023
+ var propertyKey = toPropertyKey(key);
1104
1024
  if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));
1105
1025
  else object[propertyKey] = value;
1106
1026
  };
@@ -1108,19 +1028,69 @@ module.exports = function (object, key, value) {
1108
1028
 
1109
1029
  /***/ }),
1110
1030
 
1111
- /***/ 7235:
1031
+ /***/ 7045:
1112
1032
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1113
1033
 
1114
- var path = __webpack_require__(857);
1115
- var has = __webpack_require__(6656);
1116
- var wrappedWellKnownSymbolModule = __webpack_require__(6061);
1117
- var defineProperty = __webpack_require__(3070).f;
1034
+ var makeBuiltIn = __webpack_require__(6339);
1035
+ var defineProperty = __webpack_require__(3070);
1118
1036
 
1119
- module.exports = function (NAME) {
1120
- var Symbol = path.Symbol || (path.Symbol = {});
1121
- if (!has(Symbol, NAME)) defineProperty(Symbol, NAME, {
1122
- value: wrappedWellKnownSymbolModule.f(NAME)
1123
- });
1037
+ module.exports = function (target, name, descriptor) {
1038
+ if (descriptor.get) makeBuiltIn(descriptor.get, name, { getter: true });
1039
+ if (descriptor.set) makeBuiltIn(descriptor.set, name, { setter: true });
1040
+ return defineProperty.f(target, name, descriptor);
1041
+ };
1042
+
1043
+
1044
+ /***/ }),
1045
+
1046
+ /***/ 8052:
1047
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1048
+
1049
+ var isCallable = __webpack_require__(614);
1050
+ var definePropertyModule = __webpack_require__(3070);
1051
+ var makeBuiltIn = __webpack_require__(6339);
1052
+ var defineGlobalProperty = __webpack_require__(3072);
1053
+
1054
+ module.exports = function (O, key, value, options) {
1055
+ if (!options) options = {};
1056
+ var simple = options.enumerable;
1057
+ var name = options.name !== undefined ? options.name : key;
1058
+ if (isCallable(value)) makeBuiltIn(value, name, options);
1059
+ if (options.global) {
1060
+ if (simple) O[key] = value;
1061
+ else defineGlobalProperty(key, value);
1062
+ } else {
1063
+ try {
1064
+ if (!options.unsafe) delete O[key];
1065
+ else if (O[key]) simple = true;
1066
+ } catch (error) { /* empty */ }
1067
+ if (simple) O[key] = value;
1068
+ else definePropertyModule.f(O, key, {
1069
+ value: value,
1070
+ enumerable: false,
1071
+ configurable: !options.nonConfigurable,
1072
+ writable: !options.nonWritable
1073
+ });
1074
+ } return O;
1075
+ };
1076
+
1077
+
1078
+ /***/ }),
1079
+
1080
+ /***/ 3072:
1081
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1082
+
1083
+ var global = __webpack_require__(7854);
1084
+
1085
+ // eslint-disable-next-line es/no-object-defineproperty -- safe
1086
+ var defineProperty = Object.defineProperty;
1087
+
1088
+ module.exports = function (key, value) {
1089
+ try {
1090
+ defineProperty(global, key, { value: value, configurable: true, writable: true });
1091
+ } catch (error) {
1092
+ global[key] = value;
1093
+ } return value;
1124
1094
  };
1125
1095
 
1126
1096
 
@@ -1138,6 +1108,22 @@ module.exports = !fails(function () {
1138
1108
  });
1139
1109
 
1140
1110
 
1111
+ /***/ }),
1112
+
1113
+ /***/ 4154:
1114
+ /***/ (function(module) {
1115
+
1116
+ var documentAll = typeof document == 'object' && document.all;
1117
+
1118
+ // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot
1119
+ var IS_HTMLDDA = typeof documentAll == 'undefined' && documentAll !== undefined;
1120
+
1121
+ module.exports = {
1122
+ all: documentAll,
1123
+ IS_HTMLDDA: IS_HTMLDDA
1124
+ };
1125
+
1126
+
1141
1127
  /***/ }),
1142
1128
 
1143
1129
  /***/ 317:
@@ -1157,7 +1143,21 @@ module.exports = function (it) {
1157
1143
 
1158
1144
  /***/ }),
1159
1145
 
1160
- /***/ 8324:
1146
+ /***/ 7207:
1147
+ /***/ (function(module) {
1148
+
1149
+ var $TypeError = TypeError;
1150
+ var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; // 2 ** 53 - 1 == 9007199254740991
1151
+
1152
+ module.exports = function (it) {
1153
+ if (it > MAX_SAFE_INTEGER) throw $TypeError('Maximum allowed index exceeded');
1154
+ return it;
1155
+ };
1156
+
1157
+
1158
+ /***/ }),
1159
+
1160
+ /***/ 8324:
1161
1161
  /***/ (function(module) {
1162
1162
 
1163
1163
  // iterable DOM collections
@@ -1197,6 +1197,20 @@ module.exports = {
1197
1197
  };
1198
1198
 
1199
1199
 
1200
+ /***/ }),
1201
+
1202
+ /***/ 8509:
1203
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1204
+
1205
+ // in old WebKit versions, `element.classList` is not an instance of global `DOMTokenList`
1206
+ var documentCreateElement = __webpack_require__(317);
1207
+
1208
+ var classList = documentCreateElement('span').classList;
1209
+ var DOMTokenListPrototype = classList && classList.constructor && classList.constructor.prototype;
1210
+
1211
+ module.exports = DOMTokenListPrototype === Object.prototype ? undefined : DOMTokenListPrototype;
1212
+
1213
+
1200
1214
  /***/ }),
1201
1215
 
1202
1216
  /***/ 5268:
@@ -1227,22 +1241,29 @@ var global = __webpack_require__(7854);
1227
1241
  var userAgent = __webpack_require__(8113);
1228
1242
 
1229
1243
  var process = global.process;
1230
- var versions = process && process.versions;
1244
+ var Deno = global.Deno;
1245
+ var versions = process && process.versions || Deno && Deno.version;
1231
1246
  var v8 = versions && versions.v8;
1232
1247
  var match, version;
1233
1248
 
1234
1249
  if (v8) {
1235
1250
  match = v8.split('.');
1236
- version = match[0] < 4 ? 1 : match[0] + match[1];
1237
- } else if (userAgent) {
1251
+ // in old Chrome, versions of V8 isn't V8 = Chrome / 10
1252
+ // but their correct versions are not interesting for us
1253
+ version = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]);
1254
+ }
1255
+
1256
+ // BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0`
1257
+ // so check `userAgent` even if `.v8` exists, but 0
1258
+ if (!version && userAgent) {
1238
1259
  match = userAgent.match(/Edge\/(\d+)/);
1239
1260
  if (!match || match[1] >= 74) {
1240
1261
  match = userAgent.match(/Chrome\/(\d+)/);
1241
- if (match) version = match[1];
1262
+ if (match) version = +match[1];
1242
1263
  }
1243
1264
  }
1244
1265
 
1245
- module.exports = version && +version;
1266
+ module.exports = version;
1246
1267
 
1247
1268
 
1248
1269
  /***/ }),
@@ -1268,26 +1289,27 @@ module.exports = [
1268
1289
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1269
1290
 
1270
1291
  var global = __webpack_require__(7854);
1271
- var getOwnPropertyDescriptor = __webpack_require__(1236).f;
1292
+ var getOwnPropertyDescriptor = (__webpack_require__(1236).f);
1272
1293
  var createNonEnumerableProperty = __webpack_require__(8880);
1273
- var redefine = __webpack_require__(1320);
1274
- var setGlobal = __webpack_require__(3505);
1294
+ var defineBuiltIn = __webpack_require__(8052);
1295
+ var defineGlobalProperty = __webpack_require__(3072);
1275
1296
  var copyConstructorProperties = __webpack_require__(9920);
1276
1297
  var isForced = __webpack_require__(4705);
1277
1298
 
1278
1299
  /*
1279
- options.target - name of the target object
1280
- options.global - target is the global object
1281
- options.stat - export as static methods of target
1282
- options.proto - export as prototype methods of target
1283
- options.real - real prototype method for the `pure` version
1284
- options.forced - export even if the native feature is available
1285
- options.bind - bind methods to the target, required for the `pure` version
1286
- options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
1287
- options.unsafe - use the simple assignment of property instead of delete + defineProperty
1288
- options.sham - add a flag to not completely full polyfills
1289
- options.enumerable - export as enumerable property
1290
- options.noTargetGet - prevent calling a getter on target
1300
+ options.target - name of the target object
1301
+ options.global - target is the global object
1302
+ options.stat - export as static methods of target
1303
+ options.proto - export as prototype methods of target
1304
+ options.real - real prototype method for the `pure` version
1305
+ options.forced - export even if the native feature is available
1306
+ options.bind - bind methods to the target, required for the `pure` version
1307
+ options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
1308
+ options.unsafe - use the simple assignment of property instead of delete + defineProperty
1309
+ options.sham - add a flag to not completely full polyfills
1310
+ options.enumerable - export as enumerable property
1311
+ options.dontCallGetSet - prevent calling a getter on target
1312
+ options.name - the .name of the function if it does not match the key
1291
1313
  */
1292
1314
  module.exports = function (options, source) {
1293
1315
  var TARGET = options.target;
@@ -1297,28 +1319,27 @@ module.exports = function (options, source) {
1297
1319
  if (GLOBAL) {
1298
1320
  target = global;
1299
1321
  } else if (STATIC) {
1300
- target = global[TARGET] || setGlobal(TARGET, {});
1322
+ target = global[TARGET] || defineGlobalProperty(TARGET, {});
1301
1323
  } else {
1302
1324
  target = (global[TARGET] || {}).prototype;
1303
1325
  }
1304
1326
  if (target) for (key in source) {
1305
1327
  sourceProperty = source[key];
1306
- if (options.noTargetGet) {
1328
+ if (options.dontCallGetSet) {
1307
1329
  descriptor = getOwnPropertyDescriptor(target, key);
1308
1330
  targetProperty = descriptor && descriptor.value;
1309
1331
  } else targetProperty = target[key];
1310
1332
  FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
1311
1333
  // contained in target
1312
1334
  if (!FORCED && targetProperty !== undefined) {
1313
- if (typeof sourceProperty === typeof targetProperty) continue;
1335
+ if (typeof sourceProperty == typeof targetProperty) continue;
1314
1336
  copyConstructorProperties(sourceProperty, targetProperty);
1315
1337
  }
1316
1338
  // add a flag to not completely full polyfills
1317
1339
  if (options.sham || (targetProperty && targetProperty.sham)) {
1318
1340
  createNonEnumerableProperty(sourceProperty, 'sham', true);
1319
1341
  }
1320
- // extend global
1321
- redefine(target, key, sourceProperty, options);
1342
+ defineBuiltIn(target, key, sourceProperty, options);
1322
1343
  }
1323
1344
  };
1324
1345
 
@@ -1346,7 +1367,8 @@ module.exports = function (exec) {
1346
1367
 
1347
1368
  // TODO: Remove from `core-js@4` since it's moved to entry points
1348
1369
  __webpack_require__(4916);
1349
- var redefine = __webpack_require__(1320);
1370
+ var uncurryThis = __webpack_require__(1470);
1371
+ var defineBuiltIn = __webpack_require__(8052);
1350
1372
  var regexpExec = __webpack_require__(2261);
1351
1373
  var fails = __webpack_require__(7293);
1352
1374
  var wellKnownSymbol = __webpack_require__(5112);
@@ -1355,47 +1377,7 @@ var createNonEnumerableProperty = __webpack_require__(8880);
1355
1377
  var SPECIES = wellKnownSymbol('species');
1356
1378
  var RegExpPrototype = RegExp.prototype;
1357
1379
 
1358
- var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
1359
- // #replace needs built-in support for named groups.
1360
- // #match works fine because it just return the exec results, even if it has
1361
- // a "grops" property.
1362
- var re = /./;
1363
- re.exec = function () {
1364
- var result = [];
1365
- result.groups = { a: '7' };
1366
- return result;
1367
- };
1368
- return ''.replace(re, '$<a>') !== '7';
1369
- });
1370
-
1371
- // IE <= 11 replaces $0 with the whole match, as if it was $&
1372
- // https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0
1373
- var REPLACE_KEEPS_$0 = (function () {
1374
- // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing
1375
- return 'a'.replace(/./, '$0') === '$0';
1376
- })();
1377
-
1378
- var REPLACE = wellKnownSymbol('replace');
1379
- // Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string
1380
- var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
1381
- if (/./[REPLACE]) {
1382
- return /./[REPLACE]('a', '$0') === '';
1383
- }
1384
- return false;
1385
- })();
1386
-
1387
- // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
1388
- // Weex JS has frozen built-in prototypes, so use try / catch wrapper
1389
- var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {
1390
- // eslint-disable-next-line regexp/no-empty-group -- required for testing
1391
- var re = /(?:)/;
1392
- var originalExec = re.exec;
1393
- re.exec = function () { return originalExec.apply(this, arguments); };
1394
- var result = 'ab'.split(re);
1395
- return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';
1396
- });
1397
-
1398
- module.exports = function (KEY, length, exec, sham) {
1380
+ module.exports = function (KEY, exec, FORCED, SHAM) {
1399
1381
  var SYMBOL = wellKnownSymbol(KEY);
1400
1382
 
1401
1383
  var DELEGATES_TO_SYMBOL = !fails(function () {
@@ -1432,94 +1414,186 @@ module.exports = function (KEY, length, exec, sham) {
1432
1414
  if (
1433
1415
  !DELEGATES_TO_SYMBOL ||
1434
1416
  !DELEGATES_TO_EXEC ||
1435
- (KEY === 'replace' && !(
1436
- REPLACE_SUPPORTS_NAMED_GROUPS &&
1437
- REPLACE_KEEPS_$0 &&
1438
- !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
1439
- )) ||
1440
- (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)
1417
+ FORCED
1441
1418
  ) {
1442
- var nativeRegExpMethod = /./[SYMBOL];
1419
+ var uncurriedNativeRegExpMethod = uncurryThis(/./[SYMBOL]);
1443
1420
  var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {
1421
+ var uncurriedNativeMethod = uncurryThis(nativeMethod);
1444
1422
  var $exec = regexp.exec;
1445
1423
  if ($exec === regexpExec || $exec === RegExpPrototype.exec) {
1446
1424
  if (DELEGATES_TO_SYMBOL && !forceStringMethod) {
1447
1425
  // The native String method already delegates to @@method (this
1448
1426
  // polyfilled function), leasing to infinite recursion.
1449
1427
  // We avoid it by directly calling the native @@method method.
1450
- return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };
1428
+ return { done: true, value: uncurriedNativeRegExpMethod(regexp, str, arg2) };
1451
1429
  }
1452
- return { done: true, value: nativeMethod.call(str, regexp, arg2) };
1430
+ return { done: true, value: uncurriedNativeMethod(str, regexp, arg2) };
1453
1431
  }
1454
1432
  return { done: false };
1455
- }, {
1456
- REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,
1457
- REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
1458
1433
  });
1459
- var stringMethod = methods[0];
1460
- var regexMethod = methods[1];
1461
-
1462
- redefine(String.prototype, KEY, stringMethod);
1463
- redefine(RegExpPrototype, SYMBOL, length == 2
1464
- // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)
1465
- // 21.2.5.11 RegExp.prototype[@@split](string, limit)
1466
- ? function (string, arg) { return regexMethod.call(string, this, arg); }
1467
- // 21.2.5.6 RegExp.prototype[@@match](string)
1468
- // 21.2.5.9 RegExp.prototype[@@search](string)
1469
- : function (string) { return regexMethod.call(string, this); }
1470
- );
1434
+
1435
+ defineBuiltIn(String.prototype, KEY, methods[0]);
1436
+ defineBuiltIn(RegExpPrototype, SYMBOL, methods[1]);
1471
1437
  }
1472
1438
 
1473
- if (sham) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);
1439
+ if (SHAM) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);
1474
1440
  };
1475
1441
 
1476
1442
 
1443
+ /***/ }),
1444
+
1445
+ /***/ 2104:
1446
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1447
+
1448
+ var NATIVE_BIND = __webpack_require__(4374);
1449
+
1450
+ var FunctionPrototype = Function.prototype;
1451
+ var apply = FunctionPrototype.apply;
1452
+ var call = FunctionPrototype.call;
1453
+
1454
+ // eslint-disable-next-line es/no-reflect -- safe
1455
+ module.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call.bind(apply) : function () {
1456
+ return call.apply(apply, arguments);
1457
+ });
1458
+
1459
+
1477
1460
  /***/ }),
1478
1461
 
1479
1462
  /***/ 9974:
1480
1463
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1481
1464
 
1482
- var aFunction = __webpack_require__(3099);
1465
+ var uncurryThis = __webpack_require__(1470);
1466
+ var aCallable = __webpack_require__(9662);
1467
+ var NATIVE_BIND = __webpack_require__(4374);
1468
+
1469
+ var bind = uncurryThis(uncurryThis.bind);
1483
1470
 
1484
1471
  // optional / simple context binding
1485
- module.exports = function (fn, that, length) {
1486
- aFunction(fn);
1487
- if (that === undefined) return fn;
1488
- switch (length) {
1489
- case 0: return function () {
1490
- return fn.call(that);
1491
- };
1492
- case 1: return function (a) {
1493
- return fn.call(that, a);
1494
- };
1495
- case 2: return function (a, b) {
1496
- return fn.call(that, a, b);
1497
- };
1498
- case 3: return function (a, b, c) {
1499
- return fn.call(that, a, b, c);
1500
- };
1501
- }
1502
- return function (/* ...args */) {
1472
+ module.exports = function (fn, that) {
1473
+ aCallable(fn);
1474
+ return that === undefined ? fn : NATIVE_BIND ? bind(fn, that) : function (/* ...args */) {
1503
1475
  return fn.apply(that, arguments);
1504
1476
  };
1505
1477
  };
1506
1478
 
1507
1479
 
1480
+ /***/ }),
1481
+
1482
+ /***/ 4374:
1483
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1484
+
1485
+ var fails = __webpack_require__(7293);
1486
+
1487
+ module.exports = !fails(function () {
1488
+ // eslint-disable-next-line es/no-function-prototype-bind -- safe
1489
+ var test = (function () { /* empty */ }).bind();
1490
+ // eslint-disable-next-line no-prototype-builtins -- safe
1491
+ return typeof test != 'function' || test.hasOwnProperty('prototype');
1492
+ });
1493
+
1494
+
1495
+ /***/ }),
1496
+
1497
+ /***/ 6916:
1498
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1499
+
1500
+ var NATIVE_BIND = __webpack_require__(4374);
1501
+
1502
+ var call = Function.prototype.call;
1503
+
1504
+ module.exports = NATIVE_BIND ? call.bind(call) : function () {
1505
+ return call.apply(call, arguments);
1506
+ };
1507
+
1508
+
1509
+ /***/ }),
1510
+
1511
+ /***/ 6530:
1512
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1513
+
1514
+ var DESCRIPTORS = __webpack_require__(9781);
1515
+ var hasOwn = __webpack_require__(2597);
1516
+
1517
+ var FunctionPrototype = Function.prototype;
1518
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
1519
+ var getDescriptor = DESCRIPTORS && Object.getOwnPropertyDescriptor;
1520
+
1521
+ var EXISTS = hasOwn(FunctionPrototype, 'name');
1522
+ // additional protection from minified / mangled / dropped function names
1523
+ var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';
1524
+ var CONFIGURABLE = EXISTS && (!DESCRIPTORS || (DESCRIPTORS && getDescriptor(FunctionPrototype, 'name').configurable));
1525
+
1526
+ module.exports = {
1527
+ EXISTS: EXISTS,
1528
+ PROPER: PROPER,
1529
+ CONFIGURABLE: CONFIGURABLE
1530
+ };
1531
+
1532
+
1533
+ /***/ }),
1534
+
1535
+ /***/ 1470:
1536
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1537
+
1538
+ var classofRaw = __webpack_require__(4326);
1539
+ var uncurryThis = __webpack_require__(1702);
1540
+
1541
+ module.exports = function (fn) {
1542
+ // Nashorn bug:
1543
+ // https://github.com/zloirock/core-js/issues/1128
1544
+ // https://github.com/zloirock/core-js/issues/1130
1545
+ if (classofRaw(fn) === 'Function') return uncurryThis(fn);
1546
+ };
1547
+
1548
+
1549
+ /***/ }),
1550
+
1551
+ /***/ 1702:
1552
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1553
+
1554
+ var NATIVE_BIND = __webpack_require__(4374);
1555
+
1556
+ var FunctionPrototype = Function.prototype;
1557
+ var call = FunctionPrototype.call;
1558
+ var uncurryThisWithBind = NATIVE_BIND && FunctionPrototype.bind.bind(call, call);
1559
+
1560
+ module.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {
1561
+ return function () {
1562
+ return call.apply(fn, arguments);
1563
+ };
1564
+ };
1565
+
1566
+
1508
1567
  /***/ }),
1509
1568
 
1510
1569
  /***/ 5005:
1511
1570
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1512
1571
 
1513
- var path = __webpack_require__(857);
1514
1572
  var global = __webpack_require__(7854);
1573
+ var isCallable = __webpack_require__(614);
1515
1574
 
1516
- var aFunction = function (variable) {
1517
- return typeof variable == 'function' ? variable : undefined;
1575
+ var aFunction = function (argument) {
1576
+ return isCallable(argument) ? argument : undefined;
1518
1577
  };
1519
1578
 
1520
1579
  module.exports = function (namespace, method) {
1521
- return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])
1522
- : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];
1580
+ return arguments.length < 2 ? aFunction(global[namespace]) : global[namespace] && global[namespace][method];
1581
+ };
1582
+
1583
+
1584
+ /***/ }),
1585
+
1586
+ /***/ 8173:
1587
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1588
+
1589
+ var aCallable = __webpack_require__(9662);
1590
+ var isNullOrUndefined = __webpack_require__(8554);
1591
+
1592
+ // `GetMethod` abstract operation
1593
+ // https://tc39.es/ecma262/#sec-getmethod
1594
+ module.exports = function (V, P) {
1595
+ var func = V[P];
1596
+ return isNullOrUndefined(func) ? undefined : aCallable(func);
1523
1597
  };
1524
1598
 
1525
1599
 
@@ -1528,13 +1602,17 @@ module.exports = function (namespace, method) {
1528
1602
  /***/ 647:
1529
1603
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1530
1604
 
1605
+ var uncurryThis = __webpack_require__(1702);
1531
1606
  var toObject = __webpack_require__(7908);
1532
1607
 
1533
1608
  var floor = Math.floor;
1534
- var replace = ''.replace;
1609
+ var charAt = uncurryThis(''.charAt);
1610
+ var replace = uncurryThis(''.replace);
1611
+ var stringSlice = uncurryThis(''.slice);
1535
1612
  var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g;
1536
1613
  var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g;
1537
1614
 
1615
+ // `GetSubstitution` abstract operation
1538
1616
  // https://tc39.es/ecma262/#sec-getsubstitution
1539
1617
  module.exports = function (matched, str, position, captures, namedCaptures, replacement) {
1540
1618
  var tailPos = position + matched.length;
@@ -1544,15 +1622,15 @@ module.exports = function (matched, str, position, captures, namedCaptures, repl
1544
1622
  namedCaptures = toObject(namedCaptures);
1545
1623
  symbols = SUBSTITUTION_SYMBOLS;
1546
1624
  }
1547
- return replace.call(replacement, symbols, function (match, ch) {
1625
+ return replace(replacement, symbols, function (match, ch) {
1548
1626
  var capture;
1549
- switch (ch.charAt(0)) {
1627
+ switch (charAt(ch, 0)) {
1550
1628
  case '$': return '$';
1551
1629
  case '&': return matched;
1552
- case '`': return str.slice(0, position);
1553
- case "'": return str.slice(tailPos);
1630
+ case '`': return stringSlice(str, 0, position);
1631
+ case "'": return stringSlice(str, tailPos);
1554
1632
  case '<':
1555
- capture = namedCaptures[ch.slice(1, -1)];
1633
+ capture = namedCaptures[stringSlice(ch, 1, -1)];
1556
1634
  break;
1557
1635
  default: // \d\d?
1558
1636
  var n = +ch;
@@ -1560,7 +1638,7 @@ module.exports = function (matched, str, position, captures, namedCaptures, repl
1560
1638
  if (n > m) {
1561
1639
  var f = floor(n / 10);
1562
1640
  if (f === 0) return match;
1563
- if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
1641
+ if (f <= m) return captures[f - 1] === undefined ? charAt(ch, 1) : captures[f - 1] + charAt(ch, 1);
1564
1642
  return match;
1565
1643
  }
1566
1644
  capture = captures[n - 1];
@@ -1593,15 +1671,19 @@ module.exports =
1593
1671
 
1594
1672
  /***/ }),
1595
1673
 
1596
- /***/ 6656:
1674
+ /***/ 2597:
1597
1675
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1598
1676
 
1677
+ var uncurryThis = __webpack_require__(1702);
1599
1678
  var toObject = __webpack_require__(7908);
1600
1679
 
1601
- var hasOwnProperty = {}.hasOwnProperty;
1680
+ var hasOwnProperty = uncurryThis({}.hasOwnProperty);
1602
1681
 
1603
- module.exports = function hasOwn(it, key) {
1604
- return hasOwnProperty.call(toObject(it), key);
1682
+ // `HasOwnProperty` abstract operation
1683
+ // https://tc39.es/ecma262/#sec-hasownproperty
1684
+ // eslint-disable-next-line es/no-object-hasown -- safe
1685
+ module.exports = Object.hasOwn || function hasOwn(it, key) {
1686
+ return hasOwnProperty(toObject(it), key);
1605
1687
  };
1606
1688
 
1607
1689
 
@@ -1632,9 +1714,9 @@ var DESCRIPTORS = __webpack_require__(9781);
1632
1714
  var fails = __webpack_require__(7293);
1633
1715
  var createElement = __webpack_require__(317);
1634
1716
 
1635
- // Thank's IE8 for his funny defineProperty
1717
+ // Thanks to IE8 for its funny defineProperty
1636
1718
  module.exports = !DESCRIPTORS && !fails(function () {
1637
- // eslint-disable-next-line es/no-object-defineproperty -- requied for testing
1719
+ // eslint-disable-next-line es/no-object-defineproperty -- required for testing
1638
1720
  return Object.defineProperty(createElement('div'), 'a', {
1639
1721
  get: function () { return 7; }
1640
1722
  }).a != 7;
@@ -1646,19 +1728,21 @@ module.exports = !DESCRIPTORS && !fails(function () {
1646
1728
  /***/ 8361:
1647
1729
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1648
1730
 
1731
+ var uncurryThis = __webpack_require__(1702);
1649
1732
  var fails = __webpack_require__(7293);
1650
1733
  var classof = __webpack_require__(4326);
1651
1734
 
1652
- var split = ''.split;
1735
+ var $Object = Object;
1736
+ var split = uncurryThis(''.split);
1653
1737
 
1654
1738
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
1655
1739
  module.exports = fails(function () {
1656
1740
  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
1657
1741
  // eslint-disable-next-line no-prototype-builtins -- safe
1658
- return !Object('z').propertyIsEnumerable(0);
1742
+ return !$Object('z').propertyIsEnumerable(0);
1659
1743
  }) ? function (it) {
1660
- return classof(it) == 'String' ? split.call(it, '') : Object(it);
1661
- } : Object;
1744
+ return classof(it) == 'String' ? split(it, '') : $Object(it);
1745
+ } : $Object;
1662
1746
 
1663
1747
 
1664
1748
  /***/ }),
@@ -1666,6 +1750,7 @@ module.exports = fails(function () {
1666
1750
  /***/ 9587:
1667
1751
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1668
1752
 
1753
+ var isCallable = __webpack_require__(614);
1669
1754
  var isObject = __webpack_require__(111);
1670
1755
  var setPrototypeOf = __webpack_require__(7674);
1671
1756
 
@@ -1676,7 +1761,7 @@ module.exports = function ($this, dummy, Wrapper) {
1676
1761
  // it can work only with native `setPrototypeOf`
1677
1762
  setPrototypeOf &&
1678
1763
  // we haven't completely correct pre-ES6 way for getting `new.target`, so use this
1679
- typeof (NewTarget = dummy.constructor) == 'function' &&
1764
+ isCallable(NewTarget = dummy.constructor) &&
1680
1765
  NewTarget !== Wrapper &&
1681
1766
  isObject(NewTargetPrototype = NewTarget.prototype) &&
1682
1767
  NewTargetPrototype !== Wrapper.prototype
@@ -1690,14 +1775,16 @@ module.exports = function ($this, dummy, Wrapper) {
1690
1775
  /***/ 2788:
1691
1776
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1692
1777
 
1778
+ var uncurryThis = __webpack_require__(1702);
1779
+ var isCallable = __webpack_require__(614);
1693
1780
  var store = __webpack_require__(5465);
1694
1781
 
1695
- var functionToString = Function.toString;
1782
+ var functionToString = uncurryThis(Function.toString);
1696
1783
 
1697
- // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper
1698
- if (typeof store.inspectSource != 'function') {
1784
+ // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
1785
+ if (!isCallable(store.inspectSource)) {
1699
1786
  store.inspectSource = function (it) {
1700
- return functionToString.call(it);
1787
+ return functionToString(it);
1701
1788
  };
1702
1789
  }
1703
1790
 
@@ -1709,16 +1796,17 @@ module.exports = store.inspectSource;
1709
1796
  /***/ 9909:
1710
1797
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1711
1798
 
1712
- var NATIVE_WEAK_MAP = __webpack_require__(8536);
1799
+ var NATIVE_WEAK_MAP = __webpack_require__(4811);
1713
1800
  var global = __webpack_require__(7854);
1714
1801
  var isObject = __webpack_require__(111);
1715
1802
  var createNonEnumerableProperty = __webpack_require__(8880);
1716
- var objectHas = __webpack_require__(6656);
1803
+ var hasOwn = __webpack_require__(2597);
1717
1804
  var shared = __webpack_require__(5465);
1718
1805
  var sharedKey = __webpack_require__(6200);
1719
1806
  var hiddenKeys = __webpack_require__(3501);
1720
1807
 
1721
1808
  var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
1809
+ var TypeError = global.TypeError;
1722
1810
  var WeakMap = global.WeakMap;
1723
1811
  var set, get, has;
1724
1812
 
@@ -1737,35 +1825,37 @@ var getterFor = function (TYPE) {
1737
1825
 
1738
1826
  if (NATIVE_WEAK_MAP || shared.state) {
1739
1827
  var store = shared.state || (shared.state = new WeakMap());
1740
- var wmget = store.get;
1741
- var wmhas = store.has;
1742
- var wmset = store.set;
1828
+ /* eslint-disable no-self-assign -- prototype methods protection */
1829
+ store.get = store.get;
1830
+ store.has = store.has;
1831
+ store.set = store.set;
1832
+ /* eslint-enable no-self-assign -- prototype methods protection */
1743
1833
  set = function (it, metadata) {
1744
- if (wmhas.call(store, it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);
1834
+ if (store.has(it)) throw TypeError(OBJECT_ALREADY_INITIALIZED);
1745
1835
  metadata.facade = it;
1746
- wmset.call(store, it, metadata);
1836
+ store.set(it, metadata);
1747
1837
  return metadata;
1748
1838
  };
1749
1839
  get = function (it) {
1750
- return wmget.call(store, it) || {};
1840
+ return store.get(it) || {};
1751
1841
  };
1752
1842
  has = function (it) {
1753
- return wmhas.call(store, it);
1843
+ return store.has(it);
1754
1844
  };
1755
1845
  } else {
1756
1846
  var STATE = sharedKey('state');
1757
1847
  hiddenKeys[STATE] = true;
1758
1848
  set = function (it, metadata) {
1759
- if (objectHas(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);
1849
+ if (hasOwn(it, STATE)) throw TypeError(OBJECT_ALREADY_INITIALIZED);
1760
1850
  metadata.facade = it;
1761
1851
  createNonEnumerableProperty(it, STATE, metadata);
1762
1852
  return metadata;
1763
1853
  };
1764
1854
  get = function (it) {
1765
- return objectHas(it, STATE) ? it[STATE] : {};
1855
+ return hasOwn(it, STATE) ? it[STATE] : {};
1766
1856
  };
1767
1857
  has = function (it) {
1768
- return objectHas(it, STATE);
1858
+ return hasOwn(it, STATE);
1769
1859
  };
1770
1860
  }
1771
1861
 
@@ -1788,10 +1878,87 @@ var classof = __webpack_require__(4326);
1788
1878
  // `IsArray` abstract operation
1789
1879
  // https://tc39.es/ecma262/#sec-isarray
1790
1880
  // eslint-disable-next-line es/no-array-isarray -- safe
1791
- module.exports = Array.isArray || function isArray(arg) {
1792
- return classof(arg) == 'Array';
1881
+ module.exports = Array.isArray || function isArray(argument) {
1882
+ return classof(argument) == 'Array';
1883
+ };
1884
+
1885
+
1886
+ /***/ }),
1887
+
1888
+ /***/ 614:
1889
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1890
+
1891
+ var $documentAll = __webpack_require__(4154);
1892
+
1893
+ var documentAll = $documentAll.all;
1894
+
1895
+ // `IsCallable` abstract operation
1896
+ // https://tc39.es/ecma262/#sec-iscallable
1897
+ module.exports = $documentAll.IS_HTMLDDA ? function (argument) {
1898
+ return typeof argument == 'function' || argument === documentAll;
1899
+ } : function (argument) {
1900
+ return typeof argument == 'function';
1901
+ };
1902
+
1903
+
1904
+ /***/ }),
1905
+
1906
+ /***/ 4411:
1907
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1908
+
1909
+ var uncurryThis = __webpack_require__(1702);
1910
+ var fails = __webpack_require__(7293);
1911
+ var isCallable = __webpack_require__(614);
1912
+ var classof = __webpack_require__(648);
1913
+ var getBuiltIn = __webpack_require__(5005);
1914
+ var inspectSource = __webpack_require__(2788);
1915
+
1916
+ var noop = function () { /* empty */ };
1917
+ var empty = [];
1918
+ var construct = getBuiltIn('Reflect', 'construct');
1919
+ var constructorRegExp = /^\s*(?:class|function)\b/;
1920
+ var exec = uncurryThis(constructorRegExp.exec);
1921
+ var INCORRECT_TO_STRING = !constructorRegExp.exec(noop);
1922
+
1923
+ var isConstructorModern = function isConstructor(argument) {
1924
+ if (!isCallable(argument)) return false;
1925
+ try {
1926
+ construct(noop, empty, argument);
1927
+ return true;
1928
+ } catch (error) {
1929
+ return false;
1930
+ }
1931
+ };
1932
+
1933
+ var isConstructorLegacy = function isConstructor(argument) {
1934
+ if (!isCallable(argument)) return false;
1935
+ switch (classof(argument)) {
1936
+ case 'AsyncFunction':
1937
+ case 'GeneratorFunction':
1938
+ case 'AsyncGeneratorFunction': return false;
1939
+ }
1940
+ try {
1941
+ // we can't check .prototype since constructors produced by .bind haven't it
1942
+ // `Function#toString` throws on some built-it function in some legacy engines
1943
+ // (for example, `DOMQuad` and similar in FF41-)
1944
+ return INCORRECT_TO_STRING || !!exec(constructorRegExp, inspectSource(argument));
1945
+ } catch (error) {
1946
+ return true;
1947
+ }
1793
1948
  };
1794
1949
 
1950
+ isConstructorLegacy.sham = true;
1951
+
1952
+ // `IsConstructor` abstract operation
1953
+ // https://tc39.es/ecma262/#sec-isconstructor
1954
+ module.exports = !construct || fails(function () {
1955
+ var called;
1956
+ return isConstructorModern(isConstructorModern.call)
1957
+ || !isConstructorModern(Object)
1958
+ || !isConstructorModern(function () { called = true; })
1959
+ || called;
1960
+ }) ? isConstructorLegacy : isConstructorModern;
1961
+
1795
1962
 
1796
1963
  /***/ }),
1797
1964
 
@@ -1799,6 +1966,7 @@ module.exports = Array.isArray || function isArray(arg) {
1799
1966
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1800
1967
 
1801
1968
  var fails = __webpack_require__(7293);
1969
+ var isCallable = __webpack_require__(614);
1802
1970
 
1803
1971
  var replacement = /#|\.prototype\./;
1804
1972
 
@@ -1806,7 +1974,7 @@ var isForced = function (feature, detection) {
1806
1974
  var value = data[normalize(feature)];
1807
1975
  return value == POLYFILL ? true
1808
1976
  : value == NATIVE ? false
1809
- : typeof detection == 'function' ? fails(detection)
1977
+ : isCallable(detection) ? fails(detection)
1810
1978
  : !!detection;
1811
1979
  };
1812
1980
 
@@ -1823,11 +1991,30 @@ module.exports = isForced;
1823
1991
 
1824
1992
  /***/ }),
1825
1993
 
1826
- /***/ 111:
1994
+ /***/ 8554:
1827
1995
  /***/ (function(module) {
1828
1996
 
1997
+ // we can't use just `it == null` since of `document.all` special case
1998
+ // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec
1829
1999
  module.exports = function (it) {
1830
- return typeof it === 'object' ? it !== null : typeof it === 'function';
2000
+ return it === null || it === undefined;
2001
+ };
2002
+
2003
+
2004
+ /***/ }),
2005
+
2006
+ /***/ 111:
2007
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2008
+
2009
+ var isCallable = __webpack_require__(614);
2010
+ var $documentAll = __webpack_require__(4154);
2011
+
2012
+ var documentAll = $documentAll.all;
2013
+
2014
+ module.exports = $documentAll.IS_HTMLDDA ? function (it) {
2015
+ return typeof it == 'object' ? it !== null : isCallable(it) || it === documentAll;
2016
+ } : function (it) {
2017
+ return typeof it == 'object' ? it !== null : isCallable(it);
1831
2018
  };
1832
2019
 
1833
2020
 
@@ -1860,33 +2047,109 @@ module.exports = function (it) {
1860
2047
 
1861
2048
  /***/ }),
1862
2049
 
1863
- /***/ 133:
2050
+ /***/ 2190:
1864
2051
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1865
2052
 
1866
- /* eslint-disable es/no-symbol -- required for testing */
1867
- var V8_VERSION = __webpack_require__(7392);
1868
- var fails = __webpack_require__(7293);
2053
+ var getBuiltIn = __webpack_require__(5005);
2054
+ var isCallable = __webpack_require__(614);
2055
+ var isPrototypeOf = __webpack_require__(7976);
2056
+ var USE_SYMBOL_AS_UID = __webpack_require__(3307);
1869
2057
 
1870
- // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
1871
- module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
1872
- return !String(Symbol()) ||
1873
- // Chrome 38 Symbol has incorrect toString conversion
1874
- // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
1875
- !Symbol.sham && V8_VERSION && V8_VERSION < 41;
1876
- });
2058
+ var $Object = Object;
2059
+
2060
+ module.exports = USE_SYMBOL_AS_UID ? function (it) {
2061
+ return typeof it == 'symbol';
2062
+ } : function (it) {
2063
+ var $Symbol = getBuiltIn('Symbol');
2064
+ return isCallable($Symbol) && isPrototypeOf($Symbol.prototype, $Object(it));
2065
+ };
1877
2066
 
1878
2067
 
1879
2068
  /***/ }),
1880
2069
 
1881
- /***/ 8536:
2070
+ /***/ 6244:
1882
2071
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1883
2072
 
1884
- var global = __webpack_require__(7854);
2073
+ var toLength = __webpack_require__(7466);
2074
+
2075
+ // `LengthOfArrayLike` abstract operation
2076
+ // https://tc39.es/ecma262/#sec-lengthofarraylike
2077
+ module.exports = function (obj) {
2078
+ return toLength(obj.length);
2079
+ };
2080
+
2081
+
2082
+ /***/ }),
2083
+
2084
+ /***/ 6339:
2085
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2086
+
2087
+ var fails = __webpack_require__(7293);
2088
+ var isCallable = __webpack_require__(614);
2089
+ var hasOwn = __webpack_require__(2597);
2090
+ var DESCRIPTORS = __webpack_require__(9781);
2091
+ var CONFIGURABLE_FUNCTION_NAME = (__webpack_require__(6530).CONFIGURABLE);
1885
2092
  var inspectSource = __webpack_require__(2788);
2093
+ var InternalStateModule = __webpack_require__(9909);
1886
2094
 
1887
- var WeakMap = global.WeakMap;
2095
+ var enforceInternalState = InternalStateModule.enforce;
2096
+ var getInternalState = InternalStateModule.get;
2097
+ // eslint-disable-next-line es/no-object-defineproperty -- safe
2098
+ var defineProperty = Object.defineProperty;
2099
+
2100
+ var CONFIGURABLE_LENGTH = DESCRIPTORS && !fails(function () {
2101
+ return defineProperty(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
2102
+ });
2103
+
2104
+ var TEMPLATE = String(String).split('String');
2105
+
2106
+ var makeBuiltIn = module.exports = function (value, name, options) {
2107
+ if (String(name).slice(0, 7) === 'Symbol(') {
2108
+ name = '[' + String(name).replace(/^Symbol\(([^)]*)\)/, '$1') + ']';
2109
+ }
2110
+ if (options && options.getter) name = 'get ' + name;
2111
+ if (options && options.setter) name = 'set ' + name;
2112
+ if (!hasOwn(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) {
2113
+ if (DESCRIPTORS) defineProperty(value, 'name', { value: name, configurable: true });
2114
+ else value.name = name;
2115
+ }
2116
+ if (CONFIGURABLE_LENGTH && options && hasOwn(options, 'arity') && value.length !== options.arity) {
2117
+ defineProperty(value, 'length', { value: options.arity });
2118
+ }
2119
+ try {
2120
+ if (options && hasOwn(options, 'constructor') && options.constructor) {
2121
+ if (DESCRIPTORS) defineProperty(value, 'prototype', { writable: false });
2122
+ // in V8 ~ Chrome 53, prototypes of some methods, like `Array.prototype.values`, are non-writable
2123
+ } else if (value.prototype) value.prototype = undefined;
2124
+ } catch (error) { /* empty */ }
2125
+ var state = enforceInternalState(value);
2126
+ if (!hasOwn(state, 'source')) {
2127
+ state.source = TEMPLATE.join(typeof name == 'string' ? name : '');
2128
+ } return value;
2129
+ };
2130
+
2131
+ // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
2132
+ // eslint-disable-next-line no-extend-native -- required
2133
+ Function.prototype.toString = makeBuiltIn(function toString() {
2134
+ return isCallable(this) && getInternalState(this).source || inspectSource(this);
2135
+ }, 'toString');
2136
+
2137
+
2138
+ /***/ }),
2139
+
2140
+ /***/ 4758:
2141
+ /***/ (function(module) {
2142
+
2143
+ var ceil = Math.ceil;
2144
+ var floor = Math.floor;
1888
2145
 
1889
- module.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));
2146
+ // `Math.trunc` method
2147
+ // https://tc39.es/ecma262/#sec-math.trunc
2148
+ // eslint-disable-next-line es/no-math-trunc -- safe
2149
+ module.exports = Math.trunc || function trunc(x) {
2150
+ var n = +x;
2151
+ return (n > 0 ? floor : ceil)(n);
2152
+ };
1890
2153
 
1891
2154
 
1892
2155
  /***/ }),
@@ -1896,9 +2159,11 @@ module.exports = typeof WeakMap === 'function' && /native code/.test(inspectSour
1896
2159
 
1897
2160
  var isRegExp = __webpack_require__(7850);
1898
2161
 
2162
+ var $TypeError = TypeError;
2163
+
1899
2164
  module.exports = function (it) {
1900
2165
  if (isRegExp(it)) {
1901
- throw TypeError("The method doesn't accept regular expressions");
2166
+ throw $TypeError("The method doesn't accept regular expressions");
1902
2167
  } return it;
1903
2168
  };
1904
2169
 
@@ -1911,6 +2176,8 @@ module.exports = function (it) {
1911
2176
  "use strict";
1912
2177
 
1913
2178
  var DESCRIPTORS = __webpack_require__(9781);
2179
+ var uncurryThis = __webpack_require__(1702);
2180
+ var call = __webpack_require__(6916);
1914
2181
  var fails = __webpack_require__(7293);
1915
2182
  var objectKeys = __webpack_require__(1956);
1916
2183
  var getOwnPropertySymbolsModule = __webpack_require__(5181);
@@ -1922,6 +2189,7 @@ var IndexedObject = __webpack_require__(8361);
1922
2189
  var $assign = Object.assign;
1923
2190
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
1924
2191
  var defineProperty = Object.defineProperty;
2192
+ var concat = uncurryThis([].concat);
1925
2193
 
1926
2194
  // `Object.assign` method
1927
2195
  // https://tc39.es/ecma262/#sec-object.assign
@@ -1953,13 +2221,13 @@ module.exports = !$assign || fails(function () {
1953
2221
  var propertyIsEnumerable = propertyIsEnumerableModule.f;
1954
2222
  while (argumentsLength > index) {
1955
2223
  var S = IndexedObject(arguments[index++]);
1956
- var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);
2224
+ var keys = getOwnPropertySymbols ? concat(objectKeys(S), getOwnPropertySymbols(S)) : objectKeys(S);
1957
2225
  var length = keys.length;
1958
2226
  var j = 0;
1959
2227
  var key;
1960
2228
  while (length > j) {
1961
2229
  key = keys[j++];
1962
- if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key];
2230
+ if (!DESCRIPTORS || call(propertyIsEnumerable, S, key)) T[key] = S[key];
1963
2231
  }
1964
2232
  } return T;
1965
2233
  } : $assign;
@@ -1970,8 +2238,9 @@ module.exports = !$assign || fails(function () {
1970
2238
  /***/ 30:
1971
2239
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1972
2240
 
2241
+ /* global ActiveXObject -- old IE, WSH */
1973
2242
  var anObject = __webpack_require__(9670);
1974
- var defineProperties = __webpack_require__(6048);
2243
+ var definePropertiesModule = __webpack_require__(6048);
1975
2244
  var enumBugKeys = __webpack_require__(748);
1976
2245
  var hiddenKeys = __webpack_require__(3501);
1977
2246
  var html = __webpack_require__(490);
@@ -2024,10 +2293,13 @@ var NullProtoObjectViaIFrame = function () {
2024
2293
  var activeXDocument;
2025
2294
  var NullProtoObject = function () {
2026
2295
  try {
2027
- /* global ActiveXObject -- old IE */
2028
- activeXDocument = document.domain && new ActiveXObject('htmlfile');
2296
+ activeXDocument = new ActiveXObject('htmlfile');
2029
2297
  } catch (error) { /* ignore */ }
2030
- NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();
2298
+ NullProtoObject = typeof document != 'undefined'
2299
+ ? document.domain && activeXDocument
2300
+ ? NullProtoObjectViaActiveX(activeXDocument) // old IE
2301
+ : NullProtoObjectViaIFrame()
2302
+ : NullProtoObjectViaActiveX(activeXDocument); // WSH
2031
2303
  var length = enumBugKeys.length;
2032
2304
  while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];
2033
2305
  return NullProtoObject();
@@ -2037,6 +2309,7 @@ hiddenKeys[IE_PROTO] = true;
2037
2309
 
2038
2310
  // `Object.create` method
2039
2311
  // https://tc39.es/ecma262/#sec-object.create
2312
+ // eslint-disable-next-line es/no-object-create -- safe
2040
2313
  module.exports = Object.create || function create(O, Properties) {
2041
2314
  var result;
2042
2315
  if (O !== null) {
@@ -2046,30 +2319,33 @@ module.exports = Object.create || function create(O, Properties) {
2046
2319
  // add "__proto__" for Object.getPrototypeOf polyfill
2047
2320
  result[IE_PROTO] = O;
2048
2321
  } else result = NullProtoObject();
2049
- return Properties === undefined ? result : defineProperties(result, Properties);
2322
+ return Properties === undefined ? result : definePropertiesModule.f(result, Properties);
2050
2323
  };
2051
2324
 
2052
2325
 
2053
2326
  /***/ }),
2054
2327
 
2055
2328
  /***/ 6048:
2056
- /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2329
+ /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
2057
2330
 
2058
2331
  var DESCRIPTORS = __webpack_require__(9781);
2332
+ var V8_PROTOTYPE_DEFINE_BUG = __webpack_require__(3353);
2059
2333
  var definePropertyModule = __webpack_require__(3070);
2060
2334
  var anObject = __webpack_require__(9670);
2335
+ var toIndexedObject = __webpack_require__(5656);
2061
2336
  var objectKeys = __webpack_require__(1956);
2062
2337
 
2063
2338
  // `Object.defineProperties` method
2064
2339
  // https://tc39.es/ecma262/#sec-object.defineproperties
2065
2340
  // eslint-disable-next-line es/no-object-defineproperties -- safe
2066
- module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) {
2341
+ exports.f = DESCRIPTORS && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties : function defineProperties(O, Properties) {
2067
2342
  anObject(O);
2343
+ var props = toIndexedObject(Properties);
2068
2344
  var keys = objectKeys(Properties);
2069
2345
  var length = keys.length;
2070
2346
  var index = 0;
2071
2347
  var key;
2072
- while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]);
2348
+ while (length > index) definePropertyModule.f(O, key = keys[index++], props[key]);
2073
2349
  return O;
2074
2350
  };
2075
2351
 
@@ -2081,22 +2357,44 @@ module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperti
2081
2357
 
2082
2358
  var DESCRIPTORS = __webpack_require__(9781);
2083
2359
  var IE8_DOM_DEFINE = __webpack_require__(4664);
2360
+ var V8_PROTOTYPE_DEFINE_BUG = __webpack_require__(3353);
2084
2361
  var anObject = __webpack_require__(9670);
2085
- var toPrimitive = __webpack_require__(7593);
2362
+ var toPropertyKey = __webpack_require__(4948);
2086
2363
 
2364
+ var $TypeError = TypeError;
2087
2365
  // eslint-disable-next-line es/no-object-defineproperty -- safe
2088
2366
  var $defineProperty = Object.defineProperty;
2367
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
2368
+ var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
2369
+ var ENUMERABLE = 'enumerable';
2370
+ var CONFIGURABLE = 'configurable';
2371
+ var WRITABLE = 'writable';
2089
2372
 
2090
2373
  // `Object.defineProperty` method
2091
2374
  // https://tc39.es/ecma262/#sec-object.defineproperty
2092
- exports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attributes) {
2375
+ exports.f = DESCRIPTORS ? V8_PROTOTYPE_DEFINE_BUG ? function defineProperty(O, P, Attributes) {
2376
+ anObject(O);
2377
+ P = toPropertyKey(P);
2378
+ anObject(Attributes);
2379
+ if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
2380
+ var current = $getOwnPropertyDescriptor(O, P);
2381
+ if (current && current[WRITABLE]) {
2382
+ O[P] = Attributes.value;
2383
+ Attributes = {
2384
+ configurable: CONFIGURABLE in Attributes ? Attributes[CONFIGURABLE] : current[CONFIGURABLE],
2385
+ enumerable: ENUMERABLE in Attributes ? Attributes[ENUMERABLE] : current[ENUMERABLE],
2386
+ writable: false
2387
+ };
2388
+ }
2389
+ } return $defineProperty(O, P, Attributes);
2390
+ } : $defineProperty : function defineProperty(O, P, Attributes) {
2093
2391
  anObject(O);
2094
- P = toPrimitive(P, true);
2392
+ P = toPropertyKey(P);
2095
2393
  anObject(Attributes);
2096
2394
  if (IE8_DOM_DEFINE) try {
2097
2395
  return $defineProperty(O, P, Attributes);
2098
2396
  } catch (error) { /* empty */ }
2099
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
2397
+ if ('get' in Attributes || 'set' in Attributes) throw $TypeError('Accessors not supported');
2100
2398
  if ('value' in Attributes) O[P] = Attributes.value;
2101
2399
  return O;
2102
2400
  };
@@ -2108,11 +2406,12 @@ exports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attrib
2108
2406
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
2109
2407
 
2110
2408
  var DESCRIPTORS = __webpack_require__(9781);
2409
+ var call = __webpack_require__(6916);
2111
2410
  var propertyIsEnumerableModule = __webpack_require__(5296);
2112
2411
  var createPropertyDescriptor = __webpack_require__(9114);
2113
2412
  var toIndexedObject = __webpack_require__(5656);
2114
- var toPrimitive = __webpack_require__(7593);
2115
- var has = __webpack_require__(6656);
2413
+ var toPropertyKey = __webpack_require__(4948);
2414
+ var hasOwn = __webpack_require__(2597);
2116
2415
  var IE8_DOM_DEFINE = __webpack_require__(4664);
2117
2416
 
2118
2417
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
@@ -2122,11 +2421,11 @@ var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
2122
2421
  // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
2123
2422
  exports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
2124
2423
  O = toIndexedObject(O);
2125
- P = toPrimitive(P, true);
2424
+ P = toPropertyKey(P);
2126
2425
  if (IE8_DOM_DEFINE) try {
2127
2426
  return $getOwnPropertyDescriptor(O, P);
2128
2427
  } catch (error) { /* empty */ }
2129
- if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);
2428
+ if (hasOwn(O, P)) return createPropertyDescriptor(!call(propertyIsEnumerableModule.f, O, P), O[P]);
2130
2429
  };
2131
2430
 
2132
2431
 
@@ -2136,10 +2435,10 @@ exports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDes
2136
2435
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2137
2436
 
2138
2437
  /* eslint-disable es/no-object-getownpropertynames -- safe */
2438
+ var classof = __webpack_require__(4326);
2139
2439
  var toIndexedObject = __webpack_require__(5656);
2140
- var $getOwnPropertyNames = __webpack_require__(8006).f;
2141
-
2142
- var toString = {}.toString;
2440
+ var $getOwnPropertyNames = (__webpack_require__(8006).f);
2441
+ var arraySlice = __webpack_require__(1589);
2143
2442
 
2144
2443
  var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames
2145
2444
  ? Object.getOwnPropertyNames(window) : [];
@@ -2148,13 +2447,13 @@ var getWindowNames = function (it) {
2148
2447
  try {
2149
2448
  return $getOwnPropertyNames(it);
2150
2449
  } catch (error) {
2151
- return windowNames.slice();
2450
+ return arraySlice(windowNames);
2152
2451
  }
2153
2452
  };
2154
2453
 
2155
2454
  // fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
2156
2455
  module.exports.f = function getOwnPropertyNames(it) {
2157
- return windowNames && toString.call(it) == '[object Window]'
2456
+ return windowNames && classof(it) == 'Window'
2158
2457
  ? getWindowNames(it)
2159
2458
  : $getOwnPropertyNames(toIndexedObject(it));
2160
2459
  };
@@ -2187,25 +2486,38 @@ exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
2187
2486
  exports.f = Object.getOwnPropertySymbols;
2188
2487
 
2189
2488
 
2489
+ /***/ }),
2490
+
2491
+ /***/ 7976:
2492
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2493
+
2494
+ var uncurryThis = __webpack_require__(1702);
2495
+
2496
+ module.exports = uncurryThis({}.isPrototypeOf);
2497
+
2498
+
2190
2499
  /***/ }),
2191
2500
 
2192
2501
  /***/ 6324:
2193
2502
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2194
2503
 
2195
- var has = __webpack_require__(6656);
2504
+ var uncurryThis = __webpack_require__(1702);
2505
+ var hasOwn = __webpack_require__(2597);
2196
2506
  var toIndexedObject = __webpack_require__(5656);
2197
- var indexOf = __webpack_require__(1318).indexOf;
2507
+ var indexOf = (__webpack_require__(1318).indexOf);
2198
2508
  var hiddenKeys = __webpack_require__(3501);
2199
2509
 
2510
+ var push = uncurryThis([].push);
2511
+
2200
2512
  module.exports = function (object, names) {
2201
2513
  var O = toIndexedObject(object);
2202
2514
  var i = 0;
2203
2515
  var result = [];
2204
2516
  var key;
2205
- for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);
2517
+ for (key in O) !hasOwn(hiddenKeys, key) && hasOwn(O, key) && push(result, key);
2206
2518
  // Don't enum bug & hidden keys
2207
- while (names.length > i) if (has(O, key = names[i++])) {
2208
- ~indexOf(result, key) || result.push(key);
2519
+ while (names.length > i) if (hasOwn(O, key = names[i++])) {
2520
+ ~indexOf(result, key) || push(result, key);
2209
2521
  }
2210
2522
  return result;
2211
2523
  };
@@ -2255,6 +2567,7 @@ exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
2255
2567
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2256
2568
 
2257
2569
  /* eslint-disable no-proto -- safe */
2570
+ var uncurryThis = __webpack_require__(1702);
2258
2571
  var anObject = __webpack_require__(9670);
2259
2572
  var aPossiblePrototype = __webpack_require__(6077);
2260
2573
 
@@ -2268,14 +2581,14 @@ module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {
2268
2581
  var setter;
2269
2582
  try {
2270
2583
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
2271
- setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;
2272
- setter.call(test, []);
2584
+ setter = uncurryThis(Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set);
2585
+ setter(test, []);
2273
2586
  CORRECT_SETTER = test instanceof Array;
2274
2587
  } catch (error) { /* empty */ }
2275
2588
  return function setPrototypeOf(O, proto) {
2276
2589
  anObject(O);
2277
2590
  aPossiblePrototype(proto);
2278
- if (CORRECT_SETTER) setter.call(O, proto);
2591
+ if (CORRECT_SETTER) setter(O, proto);
2279
2592
  else O.__proto__ = proto;
2280
2593
  return O;
2281
2594
  };
@@ -2299,21 +2612,46 @@ module.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {
2299
2612
  };
2300
2613
 
2301
2614
 
2615
+ /***/ }),
2616
+
2617
+ /***/ 2140:
2618
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2619
+
2620
+ var call = __webpack_require__(6916);
2621
+ var isCallable = __webpack_require__(614);
2622
+ var isObject = __webpack_require__(111);
2623
+
2624
+ var $TypeError = TypeError;
2625
+
2626
+ // `OrdinaryToPrimitive` abstract operation
2627
+ // https://tc39.es/ecma262/#sec-ordinarytoprimitive
2628
+ module.exports = function (input, pref) {
2629
+ var fn, val;
2630
+ if (pref === 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val;
2631
+ if (isCallable(fn = input.valueOf) && !isObject(val = call(fn, input))) return val;
2632
+ if (pref !== 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val;
2633
+ throw $TypeError("Can't convert object to primitive value");
2634
+ };
2635
+
2636
+
2302
2637
  /***/ }),
2303
2638
 
2304
2639
  /***/ 3887:
2305
2640
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2306
2641
 
2307
2642
  var getBuiltIn = __webpack_require__(5005);
2643
+ var uncurryThis = __webpack_require__(1702);
2308
2644
  var getOwnPropertyNamesModule = __webpack_require__(8006);
2309
2645
  var getOwnPropertySymbolsModule = __webpack_require__(5181);
2310
2646
  var anObject = __webpack_require__(9670);
2311
2647
 
2648
+ var concat = uncurryThis([].concat);
2649
+
2312
2650
  // all object keys, includes non-enumerable and symbols
2313
2651
  module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
2314
2652
  var keys = getOwnPropertyNamesModule.f(anObject(it));
2315
2653
  var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
2316
- return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
2654
+ return getOwnPropertySymbols ? concat(keys, getOwnPropertySymbols(it)) : keys;
2317
2655
  };
2318
2656
 
2319
2657
 
@@ -2329,49 +2667,18 @@ module.exports = global;
2329
2667
 
2330
2668
  /***/ }),
2331
2669
 
2332
- /***/ 1320:
2670
+ /***/ 2626:
2333
2671
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2334
2672
 
2335
- var global = __webpack_require__(7854);
2336
- var createNonEnumerableProperty = __webpack_require__(8880);
2337
- var has = __webpack_require__(6656);
2338
- var setGlobal = __webpack_require__(3505);
2339
- var inspectSource = __webpack_require__(2788);
2340
- var InternalStateModule = __webpack_require__(9909);
2341
-
2342
- var getInternalState = InternalStateModule.get;
2343
- var enforceInternalState = InternalStateModule.enforce;
2344
- var TEMPLATE = String(String).split('String');
2673
+ var defineProperty = (__webpack_require__(3070).f);
2345
2674
 
2346
- (module.exports = function (O, key, value, options) {
2347
- var unsafe = options ? !!options.unsafe : false;
2348
- var simple = options ? !!options.enumerable : false;
2349
- var noTargetGet = options ? !!options.noTargetGet : false;
2350
- var state;
2351
- if (typeof value == 'function') {
2352
- if (typeof key == 'string' && !has(value, 'name')) {
2353
- createNonEnumerableProperty(value, 'name', key);
2354
- }
2355
- state = enforceInternalState(value);
2356
- if (!state.source) {
2357
- state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
2358
- }
2359
- }
2360
- if (O === global) {
2361
- if (simple) O[key] = value;
2362
- else setGlobal(key, value);
2363
- return;
2364
- } else if (!unsafe) {
2365
- delete O[key];
2366
- } else if (!noTargetGet && O[key]) {
2367
- simple = true;
2368
- }
2369
- if (simple) O[key] = value;
2370
- else createNonEnumerableProperty(O, key, value);
2371
- // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
2372
- })(Function.prototype, 'toString', function toString() {
2373
- return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
2374
- });
2675
+ module.exports = function (Target, Source, key) {
2676
+ key in Target || defineProperty(Target, key, {
2677
+ configurable: true,
2678
+ get: function () { return Source[key]; },
2679
+ set: function (it) { Source[key] = it; }
2680
+ });
2681
+ };
2375
2682
 
2376
2683
 
2377
2684
  /***/ }),
@@ -2379,30 +2686,28 @@ var TEMPLATE = String(String).split('String');
2379
2686
  /***/ 7651:
2380
2687
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2381
2688
 
2689
+ var call = __webpack_require__(6916);
2690
+ var anObject = __webpack_require__(9670);
2691
+ var isCallable = __webpack_require__(614);
2382
2692
  var classof = __webpack_require__(4326);
2383
2693
  var regexpExec = __webpack_require__(2261);
2384
2694
 
2695
+ var $TypeError = TypeError;
2696
+
2385
2697
  // `RegExpExec` abstract operation
2386
2698
  // https://tc39.es/ecma262/#sec-regexpexec
2387
2699
  module.exports = function (R, S) {
2388
2700
  var exec = R.exec;
2389
- if (typeof exec === 'function') {
2390
- var result = exec.call(R, S);
2391
- if (typeof result !== 'object') {
2392
- throw TypeError('RegExp exec method returned something other than an Object or null');
2393
- }
2701
+ if (isCallable(exec)) {
2702
+ var result = call(exec, R, S);
2703
+ if (result !== null) anObject(result);
2394
2704
  return result;
2395
2705
  }
2396
-
2397
- if (classof(R) !== 'RegExp') {
2398
- throw TypeError('RegExp#exec called on incompatible receiver');
2399
- }
2400
-
2401
- return regexpExec.call(R, S);
2706
+ if (classof(R) === 'RegExp') return call(regexpExec, R, S);
2707
+ throw $TypeError('RegExp#exec called on incompatible receiver');
2402
2708
  };
2403
2709
 
2404
2710
 
2405
-
2406
2711
  /***/ }),
2407
2712
 
2408
2713
  /***/ 2261:
@@ -2410,51 +2715,73 @@ module.exports = function (R, S) {
2410
2715
 
2411
2716
  "use strict";
2412
2717
 
2413
- /* eslint-disable regexp/no-assertion-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */
2718
+ /* eslint-disable regexp/no-empty-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */
2414
2719
  /* eslint-disable regexp/no-useless-quantifier -- testing */
2720
+ var call = __webpack_require__(6916);
2721
+ var uncurryThis = __webpack_require__(1702);
2722
+ var toString = __webpack_require__(1340);
2415
2723
  var regexpFlags = __webpack_require__(7066);
2416
2724
  var stickyHelpers = __webpack_require__(2999);
2417
2725
  var shared = __webpack_require__(2309);
2726
+ var create = __webpack_require__(30);
2727
+ var getInternalState = (__webpack_require__(9909).get);
2728
+ var UNSUPPORTED_DOT_ALL = __webpack_require__(9441);
2729
+ var UNSUPPORTED_NCG = __webpack_require__(7168);
2418
2730
 
2419
- var nativeExec = RegExp.prototype.exec;
2420
2731
  var nativeReplace = shared('native-string-replace', String.prototype.replace);
2421
-
2732
+ var nativeExec = RegExp.prototype.exec;
2422
2733
  var patchedExec = nativeExec;
2734
+ var charAt = uncurryThis(''.charAt);
2735
+ var indexOf = uncurryThis(''.indexOf);
2736
+ var replace = uncurryThis(''.replace);
2737
+ var stringSlice = uncurryThis(''.slice);
2423
2738
 
2424
2739
  var UPDATES_LAST_INDEX_WRONG = (function () {
2425
2740
  var re1 = /a/;
2426
2741
  var re2 = /b*/g;
2427
- nativeExec.call(re1, 'a');
2428
- nativeExec.call(re2, 'a');
2742
+ call(nativeExec, re1, 'a');
2743
+ call(nativeExec, re2, 'a');
2429
2744
  return re1.lastIndex !== 0 || re2.lastIndex !== 0;
2430
2745
  })();
2431
2746
 
2432
- var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET;
2747
+ var UNSUPPORTED_Y = stickyHelpers.BROKEN_CARET;
2433
2748
 
2434
2749
  // nonparticipating capturing group, copied from es5-shim's String#split patch.
2435
2750
  var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
2436
2751
 
2437
- var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;
2752
+ var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y || UNSUPPORTED_DOT_ALL || UNSUPPORTED_NCG;
2438
2753
 
2439
2754
  if (PATCH) {
2440
- patchedExec = function exec(str) {
2755
+ patchedExec = function exec(string) {
2441
2756
  var re = this;
2442
- var lastIndex, reCopy, match, i;
2757
+ var state = getInternalState(re);
2758
+ var str = toString(string);
2759
+ var raw = state.raw;
2760
+ var result, reCopy, lastIndex, match, i, object, group;
2761
+
2762
+ if (raw) {
2763
+ raw.lastIndex = re.lastIndex;
2764
+ result = call(patchedExec, raw, str);
2765
+ re.lastIndex = raw.lastIndex;
2766
+ return result;
2767
+ }
2768
+
2769
+ var groups = state.groups;
2443
2770
  var sticky = UNSUPPORTED_Y && re.sticky;
2444
- var flags = regexpFlags.call(re);
2771
+ var flags = call(regexpFlags, re);
2445
2772
  var source = re.source;
2446
2773
  var charsAdded = 0;
2447
2774
  var strCopy = str;
2448
2775
 
2449
2776
  if (sticky) {
2450
- flags = flags.replace('y', '');
2451
- if (flags.indexOf('g') === -1) {
2777
+ flags = replace(flags, 'y', '');
2778
+ if (indexOf(flags, 'g') === -1) {
2452
2779
  flags += 'g';
2453
2780
  }
2454
2781
 
2455
- strCopy = String(str).slice(re.lastIndex);
2782
+ strCopy = stringSlice(str, re.lastIndex);
2456
2783
  // Support anchored sticky behavior.
2457
- if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\n')) {
2784
+ if (re.lastIndex > 0 && (!re.multiline || re.multiline && charAt(str, re.lastIndex - 1) !== '\n')) {
2458
2785
  source = '(?: ' + source + ')';
2459
2786
  strCopy = ' ' + strCopy;
2460
2787
  charsAdded++;
@@ -2469,12 +2796,12 @@ if (PATCH) {
2469
2796
  }
2470
2797
  if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
2471
2798
 
2472
- match = nativeExec.call(sticky ? reCopy : re, strCopy);
2799
+ match = call(nativeExec, sticky ? reCopy : re, strCopy);
2473
2800
 
2474
2801
  if (sticky) {
2475
2802
  if (match) {
2476
- match.input = match.input.slice(charsAdded);
2477
- match[0] = match[0].slice(charsAdded);
2803
+ match.input = stringSlice(match.input, charsAdded);
2804
+ match[0] = stringSlice(match[0], charsAdded);
2478
2805
  match.index = re.lastIndex;
2479
2806
  re.lastIndex += match[0].length;
2480
2807
  } else re.lastIndex = 0;
@@ -2483,14 +2810,22 @@ if (PATCH) {
2483
2810
  }
2484
2811
  if (NPCG_INCLUDED && match && match.length > 1) {
2485
2812
  // Fix browsers whose `exec` methods don't consistently return `undefined`
2486
- // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/
2487
- nativeReplace.call(match[0], reCopy, function () {
2813
+ // for NPCG, like IE8. NOTE: This doesn't work for /(.?)?/
2814
+ call(nativeReplace, match[0], reCopy, function () {
2488
2815
  for (i = 1; i < arguments.length - 2; i++) {
2489
2816
  if (arguments[i] === undefined) match[i] = undefined;
2490
2817
  }
2491
2818
  });
2492
2819
  }
2493
2820
 
2821
+ if (match && groups) {
2822
+ match.groups = object = create(null);
2823
+ for (i = 0; i < groups.length; i++) {
2824
+ group = groups[i];
2825
+ object[group[0]] = match[group[1]];
2826
+ }
2827
+ }
2828
+
2494
2829
  return match;
2495
2830
  };
2496
2831
  }
@@ -2512,11 +2847,13 @@ var anObject = __webpack_require__(9670);
2512
2847
  module.exports = function () {
2513
2848
  var that = anObject(this);
2514
2849
  var result = '';
2850
+ if (that.hasIndices) result += 'd';
2515
2851
  if (that.global) result += 'g';
2516
2852
  if (that.ignoreCase) result += 'i';
2517
2853
  if (that.multiline) result += 'm';
2518
2854
  if (that.dotAll) result += 's';
2519
2855
  if (that.unicode) result += 'u';
2856
+ if (that.unicodeSets) result += 'v';
2520
2857
  if (that.sticky) result += 'y';
2521
2858
  return result;
2522
2859
  };
@@ -2524,62 +2861,109 @@ module.exports = function () {
2524
2861
 
2525
2862
  /***/ }),
2526
2863
 
2527
- /***/ 2999:
2528
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
2864
+ /***/ 4706:
2865
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2529
2866
 
2530
- "use strict";
2867
+ var call = __webpack_require__(6916);
2868
+ var hasOwn = __webpack_require__(2597);
2869
+ var isPrototypeOf = __webpack_require__(7976);
2870
+ var regExpFlags = __webpack_require__(7066);
2871
+
2872
+ var RegExpPrototype = RegExp.prototype;
2873
+
2874
+ module.exports = function (R) {
2875
+ var flags = R.flags;
2876
+ return flags === undefined && !('flags' in RegExpPrototype) && !hasOwn(R, 'flags') && isPrototypeOf(RegExpPrototype, R)
2877
+ ? call(regExpFlags, R) : flags;
2878
+ };
2531
2879
 
2532
2880
 
2881
+ /***/ }),
2882
+
2883
+ /***/ 2999:
2884
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2885
+
2533
2886
  var fails = __webpack_require__(7293);
2887
+ var global = __webpack_require__(7854);
2534
2888
 
2535
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,
2536
- // so we use an intermediate function.
2537
- function RE(s, f) {
2538
- return RegExp(s, f);
2539
- }
2889
+ // babel-minify and Closure Compiler transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
2890
+ var $RegExp = global.RegExp;
2540
2891
 
2541
- exports.UNSUPPORTED_Y = fails(function () {
2542
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
2543
- var re = RE('a', 'y');
2892
+ var UNSUPPORTED_Y = fails(function () {
2893
+ var re = $RegExp('a', 'y');
2544
2894
  re.lastIndex = 2;
2545
2895
  return re.exec('abcd') != null;
2546
2896
  });
2547
2897
 
2548
- exports.BROKEN_CARET = fails(function () {
2898
+ // UC Browser bug
2899
+ // https://github.com/zloirock/core-js/issues/1008
2900
+ var MISSED_STICKY = UNSUPPORTED_Y || fails(function () {
2901
+ return !$RegExp('a', 'y').sticky;
2902
+ });
2903
+
2904
+ var BROKEN_CARET = UNSUPPORTED_Y || fails(function () {
2549
2905
  // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
2550
- var re = RE('^r', 'gy');
2906
+ var re = $RegExp('^r', 'gy');
2551
2907
  re.lastIndex = 2;
2552
2908
  return re.exec('str') != null;
2553
2909
  });
2554
2910
 
2911
+ module.exports = {
2912
+ BROKEN_CARET: BROKEN_CARET,
2913
+ MISSED_STICKY: MISSED_STICKY,
2914
+ UNSUPPORTED_Y: UNSUPPORTED_Y
2915
+ };
2916
+
2555
2917
 
2556
2918
  /***/ }),
2557
2919
 
2558
- /***/ 4488:
2559
- /***/ (function(module) {
2920
+ /***/ 9441:
2921
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2560
2922
 
2561
- // `RequireObjectCoercible` abstract operation
2562
- // https://tc39.es/ecma262/#sec-requireobjectcoercible
2563
- module.exports = function (it) {
2564
- if (it == undefined) throw TypeError("Can't call method on " + it);
2565
- return it;
2566
- };
2923
+ var fails = __webpack_require__(7293);
2924
+ var global = __webpack_require__(7854);
2925
+
2926
+ // babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError
2927
+ var $RegExp = global.RegExp;
2928
+
2929
+ module.exports = fails(function () {
2930
+ var re = $RegExp('.', 's');
2931
+ return !(re.dotAll && re.exec('\n') && re.flags === 's');
2932
+ });
2567
2933
 
2568
2934
 
2569
2935
  /***/ }),
2570
2936
 
2571
- /***/ 3505:
2937
+ /***/ 7168:
2572
2938
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2573
2939
 
2940
+ var fails = __webpack_require__(7293);
2574
2941
  var global = __webpack_require__(7854);
2575
- var createNonEnumerableProperty = __webpack_require__(8880);
2576
2942
 
2577
- module.exports = function (key, value) {
2578
- try {
2579
- createNonEnumerableProperty(global, key, value);
2580
- } catch (error) {
2581
- global[key] = value;
2582
- } return value;
2943
+ // babel-minify and Closure Compiler transpiles RegExp('(?<a>b)', 'g') -> /(?<a>b)/g and it causes SyntaxError
2944
+ var $RegExp = global.RegExp;
2945
+
2946
+ module.exports = fails(function () {
2947
+ var re = $RegExp('(?<a>b)', 'g');
2948
+ return re.exec('b').groups.a !== 'b' ||
2949
+ 'b'.replace(re, '$<a>c') !== 'bc';
2950
+ });
2951
+
2952
+
2953
+ /***/ }),
2954
+
2955
+ /***/ 4488:
2956
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2957
+
2958
+ var isNullOrUndefined = __webpack_require__(8554);
2959
+
2960
+ var $TypeError = TypeError;
2961
+
2962
+ // `RequireObjectCoercible` abstract operation
2963
+ // https://tc39.es/ecma262/#sec-requireobjectcoercible
2964
+ module.exports = function (it) {
2965
+ if (isNullOrUndefined(it)) throw $TypeError("Can't call method on " + it);
2966
+ return it;
2583
2967
  };
2584
2968
 
2585
2969
 
@@ -2615,15 +2999,16 @@ module.exports = function (CONSTRUCTOR_NAME) {
2615
2999
  /***/ 8003:
2616
3000
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2617
3001
 
2618
- var defineProperty = __webpack_require__(3070).f;
2619
- var has = __webpack_require__(6656);
3002
+ var defineProperty = (__webpack_require__(3070).f);
3003
+ var hasOwn = __webpack_require__(2597);
2620
3004
  var wellKnownSymbol = __webpack_require__(5112);
2621
3005
 
2622
3006
  var TO_STRING_TAG = wellKnownSymbol('toStringTag');
2623
3007
 
2624
- module.exports = function (it, TAG, STATIC) {
2625
- if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {
2626
- defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG });
3008
+ module.exports = function (target, TAG, STATIC) {
3009
+ if (target && !STATIC) target = target.prototype;
3010
+ if (target && !hasOwn(target, TO_STRING_TAG)) {
3011
+ defineProperty(target, TO_STRING_TAG, { configurable: true, value: TAG });
2627
3012
  }
2628
3013
  };
2629
3014
 
@@ -2649,10 +3034,10 @@ module.exports = function (key) {
2649
3034
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2650
3035
 
2651
3036
  var global = __webpack_require__(7854);
2652
- var setGlobal = __webpack_require__(3505);
3037
+ var defineGlobalProperty = __webpack_require__(3072);
2653
3038
 
2654
3039
  var SHARED = '__core-js_shared__';
2655
- var store = global[SHARED] || setGlobal(SHARED, {});
3040
+ var store = global[SHARED] || defineGlobalProperty(SHARED, {});
2656
3041
 
2657
3042
  module.exports = store;
2658
3043
 
@@ -2668,9 +3053,11 @@ var store = __webpack_require__(5465);
2668
3053
  (module.exports = function (key, value) {
2669
3054
  return store[key] || (store[key] = value !== undefined ? value : {});
2670
3055
  })('versions', []).push({
2671
- version: '3.13.0',
3056
+ version: '3.26.1',
2672
3057
  mode: IS_PURE ? 'pure' : 'global',
2673
- copyright: '© 2021 Denis Pushkarev (zloirock.ru)'
3058
+ copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
3059
+ license: 'https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE',
3060
+ source: 'https://github.com/zloirock/core-js'
2674
3061
  });
2675
3062
 
2676
3063
 
@@ -2679,22 +3066,31 @@ var store = __webpack_require__(5465);
2679
3066
  /***/ 8710:
2680
3067
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2681
3068
 
2682
- var toInteger = __webpack_require__(9958);
3069
+ var uncurryThis = __webpack_require__(1702);
3070
+ var toIntegerOrInfinity = __webpack_require__(9303);
3071
+ var toString = __webpack_require__(1340);
2683
3072
  var requireObjectCoercible = __webpack_require__(4488);
2684
3073
 
2685
- // `String.prototype.{ codePointAt, at }` methods implementation
3074
+ var charAt = uncurryThis(''.charAt);
3075
+ var charCodeAt = uncurryThis(''.charCodeAt);
3076
+ var stringSlice = uncurryThis(''.slice);
3077
+
2686
3078
  var createMethod = function (CONVERT_TO_STRING) {
2687
3079
  return function ($this, pos) {
2688
- var S = String(requireObjectCoercible($this));
2689
- var position = toInteger(pos);
3080
+ var S = toString(requireObjectCoercible($this));
3081
+ var position = toIntegerOrInfinity(pos);
2690
3082
  var size = S.length;
2691
3083
  var first, second;
2692
3084
  if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;
2693
- first = S.charCodeAt(position);
3085
+ first = charCodeAt(S, position);
2694
3086
  return first < 0xD800 || first > 0xDBFF || position + 1 === size
2695
- || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF
2696
- ? CONVERT_TO_STRING ? S.charAt(position) : first
2697
- : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
3087
+ || (second = charCodeAt(S, position + 1)) < 0xDC00 || second > 0xDFFF
3088
+ ? CONVERT_TO_STRING
3089
+ ? charAt(S, position)
3090
+ : first
3091
+ : CONVERT_TO_STRING
3092
+ ? stringSlice(S, position, position + 2)
3093
+ : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
2698
3094
  };
2699
3095
  };
2700
3096
 
@@ -2713,9 +3109,12 @@ module.exports = {
2713
3109
  /***/ 3111:
2714
3110
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2715
3111
 
3112
+ var uncurryThis = __webpack_require__(1702);
2716
3113
  var requireObjectCoercible = __webpack_require__(4488);
3114
+ var toString = __webpack_require__(1340);
2717
3115
  var whitespaces = __webpack_require__(1361);
2718
3116
 
3117
+ var replace = uncurryThis(''.replace);
2719
3118
  var whitespace = '[' + whitespaces + ']';
2720
3119
  var ltrim = RegExp('^' + whitespace + whitespace + '*');
2721
3120
  var rtrim = RegExp(whitespace + whitespace + '*$');
@@ -2723,9 +3122,9 @@ var rtrim = RegExp(whitespace + whitespace + '*$');
2723
3122
  // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
2724
3123
  var createMethod = function (TYPE) {
2725
3124
  return function ($this) {
2726
- var string = String(requireObjectCoercible($this));
2727
- if (TYPE & 1) string = string.replace(ltrim, '');
2728
- if (TYPE & 2) string = string.replace(rtrim, '');
3125
+ var string = toString(requireObjectCoercible($this));
3126
+ if (TYPE & 1) string = replace(string, ltrim, '');
3127
+ if (TYPE & 2) string = replace(string, rtrim, '');
2729
3128
  return string;
2730
3129
  };
2731
3130
  };
@@ -2743,12 +3142,82 @@ module.exports = {
2743
3142
  };
2744
3143
 
2745
3144
 
3145
+ /***/ }),
3146
+
3147
+ /***/ 6293:
3148
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3149
+
3150
+ /* eslint-disable es/no-symbol -- required for testing */
3151
+ var V8_VERSION = __webpack_require__(7392);
3152
+ var fails = __webpack_require__(7293);
3153
+
3154
+ // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
3155
+ module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
3156
+ var symbol = Symbol();
3157
+ // Chrome 38 Symbol has incorrect toString conversion
3158
+ // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
3159
+ return !String(symbol) || !(Object(symbol) instanceof Symbol) ||
3160
+ // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
3161
+ !Symbol.sham && V8_VERSION && V8_VERSION < 41;
3162
+ });
3163
+
3164
+
3165
+ /***/ }),
3166
+
3167
+ /***/ 6532:
3168
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3169
+
3170
+ var call = __webpack_require__(6916);
3171
+ var getBuiltIn = __webpack_require__(5005);
3172
+ var wellKnownSymbol = __webpack_require__(5112);
3173
+ var defineBuiltIn = __webpack_require__(8052);
3174
+
3175
+ module.exports = function () {
3176
+ var Symbol = getBuiltIn('Symbol');
3177
+ var SymbolPrototype = Symbol && Symbol.prototype;
3178
+ var valueOf = SymbolPrototype && SymbolPrototype.valueOf;
3179
+ var TO_PRIMITIVE = wellKnownSymbol('toPrimitive');
3180
+
3181
+ if (SymbolPrototype && !SymbolPrototype[TO_PRIMITIVE]) {
3182
+ // `Symbol.prototype[@@toPrimitive]` method
3183
+ // https://tc39.es/ecma262/#sec-symbol.prototype-@@toprimitive
3184
+ // eslint-disable-next-line no-unused-vars -- required for .length
3185
+ defineBuiltIn(SymbolPrototype, TO_PRIMITIVE, function (hint) {
3186
+ return call(valueOf, this);
3187
+ }, { arity: 1 });
3188
+ }
3189
+ };
3190
+
3191
+
3192
+ /***/ }),
3193
+
3194
+ /***/ 2015:
3195
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3196
+
3197
+ var NATIVE_SYMBOL = __webpack_require__(6293);
3198
+
3199
+ /* eslint-disable es/no-symbol -- safe */
3200
+ module.exports = NATIVE_SYMBOL && !!Symbol['for'] && !!Symbol.keyFor;
3201
+
3202
+
3203
+ /***/ }),
3204
+
3205
+ /***/ 863:
3206
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3207
+
3208
+ var uncurryThis = __webpack_require__(1702);
3209
+
3210
+ // `thisNumberValue` abstract operation
3211
+ // https://tc39.es/ecma262/#sec-thisnumbervalue
3212
+ module.exports = uncurryThis(1.0.valueOf);
3213
+
3214
+
2746
3215
  /***/ }),
2747
3216
 
2748
3217
  /***/ 1400:
2749
3218
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2750
3219
 
2751
- var toInteger = __webpack_require__(9958);
3220
+ var toIntegerOrInfinity = __webpack_require__(9303);
2752
3221
 
2753
3222
  var max = Math.max;
2754
3223
  var min = Math.min;
@@ -2757,7 +3226,7 @@ var min = Math.min;
2757
3226
  // Let integer be ? ToInteger(index).
2758
3227
  // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
2759
3228
  module.exports = function (index, length) {
2760
- var integer = toInteger(index);
3229
+ var integer = toIntegerOrInfinity(index);
2761
3230
  return integer < 0 ? max(integer + length, 0) : min(integer, length);
2762
3231
  };
2763
3232
 
@@ -2778,16 +3247,17 @@ module.exports = function (it) {
2778
3247
 
2779
3248
  /***/ }),
2780
3249
 
2781
- /***/ 9958:
2782
- /***/ (function(module) {
3250
+ /***/ 9303:
3251
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2783
3252
 
2784
- var ceil = Math.ceil;
2785
- var floor = Math.floor;
3253
+ var trunc = __webpack_require__(4758);
2786
3254
 
2787
- // `ToInteger` abstract operation
2788
- // https://tc39.es/ecma262/#sec-tointeger
3255
+ // `ToIntegerOrInfinity` abstract operation
3256
+ // https://tc39.es/ecma262/#sec-tointegerorinfinity
2789
3257
  module.exports = function (argument) {
2790
- return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
3258
+ var number = +argument;
3259
+ // eslint-disable-next-line no-self-compare -- NaN check
3260
+ return number !== number || number === 0 ? 0 : trunc(number);
2791
3261
  };
2792
3262
 
2793
3263
 
@@ -2796,14 +3266,14 @@ module.exports = function (argument) {
2796
3266
  /***/ 7466:
2797
3267
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2798
3268
 
2799
- var toInteger = __webpack_require__(9958);
3269
+ var toIntegerOrInfinity = __webpack_require__(9303);
2800
3270
 
2801
3271
  var min = Math.min;
2802
3272
 
2803
3273
  // `ToLength` abstract operation
2804
3274
  // https://tc39.es/ecma262/#sec-tolength
2805
3275
  module.exports = function (argument) {
2806
- return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
3276
+ return argument > 0 ? min(toIntegerOrInfinity(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
2807
3277
  };
2808
3278
 
2809
3279
 
@@ -2814,10 +3284,12 @@ module.exports = function (argument) {
2814
3284
 
2815
3285
  var requireObjectCoercible = __webpack_require__(4488);
2816
3286
 
3287
+ var $Object = Object;
3288
+
2817
3289
  // `ToObject` abstract operation
2818
3290
  // https://tc39.es/ecma262/#sec-toobject
2819
3291
  module.exports = function (argument) {
2820
- return Object(requireObjectCoercible(argument));
3292
+ return $Object(requireObjectCoercible(argument));
2821
3293
  };
2822
3294
 
2823
3295
 
@@ -2826,19 +3298,46 @@ module.exports = function (argument) {
2826
3298
  /***/ 7593:
2827
3299
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2828
3300
 
3301
+ var call = __webpack_require__(6916);
2829
3302
  var isObject = __webpack_require__(111);
3303
+ var isSymbol = __webpack_require__(2190);
3304
+ var getMethod = __webpack_require__(8173);
3305
+ var ordinaryToPrimitive = __webpack_require__(2140);
3306
+ var wellKnownSymbol = __webpack_require__(5112);
3307
+
3308
+ var $TypeError = TypeError;
3309
+ var TO_PRIMITIVE = wellKnownSymbol('toPrimitive');
2830
3310
 
2831
3311
  // `ToPrimitive` abstract operation
2832
3312
  // https://tc39.es/ecma262/#sec-toprimitive
2833
- // instead of the ES6 spec version, we didn't implement @@toPrimitive case
2834
- // and the second argument - flag - preferred type is a string
2835
- module.exports = function (input, PREFERRED_STRING) {
2836
- if (!isObject(input)) return input;
2837
- var fn, val;
2838
- if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
2839
- if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;
2840
- if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
2841
- throw TypeError("Can't convert object to primitive value");
3313
+ module.exports = function (input, pref) {
3314
+ if (!isObject(input) || isSymbol(input)) return input;
3315
+ var exoticToPrim = getMethod(input, TO_PRIMITIVE);
3316
+ var result;
3317
+ if (exoticToPrim) {
3318
+ if (pref === undefined) pref = 'default';
3319
+ result = call(exoticToPrim, input, pref);
3320
+ if (!isObject(result) || isSymbol(result)) return result;
3321
+ throw $TypeError("Can't convert object to primitive value");
3322
+ }
3323
+ if (pref === undefined) pref = 'number';
3324
+ return ordinaryToPrimitive(input, pref);
3325
+ };
3326
+
3327
+
3328
+ /***/ }),
3329
+
3330
+ /***/ 4948:
3331
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3332
+
3333
+ var toPrimitive = __webpack_require__(7593);
3334
+ var isSymbol = __webpack_require__(2190);
3335
+
3336
+ // `ToPropertyKey` abstract operation
3337
+ // https://tc39.es/ecma262/#sec-topropertykey
3338
+ module.exports = function (argument) {
3339
+ var key = toPrimitive(argument, 'string');
3340
+ return isSymbol(key) ? key : key + '';
2842
3341
  };
2843
3342
 
2844
3343
 
@@ -2859,14 +3358,48 @@ module.exports = String(test) === '[object z]';
2859
3358
 
2860
3359
  /***/ }),
2861
3360
 
2862
- /***/ 9711:
3361
+ /***/ 1340:
3362
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3363
+
3364
+ var classof = __webpack_require__(648);
3365
+
3366
+ var $String = String;
3367
+
3368
+ module.exports = function (argument) {
3369
+ if (classof(argument) === 'Symbol') throw TypeError('Cannot convert a Symbol value to a string');
3370
+ return $String(argument);
3371
+ };
3372
+
3373
+
3374
+ /***/ }),
3375
+
3376
+ /***/ 6330:
2863
3377
  /***/ (function(module) {
2864
3378
 
3379
+ var $String = String;
3380
+
3381
+ module.exports = function (argument) {
3382
+ try {
3383
+ return $String(argument);
3384
+ } catch (error) {
3385
+ return 'Object';
3386
+ }
3387
+ };
3388
+
3389
+
3390
+ /***/ }),
3391
+
3392
+ /***/ 9711:
3393
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3394
+
3395
+ var uncurryThis = __webpack_require__(1702);
3396
+
2865
3397
  var id = 0;
2866
3398
  var postfix = Math.random();
3399
+ var toString = uncurryThis(1.0.toString);
2867
3400
 
2868
3401
  module.exports = function (key) {
2869
- return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
3402
+ return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36);
2870
3403
  };
2871
3404
 
2872
3405
 
@@ -2876,13 +3409,63 @@ module.exports = function (key) {
2876
3409
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
2877
3410
 
2878
3411
  /* eslint-disable es/no-symbol -- required for testing */
2879
- var NATIVE_SYMBOL = __webpack_require__(133);
3412
+ var NATIVE_SYMBOL = __webpack_require__(6293);
2880
3413
 
2881
3414
  module.exports = NATIVE_SYMBOL
2882
3415
  && !Symbol.sham
2883
3416
  && typeof Symbol.iterator == 'symbol';
2884
3417
 
2885
3418
 
3419
+ /***/ }),
3420
+
3421
+ /***/ 3353:
3422
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3423
+
3424
+ var DESCRIPTORS = __webpack_require__(9781);
3425
+ var fails = __webpack_require__(7293);
3426
+
3427
+ // V8 ~ Chrome 36-
3428
+ // https://bugs.chromium.org/p/v8/issues/detail?id=3334
3429
+ module.exports = DESCRIPTORS && fails(function () {
3430
+ // eslint-disable-next-line es/no-object-defineproperty -- required for testing
3431
+ return Object.defineProperty(function () { /* empty */ }, 'prototype', {
3432
+ value: 42,
3433
+ writable: false
3434
+ }).prototype != 42;
3435
+ });
3436
+
3437
+
3438
+ /***/ }),
3439
+
3440
+ /***/ 4811:
3441
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3442
+
3443
+ var global = __webpack_require__(7854);
3444
+ var isCallable = __webpack_require__(614);
3445
+
3446
+ var WeakMap = global.WeakMap;
3447
+
3448
+ module.exports = isCallable(WeakMap) && /native code/.test(String(WeakMap));
3449
+
3450
+
3451
+ /***/ }),
3452
+
3453
+ /***/ 6800:
3454
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
3455
+
3456
+ var path = __webpack_require__(857);
3457
+ var hasOwn = __webpack_require__(2597);
3458
+ var wrappedWellKnownSymbolModule = __webpack_require__(6061);
3459
+ var defineProperty = (__webpack_require__(3070).f);
3460
+
3461
+ module.exports = function (NAME) {
3462
+ var Symbol = path.Symbol || (path.Symbol = {});
3463
+ if (!hasOwn(Symbol, NAME)) defineProperty(Symbol, NAME, {
3464
+ value: wrappedWellKnownSymbolModule.f(NAME)
3465
+ });
3466
+ };
3467
+
3468
+
2886
3469
  /***/ }),
2887
3470
 
2888
3471
  /***/ 6061:
@@ -2900,21 +3483,25 @@ exports.f = wellKnownSymbol;
2900
3483
 
2901
3484
  var global = __webpack_require__(7854);
2902
3485
  var shared = __webpack_require__(2309);
2903
- var has = __webpack_require__(6656);
3486
+ var hasOwn = __webpack_require__(2597);
2904
3487
  var uid = __webpack_require__(9711);
2905
- var NATIVE_SYMBOL = __webpack_require__(133);
3488
+ var NATIVE_SYMBOL = __webpack_require__(6293);
2906
3489
  var USE_SYMBOL_AS_UID = __webpack_require__(3307);
2907
3490
 
2908
3491
  var WellKnownSymbolsStore = shared('wks');
2909
3492
  var Symbol = global.Symbol;
3493
+ var symbolFor = Symbol && Symbol['for'];
2910
3494
  var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid;
2911
3495
 
2912
3496
  module.exports = function (name) {
2913
- if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {
2914
- if (NATIVE_SYMBOL && has(Symbol, name)) {
3497
+ if (!hasOwn(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {
3498
+ var description = 'Symbol.' + name;
3499
+ if (NATIVE_SYMBOL && hasOwn(Symbol, name)) {
2915
3500
  WellKnownSymbolsStore[name] = Symbol[name];
3501
+ } else if (USE_SYMBOL_AS_UID && symbolFor) {
3502
+ WellKnownSymbolsStore[name] = symbolFor(description);
2916
3503
  } else {
2917
- WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
3504
+ WellKnownSymbolsStore[name] = createWellKnownSymbol(description);
2918
3505
  }
2919
3506
  } return WellKnownSymbolsStore[name];
2920
3507
  };
@@ -2942,7 +3529,8 @@ var fails = __webpack_require__(7293);
2942
3529
  var isArray = __webpack_require__(3157);
2943
3530
  var isObject = __webpack_require__(111);
2944
3531
  var toObject = __webpack_require__(7908);
2945
- var toLength = __webpack_require__(7466);
3532
+ var lengthOfArrayLike = __webpack_require__(6244);
3533
+ var doesNotExceedSafeInteger = __webpack_require__(7207);
2946
3534
  var createProperty = __webpack_require__(6135);
2947
3535
  var arraySpeciesCreate = __webpack_require__(5417);
2948
3536
  var arrayMethodHasSpeciesSupport = __webpack_require__(1194);
@@ -2950,8 +3538,6 @@ var wellKnownSymbol = __webpack_require__(5112);
2950
3538
  var V8_VERSION = __webpack_require__(7392);
2951
3539
 
2952
3540
  var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
2953
- var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
2954
- var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
2955
3541
 
2956
3542
  // We can't use this feature detection in V8 since it causes
2957
3543
  // deoptimization and serious performance degradation
@@ -2975,7 +3561,7 @@ var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
2975
3561
  // `Array.prototype.concat` method
2976
3562
  // https://tc39.es/ecma262/#sec-array.prototype.concat
2977
3563
  // with adding support of @@isConcatSpreadable and @@species
2978
- $({ target: 'Array', proto: true, forced: FORCED }, {
3564
+ $({ target: 'Array', proto: true, arity: 1, forced: FORCED }, {
2979
3565
  // eslint-disable-next-line no-unused-vars -- required for `.length`
2980
3566
  concat: function concat(arg) {
2981
3567
  var O = toObject(this);
@@ -2985,11 +3571,11 @@ $({ target: 'Array', proto: true, forced: FORCED }, {
2985
3571
  for (i = -1, length = arguments.length; i < length; i++) {
2986
3572
  E = i === -1 ? O : arguments[i];
2987
3573
  if (isConcatSpreadable(E)) {
2988
- len = toLength(E.length);
2989
- if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
3574
+ len = lengthOfArrayLike(E);
3575
+ doesNotExceedSafeInteger(n + len);
2990
3576
  for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
2991
3577
  } else {
2992
- if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
3578
+ doesNotExceedSafeInteger(n + 1);
2993
3579
  createProperty(A, n++, E);
2994
3580
  }
2995
3581
  }
@@ -3007,7 +3593,7 @@ $({ target: 'Array', proto: true, forced: FORCED }, {
3007
3593
  "use strict";
3008
3594
 
3009
3595
  var $ = __webpack_require__(2109);
3010
- var $filter = __webpack_require__(2092).filter;
3596
+ var $filter = (__webpack_require__(2092).filter);
3011
3597
  var arrayMethodHasSpeciesSupport = __webpack_require__(1194);
3012
3598
 
3013
3599
  var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');
@@ -3030,12 +3616,18 @@ $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
3030
3616
  "use strict";
3031
3617
 
3032
3618
  var $ = __webpack_require__(2109);
3033
- var $includes = __webpack_require__(1318).includes;
3619
+ var $includes = (__webpack_require__(1318).includes);
3620
+ var fails = __webpack_require__(7293);
3034
3621
  var addToUnscopables = __webpack_require__(1223);
3035
3622
 
3623
+ // FF99+ bug
3624
+ var BROKEN_ON_SPARSE = fails(function () {
3625
+ return !Array(1).includes();
3626
+ });
3627
+
3036
3628
  // `Array.prototype.includes` method
3037
3629
  // https://tc39.es/ecma262/#sec-array.prototype.includes
3038
- $({ target: 'Array', proto: true }, {
3630
+ $({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
3039
3631
  includes: function includes(el /* , fromIndex = 0 */) {
3040
3632
  return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
3041
3633
  }
@@ -3053,7 +3645,7 @@ addToUnscopables('includes');
3053
3645
  "use strict";
3054
3646
 
3055
3647
  var $ = __webpack_require__(2109);
3056
- var $reduce = __webpack_require__(3671).left;
3648
+ var $reduce = (__webpack_require__(3671).left);
3057
3649
  var arrayMethodIsStrict = __webpack_require__(9341);
3058
3650
  var CHROME_VERSION = __webpack_require__(7392);
3059
3651
  var IS_NODE = __webpack_require__(5268);
@@ -3067,7 +3659,8 @@ var CHROME_BUG = !IS_NODE && CHROME_VERSION > 79 && CHROME_VERSION < 83;
3067
3659
  // https://tc39.es/ecma262/#sec-array.prototype.reduce
3068
3660
  $({ target: 'Array', proto: true, forced: !STRICT_METHOD || CHROME_BUG }, {
3069
3661
  reduce: function reduce(callbackfn /* , initialValue */) {
3070
- return $reduce(this, callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined);
3662
+ var length = arguments.length;
3663
+ return $reduce(this, callbackfn, length, length > 1 ? arguments[1] : undefined);
3071
3664
  }
3072
3665
  });
3073
3666
 
@@ -3078,21 +3671,24 @@ $({ target: 'Array', proto: true, forced: !STRICT_METHOD || CHROME_BUG }, {
3078
3671
  /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
3079
3672
 
3080
3673
  var DESCRIPTORS = __webpack_require__(9781);
3081
- var defineProperty = __webpack_require__(3070).f;
3674
+ var FUNCTION_NAME_EXISTS = (__webpack_require__(6530).EXISTS);
3675
+ var uncurryThis = __webpack_require__(1702);
3676
+ var defineProperty = (__webpack_require__(3070).f);
3082
3677
 
3083
3678
  var FunctionPrototype = Function.prototype;
3084
- var FunctionPrototypeToString = FunctionPrototype.toString;
3085
- var nameRE = /^\s*function ([^ (]*)/;
3679
+ var functionToString = uncurryThis(FunctionPrototype.toString);
3680
+ var nameRE = /function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/;
3681
+ var regExpExec = uncurryThis(nameRE.exec);
3086
3682
  var NAME = 'name';
3087
3683
 
3088
3684
  // Function instances `.name` property
3089
3685
  // https://tc39.es/ecma262/#sec-function-instances-name
3090
- if (DESCRIPTORS && !(NAME in FunctionPrototype)) {
3686
+ if (DESCRIPTORS && !FUNCTION_NAME_EXISTS) {
3091
3687
  defineProperty(FunctionPrototype, NAME, {
3092
3688
  configurable: true,
3093
3689
  get: function () {
3094
3690
  try {
3095
- return FunctionPrototypeToString.call(this).match(nameRE)[1];
3691
+ return regExpExec(nameRE, functionToString(this))[1];
3096
3692
  } catch (error) {
3097
3693
  return '';
3098
3694
  }
@@ -3101,6 +3697,85 @@ if (DESCRIPTORS && !(NAME in FunctionPrototype)) {
3101
3697
  }
3102
3698
 
3103
3699
 
3700
+ /***/ }),
3701
+
3702
+ /***/ 8862:
3703
+ /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
3704
+
3705
+ var $ = __webpack_require__(2109);
3706
+ var getBuiltIn = __webpack_require__(5005);
3707
+ var apply = __webpack_require__(2104);
3708
+ var call = __webpack_require__(6916);
3709
+ var uncurryThis = __webpack_require__(1702);
3710
+ var fails = __webpack_require__(7293);
3711
+ var isArray = __webpack_require__(3157);
3712
+ var isCallable = __webpack_require__(614);
3713
+ var isObject = __webpack_require__(111);
3714
+ var isSymbol = __webpack_require__(2190);
3715
+ var arraySlice = __webpack_require__(206);
3716
+ var NATIVE_SYMBOL = __webpack_require__(6293);
3717
+
3718
+ var $stringify = getBuiltIn('JSON', 'stringify');
3719
+ var exec = uncurryThis(/./.exec);
3720
+ var charAt = uncurryThis(''.charAt);
3721
+ var charCodeAt = uncurryThis(''.charCodeAt);
3722
+ var replace = uncurryThis(''.replace);
3723
+ var numberToString = uncurryThis(1.0.toString);
3724
+
3725
+ var tester = /[\uD800-\uDFFF]/g;
3726
+ var low = /^[\uD800-\uDBFF]$/;
3727
+ var hi = /^[\uDC00-\uDFFF]$/;
3728
+
3729
+ var WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL || fails(function () {
3730
+ var symbol = getBuiltIn('Symbol')();
3731
+ // MS Edge converts symbol values to JSON as {}
3732
+ return $stringify([symbol]) != '[null]'
3733
+ // WebKit converts symbol values to JSON as null
3734
+ || $stringify({ a: symbol }) != '{}'
3735
+ // V8 throws on boxed symbols
3736
+ || $stringify(Object(symbol)) != '{}';
3737
+ });
3738
+
3739
+ // https://github.com/tc39/proposal-well-formed-stringify
3740
+ var ILL_FORMED_UNICODE = fails(function () {
3741
+ return $stringify('\uDF06\uD834') !== '"\\udf06\\ud834"'
3742
+ || $stringify('\uDEAD') !== '"\\udead"';
3743
+ });
3744
+
3745
+ var stringifyWithSymbolsFix = function (it, replacer) {
3746
+ var args = arraySlice(arguments);
3747
+ var $replacer = replacer;
3748
+ if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined
3749
+ if (!isArray(replacer)) replacer = function (key, value) {
3750
+ if (isCallable($replacer)) value = call($replacer, this, key, value);
3751
+ if (!isSymbol(value)) return value;
3752
+ };
3753
+ args[1] = replacer;
3754
+ return apply($stringify, null, args);
3755
+ };
3756
+
3757
+ var fixIllFormed = function (match, offset, string) {
3758
+ var prev = charAt(string, offset - 1);
3759
+ var next = charAt(string, offset + 1);
3760
+ if ((exec(low, match) && !exec(hi, next)) || (exec(hi, match) && !exec(low, prev))) {
3761
+ return '\\u' + numberToString(charCodeAt(match, 0), 16);
3762
+ } return match;
3763
+ };
3764
+
3765
+ if ($stringify) {
3766
+ // `JSON.stringify` method
3767
+ // https://tc39.es/ecma262/#sec-json.stringify
3768
+ $({ target: 'JSON', stat: true, arity: 3, forced: WRONG_SYMBOLS_CONVERSION || ILL_FORMED_UNICODE }, {
3769
+ // eslint-disable-next-line no-unused-vars -- required for `.length`
3770
+ stringify: function stringify(it, replacer, space) {
3771
+ var args = arraySlice(arguments);
3772
+ var result = apply(WRONG_SYMBOLS_CONVERSION ? stringifyWithSymbolsFix : $stringify, null, args);
3773
+ return ILL_FORMED_UNICODE && typeof result == 'string' ? replace(result, tester, fixIllFormed) : result;
3774
+ }
3775
+ });
3776
+ }
3777
+
3778
+
3104
3779
  /***/ }),
3105
3780
 
3106
3781
  /***/ 9653:
@@ -3110,47 +3785,57 @@ if (DESCRIPTORS && !(NAME in FunctionPrototype)) {
3110
3785
 
3111
3786
  var DESCRIPTORS = __webpack_require__(9781);
3112
3787
  var global = __webpack_require__(7854);
3788
+ var uncurryThis = __webpack_require__(1702);
3113
3789
  var isForced = __webpack_require__(4705);
3114
- var redefine = __webpack_require__(1320);
3115
- var has = __webpack_require__(6656);
3116
- var classof = __webpack_require__(4326);
3790
+ var defineBuiltIn = __webpack_require__(8052);
3791
+ var hasOwn = __webpack_require__(2597);
3117
3792
  var inheritIfRequired = __webpack_require__(9587);
3793
+ var isPrototypeOf = __webpack_require__(7976);
3794
+ var isSymbol = __webpack_require__(2190);
3118
3795
  var toPrimitive = __webpack_require__(7593);
3119
3796
  var fails = __webpack_require__(7293);
3120
- var create = __webpack_require__(30);
3121
- var getOwnPropertyNames = __webpack_require__(8006).f;
3122
- var getOwnPropertyDescriptor = __webpack_require__(1236).f;
3123
- var defineProperty = __webpack_require__(3070).f;
3124
- var trim = __webpack_require__(3111).trim;
3797
+ var getOwnPropertyNames = (__webpack_require__(8006).f);
3798
+ var getOwnPropertyDescriptor = (__webpack_require__(1236).f);
3799
+ var defineProperty = (__webpack_require__(3070).f);
3800
+ var thisNumberValue = __webpack_require__(863);
3801
+ var trim = (__webpack_require__(3111).trim);
3125
3802
 
3126
3803
  var NUMBER = 'Number';
3127
3804
  var NativeNumber = global[NUMBER];
3128
3805
  var NumberPrototype = NativeNumber.prototype;
3129
-
3130
- // Opera ~12 has broken Object#toString
3131
- var BROKEN_CLASSOF = classof(create(NumberPrototype)) == NUMBER;
3806
+ var TypeError = global.TypeError;
3807
+ var arraySlice = uncurryThis(''.slice);
3808
+ var charCodeAt = uncurryThis(''.charCodeAt);
3809
+
3810
+ // `ToNumeric` abstract operation
3811
+ // https://tc39.es/ecma262/#sec-tonumeric
3812
+ var toNumeric = function (value) {
3813
+ var primValue = toPrimitive(value, 'number');
3814
+ return typeof primValue == 'bigint' ? primValue : toNumber(primValue);
3815
+ };
3132
3816
 
3133
3817
  // `ToNumber` abstract operation
3134
3818
  // https://tc39.es/ecma262/#sec-tonumber
3135
3819
  var toNumber = function (argument) {
3136
- var it = toPrimitive(argument, false);
3820
+ var it = toPrimitive(argument, 'number');
3137
3821
  var first, third, radix, maxCode, digits, length, index, code;
3822
+ if (isSymbol(it)) throw TypeError('Cannot convert a Symbol value to a number');
3138
3823
  if (typeof it == 'string' && it.length > 2) {
3139
3824
  it = trim(it);
3140
- first = it.charCodeAt(0);
3825
+ first = charCodeAt(it, 0);
3141
3826
  if (first === 43 || first === 45) {
3142
- third = it.charCodeAt(2);
3827
+ third = charCodeAt(it, 2);
3143
3828
  if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix
3144
3829
  } else if (first === 48) {
3145
- switch (it.charCodeAt(1)) {
3830
+ switch (charCodeAt(it, 1)) {
3146
3831
  case 66: case 98: radix = 2; maxCode = 49; break; // fast equal of /^0b[01]+$/i
3147
3832
  case 79: case 111: radix = 8; maxCode = 55; break; // fast equal of /^0o[0-7]+$/i
3148
3833
  default: return +it;
3149
3834
  }
3150
- digits = it.slice(2);
3835
+ digits = arraySlice(it, 2);
3151
3836
  length = digits.length;
3152
3837
  for (index = 0; index < length; index++) {
3153
- code = digits.charCodeAt(index);
3838
+ code = charCodeAt(digits, index);
3154
3839
  // parseInt parses a string to a first unavailable symbol
3155
3840
  // but ToNumber should return NaN if a string contains unavailable symbols
3156
3841
  if (code < 48 || code > maxCode) return NaN;
@@ -3163,29 +3848,27 @@ var toNumber = function (argument) {
3163
3848
  // https://tc39.es/ecma262/#sec-number-constructor
3164
3849
  if (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'))) {
3165
3850
  var NumberWrapper = function Number(value) {
3166
- var it = arguments.length < 1 ? 0 : value;
3851
+ var n = arguments.length < 1 ? 0 : NativeNumber(toNumeric(value));
3167
3852
  var dummy = this;
3168
- return dummy instanceof NumberWrapper
3169
- // check on 1..constructor(foo) case
3170
- && (BROKEN_CLASSOF ? fails(function () { NumberPrototype.valueOf.call(dummy); }) : classof(dummy) != NUMBER)
3171
- ? inheritIfRequired(new NativeNumber(toNumber(it)), dummy, NumberWrapper) : toNumber(it);
3853
+ // check on 1..constructor(foo) case
3854
+ return isPrototypeOf(NumberPrototype, dummy) && fails(function () { thisNumberValue(dummy); })
3855
+ ? inheritIfRequired(Object(n), dummy, NumberWrapper) : n;
3172
3856
  };
3173
3857
  for (var keys = DESCRIPTORS ? getOwnPropertyNames(NativeNumber) : (
3174
3858
  // ES3:
3175
3859
  'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +
3176
3860
  // ES2015 (in case, if modules with ES2015 Number statics required before):
3177
- 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +
3178
- 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,' +
3861
+ 'EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,' +
3179
3862
  // ESNext
3180
3863
  'fromString,range'
3181
3864
  ).split(','), j = 0, key; keys.length > j; j++) {
3182
- if (has(NativeNumber, key = keys[j]) && !has(NumberWrapper, key)) {
3865
+ if (hasOwn(NativeNumber, key = keys[j]) && !hasOwn(NumberWrapper, key)) {
3183
3866
  defineProperty(NumberWrapper, key, getOwnPropertyDescriptor(NativeNumber, key));
3184
3867
  }
3185
3868
  }
3186
3869
  NumberWrapper.prototype = NumberPrototype;
3187
3870
  NumberPrototype.constructor = NumberWrapper;
3188
- redefine(global, NUMBER, NumberWrapper);
3871
+ defineBuiltIn(global, NUMBER, NumberWrapper, { constructor: true });
3189
3872
  }
3190
3873
 
3191
3874
 
@@ -3200,11 +3883,45 @@ var assign = __webpack_require__(1574);
3200
3883
  // `Object.assign` method
3201
3884
  // https://tc39.es/ecma262/#sec-object.assign
3202
3885
  // eslint-disable-next-line es/no-object-assign -- required for testing
3203
- $({ target: 'Object', stat: true, forced: Object.assign !== assign }, {
3886
+ $({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, {
3204
3887
  assign: assign
3205
3888
  });
3206
3889
 
3207
3890
 
3891
+ /***/ }),
3892
+
3893
+ /***/ 3321:
3894
+ /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
3895
+
3896
+ var $ = __webpack_require__(2109);
3897
+ var DESCRIPTORS = __webpack_require__(9781);
3898
+ var defineProperties = (__webpack_require__(6048).f);
3899
+
3900
+ // `Object.defineProperties` method
3901
+ // https://tc39.es/ecma262/#sec-object.defineproperties
3902
+ // eslint-disable-next-line es/no-object-defineproperties -- safe
3903
+ $({ target: 'Object', stat: true, forced: Object.defineProperties !== defineProperties, sham: !DESCRIPTORS }, {
3904
+ defineProperties: defineProperties
3905
+ });
3906
+
3907
+
3908
+ /***/ }),
3909
+
3910
+ /***/ 9070:
3911
+ /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
3912
+
3913
+ var $ = __webpack_require__(2109);
3914
+ var DESCRIPTORS = __webpack_require__(9781);
3915
+ var defineProperty = (__webpack_require__(3070).f);
3916
+
3917
+ // `Object.defineProperty` method
3918
+ // https://tc39.es/ecma262/#sec-object.defineproperty
3919
+ // eslint-disable-next-line es/no-object-defineproperty -- safe
3920
+ $({ target: 'Object', stat: true, forced: Object.defineProperty !== defineProperty, sham: !DESCRIPTORS }, {
3921
+ defineProperty: defineProperty
3922
+ });
3923
+
3924
+
3208
3925
  /***/ }),
3209
3926
 
3210
3927
  /***/ 5003:
@@ -3213,7 +3930,7 @@ $({ target: 'Object', stat: true, forced: Object.assign !== assign }, {
3213
3930
  var $ = __webpack_require__(2109);
3214
3931
  var fails = __webpack_require__(7293);
3215
3932
  var toIndexedObject = __webpack_require__(5656);
3216
- var nativeGetOwnPropertyDescriptor = __webpack_require__(1236).f;
3933
+ var nativeGetOwnPropertyDescriptor = (__webpack_require__(1236).f);
3217
3934
  var DESCRIPTORS = __webpack_require__(9781);
3218
3935
 
3219
3936
  var FAILS_ON_PRIMITIVES = fails(function () { nativeGetOwnPropertyDescriptor(1); });
@@ -3259,6 +3976,31 @@ $({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {
3259
3976
  });
3260
3977
 
3261
3978
 
3979
+ /***/ }),
3980
+
3981
+ /***/ 9660:
3982
+ /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
3983
+
3984
+ var $ = __webpack_require__(2109);
3985
+ var NATIVE_SYMBOL = __webpack_require__(6293);
3986
+ var fails = __webpack_require__(7293);
3987
+ var getOwnPropertySymbolsModule = __webpack_require__(5181);
3988
+ var toObject = __webpack_require__(7908);
3989
+
3990
+ // V8 ~ Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives
3991
+ // https://bugs.chromium.org/p/v8/issues/detail?id=3443
3992
+ var FORCED = !NATIVE_SYMBOL || fails(function () { getOwnPropertySymbolsModule.f(1); });
3993
+
3994
+ // `Object.getOwnPropertySymbols` method
3995
+ // https://tc39.es/ecma262/#sec-object.getownpropertysymbols
3996
+ $({ target: 'Object', stat: true, forced: FORCED }, {
3997
+ getOwnPropertySymbols: function getOwnPropertySymbols(it) {
3998
+ var $getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
3999
+ return $getOwnPropertySymbols ? $getOwnPropertySymbols(toObject(it)) : [];
4000
+ }
4001
+ });
4002
+
4003
+
3262
4004
  /***/ }),
3263
4005
 
3264
4006
  /***/ 7941:
@@ -3286,13 +4028,13 @@ $({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
3286
4028
  /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
3287
4029
 
3288
4030
  var TO_STRING_TAG_SUPPORT = __webpack_require__(1694);
3289
- var redefine = __webpack_require__(1320);
4031
+ var defineBuiltIn = __webpack_require__(8052);
3290
4032
  var toString = __webpack_require__(288);
3291
4033
 
3292
4034
  // `Object.prototype.toString` method
3293
4035
  // https://tc39.es/ecma262/#sec-object.prototype.tostring
3294
4036
  if (!TO_STRING_TAG_SUPPORT) {
3295
- redefine(Object.prototype, 'toString', toString, { unsafe: true });
4037
+ defineBuiltIn(Object.prototype, 'toString', toString, { unsafe: true });
3296
4038
  }
3297
4039
 
3298
4040
 
@@ -3303,87 +4045,190 @@ if (!TO_STRING_TAG_SUPPORT) {
3303
4045
 
3304
4046
  var DESCRIPTORS = __webpack_require__(9781);
3305
4047
  var global = __webpack_require__(7854);
4048
+ var uncurryThis = __webpack_require__(1702);
3306
4049
  var isForced = __webpack_require__(4705);
3307
4050
  var inheritIfRequired = __webpack_require__(9587);
3308
- var defineProperty = __webpack_require__(3070).f;
3309
- var getOwnPropertyNames = __webpack_require__(8006).f;
4051
+ var createNonEnumerableProperty = __webpack_require__(8880);
4052
+ var getOwnPropertyNames = (__webpack_require__(8006).f);
4053
+ var isPrototypeOf = __webpack_require__(7976);
3310
4054
  var isRegExp = __webpack_require__(7850);
3311
- var getFlags = __webpack_require__(7066);
4055
+ var toString = __webpack_require__(1340);
4056
+ var getRegExpFlags = __webpack_require__(4706);
3312
4057
  var stickyHelpers = __webpack_require__(2999);
3313
- var redefine = __webpack_require__(1320);
4058
+ var proxyAccessor = __webpack_require__(2626);
4059
+ var defineBuiltIn = __webpack_require__(8052);
3314
4060
  var fails = __webpack_require__(7293);
3315
- var enforceInternalState = __webpack_require__(9909).enforce;
4061
+ var hasOwn = __webpack_require__(2597);
4062
+ var enforceInternalState = (__webpack_require__(9909).enforce);
3316
4063
  var setSpecies = __webpack_require__(6340);
3317
4064
  var wellKnownSymbol = __webpack_require__(5112);
4065
+ var UNSUPPORTED_DOT_ALL = __webpack_require__(9441);
4066
+ var UNSUPPORTED_NCG = __webpack_require__(7168);
3318
4067
 
3319
4068
  var MATCH = wellKnownSymbol('match');
3320
4069
  var NativeRegExp = global.RegExp;
3321
4070
  var RegExpPrototype = NativeRegExp.prototype;
4071
+ var SyntaxError = global.SyntaxError;
4072
+ var exec = uncurryThis(RegExpPrototype.exec);
4073
+ var charAt = uncurryThis(''.charAt);
4074
+ var replace = uncurryThis(''.replace);
4075
+ var stringIndexOf = uncurryThis(''.indexOf);
4076
+ var stringSlice = uncurryThis(''.slice);
4077
+ // TODO: Use only proper RegExpIdentifierName
4078
+ var IS_NCG = /^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/;
3322
4079
  var re1 = /a/g;
3323
4080
  var re2 = /a/g;
3324
4081
 
3325
4082
  // "new" should create a new object, old webkit bug
3326
4083
  var CORRECT_NEW = new NativeRegExp(re1) !== re1;
3327
4084
 
4085
+ var MISSED_STICKY = stickyHelpers.MISSED_STICKY;
3328
4086
  var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;
3329
4087
 
3330
- var FORCED = DESCRIPTORS && isForced('RegExp', (!CORRECT_NEW || UNSUPPORTED_Y || fails(function () {
3331
- re2[MATCH] = false;
3332
- // RegExp constructor can alter flags and IsRegExp works correct with @@match
3333
- return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i';
3334
- })));
4088
+ var BASE_FORCED = DESCRIPTORS &&
4089
+ (!CORRECT_NEW || MISSED_STICKY || UNSUPPORTED_DOT_ALL || UNSUPPORTED_NCG || fails(function () {
4090
+ re2[MATCH] = false;
4091
+ // RegExp constructor can alter flags and IsRegExp works correct with @@match
4092
+ return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i';
4093
+ }));
4094
+
4095
+ var handleDotAll = function (string) {
4096
+ var length = string.length;
4097
+ var index = 0;
4098
+ var result = '';
4099
+ var brackets = false;
4100
+ var chr;
4101
+ for (; index <= length; index++) {
4102
+ chr = charAt(string, index);
4103
+ if (chr === '\\') {
4104
+ result += chr + charAt(string, ++index);
4105
+ continue;
4106
+ }
4107
+ if (!brackets && chr === '.') {
4108
+ result += '[\\s\\S]';
4109
+ } else {
4110
+ if (chr === '[') {
4111
+ brackets = true;
4112
+ } else if (chr === ']') {
4113
+ brackets = false;
4114
+ } result += chr;
4115
+ }
4116
+ } return result;
4117
+ };
4118
+
4119
+ var handleNCG = function (string) {
4120
+ var length = string.length;
4121
+ var index = 0;
4122
+ var result = '';
4123
+ var named = [];
4124
+ var names = {};
4125
+ var brackets = false;
4126
+ var ncg = false;
4127
+ var groupid = 0;
4128
+ var groupname = '';
4129
+ var chr;
4130
+ for (; index <= length; index++) {
4131
+ chr = charAt(string, index);
4132
+ if (chr === '\\') {
4133
+ chr = chr + charAt(string, ++index);
4134
+ } else if (chr === ']') {
4135
+ brackets = false;
4136
+ } else if (!brackets) switch (true) {
4137
+ case chr === '[':
4138
+ brackets = true;
4139
+ break;
4140
+ case chr === '(':
4141
+ if (exec(IS_NCG, stringSlice(string, index + 1))) {
4142
+ index += 2;
4143
+ ncg = true;
4144
+ }
4145
+ result += chr;
4146
+ groupid++;
4147
+ continue;
4148
+ case chr === '>' && ncg:
4149
+ if (groupname === '' || hasOwn(names, groupname)) {
4150
+ throw new SyntaxError('Invalid capture group name');
4151
+ }
4152
+ names[groupname] = true;
4153
+ named[named.length] = [groupname, groupid];
4154
+ ncg = false;
4155
+ groupname = '';
4156
+ continue;
4157
+ }
4158
+ if (ncg) groupname += chr;
4159
+ else result += chr;
4160
+ } return [result, named];
4161
+ };
3335
4162
 
3336
4163
  // `RegExp` constructor
3337
4164
  // https://tc39.es/ecma262/#sec-regexp-constructor
3338
- if (FORCED) {
4165
+ if (isForced('RegExp', BASE_FORCED)) {
3339
4166
  var RegExpWrapper = function RegExp(pattern, flags) {
3340
- var thisIsRegExp = this instanceof RegExpWrapper;
4167
+ var thisIsRegExp = isPrototypeOf(RegExpPrototype, this);
3341
4168
  var patternIsRegExp = isRegExp(pattern);
3342
4169
  var flagsAreUndefined = flags === undefined;
3343
- var sticky;
4170
+ var groups = [];
4171
+ var rawPattern = pattern;
4172
+ var rawFlags, dotAll, sticky, handled, result, state;
3344
4173
 
3345
- if (!thisIsRegExp && patternIsRegExp && pattern.constructor === RegExpWrapper && flagsAreUndefined) {
4174
+ if (!thisIsRegExp && patternIsRegExp && flagsAreUndefined && pattern.constructor === RegExpWrapper) {
3346
4175
  return pattern;
3347
4176
  }
3348
4177
 
3349
- if (CORRECT_NEW) {
3350
- if (patternIsRegExp && !flagsAreUndefined) pattern = pattern.source;
3351
- } else if (pattern instanceof RegExpWrapper) {
3352
- if (flagsAreUndefined) flags = getFlags.call(pattern);
4178
+ if (patternIsRegExp || isPrototypeOf(RegExpPrototype, pattern)) {
3353
4179
  pattern = pattern.source;
4180
+ if (flagsAreUndefined) flags = getRegExpFlags(rawPattern);
3354
4181
  }
3355
4182
 
3356
- if (UNSUPPORTED_Y) {
3357
- sticky = !!flags && flags.indexOf('y') > -1;
3358
- if (sticky) flags = flags.replace(/y/g, '');
4183
+ pattern = pattern === undefined ? '' : toString(pattern);
4184
+ flags = flags === undefined ? '' : toString(flags);
4185
+ rawPattern = pattern;
4186
+
4187
+ if (UNSUPPORTED_DOT_ALL && 'dotAll' in re1) {
4188
+ dotAll = !!flags && stringIndexOf(flags, 's') > -1;
4189
+ if (dotAll) flags = replace(flags, /s/g, '');
3359
4190
  }
3360
4191
 
3361
- var result = inheritIfRequired(
3362
- CORRECT_NEW ? new NativeRegExp(pattern, flags) : NativeRegExp(pattern, flags),
3363
- thisIsRegExp ? this : RegExpPrototype,
3364
- RegExpWrapper
3365
- );
4192
+ rawFlags = flags;
4193
+
4194
+ if (MISSED_STICKY && 'sticky' in re1) {
4195
+ sticky = !!flags && stringIndexOf(flags, 'y') > -1;
4196
+ if (sticky && UNSUPPORTED_Y) flags = replace(flags, /y/g, '');
4197
+ }
3366
4198
 
3367
- if (UNSUPPORTED_Y && sticky) {
3368
- var state = enforceInternalState(result);
3369
- state.sticky = true;
4199
+ if (UNSUPPORTED_NCG) {
4200
+ handled = handleNCG(pattern);
4201
+ pattern = handled[0];
4202
+ groups = handled[1];
3370
4203
  }
3371
4204
 
4205
+ result = inheritIfRequired(NativeRegExp(pattern, flags), thisIsRegExp ? this : RegExpPrototype, RegExpWrapper);
4206
+
4207
+ if (dotAll || sticky || groups.length) {
4208
+ state = enforceInternalState(result);
4209
+ if (dotAll) {
4210
+ state.dotAll = true;
4211
+ state.raw = RegExpWrapper(handleDotAll(pattern), rawFlags);
4212
+ }
4213
+ if (sticky) state.sticky = true;
4214
+ if (groups.length) state.groups = groups;
4215
+ }
4216
+
4217
+ if (pattern !== rawPattern) try {
4218
+ // fails in old engines, but we have no alternatives for unsupported regex syntax
4219
+ createNonEnumerableProperty(result, 'source', rawPattern === '' ? '(?:)' : rawPattern);
4220
+ } catch (error) { /* empty */ }
4221
+
3372
4222
  return result;
3373
4223
  };
3374
- var proxy = function (key) {
3375
- key in RegExpWrapper || defineProperty(RegExpWrapper, key, {
3376
- configurable: true,
3377
- get: function () { return NativeRegExp[key]; },
3378
- set: function (it) { NativeRegExp[key] = it; }
3379
- });
3380
- };
3381
- var keys = getOwnPropertyNames(NativeRegExp);
3382
- var index = 0;
3383
- while (keys.length > index) proxy(keys[index++]);
4224
+
4225
+ for (var keys = getOwnPropertyNames(NativeRegExp), index = 0; keys.length > index;) {
4226
+ proxyAccessor(RegExpWrapper, NativeRegExp, keys[index++]);
4227
+ }
4228
+
3384
4229
  RegExpPrototype.constructor = RegExpWrapper;
3385
4230
  RegExpWrapper.prototype = RegExpPrototype;
3386
- redefine(global, 'RegExp', RegExpWrapper);
4231
+ defineBuiltIn(global, 'RegExp', RegExpWrapper, { constructor: true });
3387
4232
  }
3388
4233
 
3389
4234
  // https://tc39.es/ecma262/#sec-get-regexp-@@species
@@ -3397,13 +4242,88 @@ setSpecies('RegExp');
3397
4242
 
3398
4243
  "use strict";
3399
4244
 
3400
- var $ = __webpack_require__(2109);
3401
- var exec = __webpack_require__(2261);
4245
+ var $ = __webpack_require__(2109);
4246
+ var exec = __webpack_require__(2261);
4247
+
4248
+ // `RegExp.prototype.exec` method
4249
+ // https://tc39.es/ecma262/#sec-regexp.prototype.exec
4250
+ $({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {
4251
+ exec: exec
4252
+ });
4253
+
4254
+
4255
+ /***/ }),
4256
+
4257
+ /***/ 8386:
4258
+ /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
4259
+
4260
+ var DESCRIPTORS = __webpack_require__(9781);
4261
+ var MISSED_STICKY = (__webpack_require__(2999).MISSED_STICKY);
4262
+ var classof = __webpack_require__(4326);
4263
+ var defineBuiltInAccessor = __webpack_require__(7045);
4264
+ var getInternalState = (__webpack_require__(9909).get);
4265
+
4266
+ var RegExpPrototype = RegExp.prototype;
4267
+ var $TypeError = TypeError;
4268
+
4269
+ // `RegExp.prototype.sticky` getter
4270
+ // https://tc39.es/ecma262/#sec-get-regexp.prototype.sticky
4271
+ if (DESCRIPTORS && MISSED_STICKY) {
4272
+ defineBuiltInAccessor(RegExpPrototype, 'sticky', {
4273
+ configurable: true,
4274
+ get: function sticky() {
4275
+ if (this === RegExpPrototype) return undefined;
4276
+ // We can't use InternalStateModule.getterFor because
4277
+ // we don't add metadata for regexps created by a literal.
4278
+ if (classof(this) === 'RegExp') {
4279
+ return !!getInternalState(this).sticky;
4280
+ }
4281
+ throw $TypeError('Incompatible receiver, RegExp required');
4282
+ }
4283
+ });
4284
+ }
4285
+
4286
+
4287
+ /***/ }),
4288
+
4289
+ /***/ 7601:
4290
+ /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
4291
+
4292
+ "use strict";
4293
+
4294
+ // TODO: Remove from `core-js@4` since it's moved to entry points
4295
+ __webpack_require__(4916);
4296
+ var $ = __webpack_require__(2109);
4297
+ var call = __webpack_require__(6916);
4298
+ var isCallable = __webpack_require__(614);
4299
+ var anObject = __webpack_require__(9670);
4300
+ var toString = __webpack_require__(1340);
4301
+
4302
+ var DELEGATES_TO_EXEC = function () {
4303
+ var execCalled = false;
4304
+ var re = /[ac]/;
4305
+ re.exec = function () {
4306
+ execCalled = true;
4307
+ return /./.exec.apply(this, arguments);
4308
+ };
4309
+ return re.test('abc') === true && execCalled;
4310
+ }();
4311
+
4312
+ var nativeTest = /./.test;
3402
4313
 
3403
- // `RegExp.prototype.exec` method
3404
- // https://tc39.es/ecma262/#sec-regexp.prototype.exec
3405
- $({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {
3406
- exec: exec
4314
+ // `RegExp.prototype.test` method
4315
+ // https://tc39.es/ecma262/#sec-regexp.prototype.test
4316
+ $({ target: 'RegExp', proto: true, forced: !DELEGATES_TO_EXEC }, {
4317
+ test: function (S) {
4318
+ var R = anObject(this);
4319
+ var string = toString(S);
4320
+ var exec = R.exec;
4321
+ if (!isCallable(exec)) return call(nativeTest, R, string);
4322
+ var result = call(exec, R, string);
4323
+ if (result === null) return false;
4324
+ anObject(result);
4325
+ return true;
4326
+ }
3407
4327
  });
3408
4328
 
3409
4329
 
@@ -3414,10 +4334,12 @@ $({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {
3414
4334
 
3415
4335
  "use strict";
3416
4336
 
3417
- var redefine = __webpack_require__(1320);
4337
+ var PROPER_FUNCTION_NAME = (__webpack_require__(6530).PROPER);
4338
+ var defineBuiltIn = __webpack_require__(8052);
3418
4339
  var anObject = __webpack_require__(9670);
4340
+ var $toString = __webpack_require__(1340);
3419
4341
  var fails = __webpack_require__(7293);
3420
- var flags = __webpack_require__(7066);
4342
+ var getRegExpFlags = __webpack_require__(4706);
3421
4343
 
3422
4344
  var TO_STRING = 'toString';
3423
4345
  var RegExpPrototype = RegExp.prototype;
@@ -3425,17 +4347,16 @@ var nativeToString = RegExpPrototype[TO_STRING];
3425
4347
 
3426
4348
  var NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });
3427
4349
  // FF44- RegExp#toString has a wrong name
3428
- var INCORRECT_NAME = nativeToString.name != TO_STRING;
4350
+ var INCORRECT_NAME = PROPER_FUNCTION_NAME && nativeToString.name != TO_STRING;
3429
4351
 
3430
4352
  // `RegExp.prototype.toString` method
3431
4353
  // https://tc39.es/ecma262/#sec-regexp.prototype.tostring
3432
4354
  if (NOT_GENERIC || INCORRECT_NAME) {
3433
- redefine(RegExp.prototype, TO_STRING, function toString() {
4355
+ defineBuiltIn(RegExp.prototype, TO_STRING, function toString() {
3434
4356
  var R = anObject(this);
3435
- var p = String(R.source);
3436
- var rf = R.flags;
3437
- var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf);
3438
- return '/' + p + '/' + f;
4357
+ var pattern = $toString(R.source);
4358
+ var flags = $toString(getRegExpFlags(R));
4359
+ return '/' + pattern + '/' + flags;
3439
4360
  }, { unsafe: true });
3440
4361
  }
3441
4362
 
@@ -3448,16 +4369,23 @@ if (NOT_GENERIC || INCORRECT_NAME) {
3448
4369
  "use strict";
3449
4370
 
3450
4371
  var $ = __webpack_require__(2109);
4372
+ var uncurryThis = __webpack_require__(1702);
3451
4373
  var notARegExp = __webpack_require__(3929);
3452
4374
  var requireObjectCoercible = __webpack_require__(4488);
4375
+ var toString = __webpack_require__(1340);
3453
4376
  var correctIsRegExpLogic = __webpack_require__(4964);
3454
4377
 
4378
+ var stringIndexOf = uncurryThis(''.indexOf);
4379
+
3455
4380
  // `String.prototype.includes` method
3456
4381
  // https://tc39.es/ecma262/#sec-string.prototype.includes
3457
4382
  $({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, {
3458
4383
  includes: function includes(searchString /* , position = 0 */) {
3459
- return !!~String(requireObjectCoercible(this))
3460
- .indexOf(notARegExp(searchString), arguments.length > 1 ? arguments[1] : undefined);
4384
+ return !!~stringIndexOf(
4385
+ toString(requireObjectCoercible(this)),
4386
+ toString(notARegExp(searchString)),
4387
+ arguments.length > 1 ? arguments[1] : undefined
4388
+ );
3461
4389
  }
3462
4390
  });
3463
4391
 
@@ -3469,26 +4397,64 @@ $({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') },
3469
4397
 
3470
4398
  "use strict";
3471
4399
 
4400
+ var apply = __webpack_require__(2104);
4401
+ var call = __webpack_require__(6916);
4402
+ var uncurryThis = __webpack_require__(1702);
3472
4403
  var fixRegExpWellKnownSymbolLogic = __webpack_require__(7007);
4404
+ var fails = __webpack_require__(7293);
3473
4405
  var anObject = __webpack_require__(9670);
4406
+ var isCallable = __webpack_require__(614);
4407
+ var isNullOrUndefined = __webpack_require__(8554);
4408
+ var toIntegerOrInfinity = __webpack_require__(9303);
3474
4409
  var toLength = __webpack_require__(7466);
3475
- var toInteger = __webpack_require__(9958);
4410
+ var toString = __webpack_require__(1340);
3476
4411
  var requireObjectCoercible = __webpack_require__(4488);
3477
4412
  var advanceStringIndex = __webpack_require__(1530);
4413
+ var getMethod = __webpack_require__(8173);
3478
4414
  var getSubstitution = __webpack_require__(647);
3479
4415
  var regExpExec = __webpack_require__(7651);
4416
+ var wellKnownSymbol = __webpack_require__(5112);
3480
4417
 
4418
+ var REPLACE = wellKnownSymbol('replace');
3481
4419
  var max = Math.max;
3482
4420
  var min = Math.min;
4421
+ var concat = uncurryThis([].concat);
4422
+ var push = uncurryThis([].push);
4423
+ var stringIndexOf = uncurryThis(''.indexOf);
4424
+ var stringSlice = uncurryThis(''.slice);
3483
4425
 
3484
4426
  var maybeToString = function (it) {
3485
4427
  return it === undefined ? it : String(it);
3486
4428
  };
3487
4429
 
4430
+ // IE <= 11 replaces $0 with the whole match, as if it was $&
4431
+ // https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0
4432
+ var REPLACE_KEEPS_$0 = (function () {
4433
+ // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing
4434
+ return 'a'.replace(/./, '$0') === '$0';
4435
+ })();
4436
+
4437
+ // Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string
4438
+ var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
4439
+ if (/./[REPLACE]) {
4440
+ return /./[REPLACE]('a', '$0') === '';
4441
+ }
4442
+ return false;
4443
+ })();
4444
+
4445
+ var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
4446
+ var re = /./;
4447
+ re.exec = function () {
4448
+ var result = [];
4449
+ result.groups = { a: '7' };
4450
+ return result;
4451
+ };
4452
+ // eslint-disable-next-line regexp/no-useless-dollar-replacements -- false positive
4453
+ return ''.replace(re, '$<a>') !== '7';
4454
+ });
4455
+
3488
4456
  // @@replace logic
3489
- fixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {
3490
- var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;
3491
- var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;
4457
+ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNative) {
3492
4458
  var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';
3493
4459
 
3494
4460
  return [
@@ -3496,27 +4462,28 @@ fixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, ma
3496
4462
  // https://tc39.es/ecma262/#sec-string.prototype.replace
3497
4463
  function replace(searchValue, replaceValue) {
3498
4464
  var O = requireObjectCoercible(this);
3499
- var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];
3500
- return replacer !== undefined
3501
- ? replacer.call(searchValue, O, replaceValue)
3502
- : nativeReplace.call(String(O), searchValue, replaceValue);
4465
+ var replacer = isNullOrUndefined(searchValue) ? undefined : getMethod(searchValue, REPLACE);
4466
+ return replacer
4467
+ ? call(replacer, searchValue, O, replaceValue)
4468
+ : call(nativeReplace, toString(O), searchValue, replaceValue);
3503
4469
  },
3504
4470
  // `RegExp.prototype[@@replace]` method
3505
4471
  // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace
3506
- function (regexp, replaceValue) {
4472
+ function (string, replaceValue) {
4473
+ var rx = anObject(this);
4474
+ var S = toString(string);
4475
+
3507
4476
  if (
3508
- (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||
3509
- (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)
4477
+ typeof replaceValue == 'string' &&
4478
+ stringIndexOf(replaceValue, UNSAFE_SUBSTITUTE) === -1 &&
4479
+ stringIndexOf(replaceValue, '$<') === -1
3510
4480
  ) {
3511
- var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);
4481
+ var res = maybeCallNative(nativeReplace, rx, S, replaceValue);
3512
4482
  if (res.done) return res.value;
3513
4483
  }
3514
4484
 
3515
- var rx = anObject(regexp);
3516
- var S = String(this);
3517
-
3518
- var functionalReplace = typeof replaceValue === 'function';
3519
- if (!functionalReplace) replaceValue = String(replaceValue);
4485
+ var functionalReplace = isCallable(replaceValue);
4486
+ if (!functionalReplace) replaceValue = toString(replaceValue);
3520
4487
 
3521
4488
  var global = rx.global;
3522
4489
  if (global) {
@@ -3528,10 +4495,10 @@ fixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, ma
3528
4495
  var result = regExpExec(rx, S);
3529
4496
  if (result === null) break;
3530
4497
 
3531
- results.push(result);
4498
+ push(results, result);
3532
4499
  if (!global) break;
3533
4500
 
3534
- var matchStr = String(result[0]);
4501
+ var matchStr = toString(result[0]);
3535
4502
  if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
3536
4503
  }
3537
4504
 
@@ -3540,56 +4507,55 @@ fixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, ma
3540
4507
  for (var i = 0; i < results.length; i++) {
3541
4508
  result = results[i];
3542
4509
 
3543
- var matched = String(result[0]);
3544
- var position = max(min(toInteger(result.index), S.length), 0);
4510
+ var matched = toString(result[0]);
4511
+ var position = max(min(toIntegerOrInfinity(result.index), S.length), 0);
3545
4512
  var captures = [];
3546
4513
  // NOTE: This is equivalent to
3547
4514
  // captures = result.slice(1).map(maybeToString)
3548
4515
  // but for some reason `nativeSlice.call(result, 1, result.length)` (called in
3549
4516
  // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and
3550
4517
  // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.
3551
- for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));
4518
+ for (var j = 1; j < result.length; j++) push(captures, maybeToString(result[j]));
3552
4519
  var namedCaptures = result.groups;
3553
4520
  if (functionalReplace) {
3554
- var replacerArgs = [matched].concat(captures, position, S);
3555
- if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);
3556
- var replacement = String(replaceValue.apply(undefined, replacerArgs));
4521
+ var replacerArgs = concat([matched], captures, position, S);
4522
+ if (namedCaptures !== undefined) push(replacerArgs, namedCaptures);
4523
+ var replacement = toString(apply(replaceValue, undefined, replacerArgs));
3557
4524
  } else {
3558
4525
  replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
3559
4526
  }
3560
4527
  if (position >= nextSourcePosition) {
3561
- accumulatedResult += S.slice(nextSourcePosition, position) + replacement;
4528
+ accumulatedResult += stringSlice(S, nextSourcePosition, position) + replacement;
3562
4529
  nextSourcePosition = position + matched.length;
3563
4530
  }
3564
4531
  }
3565
- return accumulatedResult + S.slice(nextSourcePosition);
4532
+ return accumulatedResult + stringSlice(S, nextSourcePosition);
3566
4533
  }
3567
4534
  ];
3568
- });
4535
+ }, !REPLACE_SUPPORTS_NAMED_GROUPS || !REPLACE_KEEPS_$0 || REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE);
3569
4536
 
3570
4537
 
3571
4538
  /***/ }),
3572
4539
 
3573
- /***/ 2526:
4540
+ /***/ 4032:
3574
4541
  /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
3575
4542
 
3576
4543
  "use strict";
3577
4544
 
3578
4545
  var $ = __webpack_require__(2109);
3579
4546
  var global = __webpack_require__(7854);
3580
- var getBuiltIn = __webpack_require__(5005);
4547
+ var call = __webpack_require__(6916);
4548
+ var uncurryThis = __webpack_require__(1702);
3581
4549
  var IS_PURE = __webpack_require__(1913);
3582
4550
  var DESCRIPTORS = __webpack_require__(9781);
3583
- var NATIVE_SYMBOL = __webpack_require__(133);
3584
- var USE_SYMBOL_AS_UID = __webpack_require__(3307);
4551
+ var NATIVE_SYMBOL = __webpack_require__(6293);
3585
4552
  var fails = __webpack_require__(7293);
3586
- var has = __webpack_require__(6656);
3587
- var isArray = __webpack_require__(3157);
3588
- var isObject = __webpack_require__(111);
4553
+ var hasOwn = __webpack_require__(2597);
4554
+ var isPrototypeOf = __webpack_require__(7976);
3589
4555
  var anObject = __webpack_require__(9670);
3590
- var toObject = __webpack_require__(7908);
3591
4556
  var toIndexedObject = __webpack_require__(5656);
3592
- var toPrimitive = __webpack_require__(7593);
4557
+ var toPropertyKey = __webpack_require__(4948);
4558
+ var $toString = __webpack_require__(1340);
3593
4559
  var createPropertyDescriptor = __webpack_require__(9114);
3594
4560
  var nativeObjectCreate = __webpack_require__(30);
3595
4561
  var objectKeys = __webpack_require__(1956);
@@ -3598,39 +4564,43 @@ var getOwnPropertyNamesExternal = __webpack_require__(1156);
3598
4564
  var getOwnPropertySymbolsModule = __webpack_require__(5181);
3599
4565
  var getOwnPropertyDescriptorModule = __webpack_require__(1236);
3600
4566
  var definePropertyModule = __webpack_require__(3070);
4567
+ var definePropertiesModule = __webpack_require__(6048);
3601
4568
  var propertyIsEnumerableModule = __webpack_require__(5296);
3602
- var createNonEnumerableProperty = __webpack_require__(8880);
3603
- var redefine = __webpack_require__(1320);
4569
+ var defineBuiltIn = __webpack_require__(8052);
3604
4570
  var shared = __webpack_require__(2309);
3605
4571
  var sharedKey = __webpack_require__(6200);
3606
4572
  var hiddenKeys = __webpack_require__(3501);
3607
4573
  var uid = __webpack_require__(9711);
3608
4574
  var wellKnownSymbol = __webpack_require__(5112);
3609
4575
  var wrappedWellKnownSymbolModule = __webpack_require__(6061);
3610
- var defineWellKnownSymbol = __webpack_require__(7235);
4576
+ var defineWellKnownSymbol = __webpack_require__(6800);
4577
+ var defineSymbolToPrimitive = __webpack_require__(6532);
3611
4578
  var setToStringTag = __webpack_require__(8003);
3612
4579
  var InternalStateModule = __webpack_require__(9909);
3613
- var $forEach = __webpack_require__(2092).forEach;
4580
+ var $forEach = (__webpack_require__(2092).forEach);
3614
4581
 
3615
4582
  var HIDDEN = sharedKey('hidden');
3616
4583
  var SYMBOL = 'Symbol';
3617
4584
  var PROTOTYPE = 'prototype';
3618
- var TO_PRIMITIVE = wellKnownSymbol('toPrimitive');
4585
+
3619
4586
  var setInternalState = InternalStateModule.set;
3620
4587
  var getInternalState = InternalStateModule.getterFor(SYMBOL);
4588
+
3621
4589
  var ObjectPrototype = Object[PROTOTYPE];
3622
4590
  var $Symbol = global.Symbol;
3623
- var $stringify = getBuiltIn('JSON', 'stringify');
4591
+ var SymbolPrototype = $Symbol && $Symbol[PROTOTYPE];
4592
+ var TypeError = global.TypeError;
4593
+ var QObject = global.QObject;
3624
4594
  var nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
3625
4595
  var nativeDefineProperty = definePropertyModule.f;
3626
4596
  var nativeGetOwnPropertyNames = getOwnPropertyNamesExternal.f;
3627
4597
  var nativePropertyIsEnumerable = propertyIsEnumerableModule.f;
4598
+ var push = uncurryThis([].push);
4599
+
3628
4600
  var AllSymbols = shared('symbols');
3629
4601
  var ObjectPrototypeSymbols = shared('op-symbols');
3630
- var StringToSymbolRegistry = shared('string-to-symbol-registry');
3631
- var SymbolToStringRegistry = shared('symbol-to-string-registry');
3632
4602
  var WellKnownSymbolsStore = shared('wks');
3633
- var QObject = global.QObject;
4603
+
3634
4604
  // Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173
3635
4605
  var USE_SETTER = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;
3636
4606
 
@@ -3649,7 +4619,7 @@ var setSymbolDescriptor = DESCRIPTORS && fails(function () {
3649
4619
  } : nativeDefineProperty;
3650
4620
 
3651
4621
  var wrap = function (tag, description) {
3652
- var symbol = AllSymbols[tag] = nativeObjectCreate($Symbol[PROTOTYPE]);
4622
+ var symbol = AllSymbols[tag] = nativeObjectCreate(SymbolPrototype);
3653
4623
  setInternalState(symbol, {
3654
4624
  type: SYMBOL,
3655
4625
  tag: tag,
@@ -3659,23 +4629,17 @@ var wrap = function (tag, description) {
3659
4629
  return symbol;
3660
4630
  };
3661
4631
 
3662
- var isSymbol = USE_SYMBOL_AS_UID ? function (it) {
3663
- return typeof it == 'symbol';
3664
- } : function (it) {
3665
- return Object(it) instanceof $Symbol;
3666
- };
3667
-
3668
4632
  var $defineProperty = function defineProperty(O, P, Attributes) {
3669
4633
  if (O === ObjectPrototype) $defineProperty(ObjectPrototypeSymbols, P, Attributes);
3670
4634
  anObject(O);
3671
- var key = toPrimitive(P, true);
4635
+ var key = toPropertyKey(P);
3672
4636
  anObject(Attributes);
3673
- if (has(AllSymbols, key)) {
4637
+ if (hasOwn(AllSymbols, key)) {
3674
4638
  if (!Attributes.enumerable) {
3675
- if (!has(O, HIDDEN)) nativeDefineProperty(O, HIDDEN, createPropertyDescriptor(1, {}));
4639
+ if (!hasOwn(O, HIDDEN)) nativeDefineProperty(O, HIDDEN, createPropertyDescriptor(1, {}));
3676
4640
  O[HIDDEN][key] = true;
3677
4641
  } else {
3678
- if (has(O, HIDDEN) && O[HIDDEN][key]) O[HIDDEN][key] = false;
4642
+ if (hasOwn(O, HIDDEN) && O[HIDDEN][key]) O[HIDDEN][key] = false;
3679
4643
  Attributes = nativeObjectCreate(Attributes, { enumerable: createPropertyDescriptor(0, false) });
3680
4644
  } return setSymbolDescriptor(O, key, Attributes);
3681
4645
  } return nativeDefineProperty(O, key, Attributes);
@@ -3686,7 +4650,7 @@ var $defineProperties = function defineProperties(O, Properties) {
3686
4650
  var properties = toIndexedObject(Properties);
3687
4651
  var keys = objectKeys(properties).concat($getOwnPropertySymbols(properties));
3688
4652
  $forEach(keys, function (key) {
3689
- if (!DESCRIPTORS || $propertyIsEnumerable.call(properties, key)) $defineProperty(O, key, properties[key]);
4653
+ if (!DESCRIPTORS || call($propertyIsEnumerable, properties, key)) $defineProperty(O, key, properties[key]);
3690
4654
  });
3691
4655
  return O;
3692
4656
  };
@@ -3696,18 +4660,19 @@ var $create = function create(O, Properties) {
3696
4660
  };
3697
4661
 
3698
4662
  var $propertyIsEnumerable = function propertyIsEnumerable(V) {
3699
- var P = toPrimitive(V, true);
3700
- var enumerable = nativePropertyIsEnumerable.call(this, P);
3701
- if (this === ObjectPrototype && has(AllSymbols, P) && !has(ObjectPrototypeSymbols, P)) return false;
3702
- return enumerable || !has(this, P) || !has(AllSymbols, P) || has(this, HIDDEN) && this[HIDDEN][P] ? enumerable : true;
4663
+ var P = toPropertyKey(V);
4664
+ var enumerable = call(nativePropertyIsEnumerable, this, P);
4665
+ if (this === ObjectPrototype && hasOwn(AllSymbols, P) && !hasOwn(ObjectPrototypeSymbols, P)) return false;
4666
+ return enumerable || !hasOwn(this, P) || !hasOwn(AllSymbols, P) || hasOwn(this, HIDDEN) && this[HIDDEN][P]
4667
+ ? enumerable : true;
3703
4668
  };
3704
4669
 
3705
4670
  var $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(O, P) {
3706
4671
  var it = toIndexedObject(O);
3707
- var key = toPrimitive(P, true);
3708
- if (it === ObjectPrototype && has(AllSymbols, key) && !has(ObjectPrototypeSymbols, key)) return;
4672
+ var key = toPropertyKey(P);
4673
+ if (it === ObjectPrototype && hasOwn(AllSymbols, key) && !hasOwn(ObjectPrototypeSymbols, key)) return;
3709
4674
  var descriptor = nativeGetOwnPropertyDescriptor(it, key);
3710
- if (descriptor && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) {
4675
+ if (descriptor && hasOwn(AllSymbols, key) && !(hasOwn(it, HIDDEN) && it[HIDDEN][key])) {
3711
4676
  descriptor.enumerable = true;
3712
4677
  }
3713
4678
  return descriptor;
@@ -3717,18 +4682,18 @@ var $getOwnPropertyNames = function getOwnPropertyNames(O) {
3717
4682
  var names = nativeGetOwnPropertyNames(toIndexedObject(O));
3718
4683
  var result = [];
3719
4684
  $forEach(names, function (key) {
3720
- if (!has(AllSymbols, key) && !has(hiddenKeys, key)) result.push(key);
4685
+ if (!hasOwn(AllSymbols, key) && !hasOwn(hiddenKeys, key)) push(result, key);
3721
4686
  });
3722
4687
  return result;
3723
4688
  };
3724
4689
 
3725
- var $getOwnPropertySymbols = function getOwnPropertySymbols(O) {
4690
+ var $getOwnPropertySymbols = function (O) {
3726
4691
  var IS_OBJECT_PROTOTYPE = O === ObjectPrototype;
3727
4692
  var names = nativeGetOwnPropertyNames(IS_OBJECT_PROTOTYPE ? ObjectPrototypeSymbols : toIndexedObject(O));
3728
4693
  var result = [];
3729
4694
  $forEach(names, function (key) {
3730
- if (has(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || has(ObjectPrototype, key))) {
3731
- result.push(AllSymbols[key]);
4695
+ if (hasOwn(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || hasOwn(ObjectPrototype, key))) {
4696
+ push(result, AllSymbols[key]);
3732
4697
  }
3733
4698
  });
3734
4699
  return result;
@@ -3738,28 +4703,31 @@ var $getOwnPropertySymbols = function getOwnPropertySymbols(O) {
3738
4703
  // https://tc39.es/ecma262/#sec-symbol-constructor
3739
4704
  if (!NATIVE_SYMBOL) {
3740
4705
  $Symbol = function Symbol() {
3741
- if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor');
3742
- var description = !arguments.length || arguments[0] === undefined ? undefined : String(arguments[0]);
4706
+ if (isPrototypeOf(SymbolPrototype, this)) throw TypeError('Symbol is not a constructor');
4707
+ var description = !arguments.length || arguments[0] === undefined ? undefined : $toString(arguments[0]);
3743
4708
  var tag = uid(description);
3744
4709
  var setter = function (value) {
3745
- if (this === ObjectPrototype) setter.call(ObjectPrototypeSymbols, value);
3746
- if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;
4710
+ if (this === ObjectPrototype) call(setter, ObjectPrototypeSymbols, value);
4711
+ if (hasOwn(this, HIDDEN) && hasOwn(this[HIDDEN], tag)) this[HIDDEN][tag] = false;
3747
4712
  setSymbolDescriptor(this, tag, createPropertyDescriptor(1, value));
3748
4713
  };
3749
4714
  if (DESCRIPTORS && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter });
3750
4715
  return wrap(tag, description);
3751
4716
  };
3752
4717
 
3753
- redefine($Symbol[PROTOTYPE], 'toString', function toString() {
4718
+ SymbolPrototype = $Symbol[PROTOTYPE];
4719
+
4720
+ defineBuiltIn(SymbolPrototype, 'toString', function toString() {
3754
4721
  return getInternalState(this).tag;
3755
4722
  });
3756
4723
 
3757
- redefine($Symbol, 'withoutSetter', function (description) {
4724
+ defineBuiltIn($Symbol, 'withoutSetter', function (description) {
3758
4725
  return wrap(uid(description), description);
3759
4726
  });
3760
4727
 
3761
4728
  propertyIsEnumerableModule.f = $propertyIsEnumerable;
3762
4729
  definePropertyModule.f = $defineProperty;
4730
+ definePropertiesModule.f = $defineProperties;
3763
4731
  getOwnPropertyDescriptorModule.f = $getOwnPropertyDescriptor;
3764
4732
  getOwnPropertyNamesModule.f = getOwnPropertyNamesExternal.f = $getOwnPropertyNames;
3765
4733
  getOwnPropertySymbolsModule.f = $getOwnPropertySymbols;
@@ -3770,19 +4738,19 @@ if (!NATIVE_SYMBOL) {
3770
4738
 
3771
4739
  if (DESCRIPTORS) {
3772
4740
  // https://github.com/tc39/proposal-Symbol-description
3773
- nativeDefineProperty($Symbol[PROTOTYPE], 'description', {
4741
+ nativeDefineProperty(SymbolPrototype, 'description', {
3774
4742
  configurable: true,
3775
4743
  get: function description() {
3776
4744
  return getInternalState(this).description;
3777
4745
  }
3778
4746
  });
3779
4747
  if (!IS_PURE) {
3780
- redefine(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true });
4748
+ defineBuiltIn(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true });
3781
4749
  }
3782
4750
  }
3783
4751
  }
3784
4752
 
3785
- $({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, {
4753
+ $({ global: true, constructor: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, {
3786
4754
  Symbol: $Symbol
3787
4755
  });
3788
4756
 
@@ -3791,22 +4759,6 @@ $forEach(objectKeys(WellKnownSymbolsStore), function (name) {
3791
4759
  });
3792
4760
 
3793
4761
  $({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, {
3794
- // `Symbol.for` method
3795
- // https://tc39.es/ecma262/#sec-symbol.for
3796
- 'for': function (key) {
3797
- var string = String(key);
3798
- if (has(StringToSymbolRegistry, string)) return StringToSymbolRegistry[string];
3799
- var symbol = $Symbol(string);
3800
- StringToSymbolRegistry[string] = symbol;
3801
- SymbolToStringRegistry[symbol] = string;
3802
- return symbol;
3803
- },
3804
- // `Symbol.keyFor` method
3805
- // https://tc39.es/ecma262/#sec-symbol.keyfor
3806
- keyFor: function keyFor(sym) {
3807
- if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol');
3808
- if (has(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym];
3809
- },
3810
4762
  useSetter: function () { USE_SETTER = true; },
3811
4763
  useSimple: function () { USE_SETTER = false; }
3812
4764
  });
@@ -3829,57 +4781,13 @@ $({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS },
3829
4781
  $({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, {
3830
4782
  // `Object.getOwnPropertyNames` method
3831
4783
  // https://tc39.es/ecma262/#sec-object.getownpropertynames
3832
- getOwnPropertyNames: $getOwnPropertyNames,
3833
- // `Object.getOwnPropertySymbols` method
3834
- // https://tc39.es/ecma262/#sec-object.getownpropertysymbols
3835
- getOwnPropertySymbols: $getOwnPropertySymbols
3836
- });
3837
-
3838
- // Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives
3839
- // https://bugs.chromium.org/p/v8/issues/detail?id=3443
3840
- $({ target: 'Object', stat: true, forced: fails(function () { getOwnPropertySymbolsModule.f(1); }) }, {
3841
- getOwnPropertySymbols: function getOwnPropertySymbols(it) {
3842
- return getOwnPropertySymbolsModule.f(toObject(it));
3843
- }
4784
+ getOwnPropertyNames: $getOwnPropertyNames
3844
4785
  });
3845
4786
 
3846
- // `JSON.stringify` method behavior with symbols
3847
- // https://tc39.es/ecma262/#sec-json.stringify
3848
- if ($stringify) {
3849
- var FORCED_JSON_STRINGIFY = !NATIVE_SYMBOL || fails(function () {
3850
- var symbol = $Symbol();
3851
- // MS Edge converts symbol values to JSON as {}
3852
- return $stringify([symbol]) != '[null]'
3853
- // WebKit converts symbol values to JSON as null
3854
- || $stringify({ a: symbol }) != '{}'
3855
- // V8 throws on boxed symbols
3856
- || $stringify(Object(symbol)) != '{}';
3857
- });
3858
-
3859
- $({ target: 'JSON', stat: true, forced: FORCED_JSON_STRINGIFY }, {
3860
- // eslint-disable-next-line no-unused-vars -- required for `.length`
3861
- stringify: function stringify(it, replacer, space) {
3862
- var args = [it];
3863
- var index = 1;
3864
- var $replacer;
3865
- while (arguments.length > index) args.push(arguments[index++]);
3866
- $replacer = replacer;
3867
- if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined
3868
- if (!isArray(replacer)) replacer = function (key, value) {
3869
- if (typeof $replacer == 'function') value = $replacer.call(this, key, value);
3870
- if (!isSymbol(value)) return value;
3871
- };
3872
- args[1] = replacer;
3873
- return $stringify.apply(null, args);
3874
- }
3875
- });
3876
- }
3877
-
3878
4787
  // `Symbol.prototype[@@toPrimitive]` method
3879
4788
  // https://tc39.es/ecma262/#sec-symbol.prototype-@@toprimitive
3880
- if (!$Symbol[PROTOTYPE][TO_PRIMITIVE]) {
3881
- createNonEnumerableProperty($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);
3882
- }
4789
+ defineSymbolToPrimitive();
4790
+
3883
4791
  // `Symbol.prototype[@@toStringTag]` property
3884
4792
  // https://tc39.es/ecma262/#sec-symbol.prototype-@@tostringtag
3885
4793
  setToStringTag($Symbol, SYMBOL);
@@ -3887,6 +4795,72 @@ setToStringTag($Symbol, SYMBOL);
3887
4795
  hiddenKeys[HIDDEN] = true;
3888
4796
 
3889
4797
 
4798
+ /***/ }),
4799
+
4800
+ /***/ 763:
4801
+ /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
4802
+
4803
+ var $ = __webpack_require__(2109);
4804
+ var getBuiltIn = __webpack_require__(5005);
4805
+ var hasOwn = __webpack_require__(2597);
4806
+ var toString = __webpack_require__(1340);
4807
+ var shared = __webpack_require__(2309);
4808
+ var NATIVE_SYMBOL_REGISTRY = __webpack_require__(2015);
4809
+
4810
+ var StringToSymbolRegistry = shared('string-to-symbol-registry');
4811
+ var SymbolToStringRegistry = shared('symbol-to-string-registry');
4812
+
4813
+ // `Symbol.for` method
4814
+ // https://tc39.es/ecma262/#sec-symbol.for
4815
+ $({ target: 'Symbol', stat: true, forced: !NATIVE_SYMBOL_REGISTRY }, {
4816
+ 'for': function (key) {
4817
+ var string = toString(key);
4818
+ if (hasOwn(StringToSymbolRegistry, string)) return StringToSymbolRegistry[string];
4819
+ var symbol = getBuiltIn('Symbol')(string);
4820
+ StringToSymbolRegistry[string] = symbol;
4821
+ SymbolToStringRegistry[symbol] = string;
4822
+ return symbol;
4823
+ }
4824
+ });
4825
+
4826
+
4827
+ /***/ }),
4828
+
4829
+ /***/ 2526:
4830
+ /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
4831
+
4832
+ // TODO: Remove this module from `core-js@4` since it's split to modules listed below
4833
+ __webpack_require__(4032);
4834
+ __webpack_require__(763);
4835
+ __webpack_require__(6620);
4836
+ __webpack_require__(8862);
4837
+ __webpack_require__(9660);
4838
+
4839
+
4840
+ /***/ }),
4841
+
4842
+ /***/ 6620:
4843
+ /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
4844
+
4845
+ var $ = __webpack_require__(2109);
4846
+ var hasOwn = __webpack_require__(2597);
4847
+ var isSymbol = __webpack_require__(2190);
4848
+ var tryToString = __webpack_require__(6330);
4849
+ var shared = __webpack_require__(2309);
4850
+ var NATIVE_SYMBOL_REGISTRY = __webpack_require__(2015);
4851
+
4852
+ var SymbolToStringRegistry = shared('symbol-to-string-registry');
4853
+
4854
+ // `Symbol.keyFor` method
4855
+ // https://tc39.es/ecma262/#sec-symbol.keyfor
4856
+ $({ target: 'Symbol', stat: true, forced: !NATIVE_SYMBOL_REGISTRY }, {
4857
+ keyFor: function keyFor(sym) {
4858
+ if (!isSymbol(sym)) throw TypeError(tryToString(sym) + ' is not a symbol');
4859
+ if (hasOwn(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym];
4860
+ }
4861
+ });
4862
+
4863
+
3890
4864
  /***/ }),
3891
4865
 
3892
4866
  /***/ 4747:
@@ -3894,28 +4868,191 @@ hiddenKeys[HIDDEN] = true;
3894
4868
 
3895
4869
  var global = __webpack_require__(7854);
3896
4870
  var DOMIterables = __webpack_require__(8324);
4871
+ var DOMTokenListPrototype = __webpack_require__(8509);
3897
4872
  var forEach = __webpack_require__(8533);
3898
4873
  var createNonEnumerableProperty = __webpack_require__(8880);
3899
4874
 
3900
- for (var COLLECTION_NAME in DOMIterables) {
3901
- var Collection = global[COLLECTION_NAME];
3902
- var CollectionPrototype = Collection && Collection.prototype;
4875
+ var handlePrototype = function (CollectionPrototype) {
3903
4876
  // some Chrome versions have non-configurable methods on DOMTokenList
3904
4877
  if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try {
3905
4878
  createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach);
3906
4879
  } catch (error) {
3907
4880
  CollectionPrototype.forEach = forEach;
3908
4881
  }
4882
+ };
4883
+
4884
+ for (var COLLECTION_NAME in DOMIterables) {
4885
+ if (DOMIterables[COLLECTION_NAME]) {
4886
+ handlePrototype(global[COLLECTION_NAME] && global[COLLECTION_NAME].prototype);
4887
+ }
3909
4888
  }
3910
4889
 
4890
+ handlePrototype(DOMTokenListPrototype);
4891
+
3911
4892
 
3912
4893
  /***/ }),
3913
4894
 
3914
- /***/ 4103:
4895
+ /***/ 391:
3915
4896
  /***/ (function(module) {
3916
4897
 
3917
4898
  "use strict";
3918
- module.exports = __WEBPACK_EXTERNAL_MODULE__4103__;
4899
+ module.exports = __WEBPACK_EXTERNAL_MODULE__391__;
4900
+
4901
+ /***/ }),
4902
+
4903
+ /***/ 907:
4904
+ /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
4905
+
4906
+ "use strict";
4907
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
4908
+ /* harmony export */ "Z": function() { return /* binding */ _arrayLikeToArray; }
4909
+ /* harmony export */ });
4910
+ function _arrayLikeToArray(arr, len) {
4911
+ if (len == null || len > arr.length) len = arr.length;
4912
+ for (var i = 0, arr2 = new Array(len); i < len; i++) {
4913
+ arr2[i] = arr[i];
4914
+ }
4915
+ return arr2;
4916
+ }
4917
+
4918
+ /***/ }),
4919
+
4920
+ /***/ 4572:
4921
+ /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
4922
+
4923
+ "use strict";
4924
+
4925
+ // EXPORTS
4926
+ __webpack_require__.d(__webpack_exports__, {
4927
+ "Z": function() { return /* binding */ _defineProperty; }
4928
+ });
4929
+
4930
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
4931
+ function _typeof(obj) {
4932
+ "@babel/helpers - typeof";
4933
+
4934
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
4935
+ return typeof obj;
4936
+ } : function (obj) {
4937
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
4938
+ }, _typeof(obj);
4939
+ }
4940
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
4941
+
4942
+ function _toPrimitive(input, hint) {
4943
+ if (_typeof(input) !== "object" || input === null) return input;
4944
+ var prim = input[Symbol.toPrimitive];
4945
+ if (prim !== undefined) {
4946
+ var res = prim.call(input, hint || "default");
4947
+ if (_typeof(res) !== "object") return res;
4948
+ throw new TypeError("@@toPrimitive must return a primitive value.");
4949
+ }
4950
+ return (hint === "string" ? String : Number)(input);
4951
+ }
4952
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
4953
+
4954
+
4955
+ function _toPropertyKey(arg) {
4956
+ var key = _toPrimitive(arg, "string");
4957
+ return _typeof(key) === "symbol" ? key : String(key);
4958
+ }
4959
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
4960
+
4961
+ function _defineProperty(obj, key, value) {
4962
+ key = _toPropertyKey(key);
4963
+ if (key in obj) {
4964
+ Object.defineProperty(obj, key, {
4965
+ value: value,
4966
+ enumerable: true,
4967
+ configurable: true,
4968
+ writable: true
4969
+ });
4970
+ } else {
4971
+ obj[key] = value;
4972
+ }
4973
+ return obj;
4974
+ }
4975
+
4976
+ /***/ }),
4977
+
4978
+ /***/ 885:
4979
+ /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
4980
+
4981
+ "use strict";
4982
+
4983
+ // EXPORTS
4984
+ __webpack_require__.d(__webpack_exports__, {
4985
+ "Z": function() { return /* binding */ _slicedToArray; }
4986
+ });
4987
+
4988
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
4989
+ function _arrayWithHoles(arr) {
4990
+ if (Array.isArray(arr)) return arr;
4991
+ }
4992
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
4993
+ function _iterableToArrayLimit(arr, i) {
4994
+ var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"];
4995
+ if (null != _i) {
4996
+ var _s,
4997
+ _e,
4998
+ _x,
4999
+ _r,
5000
+ _arr = [],
5001
+ _n = !0,
5002
+ _d = !1;
5003
+ try {
5004
+ if (_x = (_i = _i.call(arr)).next, 0 === i) {
5005
+ if (Object(_i) !== _i) return;
5006
+ _n = !1;
5007
+ } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) {
5008
+ ;
5009
+ }
5010
+ } catch (err) {
5011
+ _d = !0, _e = err;
5012
+ } finally {
5013
+ try {
5014
+ if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return;
5015
+ } finally {
5016
+ if (_d) throw _e;
5017
+ }
5018
+ }
5019
+ return _arr;
5020
+ }
5021
+ }
5022
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
5023
+ var unsupportedIterableToArray = __webpack_require__(181);
5024
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
5025
+ function _nonIterableRest() {
5026
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
5027
+ }
5028
+ ;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js
5029
+
5030
+
5031
+
5032
+
5033
+ function _slicedToArray(arr, i) {
5034
+ return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || (0,unsupportedIterableToArray/* default */.Z)(arr, i) || _nonIterableRest();
5035
+ }
5036
+
5037
+ /***/ }),
5038
+
5039
+ /***/ 181:
5040
+ /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
5041
+
5042
+ "use strict";
5043
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
5044
+ /* harmony export */ "Z": function() { return /* binding */ _unsupportedIterableToArray; }
5045
+ /* harmony export */ });
5046
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(907);
5047
+
5048
+ function _unsupportedIterableToArray(o, minLen) {
5049
+ if (!o) return;
5050
+ if (typeof o === "string") return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(o, minLen);
5051
+ var n = Object.prototype.toString.call(o).slice(8, -1);
5052
+ if (n === "Object" && o.constructor) n = o.constructor.name;
5053
+ if (n === "Map" || n === "Set") return Array.from(o);
5054
+ 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);
5055
+ }
3919
5056
 
3920
5057
  /***/ })
3921
5058
 
@@ -4012,12 +5149,12 @@ __webpack_require__.d(__webpack_exports__, {
4012
5149
  "toastCreate": function() { return /* reexport */ create; }
4013
5150
  });
4014
5151
 
4015
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
4016
- var defineProperty = __webpack_require__(6156);
5152
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
5153
+ var defineProperty = __webpack_require__(4572);
4017
5154
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 3 modules
4018
- var slicedToArray = __webpack_require__(4699);
5155
+ var slicedToArray = __webpack_require__(885);
4019
5156
  // EXTERNAL MODULE: external "vue"
4020
- var external_vue_ = __webpack_require__(4103);
5157
+ var external_vue_ = __webpack_require__(391);
4021
5158
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.number.constructor.js
4022
5159
  var es_number_constructor = __webpack_require__(9653);
4023
5160
  // EXTERNAL MODULE: ./packages/utils/index.ts + 4 modules
@@ -4027,7 +5164,6 @@ var utils = __webpack_require__(4105);
4027
5164
 
4028
5165
 
4029
5166
 
4030
-
4031
5167
  /*
4032
5168
  * @Description: Toast组件
4033
5169
  * @Author: ruan fei
@@ -4038,13 +5174,11 @@ var utils = __webpack_require__(4105);
4038
5174
  */
4039
5175
 
4040
5176
 
4041
-
4042
- var _createNamespace = (0,utils/* createNamespace */.do)('toast'),
4043
- _createNamespace2 = (0,slicedToArray/* default */.Z)(_createNamespace, 3),
4044
- toast_name = _createNamespace2[0],
4045
- bem = _createNamespace2[1],
4046
- gBem = _createNamespace2[2];
4047
-
5177
+ var _createNamespace = (0,utils/* createNamespace */["do"])('toast'),
5178
+ _createNamespace2 = (0,slicedToArray/* default */.Z)(_createNamespace, 3),
5179
+ toast_name = _createNamespace2[0],
5180
+ bem = _createNamespace2[1],
5181
+ gBem = _createNamespace2[2];
4048
5182
  var _props = {
4049
5183
  // 主文案
4050
5184
  title: {
@@ -4084,7 +5218,6 @@ var _props = {
4084
5218
  var slots = _ref.slots;
4085
5219
  var state = (0,external_vue_.reactive)({
4086
5220
  visible: false // 控制v-show
4087
-
4088
5221
  });
4089
5222
 
4090
5223
  var show = function show() {
@@ -4092,21 +5225,19 @@ var _props = {
4092
5225
  state.visible = false;
4093
5226
  clearTimeout(timer);
4094
5227
  }, Number(props.duration));
4095
- }; // 挂载切换v-show显示
4096
-
4097
-
5228
+ };
5229
+ // 挂载切换v-show显示
4098
5230
  (0,external_vue_.onMounted)(function () {
4099
5231
  state.visible = true;
4100
5232
  show();
4101
5233
  });
4102
5234
  return function () {
4103
5235
  var _slots$icon;
4104
-
4105
5236
  var title = props.title,
4106
- message = props.message,
4107
- position = props.position,
4108
- animationDuration = props.animationDuration,
4109
- onClose = props.onClose;
5237
+ message = props.message,
5238
+ position = props.position,
5239
+ animationDuration = props.animationDuration,
5240
+ onClose = props.onClose;
4110
5241
  return (0,external_vue_.createVNode)(external_vue_.Transition, {
4111
5242
  "name": gBem('animation', 'fade'),
4112
5243
  "onAfterLeave": onClose
@@ -4141,6 +5272,12 @@ var es_object_get_own_property_descriptor = __webpack_require__(5003);
4141
5272
  var web_dom_collections_for_each = __webpack_require__(4747);
4142
5273
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.get-own-property-descriptors.js
4143
5274
  var es_object_get_own_property_descriptors = __webpack_require__(9337);
5275
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.define-properties.js
5276
+ var es_object_define_properties = __webpack_require__(3321);
5277
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.define-property.js
5278
+ var es_object_define_property = __webpack_require__(9070);
5279
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.to-string.js
5280
+ var es_object_to_string = __webpack_require__(1539);
4144
5281
  // EXTERNAL MODULE: ./packages/icon/index.ts + 1 modules
4145
5282
  var packages_icon = __webpack_require__(2519);
4146
5283
  ;// CONCATENATED MODULE: ./packages/toast/src/create.ts
@@ -4152,32 +5289,32 @@ var packages_icon = __webpack_require__(2519);
4152
5289
 
4153
5290
 
4154
5291
 
4155
- 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; }
4156
5292
 
4157
- 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; }
4158
5293
 
5294
+ 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; }
5295
+ 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; }
4159
5296
  /*
4160
5297
  * @Description: Toast Create
4161
5298
  * @Author: ruan fei
4162
5299
  * @Date: 2021-05-13 19:24:01
4163
5300
  * @LastEditors: ruan fei
4164
- * @LastEditTime: 2022-07-21 16:04:00
5301
+ * @LastEditTime: 2022-12-12 17:01:31
4165
5302
  * @FilePath: /yui-vue/packages/toast/src/create.ts
4166
5303
  */
4167
5304
 
4168
5305
 
4169
- // app及element
4170
-
4171
- var toastApp = (0,external_vue_.createApp)({}); // id编号
4172
5306
 
4173
- var num = 0; // 每个Toast相关变量数组
5307
+ // app及element
5308
+ var toastApp = (0,external_vue_.createApp)({});
5309
+ // id编号
5310
+ var num = 0;
5311
+ // 每个Toast相关变量数组
4174
5312
 
4175
5313
  var treasures = [];
4176
5314
  /**
4177
5315
  * @description: 创建实例并挂载
4178
5316
  * @param 自定义Props
4179
5317
  */
4180
-
4181
5318
  var toastCreate = function toastCreate(customProps, iconProps) {
4182
5319
  var id = "toast".concat(num += 1);
4183
5320
  var wrapper = {
@@ -4188,7 +5325,7 @@ var toastCreate = function toastCreate(customProps, iconProps) {
4188
5325
  }
4189
5326
  }), {
4190
5327
  icon: function icon() {
4191
- return (0,external_vue_.h)(packages_icon.default, _objectSpread({}, iconProps));
5328
+ return (0,external_vue_.h)(packages_icon["default"], _objectSpread({}, iconProps));
4192
5329
  }
4193
5330
  });
4194
5331
  }
@@ -4199,8 +5336,8 @@ var toastCreate = function toastCreate(customProps, iconProps) {
4199
5336
  id: id,
4200
5337
  app: toastApp,
4201
5338
  el: element
4202
- }); // 挂载
4203
-
5339
+ });
5340
+ // 挂载
4204
5341
  toastApp.mount(element);
4205
5342
  document.body.appendChild(element);
4206
5343
  };
@@ -4209,20 +5346,17 @@ var toastCreate = function toastCreate(customProps, iconProps) {
4209
5346
  * @param {string} id toast ID,用于查找
4210
5347
  * @param {function} userOnClose 提供给用户关闭监听方法
4211
5348
  */
4212
-
4213
-
4214
5349
  var create_close = function close(id, userOnClose) {
4215
5350
  treasures.forEach(function (obj) {
4216
5351
  // ID匹配,卸载app及element
4217
5352
  if (id === obj.id) {
4218
5353
  obj.app.unmount();
4219
- document.body.removeChild(obj.el); // 执行用户方法
4220
-
5354
+ document.body.removeChild(obj.el);
5355
+ // 执行用户方法
4221
5356
  userOnClose === null || userOnClose === void 0 ? void 0 : userOnClose();
4222
5357
  }
4223
5358
  });
4224
5359
  };
4225
-
4226
5360
  /* harmony default export */ var create = (toastCreate);
4227
5361
  ;// CONCATENATED MODULE: ./packages/toast/index.ts
4228
5362
  /*
@@ -4240,7 +5374,6 @@ var create_close = function close(id, userOnClose) {
4240
5374
  toast.install = function (app) {
4241
5375
  app.provide('toast', create);
4242
5376
  };
4243
-
4244
5377
  /* harmony default export */ var packages_toast = (toast);
4245
5378
 
4246
5379
  }();