bootstrap-table-rails 1.19.1 → 1.20.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. checksums.yaml +4 -4
  2. data/lib/bootstrap-table-rails/version.rb +1 -1
  3. data/vendor/assets/javascripts/.DS_Store +0 -0
  4. data/vendor/assets/javascripts/bootstrap-table/.DS_Store +0 -0
  5. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +906 -337
  6. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +816 -382
  7. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +817 -383
  8. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +2 -1
  9. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +2787 -2003
  10. data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +1003 -429
  11. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +536 -240
  12. data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +1381 -923
  13. data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +546 -250
  14. data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +547 -249
  15. data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +471 -186
  16. data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +883 -525
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +852 -449
  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 +2649 -1097
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/utils.js +1276 -710
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +566 -272
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +861 -414
  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 +652 -351
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +572 -249
  26. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +782 -370
  27. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +532 -237
  28. data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +538 -246
  29. data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +744 -294
  30. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +572 -258
  31. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +510 -200
  32. data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +471 -186
  33. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +539 -244
  34. data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +864 -531
  35. data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +526 -235
  36. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +457 -180
  37. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +457 -180
  38. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +465 -188
  39. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +457 -180
  40. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +477 -200
  41. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +457 -180
  42. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +457 -180
  43. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +457 -180
  44. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +457 -180
  45. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +457 -180
  46. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +457 -180
  47. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +457 -180
  48. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +457 -180
  49. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +457 -180
  50. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +457 -180
  51. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +457 -180
  52. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +457 -180
  53. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +457 -180
  54. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +457 -180
  55. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +457 -180
  56. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +457 -180
  57. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +457 -180
  58. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +457 -180
  59. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +460 -182
  60. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +457 -180
  61. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hi-IN.js +1083 -0
  62. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +457 -180
  63. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +457 -180
  64. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +457 -180
  65. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +457 -180
  66. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +457 -180
  67. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +457 -180
  68. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +482 -204
  69. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-lb-LU.js +1083 -0
  70. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +457 -180
  71. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +457 -180
  72. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +496 -180
  73. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +496 -180
  74. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +457 -180
  75. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +457 -180
  76. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +457 -180
  77. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +457 -180
  78. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +457 -180
  79. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +457 -180
  80. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +457 -180
  81. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +457 -180
  82. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +457 -180
  83. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +457 -180
  84. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +457 -180
  85. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +457 -180
  86. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +457 -180
  87. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +457 -180
  88. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +457 -180
  89. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +457 -180
  90. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +457 -180
  91. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +1 -0
  92. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +547 -255
  93. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +1 -0
  94. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +543 -235
  95. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +1 -0
  96. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +547 -239
  97. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +1 -0
  98. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +545 -252
  99. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +1 -0
  100. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +541 -233
  101. metadata +5 -3
@@ -2,7 +2,7 @@
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
 
@@ -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();
@@ -248,6 +256,18 @@
248
256
  return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
249
257
  });
250
258
 
259
+ var functionBindNative = !fails(function () {
260
+ var test = (function () { /* empty */ }).bind();
261
+ // eslint-disable-next-line no-prototype-builtins -- safe
262
+ return typeof test != 'function' || test.hasOwnProperty('prototype');
263
+ });
264
+
265
+ var call$1 = Function.prototype.call;
266
+
267
+ var functionCall = functionBindNative ? call$1.bind(call$1) : function () {
268
+ return call$1.apply(call$1, arguments);
269
+ };
270
+
251
271
  var $propertyIsEnumerable = {}.propertyIsEnumerable;
252
272
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
253
273
  var getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
@@ -275,27 +295,44 @@
275
295
  };
276
296
  };
277
297
 
278
- var toString = {}.toString;
298
+ var FunctionPrototype$1 = Function.prototype;
299
+ var bind$1 = FunctionPrototype$1.bind;
300
+ var call = FunctionPrototype$1.call;
301
+ var uncurryThis = functionBindNative && bind$1.bind(call, call);
302
+
303
+ var functionUncurryThis = functionBindNative ? function (fn) {
304
+ return fn && uncurryThis(fn);
305
+ } : function (fn) {
306
+ return fn && function () {
307
+ return call.apply(fn, arguments);
308
+ };
309
+ };
310
+
311
+ var toString$1 = functionUncurryThis({}.toString);
312
+ var stringSlice = functionUncurryThis(''.slice);
279
313
 
280
314
  var classofRaw = function (it) {
281
- return toString.call(it).slice(8, -1);
315
+ return stringSlice(toString$1(it), 8, -1);
282
316
  };
283
317
 
284
- var split = ''.split;
318
+ var Object$4 = global_1.Object;
319
+ var split = functionUncurryThis(''.split);
285
320
 
286
321
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
287
322
  var indexedObject = fails(function () {
288
323
  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
289
324
  // eslint-disable-next-line no-prototype-builtins -- safe
290
- return !Object('z').propertyIsEnumerable(0);
325
+ return !Object$4('z').propertyIsEnumerable(0);
291
326
  }) ? function (it) {
292
- return classofRaw(it) == 'String' ? split.call(it, '') : Object(it);
293
- } : Object;
327
+ return classofRaw(it) == 'String' ? split(it, '') : Object$4(it);
328
+ } : Object$4;
329
+
330
+ var TypeError$8 = global_1.TypeError;
294
331
 
295
332
  // `RequireObjectCoercible` abstract operation
296
333
  // https://tc39.es/ecma262/#sec-requireobjectcoercible
297
334
  var requireObjectCoercible = function (it) {
298
- if (it == undefined) throw TypeError("Can't call method on " + it);
335
+ if (it == undefined) throw TypeError$8("Can't call method on " + it);
299
336
  return it;
300
337
  };
301
338
 
@@ -307,82 +344,303 @@
307
344
  return indexedObject(requireObjectCoercible(it));
308
345
  };
309
346
 
347
+ // `IsCallable` abstract operation
348
+ // https://tc39.es/ecma262/#sec-iscallable
349
+ var isCallable = function (argument) {
350
+ return typeof argument == 'function';
351
+ };
352
+
310
353
  var isObject = function (it) {
311
- return typeof it === 'object' ? it !== null : typeof it === 'function';
354
+ return typeof it == 'object' ? it !== null : isCallable(it);
312
355
  };
