bootstrap-table-rails 1.18.3 → 1.20.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/README.md +1 -1
  4. data/bootstrap-table-rails.gemspec +2 -2
  5. data/lib/bootstrap-table-rails/version.rb +1 -1
  6. data/vendor/assets/javascripts/.DS_Store +0 -0
  7. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +939 -357
  8. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +947 -392
  9. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +953 -396
  10. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +3 -1
  11. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +3034 -2119
  12. data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +1017 -430
  13. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +564 -249
  14. data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +1488 -961
  15. data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +579 -260
  16. data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +574 -258
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +486 -189
  18. data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +909 -538
  19. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +921 -501
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.css +9 -1
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +2712 -1132
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/utils.js +1326 -747
  23. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +586 -275
  24. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +892 -425
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +16 -8
  26. data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +670 -357
  27. data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +590 -252
  28. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +820 -386
  29. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.css +5 -2
  30. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +549 -240
  31. data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +557 -251
  32. data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +773 -304
  33. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +586 -258
  34. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +547 -205
  35. data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +487 -189
  36. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +559 -247
  37. data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +901 -551
  38. data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +600 -245
  39. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +472 -183
  40. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +472 -183
  41. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +480 -191
  42. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +472 -183
  43. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +492 -203
  44. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +472 -183
  45. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +472 -183
  46. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +472 -183
  47. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +472 -183
  48. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +472 -183
  49. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +472 -183
  50. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +472 -183
  51. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +472 -183
  52. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +490 -200
  53. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +472 -183
  54. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +472 -183
  55. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +472 -183
  56. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +472 -183
  57. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +472 -183
  58. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +472 -183
  59. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +472 -183
  60. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +472 -183
  61. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +472 -183
  62. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +475 -185
  63. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +472 -183
  64. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hi-IN.js +1083 -0
  65. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +472 -183
  66. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +472 -183
  67. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +472 -183
  68. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +472 -183
  69. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +472 -183
  70. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +472 -183
  71. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +497 -207
  72. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-lb-LU.js +1083 -0
  73. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +472 -183
  74. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +472 -183
  75. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +511 -183
  76. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +511 -183
  77. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +472 -183
  78. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +472 -183
  79. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +472 -183
  80. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +472 -183
  81. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +472 -183
  82. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +472 -183
  83. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +472 -183
  84. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +472 -183
  85. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +472 -183
  86. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +472 -183
  87. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +472 -183
  88. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +472 -183
  89. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +472 -183
  90. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +472 -183
  91. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +472 -183
  92. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +472 -183
  93. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +472 -183
  94. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +2 -0
  95. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +564 -258
  96. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +2 -0
  97. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +560 -238
  98. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +2 -0
  99. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +564 -242
  100. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +2 -0
  101. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +562 -255
  102. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +2 -0
  103. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +558 -236
  104. metadata +8 -6
@@ -2,28 +2,12 @@
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 ($) { 'use strict';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
9
9
  var $__default = /*#__PURE__*/_interopDefaultLegacy($);
10
10
 
11
- function _typeof(obj) {
12
- "@babel/helpers - typeof";
13
-
14
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
15
- _typeof = function (obj) {
16
- return typeof obj;
17
- };
18
- } else {
19
- _typeof = function (obj) {
20
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
21
- };
22
- }
23
-
24
- return _typeof(obj);
25
- }
26
-
27
11
  function _classCallCheck(instance, Constructor) {
28
12
  if (!(instance instanceof Constructor)) {
29
13
  throw new TypeError("Cannot call a class as a function");
@@ -43,6 +27,9 @@
43
27
  function _createClass(Constructor, protoProps, staticProps) {
44
28
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
45
29
  if (staticProps) _defineProperties(Constructor, staticProps);
30
+ Object.defineProperty(Constructor, "prototype", {
31
+ writable: false
32
+ });
46
33
  return Constructor;
47
34
  }
48
35
 
@@ -58,6 +45,9 @@
58
45
  configurable: true
59
46
  }
60
47
  });
48
+ Object.defineProperty(subClass, "prototype", {
49
+ writable: false
50
+ });
61
51
  if (superClass) _setPrototypeOf(subClass, superClass);
62
52
  }
63
53
 
@@ -101,6 +91,8 @@
101
91
  function _possibleConstructorReturn(self, call) {
102
92
  if (call && (typeof call === "object" || typeof call === "function")) {
103
93
  return call;
94
+ } else if (call !== void 0) {
95
+ throw new TypeError("Derived constructors may only return object or undefined");
104
96
  }
105
97
 
106
98
  return _assertThisInitialized(self);
@@ -134,7 +126,7 @@
134
126
  return object;
135
127
  }
136
128
 
137
- function _get(target, property, receiver) {
129
+ function _get() {
138
130
  if (typeof Reflect !== "undefined" && Reflect.get) {
139
131
  _get = Reflect.get;
140
132
  } else {
@@ -145,14 +137,14 @@
145
137
  var desc = Object.getOwnPropertyDescriptor(base, property);
146
138
 
147
139
  if (desc.get) {
148
- return desc.get.call(receiver);
140
+ return desc.get.call(arguments.length < 3 ? target : receiver);
149
141
  }
150
142
 
151
143
  return desc.value;
152
144
  };
153
145
  }
154
146
 
155
- return _get(target, property, receiver || target);
147
+ return _get.apply(this, arguments);
156
148
  }
157
149
 
158
150
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
@@ -167,9 +159,10 @@
167
159
 
168
160
  // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
169
161
  var global_1 =
170
- /* global globalThis -- safe */
162
+ // eslint-disable-next-line es/no-global-this -- safe
171
163
  check(typeof globalThis == 'object' && globalThis) ||
172
164
  check(typeof window == 'object' && window) ||
165
+ // eslint-disable-next-line no-restricted-globals -- safe
173
166
  check(typeof self == 'object' && self) ||
174
167
  check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
175
168
  // eslint-disable-next-line no-new-func -- fallback
@@ -185,24 +178,38 @@
185
178
 
186
179
  // Detect IE8's incomplete defineProperty implementation
187
180
  var descriptors = !fails(function () {
181
+ // eslint-disable-next-line es/no-object-defineproperty -- required for testing
188
182
  return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
189
183
  });
190
184
 
191
- var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
185
+ var functionBindNative = !fails(function () {
186
+ var test = (function () { /* empty */ }).bind();
187
+ // eslint-disable-next-line no-prototype-builtins -- safe
188
+ return typeof test != 'function' || test.hasOwnProperty('prototype');
189
+ });
190
+
191
+ var call$1 = Function.prototype.call;
192
+
193
+ var functionCall = functionBindNative ? call$1.bind(call$1) : function () {
194
+ return call$1.apply(call$1, arguments);
195
+ };
196
+
197
+ var $propertyIsEnumerable = {}.propertyIsEnumerable;
198
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
192
199
  var getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
193
200
 
194
201
  // Nashorn ~ JDK8 bug
195
- var NASHORN_BUG = getOwnPropertyDescriptor$1 && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);
202
+ var NASHORN_BUG = getOwnPropertyDescriptor$1 && !$propertyIsEnumerable.call({ 1: 2 }, 1);
196
203
 
197
204
  // `Object.prototype.propertyIsEnumerable` method implementation
198
205
  // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
199
- var f$4 = NASHORN_BUG ? function propertyIsEnumerable(V) {
206
+ var f$5 = NASHORN_BUG ? function propertyIsEnumerable(V) {
200
207
  var descriptor = getOwnPropertyDescriptor$1(this, V);
201
208
  return !!descriptor && descriptor.enumerable;
202
- } : nativePropertyIsEnumerable;
209
+ } : $propertyIsEnumerable;
203
210
 
204
211
  var objectPropertyIsEnumerable = {
205
- f: f$4
212
+ f: f$5
206
213
  };
207
214
 
208
215
  var createPropertyDescriptor = function (bitmap, value) {
@@ -214,27 +221,44 @@
214
221
  };
215
222
  };
216
223
 
