bootstrap-table-rails 1.19.1 → 1.20.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/lib/bootstrap-table-rails/version.rb +1 -1
  4. data/vendor/assets/javascripts/.DS_Store +0 -0
  5. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +1745 -938
  6. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +33 -1320
  7. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +34 -1321
  8. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +7 -6
  9. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +3722 -2300
  10. data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +1534 -600
  11. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +953 -371
  12. data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +1948 -1072
  13. data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +976 -386
  14. data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +989 -390
  15. data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +816 -293
  16. data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +1360 -664
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +1565 -766
  18. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.css +9 -1
  19. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +3382 -1203
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/utils.js +1893 -892
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +993 -405
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +1366 -572
  23. data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +16 -8
  24. data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +1095 -487
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +1010 -381
  26. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +1326 -538
  27. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +924 -356
  28. data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +937 -369
  29. data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +1269 -459
  30. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +998 -390
  31. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +883 -319
  32. data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +816 -293
  33. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +931 -363
  34. data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +1401 -705
  35. data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +931 -360
  36. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +802 -287
  37. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +802 -287
  38. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +810 -295
  39. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +802 -287
  40. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +822 -307
  41. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +802 -287
  42. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +802 -287
  43. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +802 -287
  44. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +802 -287
  45. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +802 -287
  46. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +802 -287
  47. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +802 -287
  48. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +802 -287
  49. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +802 -287
  50. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +802 -287
  51. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +802 -287
  52. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +802 -287
  53. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +802 -287
  54. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +802 -287
  55. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +802 -287
  56. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +802 -287
  57. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +802 -287
  58. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +802 -287
  59. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +805 -289
  60. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +802 -287
  61. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hi-IN.js +1321 -0
  62. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +802 -287
  63. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +802 -287
  64. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +802 -287
  65. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +802 -287
  66. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +802 -287
  67. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +802 -287
  68. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +827 -311
  69. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-lb-LU.js +1321 -0
  70. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +802 -287
  71. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +802 -287
  72. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +841 -287
  73. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +841 -287
  74. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +802 -287
  75. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +802 -287
  76. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +802 -287
  77. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +802 -287
  78. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +802 -287
  79. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +802 -287
  80. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +802 -287
  81. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +802 -287
  82. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +802 -287
  83. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +802 -287
  84. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +802 -287
  85. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +802 -287
  86. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +802 -287
  87. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +802 -287
  88. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +802 -287
  89. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +802 -287
  90. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +802 -287
  91. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +6 -5
  92. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +940 -370
  93. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +6 -5
  94. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +936 -350
  95. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +6 -5
  96. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +940 -354
  97. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +6 -5
  98. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +938 -367
  99. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +6 -5
  100. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +934 -348
  101. metadata +5 -4
  102. data/vendor/assets/javascripts/bootstrap-table/.DS_Store +0 -0