313
356
 
314
- // `ToPrimitive` abstract operation
315
- // 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;
357
+ var aFunction = function (argument) {
358
+ return isCallable(argument) ? argument : undefined;
359
+ };
360
+
361
+ var getBuiltIn = function (namespace, method) {
362
+ return arguments.length < 2 ? aFunction(global_1[namespace]) : global_1[namespace] && global_1[namespace][method];
363
+ };
364
+
365
+ var objectIsPrototypeOf = functionUncurryThis({}.isPrototypeOf);
366
+
367
+ var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
368
+
369
+ var process = global_1.process;
370
+ var Deno = global_1.Deno;
371
+ var versions = process && process.versions || Deno && Deno.version;
372
+ var v8 = versions && versions.v8;
373
+ var match, version;
374
+
375
+ if (v8) {
376
+ match = v8.split('.');
377
+ // in old Chrome, versions of V8 isn't V8 = Chrome / 10
378
+ // but their correct versions are not interesting for us
379
+ version = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]);
380
+ }
381
+
382
+ // BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0`
383
+ // so check `userAgent` even if `.v8` exists, but 0
384
+ if (!version && engineUserAgent) {
385
+ match = engineUserAgent.match(/Edge\/(\d+)/);
386
+ if (!match || match[1] >= 74) {
387
+ match = engineUserAgent.match(/Chrome\/(\d+)/);
388
+ if (match) version = +match[1];
389
+ }
390
+ }
391
+
392
+ var engineV8Version = version;
393
+
394
+ /* eslint-disable es/no-symbol -- required for testing */
395
+
396
+
397
+
398
+ // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
399
+ var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
400
+ var symbol = Symbol();
401
+ // Chrome 38 Symbol has incorrect toString conversion
402
+ // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
403
+ return !String(symbol) || !(Object(symbol) instanceof Symbol) ||
404
+ // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
405
+ !Symbol.sham && engineV8Version && engineV8Version < 41;
406
+ });
407
+
408
+ /* eslint-disable es/no-symbol -- required for testing */
409
+
410
+
411
+ var useSymbolAsUid = nativeSymbol
412
+ && !Symbol.sham
413
+ && typeof Symbol.iterator == 'symbol';
414
+
415
+ var Object$3 = global_1.Object;
416
+
417
+ var isSymbol = useSymbolAsUid ? function (it) {
418
+ return typeof it == 'symbol';
419
+ } : function (it) {
420
+ var $Symbol = getBuiltIn('Symbol');
421
+ return isCallable($Symbol) && objectIsPrototypeOf($Symbol.prototype, Object$3(it));
422
+ };
423
+
424
+ var String$3 = global_1.String;
425
+
426
+ var tryToString = function (argument) {
427
+ try {
428
+ return String$3(argument);
429
+ } catch (error) {
430
+ return 'Object';
431
+ }
432
+ };
433
+
434
+ var TypeError$7 = global_1.TypeError;
435
+
436
+ // `Assert: IsCallable(argument) is true`
437
+ var aCallable = function (argument) {
438
+ if (isCallable(argument)) return argument;
439
+ throw TypeError$7(tryToString(argument) + ' is not a function');
440
+ };
441
+
442
+ // `GetMethod` abstract operation
443
+ // https://tc39.es/ecma262/#sec-getmethod
444
+ var getMethod = function (V, P) {
445
+ var func = V[P];
446
+ return func == null ? undefined : aCallable(func);
447
+ };
448
+
449
+ var TypeError$6 = global_1.TypeError;
450
+
451
+ // `OrdinaryToPrimitive` abstract operation
452
+ // https://tc39.es/ecma262/#sec-ordinarytoprimitive
453
+ var ordinaryToPrimitive = function (input, pref) {
320
454
  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");
455
+ if (pref === 'string' && isCallable(fn = input.toString) && !isObject(val = functionCall(fn, input))) return val;
456
+ if (isCallable(fn = input.valueOf) && !isObject(val = functionCall(fn, input))) return val;
457
+ if (pref !== 'string' && isCallable(fn = input.toString) && !isObject(val = functionCall(fn, input))) return val;
458
+ throw TypeError$6("Can't convert object to primitive value");
325
459
  };
326
460
 
327
- var hasOwnProperty = {}.hasOwnProperty;
461
+ // eslint-disable-next-line es/no-object-defineproperty -- safe
462
+ var defineProperty = Object.defineProperty;
328
463
 