217
- var toString = {}.toString;
224
+ var FunctionPrototype$1 = Function.prototype;
225
+ var bind$1 = FunctionPrototype$1.bind;
226
+ var call = FunctionPrototype$1.call;
227
+ var uncurryThis = functionBindNative && bind$1.bind(call, call);
228
+
229
+ var functionUncurryThis = functionBindNative ? function (fn) {
230
+ return fn && uncurryThis(fn);
231
+ } : function (fn) {
232
+ return fn && function () {
233
+ return call.apply(fn, arguments);
234
+ };
235
+ };
236
+
237
+ var toString$1 = functionUncurryThis({}.toString);
238
+ var stringSlice = functionUncurryThis(''.slice);
218
239
 
219
240
  var classofRaw = function (it) {
220
- return toString.call(it).slice(8, -1);
241
+ return stringSlice(toString$1(it), 8, -1);
221
242
  };
222
243
 
223
- var split = ''.split;
244
+ var Object$4 = global_1.Object;
245
+ var split = functionUncurryThis(''.split);
224
246
 
225
247
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
226
248
  var indexedObject = fails(function () {
227
249
  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
228
250
  // eslint-disable-next-line no-prototype-builtins -- safe
229
- return !Object('z').propertyIsEnumerable(0);
251
+ return !Object$4('z').propertyIsEnumerable(0);
230
252
  }) ? function (it) {
231
- return classofRaw(it) == 'String' ? split.call(it, '') : Object(it);
232
- } : Object;
253
+ return classofRaw(it) == 'String' ? split(it, '') : Object$4(it);
254
+ } : Object$4;
255
+
256
+ var TypeError$8 = global_1.TypeError;
233
257
 
234
258
  // `RequireObjectCoercible` abstract operation
235
259
  // https://tc39.es/ecma262/#sec-requireobjectcoercible
236
260
  var requireObjectCoercible = function (it) {
237
- if (it == undefined) throw TypeError("Can't call method on " + it);
261
+ if (it == undefined) throw TypeError$8("Can't call method on " + it);
238
262
  return it;
239
263
  };
240
264
 
@@ -246,85 +270,309 @@
246
270
  return indexedObject(requireObjectCoercible(it));
247
271
  };
248
272
 
273
+ // `IsCallable` abstract operation
274
+ // https://tc39.es/ecma262/#sec-iscallable
275
+ var isCallable = function (argument) {
276
+ return typeof argument == 'function';
277
+ };
278
+
249
279
  var isObject = function (it) {
250
- return typeof it === 'object' ? it !== null : typeof it === 'function';
280
+ return typeof it == 'object' ? it !== null : isCallable(it);
251
281
  };
252
282
 
253
- // `ToPrimitive` abstract operation
254
- // https://tc39.es/ecma262/#sec-toprimitive
255
- // instead of the ES6 spec version, we didn't implement @@toPrimitive case
256
- // and the second argument - flag - preferred type is a string
257
- var toPrimitive = function (input, PREFERRED_STRING) {
258
- if (!isObject(input)) return input;
283
+ var aFunction = function (argument) {
284
+ return isCallable(argument) ? argument : undefined;
285
+ };
286
+
287
+ var getBuiltIn = function (namespace, method) {
288
+ return arguments.length < 2 ? aFunction(global_1[namespace]) : global_1[namespace] && global_1[namespace][method];
289
+ };
290
+
291
+ var objectIsPrototypeOf = functionUncurryThis({}.isPrototypeOf);
292
+
293
+ var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
294
+
295
+ var process = global_1.process;
296
+ var Deno = global_1.Deno;
297
+ var versions = process && process.versions || Deno && Deno.version;
298
+ var v8 = versions && versions.v8;
299
+ var match, version;
300
+
301
+ if (v8) {
302
+ match = v8.split('.');
303
+ // in old Chrome, versions of V8 isn't V8 = Chrome / 10
304
+ // but their correct versions are not interesting for us
305
+ version = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]);
306
+ }
307
+
308
+ // BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0`
309
+ // so check `userAgent` even if `.v8` exists, but 0
310
+ if (!version && engineUserAgent) {
311
+ match = engineUserAgent.match(/Edge\/(\d+)/);
312
+ if (!match || match[1] >= 74) {
313
+ match = engineUserAgent.match(/Chrome\/(\d+)/);
314
+ if (match) version = +match[1];
315
+ }
316
+ }
317
+
318
+ var engineV8Version = version;
319
+
320
+ /* eslint-disable es/no-symbol -- required for testing */
321
+
322
+
323
+
324
+ // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
325
+ var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
326
+ var symbol = Symbol();
327
+ // Chrome 38 Symbol has incorrect toString conversion
328
+ // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
329
+ return !String(symbol) || !(Object(symbol) instanceof Symbol) ||
330
+ // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
331
+ !Symbol.sham && engineV8Version && engineV8Version < 41;
332
+ });
333
+
334
+ /* eslint-disable es/no-symbol -- required for testing */
335
+
336
+
337
+ var useSymbolAsUid = nativeSymbol
338
+ && !Symbol.sham
339
+ && typeof Symbol.iterator == 'symbol';
340
+
341
+ var Object$3 = global_1.Object;
342
+
343
+ var isSymbol = useSymbolAsUid ? function (it) {
344
+ return typeof it == 'symbol';
345
+ } : function (it) {
346
+ var $Symbol = getBuiltIn('Symbol');
347
+ return isCallable($Symbol) && objectIsPrototypeOf($Symbol.prototype, Object$3(it));
348
+ };
349
+
350
+ var String$3 = global_1.String;
351
+
352
+ var tryToString = function (argument) {
353
+ try {
354
+ return String$3(argument);
355
+ } catch (error) {
356
+ return 'Object';
357
+ }
358
+ };
359
+
360
+ var TypeError$7 = global_1.TypeError;
361
+
362
+ // `Assert: IsCallable(argument) is true`
363
+ var aCallable = function (argument) {
364
+ if (isCallable(argument)) return argument;
365
+ throw TypeError$7(tryToString(argument) + ' is not a function');
366
+ };
367
+
368
+ // `GetMethod` abstract operation
369
+ // https://tc39.es/ecma262/#sec-getmethod
370
+ var getMethod = function (V, P) {
371
+ var func = V[P];
372
+ return func == null ? undefined : aCallable(func);
373
+ };
374
+
375
+ var TypeError$6 = global_1.TypeError;
376
+
377
+ // `OrdinaryToPrimitive` abstract operation
378
+ // https://tc39.es/ecma262/#sec-ordinarytoprimitive
379
+ var ordinaryToPrimitive = function (input, pref) {
259
380
  var fn, val;
260
- if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
261
- if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;
262
- if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
263
- throw TypeError("Can't convert object to primitive value");
381
+ if (pref === 'string' && isCallable(fn = input.toString) && !isObject(val = functionCall(fn, input))) return val;
382
+ if (isCallable(fn = input.valueOf) && !isObject(val = functionCall(fn, input))) return val;
383
+ if (pref !== 'string' && isCallable(fn = input.toString) && !isObject(val = functionCall(fn, input))) return val;
384
+ throw TypeError$6("Can't convert object to primitive value");
385
+ };
386
+
387
+ // eslint-disable-next-line es/no-object-defineproperty -- safe
388
+ var defineProperty = Object.defineProperty;
389
+
390
+ var setGlobal = function (key, value) {
391
+ try {
392
+ defineProperty(global_1, key, { value: value, configurable: true, writable: true });
393
+ } catch (error) {
394
+ global_1[key] = value;
395
+ } return value;
396
+ };
397
+
398
+ var SHARED = '__core-js_shared__';
399
+ var store$1 = global_1[SHARED] || setGlobal(SHARED, {});
400
+
401
+ var sharedStore = store$1;
402
+
403
+ var shared = createCommonjsModule(function (module) {
404
+ (module.exports = function (key, value) {
405
+ return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
406
+ })('versions', []).push({
407
+ version: '3.21.1',
408
+ mode: 'global',
409
+ copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
410
+ license: 'https://github.com/zloirock/core-js/blob/v3.21.1/LICENSE',
411
+ source: 'https://github.com/zloirock/core-js'
412
+ });
413
+ });
414
+
415
+ var Object$2 = global_1.Object;
416
+
417
+ // `ToObject` abstract operation
418
+ // https://tc39.es/ecma262/#sec-toobject
419
+ var toObject = function (argument) {
420
+ return Object$2(requireObjectCoercible(argument));
421
+ };
422
+
423
+ var hasOwnProperty = functionUncurryThis({}.hasOwnProperty);
424
+
425
+ // `HasOwnProperty` abstract operation
426
+ // https://tc39.es/ecma262/#sec-hasownproperty
427
+ var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
428
+ return hasOwnProperty(toObject(it), key);
264
429
  };
