bootstrap-table-rails 1.18.3 → 1.20.0

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