329
- var has$1 = function (it, key) {
330
- return hasOwnProperty.call(it, key);
464
+ var setGlobal = function (key, value) {
465
+ try {
466
+ defineProperty(global_1, key, { value: value, configurable: true, writable: true });
467
+ } catch (error) {
468
+ global_1[key] = value;
469
+ } return value;
470
+ };
471
+
472
+ var SHARED = '__core-js_shared__';
473
+ var store$1 = global_1[SHARED] || setGlobal(SHARED, {});
474
+
475
+ var sharedStore = store$1;
476
+
477
+ var shared = createCommonjsModule(function (module) {
478
+ (module.exports = function (key, value) {
479
+ return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
480
+ })('versions', []).push({
481
+ version: '3.21.1',
482
+ mode: 'global',
483
+ copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
484
+ license: 'https://github.com/zloirock/core-js/blob/v3.21.1/LICENSE',
485
+ source: 'https://github.com/zloirock/core-js'
486
+ });
487
+ });
488
+
489
+ var Object$2 = global_1.Object;
490
+
491
+ // `ToObject` abstract operation
492
+ // https://tc39.es/ecma262/#sec-toobject
493
+ var toObject = function (argument) {
494
+ return Object$2(requireObjectCoercible(argument));
495
+ };
496
+
497
+ var hasOwnProperty = functionUncurryThis({}.hasOwnProperty);
498
+
499
+ // `HasOwnProperty` abstract operation
500
+ // https://tc39.es/ecma262/#sec-hasownproperty
501
+ var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
502
+ return hasOwnProperty(toObject(it), key);
503
+ };
504
+
505
+ var id = 0;
506
+ var postfix = Math.random();
507
+ var toString = functionUncurryThis(1.0.toString);
508
+
509
+ var uid = function (key) {
510
+ return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36);
511
+ };
512
+
513
+ var WellKnownSymbolsStore = shared('wks');
514
+ var Symbol$2 = global_1.Symbol;
515
+ var symbolFor = Symbol$2 && Symbol$2['for'];
516
+ var createWellKnownSymbol = useSymbolAsUid ? Symbol$2 : Symbol$2 && Symbol$2.withoutSetter || uid;
517
+
518
+ var wellKnownSymbol = function (name) {
519
+ if (!hasOwnProperty_1(WellKnownSymbolsStore, name) || !(nativeSymbol || typeof WellKnownSymbolsStore[name] == 'string')) {
520
+ var description = 'Symbol.' + name;
521
+ if (nativeSymbol && hasOwnProperty_1(Symbol$2, name)) {
522
+ WellKnownSymbolsStore[name] = Symbol$2[name];
523
+ } else if (useSymbolAsUid && symbolFor) {
524
+ WellKnownSymbolsStore[name] = symbolFor(description);
525
+ } else {
526
+ WellKnownSymbolsStore[name] = createWellKnownSymbol(description);
527
+ }
528
+ } return WellKnownSymbolsStore[name];
529
+ };
530
+
531
+ var TypeError$5 = global_1.TypeError;
532
+ var TO_PRIMITIVE = wellKnownSymbol('toPrimitive');
533
+
534
+ // `ToPrimitive` abstract operation
535
+ // https://tc39.es/ecma262/#sec-toprimitive
536
+ var toPrimitive = function (input, pref) {
537
+ if (!isObject(input) || isSymbol(input)) return input;
538
+ var exoticToPrim = getMethod(input, TO_PRIMITIVE);
539
+ var result;
540
+ if (exoticToPrim) {
541
+ if (pref === undefined) pref = 'default';
542
+ result = functionCall(exoticToPrim, input, pref);
543
+ if (!isObject(result) || isSymbol(result)) return result;
544
+ throw TypeError$5("Can't convert object to primitive value");
545
+ }
546
+ if (pref === undefined) pref = 'number';
547
+ return ordinaryToPrimitive(input, pref);
548
+ };
549
+
550
+ // `ToPropertyKey` abstract operation
551
+ // https://tc39.es/ecma262/#sec-topropertykey
552
+ var toPropertyKey = function (argument) {
553
+ var key = toPrimitive(argument, 'string');
554
+ return isSymbol(key) ? key : key + '';
331
555
  };
332
556
 
333
557
  var document = global_1.document;
334
558
  // typeof document.createElement is 'object' in old IE
335
- var EXISTS = isObject(document) && isObject(document.createElement);
559
+ var EXISTS$1 = isObject(document) && isObject(document.createElement);
336
560
 
337
561
  var documentCreateElement = function (it) {
338
- return EXISTS ? document.createElement(it) : {};
562
+ return EXISTS$1 ? document.createElement(it) : {};
339
563
  };
340
564
 
341
- // Thank's IE8 for his funny defineProperty
565
+ // Thanks to IE8 for its funny defineProperty
342
566
  var ie8DomDefine = !descriptors && !fails(function () {
343
- // eslint-disable-next-line es/no-object-defineproperty -- requied for testing
567
+ // eslint-disable-next-line es/no-object-defineproperty -- required for testing
344
568
  return Object.defineProperty(documentCreateElement('div'), 'a', {
345
569
  get: function () { return 7; }
346
570
  }).a != 7;
347
571
  });
348
572
 
349
573
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
350
- var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
574
+ var $getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
351
575
 
352
576
  // `Object.getOwnPropertyDescriptor` method
353
577
  // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
354
- var f$3 = descriptors ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
578
+ var f$3 = descriptors ? $getOwnPropertyDescriptor$1 : function getOwnPropertyDescriptor(O, P) {
355
579
  O = toIndexedObject(O);
356
- P = toPrimitive(P, true);
580
+ P = toPropertyKey(P);
357
581
  if (ie8DomDefine) try {
358
- return $getOwnPropertyDescriptor(O, P);
582
+ return $getOwnPropertyDescriptor$1(O, P);
359
583
  } catch (error) { /* empty */ }
360
- if (has$1(O, P)) return createPropertyDescriptor(!objectPropertyIsEnumerable.f.call(O, P), O[P]);
584
+ if (hasOwnProperty_1(O, P)) return createPropertyDescriptor(!functionCall(objectPropertyIsEnumerable.f, O, P), O[P]);
361
585
  };
362
586
 
363
587
  var objectGetOwnPropertyDescriptor = {
364
588
  f: f$3
365
589
  };
366
590
 
367
- var anObject = function (it) {
368
- if (!isObject(it)) {
369
- throw TypeError(String(it) + ' is not an object');
370
- } return it;
591
+ // V8 ~ Chrome 36-
592
+ // https://bugs.chromium.org/p/v8/issues/detail?id=3334
593
+ var v8PrototypeDefineBug = descriptors && fails(function () {
594
+ // eslint-disable-next-line es/no-object-defineproperty -- required for testing
595
+ return Object.defineProperty(function () { /* empty */ }, 'prototype', {
596
+ value: 42,
597
+ writable: false
598
+ }).prototype != 42;
599
+ });
600
+
601
+ var String$2 = global_1.String;
602
+ var TypeError$4 = global_1.TypeError;
603
+
604
+ // `Assert: Type(argument) is Object`
605
+ var anObject = function (argument) {
606
+ if (isObject(argument)) return argument;
607
+ throw TypeError$4(String$2(argument) + ' is not an object');
371
608
  };
372
609
 
610
+ var TypeError$3 = global_1.TypeError;
373
611
  // eslint-disable-next-line es/no-object-defineproperty -- safe
374
612
  var $defineProperty = Object.defineProperty;
613
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
614
+ var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
615
+ var ENUMERABLE = 'enumerable';
616
+ var CONFIGURABLE$1 = 'configurable';
617
+ var WRITABLE = 'writable';
375
618
 
376
619
  // `Object.defineProperty` method
377
620
  // https://tc39.es/ecma262/#sec-object.defineproperty
378
- var f$2 = descriptors ? $defineProperty : function defineProperty(O, P, Attributes) {
621
+ var f$2 = descriptors ? v8PrototypeDefineBug ? function defineProperty(O, P, Attributes) {
622
+ anObject(O);
623
+ P = toPropertyKey(P);
624
+ anObject(Attributes);
625
+ if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
626
+ var current = $getOwnPropertyDescriptor(O, P);
627
+ if (current && current[WRITABLE]) {
628
+ O[P] = Attributes.value;
629
+ Attributes = {
630
+ configurable: CONFIGURABLE$1 in Attributes ? Attributes[CONFIGURABLE$1] : current[CONFIGURABLE$1],
631
+ enumerable: ENUMERABLE in Attributes ? Attributes[ENUMERABLE] : current[ENUMERABLE],
632
+ writable: false
633
+ };
634
+ }
635
+ } return $defineProperty(O, P, Attributes);
636
+ } : $defineProperty : function defineProperty(O, P, Attributes) {
379
637
  anObject(O);
380
- P = toPrimitive(P, true);
638
+ P = toPropertyKey(P);
381
639
  anObject(Attributes);
382
640
  if (ie8DomDefine) try {
383
641
  return $defineProperty(O, P, Attributes);
384
642
  } catch (error) { /* empty */ }
385
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
643
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError$3('Accessors not supported');
386
644
  if ('value' in Attributes) O[P] = Attributes.value;
387
645
  return O;
388
646
  };
@@ -398,25 +656,12 @@
398
656
  return object;
399
657
  };