@@ -2,11 +2,11 @@
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) :
3
3
  typeof define === 'function' && define.amd ? define(['jquery'], factory) :
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.jQuery));
5
- }(this, (function ($) { 'use strict';
5
+ })(this, (function ($$b) { 'use strict';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
9
- var $__default = /*#__PURE__*/_interopDefaultLegacy($);
9
+ var $__default = /*#__PURE__*/_interopDefaultLegacy($$b);
10
10
 
11
11
  function _classCallCheck(instance, Constructor) {
12
12
  if (!(instance instanceof Constructor)) {
@@ -27,6 +27,9 @@
27
27
  function _createClass(Constructor, protoProps, staticProps) {
28
28
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
29
29
  if (staticProps) _defineProperties(Constructor, staticProps);
30
+ Object.defineProperty(Constructor, "prototype", {
31
+ writable: false
32
+ });
30
33
  return Constructor;
31
34
  }
32
35
 
@@ -42,6 +45,9 @@
42
45
  configurable: true
43
46
  }
44
47
  });
48
+ Object.defineProperty(subClass, "prototype", {
49
+ writable: false
50
+ });
45
51
  if (superClass) _setPrototypeOf(subClass, superClass);
46
52
  }
47
53
 
@@ -85,6 +91,8 @@
85
91
  function _possibleConstructorReturn(self, call) {
86
92
  if (call && (typeof call === "object" || typeof call === "function")) {
87
93
  return call;
94
+ } else if (call !== void 0) {
95
+ throw new TypeError("Derived constructors may only return object or undefined");
88
96
  }
89
97
 
90
98
  return _assertThisInitialized(self);
@@ -118,7 +126,7 @@
118
126
  return object;
119
127
  }
120
128
 
121
- function _get(target, property, receiver) {
129
+ function _get() {
122
130
  if (typeof Reflect !== "undefined" && Reflect.get) {
123
131
  _get = Reflect.get;
124
132
  } else {
@@ -129,14 +137,14 @@
129
137
  var desc = Object.getOwnPropertyDescriptor(base, property);
130
138
 
131
139
  if (desc.get) {
132
- return desc.get.call(receiver);
140
+ return desc.get.call(arguments.length < 3 ? target : receiver);
133
141
  }
134
142
 
135
143
  return desc.value;
136
144
  };
137
145
  }
138
146
 
139
- return _get(target, property, receiver || target);
147
+ return _get.apply(this, arguments);
140
148
  }
141
149
 
142
150
  function _unsupportedIterableToArray(o, minLen) {
@@ -157,9 +165,9 @@
157
165
  }
158
166
 
159
167
  function _createForOfIteratorHelper(o, allowArrayLike) {
160
- var it;
168
+ var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
161
169
 
162
- if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {
170
+ if (!it) {
163
171
  if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
164
172
  if (it) o = it;
165
173
  var i = 0;
@@ -192,7 +200,7 @@
192
200
  err;
193
201
  return {
194
202
  s: function () {
195
- it = o[Symbol.iterator]();
203
+ it = it.call(o);
196
204
  },
197
205
  n: function () {
198
206
  var step = it.next();
@@ -215,17 +223,13 @@
215
223
 
216
224
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
217
225
 
218
- function createCommonjsModule(fn, module) {
219
- return module = { exports: {} }, fn(module, module.exports), module.exports;
220
- }
221
-
222
226
  var check = function (it) {
223
227
  return it && it.Math == Math && it;
224
228
  };
225
229
 
226
230
  // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
227
- var global_1 =
228
- // eslint-disable-next-line es/no-global-this -- safe
231
+ var global$s =
232
+ // eslint-disable-next-line es-x/no-global-this -- safe
229
233
  check(typeof globalThis == 'object' && globalThis) ||
230
234
  check(typeof window == 'object' && window) ||
231
235
  // eslint-disable-next-line no-restricted-globals -- safe
@@ -234,7 +238,9 @@
234
238
  // eslint-disable-next-line no-new-func -- fallback
235
239
  (function () { return this; })() || Function('return this')();
236
240
 
237
- var fails = function (exec) {
241
+ var objectGetOwnPropertyDescriptor = {};
242
+
243
+ var fails$f = function (exec) {
238
244
  try {
239
245
  return !!exec();
240
246
  } catch (error) {
@@ -242,14 +248,35 @@
242
248
  }
243
249
  };
244
250
 
251
+ var fails$e = fails$f;
252
+
245
253
  // Detect IE8's incomplete defineProperty implementation
246
- var descriptors = !fails(function () {
247
- // eslint-disable-next-line es/no-object-defineproperty -- required for testing
254
+ var descriptors = !fails$e(function () {
255
+ // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
248
256
  return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
249
257
  });
250
258
 
259
+ var fails$d = fails$f;
260
+
261
+ var functionBindNative = !fails$d(function () {
262
+ // eslint-disable-next-line es-x/no-function-prototype-bind -- safe
263
+ var test = (function () { /* empty */ }).bind();
264
+ // eslint-disable-next-line no-prototype-builtins -- safe
265
+ return typeof test != 'function' || test.hasOwnProperty('prototype');
266
+ });
267
+
268
+ var NATIVE_BIND$2 = functionBindNative;
269
+
270
+ var call$5 = Function.prototype.call;
271
+
272
+ var functionCall = NATIVE_BIND$2 ? call$5.bind(call$5) : function () {
273
+ return call$5.apply(call$5, arguments);
274
+ };
275
+
276
+ var objectPropertyIsEnumerable = {};
277
+
251
278
  var $propertyIsEnumerable = {}.propertyIsEnumerable;
252
- // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
279
+ // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
253
280
  var getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
254
281
 
255
282
  // Nashorn ~ JDK8 bug
@@ -257,16 +284,12 @@
257
284
 
258
285
  // `Object.prototype.propertyIsEnumerable` method implementation
259
286
  // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
260
- var f$4 = NASHORN_BUG ? function propertyIsEnumerable(V) {
287
+ objectPropertyIsEnumerable.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
261
288
  var descriptor = getOwnPropertyDescriptor$1(this, V);
262
289
  return !!descriptor && descriptor.enumerable;
263
290
  } : $propertyIsEnumerable;
264
291
 
265
- var objectPropertyIsEnumerable = {
266
- f: f$4
267
- };
268
-
269
- var createPropertyDescriptor = function (bitmap, value) {
292
+ var createPropertyDescriptor$3 = function (bitmap, value) {
270
293
  return {
271
294
  enumerable: !(bitmap & 1),
272
295
  configurable: !(bitmap & 2),
@@ -275,183 +298,539 @@
275
298
  };
276
299
  };
277
300
 
278
- var toString = {}.toString;
301
+ var NATIVE_BIND$1 = functionBindNative;
302
+
303
+ var FunctionPrototype$1 = Function.prototype;
304
+ var bind$3 = FunctionPrototype$1.bind;
305
+ var call$4 = FunctionPrototype$1.call;
306
+ var uncurryThis$h = NATIVE_BIND$1 && bind$3.bind(call$4, call$4);
307
+
308
+ var functionUncurryThis = NATIVE_BIND$1 ? function (fn) {
309
+ return fn && uncurryThis$h(fn);
310
+ } : function (fn) {
311
+ return fn && function () {
312
+ return call$4.apply(fn, arguments);
313
+ };
314
+ };
315
+
316
+ var uncurryThis$g = functionUncurryThis;
317
+
318
+ var toString$4 = uncurryThis$g({}.toString);
319
+ var stringSlice = uncurryThis$g(''.slice);
279
320
 
280
- var classofRaw = function (it) {
281
- return toString.call(it).slice(8, -1);
321
+ var classofRaw$1 = function (it) {
322
+ return stringSlice(toString$4(it), 8, -1);
282
323
  };
283
324
 
284
- var split = ''.split;
325
+ var global$r = global$s;
326
+ var uncurryThis$f = functionUncurryThis;
327
+ var fails$c = fails$f;
328
+ var classof$5 = classofRaw$1;
329
+
330
+ var Object$4 = global$r.Object;
331
+ var split = uncurryThis$f(''.split);
285
332
 
286
333
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
287
- var indexedObject = fails(function () {
334
+ var indexedObject = fails$c(function () {
288
335
  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
289
336
  // eslint-disable-next-line no-prototype-builtins -- safe
290
- return !Object('z').propertyIsEnumerable(0);
337
+ return !Object$4('z').propertyIsEnumerable(0);
291
338
  }) ? function (it) {
292
- return classofRaw(it) == 'String' ? split.call(it, '') : Object(it);
293
- } : Object;
339
+ return classof$5(it) == 'String' ? split(it, '') : Object$4(it);
340
+ } : Object$4;
341
+
342
+ var global$q = global$s;
343
+
344
+ var TypeError$9 = global$q.TypeError;
294
345
 
295
346
  // `RequireObjectCoercible` abstract operation
296
347
  // https://tc39.es/ecma262/#sec-requireobjectcoercible
297
- var requireObjectCoercible = function (it) {
298
- if (it == undefined) throw TypeError("Can't call method on " + it);
348
+ var requireObjectCoercible$2 = function (it) {
349
+ if (it == undefined) throw TypeError$9("Can't call method on " + it);
299
350
  return it;
300
351
  };
301
352
 
302
353
  // toObject with fallback for non-array-like ES3 strings
354
+ var IndexedObject$3 = indexedObject;
355
+ var requireObjectCoercible$1 = requireObjectCoercible$2;
356
+
357
+ var toIndexedObject$6 = function (it) {
358
+ return IndexedObject$3(requireObjectCoercible$1(it));
359
+ };
360
+
361
+ // `IsCallable` abstract operation
362
+ // https://tc39.es/ecma262/#sec-iscallable
363
+ var isCallable$c = function (argument) {
364
+ return typeof argument == 'function';
365
+ };
366
+
367
+ var isCallable$b = isCallable$c;
368
+
369
+ var isObject$8 = function (it) {
370
+ return typeof it == 'object' ? it !== null : isCallable$b(it);
371
+ };
372
+
373
+ var global$p = global$s;
374
+ var isCallable$a = isCallable$c;
375
+
376
+ var aFunction = function (argument) {
377
+ return isCallable$a(argument) ? argument : undefined;
378
+ };
379
+
380
+ var getBuiltIn$5 = function (namespace, method) {
381
+ return arguments.length < 2 ? aFunction(global$p[namespace]) : global$p[namespace] && global$p[namespace][method];
382
+ };
383
+
384
+ var uncurryThis$e = functionUncurryThis;
385
+
386
+ var objectIsPrototypeOf = uncurryThis$e({}.isPrototypeOf);
387
+
388
+ var getBuiltIn$4 = getBuiltIn$5;
389
+
390
+ var engineUserAgent = getBuiltIn$4('navigator', 'userAgent') || '';
391
+
392
+ var global$o = global$s;
393
+ var userAgent$2 = engineUserAgent;
394
+
395
+ var process = global$o.process;
396
+ var Deno = global$o.Deno;
397
+ var versions = process && process.versions || Deno && Deno.version;
398
+ var v8 = versions && versions.v8;
399
+ var match, version;
400
+
401
+ if (v8) {
402
+ match = v8.split('.');
403
+ // in old Chrome, versions of V8 isn't V8 = Chrome / 10
404
+ // but their correct versions are not interesting for us
405
+ version = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]);
406
+ }
407
+
408
+ // BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0`
409
+ // so check `userAgent` even if `.v8` exists, but 0
410
+ if (!version && userAgent$2) {
411
+ match = userAgent$2.match(/Edge\/(\d+)/);
412
+ if (!match || match[1] >= 74) {
413
+ match = userAgent$2.match(/Chrome\/(\d+)/);
414
+ if (match) version = +match[1];
415
+ }
416
+ }
417
+
418
+ var engineV8Version = version;
419
+
420
+ /* eslint-disable es-x/no-symbol -- required for testing */
421
+
422
+ var V8_VERSION$2 = engineV8Version;
423
+ var fails$b = fails$f;
424
+
425
+ // eslint-disable-next-line es-x/no-object-getownpropertysymbols -- required for testing
426
+ var nativeSymbol = !!Object.getOwnPropertySymbols && !fails$b(function () {
427
+ var symbol = Symbol();
428
+ // Chrome 38 Symbol has incorrect toString conversion
429
+ // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
430
+ return !String(symbol) || !(Object(symbol) instanceof Symbol) ||
431
+ // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
432
+ !Symbol.sham && V8_VERSION$2 && V8_VERSION$2 < 41;
433
+ });
434
+
435
+ /* eslint-disable es-x/no-symbol -- required for testing */
436
+
437
+ var NATIVE_SYMBOL$1 = nativeSymbol;
438
+
439
+ var useSymbolAsUid = NATIVE_SYMBOL$1
440
+ && !Symbol.sham
441
+ && typeof Symbol.iterator == 'symbol';
303
442
 
443
+ var global$n = global$s;
444
+ var getBuiltIn$3 = getBuiltIn$5;
445
+ var isCallable$9 = isCallable$c;
446
+ var isPrototypeOf = objectIsPrototypeOf;
447
+ var USE_SYMBOL_AS_UID$1 = useSymbolAsUid;
304
448
 
449
+ var Object$3 = global$n.Object;
305
450
 
306
- var toIndexedObject = function (it) {
307
- return indexedObject(requireObjectCoercible(it));
451
+ var isSymbol$2 = USE_SYMBOL_AS_UID$1 ? function (it) {
452
+ return typeof it == 'symbol';
453
+ } : function (it) {
454
+ var $Symbol = getBuiltIn$3('Symbol');
455
+ return isCallable$9($Symbol) && isPrototypeOf($Symbol.prototype, Object$3(it));
308
456
  };
309
457
 
310
- var isObject = function (it) {
311
- return typeof it === 'object' ? it !== null : typeof it === 'function';
458
+ var global$m = global$s;
459
+
460
+ var String$3 = global$m.String;
461
+
462
+ var tryToString$1 = function (argument) {
463
+ try {
464
+ return String$3(argument);
465
+ } catch (error) {
466
+ return 'Object';
467
+ }
312
468
  };
313
469
 
470
+ var global$l = global$s;
471
+ var isCallable$8 = isCallable$c;
472
+ var tryToString = tryToString$1;
473
+
474
+ var TypeError$8 = global$l.TypeError;
475
+
476
+ // `Assert: IsCallable(argument) is true`
477
+ var aCallable$3 = function (argument) {
478
+ if (isCallable$8(argument)) return argument;
479
+ throw TypeError$8(tryToString(argument) + ' is not a function');
480
+ };
481
+
482
+ var aCallable$2 = aCallable$3;
483
+
484
+ // `GetMethod` abstract operation
485
+ // https://tc39.es/ecma262/#sec-getmethod
486
+ var getMethod$1 = function (V, P) {
487
+ var func = V[P];
488
+ return func == null ? undefined : aCallable$2(func);
489
+ };
490
+
491
+ var global$k = global$s;
492
+ var call$3 = functionCall;
493
+ var isCallable$7 = isCallable$c;
494
+ var isObject$7 = isObject$8;
495
+
496
+ var TypeError$7 = global$k.TypeError;
497
+
498
+ // `OrdinaryToPrimitive` abstract operation
499
+ // https://tc39.es/ecma262/#sec-ordinarytoprimitive
500
+ var ordinaryToPrimitive$1 = function (input, pref) {
501
+ var fn, val;
502
+ if (pref === 'string' && isCallable$7(fn = input.toString) && !isObject$7(val = call$3(fn, input))) return val;
503
+ if (isCallable$7(fn = input.valueOf) && !isObject$7(val = call$3(fn, input))) return val;
504
+ if (pref !== 'string' && isCallable$7(fn = input.toString) && !isObject$7(val = call$3(fn, input))) return val;
505
+ throw TypeError$7("Can't convert object to primitive value");
506
+ };
507
+
508
+ var shared$3 = {exports: {}};
509
+
510
+ var global$j = global$s;
511
+
512
+ // eslint-disable-next-line es-x/no-object-defineproperty -- safe
513
+ var defineProperty$2 = Object.defineProperty;
514
+
515
+ var setGlobal$3 = function (key, value) {
516
+ try {
517
+ defineProperty$2(global$j, key, { value: value, configurable: true, writable: true });
518
+ } catch (error) {
519
+ global$j[key] = value;
520
+ } return value;
521
+ };
522
+
523
+ var global$i = global$s;
524
+ var setGlobal$2 = setGlobal$3;
525
+
526
+ var SHARED = '__core-js_shared__';
527
+ var store$3 = global$i[SHARED] || setGlobal$2(SHARED, {});
528
+
529
+ var sharedStore = store$3;
530
+
531
+ var store$2 = sharedStore;
532
+
533
+ (shared$3.exports = function (key, value) {
534
+ return store$2[key] || (store$2[key] = value !== undefined ? value : {});
535
+ })('versions', []).push({
536
+ version: '3.22.5',
537
+ mode: 'global',
538
+ copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
539
+ license: 'https://github.com/zloirock/core-js/blob/v3.22.5/LICENSE',
540
+ source: 'https://github.com/zloirock/core-js'
541
+ });
542
+
543
+ var global$h = global$s;
544
+ var requireObjectCoercible = requireObjectCoercible$2;
545
+
546
+ var Object$2 = global$h.Object;
547
+
548
+ // `ToObject` abstract operation
549
+ // https://tc39.es/ecma262/#sec-toobject
550
+ var toObject$6 = function (argument) {
551
+ return Object$2(requireObjectCoercible(argument));
552
+ };
553
+
554
+ var uncurryThis$d = functionUncurryThis;
555
+ var toObject$5 = toObject$6;
556
+
557
+ var hasOwnProperty = uncurryThis$d({}.hasOwnProperty);
558
+
559
+ // `HasOwnProperty` abstract operation
560
+ // https://tc39.es/ecma262/#sec-hasownproperty
561
+ // eslint-disable-next-line es-x/no-object-hasown -- safe
562
+ var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
563
+ return hasOwnProperty(toObject$5(it), key);
564
+ };
565
+
566
+ var uncurryThis$c = functionUncurryThis;
567
+
568
+ var id = 0;
569
+ var postfix = Math.random();
570
+ var toString$3 = uncurryThis$c(1.0.toString);
571
+
572
+ var uid$2 = function (key) {
573
+ return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$3(++id + postfix, 36);
574
+ };
575
+
576
+ var global$g = global$s;
577
+ var shared$2 = shared$3.exports;
578
+ var hasOwn$6 = hasOwnProperty_1;
579
+ var uid$1 = uid$2;
580
+ var NATIVE_SYMBOL = nativeSymbol;
581
+ var USE_SYMBOL_AS_UID = useSymbolAsUid;
582
+
583
+ var WellKnownSymbolsStore = shared$2('wks');
584
+ var Symbol$1 = global$g.Symbol;
585
+ var symbolFor = Symbol$1 && Symbol$1['for'];
586
+ var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid$1;
587
+
588
+ var wellKnownSymbol$8 = function (name) {
589
+ if (!hasOwn$6(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {
590
+ var description = 'Symbol.' + name;
591
+ if (NATIVE_SYMBOL && hasOwn$6(Symbol$1, name)) {
592
+ WellKnownSymbolsStore[name] = Symbol$1[name];
593
+ } else if (USE_SYMBOL_AS_UID && symbolFor) {
594
+ WellKnownSymbolsStore[name] = symbolFor(description);
595
+ } else {
596
+ WellKnownSymbolsStore[name] = createWellKnownSymbol(description);
597
+ }
598
+ } return WellKnownSymbolsStore[name];
599
+ };
600
+
601
+ var global$f = global$s;
602
+ var call$2 = functionCall;
603
+ var isObject$6 = isObject$8;
604
+ var isSymbol$1 = isSymbol$2;
605
+ var getMethod = getMethod$1;
606
+ var ordinaryToPrimitive = ordinaryToPrimitive$1;
607
+ var wellKnownSymbol$7 = wellKnownSymbol$8;
608
+
609
+ var TypeError$6 = global$f.TypeError;
610
+ var TO_PRIMITIVE = wellKnownSymbol$7('toPrimitive');
611
+
314
612
  // `ToPrimitive` abstract operation
315
613
  // https://tc39.es/ecma262/#sec-toprimitive
316
- // instead of the ES6 spec version, we didn't implement @@toPrimitive case
317
- // and the second argument - flag - preferred type is a string
318
- var toPrimitive = function (input, PREFERRED_STRING) {
319
- if (!isObject(input)) return input;
320
- var fn, val;
321
- if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
322
- if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;
323
- if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
324
- throw TypeError("Can't convert object to primitive value");
614
+ var toPrimitive$1 = function (input, pref) {
615
+ if (!isObject$6(input) || isSymbol$1(input)) return input;
616
+ var exoticToPrim = getMethod(input, TO_PRIMITIVE);
617
+ var result;
618
+ if (exoticToPrim) {
619
+ if (pref === undefined) pref = 'default';
620
+ result = call$2(exoticToPrim, input, pref);
621
+ if (!isObject$6(result) || isSymbol$1(result)) return result;
622
+ throw TypeError$6("Can't convert object to primitive value");
623
+ }
624
+ if (pref === undefined) pref = 'number';
625
+ return ordinaryToPrimitive(input, pref);
325
626
  };
326
627
 
327
- var hasOwnProperty = {}.hasOwnProperty;
628
+ var toPrimitive = toPrimitive$1;
629
+ var isSymbol = isSymbol$2;
328
630
 
329
- var has$1 = function (it, key) {
330
- return hasOwnProperty.call(it, key);
631
+ // `ToPropertyKey` abstract operation
632
+ // https://tc39.es/ecma262/#sec-topropertykey
633
+ var toPropertyKey$3 = function (argument) {
634
+ var key = toPrimitive(argument, 'string');
635
+ return isSymbol(key) ? key : key + '';
331
636
  };
332
637
 
333
- var document$1 = global_1.document;
638
+ var global$e = global$s;
639
+ var isObject$5 = isObject$8;
640
+
641
+ var document$1 = global$e.document;
334
642
  // typeof document.createElement is 'object' in old IE
335
- var EXISTS = isObject(document$1) && isObject(document$1.createElement);
643
+ var EXISTS$1 = isObject$5(document$1) && isObject$5(document$1.createElement);
336
644
 
337
- var documentCreateElement = function (it) {
338
- return EXISTS ? document$1.createElement(it) : {};
645
+ var documentCreateElement$1 = function (it) {
646
+ return EXISTS$1 ? document$1.createElement(it) : {};
339
647
  };
340
648
 
341
- // Thank's IE8 for his funny defineProperty
342
- var ie8DomDefine = !descriptors && !fails(function () {
343
- // eslint-disable-next-line es/no-object-defineproperty -- requied for testing
344
- return Object.defineProperty(documentCreateElement('div'), 'a', {
649
+ var DESCRIPTORS$8 = descriptors;
650
+ var fails$a = fails$f;
651
+ var createElement = documentCreateElement$1;
652
+
653
+ // Thanks to IE8 for its funny defineProperty
654
+ var ie8DomDefine = !DESCRIPTORS$8 && !fails$a(function () {
655
+ // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
656
+ return Object.defineProperty(createElement('div'), 'a', {
345
657
  get: function () { return 7; }
346
658
  }).a != 7;
347
659
  });
348
660
 
349
- // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
350
- var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
661
+ var DESCRIPTORS$7 = descriptors;
662
+ var call$1 = functionCall;
663
+ var propertyIsEnumerableModule$1 = objectPropertyIsEnumerable;
664
+ var createPropertyDescriptor$2 = createPropertyDescriptor$3;
665
+ var toIndexedObject$5 = toIndexedObject$6;
666
+ var toPropertyKey$2 = toPropertyKey$3;
667
+ var hasOwn$5 = hasOwnProperty_1;
668
+ var IE8_DOM_DEFINE$1 = ie8DomDefine;
669
+
670
+ // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
671
+ var $getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
351
672
 
352
673
  // `Object.getOwnPropertyDescriptor` method
353
674
  // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
354
- var f$3 = descriptors ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
355
- O = toIndexedObject(O);
356
- P = toPrimitive(P, true);
357
- if (ie8DomDefine) try {
358
- return $getOwnPropertyDescriptor(O, P);
675
+ objectGetOwnPropertyDescriptor.f = DESCRIPTORS$7 ? $getOwnPropertyDescriptor$1 : function getOwnPropertyDescriptor(O, P) {
676
+ O = toIndexedObject$5(O);
677
+ P = toPropertyKey$2(P);
678
+ if (IE8_DOM_DEFINE$1) try {
679
+ return $getOwnPropertyDescriptor$1(O, P);
359
680
  } catch (error) { /* empty */ }
360
- if (has$1(O, P)) return createPropertyDescriptor(!objectPropertyIsEnumerable.f.call(O, P), O[P]);
681
+ if (hasOwn$5(O, P)) return createPropertyDescriptor$2(!call$1(propertyIsEnumerableModule$1.f, O, P), O[P]);
361
682
  };
362
683
 
363
- var objectGetOwnPropertyDescriptor = {
364
- f: f$3
365
- };
684
+ var objectDefineProperty = {};
685
+
686
+ var DESCRIPTORS$6 = descriptors;
687
+ var fails$9 = fails$f;
688
+
689
+ // V8 ~ Chrome 36-
690
+ // https://bugs.chromium.org/p/v8/issues/detail?id=3334
691
+ var v8PrototypeDefineBug = DESCRIPTORS$6 && fails$9(function () {
692
+ // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
693
+ return Object.defineProperty(function () { /* empty */ }, 'prototype', {
694
+ value: 42,
695
+ writable: false
696
+ }).prototype != 42;
697
+ });
698
+
699
+ var global$d = global$s;
700
+ var isObject$4 = isObject$8;
366
701
 
367
- var anObject = function (it) {
368
- if (!isObject(it)) {
369
- throw TypeError(String(it) + ' is not an object');
370
- } return it;
702
+ var String$2 = global$d.String;
703
+ var TypeError$5 = global$d.TypeError;
704
+
705
+ // `Assert: Type(argument) is Object`
706
+ var anObject$4 = function (argument) {
707
+ if (isObject$4(argument)) return argument;
708
+ throw TypeError$5(String$2(argument) + ' is not an object');
371
709
  };
372
710
 
373
- // eslint-disable-next-line es/no-object-defineproperty -- safe
711
+ var global$c = global$s;
712
+ var DESCRIPTORS$5 = descriptors;
713
+ var IE8_DOM_DEFINE = ie8DomDefine;
714
+ var V8_PROTOTYPE_DEFINE_BUG$1 = v8PrototypeDefineBug;
715
+ var anObject$3 = anObject$4;
716
+ var toPropertyKey$1 = toPropertyKey$3;
717
+
718
+ var TypeError$4 = global$c.TypeError;
719
+ // eslint-disable-next-line es-x/no-object-defineproperty -- safe
374
720
  var $defineProperty = Object.defineProperty;
721
+ // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
722
+ var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
723
+ var ENUMERABLE = 'enumerable';
724
+ var CONFIGURABLE$1 = 'configurable';
725
+ var WRITABLE = 'writable';
375
726
 
376
727
  // `Object.defineProperty` method
377
728
  // https://tc39.es/ecma262/#sec-object.defineproperty
378
- var f$2 = descriptors ? $defineProperty : function defineProperty(O, P, Attributes) {
379
- anObject(O);
380
- P = toPrimitive(P, true);
381
- anObject(Attributes);
382
- if (ie8DomDefine) try {
729
+ objectDefineProperty.f = DESCRIPTORS$5 ? V8_PROTOTYPE_DEFINE_BUG$1 ? function defineProperty(O, P, Attributes) {
730
+ anObject$3(O);
731
+ P = toPropertyKey$1(P);
732
+ anObject$3(Attributes);
733
+ if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
734
+ var current = $getOwnPropertyDescriptor(O, P);
735
+ if (current && current[WRITABLE]) {
736
+ O[P] = Attributes.value;
737
+ Attributes = {
738
+ configurable: CONFIGURABLE$1 in Attributes ? Attributes[CONFIGURABLE$1] : current[CONFIGURABLE$1],
739
+ enumerable: ENUMERABLE in Attributes ? Attributes[ENUMERABLE] : current[ENUMERABLE],
740
+ writable: false
741
+ };
742
+ }
743
+ } return $defineProperty(O, P, Attributes);
744
+ } : $defineProperty : function defineProperty(O, P, Attributes) {
745
+ anObject$3(O);
746
+ P = toPropertyKey$1(P);
747
+ anObject$3(Attributes);
748
+ if (IE8_DOM_DEFINE) try {
383
749
  return $defineProperty(O, P, Attributes);
384
750
  } catch (error) { /* empty */ }
385
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
751
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError$4('Accessors not supported');
386
752
  if ('value' in Attributes) O[P] = Attributes.value;
387
753
  return O;
388
754
  };
389
755
 
390
- var objectDefineProperty = {
391
- f: f$2
392
- };
756
+ var DESCRIPTORS$4 = descriptors;
757
+ var definePropertyModule$4 = objectDefineProperty;
758
+ var createPropertyDescriptor$1 = createPropertyDescriptor$3;
393
759
 
394
- var createNonEnumerableProperty = descriptors ? function (object, key, value) {
395
- return objectDefineProperty.f(object, key, createPropertyDescriptor(1, value));
760
+ var createNonEnumerableProperty$3 = DESCRIPTORS$4 ? function (object, key, value) {
761
+ return definePropertyModule$4.f(object, key, createPropertyDescriptor$1(1, value));
396
762
  } : function (object, key, value) {
397
763
  object[key] = value;
398
764
  return object;
399
765
  };
400
766
 
401
- var setGlobal = function (key, value) {
402
- try {
403
- createNonEnumerableProperty(global_1, key, value);
404
- } catch (error) {
405
- global_1[key] = value;
406
- } return value;
407
- };
767
+ var makeBuiltIn$2 = {exports: {}};
408
768
 
409
- var SHARED = '__core-js_shared__';
410
- var store$1 = global_1[SHARED] || setGlobal(SHARED, {});
769
+ var DESCRIPTORS$3 = descriptors;
770
+ var hasOwn$4 = hasOwnProperty_1;
411
771
 
412
- var sharedStore = store$1;
772
+ var FunctionPrototype = Function.prototype;
773
+ // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
774
+ var getDescriptor = DESCRIPTORS$3 && Object.getOwnPropertyDescriptor;
413
775
 
414
- var functionToString = Function.toString;
776
+ var EXISTS = hasOwn$4(FunctionPrototype, 'name');
777
+ // additional protection from minified / mangled / dropped function names
778
+ var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';
779
+ var CONFIGURABLE = EXISTS && (!DESCRIPTORS$3 || (DESCRIPTORS$3 && getDescriptor(FunctionPrototype, 'name').configurable));
415
780
 
416
- // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper
417
- if (typeof sharedStore.inspectSource != 'function') {
418
- sharedStore.inspectSource = function (it) {
419
- return functionToString.call(it);
781
+ var functionName = {
782
+ EXISTS: EXISTS,
783
+ PROPER: PROPER,
784
+ CONFIGURABLE: CONFIGURABLE
785
+ };
786
+
787
+ var uncurryThis$b = functionUncurryThis;
788
+ var isCallable$6 = isCallable$c;
789
+ var store$1 = sharedStore;
790
+
791
+ var functionToString = uncurryThis$b(Function.toString);
792
+
793
+ // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
794
+ if (!isCallable$6(store$1.inspectSource)) {
795
+ store$1.inspectSource = function (it) {
796
+ return functionToString(it);
420
797
  };
421
798
  }
422
799
 
423
- var inspectSource = sharedStore.inspectSource;
800
+ var inspectSource$3 = store$1.inspectSource;
424
801
 
425
- var WeakMap$1 = global_1.WeakMap;
802
+ var global$b = global$s;
803
+ var isCallable$5 = isCallable$c;
804
+ var inspectSource$2 = inspectSource$3;
426
805
 
427
- var nativeWeakMap = typeof WeakMap$1 === 'function' && /native code/.test(inspectSource(WeakMap$1));
806
+ var WeakMap$1 = global$b.WeakMap;
428
807
 
429
- var shared = createCommonjsModule(function (module) {
430
- (module.exports = function (key, value) {
431
- return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
432
- })('versions', []).push({
433
- version: '3.10.1',
434
- mode: 'global',
435
- copyright: '© 2021 Denis Pushkarev (zloirock.ru)'
436
- });
437
- });
438
-
439
- var id = 0;
440
- var postfix = Math.random();
808
+ var nativeWeakMap = isCallable$5(WeakMap$1) && /native code/.test(inspectSource$2(WeakMap$1));
441
809
 
442
- var uid = function (key) {
443
- return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
444
- };
810
+ var shared$1 = shared$3.exports;
811
+ var uid = uid$2;
445
812
 
446
- var keys = shared('keys');
813
+ var keys = shared$1('keys');
447
814
 
448
- var sharedKey = function (key) {
815
+ var sharedKey$2 = function (key) {
449
816
  return keys[key] || (keys[key] = uid(key));
450
817
  };
451
818
 
452
- var hiddenKeys$1 = {};
453
-
454
- var WeakMap = global_1.WeakMap;
819
+ var hiddenKeys$4 = {};
820
+
821
+ var NATIVE_WEAK_MAP = nativeWeakMap;
822
+ var global$a = global$s;
823
+ var uncurryThis$a = functionUncurryThis;
824
+ var isObject$3 = isObject$8;
825
+ var createNonEnumerableProperty$2 = createNonEnumerableProperty$3;
826
+ var hasOwn$3 = hasOwnProperty_1;
827
+ var shared = sharedStore;
828
+ var sharedKey$1 = sharedKey$2;
829
+ var hiddenKeys$3 = hiddenKeys$4;
830
+
831
+ var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
832
+ var TypeError$3 = global$a.TypeError;
833
+ var WeakMap = global$a.WeakMap;
455
834
  var set, get, has;
456
835
 
457
836
  var enforce = function (it) {
@@ -461,41 +840,43 @@
461
840
  var getterFor = function (TYPE) {
462
841
  return function (it) {
463
842
  var state;
464
- if (!isObject(it) || (state = get(it)).type !== TYPE) {
465
- throw TypeError('Incompatible receiver, ' + TYPE + ' required');
843
+ if (!isObject$3(it) || (state = get(it)).type !== TYPE) {
844
+ throw TypeError$3('Incompatible receiver, ' + TYPE + ' required');
466
845
  } return state;
467
846
  };
468
847
  };
469
848
 
470
- if (nativeWeakMap) {
471
- var store = sharedStore.state || (sharedStore.state = new WeakMap());
472
- var wmget = store.get;
473
- var wmhas = store.has;
474
- var wmset = store.set;
849
+ if (NATIVE_WEAK_MAP || shared.state) {
850
+ var store = shared.state || (shared.state = new WeakMap());
851
+ var wmget = uncurryThis$a(store.get);
852
+ var wmhas = uncurryThis$a(store.has);
853
+ var wmset = uncurryThis$a(store.set);
475
854
  set = function (it, metadata) {
855
+ if (wmhas(store, it)) throw new TypeError$3(OBJECT_ALREADY_INITIALIZED);
476
856
  metadata.facade = it;
477
- wmset.call(store, it, metadata);
857
+ wmset(store, it, metadata);
478
858
  return metadata;
479
859
  };
480
860
  get = function (it) {
481
- return wmget.call(store, it) || {};
861
+ return wmget(store, it) || {};
482
862
  };
483
863
  has = function (it) {
484
- return wmhas.call(store, it);
864
+ return wmhas(store, it);
485
865
  };
486
866
  } else {
487
- var STATE = sharedKey('state');
488
- hiddenKeys$1[STATE] = true;
867
+ var STATE = sharedKey$1('state');
868
+ hiddenKeys$3[STATE] = true;
489
869
  set = function (it, metadata) {
870
+ if (hasOwn$3(it, STATE)) throw new TypeError$3(OBJECT_ALREADY_INITIALIZED);
490
871
  metadata.facade = it;
491
- createNonEnumerableProperty(it, STATE, metadata);
872
+ createNonEnumerableProperty$2(it, STATE, metadata);
492
873
  return metadata;
493
874
  };
494
875
  get = function (it) {
495
- return has$1(it, STATE) ? it[STATE] : {};
876
+ return hasOwn$3(it, STATE) ? it[STATE] : {};
496
877
  };
497
878
  has = function (it) {
498
- return has$1(it, STATE);
879
+ return hasOwn$3(it, STATE);
499
880
  };
500
881
  }
501
882
 
@@ -507,87 +888,134 @@
507
888
  getterFor: getterFor
508
889
  };
509
890
 
510
- var redefine = createCommonjsModule(function (module) {
511
- var getInternalState = internalState.get;
512
- var enforceInternalState = internalState.enforce;
891
+ var fails$8 = fails$f;
892
+ var isCallable$4 = isCallable$c;
893
+ var hasOwn$2 = hasOwnProperty_1;
894
+ var DESCRIPTORS$2 = descriptors;
895
+ var CONFIGURABLE_FUNCTION_NAME = functionName.CONFIGURABLE;
896
+ var inspectSource$1 = inspectSource$3;
897
+ var InternalStateModule = internalState;
898
+
899
+ var enforceInternalState = InternalStateModule.enforce;
900
+ var getInternalState = InternalStateModule.get;
901
+ // eslint-disable-next-line es-x/no-object-defineproperty -- safe
902
+ var defineProperty$1 = Object.defineProperty;
903
+
904
+ var CONFIGURABLE_LENGTH = DESCRIPTORS$2 && !fails$8(function () {
905
+ return defineProperty$1(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
906
+ });
907
+
513
908
  var TEMPLATE = String(String).split('String');
514
909
 
515
- (module.exports = function (O, key, value, options) {
910
+ var makeBuiltIn$1 = makeBuiltIn$2.exports = function (value, name, options) {
911
+ if (String(name).slice(0, 7) === 'Symbol(') {
912
+ name = '[' + String(name).replace(/^Symbol\(([^)]*)\)/, '$1') + ']';
913
+ }
914
+ if (options && options.getter) name = 'get ' + name;
915
+ if (options && options.setter) name = 'set ' + name;
916
+ if (!hasOwn$2(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) {
917
+ defineProperty$1(value, 'name', { value: name, configurable: true });
918
+ }
919
+ if (CONFIGURABLE_LENGTH && options && hasOwn$2(options, 'arity') && value.length !== options.arity) {
920
+ defineProperty$1(value, 'length', { value: options.arity });
921
+ }
922
+ if (options && hasOwn$2(options, 'constructor') && options.constructor) {
923
+ if (DESCRIPTORS$2) try {
924
+ defineProperty$1(value, 'prototype', { writable: false });
925
+ } catch (error) { /* empty */ }
926
+ } else value.prototype = undefined;
927
+ var state = enforceInternalState(value);
928
+ if (!hasOwn$2(state, 'source')) {
929
+ state.source = TEMPLATE.join(typeof name == 'string' ? name : '');
930
+ } return value;
931
+ };
932
+
933
+ // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
934
+ // eslint-disable-next-line no-extend-native -- required
935
+ Function.prototype.toString = makeBuiltIn$1(function toString() {
936
+ return isCallable$4(this) && getInternalState(this).source || inspectSource$1(this);
937
+ }, 'toString');
938
+
939
+ var global$9 = global$s;
940
+ var isCallable$3 = isCallable$c;
941
+ var createNonEnumerableProperty$1 = createNonEnumerableProperty$3;
942
+ var makeBuiltIn = makeBuiltIn$2.exports;
943
+ var setGlobal$1 = setGlobal$3;
944
+
945
+ var defineBuiltIn$2 = function (O, key, value, options) {
516
946
  var unsafe = options ? !!options.unsafe : false;
517
947
  var simple = options ? !!options.enumerable : false;
518
948
  var noTargetGet = options ? !!options.noTargetGet : false;
519
- var state;
520
- if (typeof value == 'function') {
521
- if (typeof key == 'string' && !has$1(value, 'name')) {
522
- createNonEnumerableProperty(value, 'name', key);
523
- }
524
- state = enforceInternalState(value);
525
- if (!state.source) {
526
- state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
527
- }
528
- }
529
- if (O === global_1) {
949
+ var name = options && options.name !== undefined ? options.name : key;
950
+ if (isCallable$3(value)) makeBuiltIn(value, name, options);
951
+ if (O === global$9) {
530
952
  if (simple) O[key] = value;
531
- else setGlobal(key, value);
532
- return;
953
+ else setGlobal$1(key, value);
954
+ return O;
533
955
  } else if (!unsafe) {
534
956
  delete O[key];
535
957
  } else if (!noTargetGet && O[key]) {
536
958
  simple = true;
537
959
  }
538
960
  if (simple) O[key] = value;
539
- else createNonEnumerableProperty(O, key, value);
540
- // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
541
- })(Function.prototype, 'toString', function toString() {
542
- return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
543
- });
544
- });
961
+ else createNonEnumerableProperty$1(O, key, value);
962
+ return O;
963
+ };
545
964
 
546
- var path = global_1;
965
+ var objectGetOwnPropertyNames = {};
547
966
 
548
- var aFunction$1 = function (variable) {
549
- return typeof variable == 'function' ? variable : undefined;
967
+ var ceil = Math.ceil;
968
+ var floor$1 = Math.floor;
969
+
970
+ // `ToIntegerOrInfinity` abstract operation
971
+ // https://tc39.es/ecma262/#sec-tointegerorinfinity
972
+ var toIntegerOrInfinity$3 = function (argument) {
973
+ var number = +argument;
974
+ // eslint-disable-next-line no-self-compare -- safe
975
+ return number !== number || number === 0 ? 0 : (number > 0 ? floor$1 : ceil)(number);
550
976
  };
551
977
 
552
- var getBuiltIn = function (namespace, method) {
553
- return arguments.length < 2 ? aFunction$1(path[namespace]) || aFunction$1(global_1[namespace])
554
- : path[namespace] && path[namespace][method] || global_1[namespace] && global_1[namespace][method];
555
- };
978
+ var toIntegerOrInfinity$2 = toIntegerOrInfinity$3;
556
979
 
557
- var ceil = Math.ceil;
558
- var floor = Math.floor;
980
+ var max$2 = Math.max;
981
+ var min$1 = Math.min;
559
982
 
560
- // `ToInteger` abstract operation
561
- // https://tc39.es/ecma262/#sec-tointeger
562
- var toInteger = function (argument) {
563
- return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
983
+ // Helper for a popular repeating case of the spec:
984
+ // Let integer be ? ToInteger(index).
985
+ // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
986
+ var toAbsoluteIndex$3 = function (index, length) {
987
+ var integer = toIntegerOrInfinity$2(index);
988
+ return integer < 0 ? max$2(integer + length, 0) : min$1(integer, length);
564
989
  };
565
990
 
566
- var min$1 = Math.min;
991
+ var toIntegerOrInfinity$1 = toIntegerOrInfinity$3;
992
+
993
+ var min = Math.min;
567
994
 
568
995
  // `ToLength` abstract operation
569
996
  // https://tc39.es/ecma262/#sec-tolength
570
- var toLength = function (argument) {
571
- return argument > 0 ? min$1(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
997
+ var toLength$1 = function (argument) {
998
+ return argument > 0 ? min(toIntegerOrInfinity$1(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
572
999
  };
573
1000
 
574
- var max$1 = Math.max;
575
- var min = Math.min;
1001
+ var toLength = toLength$1;
576
1002
 
577
- // Helper for a popular repeating case of the spec:
578
- // Let integer be ? ToInteger(index).
579
- // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
580
- var toAbsoluteIndex = function (index, length) {
581
- var integer = toInteger(index);
582
- return integer < 0 ? max$1(integer + length, 0) : min(integer, length);
1003
+ // `LengthOfArrayLike` abstract operation
1004
+ // https://tc39.es/ecma262/#sec-lengthofarraylike
1005
+ var lengthOfArrayLike$8 = function (obj) {
1006
+ return toLength(obj.length);
583
1007
  };
584
1008
 
1009
+ var toIndexedObject$4 = toIndexedObject$6;
1010
+ var toAbsoluteIndex$2 = toAbsoluteIndex$3;
1011
+ var lengthOfArrayLike$7 = lengthOfArrayLike$8;
1012
+
585
1013
  // `Array.prototype.{ indexOf, includes }` methods implementation
586
1014
  var createMethod$1 = function (IS_INCLUDES) {
587
1015
  return function ($this, el, fromIndex) {
588
- var O = toIndexedObject($this);
589
- var length = toLength(O.length);
590
- var index = toAbsoluteIndex(fromIndex, length);
1016
+ var O = toIndexedObject$4($this);
1017
+ var length = lengthOfArrayLike$7(O);
1018
+ var index = toAbsoluteIndex$2(fromIndex, length);
591
1019
  var value;
592
1020
  // Array#includes uses SameValueZero equality algorithm
593
1021
  // eslint-disable-next-line no-self-compare -- NaN check
@@ -611,24 +1039,29 @@
611
1039
  indexOf: createMethod$1(false)
612
1040
  };
613
1041
 
1042
+ var uncurryThis$9 = functionUncurryThis;
1043
+ var hasOwn$1 = hasOwnProperty_1;
1044
+ var toIndexedObject$3 = toIndexedObject$6;
614
1045
  var indexOf = arrayIncludes.indexOf;
1046
+ var hiddenKeys$2 = hiddenKeys$4;
615
1047
 
1048
+ var push$2 = uncurryThis$9([].push);
616
1049
 
617
1050
  var objectKeysInternal = function (object, names) {
618
- var O = toIndexedObject(object);
1051
+ var O = toIndexedObject$3(object);
619
1052
  var i = 0;
620
1053
  var result = [];
621
1054
  var key;
622
- for (key in O) !has$1(hiddenKeys$1, key) && has$1(O, key) && result.push(key);
1055
+ for (key in O) !hasOwn$1(hiddenKeys$2, key) && hasOwn$1(O, key) && push$2(result, key);
623
1056
  // Don't enum bug & hidden keys
624
- while (names.length > i) if (has$1(O, key = names[i++])) {
625
- ~indexOf(result, key) || result.push(key);
1057
+ while (names.length > i) if (hasOwn$1(O, key = names[i++])) {
1058
+ ~indexOf(result, key) || push$2(result, key);
626
1059
  }
627
1060
  return result;
628
1061
  };
629
1062
 
630
1063
  // IE8- don't enum bug keys
631
- var enumBugKeys = [
1064
+ var enumBugKeys$3 = [
632
1065
  'constructor',
633
1066
  'hasOwnProperty',
634
1067
  'isPrototypeOf',
@@ -638,69 +1071,85 @@
638
1071
  'valueOf'
639
1072
  ];
640
1073
 
641
- var hiddenKeys = enumBugKeys.concat('length', 'prototype');
1074
+ var internalObjectKeys$1 = objectKeysInternal;
1075
+ var enumBugKeys$2 = enumBugKeys$3;
1076
+
1077
+ var hiddenKeys$1 = enumBugKeys$2.concat('length', 'prototype');
642
1078
 
643
1079
  // `Object.getOwnPropertyNames` method
644
1080
  // https://tc39.es/ecma262/#sec-object.getownpropertynames
645
- // eslint-disable-next-line es/no-object-getownpropertynames -- safe
646
- var f$1 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
647
- return objectKeysInternal(O, hiddenKeys);
1081
+ // eslint-disable-next-line es-x/no-object-getownpropertynames -- safe
1082
+ objectGetOwnPropertyNames.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
1083
+ return internalObjectKeys$1(O, hiddenKeys$1);
648
1084
  };
649
1085
 
650
- var objectGetOwnPropertyNames = {
651
- f: f$1
652
- };
1086
+ var objectGetOwnPropertySymbols = {};
653
1087
 
654
- // eslint-disable-next-line es/no-object-getownpropertysymbols -- safe
655
- var f = Object.getOwnPropertySymbols;
1088
+ // eslint-disable-next-line es-x/no-object-getownpropertysymbols -- safe
1089
+ objectGetOwnPropertySymbols.f = Object.getOwnPropertySymbols;
656
1090
 
657
- var objectGetOwnPropertySymbols = {
658
- f: f
659
- };
1091
+ var getBuiltIn$2 = getBuiltIn$5;
1092
+ var uncurryThis$8 = functionUncurryThis;
1093
+ var getOwnPropertyNamesModule = objectGetOwnPropertyNames;
1094
+ var getOwnPropertySymbolsModule$1 = objectGetOwnPropertySymbols;
1095
+ var anObject$2 = anObject$4;
1096
+
1097
+ var concat$1 = uncurryThis$8([].concat);
660
1098
 
661
1099
  // all object keys, includes non-enumerable and symbols
662
- var ownKeys = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
663
- var keys = objectGetOwnPropertyNames.f(anObject(it));
664
- var getOwnPropertySymbols = objectGetOwnPropertySymbols.f;
665
- return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
1100
+ var ownKeys$1 = getBuiltIn$2('Reflect', 'ownKeys') || function ownKeys(it) {
1101
+ var keys = getOwnPropertyNamesModule.f(anObject$2(it));
1102
+ var getOwnPropertySymbols = getOwnPropertySymbolsModule$1.f;
1103
+ return getOwnPropertySymbols ? concat$1(keys, getOwnPropertySymbols(it)) : keys;
666
1104
  };
667
1105
 
668
- var copyConstructorProperties = function (target, source) {
1106
+ var hasOwn = hasOwnProperty_1;
1107
+ var ownKeys = ownKeys$1;
1108
+ var getOwnPropertyDescriptorModule = objectGetOwnPropertyDescriptor;
1109
+ var definePropertyModule$3 = objectDefineProperty;
1110
+
1111
+ var copyConstructorProperties$1 = function (target, source, exceptions) {
669
1112
  var keys = ownKeys(source);
670
- var defineProperty = objectDefineProperty.f;
671
- var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
1113
+ var defineProperty = definePropertyModule$3.f;
1114
+ var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
672
1115
  for (var i = 0; i < keys.length; i++) {
673
1116
  var key = keys[i];
674
- if (!has$1(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
1117
+ if (!hasOwn(target, key) && !(exceptions && hasOwn(exceptions, key))) {
1118
+ defineProperty(target, key, getOwnPropertyDescriptor(source, key));
1119
+ }
675
1120
  }
676
1121
  };
677
1122
 
1123
+ var fails$7 = fails$f;
1124
+ var isCallable$2 = isCallable$c;
1125
+
678
1126
  var replacement = /#|\.prototype\./;
679
1127
 
680
- var isForced = function (feature, detection) {
1128
+ var isForced$1 = function (feature, detection) {
681
1129
  var value = data[normalize(feature)];
682
1130
  return value == POLYFILL ? true
683
1131
  : value == NATIVE ? false
684
- : typeof detection == 'function' ? fails(detection)
1132
+ : isCallable$2(detection) ? fails$7(detection)
685
1133
  : !!detection;
686
1134
  };
687
1135
 
688
- var normalize = isForced.normalize = function (string) {
1136
+ var normalize = isForced$1.normalize = function (string) {
689
1137
  return String(string).replace(replacement, '.').toLowerCase();
690
1138
  };
691
1139
 
692
- var data = isForced.data = {};
693
- var NATIVE = isForced.NATIVE = 'N';
694
- var POLYFILL = isForced.POLYFILL = 'P';
1140
+ var data = isForced$1.data = {};
1141
+ var NATIVE = isForced$1.NATIVE = 'N';
1142
+ var POLYFILL = isForced$1.POLYFILL = 'P';
695
1143
 
696
- var isForced_1 = isForced;
1144
+ var isForced_1 = isForced$1;
697
1145
 
1146
+ var global$8 = global$s;
698
1147
  var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
699
-
700
-
701
-
702
-
703
-
1148
+ var createNonEnumerableProperty = createNonEnumerableProperty$3;
1149
+ var defineBuiltIn$1 = defineBuiltIn$2;
1150
+ var setGlobal = setGlobal$3;
1151
+ var copyConstructorProperties = copyConstructorProperties$1;
1152
+ var isForced = isForced_1;
704
1153
 
705
1154
  /*
706
1155
  options.target - name of the target object
@@ -715,6 +1164,7 @@
715
1164
  options.sham - add a flag to not completely full polyfills
716
1165
  options.enumerable - export as enumerable property
717
1166
  options.noTargetGet - prevent calling a getter on target
1167
+ options.name - the .name of the function if it does not match the key
718
1168
  */
719
1169
  var _export = function (options, source) {
720
1170
  var TARGET = options.target;
@@ -722,11 +1172,11 @@
722
1172
  var STATIC = options.stat;
723
1173
  var FORCED, target, key, targetProperty, sourceProperty, descriptor;
724
1174
  if (GLOBAL) {
725
- target = global_1;
1175
+ target = global$8;
726
1176
  } else if (STATIC) {
727
- target = global_1[TARGET] || setGlobal(TARGET, {});
1177
+ target = global$8[TARGET] || setGlobal(TARGET, {});
728
1178
  } else {
729
- target = (global_1[TARGET] || {}).prototype;
1179
+ target = (global$8[TARGET] || {}).prototype;
730
1180
  }
731
1181
  if (target) for (key in source) {
732
1182
  sourceProperty = source[key];
@@ -734,116 +1184,175 @@
734
1184
  descriptor = getOwnPropertyDescriptor(target, key);
735
1185
  targetProperty = descriptor && descriptor.value;
736
1186
  } else targetProperty = target[key];
737
- FORCED = isForced_1(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
1187
+ FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
738
1188
  // contained in target
739
1189
  if (!FORCED && targetProperty !== undefined) {
740
- if (typeof sourceProperty === typeof targetProperty) continue;
1190
+ if (typeof sourceProperty == typeof targetProperty) continue;
741
1191
  copyConstructorProperties(sourceProperty, targetProperty);
742
1192
  }
743
1193
  // add a flag to not completely full polyfills
744
1194
  if (options.sham || (targetProperty && targetProperty.sham)) {
745
1195
  createNonEnumerableProperty(sourceProperty, 'sham', true);
746
1196
  }
747
- // extend global
748
- redefine(target, key, sourceProperty, options);
1197
+ defineBuiltIn$1(target, key, sourceProperty, options);
749
1198
  }
750
1199
  };
751
1200
 
1201
+ var classof$4 = classofRaw$1;
1202
+
752
1203
  // `IsArray` abstract operation
753
1204
  // https://tc39.es/ecma262/#sec-isarray
754
- // eslint-disable-next-line es/no-array-isarray -- safe
755
- var isArray = Array.isArray || function isArray(arg) {
756
- return classofRaw(arg) == 'Array';
1205
+ // eslint-disable-next-line es-x/no-array-isarray -- safe
1206
+ var isArray$4 = Array.isArray || function isArray(argument) {
1207
+ return classof$4(argument) == 'Array';
757
1208
  };
758
1209
 
759
- // `ToObject` abstract operation
760
- // https://tc39.es/ecma262/#sec-toobject
761
- var toObject = function (argument) {
762
- return Object(requireObjectCoercible(argument));
763
- };
1210
+ var toPropertyKey = toPropertyKey$3;
1211
+ var definePropertyModule$2 = objectDefineProperty;
1212
+ var createPropertyDescriptor = createPropertyDescriptor$3;
764
1213
 
765
- var createProperty = function (object, key, value) {
766
- var propertyKey = toPrimitive(key);
767
- if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
1214
+ var createProperty$3 = function (object, key, value) {
1215
+ var propertyKey = toPropertyKey(key);
1216
+ if (propertyKey in object) definePropertyModule$2.f(object, propertyKey, createPropertyDescriptor(0, value));
768
1217
  else object[propertyKey] = value;
769
1218
  };
770
1219
 
771
- var engineIsNode = classofRaw(global_1.process) == 'process';
1220
+ var wellKnownSymbol$6 = wellKnownSymbol$8;
772
1221
 
773
- var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
1222
+ var TO_STRING_TAG$1 = wellKnownSymbol$6('toStringTag');
1223
+ var test$1 = {};
774
1224
 
775
- var process = global_1.process;
776
- var versions = process && process.versions;
777
- var v8 = versions && versions.v8;
778
- var match, version;
1225
+ test$1[TO_STRING_TAG$1] = 'z';
779
1226
 
780
- if (v8) {
781
- match = v8.split('.');
782
- version = match[0] + match[1];
783
- } else if (engineUserAgent) {
784
- match = engineUserAgent.match(/Edge\/(\d+)/);
785
- if (!match || match[1] >= 74) {
786
- match = engineUserAgent.match(/Chrome\/(\d+)/);
787
- if (match) version = match[1];
788
- }
789
- }
1227
+ var toStringTagSupport = String(test$1) === '[object z]';
790
1228
 
791
- var engineV8Version = version && +version;
1229
+ var global$7 = global$s;
1230
+ var TO_STRING_TAG_SUPPORT$2 = toStringTagSupport;
1231
+ var isCallable$1 = isCallable$c;
1232
+ var classofRaw = classofRaw$1;
1233
+ var wellKnownSymbol$5 = wellKnownSymbol$8;
792
1234
 
793
- // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
794
- var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
795
- // eslint-disable-next-line es/no-symbol -- required for testing
796
- return !Symbol.sham &&
797
- // Chrome 38 Symbol has incorrect toString conversion
798
- // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
799
- (engineIsNode ? engineV8Version === 38 : engineV8Version > 37 && engineV8Version < 41);
800
- });
1235
+ var TO_STRING_TAG = wellKnownSymbol$5('toStringTag');
1236
+ var Object$1 = global$7.Object;
801
1237
 
802
- /* eslint-disable es/no-symbol -- required for testing */
1238
+ // ES3 wrong here
1239
+ var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
803
1240
 
1241
+ // fallback for IE11 Script Access Denied error
1242
+ var tryGet = function (it, key) {
1243
+ try {
1244
+ return it[key];
1245
+ } catch (error) { /* empty */ }
1246
+ };
804
1247
 
805
- var useSymbolAsUid = nativeSymbol
806
- && !Symbol.sham
807
- && typeof Symbol.iterator == 'symbol';
1248
+ // getting tag from ES6+ `Object.prototype.toString`
1249
+ var classof$3 = TO_STRING_TAG_SUPPORT$2 ? classofRaw : function (it) {
1250
+ var O, tag, result;
1251
+ return it === undefined ? 'Undefined' : it === null ? 'Null'
1252
+ // @@toStringTag case
1253
+ : typeof (tag = tryGet(O = Object$1(it), TO_STRING_TAG)) == 'string' ? tag
1254
+ // builtinTag case
1255
+ : CORRECT_ARGUMENTS ? classofRaw(O)
1256
+ // ES3 arguments fallback
1257
+ : (result = classofRaw(O)) == 'Object' && isCallable$1(O.callee) ? 'Arguments' : result;
1258
+ };
808
1259
 
809
- var WellKnownSymbolsStore = shared('wks');
810
- var Symbol$1 = global_1.Symbol;
811
- var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
1260
+ var uncurryThis$7 = functionUncurryThis;
1261
+ var fails$6 = fails$f;
1262
+ var isCallable = isCallable$c;
1263
+ var classof$2 = classof$3;
1264
+ var getBuiltIn$1 = getBuiltIn$5;
1265
+ var inspectSource = inspectSource$3;
1266
+
1267
+ var noop = function () { /* empty */ };
1268
+ var empty = [];
1269
+ var construct = getBuiltIn$1('Reflect', 'construct');
1270
+ var constructorRegExp = /^\s*(?:class|function)\b/;
1271
+ var exec = uncurryThis$7(constructorRegExp.exec);
1272
+ var INCORRECT_TO_STRING = !constructorRegExp.exec(noop);
1273
+
1274
+ var isConstructorModern = function isConstructor(argument) {
1275
+ if (!isCallable(argument)) return false;
1276
+ try {
1277
+ construct(noop, empty, argument);
1278
+ return true;
1279
+ } catch (error) {
1280
+ return false;
1281
+ }
1282
+ };
812
1283
 
813
- var wellKnownSymbol = function (name) {
814
- if (!has$1(WellKnownSymbolsStore, name) || !(nativeSymbol || typeof WellKnownSymbolsStore[name] == 'string')) {
815
- if (nativeSymbol && has$1(Symbol$1, name)) {
816
- WellKnownSymbolsStore[name] = Symbol$1[name];
817
- } else {
818
- WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
819
- }
820
- } return WellKnownSymbolsStore[name];
1284
+ var isConstructorLegacy = function isConstructor(argument) {
1285
+ if (!isCallable(argument)) return false;
1286
+ switch (classof$2(argument)) {
1287
+ case 'AsyncFunction':
1288
+ case 'GeneratorFunction':
1289
+ case 'AsyncGeneratorFunction': return false;
1290
+ }
1291
+ try {
1292
+ // we can't check .prototype since constructors produced by .bind haven't it
1293
+ // `Function#toString` throws on some built-it function in some legacy engines
1294
+ // (for example, `DOMQuad` and similar in FF41-)
1295
+ return INCORRECT_TO_STRING || !!exec(constructorRegExp, inspectSource(argument));
1296
+ } catch (error) {
1297
+ return true;
1298
+ }
821
1299
  };
822
1300
 
823
- var SPECIES$2 = wellKnownSymbol('species');
1301
+ isConstructorLegacy.sham = true;
824
1302
 
825
- // `ArraySpeciesCreate` abstract operation
1303
+ // `IsConstructor` abstract operation
1304
+ // https://tc39.es/ecma262/#sec-isconstructor
1305
+ var isConstructor$2 = !construct || fails$6(function () {
1306
+ var called;
1307
+ return isConstructorModern(isConstructorModern.call)
1308
+ || !isConstructorModern(Object)
1309
+ || !isConstructorModern(function () { called = true; })
1310
+ || called;
1311
+ }) ? isConstructorLegacy : isConstructorModern;
1312
+
1313
+ var global$6 = global$s;
1314
+ var isArray$3 = isArray$4;
1315
+ var isConstructor$1 = isConstructor$2;
1316
+ var isObject$2 = isObject$8;
1317
+ var wellKnownSymbol$4 = wellKnownSymbol$8;
1318
+
1319
+ var SPECIES$2 = wellKnownSymbol$4('species');
1320
+ var Array$3 = global$6.Array;
1321
+
1322
+ // a part of `ArraySpeciesCreate` abstract operation
826
1323
  // https://tc39.es/ecma262/#sec-arrayspeciescreate
827
- var arraySpeciesCreate = function (originalArray, length) {
1324
+ var arraySpeciesConstructor$1 = function (originalArray) {
828
1325
  var C;
829
- if (isArray(originalArray)) {
1326
+ if (isArray$3(originalArray)) {
830
1327
  C = originalArray.constructor;
831
1328
  // cross-realm fallback
832
- if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
833
- else if (isObject(C)) {
1329
+ if (isConstructor$1(C) && (C === Array$3 || isArray$3(C.prototype))) C = undefined;
1330
+ else if (isObject$2(C)) {
834
1331
  C = C[SPECIES$2];
835
1332
  if (C === null) C = undefined;
836
1333
  }
837
- } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
1334
+ } return C === undefined ? Array$3 : C;
838
1335
  };
839
1336
 
840
- var SPECIES$1 = wellKnownSymbol('species');
1337
+ var arraySpeciesConstructor = arraySpeciesConstructor$1;
841
1338
 
842
- var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
1339
+ // `ArraySpeciesCreate` abstract operation
1340
+ // https://tc39.es/ecma262/#sec-arrayspeciescreate
1341
+ var arraySpeciesCreate$3 = function (originalArray, length) {
1342
+ return new (arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length);
1343
+ };
1344
+
1345
+ var fails$5 = fails$f;
1346
+ var wellKnownSymbol$3 = wellKnownSymbol$8;
1347
+ var V8_VERSION$1 = engineV8Version;
1348
+
1349
+ var SPECIES$1 = wellKnownSymbol$3('species');
1350
+
1351
+ var arrayMethodHasSpeciesSupport$4 = function (METHOD_NAME) {
843
1352
  // We can't use this feature detection in V8 since it causes
844
1353
  // deoptimization and serious performance degradation
845
1354
  // https://github.com/zloirock/core-js/issues/677
846
- return engineV8Version >= 51 || !fails(function () {
1355
+ return V8_VERSION$1 >= 51 || !fails$5(function () {
847
1356
  var array = [];
848
1357
  var constructor = array.constructor = {};
849
1358
  constructor[SPECIES$1] = function () {
@@ -853,25 +1362,39 @@
853
1362
  });
854
1363
  };
855
1364
 
856
- var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
1365
+ var $$a = _export;
1366
+ var global$5 = global$s;
1367
+ var fails$4 = fails$f;
1368
+ var isArray$2 = isArray$4;
1369
+ var isObject$1 = isObject$8;
1370
+ var toObject$4 = toObject$6;
1371
+ var lengthOfArrayLike$6 = lengthOfArrayLike$8;
1372
+ var createProperty$2 = createProperty$3;
1373
+ var arraySpeciesCreate$2 = arraySpeciesCreate$3;
1374
+ var arrayMethodHasSpeciesSupport$3 = arrayMethodHasSpeciesSupport$4;
1375
+ var wellKnownSymbol$2 = wellKnownSymbol$8;
1376
+ var V8_VERSION = engineV8Version;
1377
+
1378
+ var IS_CONCAT_SPREADABLE = wellKnownSymbol$2('isConcatSpreadable');
857
1379
  var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
858
1380
  var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
1381
+ var TypeError$2 = global$5.TypeError;
859
1382
 
860
1383
  // We can't use this feature detection in V8 since it causes
861
1384
  // deoptimization and serious performance degradation
862
1385
  // https://github.com/zloirock/core-js/issues/679
863
- var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function () {
1386
+ var IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails$4(function () {
864
1387
  var array = [];
865
1388
  array[IS_CONCAT_SPREADABLE] = false;
866
1389
  return array.concat()[0] !== array;
867
1390
  });
868
1391
 
869
- var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
1392
+ var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport$3('concat');
870
1393
 
871
1394
  var isConcatSpreadable = function (O) {
872
- if (!isObject(O)) return false;
1395
+ if (!isObject$1(O)) return false;
873
1396
  var spreadable = O[IS_CONCAT_SPREADABLE];
874
- return spreadable !== undefined ? !!spreadable : isArray(O);
1397
+ return spreadable !== undefined ? !!spreadable : isArray$2(O);
875
1398
  };
876
1399
 
877
1400
  var FORCED$1 = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
@@ -879,22 +1402,22 @@
879
1402
  // `Array.prototype.concat` method
880
1403
  // https://tc39.es/ecma262/#sec-array.prototype.concat
881
1404
  // with adding support of @@isConcatSpreadable and @@species
882
- _export({ target: 'Array', proto: true, forced: FORCED$1 }, {
1405
+ $$a({ target: 'Array', proto: true, arity: 1, forced: FORCED$1 }, {
883
1406
  // eslint-disable-next-line no-unused-vars -- required for `.length`
884
1407
  concat: function concat(arg) {
885
- var O = toObject(this);
886
- var A = arraySpeciesCreate(O, 0);
1408
+ var O = toObject$4(this);
1409
+ var A = arraySpeciesCreate$2(O, 0);
887
1410
  var n = 0;
888
1411
  var i, k, length, len, E;
889
1412
  for (i = -1, length = arguments.length; i < length; i++) {
890
1413
  E = i === -1 ? O : arguments[i];
891
1414
  if (isConcatSpreadable(E)) {
892
- len = toLength(E.length);
893
- if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
894
- for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
1415
+ len = lengthOfArrayLike$6(E);
1416
+ if (n + len > MAX_SAFE_INTEGER) throw TypeError$2(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1417
+ for (k = 0; k < len; k++, n++) if (k in E) createProperty$2(A, n, E[k]);
895
1418
  } else {
896
- if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
897
- createProperty(A, n++, E);
1419
+ if (n >= MAX_SAFE_INTEGER) throw TypeError$2(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1420
+ createProperty$2(A, n++, E);
898
1421
  }
899
1422
  }
900
1423
  A.length = n;
@@ -902,23 +1425,37 @@
902
1425
  }
903
1426
  });
904
1427
 
1428
+ var internalObjectKeys = objectKeysInternal;
1429
+ var enumBugKeys$1 = enumBugKeys$3;
1430
+
905
1431
  // `Object.keys` method
906
1432
  // https://tc39.es/ecma262/#sec-object.keys
907
- // eslint-disable-next-line es/no-object-keys -- safe
908
- var objectKeys = Object.keys || function keys(O) {
909
- return objectKeysInternal(O, enumBugKeys);
1433
+ // eslint-disable-next-line es-x/no-object-keys -- safe
1434
+ var objectKeys$2 = Object.keys || function keys(O) {
1435
+ return internalObjectKeys(O, enumBugKeys$1);
910
1436
  };
911
1437
 
912
- // eslint-disable-next-line es/no-object-assign -- safe
1438
+ var DESCRIPTORS$1 = descriptors;
1439
+ var uncurryThis$6 = functionUncurryThis;
1440
+ var call = functionCall;
1441
+ var fails$3 = fails$f;
1442
+ var objectKeys$1 = objectKeys$2;
1443
+ var getOwnPropertySymbolsModule = objectGetOwnPropertySymbols;
1444
+ var propertyIsEnumerableModule = objectPropertyIsEnumerable;
1445
+ var toObject$3 = toObject$6;
1446
+ var IndexedObject$2 = indexedObject;
1447
+
1448
+ // eslint-disable-next-line es-x/no-object-assign -- safe
913
1449
  var $assign = Object.assign;
914
- // eslint-disable-next-line es/no-object-defineproperty -- required for testing
1450
+ // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
915
1451
  var defineProperty = Object.defineProperty;
1452
+ var concat = uncurryThis$6([].concat);
916
1453
 
917
1454
  // `Object.assign` method
918
1455
  // https://tc39.es/ecma262/#sec-object.assign
919
- var objectAssign = !$assign || fails(function () {
1456
+ var objectAssign = !$assign || fails$3(function () {
920
1457
  // should have correct order of operations (Edge bug)
921
- if (descriptors && $assign({ b: 1 }, $assign(defineProperty({}, 'a', {
1458
+ if (DESCRIPTORS$1 && $assign({ b: 1 }, $assign(defineProperty({}, 'a', {
922
1459
  enumerable: true,
923
1460
  get: function () {
924
1461
  defineProperty(this, 'b', {
@@ -930,149 +1467,166 @@
930
1467
  // should work with symbols and should have deterministic property order (V8 bug)
931
1468
  var A = {};
932
1469
  var B = {};
933
- // eslint-disable-next-line es/no-symbol -- safe
1470
+ // eslint-disable-next-line es-x/no-symbol -- safe
934
1471
  var symbol = Symbol();
935
1472
  var alphabet = 'abcdefghijklmnopqrst';
936
1473
  A[symbol] = 7;
937
1474
  alphabet.split('').forEach(function (chr) { B[chr] = chr; });
938
- return $assign({}, A)[symbol] != 7 || objectKeys($assign({}, B)).join('') != alphabet;
1475
+ return $assign({}, A)[symbol] != 7 || objectKeys$1($assign({}, B)).join('') != alphabet;
939
1476
  }) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length`
940
- var T = toObject(target);
1477
+ var T = toObject$3(target);
941
1478
  var argumentsLength = arguments.length;
942
1479
  var index = 1;
943
- var getOwnPropertySymbols = objectGetOwnPropertySymbols.f;
944
- var propertyIsEnumerable = objectPropertyIsEnumerable.f;
1480
+ var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
1481
+ var propertyIsEnumerable = propertyIsEnumerableModule.f;
945
1482
  while (argumentsLength > index) {
946
- var S = indexedObject(arguments[index++]);
947
- var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);
1483
+ var S = IndexedObject$2(arguments[index++]);
1484
+ var keys = getOwnPropertySymbols ? concat(objectKeys$1(S), getOwnPropertySymbols(S)) : objectKeys$1(S);
948
1485
  var length = keys.length;
949
1486
  var j = 0;
950
1487
  var key;
951
1488
  while (length > j) {
952
1489
  key = keys[j++];
953
- if (!descriptors || propertyIsEnumerable.call(S, key)) T[key] = S[key];
1490
+ if (!DESCRIPTORS$1 || call(propertyIsEnumerable, S, key)) T[key] = S[key];
954
1491
  }
955
1492
  } return T;
956
1493
  } : $assign;
957
1494
 
1495
+ var $$9 = _export;
1496
+ var assign = objectAssign;
1497
+
958
1498
  // `Object.assign` method
959
1499
  // https://tc39.es/ecma262/#sec-object.assign
960
- // eslint-disable-next-line es/no-object-assign -- required for testing
961
- _export({ target: 'Object', stat: true, forced: Object.assign !== objectAssign }, {
962
- assign: objectAssign
1500
+ // eslint-disable-next-line es-x/no-object-assign -- required for testing
1501
+ $$9({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, {
1502
+ assign: assign
963
1503
  });
964
1504
 
965
- var HAS_SPECIES_SUPPORT$2 = arrayMethodHasSpeciesSupport('slice');
1505
+ var uncurryThis$5 = functionUncurryThis;
966
1506
 
967
- var SPECIES = wellKnownSymbol('species');
968
- var nativeSlice = [].slice;
969
- var max = Math.max;
1507
+ var arraySlice$1 = uncurryThis$5([].slice);
1508
+
1509
+ var $$8 = _export;
1510
+ var global$4 = global$s;
1511
+ var isArray$1 = isArray$4;
1512
+ var isConstructor = isConstructor$2;
1513
+ var isObject = isObject$8;
1514
+ var toAbsoluteIndex$1 = toAbsoluteIndex$3;
1515
+ var lengthOfArrayLike$5 = lengthOfArrayLike$8;
1516
+ var toIndexedObject$2 = toIndexedObject$6;
1517
+ var createProperty$1 = createProperty$3;
1518
+ var wellKnownSymbol$1 = wellKnownSymbol$8;
1519
+ var arrayMethodHasSpeciesSupport$2 = arrayMethodHasSpeciesSupport$4;
1520
+ var un$Slice = arraySlice$1;
1521
+
1522
+ var HAS_SPECIES_SUPPORT$2 = arrayMethodHasSpeciesSupport$2('slice');
1523
+
1524
+ var SPECIES = wellKnownSymbol$1('species');
1525
+ var Array$2 = global$4.Array;
1526
+ var max$1 = Math.max;
970
1527
 
971
1528
  // `Array.prototype.slice` method
972
1529
  // https://tc39.es/ecma262/#sec-array.prototype.slice
973
1530
  // fallback for not array-like ES3 strings and DOM objects
974
- _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$2 }, {
1531
+ $$8({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$2 }, {
975
1532
  slice: function slice(start, end) {
976
- var O = toIndexedObject(this);
977
- var length = toLength(O.length);
978
- var k = toAbsoluteIndex(start, length);
979
- var fin = toAbsoluteIndex(end === undefined ? length : end, length);
1533
+ var O = toIndexedObject$2(this);
1534
+ var length = lengthOfArrayLike$5(O);
1535
+ var k = toAbsoluteIndex$1(start, length);
1536
+ var fin = toAbsoluteIndex$1(end === undefined ? length : end, length);
980
1537
  // inline `ArraySpeciesCreate` for usage native `Array#slice` where it's possible
981
1538
  var Constructor, result, n;
982
- if (isArray(O)) {
1539
+ if (isArray$1(O)) {
983
1540
  Constructor = O.constructor;
984
1541
  // cross-realm fallback
985
- if (typeof Constructor == 'function' && (Constructor === Array || isArray(Constructor.prototype))) {
1542
+ if (isConstructor(Constructor) && (Constructor === Array$2 || isArray$1(Constructor.prototype))) {
986
1543
  Constructor = undefined;
987
1544
  } else if (isObject(Constructor)) {
988
1545
  Constructor = Constructor[SPECIES];
989
1546
  if (Constructor === null) Constructor = undefined;
990
1547
  }
991
- if (Constructor === Array || Constructor === undefined) {
992
- return nativeSlice.call(O, k, fin);
1548
+ if (Constructor === Array$2 || Constructor === undefined) {
1549
+ return un$Slice(O, k, fin);
993
1550
  }
994
1551
  }
995
- result = new (Constructor === undefined ? Array : Constructor)(max(fin - k, 0));
996
- for (n = 0; k < fin; k++, n++) if (k in O) createProperty(result, n, O[k]);
1552
+ result = new (Constructor === undefined ? Array$2 : Constructor)(max$1(fin - k, 0));
1553
+ for (n = 0; k < fin; k++, n++) if (k in O) createProperty$1(result, n, O[k]);
997
1554
  result.length = n;
998
1555
  return result;
999
1556
  }
1000
1557
  });
1001
1558
 
1002
- var arrayMethodIsStrict = function (METHOD_NAME, argument) {
1559
+ var fails$2 = fails$f;
1560
+
1561
+ var arrayMethodIsStrict$3 = function (METHOD_NAME, argument) {
1003
1562
  var method = [][METHOD_NAME];
1004
- return !!method && fails(function () {
1005
- // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing
1006
- method.call(null, argument || function () { throw 1; }, 1);
1563
+ return !!method && fails$2(function () {
1564
+ // eslint-disable-next-line no-useless-call -- required for testing
1565
+ method.call(null, argument || function () { return 1; }, 1);
1007
1566
  });
1008
1567
  };
1009
1568
 
1010
- /* eslint-disable es/no-array-prototype-indexof -- required for testing */
1011
-
1012
- var $indexOf = arrayIncludes.indexOf;
1013
-
1569
+ /* eslint-disable es-x/no-array-prototype-indexof -- required for testing */
1570
+ var $$7 = _export;
1571
+ var uncurryThis$4 = functionUncurryThis;
1572
+ var $IndexOf = arrayIncludes.indexOf;
1573
+ var arrayMethodIsStrict$2 = arrayMethodIsStrict$3;
1014
1574
 
1015
- var nativeIndexOf = [].indexOf;
1575
+ var un$IndexOf = uncurryThis$4([].indexOf);
1016
1576
 
1017
- var NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;
1018
- var STRICT_METHOD$2 = arrayMethodIsStrict('indexOf');
1577
+ var NEGATIVE_ZERO = !!un$IndexOf && 1 / un$IndexOf([1], 1, -0) < 0;
1578
+ var STRICT_METHOD$2 = arrayMethodIsStrict$2('indexOf');
1019
1579
 
1020
1580
  // `Array.prototype.indexOf` method
1021
1581
  // https://tc39.es/ecma262/#sec-array.prototype.indexof
1022
- _export({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD$2 }, {
1582
+ $$7({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD$2 }, {
1023
1583
  indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
1584
+ var fromIndex = arguments.length > 1 ? arguments[1] : undefined;
1024
1585
  return NEGATIVE_ZERO
1025
1586
  // convert -0 to +0
1026
- ? nativeIndexOf.apply(this, arguments) || 0
1027
- : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);
1587
+ ? un$IndexOf(this, searchElement, fromIndex) || 0
1588
+ : $IndexOf(this, searchElement, fromIndex);
1028
1589
  }
1029
1590
  });
1030
1591
 
1031
- var aFunction = function (it) {
1032
- if (typeof it != 'function') {
1033
- throw TypeError(String(it) + ' is not a function');
1034
- } return it;
1035
- };
1592
+ var uncurryThis$3 = functionUncurryThis;
1593
+ var aCallable$1 = aCallable$3;
1594
+ var NATIVE_BIND = functionBindNative;
1595
+
1596
+ var bind$2 = uncurryThis$3(uncurryThis$3.bind);
1036
1597
 
1037
1598
  // optional / simple context binding
1038
- var functionBindContext = function (fn, that, length) {
1039
- aFunction(fn);
1040
- if (that === undefined) return fn;
1041
- switch (length) {
1042
- case 0: return function () {
1043
- return fn.call(that);
1044
- };
1045
- case 1: return function (a) {
1046
- return fn.call(that, a);
1047
- };
1048
- case 2: return function (a, b) {
1049
- return fn.call(that, a, b);
1050
- };
1051
- case 3: return function (a, b, c) {
1052
- return fn.call(that, a, b, c);
1053
- };
1054
- }
1055
- return function (/* ...args */) {
1599
+ var functionBindContext = function (fn, that) {
1600
+ aCallable$1(fn);
1601
+ return that === undefined ? fn : NATIVE_BIND ? bind$2(fn, that) : function (/* ...args */) {
1056
1602
  return fn.apply(that, arguments);
1057
1603
  };
1058
1604
  };
1059
1605
 
1606
+ var global$3 = global$s;
1607
+ var isArray = isArray$4;
1608
+ var lengthOfArrayLike$4 = lengthOfArrayLike$8;
1609
+ var bind$1 = functionBindContext;
1610
+
1611
+ var TypeError$1 = global$3.TypeError;
1612
+
1060
1613
  // `FlattenIntoArray` abstract operation
1061
1614
  // https://tc39.github.io/proposal-flatMap/#sec-FlattenIntoArray
1062
- var flattenIntoArray = function (target, original, source, sourceLen, start, depth, mapper, thisArg) {
1615
+ var flattenIntoArray$1 = function (target, original, source, sourceLen, start, depth, mapper, thisArg) {
1063
1616
  var targetIndex = start;
1064
1617
  var sourceIndex = 0;
1065
- var mapFn = mapper ? functionBindContext(mapper, thisArg, 3) : false;
1066
- var element;
1618
+ var mapFn = mapper ? bind$1(mapper, thisArg) : false;
1619
+ var element, elementLen;
1067
1620
 
1068
1621
  while (sourceIndex < sourceLen) {
1069
1622
  if (sourceIndex in source) {
1070
1623
  element = mapFn ? mapFn(source[sourceIndex], sourceIndex, original) : source[sourceIndex];
1071
1624
 
1072
1625
  if (depth > 0 && isArray(element)) {
1073
- targetIndex = flattenIntoArray(target, original, element, toLength(element.length), targetIndex, depth - 1) - 1;
1626
+ elementLen = lengthOfArrayLike$4(element);
1627
+ targetIndex = flattenIntoArray$1(target, original, element, elementLen, targetIndex, depth - 1) - 1;
1074
1628
  } else {
1075
- if (targetIndex >= 0x1FFFFFFFFFFFFF) throw TypeError('Exceed the acceptable array length');
1629
+ if (targetIndex >= 0x1FFFFFFFFFFFFF) throw TypeError$1('Exceed the acceptable array length');
1076
1630
  target[targetIndex] = element;
1077
1631
  }
1078
1632
 
@@ -1083,61 +1637,64 @@
1083
1637
  return targetIndex;
1084
1638
  };
1085
1639
 
1086
- var flattenIntoArray_1 = flattenIntoArray;
1640
+ var flattenIntoArray_1 = flattenIntoArray$1;
1641
+
1642
+ var $$6 = _export;
1643
+ var flattenIntoArray = flattenIntoArray_1;
1644
+ var toObject$2 = toObject$6;
1645
+ var lengthOfArrayLike$3 = lengthOfArrayLike$8;
1646
+ var toIntegerOrInfinity = toIntegerOrInfinity$3;
1647
+ var arraySpeciesCreate$1 = arraySpeciesCreate$3;
1087
1648
 
1088
1649
  // `Array.prototype.flat` method
1089
1650
  // https://tc39.es/ecma262/#sec-array.prototype.flat
1090
- _export({ target: 'Array', proto: true }, {
1651
+ $$6({ target: 'Array', proto: true }, {
1091
1652
  flat: function flat(/* depthArg = 1 */) {
1092
1653
  var depthArg = arguments.length ? arguments[0] : undefined;
1093
- var O = toObject(this);
1094
- var sourceLen = toLength(O.length);
1095
- var A = arraySpeciesCreate(O, 0);
1096
- A.length = flattenIntoArray_1(A, O, O, sourceLen, 0, depthArg === undefined ? 1 : toInteger(depthArg));
1654
+ var O = toObject$2(this);
1655
+ var sourceLen = lengthOfArrayLike$3(O);
1656
+ var A = arraySpeciesCreate$1(O, 0);
1657
+ A.length = flattenIntoArray(A, O, O, sourceLen, 0, depthArg === undefined ? 1 : toIntegerOrInfinity(depthArg));
1097
1658
  return A;
1098
1659
  }
1099
1660
  });
1100
1661
 
1101
- var test = [];
1102
- var nativeSort = test.sort;
1103
-
1104
- // IE8-
1105
- var FAILS_ON_UNDEFINED = fails(function () {
1106
- test.sort(undefined);
1107
- });
1108
- // V8 bug
1109
- var FAILS_ON_NULL = fails(function () {
1110
- test.sort(null);
1111
- });
1112
- // Old WebKit
1113
- var STRICT_METHOD$1 = arrayMethodIsStrict('sort');
1114
-
1115
- var FORCED = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || !STRICT_METHOD$1;
1662
+ var objectDefineProperties = {};
1116
1663
 
1117
- // `Array.prototype.sort` method
1118
- // https://tc39.es/ecma262/#sec-array.prototype.sort
1119
- _export({ target: 'Array', proto: true, forced: FORCED }, {
1120
- sort: function sort(comparefn) {
1121
- return comparefn === undefined
1122
- ? nativeSort.call(toObject(this))
1123
- : nativeSort.call(toObject(this), aFunction(comparefn));
1124
- }
1125
- });
1664
+ var DESCRIPTORS = descriptors;
1665
+ var V8_PROTOTYPE_DEFINE_BUG = v8PrototypeDefineBug;
1666
+ var definePropertyModule$1 = objectDefineProperty;
1667
+ var anObject$1 = anObject$4;
1668
+ var toIndexedObject$1 = toIndexedObject$6;
1669
+ var objectKeys = objectKeys$2;
1126
1670
 
1127
1671
  // `Object.defineProperties` method
1128
1672
  // https://tc39.es/ecma262/#sec-object.defineproperties
1129
- // eslint-disable-next-line es/no-object-defineproperties -- safe
1130
- var objectDefineProperties = descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
1131
- anObject(O);
1673
+ // eslint-disable-next-line es-x/no-object-defineproperties -- safe
1674
+ objectDefineProperties.f = DESCRIPTORS && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties : function defineProperties(O, Properties) {
1675
+ anObject$1(O);
1676
+ var props = toIndexedObject$1(Properties);
1132
1677
  var keys = objectKeys(Properties);
1133
1678
  var length = keys.length;
1134
1679
  var index = 0;
1135
1680
  var key;
1136
- while (length > index) objectDefineProperty.f(O, key = keys[index++], Properties[key]);
1681
+ while (length > index) definePropertyModule$1.f(O, key = keys[index++], props[key]);
1137
1682
  return O;
1138
1683
  };
1139
1684
 
1140
- var html = getBuiltIn('document', 'documentElement');
1685
+ var getBuiltIn = getBuiltIn$5;
1686
+
1687
+ var html$1 = getBuiltIn('document', 'documentElement');
1688
+
1689
+ /* global ActiveXObject -- old IE, WSH */
1690
+
1691
+ var anObject = anObject$4;
1692
+ var definePropertiesModule = objectDefineProperties;
1693
+ var enumBugKeys = enumBugKeys$3;
1694
+ var hiddenKeys = hiddenKeys$4;
1695
+ var html = html$1;
1696
+ var documentCreateElement = documentCreateElement$1;
1697
+ var sharedKey = sharedKey$2;
1141
1698
 
1142
1699
  var GT = '>';
1143
1700
  var LT = '<';
@@ -1185,19 +1742,23 @@
1185
1742
  var activeXDocument;
1186
1743
  var NullProtoObject = function () {
1187
1744
  try {
1188
- /* global ActiveXObject -- old IE */
1189
- activeXDocument = document.domain && new ActiveXObject('htmlfile');
1745
+ activeXDocument = new ActiveXObject('htmlfile');
1190
1746
  } catch (error) { /* ignore */ }
1191
- NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();
1747
+ NullProtoObject = typeof document != 'undefined'
1748
+ ? document.domain && activeXDocument
1749
+ ? NullProtoObjectViaActiveX(activeXDocument) // old IE
1750
+ : NullProtoObjectViaIFrame()
1751
+ : NullProtoObjectViaActiveX(activeXDocument); // WSH
1192
1752
  var length = enumBugKeys.length;
1193
1753
  while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];
1194
1754
  return NullProtoObject();
1195
1755
  };
1196
1756
 
1197
- hiddenKeys$1[IE_PROTO] = true;
1757
+ hiddenKeys[IE_PROTO] = true;
1198
1758
 
1199
1759
  // `Object.create` method
1200
1760
  // https://tc39.es/ecma262/#sec-object.create
1761
+ // eslint-disable-next-line es-x/no-object-create -- safe
1201
1762
  var objectCreate = Object.create || function create(O, Properties) {
1202
1763
  var result;
1203
1764
  if (O !== null) {
@@ -1207,59 +1768,278 @@
1207
1768
  // add "__proto__" for Object.getPrototypeOf polyfill
1208
1769
  result[IE_PROTO] = O;
1209
1770
  } else result = NullProtoObject();
1210
- return Properties === undefined ? result : objectDefineProperties(result, Properties);
1771
+ return Properties === undefined ? result : definePropertiesModule.f(result, Properties);
1211
1772
  };
1212
1773
 
1774
+ var wellKnownSymbol = wellKnownSymbol$8;
1775
+ var create = objectCreate;
1776
+ var definePropertyModule = objectDefineProperty;
1777
+
1213
1778
  var UNSCOPABLES = wellKnownSymbol('unscopables');
1214
1779
  var ArrayPrototype = Array.prototype;
1215
1780
 
1216
1781
  // Array.prototype[@@unscopables]
1217
1782
  // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
1218
1783
  if (ArrayPrototype[UNSCOPABLES] == undefined) {
1219
- objectDefineProperty.f(ArrayPrototype, UNSCOPABLES, {
1784
+ definePropertyModule.f(ArrayPrototype, UNSCOPABLES, {
1220
1785
  configurable: true,
1221
- value: objectCreate(null)
1786
+ value: create(null)
1222
1787
  });
1223
1788
  }
1224
1789
 
1225
1790
  // add a key to Array.prototype[@@unscopables]
1226
- var addToUnscopables = function (key) {
1791
+ var addToUnscopables$3 = function (key) {
1227
1792
  ArrayPrototype[UNSCOPABLES][key] = true;
1228
1793
  };
1229
1794
 
1795
+ // this method was added to unscopables after implementation
1796
+ // in popular engines, so it's moved to a separate module
1797
+ var addToUnscopables$2 = addToUnscopables$3;
1798
+
1799
+ // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
1800
+ addToUnscopables$2('flat');
1801
+
1802
+ var global$2 = global$s;
1803
+ var classof$1 = classof$3;
1804
+
1805
+ var String$1 = global$2.String;
1806
+
1807
+ var toString$2 = function (argument) {
1808
+ if (classof$1(argument) === 'Symbol') throw TypeError('Cannot convert a Symbol value to a string');
1809
+ return String$1(argument);
1810
+ };
1811
+
1812
+ var global$1 = global$s;
1813
+ var toAbsoluteIndex = toAbsoluteIndex$3;
1814
+ var lengthOfArrayLike$2 = lengthOfArrayLike$8;
1815
+ var createProperty = createProperty$3;
1816
+
1817
+ var Array$1 = global$1.Array;
1818
+ var max = Math.max;
1819
+
1820
+ var arraySliceSimple = function (O, start, end) {
1821
+ var length = lengthOfArrayLike$2(O);
1822
+ var k = toAbsoluteIndex(start, length);
1823
+ var fin = toAbsoluteIndex(end === undefined ? length : end, length);
1824
+ var result = Array$1(max(fin - k, 0));
1825
+ for (var n = 0; k < fin; k++, n++) createProperty(result, n, O[k]);
1826
+ result.length = n;
1827
+ return result;
1828
+ };
1829
+
1830
+ var arraySlice = arraySliceSimple;
1831
+
1832
+ var floor = Math.floor;
1833
+
1834
+ var mergeSort = function (array, comparefn) {
1835
+ var length = array.length;
1836
+ var middle = floor(length / 2);
1837
+ return length < 8 ? insertionSort(array, comparefn) : merge(
1838
+ array,
1839
+ mergeSort(arraySlice(array, 0, middle), comparefn),
1840
+ mergeSort(arraySlice(array, middle), comparefn),
1841
+ comparefn
1842
+ );
1843
+ };
1844
+
1845
+ var insertionSort = function (array, comparefn) {
1846
+ var length = array.length;
1847
+ var i = 1;
1848
+ var element, j;
1849
+
1850
+ while (i < length) {
1851
+ j = i;
1852
+ element = array[i];
1853
+ while (j && comparefn(array[j - 1], element) > 0) {
1854
+ array[j] = array[--j];
1855
+ }
1856
+ if (j !== i++) array[j] = element;
1857
+ } return array;
1858
+ };
1859
+
1860
+ var merge = function (array, left, right, comparefn) {
1861
+ var llength = left.length;
1862
+ var rlength = right.length;
1863
+ var lindex = 0;
1864
+ var rindex = 0;
1865
+
1866
+ while (lindex < llength || rindex < rlength) {
1867
+ array[lindex + rindex] = (lindex < llength && rindex < rlength)
1868
+ ? comparefn(left[lindex], right[rindex]) <= 0 ? left[lindex++] : right[rindex++]
1869
+ : lindex < llength ? left[lindex++] : right[rindex++];
1870
+ } return array;
1871
+ };
1872
+
1873
+ var arraySort = mergeSort;
1874
+
1875
+ var userAgent$1 = engineUserAgent;
1876
+
1877
+ var firefox = userAgent$1.match(/firefox\/(\d+)/i);
1878
+
1879
+ var engineFfVersion = !!firefox && +firefox[1];
1880
+
1881
+ var UA = engineUserAgent;
1882
+
1883
+ var engineIsIeOrEdge = /MSIE|Trident/.test(UA);
1884
+
1885
+ var userAgent = engineUserAgent;
1886
+
1887
+ var webkit = userAgent.match(/AppleWebKit\/(\d+)\./);
1888
+
1889
+ var engineWebkitVersion = !!webkit && +webkit[1];
1890
+
1891
+ var $$5 = _export;
1892
+ var uncurryThis$2 = functionUncurryThis;
1893
+ var aCallable = aCallable$3;
1894
+ var toObject$1 = toObject$6;
1895
+ var lengthOfArrayLike$1 = lengthOfArrayLike$8;
1896
+ var toString$1 = toString$2;
1897
+ var fails$1 = fails$f;
1898
+ var internalSort = arraySort;
1899
+ var arrayMethodIsStrict$1 = arrayMethodIsStrict$3;
1900
+ var FF = engineFfVersion;
1901
+ var IE_OR_EDGE = engineIsIeOrEdge;
1902
+ var V8 = engineV8Version;
1903
+ var WEBKIT = engineWebkitVersion;
1904
+
1905
+ var test = [];
1906
+ var un$Sort = uncurryThis$2(test.sort);
1907
+ var push$1 = uncurryThis$2(test.push);
1908
+
1909
+ // IE8-
1910
+ var FAILS_ON_UNDEFINED = fails$1(function () {
1911
+ test.sort(undefined);
1912
+ });
1913
+ // V8 bug
1914
+ var FAILS_ON_NULL = fails$1(function () {
1915
+ test.sort(null);
1916
+ });
1917
+ // Old WebKit
1918
+ var STRICT_METHOD$1 = arrayMethodIsStrict$1('sort');
1919
+
1920
+ var STABLE_SORT = !fails$1(function () {
1921
+ // feature detection can be too slow, so check engines versions
1922
+ if (V8) return V8 < 70;
1923
+ if (FF && FF > 3) return;
1924
+ if (IE_OR_EDGE) return true;
1925
+ if (WEBKIT) return WEBKIT < 603;
1926
+
1927
+ var result = '';
1928
+ var code, chr, value, index;
1929
+
1930
+ // generate an array with more 512 elements (Chakra and old V8 fails only in this case)
1931
+ for (code = 65; code < 76; code++) {
1932
+ chr = String.fromCharCode(code);
1933
+
1934
+ switch (code) {
1935
+ case 66: case 69: case 70: case 72: value = 3; break;
1936
+ case 68: case 71: value = 4; break;
1937
+ default: value = 2;
1938
+ }
1939
+
1940
+ for (index = 0; index < 47; index++) {
1941
+ test.push({ k: chr + index, v: value });
1942
+ }
1943
+ }
1944
+
1945
+ test.sort(function (a, b) { return b.v - a.v; });
1946
+
1947
+ for (index = 0; index < test.length; index++) {
1948
+ chr = test[index].k.charAt(0);
1949
+ if (result.charAt(result.length - 1) !== chr) result += chr;
1950
+ }
1951
+
1952
+ return result !== 'DGBEFHACIJK';
1953
+ });
1954
+
1955
+ var FORCED = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || !STRICT_METHOD$1 || !STABLE_SORT;
1956
+
1957
+ var getSortCompare = function (comparefn) {
1958
+ return function (x, y) {
1959
+ if (y === undefined) return -1;
1960
+ if (x === undefined) return 1;
1961
+ if (comparefn !== undefined) return +comparefn(x, y) || 0;
1962
+ return toString$1(x) > toString$1(y) ? 1 : -1;
1963
+ };
1964
+ };
1965
+
1966
+ // `Array.prototype.sort` method
1967
+ // https://tc39.es/ecma262/#sec-array.prototype.sort
1968
+ $$5({ target: 'Array', proto: true, forced: FORCED }, {
1969
+ sort: function sort(comparefn) {
1970
+ if (comparefn !== undefined) aCallable(comparefn);
1971
+
1972
+ var array = toObject$1(this);
1973
+
1974
+ if (STABLE_SORT) return comparefn === undefined ? un$Sort(array) : un$Sort(array, comparefn);
1975
+
1976
+ var items = [];
1977
+ var arrayLength = lengthOfArrayLike$1(array);
1978
+ var itemsLength, index;
1979
+
1980
+ for (index = 0; index < arrayLength; index++) {
1981
+ if (index in array) push$1(items, array[index]);
1982
+ }
1983
+
1984
+ internalSort(items, getSortCompare(comparefn));
1985
+
1986
+ itemsLength = items.length;
1987
+ index = 0;
1988
+
1989
+ while (index < itemsLength) array[index] = items[index++];
1990
+ while (index < arrayLength) delete array[index++];
1991
+
1992
+ return array;
1993
+ }
1994
+ });
1995
+
1996
+ var $$4 = _export;
1230
1997
  var $includes = arrayIncludes.includes;
1998
+ var fails = fails$f;
1999
+ var addToUnscopables$1 = addToUnscopables$3;
1231
2000
 
2001
+ // FF99+ bug
2002
+ var BROKEN_ON_SPARSE = fails(function () {
2003
+ return !Array(1).includes();
2004
+ });
1232
2005
 
1233
2006
  // `Array.prototype.includes` method
1234
2007
  // https://tc39.es/ecma262/#sec-array.prototype.includes
1235
- _export({ target: 'Array', proto: true }, {
2008
+ $$4({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
1236
2009
  includes: function includes(el /* , fromIndex = 0 */) {
1237
2010
  return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
1238
2011
  }
1239
2012
  });
1240
2013
 
1241
2014
  // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
1242
- addToUnscopables('includes');
2015
+ addToUnscopables$1('includes');
1243
2016
 
1244
- var push = [].push;
2017
+ var bind = functionBindContext;
2018
+ var uncurryThis$1 = functionUncurryThis;
2019
+ var IndexedObject$1 = indexedObject;
2020
+ var toObject = toObject$6;
2021
+ var lengthOfArrayLike = lengthOfArrayLike$8;
2022
+ var arraySpeciesCreate = arraySpeciesCreate$3;
1245
2023
 
1246
- // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation
2024
+ var push = uncurryThis$1([].push);
2025
+
2026
+ // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterReject }` methods implementation
1247
2027
  var createMethod = function (TYPE) {
1248
2028
  var IS_MAP = TYPE == 1;
1249
2029
  var IS_FILTER = TYPE == 2;
1250
2030
  var IS_SOME = TYPE == 3;
1251
2031
  var IS_EVERY = TYPE == 4;
1252
2032
  var IS_FIND_INDEX = TYPE == 6;
1253
- var IS_FILTER_OUT = TYPE == 7;
2033
+ var IS_FILTER_REJECT = TYPE == 7;
1254
2034
  var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
1255
2035
  return function ($this, callbackfn, that, specificCreate) {
1256
2036
  var O = toObject($this);
1257
- var self = indexedObject(O);
1258
- var boundFunction = functionBindContext(callbackfn, that, 3);
1259
- var length = toLength(self.length);
2037
+ var self = IndexedObject$1(O);
2038
+ var boundFunction = bind(callbackfn, that);
2039
+ var length = lengthOfArrayLike(self);
1260
2040
  var index = 0;
1261
2041
  var create = specificCreate || arraySpeciesCreate;
1262
- var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;
2042
+ var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_REJECT ? create($this, 0) : undefined;
1263
2043
  var value, result;
1264
2044
  for (;length > index; index++) if (NO_HOLES || index in self) {
1265
2045
  value = self[index];
@@ -1270,10 +2050,10 @@
1270
2050
  case 3: return true; // some
1271
2051
  case 5: return value; // find
1272
2052
  case 6: return index; // findIndex
1273
- case 2: push.call(target, value); // filter
2053
+ case 2: push(target, value); // filter
1274
2054
  } else switch (TYPE) {
1275
2055
  case 4: return false; // every
1276
- case 7: push.call(target, value); // filterOut
2056
+ case 7: push(target, value); // filterReject
1277
2057
  }
1278
2058
  }
1279
2059
  }
@@ -1303,13 +2083,14 @@
1303
2083
  // `Array.prototype.findIndex` method
1304
2084
  // https://tc39.es/ecma262/#sec-array.prototype.findIndex
1305
2085
  findIndex: createMethod(6),
1306
- // `Array.prototype.filterOut` method
2086
+ // `Array.prototype.filterReject` method
1307
2087
  // https://github.com/tc39/proposal-array-filtering
1308
- filterOut: createMethod(7)
2088
+ filterReject: createMethod(7)
1309
2089
  };
1310
2090
 
2091
+ var $$3 = _export;
1311
2092
  var $find = arrayIteration.find;
1312
-
2093
+ var addToUnscopables = addToUnscopables$3;
1313
2094
 
1314
2095
  var FIND = 'find';
1315
2096
  var SKIPS_HOLES = true;
@@ -1319,7 +2100,7 @@
1319
2100
 
1320
2101
  // `Array.prototype.find` method
1321
2102
  // https://tc39.es/ecma262/#sec-array.prototype.find
1322
- _export({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {
2103
+ $$3({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {
1323
2104
  find: function find(callbackfn /* , that = undefined */) {
1324
2105
  return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
1325
2106
  }
@@ -1328,42 +2109,69 @@
1328
2109
  // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
1329
2110
  addToUnscopables(FIND);
1330
2111
 
1331
- var nativeJoin = [].join;
2112
+ var TO_STRING_TAG_SUPPORT$1 = toStringTagSupport;
2113
+ var classof = classof$3;
2114
+
2115
+ // `Object.prototype.toString` method implementation
2116
+ // https://tc39.es/ecma262/#sec-object.prototype.tostring
2117
+ var objectToString = TO_STRING_TAG_SUPPORT$1 ? {}.toString : function toString() {
2118
+ return '[object ' + classof(this) + ']';
2119
+ };
2120
+
2121
+ var TO_STRING_TAG_SUPPORT = toStringTagSupport;
2122
+ var defineBuiltIn = defineBuiltIn$2;
2123
+ var toString = objectToString;
1332
2124
 
1333
- var ES3_STRINGS = indexedObject != Object;
2125
+ // `Object.prototype.toString` method
2126
+ // https://tc39.es/ecma262/#sec-object.prototype.tostring
2127
+ if (!TO_STRING_TAG_SUPPORT) {
2128
+ defineBuiltIn(Object.prototype, 'toString', toString, { unsafe: true });
2129
+ }
2130
+
2131
+ var $$2 = _export;
2132
+ var uncurryThis = functionUncurryThis;
2133
+ var IndexedObject = indexedObject;
2134
+ var toIndexedObject = toIndexedObject$6;
2135
+ var arrayMethodIsStrict = arrayMethodIsStrict$3;
2136
+
2137
+ var un$Join = uncurryThis([].join);
2138
+
2139
+ var ES3_STRINGS = IndexedObject != Object;
1334
2140
  var STRICT_METHOD = arrayMethodIsStrict('join', ',');
1335
2141
 
1336
2142
  // `Array.prototype.join` method
1337
2143
  // https://tc39.es/ecma262/#sec-array.prototype.join
1338
- _export({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {
2144
+ $$2({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {
1339
2145
  join: function join(separator) {
1340
- return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);
2146
+ return un$Join(toIndexedObject(this), separator === undefined ? ',' : separator);
1341
2147
  }
1342
2148
  });
1343
2149
 
2150
+ var $$1 = _export;
1344
2151
  var $filter = arrayIteration.filter;
2152
+ var arrayMethodHasSpeciesSupport$1 = arrayMethodHasSpeciesSupport$4;
1345
2153
 
1346
-
1347
- var HAS_SPECIES_SUPPORT$1 = arrayMethodHasSpeciesSupport('filter');
2154
+ var HAS_SPECIES_SUPPORT$1 = arrayMethodHasSpeciesSupport$1('filter');
1348
2155
 
1349
2156
  // `Array.prototype.filter` method
1350
2157
  // https://tc39.es/ecma262/#sec-array.prototype.filter
1351
2158
  // with adding support of @@species
1352
- _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$1 }, {
2159
+ $$1({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$1 }, {
1353
2160
  filter: function filter(callbackfn /* , thisArg */) {
1354
2161
  return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
1355
2162
  }
1356
2163
  });
1357
2164
 
2165
+ var $ = _export;
1358
2166
  var $map = arrayIteration.map;
1359
-
2167
+ var arrayMethodHasSpeciesSupport = arrayMethodHasSpeciesSupport$4;
1360
2168
 
1361
2169
  var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');
1362
2170
 
1363
2171
  // `Array.prototype.map` method
1364
2172
  // https://tc39.es/ecma262/#sec-array.prototype.map
1365
2173
  // with adding support of @@species
1366
- _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
2174
+ $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
1367
2175
  map: function map(callbackfn /* , thisArg */) {
1368
2176
  return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
1369
2177
  }
@@ -1373,19 +2181,19 @@
1373
2181
  * @update zhixin wen <wenzhixin2010@gmail.com>
1374
2182
  */
1375
2183
 
1376
- var Utils = $__default['default'].fn.bootstrapTable.utils;
2184
+ var Utils = $__default["default"].fn.bootstrapTable.utils;
1377
2185
 
1378
2186
  function printPageBuilderDefault(table) {
1379
2187
  return "\n <html>\n <head>\n <style type=\"text/css\" media=\"print\">\n @page {\n size: auto;\n margin: 25px 0 25px 0;\n }\n </style>\n <style type=\"text/css\" media=\"all\">\n table {\n border-collapse: collapse;\n font-size: 12px;\n }\n table, th, td {\n border: 1px solid grey;\n }\n th, td {\n text-align: center;\n vertical-align: middle;\n }\n p {\n font-weight: bold;\n margin-left:20px;\n }\n table {\n width:94%;\n margin-left:3%;\n margin-right:3%;\n }\n div.bs-table-print {\n text-align:center;\n }\n </style>\n </head>\n <title>Print Table</title>\n <body>\n <p>Printed on: ".concat(new Date(), " </p>\n <div class=\"bs-table-print\">").concat(table, "</div>\n </body>\n </html>");
1380
2188
  }
1381
2189
 
1382
- $__default['default'].extend($__default['default'].fn.bootstrapTable.locales, {
2190
+ $__default["default"].extend($__default["default"].fn.bootstrapTable.locales, {
1383
2191
  formatPrint: function formatPrint() {
1384
2192
  return 'Print';
1385
2193
  }
1386
2194
  });
1387
- $__default['default'].extend($__default['default'].fn.bootstrapTable.defaults, $__default['default'].fn.bootstrapTable.locales);
1388
- $__default['default'].extend($__default['default'].fn.bootstrapTable.defaults, {
2195
+ $__default["default"].extend($__default["default"].fn.bootstrapTable.defaults, $__default["default"].fn.bootstrapTable.locales);
2196
+ $__default["default"].extend($__default["default"].fn.bootstrapTable.defaults, {
1389
2197
  showPrint: false,
1390
2198
  printAsFilteredAndSortedOnUI: true,
1391
2199
  printSortColumn: undefined,
@@ -1394,19 +2202,20 @@
1394
2202
  return printPageBuilderDefault(table);
1395
2203
  }
1396
2204
  });
1397
- $__default['default'].extend($__default['default'].fn.bootstrapTable.COLUMN_DEFAULTS, {
2205
+ $__default["default"].extend($__default["default"].fn.bootstrapTable.COLUMN_DEFAULTS, {
1398
2206
  printFilter: undefined,
1399
2207
  printIgnore: false,
1400
2208
  printFormatter: undefined
1401
2209
  });
1402
- $__default['default'].extend($__default['default'].fn.bootstrapTable.defaults.icons, {
2210
+ $__default["default"].extend($__default["default"].fn.bootstrapTable.defaults.icons, {
1403
2211
  print: {
1404
2212
  bootstrap3: 'glyphicon-print icon-share',
2213
+ bootstrap5: 'bi-printer',
1405
2214
  'bootstrap-table': 'icon-printer'
1406
- }[$__default['default'].fn.bootstrapTable.theme] || 'fa-print'
2215
+ }[$__default["default"].fn.bootstrapTable.theme] || 'fa-print'
1407
2216
  });
1408
2217
 
1409
- $__default['default'].BootstrapTable = /*#__PURE__*/function (_$$BootstrapTable) {
2218
+ $__default["default"].BootstrapTable = /*#__PURE__*/function (_$$BootstrapTable) {
1410
2219
  _inherits(_class, _$$BootstrapTable);
1411
2220
 
1412
2221
  var _super = _createSuper(_class);
@@ -1651,7 +2460,8 @@
1651
2460
  data = sortRows(data, this.options.printSortColumn, this.options.printSortOrder);
1652
2461
  var table = buildTable(data, this.options.columns);
1653
2462
  var newWin = window.open('');
1654
- newWin.document.write(this.options.printPageBuilder.call(this, table));
2463
+ var calculatedPrintPage = Utils.calculateObjectValue(this, this.options.printPageBuilder, [table], printPageBuilderDefault(table));
2464
+ newWin.document.write(calculatedPrintPage);
1655
2465
  newWin.document.close();
1656
2466
  newWin.focus();
1657
2467
  newWin.print();
@@ -1660,6 +2470,6 @@
1660
2470
  }]);
1661
2471
 
1662
2472
  return _class;
1663
- }($__default['default'].BootstrapTable);
2473
+ }($__default["default"].BootstrapTable);
1664
2474
 
1665
- })));
2475
+ }));