bootstrap-table-rails 1.18.2 → 1.18.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/lib/bootstrap-table-rails/version.rb +1 -1
  3. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +151 -144
  4. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +453 -552
  5. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +1378 -1479
  6. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +3 -2
  7. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +7404 -7422
  8. data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +1774 -1758
  9. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +1206 -1213
  10. data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +2541 -2567
  11. data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +1232 -1252
  12. data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +1251 -1272
  13. data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +864 -857
  14. data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +1899 -1915
  15. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +2227 -2251
  16. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +3135 -3163
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/utils.js +2429 -2457
  18. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +1605 -1627
  19. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +1599 -1631
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +1 -1
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +1461 -1477
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +1290 -1318
  23. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +1787 -1814
  24. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +1118 -1137
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +283 -307
  26. data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +1641 -1679
  27. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +1472 -1495
  28. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +1035 -1055
  29. data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +914 -907
  30. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +1246 -1236
  31. data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +2032 -2056
  32. data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +1186 -1206
  33. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +109 -102
  34. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +109 -102
  35. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +109 -102
  36. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +109 -102
  37. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +109 -102
  38. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +109 -102
  39. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +109 -102
  40. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +109 -102
  41. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +109 -102
  42. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +109 -102
  43. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +109 -102
  44. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +109 -102
  45. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +109 -102
  46. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +109 -102
  47. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +109 -102
  48. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +109 -102
  49. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +109 -102
  50. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +109 -102
  51. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +128 -121
  52. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +109 -102
  53. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +109 -102
  54. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +109 -102
  55. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +109 -102
  56. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +109 -102
  57. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +109 -102
  58. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +109 -102
  59. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +109 -102
  60. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +109 -102
  61. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +109 -102
  62. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +109 -102
  63. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +109 -102
  64. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +109 -102
  65. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +109 -102
  66. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +109 -102
  67. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +109 -102
  68. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +109 -102
  69. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +109 -102
  70. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +109 -102
  71. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +132 -125
  72. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +109 -102
  73. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +109 -102
  74. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +109 -102
  75. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +109 -102
  76. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +109 -102
  77. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +109 -102
  78. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +109 -102
  79. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +109 -102
  80. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +109 -102
  81. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +109 -102
  82. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +109 -102
  83. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +109 -102
  84. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +109 -102
  85. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +109 -102
  86. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +2 -1
  87. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +1119 -1123
  88. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +2 -1
  89. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +1111 -1115
  90. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +6 -1
  91. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +1127 -1131
  92. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +6 -1
  93. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +1120 -1124
  94. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +2 -1
  95. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +1088 -1092
  96. metadata +1 -1
@@ -1,3 +1,144 @@
1
+ import { openBlock, createBlock } from 'vue';
2
+
3
+ function _defineProperty(obj, key, value) {
4
+ if (key in obj) {
5
+ Object.defineProperty(obj, key, {
6
+ value: value,
7
+ enumerable: true,
8
+ configurable: true,
9
+ writable: true
10
+ });
11
+ } else {
12
+ obj[key] = value;
13
+ }
14
+
15
+ return obj;
16
+ }
17
+
18
+ function ownKeys$1(object, enumerableOnly) {
19
+ var keys = Object.keys(object);
20
+
21
+ if (Object.getOwnPropertySymbols) {
22
+ var symbols = Object.getOwnPropertySymbols(object);
23
+ if (enumerableOnly) symbols = symbols.filter(function (sym) {
24
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
25
+ });
26
+ keys.push.apply(keys, symbols);
27
+ }
28
+
29
+ return keys;
30
+ }
31
+
32
+ function _objectSpread2(target) {
33
+ for (var i = 1; i < arguments.length; i++) {
34
+ var source = arguments[i] != null ? arguments[i] : {};
35
+
36
+ if (i % 2) {
37
+ ownKeys$1(Object(source), true).forEach(function (key) {
38
+ _defineProperty(target, key, source[key]);
39
+ });
40
+ } else if (Object.getOwnPropertyDescriptors) {
41
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
42
+ } else {
43
+ ownKeys$1(Object(source)).forEach(function (key) {
44
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
45
+ });
46
+ }
47
+ }
48
+
49
+ return target;
50
+ }
51
+
52
+ function _toConsumableArray(arr) {
53
+ return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
54
+ }
55
+
56
+ function _arrayWithoutHoles(arr) {
57
+ if (Array.isArray(arr)) return _arrayLikeToArray(arr);
58
+ }
59
+
60
+ function _iterableToArray(iter) {
61
+ if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);
62
+ }
63
+
64
+ function _unsupportedIterableToArray(o, minLen) {
65
+ if (!o) return;
66
+ if (typeof o === "string") return _arrayLikeToArray(o, minLen);
67
+ var n = Object.prototype.toString.call(o).slice(8, -1);
68
+ if (n === "Object" && o.constructor) n = o.constructor.name;
69
+ if (n === "Map" || n === "Set") return Array.from(o);
70
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
71
+ }
72
+
73
+ function _arrayLikeToArray(arr, len) {
74
+ if (len == null || len > arr.length) len = arr.length;
75
+
76
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
77
+
78
+ return arr2;
79
+ }
80
+
81
+ function _nonIterableSpread() {
82
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
83
+ }
84
+
85
+ function _createForOfIteratorHelper(o, allowArrayLike) {
86
+ var it;
87
+
88
+ if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {
89
+ if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
90
+ if (it) o = it;
91
+ var i = 0;
92
+
93
+ var F = function () {};
94
+
95
+ return {
96
+ s: F,
97
+ n: function () {
98
+ if (i >= o.length) return {
99
+ done: true
100
+ };
101
+ return {
102
+ done: false,
103
+ value: o[i++]
104
+ };
105
+ },
106
+ e: function (e) {
107
+ throw e;
108
+ },
109
+ f: F
110
+ };
111
+ }
112
+
113
+ throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
114
+ }
115
+
116
+ var normalCompletion = true,
117
+ didErr = false,
118
+ err;
119
+ return {
120
+ s: function () {
121
+ it = o[Symbol.iterator]();
122
+ },
123
+ n: function () {
124
+ var step = it.next();
125
+ normalCompletion = step.done;
126
+ return step;
127
+ },
128
+ e: function (e) {
129
+ didErr = true;
130
+ err = e;
131
+ },
132
+ f: function () {
133
+ try {
134
+ if (!normalCompletion && it.return != null) it.return();
135
+ } finally {
136
+ if (didErr) throw err;
137
+ }
138
+ }
139
+ };
140
+ }
141
+
1
142
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
2
143
 