400
658
 
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
- };
659
+ var functionToString = functionUncurryThis(Function.toString);
408
660
 
409
- var SHARED = '__core-js_shared__';
410
- var store$1 = global_1[SHARED] || setGlobal(SHARED, {});
411
-
412
- var sharedStore = store$1;
413
-
414
- var functionToString = Function.toString;
415
-
416
- // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper
417
- if (typeof sharedStore.inspectSource != 'function') {
661
+ // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
662
+ if (!isCallable(sharedStore.inspectSource)) {
418
663
  sharedStore.inspectSource = function (it) {
419
- return functionToString.call(it);
664
+ return functionToString(it);
420
665
  };
421
666
  }
422
667
 
@@ -424,24 +669,7 @@
424
669
 
425
670
  var WeakMap$1 = global_1.WeakMap;
426
671
 
427
- var nativeWeakMap = typeof WeakMap$1 === 'function' && /native code/.test(inspectSource(WeakMap$1));
428
-
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();
441
-
442
- var uid = function (key) {
443
- return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
444
- };
672
+ var nativeWeakMap = isCallable(WeakMap$1) && /native code/.test(inspectSource(WeakMap$1));
445
673
 
446
674
  var keys = shared('keys');
447
675
 
@@ -451,6 +679,8 @@
451
679
 
452
680
  var hiddenKeys$1 = {};
453
681
 
682
+ var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
683
+ var TypeError$2 = global_1.TypeError;
454
684
  var WeakMap = global_1.WeakMap;
455
685
  var set, get, has;
456
686
 
@@ -462,40 +692,42 @@
462
692
  return function (it) {
463
693
  var state;
464
694
  if (!isObject(it) || (state = get(it)).type !== TYPE) {
465
- throw TypeError('Incompatible receiver, ' + TYPE + ' required');
695
+ throw TypeError$2('Incompatible receiver, ' + TYPE + ' required');
466
696
  } return state;
467
697
  };
468
698
  };
469
699
 
470
- if (nativeWeakMap) {
700
+ if (nativeWeakMap || sharedStore.state) {
471
701
  var store = sharedStore.state || (sharedStore.state = new WeakMap());
472
- var wmget = store.get;
473
- var wmhas = store.has;
474
- var wmset = store.set;
702
+ var wmget = functionUncurryThis(store.get);
703
+ var wmhas = functionUncurryThis(store.has);
704
+ var wmset = functionUncurryThis(store.set);
475
705
  set = function (it, metadata) {
706
+ if (wmhas(store, it)) throw new TypeError$2(OBJECT_ALREADY_INITIALIZED);
476
707
  metadata.facade = it;
477
- wmset.call(store, it, metadata);
708
+ wmset(store, it, metadata);
478
709
  return metadata;
479
710
  };
480
711
  get = function (it) {
481
- return wmget.call(store, it) || {};
712
+ return wmget(store, it) || {};
482
713
  };
483
714
  has = function (it) {
484
- return wmhas.call(store, it);
715
+ return wmhas(store, it);
485
716
  };
486
717
  } else {
487
718
  var STATE = sharedKey('state');
488
719
  hiddenKeys$1[STATE] = true;
489
720
  set = function (it, metadata) {
721
+ if (hasOwnProperty_1(it, STATE)) throw new TypeError$2(OBJECT_ALREADY_INITIALIZED);
490
722
  metadata.facade = it;
491
723
  createNonEnumerableProperty(it, STATE, metadata);
492
724
  return metadata;
493
725
  };
494
726
  get = function (it) {
495
- return has$1(it, STATE) ? it[STATE] : {};
727
+ return hasOwnProperty_1(it, STATE) ? it[STATE] : {};
496
728
  };
497
729
  has = function (it) {
498
- return has$1(it, STATE);
730
+ return hasOwnProperty_1(it, STATE);
499
731
  };
500
732
  }
501
733
 
@@ -507,7 +739,24 @@
507
739
  getterFor: getterFor
508
740
  };
509
741
 