265
430
 
266
- var hasOwnProperty = {}.hasOwnProperty;
431
+ var id = 0;
432
+ var postfix = Math.random();
433
+ var toString = functionUncurryThis(1.0.toString);
434
+
435
+ var uid = function (key) {
436
+ return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36);
437
+ };
438
+
439
+ var WellKnownSymbolsStore = shared('wks');
440
+ var Symbol$2 = global_1.Symbol;
441
+ var symbolFor = Symbol$2 && Symbol$2['for'];
442
+ var createWellKnownSymbol = useSymbolAsUid ? Symbol$2 : Symbol$2 && Symbol$2.withoutSetter || uid;
267
443
 
268
- var has$1 = function (it, key) {
269
- return hasOwnProperty.call(it, key);
444
+ var wellKnownSymbol = function (name) {
445
+ if (!hasOwnProperty_1(WellKnownSymbolsStore, name) || !(nativeSymbol || typeof WellKnownSymbolsStore[name] == 'string')) {
446
+ var description = 'Symbol.' + name;
447
+ if (nativeSymbol && hasOwnProperty_1(Symbol$2, name)) {
448
+ WellKnownSymbolsStore[name] = Symbol$2[name];
449
+ } else if (useSymbolAsUid && symbolFor) {
450
+ WellKnownSymbolsStore[name] = symbolFor(description);
451
+ } else {
452
+ WellKnownSymbolsStore[name] = createWellKnownSymbol(description);
453
+ }
454
+ } return WellKnownSymbolsStore[name];
455
+ };
456
+
457
+ var TypeError$5 = global_1.TypeError;
458
+ var TO_PRIMITIVE = wellKnownSymbol('toPrimitive');
459
+
460
+ // `ToPrimitive` abstract operation
461
+ // https://tc39.es/ecma262/#sec-toprimitive
462
+ var toPrimitive = function (input, pref) {
463
+ if (!isObject(input) || isSymbol(input)) return input;
464
+ var exoticToPrim = getMethod(input, TO_PRIMITIVE);
465
+ var result;
466
+ if (exoticToPrim) {
467
+ if (pref === undefined) pref = 'default';
468
+ result = functionCall(exoticToPrim, input, pref);
469
+ if (!isObject(result) || isSymbol(result)) return result;
470
+ throw TypeError$5("Can't convert object to primitive value");
471
+ }
472
+ if (pref === undefined) pref = 'number';
473
+ return ordinaryToPrimitive(input, pref);
474
+ };
475
+
476
+ // `ToPropertyKey` abstract operation
477
+ // https://tc39.es/ecma262/#sec-topropertykey
478
+ var toPropertyKey = function (argument) {
479
+ var key = toPrimitive(argument, 'string');
480
+ return isSymbol(key) ? key : key + '';
270
481
  };
271
482
 
272
483
  var document$1 = global_1.document;
273
484
  // typeof document.createElement is 'object' in old IE
274
- var EXISTS = isObject(document$1) && isObject(document$1.createElement);
485
+ var EXISTS$1 = isObject(document$1) && isObject(document$1.createElement);
275
486
 
276
487
  var documentCreateElement = function (it) {
277
- return EXISTS ? document$1.createElement(it) : {};
488
+ return EXISTS$1 ? document$1.createElement(it) : {};
278
489
  };
279
490
 
280
- // Thank's IE8 for his funny defineProperty
491
+ // Thanks to IE8 for its funny defineProperty
281
492
  var ie8DomDefine = !descriptors && !fails(function () {
493
+ // eslint-disable-next-line es/no-object-defineproperty -- required for testing
282
494
  return Object.defineProperty(documentCreateElement('div'), 'a', {
283
495
  get: function () { return 7; }
284
496
  }).a != 7;
285
497
  });
286
498
 
287
- var nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
499
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
500
+ var $getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
288
501
 
289
502
  // `Object.getOwnPropertyDescriptor` method
290
503
  // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
291
- var f$3 = descriptors ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
504
+ var f$4 = descriptors ? $getOwnPropertyDescriptor$1 : function getOwnPropertyDescriptor(O, P) {
292
505
  O = toIndexedObject(O);
293
- P = toPrimitive(P, true);
506
+ P = toPropertyKey(P);
294
507
  if (ie8DomDefine) try {
295
- return nativeGetOwnPropertyDescriptor(O, P);
508
+ return $getOwnPropertyDescriptor$1(O, P);
296
509
  } catch (error) { /* empty */ }
297
- if (has$1(O, P)) return createPropertyDescriptor(!objectPropertyIsEnumerable.f.call(O, P), O[P]);
510
+ if (hasOwnProperty_1(O, P)) return createPropertyDescriptor(!functionCall(objectPropertyIsEnumerable.f, O, P), O[P]);
298
511
  };
299
512
 
300
513
  var objectGetOwnPropertyDescriptor = {
301
- f: f$3
514
+ f: f$4
302
515
  };
303
516
 
304
- var anObject = function (it) {
305
- if (!isObject(it)) {
306
- throw TypeError(String(it) + ' is not an object');
307
- } return it;
517
+ // V8 ~ Chrome 36-
518
+ // https://bugs.chromium.org/p/v8/issues/detail?id=3334
519
+ var v8PrototypeDefineBug = descriptors && fails(function () {
520
+ // eslint-disable-next-line es/no-object-defineproperty -- required for testing
521
+ return Object.defineProperty(function () { /* empty */ }, 'prototype', {
522
+ value: 42,
523
+ writable: false
524
+ }).prototype != 42;
525
+ });
526
+
527
+ var String$2 = global_1.String;
528
+ var TypeError$4 = global_1.TypeError;
529
+
530
+ // `Assert: Type(argument) is Object`
531
+ var anObject = function (argument) {
532
+ if (isObject(argument)) return argument;
533
+ throw TypeError$4(String$2(argument) + ' is not an object');
308
534
  };
309
535
 
310
- var nativeDefineProperty = Object.defineProperty;
536
+ var TypeError$3 = global_1.TypeError;
537
+ // eslint-disable-next-line es/no-object-defineproperty -- safe
538
+ var $defineProperty = Object.defineProperty;
539
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
540
+ var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
541
+ var ENUMERABLE = 'enumerable';
542
+ var CONFIGURABLE$1 = 'configurable';
543
+ var WRITABLE = 'writable';
311
544
 
312
545
  // `Object.defineProperty` method
313
546
  // https://tc39.es/ecma262/#sec-object.defineproperty
314
- var f$2 = descriptors ? nativeDefineProperty : function defineProperty(O, P, Attributes) {
547
+ var f$3 = descriptors ? v8PrototypeDefineBug ? function defineProperty(O, P, Attributes) {
315
548
  anObject(O);
316
- P = toPrimitive(P, true);
549
+ P = toPropertyKey(P);
550
+ anObject(Attributes);
551
+ if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
552
+ var current = $getOwnPropertyDescriptor(O, P);
553
+ if (current && current[WRITABLE]) {
554
+ O[P] = Attributes.value;
555
+ Attributes = {
556
+ configurable: CONFIGURABLE$1 in Attributes ? Attributes[CONFIGURABLE$1] : current[CONFIGURABLE$1],
557
+ enumerable: ENUMERABLE in Attributes ? Attributes[ENUMERABLE] : current[ENUMERABLE],
558
+ writable: false
559
+ };
560
+ }
561
+ } return $defineProperty(O, P, Attributes);
562
+ } : $defineProperty : function defineProperty(O, P, Attributes) {
563
+ anObject(O);
564
+ P = toPropertyKey(P);
317
565
  anObject(Attributes);
318
566
  if (ie8DomDefine) try {
319
- return nativeDefineProperty(O, P, Attributes);
567
+ return $defineProperty(O, P, Attributes);
320
568
  } catch (error) { /* empty */ }
321
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
569
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError$3('Accessors not supported');
322
570
  if ('value' in Attributes) O[P] = Attributes.value;
323
571
  return O;
324
572
  };
325
573
 
326
574
  var objectDefineProperty = {
327
- f: f$2
575
+ f: f$3
328
576
  };
329
577
 
330
578
  var createNonEnumerableProperty = descriptors ? function (object, key, value) {
@@ -334,25 +582,12 @@
334
582
  return object;
335
583
  };
336
584
 
337
- var setGlobal = function (key, value) {
338
- try {
339
- createNonEnumerableProperty(global_1, key, value);
340
- } catch (error) {
341
- global_1[key] = value;
342
- } return value;
343
- };
344
-
345
- var SHARED = '__core-js_shared__';
346
- var store$1 = global_1[SHARED] || setGlobal(SHARED, {});
347
-
348
- var sharedStore = store$1;
585
+ var functionToString = functionUncurryThis(Function.toString);
349
586
 
350
- var functionToString = Function.toString;
351
-
352
- // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper
353
- if (typeof sharedStore.inspectSource != 'function') {
587
+ // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
588
+ if (!isCallable(sharedStore.inspectSource)) {
354
589
  sharedStore.inspectSource = function (it) {
355
- return functionToString.call(it);
590
+ return functionToString(it);
356
591
  };
357
592
  }
358
593
 
@@ -360,24 +595,7 @@
360
595
 
361
596
  var WeakMap$1 = global_1.WeakMap;
362
597
 
363
- var nativeWeakMap = typeof WeakMap$1 === 'function' && /native code/.test(inspectSource(WeakMap$1));
364
-
365
- var shared = createCommonjsModule(function (module) {
366
- (module.exports = function (key, value) {
367
- return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
368
- })('versions', []).push({
369
- version: '3.9.1',
370
- mode: 'global',
371
- copyright: '© 2021 Denis Pushkarev (zloirock.ru)'
372
- });
373
- });
374
-
375
- var id = 0;
376
- var postfix = Math.random();
377
-
378
- var uid = function (key) {
379
- return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
380
- };
598
+ var nativeWeakMap = isCallable(WeakMap$1) && /native code/.test(inspectSource(WeakMap$1));
381
599
 
382
600
  var keys = shared('keys');
383
601
 
@@ -387,6 +605,8 @@
387
605
 
388
606
  var hiddenKeys$1 = {};
389
607
 
608
+ var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
609
+ var TypeError$2 = global_1.TypeError;
390
610
  var WeakMap = global_1.WeakMap;
391
611
  var set, get, has;
392
612
 
@@ -398,40 +618,42 @@
398
618
  return function (it) {
399
619
  var state;
400
620
  if (!isObject(it) || (state = get(it)).type !== TYPE) {
401
- throw TypeError('Incompatible receiver, ' + TYPE + ' required');
621
+ throw TypeError$2('Incompatible receiver, ' + TYPE + ' required');
402
622
  } return state;
403
623
  };
404
624
  };
405
625
 
406
- if (nativeWeakMap) {
626
+ if (nativeWeakMap || sharedStore.state) {
407
627
  var store = sharedStore.state || (sharedStore.state = new WeakMap());
408
- var wmget = store.get;
409
- var wmhas = store.has;
410
- var wmset = store.set;
628
+ var wmget = functionUncurryThis(store.get);
629
+ var wmhas = functionUncurryThis(store.has);
630
+ var wmset = functionUncurryThis(store.set);
411
631
  set = function (it, metadata) {
632
+ if (wmhas(store, it)) throw new TypeError$2(OBJECT_ALREADY_INITIALIZED);
412
633
  metadata.facade = it;
413
- wmset.call(store, it, metadata);
634
+ wmset(store, it, metadata);
414
635
  return metadata;
415
636
  };
416
637
  get = function (it) {
417
- return wmget.call(store, it) || {};
638
+ return wmget(store, it) || {};
418
639
  };
419
640
  has = function (it) {
420
- return wmhas.call(store, it);
641
+ return wmhas(store, it);
421
642
  };
422
643
  } else {
423
644
  var STATE = sharedKey('state');
424
645
  hiddenKeys$1[STATE] = true;
425
646
  set = function (it, metadata) {
647
+ if (hasOwnProperty_1(it, STATE)) throw new TypeError$2(OBJECT_ALREADY_INITIALIZED);
426
648
  metadata.facade = it;
427
649
  createNonEnumerableProperty(it, STATE, metadata);
428
650
  return metadata;
429
651
  };
430
652
  get = function (it) {
431
- return has$1(it, STATE) ? it[STATE] : {};
653
+ return hasOwnProperty_1(it, STATE) ? it[STATE] : {};
432
654
  };
433
655
  has = function (it) {
434
- return has$1(it, STATE);
656
+ return hasOwnProperty_1(it, STATE);
435
657
  };
436
658
  }
437
659
 
@@ -443,7 +665,24 @@
443
665
  getterFor: getterFor
444
666
  };
445
667
 
668
+ var FunctionPrototype = Function.prototype;
669
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
670
+ var getDescriptor = descriptors && Object.getOwnPropertyDescriptor;
671
+
672
+ var EXISTS = hasOwnProperty_1(FunctionPrototype, 'name');
673
+ // additional protection from minified / mangled / dropped function names
674
+ var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';
675
+ var CONFIGURABLE = EXISTS && (!descriptors || (descriptors && getDescriptor(FunctionPrototype, 'name').configurable));
676
+
677
+ var functionName = {
678
+ EXISTS: EXISTS,
679
+ PROPER: PROPER,
680
+ CONFIGURABLE: CONFIGURABLE
681
+ };
682
+
446
683
  var redefine = createCommonjsModule(function (module) {
684
+ var CONFIGURABLE_FUNCTION_NAME = functionName.CONFIGURABLE;
685
+
447
686
  var getInternalState = internalState.get;
448
687
  var enforceInternalState = internalState.enforce;
449
688
  var TEMPLATE = String(String).split('String');
@@ -452,14 +691,18 @@
452
691
  var unsafe = options ? !!options.unsafe : false;
453
692
  var simple = options ? !!options.enumerable : false;
454
693
  var noTargetGet = options ? !!options.noTargetGet : false;
694
+ var name = options && options.name !== undefined ? options.name : key;
455
695
  var state;
456
- if (typeof value == 'function') {
457
- if (typeof key == 'string' && !has$1(value, 'name')) {
458
- createNonEnumerableProperty(value, 'name', key);
696
+ if (isCallable(value)) {
697
+ if (String(name).slice(0, 7) === 'Symbol(') {
698
+ name = '[' + String(name).replace(/^Symbol\(([^)]*)\)/, '$1') + ']';
699
+ }
700
+ if (!hasOwnProperty_1(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) {
701
+ createNonEnumerableProperty(value, 'name', name);
459
702
  }
460
703
  state = enforceInternalState(value);
461
704
  if (!state.source) {
462
- state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
705
+ state.source = TEMPLATE.join(typeof name == 'string' ? name : '');
463
706
  }
464
707
  }
465
708
  if (O === global_1) {
@@ -475,54 +718,51 @@
475
718
  else createNonEnumerableProperty(O, key, value);
476
719
  // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
477
720
  })(Function.prototype, 'toString', function toString() {
478
- return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
721
+ return isCallable(this) && getInternalState(this).source || inspectSource(this);
479
722
  });
480
723
  });
481
724
 
482
- var path = global_1;
483
-
484
- var aFunction$1 = function (variable) {
485
- return typeof variable == 'function' ? variable : undefined;
486
- };
487
-
488
- var getBuiltIn = function (namespace, method) {
489
- return arguments.length < 2 ? aFunction$1(path[namespace]) || aFunction$1(global_1[namespace])
490
- : path[namespace] && path[namespace][method] || global_1[namespace] && global_1[namespace][method];
491
- };
492
-
493
725
  var ceil = Math.ceil;
494
726
  var floor = Math.floor;
495
727
 
496
- // `ToInteger` abstract operation
497
- // https://tc39.es/ecma262/#sec-tointeger
498
- var toInteger = function (argument) {
499
- return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
728
+ // `ToIntegerOrInfinity` abstract operation
729
+ // https://tc39.es/ecma262/#sec-tointegerorinfinity
730
+ var toIntegerOrInfinity = function (argument) {
731
+ var number = +argument;
732
+ // eslint-disable-next-line no-self-compare -- safe
733
+ return number !== number || number === 0 ? 0 : (number > 0 ? floor : ceil)(number);
500
734
  };
501
735
 
736
+ var max = Math.max;
502
737
  var min$1 = Math.min;
503
738
 
739
+ // Helper for a popular repeating case of the spec:
740
+ // Let integer be ? ToInteger(index).
741
+ // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
742
+ var toAbsoluteIndex = function (index, length) {
743
+ var integer = toIntegerOrInfinity(index);
744
+ return integer < 0 ? max(integer + length, 0) : min$1(integer, length);
745
+ };
746
+
747
+ var min = Math.min;
748
+
504
749
  // `ToLength` abstract operation
505
750
  // https://tc39.es/ecma262/#sec-tolength
506
751
  var toLength = function (argument) {
507
- return argument > 0 ? min$1(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
752
+ return argument > 0 ? min(toIntegerOrInfinity(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
508
753
  };
509
754
 
510
- var max = Math.max;
511
- var min = Math.min;
512
-
513
- // Helper for a popular repeating case of the spec:
514
- // Let integer be ? ToInteger(index).
515
- // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
516
- var toAbsoluteIndex = function (index, length) {
517
- var integer = toInteger(index);
518
- return integer < 0 ? max(integer + length, 0) : min(integer, length);
755
+ // `LengthOfArrayLike` abstract operation
756
+ // https://tc39.es/ecma262/#sec-lengthofarraylike
757
+ var lengthOfArrayLike = function (obj) {
758
+ return toLength(obj.length);
519
759
  };
520
760
 
521
761
  // `Array.prototype.{ indexOf, includes }` methods implementation
522
762
  var createMethod$2 = function (IS_INCLUDES) {
523
763
  return function ($this, el, fromIndex) {
524
764
  var O = toIndexedObject($this);
525
- var length = toLength(O.length);
765
+ var length = lengthOfArrayLike(O);
526
766
  var index = toAbsoluteIndex(fromIndex, length);
527
767
  var value;
528
768
  // Array#includes uses SameValueZero equality algorithm
@@ -550,15 +790,17 @@
550
790
  var indexOf = arrayIncludes.indexOf;
551
791
 
552
792
 
793
+ var push$1 = functionUncurryThis([].push);
794
+
553
795
  var objectKeysInternal = function (object, names) {
554
796
  var O = toIndexedObject(object);
555
797
  var i = 0;
556
798
  var result = [];
557
799
  var key;
558
- for (key in O) !has$1(hiddenKeys$1, key) && has$1(O, key) && result.push(key);
800
+ for (key in O) !hasOwnProperty_1(hiddenKeys$1, key) && hasOwnProperty_1(O, key) && push$1(result, key);
559
801
  // Don't enum bug & hidden keys
560
- while (names.length > i) if (has$1(O, key = names[i++])) {
561
- ~indexOf(result, key) || result.push(key);
802
+ while (names.length > i) if (hasOwnProperty_1(O, key = names[i++])) {
803
+ ~indexOf(result, key) || push$1(result, key);
562
804
  }
563
805
  return result;
564
806
  };
@@ -578,34 +820,40 @@
578
820
 
579
821
  // `Object.getOwnPropertyNames` method
580
822
  // https://tc39.es/ecma262/#sec-object.getownpropertynames
581
- var f$1 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
823
+ // eslint-disable-next-line es/no-object-getownpropertynames -- safe
824
+ var f$2 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
582
825
  return objectKeysInternal(O, hiddenKeys);
583
826
  };
584
827
 
585
828
  var objectGetOwnPropertyNames = {
586
- f: f$1
829
+ f: f$2
587
830
  };
588
831
 
589
- var f = Object.getOwnPropertySymbols;
832
+ // eslint-disable-next-line es/no-object-getownpropertysymbols -- safe
833
+ var f$1 = Object.getOwnPropertySymbols;
590
834
 
591
835
  var objectGetOwnPropertySymbols = {
592
- f: f
836
+ f: f$1
593
837
  };
594
838
 
839
+ var concat = functionUncurryThis([].concat);
840
+
595
841
  // all object keys, includes non-enumerable and symbols
596
842
  var ownKeys = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
597
843
  var keys = objectGetOwnPropertyNames.f(anObject(it));
598
844
  var getOwnPropertySymbols = objectGetOwnPropertySymbols.f;
599
- return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
845
+ return getOwnPropertySymbols ? concat(keys, getOwnPropertySymbols(it)) : keys;
600
846
  };
601
847
 
602
- var copyConstructorProperties = function (target, source) {
848
+ var copyConstructorProperties = function (target, source, exceptions) {
603
849
  var keys = ownKeys(source);
604
850
  var defineProperty = objectDefineProperty.f;
605
851
  var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
606
852
  for (var i = 0; i < keys.length; i++) {
607
853
  var key = keys[i];
608
- if (!has$1(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
854
+ if (!hasOwnProperty_1(target, key) && !(exceptions && hasOwnProperty_1(exceptions, key))) {
855
+ defineProperty(target, key, getOwnPropertyDescriptor(source, key));
856
+ }
609
857
  }
610
858
  };
611
859
 
@@ -615,7 +863,7 @@
615
863
  var value = data[normalize(feature)];
616
864
  return value == POLYFILL ? true
617
865
  : value == NATIVE ? false
618
- : typeof detection == 'function' ? fails(detection)
866
+ : isCallable(detection) ? fails(detection)
619
867
  : !!detection;
620
868
  };
621
869
 
@@ -649,6 +897,7 @@
649
897
  options.sham - add a flag to not completely full polyfills
650
898
  options.enumerable - export as enumerable property
651
899
  options.noTargetGet - prevent calling a getter on target
900
+ options.name - the .name of the function if it does not match the key
652
901
  */
653
902
  var _export = function (options, source) {
654
903
  var TARGET = options.target;
@@ -671,7 +920,7 @@
671
920
  FORCED = isForced_1(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
672
921
  // contained in target
673
922
  if (!FORCED && targetProperty !== undefined) {
674
- if (typeof sourceProperty === typeof targetProperty) continue;
923
+ if (typeof sourceProperty == typeof targetProperty) continue;
675
924
  copyConstructorProperties(sourceProperty, targetProperty);
676
925
  }
677
926
  // add a flag to not completely full polyfills
@@ -683,132 +932,144 @@
683
932
  }
684
933
  };
685
934
 
686
- var aFunction = function (it) {
687
- if (typeof it != 'function') {
688
- throw TypeError(String(it) + ' is not a function');
689
- } return it;
690
- };
935
+ var bind = functionUncurryThis(functionUncurryThis.bind);
691
936
 
692
937
  // optional / simple context binding
693
- var functionBindContext = function (fn, that, length) {
694
- aFunction(fn);
695
- if (that === undefined) return fn;
696
- switch (length) {
697
- case 0: return function () {
698
- return fn.call(that);
699
- };
700
- case 1: return function (a) {
701
- return fn.call(that, a);
702
- };
703
- case 2: return function (a, b) {
704
- return fn.call(that, a, b);
705
- };
706
- case 3: return function (a, b, c) {
707
- return fn.call(that, a, b, c);
708
- };
709
- }
710
- return function (/* ...args */) {
938
+ var functionBindContext = function (fn, that) {
939
+ aCallable(fn);
940
+ return that === undefined ? fn : functionBindNative ? bind(fn, that) : function (/* ...args */) {
711
941
  return fn.apply(that, arguments);
712
942
  };
713
943
  };
714
944
 
715
- // `ToObject` abstract operation
716
- // https://tc39.es/ecma262/#sec-toobject
717
- var toObject = function (argument) {
718
- return Object(requireObjectCoercible(argument));
719
- };
720
-
721
945
  // `IsArray` abstract operation
722
946
  // https://tc39.es/ecma262/#sec-isarray
723
- var isArray = Array.isArray || function isArray(arg) {
724
- return classofRaw(arg) == 'Array';
947
+ // eslint-disable-next-line es/no-array-isarray -- safe
948
+ var isArray = Array.isArray || function isArray(argument) {
949
+ return classofRaw(argument) == 'Array';
725
950
  };
726
951
 
727
- var engineIsNode = classofRaw(global_1.process) == 'process';
952
+ var TO_STRING_TAG$1 = wellKnownSymbol('toStringTag');
953
+ var test$1 = {};
728
954
 
729
- var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
955
+ test$1[TO_STRING_TAG$1] = 'z';
730
956
 
731
- var process = global_1.process;
732
- var versions = process && process.versions;
733
- var v8 = versions && versions.v8;
734
- var match, version;
957
+ var toStringTagSupport = String(test$1) === '[object z]';
735
958
 
736
- if (v8) {
737
- match = v8.split('.');
738
- version = match[0] + match[1];
739
- } else if (engineUserAgent) {
740
- match = engineUserAgent.match(/Edge\/(\d+)/);
741
- if (!match || match[1] >= 74) {
742
- match = engineUserAgent.match(/Chrome\/(\d+)/);
743
- if (match) version = match[1];
744
- }
745
- }
959
+ var TO_STRING_TAG = wellKnownSymbol('toStringTag');
960
+ var Object$1 = global_1.Object;
746
961
 
747
- var engineV8Version = version && +version;
962
+ // ES3 wrong here
963
+ var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
748
964
 
749
- var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
750
- /* global Symbol -- required for testing */
751
- return !Symbol.sham &&
752
- // Chrome 38 Symbol has incorrect toString conversion
753
- // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
754
- (engineIsNode ? engineV8Version === 38 : engineV8Version > 37 && engineV8Version < 41);
755
- });
965
+ // fallback for IE11 Script Access Denied error
966
+ var tryGet = function (it, key) {
967
+ try {
968
+ return it[key];
969
+ } catch (error) { /* empty */ }
970
+ };
756
971
 
757
- var useSymbolAsUid = nativeSymbol
758
- /* global Symbol -- safe */
759
- && !Symbol.sham
760
- && typeof Symbol.iterator == 'symbol';
972
+ // getting tag from ES6+ `Object.prototype.toString`
973
+ var classof = toStringTagSupport ? classofRaw : function (it) {
974
+ var O, tag, result;
975
+ return it === undefined ? 'Undefined' : it === null ? 'Null'
976
+ // @@toStringTag case
977
+ : typeof (tag = tryGet(O = Object$1(it), TO_STRING_TAG)) == 'string' ? tag
978
+ // builtinTag case
979
+ : CORRECT_ARGUMENTS ? classofRaw(O)
980
+ // ES3 arguments fallback
981
+ : (result = classofRaw(O)) == 'Object' && isCallable(O.callee) ? 'Arguments' : result;
982
+ };
761
983
 
762
- var WellKnownSymbolsStore = shared('wks');
763
- var Symbol$1 = global_1.Symbol;
764
- var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
984
+ var noop = function () { /* empty */ };
985
+ var empty = [];
986
+ var construct = getBuiltIn('Reflect', 'construct');
987
+ var constructorRegExp = /^\s*(?:class|function)\b/;
988
+ var exec$1 = functionUncurryThis(constructorRegExp.exec);
989
+ var INCORRECT_TO_STRING = !constructorRegExp.exec(noop);
765
990
 
766
- var wellKnownSymbol = function (name) {
767
- if (!has$1(WellKnownSymbolsStore, name) || !(nativeSymbol || typeof WellKnownSymbolsStore[name] == 'string')) {
768
- if (nativeSymbol && has$1(Symbol$1, name)) {
769
- WellKnownSymbolsStore[name] = Symbol$1[name];
770
- } else {
771
- WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
772
- }
773
- } return WellKnownSymbolsStore[name];
991
+ var isConstructorModern = function isConstructor(argument) {
992
+ if (!isCallable(argument)) return false;
993
+ try {
994
+ construct(noop, empty, argument);
995
+ return true;
996
+ } catch (error) {
997
+ return false;
998
+ }
774
999
  };
775
1000
 
1001
+ var isConstructorLegacy = function isConstructor(argument) {
1002
+ if (!isCallable(argument)) return false;
1003
+ switch (classof(argument)) {
1004
+ case 'AsyncFunction':
1005
+ case 'GeneratorFunction':
1006
+ case 'AsyncGeneratorFunction': return false;
1007
+ }
1008
+ try {
1009
+ // we can't check .prototype since constructors produced by .bind haven't it
1010
+ // `Function#toString` throws on some built-it function in some legacy engines
1011
+ // (for example, `DOMQuad` and similar in FF41-)
1012
+ return INCORRECT_TO_STRING || !!exec$1(constructorRegExp, inspectSource(argument));
1013
+ } catch (error) {
1014
+ return true;
1015
+ }
1016
+ };
1017
+
1018
+ isConstructorLegacy.sham = true;
1019
+
1020
+ // `IsConstructor` abstract operation
1021
+ // https://tc39.es/ecma262/#sec-isconstructor
1022
+ var isConstructor = !construct || fails(function () {
1023
+ var called;
1024
+ return isConstructorModern(isConstructorModern.call)
1025
+ || !isConstructorModern(Object)
1026
+ || !isConstructorModern(function () { called = true; })
1027
+ || called;
1028
+ }) ? isConstructorLegacy : isConstructorModern;
1029
+
776
1030
  var SPECIES$1 = wellKnownSymbol('species');
1031
+ var Array$1 = global_1.Array;
777
1032
 
778
- // `ArraySpeciesCreate` abstract operation
1033
+ // a part of `ArraySpeciesCreate` abstract operation
779
1034
  // https://tc39.es/ecma262/#sec-arrayspeciescreate
780
- var arraySpeciesCreate = function (originalArray, length) {
1035
+ var arraySpeciesConstructor = function (originalArray) {
781
1036
  var C;
782
1037
  if (isArray(originalArray)) {
783
1038
  C = originalArray.constructor;
784
1039
  // cross-realm fallback
785
- if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
1040
+ if (isConstructor(C) && (C === Array$1 || isArray(C.prototype))) C = undefined;
786
1041
  else if (isObject(C)) {
787
1042
  C = C[SPECIES$1];
788
1043
  if (C === null) C = undefined;
789
1044
  }
790
- } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
1045
+ } return C === undefined ? Array$1 : C;
791
1046
  };
792
1047
 
793
- var push = [].push;
1048
+ // `ArraySpeciesCreate` abstract operation
1049
+ // https://tc39.es/ecma262/#sec-arrayspeciescreate
1050
+ var arraySpeciesCreate = function (originalArray, length) {
1051
+ return new (arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length);
1052
+ };
1053
+
1054
+ var push = functionUncurryThis([].push);
794
1055
 
795
- // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation
1056
+ // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterReject }` methods implementation
796
1057
  var createMethod$1 = function (TYPE) {
797
1058
  var IS_MAP = TYPE == 1;
798
1059
  var IS_FILTER = TYPE == 2;
799
1060
  var IS_SOME = TYPE == 3;
800
1061
  var IS_EVERY = TYPE == 4;
801
1062
  var IS_FIND_INDEX = TYPE == 6;
802
- var IS_FILTER_OUT = TYPE == 7;
1063
+ var IS_FILTER_REJECT = TYPE == 7;
803
1064
  var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
804
1065
  return function ($this, callbackfn, that, specificCreate) {
805
1066
  var O = toObject($this);
806
1067
  var self = indexedObject(O);
807
- var boundFunction = functionBindContext(callbackfn, that, 3);
808
- var length = toLength(self.length);
1068
+ var boundFunction = functionBindContext(callbackfn, that);
1069
+ var length = lengthOfArrayLike(self);
809
1070
  var index = 0;
810
1071
  var create = specificCreate || arraySpeciesCreate;
811
- var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;
1072
+ var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_REJECT ? create($this, 0) : undefined;
812
1073
  var value, result;
813
1074
  for (;length > index; index++) if (NO_HOLES || index in self) {
814
1075
  value = self[index];
@@ -819,10 +1080,10 @@
819
1080
  case 3: return true; // some
820
1081
  case 5: return value; // find
821
1082
  case 6: return index; // findIndex
822
- case 2: push.call(target, value); // filter
1083
+ case 2: push(target, value); // filter
823
1084
  } else switch (TYPE) {
824
1085
  case 4: return false; // every
825
- case 7: push.call(target, value); // filterOut
1086
+ case 7: push(target, value); // filterReject
826
1087
  }
827
1088
  }
828
1089
  }
@@ -852,31 +1113,47 @@
852
1113
  // `Array.prototype.findIndex` method
853
1114
  // https://tc39.es/ecma262/#sec-array.prototype.findIndex
854
1115
  findIndex: createMethod$1(6),
855
- // `Array.prototype.filterOut` method
1116
+ // `Array.prototype.filterReject` method
856
1117
  // https://github.com/tc39/proposal-array-filtering
857
- filterOut: createMethod$1(7)
1118
+ filterReject: createMethod$1(7)
858
1119
  };
859
1120
 
860
1121
  // `Object.keys` method
861
1122
  // https://tc39.es/ecma262/#sec-object.keys
1123
+ // eslint-disable-next-line es/no-object-keys -- safe
862
1124
  var objectKeys = Object.keys || function keys(O) {
863
1125
  return objectKeysInternal(O, enumBugKeys);
864
1126
  };
865
1127
 
866
1128
  // `Object.defineProperties` method
867
1129
  // https://tc39.es/ecma262/#sec-object.defineproperties
868
- var objectDefineProperties = descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
1130
+ // eslint-disable-next-line es/no-object-defineproperties -- safe
1131
+ var f = descriptors && !v8PrototypeDefineBug ? Object.defineProperties : function defineProperties(O, Properties) {
869
1132
  anObject(O);
1133
+ var props = toIndexedObject(Properties);
870
1134
  var keys = objectKeys(Properties);
871
1135
  var length = keys.length;
872
1136
  var index = 0;
873
1137
  var key;
874
- while (length > index) objectDefineProperty.f(O, key = keys[index++], Properties[key]);
1138
+ while (length > index) objectDefineProperty.f(O, key = keys[index++], props[key]);
875
1139
  return O;
876
1140
  };
877
1141
 
1142
+ var objectDefineProperties = {
1143
+ f: f
1144
+ };
1145
+
878
1146
  var html = getBuiltIn('document', 'documentElement');
879
1147
 
1148
+ /* global ActiveXObject -- old IE, WSH */
1149
+
1150
+
1151
+
1152
+
1153
+
1154
+
1155
+
1156
+
880
1157
  var GT = '>';
881
1158
  var LT = '<';
882
1159
  var PROTOTYPE = 'prototype';
@@ -923,10 +1200,13 @@
923
1200
  var activeXDocument;
924
1201
  var NullProtoObject = function () {
925
1202
  try {
926
- /* global ActiveXObject -- old IE */
927
- activeXDocument = document.domain && new ActiveXObject('htmlfile');
1203
+ activeXDocument = new ActiveXObject('htmlfile');
928
1204
  } catch (error) { /* ignore */ }
929
- NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();
1205
+ NullProtoObject = typeof document != 'undefined'
1206
+ ? document.domain && activeXDocument
1207
+ ? NullProtoObjectViaActiveX(activeXDocument) // old IE
1208
+ : NullProtoObjectViaIFrame()
1209
+ : NullProtoObjectViaActiveX(activeXDocument); // WSH
930
1210
  var length = enumBugKeys.length;
931
1211
  while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];
932
1212
  return NullProtoObject();
@@ -945,7 +1225,7 @@
945
1225
  // add "__proto__" for Object.getPrototypeOf polyfill
946
1226
  result[IE_PROTO] = O;
947
1227
  } else result = NullProtoObject();
948
- return Properties === undefined ? result : objectDefineProperties(result, Properties);
1228
+ return Properties === undefined ? result : objectDefineProperties.f(result, Properties);
949
1229
  };
950
1230
 
951
1231
  var UNSCOPABLES = wellKnownSymbol('unscopables');
@@ -985,8 +1265,20 @@
985
1265
  // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
986
1266
  addToUnscopables(FIND);
987
1267
 
1268
+ // `Object.prototype.toString` method implementation
1269
+ // https://tc39.es/ecma262/#sec-object.prototype.tostring
1270
+ var objectToString = toStringTagSupport ? {}.toString : function toString() {
1271
+ return '[object ' + classof(this) + ']';
1272
+ };
1273
+
1274
+ // `Object.prototype.toString` method
1275
+ // https://tc39.es/ecma262/#sec-object.prototype.tostring
1276
+ if (!toStringTagSupport) {
1277
+ redefine(Object.prototype, 'toString', objectToString, { unsafe: true });
1278
+ }
1279
+
988
1280
  var createProperty = function (object, key, value) {
989
- var propertyKey = toPrimitive(key);
1281
+ var propertyKey = toPropertyKey(key);
990
1282
  if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
991
1283
  else object[propertyKey] = value;
992
1284
  };
@@ -1010,6 +1302,7 @@
1010
1302
  var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
1011
1303
  var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
1012
1304
  var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
1305
+ var TypeError$1 = global_1.TypeError;
1013
1306
 
1014
1307
  // We can't use this feature detection in V8 since it causes
1015
1308
  // deoptimization and serious performance degradation
@@ -1043,11 +1336,11 @@
1043
1336
  for (i = -1, length = arguments.length; i < length; i++) {
1044
1337
  E = i === -1 ? O : arguments[i];
1045
1338
  if (isConcatSpreadable(E)) {
1046
- len = toLength(E.length);
1047
- if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1339
+ len = lengthOfArrayLike(E);
1340
+ if (n + len > MAX_SAFE_INTEGER) throw TypeError$1(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1048
1341
  for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
1049
1342
  } else {
1050
- if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1343
+ if (n >= MAX_SAFE_INTEGER) throw TypeError$1(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1051
1344
  createProperty(A, n++, E);
1052
1345
  }
1053
1346
  }
@@ -1056,7 +1349,7 @@
1056
1349
  }
1057
1350
  });
1058
1351
 
1059
- var nativeReverse = [].reverse;
1352
+ var un$Reverse = functionUncurryThis([].reverse);
1060
1353
  var test = [1, 2];
1061
1354
 
1062
1355
  // `Array.prototype.reverse` method
@@ -1067,14 +1360,22 @@
1067
1360
  reverse: function reverse() {
1068
1361
  // eslint-disable-next-line no-self-assign -- dirty hack
1069
1362
  if (isArray(this)) this.length = this.length;
1070
- return nativeReverse.call(this);
1363
+ return un$Reverse(this);
1071
1364
  }
1072
1365
  });
1073
1366
 
1367
+ var String$1 = global_1.String;
1368
+
1369
+ var toString_1 = function (argument) {
1370
+ if (classof(argument) === 'Symbol') throw TypeError('Cannot convert a Symbol value to a string');
1371
+ return String$1(argument);
1372
+ };
1373
+
1074
1374
  // a string of all valid unicode whitespaces
1075
1375
  var whitespaces = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
1076
1376
  '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
1077
1377
 
1378
+ var replace = functionUncurryThis(''.replace);
1078
1379
  var whitespace = '[' + whitespaces + ']';
1079
1380
  var ltrim = RegExp('^' + whitespace + whitespace + '*');
1080
1381
  var rtrim = RegExp(whitespace + whitespace + '*$');
@@ -1082,9 +1383,9 @@
1082
1383
  // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
1083
1384
  var createMethod = function (TYPE) {
1084
1385
  return function ($this) {
1085
- var string = String(requireObjectCoercible($this));
1086
- if (TYPE & 1) string = string.replace(ltrim, '');
1087
- if (TYPE & 2) string = string.replace(rtrim, '');
1386
+ var string = toString_1(requireObjectCoercible($this));
1387
+ if (TYPE & 1) string = replace(string, ltrim, '');
1388
+ if (TYPE & 2) string = replace(string, rtrim, '');
1088
1389
  return string;
1089
1390
  };
1090
1391
  };
@@ -1105,14 +1406,19 @@
1105
1406
 
1106
1407
 
1107
1408
  var $parseInt = global_1.parseInt;
1108
- var hex = /^[+-]?0[Xx]/;
1109
- var FORCED = $parseInt(whitespaces + '08') !== 8 || $parseInt(whitespaces + '0x16') !== 22;
1409
+ var Symbol$1 = global_1.Symbol;
1410
+ var ITERATOR = Symbol$1 && Symbol$1.iterator;
1411
+ var hex = /^[+-]?0x/i;
1412
+ var exec = functionUncurryThis(hex.exec);
1413
+ var FORCED = $parseInt(whitespaces + '08') !== 8 || $parseInt(whitespaces + '0x16') !== 22
1414
+ // MS Edge 18- broken with boxed symbols
1415
+ || (ITERATOR && !fails(function () { $parseInt(Object(ITERATOR)); }));
1110
1416
 
1111
1417
  // `parseInt` method
1112
1418
  // https://tc39.es/ecma262/#sec-parseint-string-radix
1113
1419
  var numberParseInt = FORCED ? function parseInt(string, radix) {
1114
- var S = trim(String(string));
1115
- return $parseInt(S, (radix >>> 0) || (hex.test(S) ? 16 : 10));
1420
+ var S = trim(toString_1(string));
1421
+ return $parseInt(S, (radix >>> 0) || (exec(hex, S) ? 16 : 10));
1116
1422
  } : $parseInt;
1117
1423
 
1118
1424
  // `parseInt` method
@@ -1124,27 +1430,31 @@
1124
1430
  var arrayMethodIsStrict = function (METHOD_NAME, argument) {
1125
1431
  var method = [][METHOD_NAME];
1126
1432
  return !!method && fails(function () {
1127
- // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing
1128
- method.call(null, argument || function () { throw 1; }, 1);
1433
+ // eslint-disable-next-line no-useless-call -- required for testing
1434
+ method.call(null, argument || function () { return 1; }, 1);
1129
1435
  });
1130
1436
  };
1131
1437
 
1132
- var $indexOf = arrayIncludes.indexOf;
1438
+ /* eslint-disable es/no-array-prototype-indexof -- required for testing */
1439
+
1440
+
1441
+ var $IndexOf = arrayIncludes.indexOf;
1133
1442
 
1134
1443
 
1135
- var nativeIndexOf = [].indexOf;
1444
+ var un$IndexOf = functionUncurryThis([].indexOf);
1136
1445
 
1137
- var NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;
1446
+ var NEGATIVE_ZERO = !!un$IndexOf && 1 / un$IndexOf([1], 1, -0) < 0;
1138
1447
  var STRICT_METHOD = arrayMethodIsStrict('indexOf');
1139
1448
 
1140
1449
  // `Array.prototype.indexOf` method
1141
1450
  // https://tc39.es/ecma262/#sec-array.prototype.indexof
1142
1451
  _export({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD }, {
1143
1452
  indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
1453
+ var fromIndex = arguments.length > 1 ? arguments[1] : undefined;
1144
1454
  return NEGATIVE_ZERO
1145
1455
  // convert -0 to +0
1146
- ? nativeIndexOf.apply(this, arguments) || 0
1147
- : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);
1456
+ ? un$IndexOf(this, searchElement, fromIndex) || 0
1457
+ : $IndexOf(this, searchElement, fromIndex);
1148
1458
  }
1149
1459
  });
1150
1460
 
@@ -1152,7 +1462,7 @@
1152
1462
  * @author zhixin wen <wenzhixin2010@gmail.com>
1153
1463
  */
1154
1464
 
1155
- var Utils = $__default['default'].fn.bootstrapTable.utils; // Reasonable defaults
1465
+ var Utils = $__default["default"].fn.bootstrapTable.utils; // Reasonable defaults
1156
1466
 
1157
1467
  var PIXEL_STEP = 10;
1158
1468
  var LINE_HEIGHT = 40;
@@ -1230,13 +1540,13 @@
1230
1540
  };
1231
1541
  }
1232
1542
 
1233
- $__default['default'].extend($__default['default'].fn.bootstrapTable.defaults, {
1543
+ $__default["default"].extend($__default["default"].fn.bootstrapTable.defaults, {
1234
1544
  fixedColumns: false,
1235
1545
  fixedNumber: 0,
1236
1546
  fixedRightNumber: 0
1237
1547
  });
1238
1548
 
1239
- $__default['default'].BootstrapTable = /*#__PURE__*/function (_$$BootstrapTable) {
1549
+ $__default["default"].BootstrapTable = /*#__PURE__*/function (_$$BootstrapTable) {
1240
1550
  _inherits(_class, _$$BootstrapTable);
1241
1551
 
1242
1552
  var _super = _createSuper(_class);
@@ -1340,13 +1650,13 @@
1340
1650
  }
1341
1651
 
1342
1652
  this.$tableBody.find('tr').each(function (i, el) {
1343
- var $el = $__default['default'](el);
1653
+ var $el = $__default["default"](el);
1344
1654
  var index = $el.data('index');
1345
1655
  var classes = $el.attr('class');
1346
1656
  var inputSelector = "[name=\"".concat(_this.options.selectItemName, "\"]");
1347
1657
  var $input = $el.find(inputSelector);
1348
1658
 
1349
- if (_typeof(index) === undefined) {
1659
+ if (typeof index === 'undefined') {
1350
1660
  return;
1351
1661
  }
1352
1662
 
@@ -1430,6 +1740,7 @@
1430
1740
  var initFixedBody = function initFixedBody($fixedColumns, $fixedHeader) {
1431
1741
  $fixedColumns.find('.fixed-table-body').remove();
1432
1742
  $fixedColumns.append(_this3.$tableBody.clone(true));
1743
+ $fixedColumns.find('.fixed-table-body table').removeAttr('id');
1433
1744
  var $fixedBody = $fixedColumns.find('.fixed-table-body');
1434
1745
 
1435
1746
  var tableBody = _this3.$tableBody.get(0);
@@ -1481,7 +1792,7 @@
1481
1792
  var _this4 = this;
1482
1793
 
1483
1794
  var toggleHover = function toggleHover(e, toggle) {
1484
- var tr = "tr[data-index=\"".concat($__default['default'](e.currentTarget).data('index'), "\"]");
1795
+ var tr = "tr[data-index=\"".concat($__default["default"](e.currentTarget).data('index'), "\"]");
1485
1796
 
1486
1797
  var $trs = _this4.$tableBody.find(tr);
1487
1798
 
@@ -1493,7 +1804,7 @@
1493
1804
  $trs = $trs.add(_this4.$fixedBodyRight.find(tr));
1494
1805
  }
1495
1806
 
1496
- $trs.css('background-color', toggle ? $__default['default'](e.currentTarget).css('background-color') : '');
1807
+ $trs.css('background-color', toggle ? $__default["default"](e.currentTarget).css('background-color') : '');
1497
1808
  };
1498
1809
 
1499
1810
  this.$tableBody.find('tr').hover(function (e) {
@@ -1553,8 +1864,8 @@
1553
1864
  }
1554
1865
 
1555
1866
  if (this.options.filterControl) {
1556
- $__default['default'](this.$fixedColumns).off('keyup change').on('keyup change', function (e) {
1557
- var $target = $__default['default'](e.target);
1867
+ $__default["default"](this.$fixedColumns).off('keyup change').on('keyup change', function (e) {
1868
+ var $target = $__default["default"](e.target);
1558
1869
  var value = $target.val();
1559
1870
  var field = $target.parents('th').data('field');
1560
1871
 
@@ -1605,6 +1916,6 @@
1605
1916
  }]);
1606
1917
 
1607
1918
  return _class;
1608
- }($__default['default'].BootstrapTable);
1919
+ }($__default["default"].BootstrapTable);
1609
1920
 
1610
- })));
1921
+ }));