bootstrap-table-rails 1.19.1 → 1.20.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/lib/bootstrap-table-rails/version.rb +1 -1
  4. data/vendor/assets/javascripts/.DS_Store +0 -0
  5. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +1745 -938
  6. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +33 -1320
  7. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +34 -1321
  8. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +7 -6
  9. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +3722 -2300
  10. data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +1534 -600
  11. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +953 -371
  12. data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +1948 -1072
  13. data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +976 -386
  14. data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +989 -390
  15. data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +816 -293
  16. data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +1360 -664
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +1565 -766
  18. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.css +9 -1
  19. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +3382 -1203
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/utils.js +1893 -892
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +993 -405
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +1366 -572
  23. data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +16 -8
  24. data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +1095 -487
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +1010 -381
  26. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +1326 -538
  27. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +924 -356
  28. data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +937 -369
  29. data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +1269 -459
  30. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +998 -390
  31. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +883 -319
  32. data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +816 -293
  33. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +931 -363
  34. data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +1401 -705
  35. data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +931 -360
  36. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +802 -287
  37. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +802 -287
  38. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +810 -295
  39. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +802 -287
  40. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +822 -307
  41. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +802 -287
  42. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +802 -287
  43. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +802 -287
  44. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +802 -287
  45. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +802 -287
  46. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +802 -287
  47. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +802 -287
  48. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +802 -287
  49. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +802 -287
  50. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +802 -287
  51. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +802 -287
  52. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +802 -287
  53. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +802 -287
  54. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +802 -287
  55. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +802 -287
  56. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +802 -287
  57. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +802 -287
  58. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +802 -287
  59. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +805 -289
  60. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +802 -287
  61. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hi-IN.js +1321 -0
  62. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +802 -287
  63. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +802 -287
  64. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +802 -287
  65. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +802 -287
  66. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +802 -287
  67. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +802 -287
  68. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +827 -311
  69. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-lb-LU.js +1321 -0
  70. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +802 -287
  71. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +802 -287
  72. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +841 -287
  73. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +841 -287
  74. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +802 -287
  75. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +802 -287
  76. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +802 -287
  77. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +802 -287
  78. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +802 -287
  79. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +802 -287
  80. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +802 -287
  81. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +802 -287
  82. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +802 -287
  83. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +802 -287
  84. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +802 -287
  85. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +802 -287
  86. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +802 -287
  87. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +802 -287
  88. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +802 -287
  89. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +802 -287
  90. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +802 -287
  91. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +6 -5
  92. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +940 -370
  93. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +6 -5
  94. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +936 -350
  95. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +6 -5
  96. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +940 -354
  97. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +6 -5
  98. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +938 -367
  99. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +6 -5
  100. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +934 -348
  101. metadata +5 -4
  102. data/vendor/assets/javascripts/bootstrap-table/.DS_Store +0 -0