742
+ var FunctionPrototype = Function.prototype;
743
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
744
+ var getDescriptor = descriptors && Object.getOwnPropertyDescriptor;
745
+
746
+ var EXISTS = hasOwnProperty_1(FunctionPrototype, 'name');
747
+ // additional protection from minified / mangled / dropped function names
748
+ var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';
749
+ var CONFIGURABLE = EXISTS && (!descriptors || (descriptors && getDescriptor(FunctionPrototype, 'name').configurable));
750
+
751
+ var functionName = {
752
+ EXISTS: EXISTS,
753
+ PROPER: PROPER,
754
+ CONFIGURABLE: CONFIGURABLE
755
+ };
756
+
510
757
  var redefine = createCommonjsModule(function (module) {
758
+ var CONFIGURABLE_FUNCTION_NAME = functionName.CONFIGURABLE;
759
+
511
760
  var getInternalState = internalState.get;
512
761
  var enforceInternalState = internalState.enforce;
513
762
  var TEMPLATE = String(String).split('String');
@@ -516,14 +765,18 @@
516
765
  var unsafe = options ? !!options.unsafe : false;
517
766
  var simple = options ? !!options.enumerable : false;
518
767
  var noTargetGet = options ? !!options.noTargetGet : false;
768
+ var name = options && options.name !== undefined ? options.name : key;
519
769
  var state;
520
- if (typeof value == 'function') {
521
- if (typeof key == 'string' && !has$1(value, 'name')) {
522
- createNonEnumerableProperty(value, 'name', key);
770
+ if (isCallable(value)) {
771
+ if (String(name).slice(0, 7) === 'Symbol(') {
772
+ name = '[' + String(name).replace(/^Symbol\(([^)]*)\)/, '$1') + ']';
773
+ }
774
+ if (!hasOwnProperty_1(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) {
775
+ createNonEnumerableProperty(value, 'name', name);
523
776
  }
524
777
  state = enforceInternalState(value);
525
778
  if (!state.source) {
526
- state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
779
+ state.source = TEMPLATE.join(typeof name == 'string' ? name : '');
527
780
  }
528
781
  }
529
782
  if (O === global_1) {
@@ -539,54 +792,51 @@
539
792
  else createNonEnumerableProperty(O, key, value);
540
793
  // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
541
794
  })(Function.prototype, 'toString', function toString() {
542
- return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
795
+ return isCallable(this) && getInternalState(this).source || inspectSource(this);
543
796
  });
544
797
  });
545
798
 
546
- var path = global_1;
547
-
548
- var aFunction$1 = function (variable) {
549
- return typeof variable == 'function' ? variable : undefined;
550
- };
551
-
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
- };
556
-
557
799
  var ceil = Math.ceil;
558
800
  var floor = Math.floor;
559
801
 
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);
802
+ // `ToIntegerOrInfinity` abstract operation
803
+ // https://tc39.es/ecma262/#sec-tointegerorinfinity
804
+ var toIntegerOrInfinity = function (argument) {
805
+ var number = +argument;
806
+ // eslint-disable-next-line no-self-compare -- safe
807
+ return number !== number || number === 0 ? 0 : (number > 0 ? floor : ceil)(number);
564
808
  };
565
809
 
810
+ var max = Math.max;
566
811
  var min$1 = Math.min;
567
812
 
813
+ // Helper for a popular repeating case of the spec:
814
+ // Let integer be ? ToInteger(index).
815
+ // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
816
+ var toAbsoluteIndex = function (index, length) {
817
+ var integer = toIntegerOrInfinity(index);
818
+ return integer < 0 ? max(integer + length, 0) : min$1(integer, length);
819
+ };
820
+
821
+ var min = Math.min;
822
+
568
823
  // `ToLength` abstract operation
569
824
  // https://tc39.es/ecma262/#sec-tolength