3
144
  function createCommonjsModule(fn, module) {
@@ -10,12 +151,12 @@ var check = function (it) {
10
151
 
11
152
  // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
12
153
  var global_1 =
13
- // eslint-disable-next-line no-undef
154
+ /* global globalThis -- safe */
14
155
  check(typeof globalThis == 'object' && globalThis) ||
15
156
  check(typeof window == 'object' && window) ||
16
157
  check(typeof self == 'object' && self) ||
17
158
  check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
18
- // eslint-disable-next-line no-new-func
159
+ // eslint-disable-next-line no-new-func -- fallback
19
160
  (function () { return this; })() || Function('return this')();
20
161
 
21
162
  var fails = function (exec) {
@@ -26,26 +167,26 @@ var fails = function (exec) {
26
167
  }
27
168
  };
28
169
 
29
- // Thank's IE8 for his funny defineProperty
170
+ // Detect IE8's incomplete defineProperty implementation
30
171
  var descriptors = !fails(function () {
31
172
  return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
32
173
  });
33
174
 
34
175
  var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
35
- var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
176
+ var getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
36
177
 
37
178
  // Nashorn ~ JDK8 bug
38
- var NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);
179
+ var NASHORN_BUG = getOwnPropertyDescriptor$1 && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);
39
180
 
40
181
  // `Object.prototype.propertyIsEnumerable` method implementation