@@ -2,25 +2,21 @@
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 ($$4) { 'use strict';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
9
- var $__default = /*#__PURE__*/_interopDefaultLegacy($);
9
+ var $__default = /*#__PURE__*/_interopDefaultLegacy($$4);
10
10
 
11
11
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
12
12
 
13
- function createCommonjsModule(fn, module) {
14
- return module = { exports: {} }, fn(module, module.exports), module.exports;
15
- }
16
-
17
13
  var check = function (it) {
18
14
  return it && it.Math == Math && it;
19
15
  };
20
16
 
21
17
  // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
22
- var global_1 =
23
- // eslint-disable-next-line es/no-global-this -- safe
18
+ var global$q =
19
+ // eslint-disable-next-line es-x/no-global-this -- safe
24
20
  check(typeof globalThis == 'object' && globalThis) ||
25
21
  check(typeof window == 'object' && window) ||
26
22
  // eslint-disable-next-line no-restricted-globals -- safe
@@ -29,7 +25,9 @@
29
25
  // eslint-disable-next-line no-new-func -- fallback
30
26
  (function () { return this; })() || Function('return this')();
31
27
 
32
- var fails = function (exec) {
28
+ var objectGetOwnPropertyDescriptor = {};
29
+
30
+ var fails$c = function (exec) {
33
31
  try {
34
32
  return !!exec();
35
33
  } catch (error) {
@@ -37,14 +35,35 @@
37
35
  }
38
36
  };
39
37
 
38
+ var fails$b = fails$c;
39
+
40
40
  // Detect IE8's incomplete defineProperty implementation
41
- var descriptors = !fails(function () {
42
- // eslint-disable-next-line es/no-object-defineproperty -- required for testing
41
+ var descriptors = !fails$b(function () {
42
+ // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
43
43
  return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
44
44
  });
45
45
 
46
+ var fails$a = fails$c;
47
+
48
+ var functionBindNative = !fails$a(function () {
49
+ // eslint-disable-next-line es-x/no-function-prototype-bind -- safe
50
+ var test = (function () { /* empty */ }).bind();
51
+ // eslint-disable-next-line no-prototype-builtins -- safe
52
+ return typeof test != 'function' || test.hasOwnProperty('prototype');
53
+ });
54
+
55
+ var NATIVE_BIND$2 = functionBindNative;
56
+
57
+ var call$4 = Function.prototype.call;
58
+
59
+ var functionCall = NATIVE_BIND$2 ? call$4.bind(call$4) : function () {
60
+ return call$4.apply(call$4, arguments);
61
+ };
62
+
63
+ var objectPropertyIsEnumerable = {};
64
+
46
65
  var $propertyIsEnumerable = {}.propertyIsEnumerable;
47
- // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
66
+ // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
48
67
  var getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
49
68
 
50
69
  // Nashorn ~ JDK8 bug
@@ -52,16 +71,12 @@
52
71
 
53
72
  // `Object.prototype.propertyIsEnumerable` method implementation
54
73
  // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
55
- var f$4 = NASHORN_BUG ? function propertyIsEnumerable(V) {
74
+ objectPropertyIsEnumerable.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
56
75
  var descriptor = getOwnPropertyDescriptor$1(this, V);
57
76
  return !!descriptor && descriptor.enumerable;
58
77
  } : $propertyIsEnumerable;
59
78
 
60
- var objectPropertyIsEnumerable = {
61
- f: f$4
62
- };
63
-
64
- var createPropertyDescriptor = function (bitmap, value) {
79
+ var createPropertyDescriptor$3 = function (bitmap, value) {
65
80
  return {
66
81
  enumerable: !(bitmap & 1),
67
82
  configurable: !(bitmap & 2),
@@ -70,183 +85,539 @@
70
85
  };
71
86
  };
72
87
 
73
- var toString = {}.toString;
88
+ var NATIVE_BIND$1 = functionBindNative;
89
+
90
+ var FunctionPrototype$1 = Function.prototype;
91
+ var bind$2 = FunctionPrototype$1.bind;
92
+ var call$3 = FunctionPrototype$1.call;
93
+ var uncurryThis$g = NATIVE_BIND$1 && bind$2.bind(call$3, call$3);
74
94
 
75
- var classofRaw = function (it) {
76
- return toString.call(it).slice(8, -1);
95
+ var functionUncurryThis = NATIVE_BIND$1 ? function (fn) {
96
+ return fn && uncurryThis$g(fn);
97
+ } : function (fn) {
98
+ return fn && function () {
99
+ return call$3.apply(fn, arguments);
100
+ };
77
101
  };
78
102
 
79
- var split = ''.split;
103
+ var uncurryThis$f = functionUncurryThis;
104
+
105
+ var toString$5 = uncurryThis$f({}.toString);
106
+ var stringSlice = uncurryThis$f(''.slice);
107
+
108
+ var classofRaw$1 = function (it) {
109
+ return stringSlice(toString$5(it), 8, -1);
110
+ };
111
+
112
+ var global$p = global$q;
113
+ var uncurryThis$e = functionUncurryThis;
114
+ var fails$9 = fails$c;
115
+ var classof$5 = classofRaw$1;
116
+
117
+ var Object$4 = global$p.Object;
118
+ var split = uncurryThis$e(''.split);
80
119
 
81
120
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
82
- var indexedObject = fails(function () {
121
+ var indexedObject = fails$9(function () {
83
122
  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
84
123
  // eslint-disable-next-line no-prototype-builtins -- safe
85
- return !Object('z').propertyIsEnumerable(0);
124
+ return !Object$4('z').propertyIsEnumerable(0);
86
125
  }) ? function (it) {
87
- return classofRaw(it) == 'String' ? split.call(it, '') : Object(it);
88
- } : Object;
126
+ return classof$5(it) == 'String' ? split(it, '') : Object$4(it);
127
+ } : Object$4;
128
+
129
+ var global$o = global$q;
130
+
131
+ var TypeError$7 = global$o.TypeError;
89
132
 
90
133
  // `RequireObjectCoercible` abstract operation
91
134
  // https://tc39.es/ecma262/#sec-requireobjectcoercible
92
- var requireObjectCoercible = function (it) {
93
- if (it == undefined) throw TypeError("Can't call method on " + it);
135
+ var requireObjectCoercible$3 = function (it) {
136
+ if (it == undefined) throw TypeError$7("Can't call method on " + it);
94
137
  return it;
95
138
  };
96
139
 
97
140
  // toObject with fallback for non-array-like ES3 strings
141
+ var IndexedObject$1 = indexedObject;
142
+ var requireObjectCoercible$2 = requireObjectCoercible$3;
143
+
144
+ var toIndexedObject$4 = function (it) {
145
+ return IndexedObject$1(requireObjectCoercible$2(it));
146
+ };
147
+
148
+ // `IsCallable` abstract operation
149
+ // https://tc39.es/ecma262/#sec-iscallable
150
+ var isCallable$c = function (argument) {
151
+ return typeof argument == 'function';
152
+ };
153
+
154
+ var isCallable$b = isCallable$c;
155
+
156
+ var isObject$7 = function (it) {
157
+ return typeof it == 'object' ? it !== null : isCallable$b(it);
158
+ };
159
+
160
+ var global$n = global$q;
161
+ var isCallable$a = isCallable$c;
162
+
163
+ var aFunction = function (argument) {
164
+ return isCallable$a(argument) ? argument : undefined;
165
+ };
166
+
167
+ var getBuiltIn$4 = function (namespace, method) {
168
+ return arguments.length < 2 ? aFunction(global$n[namespace]) : global$n[namespace] && global$n[namespace][method];
169
+ };
170
+
171
+ var uncurryThis$d = functionUncurryThis;
172
+
173
+ var objectIsPrototypeOf = uncurryThis$d({}.isPrototypeOf);
174
+
175
+ var getBuiltIn$3 = getBuiltIn$4;
176
+
177
+ var engineUserAgent = getBuiltIn$3('navigator', 'userAgent') || '';
178
+
179
+ var global$m = global$q;
180
+ var userAgent = engineUserAgent;
181
+
182
+ var process = global$m.process;
183
+ var Deno = global$m.Deno;
184
+ var versions = process && process.versions || Deno && Deno.version;
185
+ var v8 = versions && versions.v8;
186
+ var match, version;
187
+
188
+ if (v8) {
189
+ match = v8.split('.');
190
+ // in old Chrome, versions of V8 isn't V8 = Chrome / 10
191
+ // but their correct versions are not interesting for us
192
+ version = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]);
193
+ }
194
+
195
+ // BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0`
196
+ // so check `userAgent` even if `.v8` exists, but 0
197
+ if (!version && userAgent) {
198
+ match = userAgent.match(/Edge\/(\d+)/);
199
+ if (!match || match[1] >= 74) {
200
+ match = userAgent.match(/Chrome\/(\d+)/);
201
+ if (match) version = +match[1];
202
+ }
203
+ }
204
+
205
+ var engineV8Version = version;
98
206
 
207
+ /* eslint-disable es-x/no-symbol -- required for testing */
99
208
 
209
+ var V8_VERSION$1 = engineV8Version;
210
+ var fails$8 = fails$c;
100
211
 
101
- var toIndexedObject = function (it) {
102
- return indexedObject(requireObjectCoercible(it));
212
+ // eslint-disable-next-line es-x/no-object-getownpropertysymbols -- required for testing
213
+ var nativeSymbol = !!Object.getOwnPropertySymbols && !fails$8(function () {
214
+ var symbol = Symbol();
215
+ // Chrome 38 Symbol has incorrect toString conversion
216
+ // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
217
+ return !String(symbol) || !(Object(symbol) instanceof Symbol) ||
218
+ // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
219
+ !Symbol.sham && V8_VERSION$1 && V8_VERSION$1 < 41;
220
+ });
221
+
222
+ /* eslint-disable es-x/no-symbol -- required for testing */
223
+
224
+ var NATIVE_SYMBOL$1 = nativeSymbol;
225
+
226
+ var useSymbolAsUid = NATIVE_SYMBOL$1
227
+ && !Symbol.sham
228
+ && typeof Symbol.iterator == 'symbol';
229
+
230
+ var global$l = global$q;
231
+ var getBuiltIn$2 = getBuiltIn$4;
232
+ var isCallable$9 = isCallable$c;
233
+ var isPrototypeOf = objectIsPrototypeOf;
234
+ var USE_SYMBOL_AS_UID$1 = useSymbolAsUid;
235
+
236
+ var Object$3 = global$l.Object;
237
+
238
+ var isSymbol$2 = USE_SYMBOL_AS_UID$1 ? function (it) {
239
+ return typeof it == 'symbol';
240
+ } : function (it) {
241
+ var $Symbol = getBuiltIn$2('Symbol');
242
+ return isCallable$9($Symbol) && isPrototypeOf($Symbol.prototype, Object$3(it));
103
243
  };
104
244
 
105
- var isObject = function (it) {
106
- return typeof it === 'object' ? it !== null : typeof it === 'function';
245
+ var global$k = global$q;
246
+
247
+ var String$3 = global$k.String;
248
+
249
+ var tryToString$1 = function (argument) {
250
+ try {
251
+ return String$3(argument);
252
+ } catch (error) {
253
+ return 'Object';
254
+ }
107
255
  };
108
256
 
257
+ var global$j = global$q;
258
+ var isCallable$8 = isCallable$c;
259
+ var tryToString = tryToString$1;
260
+
261
+ var TypeError$6 = global$j.TypeError;
262
+
263
+ // `Assert: IsCallable(argument) is true`
264
+ var aCallable$2 = function (argument) {
265
+ if (isCallable$8(argument)) return argument;
266
+ throw TypeError$6(tryToString(argument) + ' is not a function');
267
+ };
268
+
269
+ var aCallable$1 = aCallable$2;
270
+
271
+ // `GetMethod` abstract operation
272
+ // https://tc39.es/ecma262/#sec-getmethod
273
+ var getMethod$1 = function (V, P) {
274
+ var func = V[P];
275
+ return func == null ? undefined : aCallable$1(func);
276
+ };
277
+
278
+ var global$i = global$q;
279
+ var call$2 = functionCall;
280
+ var isCallable$7 = isCallable$c;
281
+ var isObject$6 = isObject$7;
282
+
283
+ var TypeError$5 = global$i.TypeError;
284
+
285
+ // `OrdinaryToPrimitive` abstract operation
286
+ // https://tc39.es/ecma262/#sec-ordinarytoprimitive
287
+ var ordinaryToPrimitive$1 = function (input, pref) {
288
+ var fn, val;
289
+ if (pref === 'string' && isCallable$7(fn = input.toString) && !isObject$6(val = call$2(fn, input))) return val;
290
+ if (isCallable$7(fn = input.valueOf) && !isObject$6(val = call$2(fn, input))) return val;
291
+ if (pref !== 'string' && isCallable$7(fn = input.toString) && !isObject$6(val = call$2(fn, input))) return val;
292
+ throw TypeError$5("Can't convert object to primitive value");
293
+ };
294
+
295
+ var shared$3 = {exports: {}};
296
+
297
+ var global$h = global$q;
298
+
299
+ // eslint-disable-next-line es-x/no-object-defineproperty -- safe
300
+ var defineProperty$1 = Object.defineProperty;
301
+
302
+ var setGlobal$3 = function (key, value) {
303
+ try {
304
+ defineProperty$1(global$h, key, { value: value, configurable: true, writable: true });
305
+ } catch (error) {
306
+ global$h[key] = value;
307
+ } return value;
308
+ };
309
+
310
+ var global$g = global$q;
311
+ var setGlobal$2 = setGlobal$3;
312
+
313
+ var SHARED = '__core-js_shared__';
314
+ var store$3 = global$g[SHARED] || setGlobal$2(SHARED, {});
315
+
316
+ var sharedStore = store$3;
317
+
318
+ var store$2 = sharedStore;
319
+
320
+ (shared$3.exports = function (key, value) {
321
+ return store$2[key] || (store$2[key] = value !== undefined ? value : {});
322
+ })('versions', []).push({
323
+ version: '3.22.5',
324
+ mode: 'global',
325
+ copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
326
+ license: 'https://github.com/zloirock/core-js/blob/v3.22.5/LICENSE',
327
+ source: 'https://github.com/zloirock/core-js'
328
+ });
329
+
330
+ var global$f = global$q;
331
+ var requireObjectCoercible$1 = requireObjectCoercible$3;
332
+
333
+ var Object$2 = global$f.Object;
334
+
335
+ // `ToObject` abstract operation
336
+ // https://tc39.es/ecma262/#sec-toobject
337
+ var toObject$2 = function (argument) {
338
+ return Object$2(requireObjectCoercible$1(argument));
339
+ };
340
+
341
+ var uncurryThis$c = functionUncurryThis;
342
+ var toObject$1 = toObject$2;
343
+
344
+ var hasOwnProperty = uncurryThis$c({}.hasOwnProperty);
345
+
346
+ // `HasOwnProperty` abstract operation
347
+ // https://tc39.es/ecma262/#sec-hasownproperty
348
+ // eslint-disable-next-line es-x/no-object-hasown -- safe
349
+ var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
350
+ return hasOwnProperty(toObject$1(it), key);
351
+ };
352
+
353
+ var uncurryThis$b = functionUncurryThis;
354
+
355
+ var id = 0;
356
+ var postfix = Math.random();
357
+ var toString$4 = uncurryThis$b(1.0.toString);
358
+
359
+ var uid$2 = function (key) {
360
+ return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$4(++id + postfix, 36);
361
+ };
362
+
363
+ var global$e = global$q;
364
+ var shared$2 = shared$3.exports;
365
+ var hasOwn$6 = hasOwnProperty_1;
366
+ var uid$1 = uid$2;
367
+ var NATIVE_SYMBOL = nativeSymbol;
368
+ var USE_SYMBOL_AS_UID = useSymbolAsUid;
369
+
370
+ var WellKnownSymbolsStore = shared$2('wks');
371
+ var Symbol$2 = global$e.Symbol;
372
+ var symbolFor = Symbol$2 && Symbol$2['for'];
373
+ var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol$2 : Symbol$2 && Symbol$2.withoutSetter || uid$1;
374
+
375
+ var wellKnownSymbol$6 = function (name) {
376
+ if (!hasOwn$6(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {
377
+ var description = 'Symbol.' + name;
378
+ if (NATIVE_SYMBOL && hasOwn$6(Symbol$2, name)) {
379
+ WellKnownSymbolsStore[name] = Symbol$2[name];
380
+ } else if (USE_SYMBOL_AS_UID && symbolFor) {
381
+ WellKnownSymbolsStore[name] = symbolFor(description);
382
+ } else {
383
+ WellKnownSymbolsStore[name] = createWellKnownSymbol(description);
384
+ }
385
+ } return WellKnownSymbolsStore[name];
386
+ };
387
+
388
+ var global$d = global$q;
389
+ var call$1 = functionCall;
390
+ var isObject$5 = isObject$7;
391
+ var isSymbol$1 = isSymbol$2;
392
+ var getMethod = getMethod$1;
393
+ var ordinaryToPrimitive = ordinaryToPrimitive$1;
394
+ var wellKnownSymbol$5 = wellKnownSymbol$6;
395
+
396
+ var TypeError$4 = global$d.TypeError;
397
+ var TO_PRIMITIVE = wellKnownSymbol$5('toPrimitive');
398
+
109
399
  // `ToPrimitive` abstract operation
110
400
  // https://tc39.es/ecma262/#sec-toprimitive
111
- // instead of the ES6 spec version, we didn't implement @@toPrimitive case
112
- // and the second argument - flag - preferred type is a string
113
- var toPrimitive = function (input, PREFERRED_STRING) {
114
- if (!isObject(input)) return input;
115
- var fn, val;
116
- if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
117
- if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;
118
- if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
119
- throw TypeError("Can't convert object to primitive value");
401
+ var toPrimitive$1 = function (input, pref) {
402
+ if (!isObject$5(input) || isSymbol$1(input)) return input;
403
+ var exoticToPrim = getMethod(input, TO_PRIMITIVE);
404
+ var result;
405
+ if (exoticToPrim) {
406
+ if (pref === undefined) pref = 'default';
407
+ result = call$1(exoticToPrim, input, pref);
408
+ if (!isObject$5(result) || isSymbol$1(result)) return result;
409
+ throw TypeError$4("Can't convert object to primitive value");
410
+ }
411
+ if (pref === undefined) pref = 'number';
412
+ return ordinaryToPrimitive(input, pref);
120
413
  };
121
414
 
122
- var hasOwnProperty = {}.hasOwnProperty;
415
+ var toPrimitive = toPrimitive$1;
416
+ var isSymbol = isSymbol$2;
123
417
 
124
- var has$1 = function (it, key) {
125
- return hasOwnProperty.call(it, key);
418
+ // `ToPropertyKey` abstract operation
419
+ // https://tc39.es/ecma262/#sec-topropertykey
420
+ var toPropertyKey$3 = function (argument) {
421
+ var key = toPrimitive(argument, 'string');
422
+ return isSymbol(key) ? key : key + '';
126
423
  };
127
424
 
128
- var document = global_1.document;
425
+ var global$c = global$q;
426
+ var isObject$4 = isObject$7;
427
+
428
+ var document = global$c.document;
129
429
  // typeof document.createElement is 'object' in old IE
130
- var EXISTS = isObject(document) && isObject(document.createElement);
430
+ var EXISTS$1 = isObject$4(document) && isObject$4(document.createElement);
131
431
 
132
432
  var documentCreateElement = function (it) {
133
- return EXISTS ? document.createElement(it) : {};
433
+ return EXISTS$1 ? document.createElement(it) : {};
134
434
  };
135
435
 
136
- // Thank's IE8 for his funny defineProperty
137
- var ie8DomDefine = !descriptors && !fails(function () {
138
- // eslint-disable-next-line es/no-object-defineproperty -- requied for testing
139
- return Object.defineProperty(documentCreateElement('div'), 'a', {
436
+ var DESCRIPTORS$6 = descriptors;
437
+ var fails$7 = fails$c;
438
+ var createElement = documentCreateElement;
439
+
440
+ // Thanks to IE8 for its funny defineProperty
441
+ var ie8DomDefine = !DESCRIPTORS$6 && !fails$7(function () {
442
+ // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
443
+ return Object.defineProperty(createElement('div'), 'a', {
140
444
  get: function () { return 7; }
141
445
  }).a != 7;
142
446
  });
143
447
 
144
- // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
145
- var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
448
+ var DESCRIPTORS$5 = descriptors;
449
+ var call = functionCall;
450
+ var propertyIsEnumerableModule = objectPropertyIsEnumerable;
451
+ var createPropertyDescriptor$2 = createPropertyDescriptor$3;
452
+ var toIndexedObject$3 = toIndexedObject$4;
453
+ var toPropertyKey$2 = toPropertyKey$3;
454
+ var hasOwn$5 = hasOwnProperty_1;
455
+ var IE8_DOM_DEFINE$1 = ie8DomDefine;
456
+
457
+ // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
458
+ var $getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
146
459
 
147
460
  // `Object.getOwnPropertyDescriptor` method
148
461
  // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
149
- var f$3 = descriptors ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
150
- O = toIndexedObject(O);
151
- P = toPrimitive(P, true);
152
- if (ie8DomDefine) try {
153
- return $getOwnPropertyDescriptor(O, P);
462
+ objectGetOwnPropertyDescriptor.f = DESCRIPTORS$5 ? $getOwnPropertyDescriptor$1 : function getOwnPropertyDescriptor(O, P) {
463
+ O = toIndexedObject$3(O);
464
+ P = toPropertyKey$2(P);
465
+ if (IE8_DOM_DEFINE$1) try {
466
+ return $getOwnPropertyDescriptor$1(O, P);
154
467
  } catch (error) { /* empty */ }
155
- if (has$1(O, P)) return createPropertyDescriptor(!objectPropertyIsEnumerable.f.call(O, P), O[P]);
468
+ if (hasOwn$5(O, P)) return createPropertyDescriptor$2(!call(propertyIsEnumerableModule.f, O, P), O[P]);
156
469
  };
157
470
 
158
- var objectGetOwnPropertyDescriptor = {
159
- f: f$3
160
- };
471
+ var objectDefineProperty = {};
472
+
473
+ var DESCRIPTORS$4 = descriptors;
474
+ var fails$6 = fails$c;
475
+
476
+ // V8 ~ Chrome 36-
477
+ // https://bugs.chromium.org/p/v8/issues/detail?id=3334
478
+ var v8PrototypeDefineBug = DESCRIPTORS$4 && fails$6(function () {
479
+ // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
480
+ return Object.defineProperty(function () { /* empty */ }, 'prototype', {
481
+ value: 42,
482
+ writable: false
483
+ }).prototype != 42;
484
+ });
485
+
486
+ var global$b = global$q;
487
+ var isObject$3 = isObject$7;
161
488
 
162
- var anObject = function (it) {
163
- if (!isObject(it)) {
164
- throw TypeError(String(it) + ' is not an object');
165
- } return it;
489
+ var String$2 = global$b.String;
490
+ var TypeError$3 = global$b.TypeError;
491
+
492
+ // `Assert: Type(argument) is Object`
493
+ var anObject$2 = function (argument) {
494
+ if (isObject$3(argument)) return argument;
495
+ throw TypeError$3(String$2(argument) + ' is not an object');
166
496
  };
167
497
 
168
- // eslint-disable-next-line es/no-object-defineproperty -- safe
498
+ var global$a = global$q;
499
+ var DESCRIPTORS$3 = descriptors;
500
+ var IE8_DOM_DEFINE = ie8DomDefine;
501
+ var V8_PROTOTYPE_DEFINE_BUG = v8PrototypeDefineBug;
502
+ var anObject$1 = anObject$2;
503
+ var toPropertyKey$1 = toPropertyKey$3;
504
+
505
+ var TypeError$2 = global$a.TypeError;
506
+ // eslint-disable-next-line es-x/no-object-defineproperty -- safe
169
507
  var $defineProperty = Object.defineProperty;
508
+ // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
509
+ var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
510
+ var ENUMERABLE = 'enumerable';
511
+ var CONFIGURABLE$1 = 'configurable';
512
+ var WRITABLE = 'writable';
170
513
 
171
514
  // `Object.defineProperty` method
172
515
  // https://tc39.es/ecma262/#sec-object.defineproperty
173
- var f$2 = descriptors ? $defineProperty : function defineProperty(O, P, Attributes) {
174
- anObject(O);
175
- P = toPrimitive(P, true);
176
- anObject(Attributes);
177
- if (ie8DomDefine) try {
516
+ objectDefineProperty.f = DESCRIPTORS$3 ? V8_PROTOTYPE_DEFINE_BUG ? function defineProperty(O, P, Attributes) {
517
+ anObject$1(O);
518
+ P = toPropertyKey$1(P);
519
+ anObject$1(Attributes);
520
+ if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
521
+ var current = $getOwnPropertyDescriptor(O, P);
522
+ if (current && current[WRITABLE]) {
523
+ O[P] = Attributes.value;
524
+ Attributes = {
525
+ configurable: CONFIGURABLE$1 in Attributes ? Attributes[CONFIGURABLE$1] : current[CONFIGURABLE$1],
526
+ enumerable: ENUMERABLE in Attributes ? Attributes[ENUMERABLE] : current[ENUMERABLE],
527
+ writable: false
528
+ };
529
+ }
530
+ } return $defineProperty(O, P, Attributes);
531
+ } : $defineProperty : function defineProperty(O, P, Attributes) {
532
+ anObject$1(O);
533
+ P = toPropertyKey$1(P);
534
+ anObject$1(Attributes);
535
+ if (IE8_DOM_DEFINE) try {
178
536
  return $defineProperty(O, P, Attributes);
179
537
  } catch (error) { /* empty */ }
180
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
538
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError$2('Accessors not supported');
181
539
  if ('value' in Attributes) O[P] = Attributes.value;
182
540
  return O;
183
541
  };
184
542
 
185
- var objectDefineProperty = {
186
- f: f$2
187
- };
543
+ var DESCRIPTORS$2 = descriptors;
544
+ var definePropertyModule$2 = objectDefineProperty;
545
+ var createPropertyDescriptor$1 = createPropertyDescriptor$3;
188
546
 
189
- var createNonEnumerableProperty = descriptors ? function (object, key, value) {
190
- return objectDefineProperty.f(object, key, createPropertyDescriptor(1, value));
547
+ var createNonEnumerableProperty$3 = DESCRIPTORS$2 ? function (object, key, value) {
548
+ return definePropertyModule$2.f(object, key, createPropertyDescriptor$1(1, value));
191
549
  } : function (object, key, value) {
192
550
  object[key] = value;
193
551
  return object;
194
552
  };
195
553
 
196
- var setGlobal = function (key, value) {
197
- try {
198
- createNonEnumerableProperty(global_1, key, value);
199
- } catch (error) {
200
- global_1[key] = value;
201
- } return value;
202
- };
554
+ var makeBuiltIn$2 = {exports: {}};
203
555
 
204
- var SHARED = '__core-js_shared__';
205
- var store$1 = global_1[SHARED] || setGlobal(SHARED, {});
556
+ var DESCRIPTORS$1 = descriptors;
557
+ var hasOwn$4 = hasOwnProperty_1;
558
+
559
+ var FunctionPrototype = Function.prototype;
560
+ // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
561
+ var getDescriptor = DESCRIPTORS$1 && Object.getOwnPropertyDescriptor;
206
562
 
207
- var sharedStore = store$1;
563
+ var EXISTS = hasOwn$4(FunctionPrototype, 'name');
564
+ // additional protection from minified / mangled / dropped function names
565
+ var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';
566
+ var CONFIGURABLE = EXISTS && (!DESCRIPTORS$1 || (DESCRIPTORS$1 && getDescriptor(FunctionPrototype, 'name').configurable));
567
+
568
+ var functionName = {
569
+ EXISTS: EXISTS,
570
+ PROPER: PROPER,
571
+ CONFIGURABLE: CONFIGURABLE
572
+ };
208
573
 
209
- var functionToString = Function.toString;
574
+ var uncurryThis$a = functionUncurryThis;
575
+ var isCallable$6 = isCallable$c;
576
+ var store$1 = sharedStore;
210
577
 
211
- // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper
212
- if (typeof sharedStore.inspectSource != 'function') {
213
- sharedStore.inspectSource = function (it) {
214
- return functionToString.call(it);
578
+ var functionToString = uncurryThis$a(Function.toString);
579
+
580
+ // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
581
+ if (!isCallable$6(store$1.inspectSource)) {
582
+ store$1.inspectSource = function (it) {
583
+ return functionToString(it);
215
584
  };
216
585
  }
217
586
 
218
- var inspectSource = sharedStore.inspectSource;
219
-
220
- var WeakMap$1 = global_1.WeakMap;
587
+ var inspectSource$3 = store$1.inspectSource;
221
588
 
222
- var nativeWeakMap = typeof WeakMap$1 === 'function' && /native code/.test(inspectSource(WeakMap$1));
589
+ var global$9 = global$q;
590
+ var isCallable$5 = isCallable$c;
591
+ var inspectSource$2 = inspectSource$3;
223
592
 
224
- var shared = createCommonjsModule(function (module) {
225
- (module.exports = function (key, value) {
226
- return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
227
- })('versions', []).push({
228
- version: '3.10.1',
229
- mode: 'global',
230
- copyright: '© 2021 Denis Pushkarev (zloirock.ru)'
231
- });
232
- });
593
+ var WeakMap$1 = global$9.WeakMap;
233
594
 
234
- var id = 0;
235
- var postfix = Math.random();
595
+ var nativeWeakMap = isCallable$5(WeakMap$1) && /native code/.test(inspectSource$2(WeakMap$1));
236
596
 
237
- var uid = function (key) {
238
- return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
239
- };
597
+ var shared$1 = shared$3.exports;
598
+ var uid = uid$2;
240
599
 
241
- var keys = shared('keys');
600
+ var keys = shared$1('keys');
242
601
 
243
- var sharedKey = function (key) {
602
+ var sharedKey$1 = function (key) {
244
603
  return keys[key] || (keys[key] = uid(key));
245
604
  };
246
605
 
247
- var hiddenKeys$1 = {};
248
-
249
- var WeakMap = global_1.WeakMap;
606
+ var hiddenKeys$3 = {};
607
+
608
+ var NATIVE_WEAK_MAP = nativeWeakMap;
609
+ var global$8 = global$q;
610
+ var uncurryThis$9 = functionUncurryThis;
611
+ var isObject$2 = isObject$7;
612
+ var createNonEnumerableProperty$2 = createNonEnumerableProperty$3;
613
+ var hasOwn$3 = hasOwnProperty_1;
614
+ var shared = sharedStore;
615
+ var sharedKey = sharedKey$1;
616
+ var hiddenKeys$2 = hiddenKeys$3;
617
+
618
+ var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
619
+ var TypeError$1 = global$8.TypeError;
620
+ var WeakMap = global$8.WeakMap;
250
621
  var set, get, has;
251
622
 
252
623
  var enforce = function (it) {
@@ -256,41 +627,43 @@
256
627
  var getterFor = function (TYPE) {
257
628
  return function (it) {
258
629
  var state;
259
- if (!isObject(it) || (state = get(it)).type !== TYPE) {
260
- throw TypeError('Incompatible receiver, ' + TYPE + ' required');
630
+ if (!isObject$2(it) || (state = get(it)).type !== TYPE) {
631
+ throw TypeError$1('Incompatible receiver, ' + TYPE + ' required');
261
632
  } return state;
262
633
  };
263
634
  };
264
635
 
265
- if (nativeWeakMap) {
266
- var store = sharedStore.state || (sharedStore.state = new WeakMap());
267
- var wmget = store.get;
268
- var wmhas = store.has;
269
- var wmset = store.set;
636
+ if (NATIVE_WEAK_MAP || shared.state) {
637
+ var store = shared.state || (shared.state = new WeakMap());
638
+ var wmget = uncurryThis$9(store.get);
639
+ var wmhas = uncurryThis$9(store.has);
640
+ var wmset = uncurryThis$9(store.set);
270
641
  set = function (it, metadata) {
642
+ if (wmhas(store, it)) throw new TypeError$1(OBJECT_ALREADY_INITIALIZED);
271
643
  metadata.facade = it;
272
- wmset.call(store, it, metadata);
644
+ wmset(store, it, metadata);
273
645
  return metadata;
274
646
  };
275
647
  get = function (it) {
276
- return wmget.call(store, it) || {};
648
+ return wmget(store, it) || {};
277
649
  };
278
650
  has = function (it) {
279
- return wmhas.call(store, it);
651
+ return wmhas(store, it);
280
652
  };
281
653
  } else {
282
654
  var STATE = sharedKey('state');
283
- hiddenKeys$1[STATE] = true;
655
+ hiddenKeys$2[STATE] = true;
284
656
  set = function (it, metadata) {
657
+ if (hasOwn$3(it, STATE)) throw new TypeError$1(OBJECT_ALREADY_INITIALIZED);
285
658
  metadata.facade = it;
286
- createNonEnumerableProperty(it, STATE, metadata);
659
+ createNonEnumerableProperty$2(it, STATE, metadata);
287
660
  return metadata;
288
661
  };
289
662
  get = function (it) {
290
- return has$1(it, STATE) ? it[STATE] : {};
663
+ return hasOwn$3(it, STATE) ? it[STATE] : {};
291
664
  };
292
665
  has = function (it) {
293
- return has$1(it, STATE);
666
+ return hasOwn$3(it, STATE);
294
667
  };
295
668
  }
296
669
 
@@ -302,87 +675,134 @@
302
675
  getterFor: getterFor
303
676
  };
304
677
 
305
- var redefine = createCommonjsModule(function (module) {
306
- var getInternalState = internalState.get;
307
- var enforceInternalState = internalState.enforce;
678
+ var fails$5 = fails$c;
679
+ var isCallable$4 = isCallable$c;
680
+ var hasOwn$2 = hasOwnProperty_1;
681
+ var DESCRIPTORS = descriptors;
682
+ var CONFIGURABLE_FUNCTION_NAME = functionName.CONFIGURABLE;
683
+ var inspectSource$1 = inspectSource$3;
684
+ var InternalStateModule = internalState;
685
+
686
+ var enforceInternalState = InternalStateModule.enforce;
687
+ var getInternalState = InternalStateModule.get;
688
+ // eslint-disable-next-line es-x/no-object-defineproperty -- safe
689
+ var defineProperty = Object.defineProperty;
690
+
691
+ var CONFIGURABLE_LENGTH = DESCRIPTORS && !fails$5(function () {
692
+ return defineProperty(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
693
+ });
694
+
308
695
  var TEMPLATE = String(String).split('String');
309
696
 
310
- (module.exports = function (O, key, value, options) {
697
+ var makeBuiltIn$1 = makeBuiltIn$2.exports = function (value, name, options) {
698
+ if (String(name).slice(0, 7) === 'Symbol(') {
699
+ name = '[' + String(name).replace(/^Symbol\(([^)]*)\)/, '$1') + ']';
700
+ }
701
+ if (options && options.getter) name = 'get ' + name;
702
+ if (options && options.setter) name = 'set ' + name;
703
+ if (!hasOwn$2(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) {
704
+ defineProperty(value, 'name', { value: name, configurable: true });
705
+ }
706
+ if (CONFIGURABLE_LENGTH && options && hasOwn$2(options, 'arity') && value.length !== options.arity) {
707
+ defineProperty(value, 'length', { value: options.arity });
708
+ }
709
+ if (options && hasOwn$2(options, 'constructor') && options.constructor) {
710
+ if (DESCRIPTORS) try {
711
+ defineProperty(value, 'prototype', { writable: false });
712
+ } catch (error) { /* empty */ }
713
+ } else value.prototype = undefined;
714
+ var state = enforceInternalState(value);
715
+ if (!hasOwn$2(state, 'source')) {
716
+ state.source = TEMPLATE.join(typeof name == 'string' ? name : '');
717
+ } return value;
718
+ };
719
+
720
+ // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
721
+ // eslint-disable-next-line no-extend-native -- required
722
+ Function.prototype.toString = makeBuiltIn$1(function toString() {
723
+ return isCallable$4(this) && getInternalState(this).source || inspectSource$1(this);
724
+ }, 'toString');
725
+
726
+ var global$7 = global$q;
727
+ var isCallable$3 = isCallable$c;
728
+ var createNonEnumerableProperty$1 = createNonEnumerableProperty$3;
729
+ var makeBuiltIn = makeBuiltIn$2.exports;
730
+ var setGlobal$1 = setGlobal$3;
731
+
732
+ var defineBuiltIn$2 = function (O, key, value, options) {
311
733
  var unsafe = options ? !!options.unsafe : false;
312
734
  var simple = options ? !!options.enumerable : false;
313
735
  var noTargetGet = options ? !!options.noTargetGet : false;
314
- var state;
315
- if (typeof value == 'function') {
316
- if (typeof key == 'string' && !has$1(value, 'name')) {
317
- createNonEnumerableProperty(value, 'name', key);
318
- }
319
- state = enforceInternalState(value);
320
- if (!state.source) {
321
- state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
322
- }
323
- }
324
- if (O === global_1) {
736
+ var name = options && options.name !== undefined ? options.name : key;
737
+ if (isCallable$3(value)) makeBuiltIn(value, name, options);
738
+ if (O === global$7) {
325
739
  if (simple) O[key] = value;
326
- else setGlobal(key, value);
327
- return;
740
+ else setGlobal$1(key, value);
741
+ return O;
328
742
  } else if (!unsafe) {
329
743
  delete O[key];
330
744
  } else if (!noTargetGet && O[key]) {
331
745
  simple = true;
332
746
  }
333
747
  if (simple) O[key] = value;
334
- else createNonEnumerableProperty(O, key, value);
335
- // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
336
- })(Function.prototype, 'toString', function toString() {
337
- return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
338
- });
339
- });
340
-
341
- var path = global_1;
342
-
343
- var aFunction$1 = function (variable) {
344
- return typeof variable == 'function' ? variable : undefined;
748
+ else createNonEnumerableProperty$1(O, key, value);
749
+ return O;
345
750
  };
346
751
 
347
- var getBuiltIn = function (namespace, method) {
348
- return arguments.length < 2 ? aFunction$1(path[namespace]) || aFunction$1(global_1[namespace])
349
- : path[namespace] && path[namespace][method] || global_1[namespace] && global_1[namespace][method];
350
- };
752
+ var objectGetOwnPropertyNames = {};
351
753
 
352
754
  var ceil = Math.ceil;
353
755
  var floor = Math.floor;
354
756
 
355
- // `ToInteger` abstract operation
356
- // https://tc39.es/ecma262/#sec-tointeger
357
- var toInteger = function (argument) {
358
- return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
757
+ // `ToIntegerOrInfinity` abstract operation
758
+ // https://tc39.es/ecma262/#sec-tointegerorinfinity
759
+ var toIntegerOrInfinity$2 = function (argument) {
760
+ var number = +argument;
761
+ // eslint-disable-next-line no-self-compare -- safe
762
+ return number !== number || number === 0 ? 0 : (number > 0 ? floor : ceil)(number);
359
763
  };
360
764
 
765
+ var toIntegerOrInfinity$1 = toIntegerOrInfinity$2;
766
+
767
+ var max$1 = Math.max;
361
768
  var min$1 = Math.min;
362
769
 
770
+ // Helper for a popular repeating case of the spec:
771
+ // Let integer be ? ToInteger(index).
772
+ // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
773
+ var toAbsoluteIndex$2 = function (index, length) {
774
+ var integer = toIntegerOrInfinity$1(index);
775
+ return integer < 0 ? max$1(integer + length, 0) : min$1(integer, length);
776
+ };
777
+
778
+ var toIntegerOrInfinity = toIntegerOrInfinity$2;
779
+
780
+ var min = Math.min;
781
+
363
782
  // `ToLength` abstract operation
364
783
  // https://tc39.es/ecma262/#sec-tolength
365
- var toLength = function (argument) {
366
- return argument > 0 ? min$1(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
784
+ var toLength$1 = function (argument) {
785
+ return argument > 0 ? min(toIntegerOrInfinity(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
367
786
  };
368
787
 
369
- var max$1 = Math.max;
370
- var min = Math.min;
788
+ var toLength = toLength$1;
371
789
 
372
- // Helper for a popular repeating case of the spec:
373
- // Let integer be ? ToInteger(index).
374
- // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
375
- var toAbsoluteIndex = function (index, length) {
376
- var integer = toInteger(index);
377
- return integer < 0 ? max$1(integer + length, 0) : min(integer, length);
790
+ // `LengthOfArrayLike` abstract operation
791
+ // https://tc39.es/ecma262/#sec-lengthofarraylike
792
+ var lengthOfArrayLike$3 = function (obj) {
793
+ return toLength(obj.length);
378
794
  };
379
795
 
796
+ var toIndexedObject$2 = toIndexedObject$4;
797
+ var toAbsoluteIndex$1 = toAbsoluteIndex$2;
798
+ var lengthOfArrayLike$2 = lengthOfArrayLike$3;
799
+
380
800
  // `Array.prototype.{ indexOf, includes }` methods implementation
381
801
  var createMethod$2 = function (IS_INCLUDES) {
382
802
  return function ($this, el, fromIndex) {
383
- var O = toIndexedObject($this);
384
- var length = toLength(O.length);
385
- var index = toAbsoluteIndex(fromIndex, length);
803
+ var O = toIndexedObject$2($this);
804
+ var length = lengthOfArrayLike$2(O);
805
+ var index = toAbsoluteIndex$1(fromIndex, length);
386
806
  var value;
387
807
  // Array#includes uses SameValueZero equality algorithm
388
808
  // eslint-disable-next-line no-self-compare -- NaN check
@@ -406,24 +826,29 @@
406
826
  indexOf: createMethod$2(false)
407
827
  };
408
828
 
829
+ var uncurryThis$8 = functionUncurryThis;
830
+ var hasOwn$1 = hasOwnProperty_1;
831
+ var toIndexedObject$1 = toIndexedObject$4;
409
832
  var indexOf = arrayIncludes.indexOf;
833
+ var hiddenKeys$1 = hiddenKeys$3;
410
834
 
835
+ var push$1 = uncurryThis$8([].push);
411
836
 
412
837
  var objectKeysInternal = function (object, names) {
413
- var O = toIndexedObject(object);
838
+ var O = toIndexedObject$1(object);
414
839
  var i = 0;
415
840
  var result = [];
416
841
  var key;
417
- for (key in O) !has$1(hiddenKeys$1, key) && has$1(O, key) && result.push(key);
842
+ for (key in O) !hasOwn$1(hiddenKeys$1, key) && hasOwn$1(O, key) && push$1(result, key);
418
843
  // Don't enum bug & hidden keys
419
- while (names.length > i) if (has$1(O, key = names[i++])) {
420
- ~indexOf(result, key) || result.push(key);
844
+ while (names.length > i) if (hasOwn$1(O, key = names[i++])) {
845
+ ~indexOf(result, key) || push$1(result, key);
421
846
  }
422
847
  return result;
423
848
  };
424
849
 
425
850
  // IE8- don't enum bug keys
426
- var enumBugKeys = [
851
+ var enumBugKeys$1 = [
427
852
  'constructor',
428
853
  'hasOwnProperty',
429
854
  'isPrototypeOf',
@@ -433,69 +858,85 @@
433
858
  'valueOf'
434
859
  ];
435
860
 
861
+ var internalObjectKeys = objectKeysInternal;
862
+ var enumBugKeys = enumBugKeys$1;
863
+
436
864
  var hiddenKeys = enumBugKeys.concat('length', 'prototype');
437
865
 
438
866
  // `Object.getOwnPropertyNames` method
439
867
  // https://tc39.es/ecma262/#sec-object.getownpropertynames
440
- // eslint-disable-next-line es/no-object-getownpropertynames -- safe
441
- var f$1 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
442
- return objectKeysInternal(O, hiddenKeys);
868
+ // eslint-disable-next-line es-x/no-object-getownpropertynames -- safe
869
+ objectGetOwnPropertyNames.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
870
+ return internalObjectKeys(O, hiddenKeys);
443
871
  };
444
872
 
445
- var objectGetOwnPropertyNames = {
446
- f: f$1
447
- };
873
+ var objectGetOwnPropertySymbols = {};
448
874
 
449
- // eslint-disable-next-line es/no-object-getownpropertysymbols -- safe
450
- var f = Object.getOwnPropertySymbols;
875
+ // eslint-disable-next-line es-x/no-object-getownpropertysymbols -- safe
876
+ objectGetOwnPropertySymbols.f = Object.getOwnPropertySymbols;
451
877
 
452
- var objectGetOwnPropertySymbols = {
453
- f: f
454
- };
878
+ var getBuiltIn$1 = getBuiltIn$4;
879
+ var uncurryThis$7 = functionUncurryThis;
880
+ var getOwnPropertyNamesModule = objectGetOwnPropertyNames;
881
+ var getOwnPropertySymbolsModule = objectGetOwnPropertySymbols;
882
+ var anObject = anObject$2;
883
+
884
+ var concat = uncurryThis$7([].concat);
455
885
 
456
886
  // all object keys, includes non-enumerable and symbols
457
- var ownKeys = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
458
- var keys = objectGetOwnPropertyNames.f(anObject(it));
459
- var getOwnPropertySymbols = objectGetOwnPropertySymbols.f;
460
- return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
887
+ var ownKeys$1 = getBuiltIn$1('Reflect', 'ownKeys') || function ownKeys(it) {
888
+ var keys = getOwnPropertyNamesModule.f(anObject(it));
889
+ var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
890
+ return getOwnPropertySymbols ? concat(keys, getOwnPropertySymbols(it)) : keys;
461
891
  };
462
892
 
463
- var copyConstructorProperties = function (target, source) {
893
+ var hasOwn = hasOwnProperty_1;
894
+ var ownKeys = ownKeys$1;
895
+ var getOwnPropertyDescriptorModule = objectGetOwnPropertyDescriptor;
896
+ var definePropertyModule$1 = objectDefineProperty;
897
+
898
+ var copyConstructorProperties$1 = function (target, source, exceptions) {
464
899
  var keys = ownKeys(source);
465
- var defineProperty = objectDefineProperty.f;
466
- var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
900
+ var defineProperty = definePropertyModule$1.f;
901
+ var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
467
902
  for (var i = 0; i < keys.length; i++) {
468
903
  var key = keys[i];
469
- if (!has$1(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
904
+ if (!hasOwn(target, key) && !(exceptions && hasOwn(exceptions, key))) {
905
+ defineProperty(target, key, getOwnPropertyDescriptor(source, key));
906
+ }
470
907
  }
471
908
  };
472
909
 
910
+ var fails$4 = fails$c;
911
+ var isCallable$2 = isCallable$c;
912
+
473
913
  var replacement = /#|\.prototype\./;
474
914
 
475
- var isForced = function (feature, detection) {
915
+ var isForced$1 = function (feature, detection) {
476
916
  var value = data[normalize(feature)];
477
917
  return value == POLYFILL ? true
478
918
  : value == NATIVE ? false
479
- : typeof detection == 'function' ? fails(detection)
919
+ : isCallable$2(detection) ? fails$4(detection)
480
920
  : !!detection;
481
921
  };
482
922
 
483
- var normalize = isForced.normalize = function (string) {
923
+ var normalize = isForced$1.normalize = function (string) {
484
924
  return String(string).replace(replacement, '.').toLowerCase();
485
925
  };
486
926
 
487
- var data = isForced.data = {};
488
- var NATIVE = isForced.NATIVE = 'N';
489
- var POLYFILL = isForced.POLYFILL = 'P';
927
+ var data = isForced$1.data = {};
928
+ var NATIVE = isForced$1.NATIVE = 'N';
929
+ var POLYFILL = isForced$1.POLYFILL = 'P';
490
930
 
491
- var isForced_1 = isForced;
931
+ var isForced_1 = isForced$1;
492
932
 
933
+ var global$6 = global$q;
493
934
  var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
494
-
495
-
496
-
497
-
498
-
935
+ var createNonEnumerableProperty = createNonEnumerableProperty$3;
936
+ var defineBuiltIn$1 = defineBuiltIn$2;
937
+ var setGlobal = setGlobal$3;
938
+ var copyConstructorProperties = copyConstructorProperties$1;
939
+ var isForced = isForced_1;
499
940
 
500
941
  /*
501
942
  options.target - name of the target object
@@ -510,6 +951,7 @@
510
951
  options.sham - add a flag to not completely full polyfills
511
952
  options.enumerable - export as enumerable property
512
953
  options.noTargetGet - prevent calling a getter on target
954
+ options.name - the .name of the function if it does not match the key
513
955
  */
514
956
  var _export = function (options, source) {
515
957
  var TARGET = options.target;
@@ -517,11 +959,11 @@
517
959
  var STATIC = options.stat;
518
960
  var FORCED, target, key, targetProperty, sourceProperty, descriptor;
519
961
  if (GLOBAL) {
520
- target = global_1;
962
+ target = global$6;
521
963
  } else if (STATIC) {
522
- target = global_1[TARGET] || setGlobal(TARGET, {});
964
+ target = global$6[TARGET] || setGlobal(TARGET, {});
523
965
  } else {
524
- target = (global_1[TARGET] || {}).prototype;
966
+ target = (global$6[TARGET] || {}).prototype;
525
967
  }
526
968
  if (target) for (key in source) {
527
969
  sourceProperty = source[key];
@@ -529,93 +971,143 @@
529
971
  descriptor = getOwnPropertyDescriptor(target, key);
530
972
  targetProperty = descriptor && descriptor.value;
531
973
  } else targetProperty = target[key];
532
- FORCED = isForced_1(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
974
+ FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
533
975
  // contained in target
534
976
  if (!FORCED && targetProperty !== undefined) {
535
- if (typeof sourceProperty === typeof targetProperty) continue;
977
+ if (typeof sourceProperty == typeof targetProperty) continue;
536
978
  copyConstructorProperties(sourceProperty, targetProperty);
537
979
  }
538
980
  // add a flag to not completely full polyfills
539
981
  if (options.sham || (targetProperty && targetProperty.sham)) {
540
982
  createNonEnumerableProperty(sourceProperty, 'sham', true);
541
983
  }
542
- // extend global
543
- redefine(target, key, sourceProperty, options);
984
+ defineBuiltIn$1(target, key, sourceProperty, options);
544
985
  }
545
986
  };
546
987
 
988
+ var classof$4 = classofRaw$1;
989
+
547
990
  // `IsArray` abstract operation
548
991
  // https://tc39.es/ecma262/#sec-isarray
549
- // eslint-disable-next-line es/no-array-isarray -- safe
550
- var isArray = Array.isArray || function isArray(arg) {
551
- return classofRaw(arg) == 'Array';
992
+ // eslint-disable-next-line es-x/no-array-isarray -- safe
993
+ var isArray$2 = Array.isArray || function isArray(argument) {
994
+ return classof$4(argument) == 'Array';
552
995
  };
553
996
 
554
- var createProperty = function (object, key, value) {
555
- var propertyKey = toPrimitive(key);
556
- if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
557
- else object[propertyKey] = value;
558
- };
997
+ var wellKnownSymbol$4 = wellKnownSymbol$6;
559
998
 
560
- var engineIsNode = classofRaw(global_1.process) == 'process';
999
+ var TO_STRING_TAG$1 = wellKnownSymbol$4('toStringTag');
1000
+ var test = {};
561
1001
 
562
- var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
1002
+ test[TO_STRING_TAG$1] = 'z';
563
1003
 
564
- var process = global_1.process;
565
- var versions = process && process.versions;
566
- var v8 = versions && versions.v8;
567
- var match, version;
1004
+ var toStringTagSupport = String(test) === '[object z]';
568
1005
 
569
- if (v8) {
570
- match = v8.split('.');
571
- version = match[0] + match[1];
572
- } else if (engineUserAgent) {
573
- match = engineUserAgent.match(/Edge\/(\d+)/);
574
- if (!match || match[1] >= 74) {
575
- match = engineUserAgent.match(/Chrome\/(\d+)/);
576
- if (match) version = match[1];
577
- }
578
- }
1006
+ var global$5 = global$q;
1007
+ var TO_STRING_TAG_SUPPORT$2 = toStringTagSupport;
1008
+ var isCallable$1 = isCallable$c;
1009
+ var classofRaw = classofRaw$1;
1010
+ var wellKnownSymbol$3 = wellKnownSymbol$6;
579
1011
 
580
- var engineV8Version = version && +version;
1012
+ var TO_STRING_TAG = wellKnownSymbol$3('toStringTag');
1013
+ var Object$1 = global$5.Object;
581
1014
 
582
- // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
583
- var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
584
- // eslint-disable-next-line es/no-symbol -- required for testing
585
- return !Symbol.sham &&
586
- // Chrome 38 Symbol has incorrect toString conversion
587
- // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
588
- (engineIsNode ? engineV8Version === 38 : engineV8Version > 37 && engineV8Version < 41);
589
- });
1015
+ // ES3 wrong here
1016
+ var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
590
1017
 
591
- /* eslint-disable es/no-symbol -- required for testing */
1018
+ // fallback for IE11 Script Access Denied error
1019
+ var tryGet = function (it, key) {
1020
+ try {
1021
+ return it[key];
1022
+ } catch (error) { /* empty */ }
1023
+ };
592
1024
 
1025
+ // getting tag from ES6+ `Object.prototype.toString`
1026
+ var classof$3 = TO_STRING_TAG_SUPPORT$2 ? classofRaw : function (it) {
1027
+ var O, tag, result;
1028
+ return it === undefined ? 'Undefined' : it === null ? 'Null'
1029
+ // @@toStringTag case
1030
+ : typeof (tag = tryGet(O = Object$1(it), TO_STRING_TAG)) == 'string' ? tag
1031
+ // builtinTag case
1032
+ : CORRECT_ARGUMENTS ? classofRaw(O)
1033
+ // ES3 arguments fallback
1034
+ : (result = classofRaw(O)) == 'Object' && isCallable$1(O.callee) ? 'Arguments' : result;
1035
+ };
593
1036
 
594
- var useSymbolAsUid = nativeSymbol
595
- && !Symbol.sham
596
- && typeof Symbol.iterator == 'symbol';
1037
+ var uncurryThis$6 = functionUncurryThis;
1038
+ var fails$3 = fails$c;
1039
+ var isCallable = isCallable$c;
1040
+ var classof$2 = classof$3;
1041
+ var getBuiltIn = getBuiltIn$4;
1042
+ var inspectSource = inspectSource$3;
1043
+
1044
+ var noop = function () { /* empty */ };
1045
+ var empty = [];
1046
+ var construct = getBuiltIn('Reflect', 'construct');
1047
+ var constructorRegExp = /^\s*(?:class|function)\b/;
1048
+ var exec$1 = uncurryThis$6(constructorRegExp.exec);
1049
+ var INCORRECT_TO_STRING = !constructorRegExp.exec(noop);
1050
+
1051
+ var isConstructorModern = function isConstructor(argument) {
1052
+ if (!isCallable(argument)) return false;
1053
+ try {
1054
+ construct(noop, empty, argument);
1055
+ return true;
1056
+ } catch (error) {
1057
+ return false;
1058
+ }
1059
+ };
597
1060
 
598
- var WellKnownSymbolsStore = shared('wks');
599
- var Symbol$1 = global_1.Symbol;
600
- var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
1061
+ var isConstructorLegacy = function isConstructor(argument) {
1062
+ if (!isCallable(argument)) return false;
1063
+ switch (classof$2(argument)) {
1064
+ case 'AsyncFunction':
1065
+ case 'GeneratorFunction':
1066
+ case 'AsyncGeneratorFunction': return false;
1067
+ }
1068
+ try {
1069
+ // we can't check .prototype since constructors produced by .bind haven't it
1070
+ // `Function#toString` throws on some built-it function in some legacy engines
1071
+ // (for example, `DOMQuad` and similar in FF41-)
1072
+ return INCORRECT_TO_STRING || !!exec$1(constructorRegExp, inspectSource(argument));
1073
+ } catch (error) {
1074
+ return true;
1075
+ }
1076
+ };
601
1077
 
602
- var wellKnownSymbol = function (name) {
603
- if (!has$1(WellKnownSymbolsStore, name) || !(nativeSymbol || typeof WellKnownSymbolsStore[name] == 'string')) {
604
- if (nativeSymbol && has$1(Symbol$1, name)) {
605
- WellKnownSymbolsStore[name] = Symbol$1[name];
606
- } else {
607
- WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
608
- }
609
- } return WellKnownSymbolsStore[name];
1078
+ isConstructorLegacy.sham = true;
1079
+
1080
+ // `IsConstructor` abstract operation
1081
+ // https://tc39.es/ecma262/#sec-isconstructor
1082
+ var isConstructor$2 = !construct || fails$3(function () {
1083
+ var called;
1084
+ return isConstructorModern(isConstructorModern.call)
1085
+ || !isConstructorModern(Object)
1086
+ || !isConstructorModern(function () { called = true; })
1087
+ || called;
1088
+ }) ? isConstructorLegacy : isConstructorModern;
1089
+
1090
+ var toPropertyKey = toPropertyKey$3;
1091
+ var definePropertyModule = objectDefineProperty;
1092
+ var createPropertyDescriptor = createPropertyDescriptor$3;
1093
+
1094
+ var createProperty$1 = function (object, key, value) {
1095
+ var propertyKey = toPropertyKey(key);
1096
+ if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));
1097
+ else object[propertyKey] = value;
610
1098
  };
611
1099
 
612
- var SPECIES$2 = wellKnownSymbol('species');
1100
+ var fails$2 = fails$c;
1101
+ var wellKnownSymbol$2 = wellKnownSymbol$6;
1102
+ var V8_VERSION = engineV8Version;
613
1103
 
614
- var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
1104
+ var SPECIES$2 = wellKnownSymbol$2('species');
1105
+
1106
+ var arrayMethodHasSpeciesSupport$2 = function (METHOD_NAME) {
615
1107
  // We can't use this feature detection in V8 since it causes
616
1108
  // deoptimization and serious performance degradation
617
1109
  // https://github.com/zloirock/core-js/issues/677
618
- return engineV8Version >= 51 || !fails(function () {
1110
+ return V8_VERSION >= 51 || !fails$2(function () {
619
1111
  var array = [];
620
1112
  var constructor = array.constructor = {};
621
1113
  constructor[SPECIES$2] = function () {
@@ -625,57 +1117,90 @@
625
1117
  });
626
1118
  };
627
1119
 
628
- var HAS_SPECIES_SUPPORT$1 = arrayMethodHasSpeciesSupport('slice');
1120
+ var uncurryThis$5 = functionUncurryThis;
1121
+
1122
+ var arraySlice = uncurryThis$5([].slice);
1123
+
1124
+ var $$3 = _export;
1125
+ var global$4 = global$q;
1126
+ var isArray$1 = isArray$2;
1127
+ var isConstructor$1 = isConstructor$2;
1128
+ var isObject$1 = isObject$7;
1129
+ var toAbsoluteIndex = toAbsoluteIndex$2;
1130
+ var lengthOfArrayLike$1 = lengthOfArrayLike$3;
1131
+ var toIndexedObject = toIndexedObject$4;
1132
+ var createProperty = createProperty$1;
1133
+ var wellKnownSymbol$1 = wellKnownSymbol$6;
1134
+ var arrayMethodHasSpeciesSupport$1 = arrayMethodHasSpeciesSupport$2;
1135
+ var un$Slice = arraySlice;
1136
+
1137
+ var HAS_SPECIES_SUPPORT$1 = arrayMethodHasSpeciesSupport$1('slice');
629
1138
 
630
- var SPECIES$1 = wellKnownSymbol('species');
631
- var nativeSlice = [].slice;
1139
+ var SPECIES$1 = wellKnownSymbol$1('species');
1140
+ var Array$2 = global$4.Array;
632
1141
  var max = Math.max;
633
1142
 
634
1143
  // `Array.prototype.slice` method
635
1144
  // https://tc39.es/ecma262/#sec-array.prototype.slice
636
1145
  // fallback for not array-like ES3 strings and DOM objects
637
- _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$1 }, {
1146
+ $$3({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$1 }, {
638
1147
  slice: function slice(start, end) {
639
1148
  var O = toIndexedObject(this);
640
- var length = toLength(O.length);
1149
+ var length = lengthOfArrayLike$1(O);
641
1150
  var k = toAbsoluteIndex(start, length);
642
1151
  var fin = toAbsoluteIndex(end === undefined ? length : end, length);
643
1152
  // inline `ArraySpeciesCreate` for usage native `Array#slice` where it's possible
644
1153
  var Constructor, result, n;
645
- if (isArray(O)) {
1154
+ if (isArray$1(O)) {
646
1155
  Constructor = O.constructor;
647
1156
  // cross-realm fallback
648
- if (typeof Constructor == 'function' && (Constructor === Array || isArray(Constructor.prototype))) {
1157
+ if (isConstructor$1(Constructor) && (Constructor === Array$2 || isArray$1(Constructor.prototype))) {
649
1158
  Constructor = undefined;
650
- } else if (isObject(Constructor)) {
1159
+ } else if (isObject$1(Constructor)) {
651
1160
  Constructor = Constructor[SPECIES$1];
652
1161
  if (Constructor === null) Constructor = undefined;
653
1162
  }
654
- if (Constructor === Array || Constructor === undefined) {
655
- return nativeSlice.call(O, k, fin);
1163
+ if (Constructor === Array$2 || Constructor === undefined) {
1164
+ return un$Slice(O, k, fin);
656
1165
  }
657
1166
  }
658
- result = new (Constructor === undefined ? Array : Constructor)(max(fin - k, 0));
1167
+ result = new (Constructor === undefined ? Array$2 : Constructor)(max(fin - k, 0));
659
1168
  for (n = 0; k < fin; k++, n++) if (k in O) createProperty(result, n, O[k]);
660
1169
  result.length = n;
661
1170
  return result;
662
1171
  }
663
1172
  });
664
1173
 
1174
+ var global$3 = global$q;
1175
+ var classof$1 = classof$3;
1176
+
1177
+ var String$1 = global$3.String;
1178
+
1179
+ var toString$3 = function (argument) {
1180
+ if (classof$1(argument) === 'Symbol') throw TypeError('Cannot convert a Symbol value to a string');
1181
+ return String$1(argument);
1182
+ };
1183
+
665
1184
  // a string of all valid unicode whitespaces
666
- var whitespaces = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
1185
+ var whitespaces$2 = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
667
1186
  '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
668
1187
 
669
- var whitespace = '[' + whitespaces + ']';
1188
+ var uncurryThis$4 = functionUncurryThis;
1189
+ var requireObjectCoercible = requireObjectCoercible$3;
1190
+ var toString$2 = toString$3;
1191
+ var whitespaces$1 = whitespaces$2;
1192
+
1193
+ var replace = uncurryThis$4(''.replace);
1194
+ var whitespace = '[' + whitespaces$1 + ']';
670
1195
  var ltrim = RegExp('^' + whitespace + whitespace + '*');
671
1196
  var rtrim = RegExp(whitespace + whitespace + '*$');
672
1197
 
673
1198
  // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
674
1199
  var createMethod$1 = function (TYPE) {
675
1200
  return function ($this) {
676
- var string = String(requireObjectCoercible($this));
677
- if (TYPE & 1) string = string.replace(ltrim, '');
678
- if (TYPE & 2) string = string.replace(rtrim, '');
1201
+ var string = toString$2(requireObjectCoercible($this));
1202
+ if (TYPE & 1) string = replace(string, ltrim, '');
1203
+ if (TYPE & 2) string = replace(string, rtrim, '');
679
1204
  return string;
680
1205
  };
681
1206
  };
@@ -692,126 +1217,143 @@
692
1217
  trim: createMethod$1(3)
693
1218
  };
694
1219
 
1220
+ var global$2 = global$q;
1221
+ var fails$1 = fails$c;
1222
+ var uncurryThis$3 = functionUncurryThis;
1223
+ var toString$1 = toString$3;
695
1224
  var trim = stringTrim.trim;
1225
+ var whitespaces = whitespaces$2;
696
1226
 
697
-
698
- var $parseInt = global_1.parseInt;
699
- var hex = /^[+-]?0[Xx]/;
700
- var FORCED = $parseInt(whitespaces + '08') !== 8 || $parseInt(whitespaces + '0x16') !== 22;
1227
+ var $parseInt$1 = global$2.parseInt;
1228
+ var Symbol$1 = global$2.Symbol;
1229
+ var ITERATOR = Symbol$1 && Symbol$1.iterator;
1230
+ var hex = /^[+-]?0x/i;
1231
+ var exec = uncurryThis$3(hex.exec);
1232
+ var FORCED = $parseInt$1(whitespaces + '08') !== 8 || $parseInt$1(whitespaces + '0x16') !== 22
1233
+ // MS Edge 18- broken with boxed symbols
1234
+ || (ITERATOR && !fails$1(function () { $parseInt$1(Object(ITERATOR)); }));
701
1235
 
702
1236
  // `parseInt` method
703
1237
  // https://tc39.es/ecma262/#sec-parseint-string-radix
704
1238
  var numberParseInt = FORCED ? function parseInt(string, radix) {
705
- var S = trim(String(string));
706
- return $parseInt(S, (radix >>> 0) || (hex.test(S) ? 16 : 10));
707
- } : $parseInt;
1239
+ var S = trim(toString$1(string));
1240
+ return $parseInt$1(S, (radix >>> 0) || (exec(hex, S) ? 16 : 10));
1241
+ } : $parseInt$1;
1242
+
1243
+ var $$2 = _export;
1244
+ var $parseInt = numberParseInt;
708
1245
 
709
1246
  // `parseInt` method
710
1247
  // https://tc39.es/ecma262/#sec-parseint-string-radix
711
- _export({ global: true, forced: parseInt != numberParseInt }, {
712
- parseInt: numberParseInt
1248
+ $$2({ global: true, forced: parseInt != $parseInt }, {
1249
+ parseInt: $parseInt
713
1250
  });
714
1251
 
715
- var arrayMethodIsStrict = function (METHOD_NAME, argument) {
1252
+ var fails = fails$c;
1253
+
1254
+ var arrayMethodIsStrict$1 = function (METHOD_NAME, argument) {
716
1255
  var method = [][METHOD_NAME];
717
1256
  return !!method && fails(function () {
718
- // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing
719
- method.call(null, argument || function () { throw 1; }, 1);
1257
+ // eslint-disable-next-line no-useless-call -- required for testing
1258
+ method.call(null, argument || function () { return 1; }, 1);
720
1259
  });
721
1260
  };
722
1261
 
723
- /* eslint-disable es/no-array-prototype-indexof -- required for testing */
724
-
725
- var $indexOf = arrayIncludes.indexOf;
1262
+ /* eslint-disable es-x/no-array-prototype-indexof -- required for testing */
1263
+ var $$1 = _export;
1264
+ var uncurryThis$2 = functionUncurryThis;
1265
+ var $IndexOf = arrayIncludes.indexOf;
1266
+ var arrayMethodIsStrict = arrayMethodIsStrict$1;
726
1267
 
1268
+ var un$IndexOf = uncurryThis$2([].indexOf);
727
1269
 
728
- var nativeIndexOf = [].indexOf;
729
-
730
- var NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;
1270
+ var NEGATIVE_ZERO = !!un$IndexOf && 1 / un$IndexOf([1], 1, -0) < 0;
731
1271
  var STRICT_METHOD = arrayMethodIsStrict('indexOf');
732
1272
 
733
1273
  // `Array.prototype.indexOf` method
734
1274
  // https://tc39.es/ecma262/#sec-array.prototype.indexof
735
- _export({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD }, {
1275
+ $$1({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD }, {
736
1276
  indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
1277
+ var fromIndex = arguments.length > 1 ? arguments[1] : undefined;
737
1278
  return NEGATIVE_ZERO
738
1279
  // convert -0 to +0
739
- ? nativeIndexOf.apply(this, arguments) || 0
740
- : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);
1280
+ ? un$IndexOf(this, searchElement, fromIndex) || 0
1281
+ : $IndexOf(this, searchElement, fromIndex);
741
1282
  }
742
1283
  });
743
1284
 
744
- var aFunction = function (it) {
745
- if (typeof it != 'function') {
746
- throw TypeError(String(it) + ' is not a function');
747
- } return it;
748
- };
1285
+ var uncurryThis$1 = functionUncurryThis;
1286
+ var aCallable = aCallable$2;
1287
+ var NATIVE_BIND = functionBindNative;
1288
+
1289
+ var bind$1 = uncurryThis$1(uncurryThis$1.bind);
749
1290
 
750
1291
  // optional / simple context binding
751
- var functionBindContext = function (fn, that, length) {
752
- aFunction(fn);
753
- if (that === undefined) return fn;
754
- switch (length) {
755
- case 0: return function () {
756
- return fn.call(that);
757
- };
758
- case 1: return function (a) {
759
- return fn.call(that, a);
760
- };
761
- case 2: return function (a, b) {
762
- return fn.call(that, a, b);
763
- };
764
- case 3: return function (a, b, c) {
765
- return fn.call(that, a, b, c);
766
- };
767
- }
768
- return function (/* ...args */) {
1292
+ var functionBindContext = function (fn, that) {
1293
+ aCallable(fn);
1294
+ return that === undefined ? fn : NATIVE_BIND ? bind$1(fn, that) : function (/* ...args */) {
769
1295
  return fn.apply(that, arguments);
770
1296
  };
771
1297
  };
772
1298
 
773
- // `ToObject` abstract operation
774
- // https://tc39.es/ecma262/#sec-toobject
775
- var toObject = function (argument) {
776
- return Object(requireObjectCoercible(argument));
777
- };
1299
+ var global$1 = global$q;
1300
+ var isArray = isArray$2;
1301
+ var isConstructor = isConstructor$2;
1302
+ var isObject = isObject$7;
1303
+ var wellKnownSymbol = wellKnownSymbol$6;
778
1304
 
779
1305
  var SPECIES = wellKnownSymbol('species');
1306
+ var Array$1 = global$1.Array;
780
1307
 
781
- // `ArraySpeciesCreate` abstract operation
1308
+ // a part of `ArraySpeciesCreate` abstract operation
782
1309
  // https://tc39.es/ecma262/#sec-arrayspeciescreate
783
- var arraySpeciesCreate = function (originalArray, length) {
1310
+ var arraySpeciesConstructor$1 = function (originalArray) {
784
1311
  var C;
785
1312
  if (isArray(originalArray)) {
786
1313
  C = originalArray.constructor;
787
1314
  // cross-realm fallback
788
- if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
1315
+ if (isConstructor(C) && (C === Array$1 || isArray(C.prototype))) C = undefined;
789
1316
  else if (isObject(C)) {
790
1317
  C = C[SPECIES];
791
1318
  if (C === null) C = undefined;
792
1319
  }
793
- } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
1320
+ } return C === undefined ? Array$1 : C;
794
1321
  };
795
1322
 
796
- var push = [].push;
1323
+ var arraySpeciesConstructor = arraySpeciesConstructor$1;
797
1324
 
798
- // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation
1325
+ // `ArraySpeciesCreate` abstract operation
1326
+ // https://tc39.es/ecma262/#sec-arrayspeciescreate
1327
+ var arraySpeciesCreate$1 = function (originalArray, length) {
1328
+ return new (arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length);
1329
+ };
1330
+
1331
+ var bind = functionBindContext;
1332
+ var uncurryThis = functionUncurryThis;
1333
+ var IndexedObject = indexedObject;
1334
+ var toObject = toObject$2;
1335
+ var lengthOfArrayLike = lengthOfArrayLike$3;
1336
+ var arraySpeciesCreate = arraySpeciesCreate$1;
1337
+
1338
+ var push = uncurryThis([].push);
1339
+
1340
+ // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterReject }` methods implementation
799
1341
  var createMethod = function (TYPE) {
800
1342
  var IS_MAP = TYPE == 1;
801
1343
  var IS_FILTER = TYPE == 2;
802
1344
  var IS_SOME = TYPE == 3;
803
1345
  var IS_EVERY = TYPE == 4;
804
1346
  var IS_FIND_INDEX = TYPE == 6;
805
- var IS_FILTER_OUT = TYPE == 7;
1347
+ var IS_FILTER_REJECT = TYPE == 7;
806
1348
  var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
807
1349
  return function ($this, callbackfn, that, specificCreate) {
808
1350
  var O = toObject($this);
809
- var self = indexedObject(O);
810
- var boundFunction = functionBindContext(callbackfn, that, 3);
811
- var length = toLength(self.length);
1351
+ var self = IndexedObject(O);
1352
+ var boundFunction = bind(callbackfn, that);
1353
+ var length = lengthOfArrayLike(self);
812
1354
  var index = 0;
813
1355
  var create = specificCreate || arraySpeciesCreate;
814
- var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;
1356
+ var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_REJECT ? create($this, 0) : undefined;
815
1357
  var value, result;
816
1358
  for (;length > index; index++) if (NO_HOLES || index in self) {
817
1359
  value = self[index];
@@ -822,10 +1364,10 @@
822
1364
  case 3: return true; // some
823
1365
  case 5: return value; // find
824
1366
  case 6: return index; // findIndex
825
- case 2: push.call(target, value); // filter
1367
+ case 2: push(target, value); // filter
826
1368
  } else switch (TYPE) {
827
1369
  case 4: return false; // every
828
- case 7: push.call(target, value); // filterOut
1370
+ case 7: push(target, value); // filterReject
829
1371
  }
830
1372
  }
831
1373
  }
@@ -855,25 +1397,45 @@
855
1397
  // `Array.prototype.findIndex` method
856
1398
  // https://tc39.es/ecma262/#sec-array.prototype.findIndex
857
1399
  findIndex: createMethod(6),
858
- // `Array.prototype.filterOut` method
1400
+ // `Array.prototype.filterReject` method
859
1401
  // https://github.com/tc39/proposal-array-filtering
860
- filterOut: createMethod(7)
1402
+ filterReject: createMethod(7)
861
1403
  };
862
1404
 
1405
+ var $ = _export;
863
1406
  var $filter = arrayIteration.filter;
864
-
1407
+ var arrayMethodHasSpeciesSupport = arrayMethodHasSpeciesSupport$2;
865
1408
 
866
1409
  var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');
867
1410
 
868
1411
  // `Array.prototype.filter` method
869
1412
  // https://tc39.es/ecma262/#sec-array.prototype.filter
870
1413
  // with adding support of @@species
871
- _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
1414
+ $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
872
1415
  filter: function filter(callbackfn /* , thisArg */) {
873
1416
  return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
874
1417
  }
875
1418
  });
876
1419
 
1420
+ var TO_STRING_TAG_SUPPORT$1 = toStringTagSupport;
1421
+ var classof = classof$3;
1422
+
1423
+ // `Object.prototype.toString` method implementation
1424
+ // https://tc39.es/ecma262/#sec-object.prototype.tostring
1425
+ var objectToString = TO_STRING_TAG_SUPPORT$1 ? {}.toString : function toString() {
1426
+ return '[object ' + classof(this) + ']';
1427
+ };
1428
+
1429
+ var TO_STRING_TAG_SUPPORT = toStringTagSupport;
1430
+ var defineBuiltIn = defineBuiltIn$2;
1431
+ var toString = objectToString;
1432
+
1433
+ // `Object.prototype.toString` method
1434
+ // https://tc39.es/ecma262/#sec-object.prototype.tostring
1435
+ if (!TO_STRING_TAG_SUPPORT) {
1436
+ defineBuiltIn(Object.prototype, 'toString', toString, { unsafe: true });
1437
+ }
1438
+
877
1439
  /**
878
1440
  * @author doug-the-guy
879
1441
  * @version v1.0.0
@@ -923,8 +1485,8 @@
923
1485
  *
924
1486
  **/
925
1487
 
926
- var Utils = $__default['default'].fn.bootstrapTable.utils;
927
- $__default['default'].extend($__default['default'].fn.bootstrapTable.defaults, {
1488
+ var Utils = $__default["default"].fn.bootstrapTable.utils;
1489
+ $__default["default"].extend($__default["default"].fn.bootstrapTable.defaults, {
928
1490
  usePipeline: false,
929
1491
  pipelineSize: 1000,
930
1492
  // eslint-disable-next-line no-unused-vars
@@ -936,11 +1498,11 @@
936
1498
  return false;
937
1499
  }
938
1500
  });
939
- $__default['default'].extend($__default['default'].fn.bootstrapTable.Constructor.EVENTS, {
1501
+ $__default["default"].extend($__default["default"].fn.bootstrapTable.Constructor.EVENTS, {
940
1502
  'cached-data-hit.bs.table': 'onCachedDataHit',
941
1503
  'cached-data-reset.bs.table': 'onCachedDataReset'
942
1504
  });
943
- var BootstrapTable = $__default['default'].fn.bootstrapTable.Constructor;
1505
+ var BootstrapTable = $__default["default"].fn.bootstrapTable.Constructor;
944
1506
  var _init = BootstrapTable.prototype.init;
945
1507
  var _onSearch = BootstrapTable.prototype.onSearch;
946
1508
  var _onSort = BootstrapTable.prototype.onSort;
@@ -984,7 +1546,7 @@
984
1546
 
985
1547
  BootstrapTable.prototype.onPageListChange = function (event) {
986
1548
  /* rebuild cache window on page size change */
987
- var target = $__default['default'](event.currentTarget);
1549
+ var target = $__default["default"](event.currentTarget);
988
1550
  var newPageSize = parseInt(target.text(), 10);
989
1551
  this.options.pipelineSize = this.calculatePipelineSize(this.options.pipelineSize, newPageSize);
990
1552
  this.resetCache = true;
@@ -1028,7 +1590,7 @@
1028
1590
 
1029
1591
  BootstrapTable.prototype.drawFromCache = function (offset, limit) {
1030
1592
  /* draw rows from the cache using offset and limit */
1031
- var res = $__default['default'].extend(true, {}, this.cacheRequestJSON);
1593
+ var res = $__default["default"].extend(true, {}, this.cacheRequestJSON);
1032
1594
  var drawStart = offset - this.cacheWindows[this.currWindow].lower;
1033
1595
  var drawEnd = drawStart + limit;
1034
1596
  res.rows = res.rows.slice(drawStart, drawEnd);
@@ -1131,12 +1693,12 @@
1131
1693
  // continue base initServer code
1132
1694
 
1133
1695
 
1134
- if (!$__default['default'].isEmptyObject(this.filterColumnsPartial)) {
1696
+ if (!$__default["default"].isEmptyObject(this.filterColumnsPartial)) {
1135
1697
  params.filter = JSON.stringify(this.filterColumnsPartial, null);
1136
1698
  }
1137
1699
 
1138
1700
  data = Utils.calculateObjectValue(this.options, this.options.queryParams, [params], data);
1139
- $__default['default'].extend(data, query || {}); // false to stop request
1701
+ $__default["default"].extend(data, query || {}); // false to stop request
1140
1702
 
1141
1703
  if (data === false) {
1142
1704
  return;
@@ -1147,7 +1709,7 @@
1147
1709
  }
1148
1710
 
1149
1711
  var self = this;
1150
- request = $__default['default'].extend({}, Utils.calculateObjectValue(null, this.options.ajaxOptions), {
1712
+ request = $__default["default"].extend({}, Utils.calculateObjectValue(null, this.options.ajaxOptions), {
1151
1713
  type: this.options.method,
1152
1714
  url: url || this.options.url,
1153
1715
  data: this.options.contentType === 'application/json' && this.options.method === 'post' ? JSON.stringify(data) : data,
@@ -1159,7 +1721,7 @@
1159
1721
 
1160
1722
  if (self.options.usePipeline) {
1161
1723
  // store entire request in cache
1162
- self.cacheRequestJSON = $__default['default'].extend(true, {}, res); // this gets set in load() also but needs to be set before
1724
+ self.cacheRequestJSON = $__default["default"].extend(true, {}, res); // this gets set in load() also but needs to be set before
1163
1725
  // setting cacheWindows
1164
1726
 
1165
1727
  self.options.totalRows = res[self.options.totalField]; // if this is a search, potentially less results will be returned
@@ -1175,7 +1737,10 @@
1175
1737
 
1176
1738
  self.load(res);
1177
1739
  self.trigger('load-success', res);
1178
- if (!silent) self.$tableLoading.hide();
1740
+
1741
+ if (!silent) {
1742
+ self.hideLoading();
1743
+ }
1179
1744
  },
1180
1745
  error: function error(res) {
1181
1746
  var data = [];
@@ -1188,7 +1753,10 @@
1188
1753
 
1189
1754
  self.load(data);
1190
1755
  self.trigger('load-error', res.status, res);
1191
- if (!silent) self.$tableLoading.hide();
1756
+
1757
+ if (!silent) {
1758
+ self.hideLoading();
1759
+ }
1192
1760
  }
1193
1761
  });
1194
1762
 
@@ -1199,8 +1767,8 @@
1199
1767
  this._xhr.abort();
1200
1768
  }
1201
1769
 
1202
- this._xhr = $__default['default'].ajax(request);
1770
+ this._xhr = $__default["default"].ajax(request);
1203
1771
  }
1204
1772
  };
1205
1773
 
1206
- })));
1774
+ }));