570
825
  var toLength = function (argument) {
571
- return argument > 0 ? min$1(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
826
+ return argument > 0 ? min(toIntegerOrInfinity(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
572
827
  };
573
828
 
574
- var max = Math.max;
575
- var min = Math.min;
576
-
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(integer + length, 0) : min(integer, length);
829
+ // `LengthOfArrayLike` abstract operation
830
+ // https://tc39.es/ecma262/#sec-lengthofarraylike
831
+ var lengthOfArrayLike = function (obj) {
832
+ return toLength(obj.length);
583
833
  };
584
834
 
585
835
  // `Array.prototype.{ indexOf, includes }` methods implementation
586
836
  var createMethod$2 = function (IS_INCLUDES) {
587
837
  return function ($this, el, fromIndex) {
588
838
  var O = toIndexedObject($this);
589
- var length = toLength(O.length);
839
+ var length = lengthOfArrayLike(O);
590
840
  var index = toAbsoluteIndex(fromIndex, length);
591
841
  var value;
592
842
  // Array#includes uses SameValueZero equality algorithm
@@ -614,15 +864,17 @@
614
864
  var indexOf = arrayIncludes.indexOf;
615
865
 
616
866
 
867
+ var push$1 = functionUncurryThis([].push);
868
+
617
869
  var objectKeysInternal = function (object, names) {
618
870
  var O = toIndexedObject(object);
619
871
  var i = 0;
620
872
  var result = [];
621
873
  var key;
622
- for (key in O) !has$1(hiddenKeys$1, key) && has$1(O, key) && result.push(key);
874
+ for (key in O) !hasOwnProperty_1(hiddenKeys$1, key) && hasOwnProperty_1(O, key) && push$1(result, key);
623
875
  // 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);
876
+ while (names.length > i) if (hasOwnProperty_1(O, key = names[i++])) {
877
+ ~indexOf(result, key) || push$1(result, key);
626
878
  }
627
879
  return result;
628
880
  };
@@ -658,20 +910,24 @@
658
910
  f: f
659
911
  };
660
912
 
913
+ var concat = functionUncurryThis([].concat);
914
+
661
915
  // all object keys, includes non-enumerable and symbols
662
916
  var ownKeys = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
663
917
  var keys = objectGetOwnPropertyNames.f(anObject(it));
664
918
  var getOwnPropertySymbols = objectGetOwnPropertySymbols.f;
665
- return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
919
+ return getOwnPropertySymbols ? concat(keys, getOwnPropertySymbols(it)) : keys;
666
920
  };
667
921
 
668
- var copyConstructorProperties = function (target, source) {
922
+ var copyConstructorProperties = function (target, source, exceptions) {
669
923
  var keys = ownKeys(source);
670
924
  var defineProperty = objectDefineProperty.f;
671
925
  var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
672
926
  for (var i = 0; i < keys.length; i++) {
673
927
  var key = keys[i];
674
- if (!has$1(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
928
+ if (!hasOwnProperty_1(target, key) && !(exceptions && hasOwnProperty_1(exceptions, key))) {
929
+ defineProperty(target, key, getOwnPropertyDescriptor(source, key));
930
+ }
675
931
  }
676
932
  };
677
933
 
@@ -681,7 +937,7 @@
681
937
  var value = data[normalize(feature)];
682
938
  return value == POLYFILL ? true
683
939
  : value == NATIVE ? false
684
- : typeof detection == 'function' ? fails(detection)
940
+ : isCallable(detection) ? fails(detection)
685
941
  : !!detection;
686
942
  };
687
943
 
@@ -715,6 +971,7 @@
715
971
  options.sham - add a flag to not completely full polyfills
716
972
  options.enumerable - export as enumerable property
717
973
  options.noTargetGet - prevent calling a getter on target
974
+ options.name - the .name of the function if it does not match the key
718
975
  */
719
976
  var _export = function (options, source) {
720
977
  var TARGET = options.target;
@@ -737,7 +994,7 @@
737
994
  FORCED = isForced_1(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
738
995
  // contained in target
739
996
  if (!FORCED && targetProperty !== undefined) {
740
- if (typeof sourceProperty === typeof targetProperty) continue;
997
+ if (typeof sourceProperty == typeof targetProperty) continue;
741
998
  copyConstructorProperties(sourceProperty, targetProperty);
742
999
  }
743
1000
  // add a flag to not completely full polyfills
@@ -752,89 +1009,116 @@
752
1009
  // `IsArray` abstract operation
753
1010
  // https://tc39.es/ecma262/#sec-isarray
754
1011
  // eslint-disable-next-line es/no-array-isarray -- safe
755
- var isArray = Array.isArray || function isArray(arg) {
756
- return classofRaw(arg) == 'Array';
757
- };
758
-
759
- // `ToObject` abstract operation
760
- // https://tc39.es/ecma262/#sec-toobject
761
- var toObject = function (argument) {
762
- return Object(requireObjectCoercible(argument));
1012
+ var isArray = Array.isArray || function isArray(argument) {
1013
+ return classofRaw(argument) == 'Array';
763
1014
  };
764
1015
 
765
1016
  var createProperty = function (object, key, value) {
766
- var propertyKey = toPrimitive(key);
1017
+ var propertyKey = toPropertyKey(key);
767
1018
  if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
768
1019
  else object[propertyKey] = value;
769
1020
  };
770
1021
 
771
- var engineIsNode = classofRaw(global_1.process) == 'process';
1022
+ var TO_STRING_TAG$1 = wellKnownSymbol('toStringTag');
1023
+ var test = {};
772
1024
 
773
- var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
1025
+ test[TO_STRING_TAG$1] = 'z';
774
1026
 
775
- var process = global_1.process;
776
- var versions = process && process.versions;
777
- var v8 = versions && versions.v8;
778
- var match, version;
1027
+ var toStringTagSupport = String(test) === '[object z]';
779
1028
 
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
- }
790
-
791
- var engineV8Version = version && +version;
1029
+ var TO_STRING_TAG = wellKnownSymbol('toStringTag');
1030
+ var Object$1 = global_1.Object;
792
1031
 
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
- });
1032
+ // ES3 wrong here
1033
+ var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
801
1034
 
802
- /* eslint-disable es/no-symbol -- required for testing */
1035
+ // fallback for IE11 Script Access Denied error
1036
+ var tryGet = function (it, key) {
1037
+ try {
1038
+ return it[key];
1039
+ } catch (error) { /* empty */ }
1040
+ };
803
1041
 
1042
+ // getting tag from ES6+ `Object.prototype.toString`
1043
+ var classof = toStringTagSupport ? classofRaw : function (it) {
1044
+ var O, tag, result;
1045
+ return it === undefined ? 'Undefined' : it === null ? 'Null'
1046
+ // @@toStringTag case
1047
+ : typeof (tag = tryGet(O = Object$1(it), TO_STRING_TAG)) == 'string' ? tag
1048
+ // builtinTag case
1049
+ : CORRECT_ARGUMENTS ? classofRaw(O)
1050
+ // ES3 arguments fallback
1051
+ : (result = classofRaw(O)) == 'Object' && isCallable(O.callee) ? 'Arguments' : result;
1052
+ };
804
1053
 
805
- var useSymbolAsUid = nativeSymbol
806
- && !Symbol.sham
807
- && typeof Symbol.iterator == 'symbol';
1054
+ var noop = function () { /* empty */ };
1055
+ var empty = [];
1056
+ var construct = getBuiltIn('Reflect', 'construct');
1057
+ var constructorRegExp = /^\s*(?:class|function)\b/;
1058
+ var exec$1 = functionUncurryThis(constructorRegExp.exec);
1059
+ var INCORRECT_TO_STRING = !constructorRegExp.exec(noop);
808
1060
 
809
- var WellKnownSymbolsStore = shared('wks');
810
- var Symbol$1 = global_1.Symbol;
811
- var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
1061
+ var isConstructorModern = function isConstructor(argument) {
1062
+ if (!isCallable(argument)) return false;
1063
+ try {
1064
+ construct(noop, empty, argument);
1065
+ return true;
1066
+ } catch (error) {
1067
+ return false;
1068
+ }
1069
+ };
812
1070
 
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];
1071
+ var isConstructorLegacy = function isConstructor(argument) {
1072
+ if (!isCallable(argument)) return false;
1073
+ switch (classof(argument)) {
1074
+ case 'AsyncFunction':
1075
+ case 'GeneratorFunction':
1076
+ case 'AsyncGeneratorFunction': return false;
1077
+ }
1078
+ try {
1079
+ // we can't check .prototype since constructors produced by .bind haven't it
1080
+ // `Function#toString` throws on some built-it function in some legacy engines
1081
+ // (for example, `DOMQuad` and similar in FF41-)
1082
+ return INCORRECT_TO_STRING || !!exec$1(constructorRegExp, inspectSource(argument));
1083
+ } catch (error) {
1084
+ return true;
1085
+ }
821
1086
  };
822
1087
 
1088
+ isConstructorLegacy.sham = true;
1089
+
1090
+ // `IsConstructor` abstract operation
1091
+ // https://tc39.es/ecma262/#sec-isconstructor
1092
+ var isConstructor = !construct || fails(function () {
1093
+ var called;
1094
+ return isConstructorModern(isConstructorModern.call)
1095
+ || !isConstructorModern(Object)
1096
+ || !isConstructorModern(function () { called = true; })
1097
+ || called;
1098
+ }) ? isConstructorLegacy : isConstructorModern;
1099
+
823
1100
  var SPECIES$1 = wellKnownSymbol('species');
1101
+ var Array$1 = global_1.Array;
824
1102
 
825
- // `ArraySpeciesCreate` abstract operation
1103
+ // a part of `ArraySpeciesCreate` abstract operation
826
1104
  // https://tc39.es/ecma262/#sec-arrayspeciescreate
827
- var arraySpeciesCreate = function (originalArray, length) {
1105
+ var arraySpeciesConstructor = function (originalArray) {
828
1106
  var C;
829
1107
  if (isArray(originalArray)) {
830
1108
  C = originalArray.constructor;
831
1109
  // cross-realm fallback
832
- if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
1110
+ if (isConstructor(C) && (C === Array$1 || isArray(C.prototype))) C = undefined;
833
1111
  else if (isObject(C)) {
834
1112
  C = C[SPECIES$1];
835
1113
  if (C === null) C = undefined;
836
1114
  }
837
- } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
1115
+ } return C === undefined ? Array$1 : C;
1116
+ };
1117
+
1118
+ // `ArraySpeciesCreate` abstract operation
1119
+ // https://tc39.es/ecma262/#sec-arrayspeciescreate
1120
+ var arraySpeciesCreate = function (originalArray, length) {
1121
+ return new (arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length);
838
1122
  };
839
1123
 
840
1124
  var SPECIES = wellKnownSymbol('species');
@@ -856,6 +1140,7 @@
856
1140
  var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
857
1141
  var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
858
1142
  var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
1143
+ var TypeError$1 = global_1.TypeError;
859
1144
 
860
1145
  // We can't use this feature detection in V8 since it causes
861
1146
  // deoptimization and serious performance degradation
@@ -889,11 +1174,11 @@
889
1174
  for (i = -1, length = arguments.length; i < length; i++) {
890
1175
  E = i === -1 ? O : arguments[i];
891
1176
  if (isConcatSpreadable(E)) {
892
- len = toLength(E.length);
893
- if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1177
+ len = lengthOfArrayLike(E);
1178
+ if (n + len > MAX_SAFE_INTEGER) throw TypeError$1(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
894
1179
  for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
895
1180
  } else {
896
- if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1181
+ if (n >= MAX_SAFE_INTEGER) throw TypeError$1(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
897
1182
  createProperty(A, n++, E);
898
1183
  }
899
1184
  }
@@ -902,54 +1187,35 @@
902
1187
  }
903
1188
  });
904
1189
 
905
- var aFunction = function (it) {
906
- if (typeof it != 'function') {
907
- throw TypeError(String(it) + ' is not a function');
908
- } return it;
909
- };
1190
+ var bind = functionUncurryThis(functionUncurryThis.bind);
910
1191
 
911
1192
  // optional / simple context binding
912
- var functionBindContext = function (fn, that, length) {
913
- aFunction(fn);
914
- if (that === undefined) return fn;
915
- switch (length) {
916
- case 0: return function () {
917
- return fn.call(that);
918
- };
919
- case 1: return function (a) {
920
- return fn.call(that, a);
921
- };
922
- case 2: return function (a, b) {
923
- return fn.call(that, a, b);
924
- };
925
- case 3: return function (a, b, c) {
926
- return fn.call(that, a, b, c);
927
- };
928
- }
929
- return function (/* ...args */) {
1193
+ var functionBindContext = function (fn, that) {
1194
+ aCallable(fn);
1195
+ return that === undefined ? fn : functionBindNative ? bind(fn, that) : function (/* ...args */) {
930
1196
  return fn.apply(that, arguments);
931
1197
  };
932
1198
  };
933
1199
 
934
- var push = [].push;
1200
+ var push = functionUncurryThis([].push);
935
1201
 
936
- // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation
1202
+ // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterReject }` methods implementation
937
1203
  var createMethod$1 = function (TYPE) {
938
1204
  var IS_MAP = TYPE == 1;
939
1205
  var IS_FILTER = TYPE == 2;
940
1206
  var IS_SOME = TYPE == 3;
941
1207
  var IS_EVERY = TYPE == 4;
942
1208
  var IS_FIND_INDEX = TYPE == 6;
943
- var IS_FILTER_OUT = TYPE == 7;
1209
+ var IS_FILTER_REJECT = TYPE == 7;
944
1210
  var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
945
1211
  return function ($this, callbackfn, that, specificCreate) {
946
1212
  var O = toObject($this);
947
1213
  var self = indexedObject(O);
948
- var boundFunction = functionBindContext(callbackfn, that, 3);
949
- var length = toLength(self.length);
1214
+ var boundFunction = functionBindContext(callbackfn, that);
1215
+ var length = lengthOfArrayLike(self);
950
1216
  var index = 0;
951
1217
  var create = specificCreate || arraySpeciesCreate;
952
- var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;
1218
+ var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_REJECT ? create($this, 0) : undefined;
953
1219
  var value, result;
954
1220
  for (;length > index; index++) if (NO_HOLES || index in self) {
955
1221
  value = self[index];
@@ -960,10 +1226,10 @@
960
1226
  case 3: return true; // some
961
1227
  case 5: return value; // find
962
1228
  case 6: return index; // findIndex
963
- case 2: push.call(target, value); // filter
1229
+ case 2: push(target, value); // filter
964
1230
  } else switch (TYPE) {
965
1231
  case 4: return false; // every
966
- case 7: push.call(target, value); // filterOut
1232
+ case 7: push(target, value); // filterReject
967
1233
  }
968
1234
  }
969
1235
  }
@@ -993,9 +1259,9 @@
993
1259
  // `Array.prototype.findIndex` method
994
1260
  // https://tc39.es/ecma262/#sec-array.prototype.findIndex
995
1261
  findIndex: createMethod$1(6),
996
- // `Array.prototype.filterOut` method
1262
+ // `Array.prototype.filterReject` method
997
1263
  // https://github.com/tc39/proposal-array-filtering
998
- filterOut: createMethod$1(7)
1264
+ filterReject: createMethod$1(7)
999
1265
  };
1000
1266
 
1001
1267
  var $filter = arrayIteration.filter;
@@ -1012,15 +1278,27 @@
1012
1278
  }
1013
1279
  });
1014
1280
 
1281
+ // `Object.prototype.toString` method implementation
1282
+ // https://tc39.es/ecma262/#sec-object.prototype.tostring
1283
+ var objectToString = toStringTagSupport ? {}.toString : function toString() {
1284
+ return '[object ' + classof(this) + ']';
1285
+ };
1286
+
1287
+ // `Object.prototype.toString` method
1288
+ // https://tc39.es/ecma262/#sec-object.prototype.tostring
1289
+ if (!toStringTagSupport) {
1290
+ redefine(Object.prototype, 'toString', objectToString, { unsafe: true });
1291
+ }
1292
+
1015
1293
  var arrayMethodIsStrict = function (METHOD_NAME, argument) {
1016
1294
  var method = [][METHOD_NAME];
1017
1295
  return !!method && fails(function () {
1018
- // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing
1019
- method.call(null, argument || function () { throw 1; }, 1);
1296
+ // eslint-disable-next-line no-useless-call -- required for testing
1297
+ method.call(null, argument || function () { return 1; }, 1);
1020
1298
  });
1021
1299
  };
1022
1300
 
1023
- var nativeJoin = [].join;
1301
+ var un$Join = functionUncurryThis([].join);
1024
1302
 
1025
1303
  var ES3_STRINGS = indexedObject != Object;
1026
1304
  var STRICT_METHOD = arrayMethodIsStrict('join', ',');
@@ -1029,14 +1307,22 @@
1029
1307
  // https://tc39.es/ecma262/#sec-array.prototype.join
1030
1308
  _export({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {
1031
1309
  join: function join(separator) {
1032
- return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);
1310
+ return un$Join(toIndexedObject(this), separator === undefined ? ',' : separator);
1033
1311
  }
1034
1312
  });
1035
1313
 
1314
+ var String$1 = global_1.String;
1315
+
1316
+ var toString_1 = function (argument) {
1317
+ if (classof(argument) === 'Symbol') throw TypeError('Cannot convert a Symbol value to a string');
1318
+ return String$1(argument);
1319
+ };
1320
+
1036
1321
  // a string of all valid unicode whitespaces
1037
1322
  var whitespaces = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
1038
1323
  '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
1039
1324
 
1325
+ var replace = functionUncurryThis(''.replace);
1040
1326
  var whitespace = '[' + whitespaces + ']';
1041
1327
  var ltrim = RegExp('^' + whitespace + whitespace + '*');
1042
1328
  var rtrim = RegExp(whitespace + whitespace + '*$');
@@ -1044,9 +1330,9 @@
1044
1330
  // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
1045
1331
  var createMethod = function (TYPE) {
1046
1332
  return function ($this) {
1047
- var string = String(requireObjectCoercible($this));
1048
- if (TYPE & 1) string = string.replace(ltrim, '');
1049
- if (TYPE & 2) string = string.replace(rtrim, '');
1333
+ var string = toString_1(requireObjectCoercible($this));
1334
+ if (TYPE & 1) string = replace(string, ltrim, '');
1335
+ if (TYPE & 2) string = replace(string, rtrim, '');
1050
1336
  return string;
1051
1337
  };
1052
1338
  };
@@ -1067,14 +1353,19 @@
1067
1353
 
1068
1354
 
1069
1355
  var $parseInt = global_1.parseInt;
1070
- var hex = /^[+-]?0[Xx]/;
1071
- var FORCED = $parseInt(whitespaces + '08') !== 8 || $parseInt(whitespaces + '0x16') !== 22;
1356
+ var Symbol$1 = global_1.Symbol;
1357
+ var ITERATOR = Symbol$1 && Symbol$1.iterator;
1358
+ var hex = /^[+-]?0x/i;
1359
+ var exec = functionUncurryThis(hex.exec);
1360
+ var FORCED = $parseInt(whitespaces + '08') !== 8 || $parseInt(whitespaces + '0x16') !== 22
1361
+ // MS Edge 18- broken with boxed symbols
1362
+ || (ITERATOR && !fails(function () { $parseInt(Object(ITERATOR)); }));
1072
1363
 
1073
1364
  // `parseInt` method
1074
1365
  // https://tc39.es/ecma262/#sec-parseint-string-radix
1075
1366
  var numberParseInt = FORCED ? function parseInt(string, radix) {
1076
- var S = trim(String(string));
1077
- return $parseInt(S, (radix >>> 0) || (hex.test(S) ? 16 : 10));
1367
+ var S = trim(toString_1(string));
1368
+ return $parseInt(S, (radix >>> 0) || (exec(hex, S) ? 16 : 10));
1078
1369
  } : $parseInt;
1079
1370
 
1080
1371
  // `parseInt` method
@@ -1088,7 +1379,7 @@
1088
1379
  * @update: zhixin wen <wenzhixin2010@gmail.com>
1089
1380
  */
1090
1381
 
1091
- $__default['default'].extend($__default['default'].fn.bootstrapTable.defaults, {
1382
+ $__default["default"].extend($__default["default"].fn.bootstrapTable.defaults, {
1092
1383
  treeEnable: false,
1093
1384
  treeShowField: null,
1094
1385
  idField: 'id',
@@ -1096,7 +1387,7 @@
1096
1387
  rootParentId: null
1097
1388
  });
1098
1389
 
1099
- $__default['default'].BootstrapTable = /*#__PURE__*/function (_$$BootstrapTable) {
1390
+ $__default["default"].BootstrapTable = /*#__PURE__*/function (_$$BootstrapTable) {
1100
1391
  _inherits(_class, _$$BootstrapTable);
1101
1392
 
1102
1393
  var _super = _createSuper(_class);
@@ -1182,7 +1473,7 @@
1182
1473
 
1183
1474
  for (var i = 0; i <= len; i++) {
1184
1475
  var node = nodes[i];
1185
- var defaultItem = $__default['default'].extend(true, {}, item);
1476
+ var defaultItem = $__default["default"].extend(true, {}, item);
1186
1477
  node._level = defaultItem._level + 1;
1187
1478
  node._parent = defaultItem;
1188
1479
 
@@ -1200,7 +1491,7 @@
1200
1491
  return res;
1201
1492
  };
1202
1493
 
1203
- this.initTr(node, $__default['default'].inArray(node, data), data, parentDom);
1494
+ this.initTr(node, $__default["default"].inArray(node, data), data, parentDom);
1204
1495
  }
1205
1496
  }
1206
1497
  }, {
@@ -1250,6 +1541,6 @@
1250
1541
  }]);
1251
1542
 
1252
1543
  return _class;
1253
- }($__default['default'].BootstrapTable);
1544
+ }($__default["default"].BootstrapTable);
1254
1545
 
1255
- })));
1546
+ }));