41
- // https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable
42
- var f = NASHORN_BUG ? function propertyIsEnumerable(V) {
43
- var descriptor = getOwnPropertyDescriptor(this, V);
182
+ // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
183
+ var f$4 = NASHORN_BUG ? function propertyIsEnumerable(V) {
184
+ var descriptor = getOwnPropertyDescriptor$1(this, V);
44
185
  return !!descriptor && descriptor.enumerable;
45
186
  } : nativePropertyIsEnumerable;
46
187
 
47
188
  var objectPropertyIsEnumerable = {
48
- f: f
189
+ f: f$4
49
190
  };
50
191
 
51
192
  var createPropertyDescriptor = function (bitmap, value) {
@@ -68,14 +209,14 @@ var split = ''.split;
68
209
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
69
210
  var indexedObject = fails(function () {
70
211
  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
71
- // eslint-disable-next-line no-prototype-builtins
212
+ // eslint-disable-next-line no-prototype-builtins -- safe
72
213
  return !Object('z').propertyIsEnumerable(0);
73
214
  }) ? function (it) {
74
215
  return classofRaw(it) == 'String' ? split.call(it, '') : Object(it);
75
216
  } : Object;
76
217
 
77
218
  // `RequireObjectCoercible` abstract operation
78
- // https://tc39.github.io/ecma262/#sec-requireobjectcoercible
219
+ // https://tc39.es/ecma262/#sec-requireobjectcoercible
79
220
  var requireObjectCoercible = function (it) {
80
221
  if (it == undefined) throw TypeError("Can't call method on " + it);
81
222
  return it;
@@ -94,7 +235,7 @@ var isObject = function (it) {
94
235
  };
95
236
 
96
237
  // `ToPrimitive` abstract operation
97
- // https://tc39.github.io/ecma262/#sec-toprimitive
238
+ // https://tc39.es/ecma262/#sec-toprimitive
98
239
  // instead of the ES6 spec version, we didn't implement @@toPrimitive case
99
240
  // and the second argument - flag - preferred type is a string
100
241
  var toPrimitive = function (input, PREFERRED_STRING) {
@@ -108,7 +249,7 @@ var toPrimitive = function (input, PREFERRED_STRING) {
108
249
 
109
250
  var hasOwnProperty = {}.hasOwnProperty;
110
251
 
111
- var has = function (it, key) {
252
+ var has$1 = function (it, key) {
112
253
  return hasOwnProperty.call(it, key);
113
254
  };
114
255
 
@@ -130,18 +271,18 @@ var ie8DomDefine = !descriptors && !fails(function () {
130
271
  var nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
131
272
 
132
273
  // `Object.getOwnPropertyDescriptor` method
133
- // https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor
134
- var f$1 = descriptors ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
274
+ // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
275
+ var f$3 = descriptors ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
135
276
  O = toIndexedObject(O);
136
277
  P = toPrimitive(P, true);
137
278
  if (ie8DomDefine) try {
138
279
  return nativeGetOwnPropertyDescriptor(O, P);
139
280
  } catch (error) { /* empty */ }
140
- if (has(O, P)) return createPropertyDescriptor(!objectPropertyIsEnumerable.f.call(O, P), O[P]);
281
+ if (has$1(O, P)) return createPropertyDescriptor(!objectPropertyIsEnumerable.f.call(O, P), O[P]);
141
282
  };
142
283
 
143
284
  var objectGetOwnPropertyDescriptor = {
144
- f: f$1
285
+ f: f$3
145
286
  };
146
287
 
147
288
  var anObject = function (it) {
@@ -153,7 +294,7 @@ var anObject = function (it) {
153
294
  var nativeDefineProperty = Object.defineProperty;
154
295
 
155
296
  // `Object.defineProperty` method
156
- // https://tc39.github.io/ecma262/#sec-object.defineproperty
297
+ // https://tc39.es/ecma262/#sec-object.defineproperty
157
298
  var f$2 = descriptors ? nativeDefineProperty : function defineProperty(O, P, Attributes) {
158
299
  anObject(O);
159
300
  P = toPrimitive(P, true);
@@ -186,9 +327,9 @@ var setGlobal = function (key, value) {
186
327
  };
187
328
 
188
329
  var SHARED = '__core-js_shared__';
189
- var store = global_1[SHARED] || setGlobal(SHARED, {});
330
+ var store$1 = global_1[SHARED] || setGlobal(SHARED, {});
190
331
 
191
- var sharedStore = store;
332
+ var sharedStore = store$1;
192
333
 
193
334
  var functionToString = Function.toString;
194
335
 
@@ -201,17 +342,17 @@ if (typeof sharedStore.inspectSource != 'function') {
201
342
 
202
343
  var inspectSource = sharedStore.inspectSource;
203
344
 
204
- var WeakMap = global_1.WeakMap;
345
+ var WeakMap$1 = global_1.WeakMap;
205
346
 
206
- var nativeWeakMap = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));
347
+ var nativeWeakMap = typeof WeakMap$1 === 'function' && /native code/.test(inspectSource(WeakMap$1));
207
348
 
208
349
  var shared = createCommonjsModule(function (module) {
209
350
  (module.exports = function (key, value) {
210
351
  return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
211
352
  })('versions', []).push({
212
- version: '3.8.1',
213
- mode: 'global',
214
- copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
353
+ version: '3.9.1',
354
+ mode: 'global',
355
+ copyright: '© 2021 Denis Pushkarev (zloirock.ru)'
215
356
  });
216
357
  });
217
358
 
@@ -228,13 +369,13 @@ var sharedKey = function (key) {
228
369
  return keys[key] || (keys[key] = uid(key));
229
370
  };
230
371
 
231
- var hiddenKeys = {};
372
+ var hiddenKeys$1 = {};
232
373
 
233
- var WeakMap$1 = global_1.WeakMap;
234
- var set, get, has$1;
374
+ var WeakMap = global_1.WeakMap;
375
+ var set, get, has;
235
376
 
236
377
  var enforce = function (it) {
237
- return has$1(it) ? get(it) : set(it, {});
378
+ return has(it) ? get(it) : set(it, {});
238
379
  };
239
380
 
240
381
  var getterFor = function (TYPE) {
@@ -247,41 +388,41 @@ var getterFor = function (TYPE) {
247
388
  };
248
389
 
249
390
  if (nativeWeakMap) {
250
- var store$1 = sharedStore.state || (sharedStore.state = new WeakMap$1());
251
- var wmget = store$1.get;
252
- var wmhas = store$1.has;
253
- var wmset = store$1.set;
391
+ var store = sharedStore.state || (sharedStore.state = new WeakMap());
392
+ var wmget = store.get;
393
+ var wmhas = store.has;
394
+ var wmset = store.set;
254
395
  set = function (it, metadata) {
255
396
  metadata.facade = it;
256
- wmset.call(store$1, it, metadata);
397
+ wmset.call(store, it, metadata);
257
398
  return metadata;
258
399
  };
259
400
  get = function (it) {
260
- return wmget.call(store$1, it) || {};
401
+ return wmget.call(store, it) || {};
261
402
  };
262
- has$1 = function (it) {
263
- return wmhas.call(store$1, it);
403
+ has = function (it) {
404
+ return wmhas.call(store, it);
264
405
  };
265
406
  } else {
266
407
  var STATE = sharedKey('state');
267
- hiddenKeys[STATE] = true;
408
+ hiddenKeys$1[STATE] = true;
268
409
  set = function (it, metadata) {
269
410
  metadata.facade = it;
270
411
  createNonEnumerableProperty(it, STATE, metadata);
271
412
  return metadata;
272
413
  };
273
414
  get = function (it) {
274
- return has(it, STATE) ? it[STATE] : {};
415
+ return has$1(it, STATE) ? it[STATE] : {};
275
416
  };
276
- has$1 = function (it) {
277
- return has(it, STATE);
417
+ has = function (it) {
418
+ return has$1(it, STATE);
278
419
  };
279
420
  }
280
421
 
281
422
  var internalState = {
282
423
  set: set,
283
424
  get: get,
284
- has: has$1,
425
+ has: has,
285
426
  enforce: enforce,
286
427
  getterFor: getterFor
287
428
  };
@@ -297,7 +438,7 @@ var TEMPLATE = String(String).split('String');
297
438
  var noTargetGet = options ? !!options.noTargetGet : false;
298
439
  var state;
299
440
  if (typeof value == 'function') {
300
- if (typeof key == 'string' && !has(value, 'name')) {
441
+ if (typeof key == 'string' && !has$1(value, 'name')) {
301
442
  createNonEnumerableProperty(value, 'name', key);
302
443
  }
303
444
  state = enforceInternalState(value);
@@ -334,23 +475,23 @@ var getBuiltIn = function (namespace, method) {
334
475
  };
335
476
 
336
477
  var ceil = Math.ceil;
337
- var floor = Math.floor;
478
+ var floor$1 = Math.floor;
338
479
 
339
480
  // `ToInteger` abstract operation
340
- // https://tc39.github.io/ecma262/#sec-tointeger
481
+ // https://tc39.es/ecma262/#sec-tointeger
341
482
  var toInteger = function (argument) {
342
- return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
483
+ return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor$1 : ceil)(argument);
343
484
  };
344
485
 
345
- var min = Math.min;
486
+ var min$2 = Math.min;
346
487
 
347
488
  // `ToLength` abstract operation
348
- // https://tc39.github.io/ecma262/#sec-tolength
489
+ // https://tc39.es/ecma262/#sec-tolength
349
490
  var toLength = function (argument) {
350
- return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
491
+ return argument > 0 ? min$2(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
351
492
  };
352
493
 
353
- var max = Math.max;
494
+ var max$1 = Math.max;
354
495
  var min$1 = Math.min;
355
496
 
356
497
  // Helper for a popular repeating case of the spec:
@@ -358,21 +499,21 @@ var min$1 = Math.min;
358
499
  // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
359
500
  var toAbsoluteIndex = function (index, length) {
360
501
  var integer = toInteger(index);
361
- return integer < 0 ? max(integer + length, 0) : min$1(integer, length);
502
+ return integer < 0 ? max$1(integer + length, 0) : min$1(integer, length);
362
503
  };
363
504
 
364
505
  // `Array.prototype.{ indexOf, includes }` methods implementation
365
- var createMethod = function (IS_INCLUDES) {
506
+ var createMethod$1 = function (IS_INCLUDES) {
366
507
  return function ($this, el, fromIndex) {
367
508
  var O = toIndexedObject($this);
368
509
  var length = toLength(O.length);
369
510
  var index = toAbsoluteIndex(fromIndex, length);
370
511
  var value;
371
512
  // Array#includes uses SameValueZero equality algorithm
372
- // eslint-disable-next-line no-self-compare
513
+ // eslint-disable-next-line no-self-compare -- NaN check
373
514
  if (IS_INCLUDES && el != el) while (length > index) {
374
515
  value = O[index++];
375
- // eslint-disable-next-line no-self-compare
516
+ // eslint-disable-next-line no-self-compare -- NaN check
376
517
  if (value != value) return true;
377
518
  // Array#indexOf ignores holes, Array#includes - not
378
519
  } else for (;length > index; index++) {
@@ -383,11 +524,11 @@ var createMethod = function (IS_INCLUDES) {
383
524
 
384
525
  var arrayIncludes = {
385
526
  // `Array.prototype.includes` method
386
- // https://tc39.github.io/ecma262/#sec-array.prototype.includes
387
- includes: createMethod(true),
527
+ // https://tc39.es/ecma262/#sec-array.prototype.includes
528
+ includes: createMethod$1(true),
388
529
  // `Array.prototype.indexOf` method
389
- // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
390
- indexOf: createMethod(false)
530
+ // https://tc39.es/ecma262/#sec-array.prototype.indexof
531
+ indexOf: createMethod$1(false)
391
532
  };
392
533
 
393
534
  var indexOf = arrayIncludes.indexOf;
@@ -398,9 +539,9 @@ var objectKeysInternal = function (object, names) {
398
539
  var i = 0;
399
540
  var result = [];
400
541
  var key;
401
- for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);
542
+ for (key in O) !has$1(hiddenKeys$1, key) && has$1(O, key) && result.push(key);
402
543
  // Don't enum bug & hidden keys
403
- while (names.length > i) if (has(O, key = names[i++])) {
544
+ while (names.length > i) if (has$1(O, key = names[i++])) {
404
545
  ~indexOf(result, key) || result.push(key);
405
546
  }
406
547
  return result;
@@ -417,22 +558,22 @@ var enumBugKeys = [
417
558
  'valueOf'
418
559
  ];
419
560
 
420
- var hiddenKeys$1 = enumBugKeys.concat('length', 'prototype');
561
+ var hiddenKeys = enumBugKeys.concat('length', 'prototype');
421
562
 
422
563
  // `Object.getOwnPropertyNames` method
423
- // https://tc39.github.io/ecma262/#sec-object.getownpropertynames
424
- var f$3 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
425
- return objectKeysInternal(O, hiddenKeys$1);
564
+ // https://tc39.es/ecma262/#sec-object.getownpropertynames
565
+ var f$1 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
566
+ return objectKeysInternal(O, hiddenKeys);
426
567
  };
427
568
 
428
569
  var objectGetOwnPropertyNames = {
429
- f: f$3
570
+ f: f$1
430
571
  };
431
572
 
432
- var f$4 = Object.getOwnPropertySymbols;
573
+ var f = Object.getOwnPropertySymbols;
433
574
 
434
575
  var objectGetOwnPropertySymbols = {
435
- f: f$4
576
+ f: f
436
577
  };
437
578
 
438
579
  // all object keys, includes non-enumerable and symbols
@@ -448,7 +589,7 @@ var copyConstructorProperties = function (target, source) {
448
589
  var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
449
590
  for (var i = 0; i < keys.length; i++) {
450
591
  var key = keys[i];
451
- if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
592
+ if (!has$1(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
452
593
  }
453
594
  };
454
595
 
@@ -472,7 +613,7 @@ var POLYFILL = isForced.POLYFILL = 'P';
472
613
 
473
614
  var isForced_1 = isForced;
474
615
 
475
- var getOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
616
+ var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
476
617
 
477
618
 
478
619
 
@@ -508,7 +649,7 @@ var _export = function (options, source) {
508
649
  if (target) for (key in source) {
509
650
  sourceProperty = source[key];
510
651
  if (options.noTargetGet) {
511
- descriptor = getOwnPropertyDescriptor$1(target, key);
652
+ descriptor = getOwnPropertyDescriptor(target, key);
512
653
  targetProperty = descriptor && descriptor.value;
513
654
  } else targetProperty = target[key];
514
655
  FORCED = isForced_1(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
@@ -526,215 +667,74 @@ var _export = function (options, source) {
526
667
  }
527
668
  };
528
669
 
529
- // `IsArray` abstract operation
530
- // https://tc39.github.io/ecma262/#sec-isarray
531
- var isArray = Array.isArray || function isArray(arg) {
532
- return classofRaw(arg) == 'Array';
533
- };
534
-
535
- // `ToObject` abstract operation
536
- // https://tc39.github.io/ecma262/#sec-toobject
537
- var toObject = function (argument) {
538
- return Object(requireObjectCoercible(argument));
670
+ // `RegExp.prototype.flags` getter implementation
671
+ // https://tc39.es/ecma262/#sec-get-regexp.prototype.flags
672
+ var regexpFlags = function () {
673
+ var that = anObject(this);
674
+ var result = '';
675
+ if (that.global) result += 'g';
676
+ if (that.ignoreCase) result += 'i';
677
+ if (that.multiline) result += 'm';
678
+ if (that.dotAll) result += 's';
679
+ if (that.unicode) result += 'u';
680
+ if (that.sticky) result += 'y';
681
+ return result;
539
682
  };
540
683
 
541
- var createProperty = function (object, key, value) {
542
- var propertyKey = toPrimitive(key);
543
- if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
544
- else object[propertyKey] = value;
545
- };
684
+ // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,
685
+ // so we use an intermediate function.
686
+ function RE(s, f) {
687
+ return RegExp(s, f);
688
+ }
546
689
 
547
- var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
548
- // Chrome 38 Symbol has incorrect toString conversion
549
- // eslint-disable-next-line no-undef
550
- return !String(Symbol());
690
+ var UNSUPPORTED_Y$1 = fails(function () {
691
+ // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
692
+ var re = RE('a', 'y');
693
+ re.lastIndex = 2;
694
+ return re.exec('abcd') != null;
551
695
  });
552
696
 
553
- var useSymbolAsUid = nativeSymbol
554
- // eslint-disable-next-line no-undef
555
- && !Symbol.sham
556
- // eslint-disable-next-line no-undef
557
- && typeof Symbol.iterator == 'symbol';
558
-
559
- var WellKnownSymbolsStore = shared('wks');
560
- var Symbol$1 = global_1.Symbol;
561
- var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
697
+ var BROKEN_CARET = fails(function () {
698
+ // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
699
+ var re = RE('^r', 'gy');
700
+ re.lastIndex = 2;
701
+ return re.exec('str') != null;
702
+ });
562
703
 
563
- var wellKnownSymbol = function (name) {
564
- if (!has(WellKnownSymbolsStore, name)) {
565
- if (nativeSymbol && has(Symbol$1, name)) WellKnownSymbolsStore[name] = Symbol$1[name];
566
- else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
567
- } return WellKnownSymbolsStore[name];
704
+ var regexpStickyHelpers = {
705
+ UNSUPPORTED_Y: UNSUPPORTED_Y$1,
706
+ BROKEN_CARET: BROKEN_CARET
568
707
  };
569
708
 
570
- var SPECIES = wellKnownSymbol('species');
571
-
572
- // `ArraySpeciesCreate` abstract operation
573
- // https://tc39.github.io/ecma262/#sec-arrayspeciescreate
574
- var arraySpeciesCreate = function (originalArray, length) {
575
- var C;
576
- if (isArray(originalArray)) {
577
- C = originalArray.constructor;
578
- // cross-realm fallback
579
- if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
580
- else if (isObject(C)) {
581
- C = C[SPECIES];
582
- if (C === null) C = undefined;
583
- }
584
- } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
585
- };
709
+ var nativeExec = RegExp.prototype.exec;
710
+ // This always refers to the native implementation, because the
711
+ // String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,
712
+ // which loads this file before patching the method.
713
+ var nativeReplace = String.prototype.replace;
586
714
 
587
- var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
715
+ var patchedExec = nativeExec;
588
716
 
589
- var process = global_1.process;
590
- var versions = process && process.versions;
591
- var v8 = versions && versions.v8;
592
- var match, version;
717
+ var UPDATES_LAST_INDEX_WRONG = (function () {
718
+ var re1 = /a/;
719
+ var re2 = /b*/g;
720
+ nativeExec.call(re1, 'a');
721
+ nativeExec.call(re2, 'a');
722
+ return re1.lastIndex !== 0 || re2.lastIndex !== 0;
723
+ })();
593
724
 
594
- if (v8) {
595
- match = v8.split('.');
596
- version = match[0] + match[1];
597
- } else if (engineUserAgent) {
598
- match = engineUserAgent.match(/Edge\/(\d+)/);
599
- if (!match || match[1] >= 74) {
600
- match = engineUserAgent.match(/Chrome\/(\d+)/);
601
- if (match) version = match[1];
602
- }
603
- }
725
+ var UNSUPPORTED_Y = regexpStickyHelpers.UNSUPPORTED_Y || regexpStickyHelpers.BROKEN_CARET;
604
726
 
605
- var engineV8Version = version && +version;
727
+ // nonparticipating capturing group, copied from es5-shim's String#split patch.
728
+ // eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing
729
+ var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
606
730
 
607
- var SPECIES$1 = wellKnownSymbol('species');
608
-
609
- var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
610
- // We can't use this feature detection in V8 since it causes
611
- // deoptimization and serious performance degradation
612
- // https://github.com/zloirock/core-js/issues/677
613
- return engineV8Version >= 51 || !fails(function () {
614
- var array = [];
615
- var constructor = array.constructor = {};
616
- constructor[SPECIES$1] = function () {
617
- return { foo: 1 };
618
- };
619
- return array[METHOD_NAME](Boolean).foo !== 1;
620
- });
621
- };
622
-
623
- var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
624
- var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
625
- var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
626
-
627
- // We can't use this feature detection in V8 since it causes
628
- // deoptimization and serious performance degradation
629
- // https://github.com/zloirock/core-js/issues/679
630
- var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function () {
631
- var array = [];
632
- array[IS_CONCAT_SPREADABLE] = false;
633
- return array.concat()[0] !== array;
634
- });
635
-
636
- var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
637
-
638
- var isConcatSpreadable = function (O) {
639
- if (!isObject(O)) return false;
640
- var spreadable = O[IS_CONCAT_SPREADABLE];
641
- return spreadable !== undefined ? !!spreadable : isArray(O);
642
- };
643
-
644
- var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
645
-
646
- // `Array.prototype.concat` method
647
- // https://tc39.github.io/ecma262/#sec-array.prototype.concat
648
- // with adding support of @@isConcatSpreadable and @@species
649
- _export({ target: 'Array', proto: true, forced: FORCED }, {
650
- concat: function concat(arg) { // eslint-disable-line no-unused-vars
651
- var O = toObject(this);
652
- var A = arraySpeciesCreate(O, 0);
653
- var n = 0;
654
- var i, k, length, len, E;
655
- for (i = -1, length = arguments.length; i < length; i++) {
656
- E = i === -1 ? O : arguments[i];
657
- if (isConcatSpreadable(E)) {
658
- len = toLength(E.length);
659
- if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
660
- for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
661
- } else {
662
- if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
663
- createProperty(A, n++, E);
664
- }
665
- }
666
- A.length = n;
667
- return A;
668
- }
669
- });
670
-
671
- // `RegExp.prototype.flags` getter implementation
672
- // https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags
673
- var regexpFlags = function () {
674
- var that = anObject(this);
675
- var result = '';
676
- if (that.global) result += 'g';
677
- if (that.ignoreCase) result += 'i';
678
- if (that.multiline) result += 'm';
679
- if (that.dotAll) result += 's';
680
- if (that.unicode) result += 'u';
681
- if (that.sticky) result += 'y';
682
- return result;
683
- };
684
-
685
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,
686
- // so we use an intermediate function.
687
- function RE(s, f) {
688
- return RegExp(s, f);
689
- }
690
-
691
- var UNSUPPORTED_Y = fails(function () {
692
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
693
- var re = RE('a', 'y');
694
- re.lastIndex = 2;
695
- return re.exec('abcd') != null;
696
- });
697
-
698
- var BROKEN_CARET = fails(function () {
699
- // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
700
- var re = RE('^r', 'gy');
701
- re.lastIndex = 2;
702
- return re.exec('str') != null;
703
- });
704
-
705
- var regexpStickyHelpers = {
706
- UNSUPPORTED_Y: UNSUPPORTED_Y,
707
- BROKEN_CARET: BROKEN_CARET
708
- };
709
-
710
- var nativeExec = RegExp.prototype.exec;
711
- // This always refers to the native implementation, because the
712
- // String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,
713
- // which loads this file before patching the method.
714
- var nativeReplace = String.prototype.replace;
715
-
716
- var patchedExec = nativeExec;
717
-
718
- var UPDATES_LAST_INDEX_WRONG = (function () {
719
- var re1 = /a/;
720
- var re2 = /b*/g;
721
- nativeExec.call(re1, 'a');
722
- nativeExec.call(re2, 'a');
723
- return re1.lastIndex !== 0 || re2.lastIndex !== 0;
724
- })();
725
-
726
- var UNSUPPORTED_Y$1 = regexpStickyHelpers.UNSUPPORTED_Y || regexpStickyHelpers.BROKEN_CARET;
727
-
728
- // nonparticipating capturing group, copied from es5-shim's String#split patch.
729
- var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
730
-
731
- var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y$1;
731
+ var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;
732
732
 
733
733
  if (PATCH) {
734
734
  patchedExec = function exec(str) {
735
735
  var re = this;
736
736
  var lastIndex, reCopy, match, i;
737
- var sticky = UNSUPPORTED_Y$1 && re.sticky;
737
+ var sticky = UNSUPPORTED_Y && re.sticky;
738
738
  var flags = regexpFlags.call(re);
739
739
  var source = re.source;
740
740
  var charsAdded = 0;
@@ -791,10 +791,61 @@ if (PATCH) {
791
791
 
792
792
  var regexpExec = patchedExec;
793
793
 
794
+ // `RegExp.prototype.exec` method
795
+ // https://tc39.es/ecma262/#sec-regexp.prototype.exec
794
796
  _export({ target: 'RegExp', proto: true, forced: /./.exec !== regexpExec }, {
795
797
  exec: regexpExec
796
798
  });
797
799
 
800
+ var engineIsNode = classofRaw(global_1.process) == 'process';
801
+
802
+ var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
803
+
804
+ var process = global_1.process;
805
+ var versions = process && process.versions;
806
+ var v8 = versions && versions.v8;
807
+ var match, version;
808
+
809
+ if (v8) {
810
+ match = v8.split('.');
811
+ version = match[0] + match[1];
812
+ } else if (engineUserAgent) {
813
+ match = engineUserAgent.match(/Edge\/(\d+)/);
814
+ if (!match || match[1] >= 74) {
815
+ match = engineUserAgent.match(/Chrome\/(\d+)/);
816
+ if (match) version = match[1];
817
+ }
818
+ }
819
+
820
+ var engineV8Version = version && +version;
821
+
822
+ var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
823
+ /* global Symbol -- required for testing */
824
+ return !Symbol.sham &&
825
+ // Chrome 38 Symbol has incorrect toString conversion
826
+ // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
827
+ (engineIsNode ? engineV8Version === 38 : engineV8Version > 37 && engineV8Version < 41);
828
+ });
829
+
830
+ var useSymbolAsUid = nativeSymbol
831
+ /* global Symbol -- safe */
832
+ && !Symbol.sham
833
+ && typeof Symbol.iterator == 'symbol';
834
+
835
+ var WellKnownSymbolsStore = shared('wks');
836
+ var Symbol$1 = global_1.Symbol;
837
+ var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
838
+
839
+ var wellKnownSymbol = function (name) {
840
+ if (!has$1(WellKnownSymbolsStore, name) || !(nativeSymbol || typeof WellKnownSymbolsStore[name] == 'string')) {
841
+ if (nativeSymbol && has$1(Symbol$1, name)) {
842
+ WellKnownSymbolsStore[name] = Symbol$1[name];
843
+ } else {
844
+ WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
845
+ }
846
+ } return WellKnownSymbolsStore[name];
847
+ };
848
+
798
849
  // TODO: Remove from `core-js@4` since it's moved to entry points
799
850
 
800
851
 
@@ -836,6 +887,7 @@ var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
836
887
  // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
837
888
  // Weex JS has frozen built-in prototypes, so use try / catch wrapper
838
889
  var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {
890
+ // eslint-disable-next-line regexp/no-empty-group -- required for testing
839
891
  var re = /(?:)/;
840
892
  var originalExec = re.exec;
841
893
  re.exec = function () { return originalExec.apply(this, arguments); };
@@ -921,7 +973,7 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, length, exec, sham) {
921
973
  };
922
974
 
923
975
  // `String.prototype.{ codePointAt, at }` methods implementation
924
- var createMethod$1 = function (CONVERT_TO_STRING) {
976
+ var createMethod = function (CONVERT_TO_STRING) {
925
977
  return function ($this, pos) {
926
978
  var S = String(requireObjectCoercible($this));
927
979
  var position = toInteger(pos);
@@ -938,23 +990,68 @@ var createMethod$1 = function (CONVERT_TO_STRING) {
938
990
 
939
991
  var stringMultibyte = {
940
992
  // `String.prototype.codePointAt` method
941
- // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat
942
- codeAt: createMethod$1(false),
993
+ // https://tc39.es/ecma262/#sec-string.prototype.codepointat
994
+ codeAt: createMethod(false),
943
995
  // `String.prototype.at` method
944
996
  // https://github.com/mathiasbynens/String.prototype.at
945
- charAt: createMethod$1(true)
997
+ charAt: createMethod(true)
946
998
  };
947
999
 
948
1000
  var charAt = stringMultibyte.charAt;
949
1001
 
950
1002
  // `AdvanceStringIndex` abstract operation
951
- // https://tc39.github.io/ecma262/#sec-advancestringindex
1003
+ // https://tc39.es/ecma262/#sec-advancestringindex
952
1004
  var advanceStringIndex = function (S, index, unicode) {
953
1005
  return index + (unicode ? charAt(S, index).length : 1);
954
1006
  };
955
1007
 
1008
+ // `ToObject` abstract operation
1009
+ // https://tc39.es/ecma262/#sec-toobject
1010
+ var toObject = function (argument) {
1011
+ return Object(requireObjectCoercible(argument));
1012
+ };
1013
+
1014
+ var floor = Math.floor;
1015
+ var replace = ''.replace;
1016
+ var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g;
1017
+ var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g;
1018
+
1019
+ // https://tc39.es/ecma262/#sec-getsubstitution
1020
+ var getSubstitution = function (matched, str, position, captures, namedCaptures, replacement) {
1021
+ var tailPos = position + matched.length;
1022
+ var m = captures.length;
1023
+ var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;
1024
+ if (namedCaptures !== undefined) {
1025
+ namedCaptures = toObject(namedCaptures);
1026
+ symbols = SUBSTITUTION_SYMBOLS;
1027
+ }
1028
+ return replace.call(replacement, symbols, function (match, ch) {
1029
+ var capture;
1030
+ switch (ch.charAt(0)) {
1031
+ case '$': return '$';
1032
+ case '&': return matched;
1033
+ case '`': return str.slice(0, position);
1034
+ case "'": return str.slice(tailPos);
1035
+ case '<':
1036
+ capture = namedCaptures[ch.slice(1, -1)];
1037
+ break;
1038
+ default: // \d\d?
1039
+ var n = +ch;
1040
+ if (n === 0) return match;
1041
+ if (n > m) {
1042
+ var f = floor(n / 10);
1043
+ if (f === 0) return match;
1044
+ if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
1045
+ return match;
1046
+ }
1047
+ capture = captures[n - 1];
1048
+ }
1049
+ return capture === undefined ? '' : capture;
1050
+ });
1051
+ };
1052
+
956
1053
  // `RegExpExec` abstract operation
957
- // https://tc39.github.io/ecma262/#sec-regexpexec
1054
+ // https://tc39.es/ecma262/#sec-regexpexec
958
1055
  var regexpExecAbstract = function (R, S) {
959
1056
  var exec = R.exec;
960
1057
  if (typeof exec === 'function') {
@@ -972,11 +1069,8 @@ var regexpExecAbstract = function (R, S) {
972
1069
  return regexpExec.call(R, S);
973
1070
  };
974
1071
 
975
- var max$1 = Math.max;
976
- var min$2 = Math.min;
977
- var floor$1 = Math.floor;
978
- var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d\d?|<[^>]*>)/g;
979
- var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d\d?)/g;
1072
+ var max = Math.max;
1073
+ var min = Math.min;
980
1074
 
981
1075
  var maybeToString = function (it) {
982
1076
  return it === undefined ? it : String(it);
@@ -990,7 +1084,7 @@ fixRegexpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, ma
990
1084
 
991
1085
  return [
992
1086
  // `String.prototype.replace` method
993
- // https://tc39.github.io/ecma262/#sec-string.prototype.replace
1087
+ // https://tc39.es/ecma262/#sec-string.prototype.replace
994
1088
  function replace(searchValue, replaceValue) {
995
1089
  var O = requireObjectCoercible(this);
996
1090
  var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];
@@ -999,7 +1093,7 @@ fixRegexpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, ma
999
1093
  : nativeReplace.call(String(O), searchValue, replaceValue);
1000
1094
  },
1001
1095
  // `RegExp.prototype[@@replace]` method
1002
- // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace
1096
+ // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace
1003
1097
  function (regexp, replaceValue) {
1004
1098
  if (
1005
1099
  (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||
@@ -1038,7 +1132,7 @@ fixRegexpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, ma
1038
1132
  result = results[i];
1039
1133
 
1040
1134
  var matched = String(result[0]);
1041
- var position = max$1(min$2(toInteger(result.index), S.length), 0);
1135
+ var position = max(min(toInteger(result.index), S.length), 0);
1042
1136
  var captures = [];
1043
1137
  // NOTE: This is equivalent to
1044
1138
  // captures = result.slice(1).map(maybeToString)
@@ -1062,185 +1156,102 @@ fixRegexpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, ma
1062
1156
  return accumulatedResult + S.slice(nextSourcePosition);
1063
1157
  }
1064
1158
  ];
1065
-
1066
- // https://tc39.github.io/ecma262/#sec-getsubstitution
1067
- function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {
1068
- var tailPos = position + matched.length;
1069
- var m = captures.length;
1070
- var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;
1071
- if (namedCaptures !== undefined) {
1072
- namedCaptures = toObject(namedCaptures);
1073
- symbols = SUBSTITUTION_SYMBOLS;
1074
- }
1075
- return nativeReplace.call(replacement, symbols, function (match, ch) {
1076
- var capture;
1077
- switch (ch.charAt(0)) {
1078
- case '$': return '$';
1079
- case '&': return matched;
1080
- case '`': return str.slice(0, position);
1081
- case "'": return str.slice(tailPos);
1082
- case '<':
1083
- capture = namedCaptures[ch.slice(1, -1)];
1084
- break;
1085
- default: // \d\d?
1086
- var n = +ch;
1087
- if (n === 0) return match;
1088
- if (n > m) {
1089
- var f = floor$1(n / 10);
1090
- if (f === 0) return match;
1091
- if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
1092
- return match;
1093
- }
1094
- capture = captures[n - 1];
1095
- }
1096
- return capture === undefined ? '' : capture;
1097
- });
1098
- }
1099
1159
  });
1100
1160
 
1101
- function _defineProperty(obj, key, value) {
1102
- if (key in obj) {
1103
- Object.defineProperty(obj, key, {
1104
- value: value,
1105
- enumerable: true,
1106
- configurable: true,
1107
- writable: true
1108
- });
1109
- } else {
1110
- obj[key] = value;
1111
- }
1112
-
1113
- return obj;
1114
- }
1115
-
1116
- function ownKeys$1(object, enumerableOnly) {
1117
- var keys = Object.keys(object);
1118
-
1119
- if (Object.getOwnPropertySymbols) {
1120
- var symbols = Object.getOwnPropertySymbols(object);
1121
- if (enumerableOnly) symbols = symbols.filter(function (sym) {
1122
- return Object.getOwnPropertyDescriptor(object, sym).enumerable;
1123
- });
1124
- keys.push.apply(keys, symbols);
1125
- }
1161
+ // `IsArray` abstract operation
1162
+ // https://tc39.es/ecma262/#sec-isarray
1163
+ var isArray = Array.isArray || function isArray(arg) {
1164
+ return classofRaw(arg) == 'Array';
1165
+ };
1126
1166
 
1127
- return keys;
1128
- }
1167
+ var createProperty = function (object, key, value) {
1168
+ var propertyKey = toPrimitive(key);
1169
+ if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
1170
+ else object[propertyKey] = value;
1171
+ };
1129
1172
 
1130
- function _objectSpread2(target) {
1131
- for (var i = 1; i < arguments.length; i++) {
1132
- var source = arguments[i] != null ? arguments[i] : {};
1173
+ var SPECIES$1 = wellKnownSymbol('species');
1133
1174
 
1134
- if (i % 2) {
1135
- ownKeys$1(Object(source), true).forEach(function (key) {
1136
- _defineProperty(target, key, source[key]);
1137
- });
1138
- } else if (Object.getOwnPropertyDescriptors) {
1139
- Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
1140
- } else {
1141
- ownKeys$1(Object(source)).forEach(function (key) {
1142
- Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
1143
- });
1175
+ // `ArraySpeciesCreate` abstract operation
1176
+ // https://tc39.es/ecma262/#sec-arrayspeciescreate
1177
+ var arraySpeciesCreate = function (originalArray, length) {
1178
+ var C;
1179
+ if (isArray(originalArray)) {
1180
+ C = originalArray.constructor;
1181
+ // cross-realm fallback
1182
+ if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
1183
+ else if (isObject(C)) {
1184
+ C = C[SPECIES$1];
1185
+ if (C === null) C = undefined;
1144
1186
  }
1145
- }
1146
-
1147
- return target;
1148
- }
1149
-
1150
- function _toConsumableArray(arr) {
1151
- return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
1152
- }
1153
-
1154
- function _arrayWithoutHoles(arr) {
1155
- if (Array.isArray(arr)) return _arrayLikeToArray(arr);
1156
- }
1157
-
1158
- function _iterableToArray(iter) {
1159
- if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);
1160
- }
1161
-
1162
- function _unsupportedIterableToArray(o, minLen) {
1163
- if (!o) return;
1164
- if (typeof o === "string") return _arrayLikeToArray(o, minLen);
1165
- var n = Object.prototype.toString.call(o).slice(8, -1);
1166
- if (n === "Object" && o.constructor) n = o.constructor.name;
1167
- if (n === "Map" || n === "Set") return Array.from(o);
1168
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
1169
- }
1170
-
1171
- function _arrayLikeToArray(arr, len) {
1172
- if (len == null || len > arr.length) len = arr.length;
1173
-
1174
- for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
1187
+ } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
1188
+ };
1175
1189
 
1176
- return arr2;
1177
- }
1190
+ var SPECIES = wellKnownSymbol('species');
1178
1191
 
1179
- function _nonIterableSpread() {
1180
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1181
- }
1192
+ var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
1193
+ // We can't use this feature detection in V8 since it causes
1194
+ // deoptimization and serious performance degradation
1195
+ // https://github.com/zloirock/core-js/issues/677
1196
+ return engineV8Version >= 51 || !fails(function () {
1197
+ var array = [];
1198
+ var constructor = array.constructor = {};
1199
+ constructor[SPECIES] = function () {
1200
+ return { foo: 1 };
1201
+ };
1202
+ return array[METHOD_NAME](Boolean).foo !== 1;
1203
+ });
1204
+ };
1182
1205
 
1183
- function _createForOfIteratorHelper(o, allowArrayLike) {
1184
- var it;
1206
+ var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
1207
+ var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
1208
+ var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
1185
1209
 
1186
- if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {
1187
- if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
1188
- if (it) o = it;
1189
- var i = 0;
1210
+ // We can't use this feature detection in V8 since it causes
1211
+ // deoptimization and serious performance degradation
1212
+ // https://github.com/zloirock/core-js/issues/679
1213
+ var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function () {
1214
+ var array = [];
1215
+ array[IS_CONCAT_SPREADABLE] = false;
1216
+ return array.concat()[0] !== array;
1217
+ });
1190
1218
 
1191
- var F = function () {};
1219
+ var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
1192
1220
 
1193
- return {
1194
- s: F,
1195
- n: function () {
1196
- if (i >= o.length) return {
1197
- done: true
1198
- };
1199
- return {
1200
- done: false,
1201
- value: o[i++]
1202
- };
1203
- },
1204
- e: function (e) {
1205
- throw e;
1206
- },
1207
- f: F
1208
- };
1209
- }
1221
+ var isConcatSpreadable = function (O) {
1222
+ if (!isObject(O)) return false;
1223
+ var spreadable = O[IS_CONCAT_SPREADABLE];
1224
+ return spreadable !== undefined ? !!spreadable : isArray(O);
1225
+ };
1210
1226
 
1211
- throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1212
- }
1227
+ var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
1213
1228
 
1214
- var normalCompletion = true,
1215
- didErr = false,
1216
- err;
1217
- return {
1218
- s: function () {
1219
- it = o[Symbol.iterator]();
1220
- },
1221
- n: function () {
1222
- var step = it.next();
1223
- normalCompletion = step.done;
1224
- return step;
1225
- },
1226
- e: function (e) {
1227
- didErr = true;
1228
- err = e;
1229
- },
1230
- f: function () {
1231
- try {
1232
- if (!normalCompletion && it.return != null) it.return();
1233
- } finally {
1234
- if (didErr) throw err;
1229
+ // `Array.prototype.concat` method
1230
+ // https://tc39.es/ecma262/#sec-array.prototype.concat
1231
+ // with adding support of @@isConcatSpreadable and @@species
1232
+ _export({ target: 'Array', proto: true, forced: FORCED }, {
1233
+ // eslint-disable-next-line no-unused-vars -- required for `.length`
1234
+ concat: function concat(arg) {
1235
+ var O = toObject(this);
1236
+ var A = arraySpeciesCreate(O, 0);
1237
+ var n = 0;
1238
+ var i, k, length, len, E;
1239
+ for (i = -1, length = arguments.length; i < length; i++) {
1240
+ E = i === -1 ? O : arguments[i];
1241
+ if (isConcatSpreadable(E)) {
1242
+ len = toLength(E.length);
1243
+ if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1244
+ for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
1245
+ } else {
1246
+ if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1247
+ createProperty(A, n++, E);
1235
1248
  }
1236
1249
  }
1237
- };
1238
- }
1250
+ A.length = n;
1251
+ return A;
1252
+ }
1253
+ });
1239
1254
 
1240
- //
1241
- //
1242
- //
1243
- //
1244
1255
  var $ = window.jQuery;
1245
1256
 
1246
1257
  var deepCopy = function deepCopy(arg) {
@@ -1354,121 +1365,11 @@ var script = {
1354
1365
  }
1355
1366
  };
1356
1367
 
1357
- function normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier /* server only */, shadowMode, createInjector, createInjectorSSR, createInjectorShadow) {
1358
- if (typeof shadowMode !== 'boolean') {
1359
- createInjectorSSR = createInjector;
1360
- createInjector = shadowMode;
1361
- shadowMode = false;
1362
- }
1363
- // Vue.extend constructor export interop.
1364
- const options = typeof script === 'function' ? script.options : script;
1365
- // render functions
1366
- if (template && template.render) {
1367
- options.render = template.render;
1368
- options.staticRenderFns = template.staticRenderFns;
1369
- options._compiled = true;
1370
- // functional template
1371
- if (isFunctionalTemplate) {
1372
- options.functional = true;
1373
- }
1374
- }
1375
- // scopedId
1376
- if (scopeId) {
1377
- options._scopeId = scopeId;
1378
- }
1379
- let hook;
1380
- if (moduleIdentifier) {
1381
- // server build
1382
- hook = function (context) {
1383
- // 2.3 injection
1384
- context =
1385
- context || // cached call
1386
- (this.$vnode && this.$vnode.ssrContext) || // stateful
1387
- (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext); // functional
1388
- // 2.2 with runInNewContext: true
1389
- if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
1390
- context = __VUE_SSR_CONTEXT__;
1391
- }
1392
- // inject component styles
1393
- if (style) {
1394
- style.call(this, createInjectorSSR(context));
1395
- }
1396
- // register component module identifier for async chunk inference
1397
- if (context && context._registeredComponents) {
1398
- context._registeredComponents.add(moduleIdentifier);
1399
- }
1400
- };
1401
- // used by ssr in case component is cached and beforeCreate
1402
- // never gets called
1403
- options._ssrRegister = hook;
1404
- }
1405
- else if (style) {
1406
- hook = shadowMode
1407
- ? function (context) {
1408
- style.call(this, createInjectorShadow(context, this.$root.$options.shadowRoot));
1409
- }
1410
- : function (context) {
1411
- style.call(this, createInjector(context));
1412
- };
1413
- }
1414
- if (hook) {
1415
- if (options.functional) {
1416
- // register for functional component in vue file
1417
- const originalRender = options.render;
1418
- options.render = function renderWithStyleInjection(h, context) {
1419
- hook.call(context);
1420
- return originalRender(h, context);
1421
- };
1422
- }
1423
- else {
1424
- // inject component registration as beforeCreate hook
1425
- const existing = options.beforeCreate;
1426
- options.beforeCreate = existing ? [].concat(existing, hook) : [hook];
1427
- }
1428
- }
1429
- return script;
1368
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
1369
+ return openBlock(), createBlock("table");
1430
1370
  }
1431
1371
 
1432
- /* script */
1433
- const __vue_script__ = script;
1372
+ script.render = render;
1373
+ script.__file = "src/vue/BootstrapTable.vue";
1434
1374
 
1435
- /* template */
1436
- var __vue_render__ = function() {
1437
- var _vm = this;
1438
- var _h = _vm.$createElement;
1439
- var _c = _vm._self._c || _h;
1440
- return _c("table")
1441
- };
1442
- var __vue_staticRenderFns__ = [];
1443
- __vue_render__._withStripped = true;
1444
-
1445
- /* style */
1446
- const __vue_inject_styles__ = undefined;
1447
- /* scoped */
1448
- const __vue_scope_id__ = undefined;
1449
- /* module identifier */
1450
- const __vue_module_identifier__ = undefined;
1451
- /* functional template */
1452
- const __vue_is_functional_template__ = false;
1453
- /* style inject */
1454
-
1455
- /* style inject SSR */
1456
-
1457
- /* style inject shadow dom */
1458
-
1459
-
1460
-
1461
- const __vue_component__ = /*#__PURE__*/normalizeComponent(
1462
- { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
1463
- __vue_inject_styles__,
1464
- __vue_script__,
1465
- __vue_scope_id__,
1466
- __vue_is_functional_template__,
1467
- __vue_module_identifier__,
1468
- false,
1469
- undefined,
1470
- undefined,
1471
- undefined
1472
- );
1473
-
1474
- export default __vue_component__;
1375
+ export default script;