bootstrap-table-rails 1.18.2 → 1.19.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/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/.DS_Store +0 -0
  8. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +188 -168
  9. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +464 -442
  10. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +1499 -1477
  11. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +4 -2
  12. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +7535 -7422
  13. data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +1787 -1758
  14. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +1225 -1213
  15. data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +2610 -2567
  16. data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +1255 -1252
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +1269 -1272
  18. data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +876 -857
  19. data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +1912 -1915
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +2244 -2251
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +3163 -3163
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/utils.js +2442 -2457
  23. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +1622 -1627
  24. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +1619 -1631
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +1 -1
  26. data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +1473 -1477
  27. data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +1305 -1318
  28. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +1809 -1814
  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 +1132 -1137
  31. data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +305 -315
  32. data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +1660 -1679
  33. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +1486 -1495
  34. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +1067 -1055
  35. data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +927 -907
  36. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +1263 -1236
  37. data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +2049 -2056
  38. data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +1250 -1206
  39. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +128 -109
  40. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +128 -109
  41. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +128 -109
  42. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +128 -109
  43. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +128 -109
  44. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +128 -109
  45. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +128 -109
  46. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +128 -109
  47. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +128 -109
  48. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +128 -109
  49. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +128 -109
  50. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +128 -109
  51. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +128 -109
  52. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +146 -126
  53. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +128 -109
  54. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +128 -109
  55. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +128 -109
  56. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +128 -109
  57. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +147 -128
  58. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +128 -109
  59. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +128 -109
  60. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +128 -109
  61. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +128 -109
  62. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +128 -109
  63. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +128 -109
  64. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +128 -109
  65. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +128 -109
  66. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +128 -109
  67. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +128 -109
  68. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +128 -109
  69. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +128 -109
  70. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +128 -109
  71. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +128 -109
  72. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +128 -109
  73. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +128 -109
  74. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +128 -109
  75. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +128 -109
  76. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +128 -109
  77. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +151 -132
  78. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +128 -109
  79. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +128 -109
  80. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +128 -109
  81. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +128 -109
  82. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +128 -109
  83. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +128 -109
  84. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +128 -109
  85. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +128 -109
  86. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +128 -109
  87. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +128 -109
  88. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +128 -109
  89. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +128 -109
  90. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +128 -109
  91. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +128 -109
  92. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +3 -1
  93. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +1133 -1123
  94. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +3 -1
  95. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +1125 -1115
  96. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +7 -1
  97. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +1141 -1131
  98. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +7 -1
  99. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +1134 -1124
  100. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +3 -1
  101. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +1102 -1092
  102. metadata +7 -7
@@ -1,1482 +1,1504 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3
- typeof define === 'function' && define.amd ? define(factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BootstrapTable = factory());
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3
+ typeof define === 'function' && define.amd ? define(factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BootstrapTable = factory());
5
5
  }(this, (function () { 'use strict';
6
6
 
7
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
8
-
9
- function createCommonjsModule(fn, module) {
10
- return module = { exports: {} }, fn(module, module.exports), module.exports;
11
- }
12
-
13
- var check = function (it) {
14
- return it && it.Math == Math && it;
15
- };
16
-
17
- // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
18
- var global_1 =
19
- // eslint-disable-next-line no-undef
20
- check(typeof globalThis == 'object' && globalThis) ||
21
- check(typeof window == 'object' && window) ||
22
- check(typeof self == 'object' && self) ||
23
- check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
24
- // eslint-disable-next-line no-new-func
25
- (function () { return this; })() || Function('return this')();
26
-
27
- var fails = function (exec) {
28
- try {
29
- return !!exec();
30
- } catch (error) {
31
- return true;
32
- }
33
- };
34
-
35
- // Thank's IE8 for his funny defineProperty
36
- var descriptors = !fails(function () {
37
- return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
38
- });
39
-
40
- var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
41
- var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
42
-
43
- // Nashorn ~ JDK8 bug
44
- var NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);
45
-
46
- // `Object.prototype.propertyIsEnumerable` method implementation
47
- // https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable
48
- var f = NASHORN_BUG ? function propertyIsEnumerable(V) {
49
- var descriptor = getOwnPropertyDescriptor(this, V);
50
- return !!descriptor && descriptor.enumerable;
51
- } : nativePropertyIsEnumerable;
52
-
53
- var objectPropertyIsEnumerable = {
54
- f: f
55
- };
56
-
57
- var createPropertyDescriptor = function (bitmap, value) {
58
- return {
59
- enumerable: !(bitmap & 1),
60
- configurable: !(bitmap & 2),
61
- writable: !(bitmap & 4),
62
- value: value
63
- };
64
- };
65
-
66
- var toString = {}.toString;
67
-
68
- var classofRaw = function (it) {
69
- return toString.call(it).slice(8, -1);
70
- };
71
-
72
- var split = ''.split;
73
-
74
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
75
- var indexedObject = fails(function () {
76
- // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
77
- // eslint-disable-next-line no-prototype-builtins
78
- return !Object('z').propertyIsEnumerable(0);
79
- }) ? function (it) {
80
- return classofRaw(it) == 'String' ? split.call(it, '') : Object(it);
81
- } : Object;
82
-
83
- // `RequireObjectCoercible` abstract operation
84
- // https://tc39.github.io/ecma262/#sec-requireobjectcoercible
85
- var requireObjectCoercible = function (it) {
86
- if (it == undefined) throw TypeError("Can't call method on " + it);
87
- return it;
88
- };
89
-
90
- // toObject with fallback for non-array-like ES3 strings
91
-
92
-
93
-
94
- var toIndexedObject = function (it) {
95
- return indexedObject(requireObjectCoercible(it));
96
- };
97
-
98
- var isObject = function (it) {
99
- return typeof it === 'object' ? it !== null : typeof it === 'function';
100
- };
101
-
102
- // `ToPrimitive` abstract operation
103
- // https://tc39.github.io/ecma262/#sec-toprimitive
104
- // instead of the ES6 spec version, we didn't implement @@toPrimitive case
105
- // and the second argument - flag - preferred type is a string
106
- var toPrimitive = function (input, PREFERRED_STRING) {
107
- if (!isObject(input)) return input;
108
- var fn, val;
109
- if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
110
- if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;
111
- if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
112
- throw TypeError("Can't convert object to primitive value");
113
- };
114
-
115
- var hasOwnProperty = {}.hasOwnProperty;
116
-
117
- var has = function (it, key) {
118
- return hasOwnProperty.call(it, key);
119
- };
120
-
121
- var document = global_1.document;
122
- // typeof document.createElement is 'object' in old IE
123
- var EXISTS = isObject(document) && isObject(document.createElement);
124
-
125
- var documentCreateElement = function (it) {
126
- return EXISTS ? document.createElement(it) : {};
127
- };
128
-
129
- // Thank's IE8 for his funny defineProperty
130
- var ie8DomDefine = !descriptors && !fails(function () {
131
- return Object.defineProperty(documentCreateElement('div'), 'a', {
132
- get: function () { return 7; }
133
- }).a != 7;
134
- });
135
-
136
- var nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
137
-
138
- // `Object.getOwnPropertyDescriptor` method
139
- // https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor
140
- var f$1 = descriptors ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
141
- O = toIndexedObject(O);
142
- P = toPrimitive(P, true);
143
- if (ie8DomDefine) try {
144
- return nativeGetOwnPropertyDescriptor(O, P);
145
- } catch (error) { /* empty */ }
146
- if (has(O, P)) return createPropertyDescriptor(!objectPropertyIsEnumerable.f.call(O, P), O[P]);
147
- };
148
-
149
- var objectGetOwnPropertyDescriptor = {
150
- f: f$1
151
- };
152
-
153
- var anObject = function (it) {
154
- if (!isObject(it)) {
155
- throw TypeError(String(it) + ' is not an object');
156
- } return it;
157
- };
158
-
159
- var nativeDefineProperty = Object.defineProperty;
160
-
161
- // `Object.defineProperty` method
162
- // https://tc39.github.io/ecma262/#sec-object.defineproperty
163
- var f$2 = descriptors ? nativeDefineProperty : function defineProperty(O, P, Attributes) {
164
- anObject(O);
165
- P = toPrimitive(P, true);
166
- anObject(Attributes);
167
- if (ie8DomDefine) try {
168
- return nativeDefineProperty(O, P, Attributes);
169
- } catch (error) { /* empty */ }
170
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
171
- if ('value' in Attributes) O[P] = Attributes.value;
172
- return O;
173
- };
174
-
175
- var objectDefineProperty = {
176
- f: f$2
177
- };
178
-
179
- var createNonEnumerableProperty = descriptors ? function (object, key, value) {
180
- return objectDefineProperty.f(object, key, createPropertyDescriptor(1, value));
181
- } : function (object, key, value) {
182
- object[key] = value;
183
- return object;
184
- };
185
-
186
- var setGlobal = function (key, value) {
187
- try {
188
- createNonEnumerableProperty(global_1, key, value);
189
- } catch (error) {
190
- global_1[key] = value;
191
- } return value;
192
- };
193
-
194
- var SHARED = '__core-js_shared__';
195
- var store = global_1[SHARED] || setGlobal(SHARED, {});
196
-
197
- var sharedStore = store;
198
-
199
- var functionToString = Function.toString;
200
-
201
- // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper
202
- if (typeof sharedStore.inspectSource != 'function') {
203
- sharedStore.inspectSource = function (it) {
204
- return functionToString.call(it);
205
- };
206
- }
207
-
208
- var inspectSource = sharedStore.inspectSource;
209
-
210
- var WeakMap = global_1.WeakMap;
211
-
212
- var nativeWeakMap = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));
213
-
214
- var shared = createCommonjsModule(function (module) {
215
- (module.exports = function (key, value) {
216
- return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
217
- })('versions', []).push({
218
- version: '3.8.1',
219
- mode: 'global',
220
- copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
221
- });
222
- });
223
-
224
- var id = 0;
225
- var postfix = Math.random();
226
-
227
- var uid = function (key) {
228
- return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
229
- };
230
-
231
- var keys = shared('keys');
232
-
233
- var sharedKey = function (key) {
234
- return keys[key] || (keys[key] = uid(key));
235
- };
236
-
237
- var hiddenKeys = {};
238
-
239
- var WeakMap$1 = global_1.WeakMap;
240
- var set, get, has$1;
241
-
242
- var enforce = function (it) {
243
- return has$1(it) ? get(it) : set(it, {});
244
- };
245
-
246
- var getterFor = function (TYPE) {
247
- return function (it) {
248
- var state;
249
- if (!isObject(it) || (state = get(it)).type !== TYPE) {
250
- throw TypeError('Incompatible receiver, ' + TYPE + ' required');
251
- } return state;
252
- };
253
- };
254
-
255
- if (nativeWeakMap) {
256
- var store$1 = sharedStore.state || (sharedStore.state = new WeakMap$1());
257
- var wmget = store$1.get;
258
- var wmhas = store$1.has;
259
- var wmset = store$1.set;
260
- set = function (it, metadata) {
261
- metadata.facade = it;
262
- wmset.call(store$1, it, metadata);
263
- return metadata;
264
- };
265
- get = function (it) {
266
- return wmget.call(store$1, it) || {};
267
- };
268
- has$1 = function (it) {
269
- return wmhas.call(store$1, it);
270
- };
271
- } else {
272
- var STATE = sharedKey('state');
273
- hiddenKeys[STATE] = true;
274
- set = function (it, metadata) {
275
- metadata.facade = it;
276
- createNonEnumerableProperty(it, STATE, metadata);
277
- return metadata;
278
- };
279
- get = function (it) {
280
- return has(it, STATE) ? it[STATE] : {};
281
- };
282
- has$1 = function (it) {
283
- return has(it, STATE);
284
- };
285
- }
286
-
287
- var internalState = {
288
- set: set,
289
- get: get,
290
- has: has$1,
291
- enforce: enforce,
292
- getterFor: getterFor
293
- };
294
-
295
- var redefine = createCommonjsModule(function (module) {
296
- var getInternalState = internalState.get;
297
- var enforceInternalState = internalState.enforce;
298
- var TEMPLATE = String(String).split('String');
299
-
300
- (module.exports = function (O, key, value, options) {
301
- var unsafe = options ? !!options.unsafe : false;
302
- var simple = options ? !!options.enumerable : false;
303
- var noTargetGet = options ? !!options.noTargetGet : false;
304
- var state;
305
- if (typeof value == 'function') {
306
- if (typeof key == 'string' && !has(value, 'name')) {
307
- createNonEnumerableProperty(value, 'name', key);
308
- }
309
- state = enforceInternalState(value);
310
- if (!state.source) {
311
- state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
312
- }
313
- }
314
- if (O === global_1) {
315
- if (simple) O[key] = value;
316
- else setGlobal(key, value);
317
- return;
318
- } else if (!unsafe) {
319
- delete O[key];
320
- } else if (!noTargetGet && O[key]) {
321
- simple = true;
322
- }
323
- if (simple) O[key] = value;
324
- else createNonEnumerableProperty(O, key, value);
325
- // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
326
- })(Function.prototype, 'toString', function toString() {
327
- return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
328
- });
329
- });
330
-
331
- var path = global_1;
332
-
333
- var aFunction = function (variable) {
334
- return typeof variable == 'function' ? variable : undefined;
335
- };
336
-
337
- var getBuiltIn = function (namespace, method) {
338
- return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global_1[namespace])
339
- : path[namespace] && path[namespace][method] || global_1[namespace] && global_1[namespace][method];
340
- };
341
-
342
- var ceil = Math.ceil;
343
- var floor = Math.floor;
344
-
345
- // `ToInteger` abstract operation
346
- // https://tc39.github.io/ecma262/#sec-tointeger
347
- var toInteger = function (argument) {
348
- return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
349
- };
350
-
351
- var min = Math.min;
352
-
353
- // `ToLength` abstract operation
354
- // https://tc39.github.io/ecma262/#sec-tolength
355
- var toLength = function (argument) {
356
- return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
357
- };
358
-
359
- var max = Math.max;
360
- var min$1 = Math.min;
361
-
362
- // Helper for a popular repeating case of the spec:
363
- // Let integer be ? ToInteger(index).
364
- // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
365
- var toAbsoluteIndex = function (index, length) {
366
- var integer = toInteger(index);
367
- return integer < 0 ? max(integer + length, 0) : min$1(integer, length);
368
- };
369
-
370
- // `Array.prototype.{ indexOf, includes }` methods implementation
371
- var createMethod = function (IS_INCLUDES) {
372
- return function ($this, el, fromIndex) {
373
- var O = toIndexedObject($this);
374
- var length = toLength(O.length);
375
- var index = toAbsoluteIndex(fromIndex, length);
376
- var value;
377
- // Array#includes uses SameValueZero equality algorithm
378
- // eslint-disable-next-line no-self-compare
379
- if (IS_INCLUDES && el != el) while (length > index) {
380
- value = O[index++];
381
- // eslint-disable-next-line no-self-compare
382
- if (value != value) return true;
383
- // Array#indexOf ignores holes, Array#includes - not
384
- } else for (;length > index; index++) {
385
- if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
386
- } return !IS_INCLUDES && -1;
387
- };
388
- };
389
-
390
- var arrayIncludes = {
391
- // `Array.prototype.includes` method
392
- // https://tc39.github.io/ecma262/#sec-array.prototype.includes
393
- includes: createMethod(true),
394
- // `Array.prototype.indexOf` method
395
- // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
396
- indexOf: createMethod(false)
397
- };
398
-
399
- var indexOf = arrayIncludes.indexOf;
400
-
401
-
402
- var objectKeysInternal = function (object, names) {
403
- var O = toIndexedObject(object);
404
- var i = 0;
405
- var result = [];
406
- var key;
407
- for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);
408
- // Don't enum bug & hidden keys
409
- while (names.length > i) if (has(O, key = names[i++])) {
410
- ~indexOf(result, key) || result.push(key);
411
- }
412
- return result;
413
- };
414
-
415
- // IE8- don't enum bug keys
416
- var enumBugKeys = [
417
- 'constructor',
418
- 'hasOwnProperty',
419
- 'isPrototypeOf',
420
- 'propertyIsEnumerable',
421
- 'toLocaleString',
422
- 'toString',
423
- 'valueOf'
424
- ];
425
-
426
- var hiddenKeys$1 = enumBugKeys.concat('length', 'prototype');
427
-
428
- // `Object.getOwnPropertyNames` method
429
- // https://tc39.github.io/ecma262/#sec-object.getownpropertynames
430
- var f$3 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
431
- return objectKeysInternal(O, hiddenKeys$1);
432
- };
433
-
434
- var objectGetOwnPropertyNames = {
435
- f: f$3
436
- };
437
-
438
- var f$4 = Object.getOwnPropertySymbols;
439
-
440
- var objectGetOwnPropertySymbols = {
441
- f: f$4
442
- };
443
-
444
- // all object keys, includes non-enumerable and symbols
445
- var ownKeys = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
446
- var keys = objectGetOwnPropertyNames.f(anObject(it));
447
- var getOwnPropertySymbols = objectGetOwnPropertySymbols.f;
448
- return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
449
- };
450
-
451
- var copyConstructorProperties = function (target, source) {
452
- var keys = ownKeys(source);
453
- var defineProperty = objectDefineProperty.f;
454
- var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
455
- for (var i = 0; i < keys.length; i++) {
456
- var key = keys[i];
457
- if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
458
- }
459
- };
460
-
461
- var replacement = /#|\.prototype\./;
462
-
463
- var isForced = function (feature, detection) {
464
- var value = data[normalize(feature)];
465
- return value == POLYFILL ? true
466
- : value == NATIVE ? false
467
- : typeof detection == 'function' ? fails(detection)
468
- : !!detection;
469
- };
470
-
471
- var normalize = isForced.normalize = function (string) {
472
- return String(string).replace(replacement, '.').toLowerCase();
473
- };
474
-
475
- var data = isForced.data = {};
476
- var NATIVE = isForced.NATIVE = 'N';
477
- var POLYFILL = isForced.POLYFILL = 'P';
478
-
479
- var isForced_1 = isForced;
480
-
481
- var getOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
482
-
483
-
484
-
485
-
486
-
487
-
488
- /*
489
- options.target - name of the target object
490
- options.global - target is the global object
491
- options.stat - export as static methods of target
492
- options.proto - export as prototype methods of target
493
- options.real - real prototype method for the `pure` version
494
- options.forced - export even if the native feature is available
495
- options.bind - bind methods to the target, required for the `pure` version
496
- options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
497
- options.unsafe - use the simple assignment of property instead of delete + defineProperty
498
- options.sham - add a flag to not completely full polyfills
499
- options.enumerable - export as enumerable property
500
- options.noTargetGet - prevent calling a getter on target
501
- */
502
- var _export = function (options, source) {
503
- var TARGET = options.target;
504
- var GLOBAL = options.global;
505
- var STATIC = options.stat;
506
- var FORCED, target, key, targetProperty, sourceProperty, descriptor;
507
- if (GLOBAL) {
508
- target = global_1;
509
- } else if (STATIC) {
510
- target = global_1[TARGET] || setGlobal(TARGET, {});
511
- } else {
512
- target = (global_1[TARGET] || {}).prototype;
513
- }
514
- if (target) for (key in source) {
515
- sourceProperty = source[key];
516
- if (options.noTargetGet) {
517
- descriptor = getOwnPropertyDescriptor$1(target, key);
518
- targetProperty = descriptor && descriptor.value;
519
- } else targetProperty = target[key];
520
- FORCED = isForced_1(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
521
- // contained in target
522
- if (!FORCED && targetProperty !== undefined) {
523
- if (typeof sourceProperty === typeof targetProperty) continue;
524
- copyConstructorProperties(sourceProperty, targetProperty);
525
- }
526
- // add a flag to not completely full polyfills
527
- if (options.sham || (targetProperty && targetProperty.sham)) {
528
- createNonEnumerableProperty(sourceProperty, 'sham', true);
529
- }
530
- // extend global
531
- redefine(target, key, sourceProperty, options);
532
- }
533
- };
534
-
535
- // `IsArray` abstract operation
536
- // https://tc39.github.io/ecma262/#sec-isarray
537
- var isArray = Array.isArray || function isArray(arg) {
538
- return classofRaw(arg) == 'Array';
539
- };
540
-
541
- // `ToObject` abstract operation
542
- // https://tc39.github.io/ecma262/#sec-toobject
543
- var toObject = function (argument) {
544
- return Object(requireObjectCoercible(argument));
545
- };
546
-
547
- var createProperty = function (object, key, value) {
548
- var propertyKey = toPrimitive(key);
549
- if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
550
- else object[propertyKey] = value;
551
- };
552
-
553
- var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
554
- // Chrome 38 Symbol has incorrect toString conversion
555
- // eslint-disable-next-line no-undef
556
- return !String(Symbol());
557
- });
558
-
559
- var useSymbolAsUid = nativeSymbol
560
- // eslint-disable-next-line no-undef
561
- && !Symbol.sham
562
- // eslint-disable-next-line no-undef
563
- && typeof Symbol.iterator == 'symbol';
564
-
565
- var WellKnownSymbolsStore = shared('wks');
566
- var Symbol$1 = global_1.Symbol;
567
- var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
568
-
569
- var wellKnownSymbol = function (name) {
570
- if (!has(WellKnownSymbolsStore, name)) {
571
- if (nativeSymbol && has(Symbol$1, name)) WellKnownSymbolsStore[name] = Symbol$1[name];
572
- else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
573
- } return WellKnownSymbolsStore[name];
574
- };
575
-
576
- var SPECIES = wellKnownSymbol('species');
577
-
578
- // `ArraySpeciesCreate` abstract operation
579
- // https://tc39.github.io/ecma262/#sec-arrayspeciescreate
580
- var arraySpeciesCreate = function (originalArray, length) {
581
- var C;
582
- if (isArray(originalArray)) {
583
- C = originalArray.constructor;
584
- // cross-realm fallback
585
- if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
586
- else if (isObject(C)) {
587
- C = C[SPECIES];
588
- if (C === null) C = undefined;
589
- }
590
- } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
591
- };
592
-
593
- var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
594
-
595
- var process = global_1.process;
596
- var versions = process && process.versions;
597
- var v8 = versions && versions.v8;
598
- var match, version;
599
-
600
- if (v8) {
601
- match = v8.split('.');
602
- version = match[0] + match[1];
603
- } else if (engineUserAgent) {
604
- match = engineUserAgent.match(/Edge\/(\d+)/);
605
- if (!match || match[1] >= 74) {
606
- match = engineUserAgent.match(/Chrome\/(\d+)/);
607
- if (match) version = match[1];
608
- }
609
- }
610
-
611
- var engineV8Version = version && +version;
612
-
613
- var SPECIES$1 = wellKnownSymbol('species');
614
-
615
- var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
616
- // We can't use this feature detection in V8 since it causes
617
- // deoptimization and serious performance degradation
618
- // https://github.com/zloirock/core-js/issues/677
619
- return engineV8Version >= 51 || !fails(function () {
620
- var array = [];
621
- var constructor = array.constructor = {};
622
- constructor[SPECIES$1] = function () {
623
- return { foo: 1 };
624
- };
625
- return array[METHOD_NAME](Boolean).foo !== 1;
626
- });
627
- };
628
-
629
- var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
630
- var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
631
- var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
632
-
633
- // We can't use this feature detection in V8 since it causes
634
- // deoptimization and serious performance degradation
635
- // https://github.com/zloirock/core-js/issues/679
636
- var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function () {
637
- var array = [];
638
- array[IS_CONCAT_SPREADABLE] = false;
639
- return array.concat()[0] !== array;
640
- });
641
-
642
- var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
643
-
644
- var isConcatSpreadable = function (O) {
645
- if (!isObject(O)) return false;
646
- var spreadable = O[IS_CONCAT_SPREADABLE];
647
- return spreadable !== undefined ? !!spreadable : isArray(O);
648
- };
649
-
650
- var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
651
-
652
- // `Array.prototype.concat` method
653
- // https://tc39.github.io/ecma262/#sec-array.prototype.concat
654
- // with adding support of @@isConcatSpreadable and @@species
655
- _export({ target: 'Array', proto: true, forced: FORCED }, {
656
- concat: function concat(arg) { // eslint-disable-line no-unused-vars
657
- var O = toObject(this);
658
- var A = arraySpeciesCreate(O, 0);
659
- var n = 0;
660
- var i, k, length, len, E;
661
- for (i = -1, length = arguments.length; i < length; i++) {
662
- E = i === -1 ? O : arguments[i];
663
- if (isConcatSpreadable(E)) {
664
- len = toLength(E.length);
665
- if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
666
- for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
667
- } else {
668
- if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
669
- createProperty(A, n++, E);
670
- }
671
- }
672
- A.length = n;
673
- return A;
674
- }
675
- });
676
-
677
- // `RegExp.prototype.flags` getter implementation
678
- // https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags
679
- var regexpFlags = function () {
680
- var that = anObject(this);
681
- var result = '';
682
- if (that.global) result += 'g';
683
- if (that.ignoreCase) result += 'i';
684
- if (that.multiline) result += 'm';
685
- if (that.dotAll) result += 's';
686
- if (that.unicode) result += 'u';
687
- if (that.sticky) result += 'y';
688
- return result;
689
- };
690
-
691
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,
692
- // so we use an intermediate function.
693
- function RE(s, f) {
694
- return RegExp(s, f);
695
- }
696
-
697
- var UNSUPPORTED_Y = fails(function () {
698
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
699
- var re = RE('a', 'y');
700
- re.lastIndex = 2;
701
- return re.exec('abcd') != null;
702
- });
703
-
704
- var BROKEN_CARET = fails(function () {
705
- // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
706
- var re = RE('^r', 'gy');
707
- re.lastIndex = 2;
708
- return re.exec('str') != null;
709
- });
710
-
711
- var regexpStickyHelpers = {
712
- UNSUPPORTED_Y: UNSUPPORTED_Y,
713
- BROKEN_CARET: BROKEN_CARET
714
- };
715
-
716
- var nativeExec = RegExp.prototype.exec;
717
- // This always refers to the native implementation, because the
718
- // String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,
719
- // which loads this file before patching the method.
720
- var nativeReplace = String.prototype.replace;
721
-
722
- var patchedExec = nativeExec;
723
-
724
- var UPDATES_LAST_INDEX_WRONG = (function () {
725
- var re1 = /a/;
726
- var re2 = /b*/g;
727
- nativeExec.call(re1, 'a');
728
- nativeExec.call(re2, 'a');
729
- return re1.lastIndex !== 0 || re2.lastIndex !== 0;
730
- })();
731
-
732
- var UNSUPPORTED_Y$1 = regexpStickyHelpers.UNSUPPORTED_Y || regexpStickyHelpers.BROKEN_CARET;
733
-
734
- // nonparticipating capturing group, copied from es5-shim's String#split patch.
735
- var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
736
-
737
- var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y$1;
738
-
739
- if (PATCH) {
740
- patchedExec = function exec(str) {
741
- var re = this;
742
- var lastIndex, reCopy, match, i;
743
- var sticky = UNSUPPORTED_Y$1 && re.sticky;
744
- var flags = regexpFlags.call(re);
745
- var source = re.source;
746
- var charsAdded = 0;
747
- var strCopy = str;
748
-
749
- if (sticky) {
750
- flags = flags.replace('y', '');
751
- if (flags.indexOf('g') === -1) {
752
- flags += 'g';
753
- }
754
-
755
- strCopy = String(str).slice(re.lastIndex);
756
- // Support anchored sticky behavior.
757
- if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\n')) {
758
- source = '(?: ' + source + ')';
759
- strCopy = ' ' + strCopy;
760
- charsAdded++;
761
- }
762
- // ^(? + rx + ) is needed, in combination with some str slicing, to
763
- // simulate the 'y' flag.
764
- reCopy = new RegExp('^(?:' + source + ')', flags);
765
- }
766
-
767
- if (NPCG_INCLUDED) {
768
- reCopy = new RegExp('^' + source + '$(?!\\s)', flags);
769
- }
770
- if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
771
-
772
- match = nativeExec.call(sticky ? reCopy : re, strCopy);
773
-
774
- if (sticky) {
775
- if (match) {
776
- match.input = match.input.slice(charsAdded);
777
- match[0] = match[0].slice(charsAdded);
778
- match.index = re.lastIndex;
779
- re.lastIndex += match[0].length;
780
- } else re.lastIndex = 0;
781
- } else if (UPDATES_LAST_INDEX_WRONG && match) {
782
- re.lastIndex = re.global ? match.index + match[0].length : lastIndex;
783
- }
784
- if (NPCG_INCLUDED && match && match.length > 1) {
785
- // Fix browsers whose `exec` methods don't consistently return `undefined`
786
- // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/
787
- nativeReplace.call(match[0], reCopy, function () {
788
- for (i = 1; i < arguments.length - 2; i++) {
789
- if (arguments[i] === undefined) match[i] = undefined;
790
- }
791
- });
792
- }
793
-
794
- return match;
795
- };
796
- }
797
-
798
- var regexpExec = patchedExec;
799
-
800
- _export({ target: 'RegExp', proto: true, forced: /./.exec !== regexpExec }, {
801
- exec: regexpExec
802
- });
803
-
804
- // TODO: Remove from `core-js@4` since it's moved to entry points
805
-
806
-
807
-
808
-
809
-
810
-
811
-
812
- var SPECIES$2 = wellKnownSymbol('species');
813
-
814
- var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
815
- // #replace needs built-in support for named groups.
816
- // #match works fine because it just return the exec results, even if it has
817
- // a "grops" property.
818
- var re = /./;
819
- re.exec = function () {
820
- var result = [];
821
- result.groups = { a: '7' };
822
- return result;
823
- };
824
- return ''.replace(re, '$<a>') !== '7';
825
- });
826
-
827
- // IE <= 11 replaces $0 with the whole match, as if it was $&
828
- // https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0
829
- var REPLACE_KEEPS_$0 = (function () {
830
- return 'a'.replace(/./, '$0') === '$0';
831
- })();
832
-
833
- var REPLACE = wellKnownSymbol('replace');
834
- // Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string
835
- var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
836
- if (/./[REPLACE]) {
837
- return /./[REPLACE]('a', '$0') === '';
838
- }
839
- return false;
840
- })();
841
-
842
- // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
843
- // Weex JS has frozen built-in prototypes, so use try / catch wrapper
844
- var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {
845
- var re = /(?:)/;
846
- var originalExec = re.exec;
847
- re.exec = function () { return originalExec.apply(this, arguments); };
848
- var result = 'ab'.split(re);
849
- return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';
850
- });
851
-
852
- var fixRegexpWellKnownSymbolLogic = function (KEY, length, exec, sham) {
853
- var SYMBOL = wellKnownSymbol(KEY);
854
-
855
- var DELEGATES_TO_SYMBOL = !fails(function () {
856
- // String methods call symbol-named RegEp methods
857
- var O = {};
858
- O[SYMBOL] = function () { return 7; };
859
- return ''[KEY](O) != 7;
860
- });
861
-
862
- var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {
863
- // Symbol-named RegExp methods call .exec
864
- var execCalled = false;
865
- var re = /a/;
866
-
867
- if (KEY === 'split') {
868
- // We can't use real regex here since it causes deoptimization
869
- // and serious performance degradation in V8
870
- // https://github.com/zloirock/core-js/issues/306
871
- re = {};
872
- // RegExp[@@split] doesn't call the regex's exec method, but first creates
873
- // a new one. We need to return the patched regex when creating the new one.
874
- re.constructor = {};
875
- re.constructor[SPECIES$2] = function () { return re; };
876
- re.flags = '';
877
- re[SYMBOL] = /./[SYMBOL];
878
- }
879
-
880
- re.exec = function () { execCalled = true; return null; };
881
-
882
- re[SYMBOL]('');
883
- return !execCalled;
884
- });
885
-
886
- if (
887
- !DELEGATES_TO_SYMBOL ||
888
- !DELEGATES_TO_EXEC ||
889
- (KEY === 'replace' && !(
890
- REPLACE_SUPPORTS_NAMED_GROUPS &&
891
- REPLACE_KEEPS_$0 &&
892
- !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
893
- )) ||
894
- (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)
895
- ) {
896
- var nativeRegExpMethod = /./[SYMBOL];
897
- var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {
898
- if (regexp.exec === regexpExec) {
899
- if (DELEGATES_TO_SYMBOL && !forceStringMethod) {
900
- // The native String method already delegates to @@method (this
901
- // polyfilled function), leasing to infinite recursion.
902
- // We avoid it by directly calling the native @@method method.
903
- return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };
904
- }
905
- return { done: true, value: nativeMethod.call(str, regexp, arg2) };
906
- }
907
- return { done: false };
908
- }, {
909
- REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,
910
- REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
911
- });
912
- var stringMethod = methods[0];
913
- var regexMethod = methods[1];
914
-
915
- redefine(String.prototype, KEY, stringMethod);
916
- redefine(RegExp.prototype, SYMBOL, length == 2
917
- // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)
918
- // 21.2.5.11 RegExp.prototype[@@split](string, limit)
919
- ? function (string, arg) { return regexMethod.call(string, this, arg); }
920
- // 21.2.5.6 RegExp.prototype[@@match](string)
921
- // 21.2.5.9 RegExp.prototype[@@search](string)
922
- : function (string) { return regexMethod.call(string, this); }
923
- );
924
- }
925
-
926
- if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);
927
- };
928
-
929
- // `String.prototype.{ codePointAt, at }` methods implementation
930
- var createMethod$1 = function (CONVERT_TO_STRING) {
931
- return function ($this, pos) {
932
- var S = String(requireObjectCoercible($this));
933
- var position = toInteger(pos);
934
- var size = S.length;
935
- var first, second;
936
- if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;
937
- first = S.charCodeAt(position);
938
- return first < 0xD800 || first > 0xDBFF || position + 1 === size
939
- || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF
940
- ? CONVERT_TO_STRING ? S.charAt(position) : first
941
- : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
942
- };
943
- };
944
-
945
- var stringMultibyte = {
946
- // `String.prototype.codePointAt` method
947
- // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat
948
- codeAt: createMethod$1(false),
949
- // `String.prototype.at` method
950
- // https://github.com/mathiasbynens/String.prototype.at
951
- charAt: createMethod$1(true)
952
- };
953
-
954
- var charAt = stringMultibyte.charAt;
955
-
956
- // `AdvanceStringIndex` abstract operation
957
- // https://tc39.github.io/ecma262/#sec-advancestringindex
958
- var advanceStringIndex = function (S, index, unicode) {
959
- return index + (unicode ? charAt(S, index).length : 1);
960
- };
961
-
962
- // `RegExpExec` abstract operation
963
- // https://tc39.github.io/ecma262/#sec-regexpexec
964
- var regexpExecAbstract = function (R, S) {
965
- var exec = R.exec;
966
- if (typeof exec === 'function') {
967
- var result = exec.call(R, S);
968
- if (typeof result !== 'object') {
969
- throw TypeError('RegExp exec method returned something other than an Object or null');
970
- }
971
- return result;
972
- }
973
-
974
- if (classofRaw(R) !== 'RegExp') {
975
- throw TypeError('RegExp#exec called on incompatible receiver');
976
- }
977
-
978
- return regexpExec.call(R, S);
979
- };
980
-
981
- var max$1 = Math.max;
982
- var min$2 = Math.min;
983
- var floor$1 = Math.floor;
984
- var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d\d?|<[^>]*>)/g;
985
- var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d\d?)/g;
986
-
987
- var maybeToString = function (it) {
988
- return it === undefined ? it : String(it);
989
- };
990
-
991
- // @@replace logic
992
- fixRegexpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {
993
- var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;
994
- var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;
995
- var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';
996
-
997
- return [
998
- // `String.prototype.replace` method
999
- // https://tc39.github.io/ecma262/#sec-string.prototype.replace
1000
- function replace(searchValue, replaceValue) {
1001
- var O = requireObjectCoercible(this);
1002
- var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];
1003
- return replacer !== undefined
1004
- ? replacer.call(searchValue, O, replaceValue)
1005
- : nativeReplace.call(String(O), searchValue, replaceValue);
1006
- },
1007
- // `RegExp.prototype[@@replace]` method
1008
- // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace
1009
- function (regexp, replaceValue) {
1010
- if (
1011
- (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||
1012
- (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)
1013
- ) {
1014
- var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);
1015
- if (res.done) return res.value;
1016
- }
1017
-
1018
- var rx = anObject(regexp);
1019
- var S = String(this);
1020
-
1021
- var functionalReplace = typeof replaceValue === 'function';
1022
- if (!functionalReplace) replaceValue = String(replaceValue);
1023
-
1024
- var global = rx.global;
1025
- if (global) {
1026
- var fullUnicode = rx.unicode;
1027
- rx.lastIndex = 0;
1028
- }
1029
- var results = [];
1030
- while (true) {
1031
- var result = regexpExecAbstract(rx, S);
1032
- if (result === null) break;
1033
-
1034
- results.push(result);
1035
- if (!global) break;
1036
-
1037
- var matchStr = String(result[0]);
1038
- if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
1039
- }
1040
-
1041
- var accumulatedResult = '';
1042
- var nextSourcePosition = 0;
1043
- for (var i = 0; i < results.length; i++) {
1044
- result = results[i];
1045
-
1046
- var matched = String(result[0]);
1047
- var position = max$1(min$2(toInteger(result.index), S.length), 0);
1048
- var captures = [];
1049
- // NOTE: This is equivalent to
1050
- // captures = result.slice(1).map(maybeToString)
1051
- // but for some reason `nativeSlice.call(result, 1, result.length)` (called in
1052
- // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and
1053
- // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.
1054
- for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));
1055
- var namedCaptures = result.groups;
1056
- if (functionalReplace) {
1057
- var replacerArgs = [matched].concat(captures, position, S);
1058
- if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);
1059
- var replacement = String(replaceValue.apply(undefined, replacerArgs));
1060
- } else {
1061
- replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
1062
- }
1063
- if (position >= nextSourcePosition) {
1064
- accumulatedResult += S.slice(nextSourcePosition, position) + replacement;
1065
- nextSourcePosition = position + matched.length;
1066
- }
1067
- }
1068
- return accumulatedResult + S.slice(nextSourcePosition);
1069
- }
1070
- ];
1071
-
1072
- // https://tc39.github.io/ecma262/#sec-getsubstitution
1073
- function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {
1074
- var tailPos = position + matched.length;
1075
- var m = captures.length;
1076
- var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;
1077
- if (namedCaptures !== undefined) {
1078
- namedCaptures = toObject(namedCaptures);
1079
- symbols = SUBSTITUTION_SYMBOLS;
1080
- }
1081
- return nativeReplace.call(replacement, symbols, function (match, ch) {
1082
- var capture;
1083
- switch (ch.charAt(0)) {
1084
- case '$': return '$';
1085
- case '&': return matched;
1086
- case '`': return str.slice(0, position);
1087
- case "'": return str.slice(tailPos);
1088
- case '<':
1089
- capture = namedCaptures[ch.slice(1, -1)];
1090
- break;
1091
- default: // \d\d?
1092
- var n = +ch;
1093
- if (n === 0) return match;
1094
- if (n > m) {
1095
- var f = floor$1(n / 10);
1096
- if (f === 0) return match;
1097
- if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
1098
- return match;
1099
- }
1100
- capture = captures[n - 1];
1101
- }
1102
- return capture === undefined ? '' : capture;
1103
- });
1104
- }
1105
- });
1106
-
1107
- function _defineProperty(obj, key, value) {
1108
- if (key in obj) {
1109
- Object.defineProperty(obj, key, {
1110
- value: value,
1111
- enumerable: true,
1112
- configurable: true,
1113
- writable: true
1114
- });
1115
- } else {
1116
- obj[key] = value;
1117
- }
1118
-
1119
- return obj;
1120
- }
1121
-
1122
- function ownKeys$1(object, enumerableOnly) {
1123
- var keys = Object.keys(object);
1124
-
1125
- if (Object.getOwnPropertySymbols) {
1126
- var symbols = Object.getOwnPropertySymbols(object);
1127
- if (enumerableOnly) symbols = symbols.filter(function (sym) {
1128
- return Object.getOwnPropertyDescriptor(object, sym).enumerable;
1129
- });
1130
- keys.push.apply(keys, symbols);
1131
- }
1132
-
1133
- return keys;
1134
- }
1135
-
1136
- function _objectSpread2(target) {
1137
- for (var i = 1; i < arguments.length; i++) {
1138
- var source = arguments[i] != null ? arguments[i] : {};
1139
-
1140
- if (i % 2) {
1141
- ownKeys$1(Object(source), true).forEach(function (key) {
1142
- _defineProperty(target, key, source[key]);
1143
- });
1144
- } else if (Object.getOwnPropertyDescriptors) {
1145
- Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
1146
- } else {
1147
- ownKeys$1(Object(source)).forEach(function (key) {
1148
- Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
1149
- });
1150
- }
1151
- }
1152
-
1153
- return target;
1154
- }
1155
-
1156
- function _toConsumableArray(arr) {
1157
- return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
1158
- }
1159
-
1160
- function _arrayWithoutHoles(arr) {
1161
- if (Array.isArray(arr)) return _arrayLikeToArray(arr);
1162
- }
1163
-
1164
- function _iterableToArray(iter) {
1165
- if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);
1166
- }
1167
-
1168
- function _unsupportedIterableToArray(o, minLen) {
1169
- if (!o) return;
1170
- if (typeof o === "string") return _arrayLikeToArray(o, minLen);
1171
- var n = Object.prototype.toString.call(o).slice(8, -1);
1172
- if (n === "Object" && o.constructor) n = o.constructor.name;
1173
- if (n === "Map" || n === "Set") return Array.from(o);
1174
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
1175
- }
1176
-
1177
- function _arrayLikeToArray(arr, len) {
1178
- if (len == null || len > arr.length) len = arr.length;
1179
-
1180
- for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
1181
-
1182
- return arr2;
1183
- }
1184
-
1185
- function _nonIterableSpread() {
1186
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1187
- }
1188
-
1189
- function _createForOfIteratorHelper(o, allowArrayLike) {
1190
- var it;
1191
-
1192
- if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {
1193
- if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
1194
- if (it) o = it;
1195
- var i = 0;
1196
-
1197
- var F = function () {};
1198
-
1199
- return {
1200
- s: F,
1201
- n: function () {
1202
- if (i >= o.length) return {
1203
- done: true
1204
- };
1205
- return {
1206
- done: false,
1207
- value: o[i++]
1208
- };
1209
- },
1210
- e: function (e) {
1211
- throw e;
1212
- },
1213
- f: F
1214
- };
1215
- }
1216
-
1217
- throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1218
- }
1219
-
1220
- var normalCompletion = true,
1221
- didErr = false,
1222
- err;
1223
- return {
1224
- s: function () {
1225
- it = o[Symbol.iterator]();
1226
- },
1227
- n: function () {
1228
- var step = it.next();
1229
- normalCompletion = step.done;
1230
- return step;
1231
- },
1232
- e: function (e) {
1233
- didErr = true;
1234
- err = e;
1235
- },
1236
- f: function () {
1237
- try {
1238
- if (!normalCompletion && it.return != null) it.return();
1239
- } finally {
1240
- if (didErr) throw err;
1241
- }
1242
- }
1243
- };
1244
- }
1245
-
1246
- //
1247
- //
1248
- //
1249
- //
1250
- var $ = window.jQuery;
1251
-
1252
- var deepCopy = function deepCopy(arg) {
1253
- if (arg === undefined) {
1254
- return arg;
1255
- }
1256
-
1257
- return $.extend(true, Array.isArray(arg) ? [] : {}, arg);
1258
- };
1259
-
1260
- var script = {
1261
- name: 'BootstrapTable',
1262
- props: {
1263
- columns: {
1264
- type: Array,
1265
- require: true
1266
- },
1267
- data: {
1268
- type: [Array, Object],
1269
- default: function _default() {
1270
- return undefined;
1271
- }
1272
- },
1273
- options: {
1274
- type: Object,
1275
- default: function _default() {
1276
- return {};
1277
- }
1278
- }
1279
- },
1280
- mounted: function mounted() {
1281
- var _this = this;
1282
-
1283
- this.$table = $(this.$el);
1284
- this.$table.on('all.bs.table', function (e, name, args) {
1285
- var eventName = $.fn.bootstrapTable.events[name];
1286
- eventName = eventName.replace(/([A-Z])/g, '-$1').toLowerCase();
1287
-
1288
- _this.$emit.apply(_this, ['on-all'].concat(_toConsumableArray(args)));
1289
-
1290
- _this.$emit.apply(_this, [eventName].concat(_toConsumableArray(args)));
1291
- });
1292
-
1293
- this._initTable();
1294
- },
1295
- methods: _objectSpread2({
1296
- _initTable: function _initTable() {
1297
- var options = _objectSpread2(_objectSpread2({}, deepCopy(this.options)), {}, {
1298
- columns: deepCopy(this.columns),
1299
- data: deepCopy(this.data)
1300
- });
1301
-
1302
- if (!this._hasInit) {
1303
- this.$table.bootstrapTable(options);
1304
- this._hasInit = true;
1305
- } else {
1306
- this.refreshOptions(options);
1307
- }
1308
- }
1309
- }, function () {
1310
- var res = {};
1311
-
1312
- var _iterator = _createForOfIteratorHelper($.fn.bootstrapTable.methods),
1313
- _step;
1314
-
1315
- try {
1316
- var _loop = function _loop() {
1317
- var method = _step.value;
1318
-
1319
- res[method] = function () {
1320
- var _this$$table;
1321
-
1322
- for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
1323
- args[_key] = arguments[_key];
1324
- }
1325
-
1326
- return (_this$$table = this.$table).bootstrapTable.apply(_this$$table, [method].concat(args));
1327
- };
1328
- };
1329
-
1330
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
1331
- _loop();
1332
- }
1333
- } catch (err) {
1334
- _iterator.e(err);
1335
- } finally {
1336
- _iterator.f();
1337
- }
1338
-
1339
- return res;
1340
- }()),
1341
- watch: {
1342
- options: {
1343
- handler: function handler() {
1344
- this._initTable();
1345
- },
1346
- deep: true
1347
- },
1348
- columns: {
1349
- handler: function handler() {
1350
- this._initTable();
1351
- },
1352
- deep: true
1353
- },
1354
- data: {
1355
- handler: function handler() {
1356
- this.load(deepCopy(this.data));
1357
- },
1358
- deep: true
1359
- }
1360
- }
1361
- };
1362
-
1363
- function normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier /* server only */, shadowMode, createInjector, createInjectorSSR, createInjectorShadow) {
1364
- if (typeof shadowMode !== 'boolean') {
1365
- createInjectorSSR = createInjector;
1366
- createInjector = shadowMode;
1367
- shadowMode = false;
1368
- }
1369
- // Vue.extend constructor export interop.
1370
- const options = typeof script === 'function' ? script.options : script;
1371
- // render functions
1372
- if (template && template.render) {
1373
- options.render = template.render;
1374
- options.staticRenderFns = template.staticRenderFns;
1375
- options._compiled = true;
1376
- // functional template
1377
- if (isFunctionalTemplate) {
1378
- options.functional = true;
1379
- }
1380
- }
1381
- // scopedId
1382
- if (scopeId) {
1383
- options._scopeId = scopeId;
1384
- }
1385
- let hook;
1386
- if (moduleIdentifier) {
1387
- // server build
1388
- hook = function (context) {
1389
- // 2.3 injection
1390
- context =
1391
- context || // cached call
1392
- (this.$vnode && this.$vnode.ssrContext) || // stateful
1393
- (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext); // functional
1394
- // 2.2 with runInNewContext: true
1395
- if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
1396
- context = __VUE_SSR_CONTEXT__;
1397
- }
1398
- // inject component styles
1399
- if (style) {
1400
- style.call(this, createInjectorSSR(context));
1401
- }
1402
- // register component module identifier for async chunk inference
1403
- if (context && context._registeredComponents) {
1404
- context._registeredComponents.add(moduleIdentifier);
1405
- }
1406
- };
1407
- // used by ssr in case component is cached and beforeCreate
1408
- // never gets called
1409
- options._ssrRegister = hook;
1410
- }
1411
- else if (style) {
1412
- hook = shadowMode
1413
- ? function (context) {
1414
- style.call(this, createInjectorShadow(context, this.$root.$options.shadowRoot));
1415
- }
1416
- : function (context) {
1417
- style.call(this, createInjector(context));
1418
- };
1419
- }
1420
- if (hook) {
1421
- if (options.functional) {
1422
- // register for functional component in vue file
1423
- const originalRender = options.render;
1424
- options.render = function renderWithStyleInjection(h, context) {
1425
- hook.call(context);
1426
- return originalRender(h, context);
1427
- };
1428
- }
1429
- else {
1430
- // inject component registration as beforeCreate hook
1431
- const existing = options.beforeCreate;
1432
- options.beforeCreate = existing ? [].concat(existing, hook) : [hook];
1433
- }
1434
- }
1435
- return script;
1436
- }
1437
-
1438
- /* script */
1439
- const __vue_script__ = script;
1440
-
1441
- /* template */
1442
- var __vue_render__ = function() {
1443
- var _vm = this;
1444
- var _h = _vm.$createElement;
1445
- var _c = _vm._self._c || _h;
1446
- return _c("table")
1447
- };
1448
- var __vue_staticRenderFns__ = [];
1449
- __vue_render__._withStripped = true;
1450
-
1451
- /* style */
1452
- const __vue_inject_styles__ = undefined;
1453
- /* scoped */
1454
- const __vue_scope_id__ = undefined;
1455
- /* module identifier */
1456
- const __vue_module_identifier__ = undefined;
1457
- /* functional template */
1458
- const __vue_is_functional_template__ = false;
1459
- /* style inject */
1460
-
1461
- /* style inject SSR */
1462
-
1463
- /* style inject shadow dom */
1464
-
1465
-
1466
-
1467
- const __vue_component__ = /*#__PURE__*/normalizeComponent(
1468
- { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
1469
- __vue_inject_styles__,
1470
- __vue_script__,
1471
- __vue_scope_id__,
1472
- __vue_is_functional_template__,
1473
- __vue_module_identifier__,
1474
- false,
1475
- undefined,
1476
- undefined,
1477
- undefined
1478
- );
1479
-
1480
- return __vue_component__;
7
+ function _defineProperty(obj, key, value) {
8
+ if (key in obj) {
9
+ Object.defineProperty(obj, key, {
10
+ value: value,
11
+ enumerable: true,
12
+ configurable: true,
13
+ writable: true
14
+ });
15
+ } else {
16
+ obj[key] = value;
17
+ }
18
+
19
+ return obj;
20
+ }
21
+
22
+ function ownKeys$1(object, enumerableOnly) {
23
+ var keys = Object.keys(object);
24
+
25
+ if (Object.getOwnPropertySymbols) {
26
+ var symbols = Object.getOwnPropertySymbols(object);
27
+ if (enumerableOnly) symbols = symbols.filter(function (sym) {
28
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
29
+ });
30
+ keys.push.apply(keys, symbols);
31
+ }
32
+
33
+ return keys;
34
+ }
35
+
36
+ function _objectSpread2(target) {
37
+ for (var i = 1; i < arguments.length; i++) {
38
+ var source = arguments[i] != null ? arguments[i] : {};
39
+
40
+ if (i % 2) {
41
+ ownKeys$1(Object(source), true).forEach(function (key) {
42
+ _defineProperty(target, key, source[key]);
43
+ });
44
+ } else if (Object.getOwnPropertyDescriptors) {
45
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
46
+ } else {
47
+ ownKeys$1(Object(source)).forEach(function (key) {
48
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
49
+ });
50
+ }
51
+ }
52
+
53
+ return target;
54
+ }
55
+
56
+ function _toConsumableArray(arr) {
57
+ return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
58
+ }
59
+
60
+ function _arrayWithoutHoles(arr) {
61
+ if (Array.isArray(arr)) return _arrayLikeToArray(arr);
62
+ }
63
+
64
+ function _iterableToArray(iter) {
65
+ if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);
66
+ }
67
+
68
+ function _unsupportedIterableToArray(o, minLen) {
69
+ if (!o) return;
70
+ if (typeof o === "string") return _arrayLikeToArray(o, minLen);
71
+ var n = Object.prototype.toString.call(o).slice(8, -1);
72
+ if (n === "Object" && o.constructor) n = o.constructor.name;
73
+ if (n === "Map" || n === "Set") return Array.from(o);
74
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
75
+ }
76
+
77
+ function _arrayLikeToArray(arr, len) {
78
+ if (len == null || len > arr.length) len = arr.length;
79
+
80
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
81
+
82
+ return arr2;
83
+ }
84
+
85
+ function _nonIterableSpread() {
86
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
87
+ }
88
+
89
+ function _createForOfIteratorHelper(o, allowArrayLike) {
90
+ var it;
91
+
92
+ if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {
93
+ if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
94
+ if (it) o = it;
95
+ var i = 0;
96
+
97
+ var F = function () {};
98
+
99
+ return {
100
+ s: F,
101
+ n: function () {
102
+ if (i >= o.length) return {
103
+ done: true
104
+ };
105
+ return {
106
+ done: false,
107
+ value: o[i++]
108
+ };
109
+ },
110
+ e: function (e) {
111
+ throw e;
112
+ },
113
+ f: F
114
+ };
115
+ }
116
+
117
+ throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
118
+ }
119
+
120
+ var normalCompletion = true,
121
+ didErr = false,
122
+ err;
123
+ return {
124
+ s: function () {
125
+ it = o[Symbol.iterator]();
126
+ },
127
+ n: function () {
128
+ var step = it.next();
129
+ normalCompletion = step.done;
130
+ return step;
131
+ },
132
+ e: function (e) {
133
+ didErr = true;
134
+ err = e;
135
+ },
136
+ f: function () {
137
+ try {
138
+ if (!normalCompletion && it.return != null) it.return();
139
+ } finally {
140
+ if (didErr) throw err;
141
+ }
142
+ }
143
+ };
144
+ }
145
+
146
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
147
+
148
+ function createCommonjsModule(fn, module) {
149
+ return module = { exports: {} }, fn(module, module.exports), module.exports;
150
+ }
151
+
152
+ var check = function (it) {
153
+ return it && it.Math == Math && it;
154
+ };
155
+
156
+ // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
157
+ var global_1 =
158
+ // eslint-disable-next-line es/no-global-this -- safe
159
+ check(typeof globalThis == 'object' && globalThis) ||
160
+ check(typeof window == 'object' && window) ||
161
+ // eslint-disable-next-line no-restricted-globals -- safe
162
+ check(typeof self == 'object' && self) ||
163
+ check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
164
+ // eslint-disable-next-line no-new-func -- fallback
165
+ (function () { return this; })() || Function('return this')();
166
+
167
+ var fails = function (exec) {
168
+ try {
169
+ return !!exec();
170
+ } catch (error) {
171
+ return true;
172
+ }
173
+ };
174
+
175
+ // Detect IE8's incomplete defineProperty implementation
176
+ var descriptors = !fails(function () {
177
+ // eslint-disable-next-line es/no-object-defineproperty -- required for testing
178
+ return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
179
+ });
180
+
181
+ var $propertyIsEnumerable = {}.propertyIsEnumerable;
182
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
183
+ var getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
184
+
185
+ // Nashorn ~ JDK8 bug
186
+ var NASHORN_BUG = getOwnPropertyDescriptor$1 && !$propertyIsEnumerable.call({ 1: 2 }, 1);
187
+
188
+ // `Object.prototype.propertyIsEnumerable` method implementation
189
+ // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
190
+ var f$4 = NASHORN_BUG ? function propertyIsEnumerable(V) {
191
+ var descriptor = getOwnPropertyDescriptor$1(this, V);
192
+ return !!descriptor && descriptor.enumerable;
193
+ } : $propertyIsEnumerable;
194
+
195
+ var objectPropertyIsEnumerable = {
196
+ f: f$4
197
+ };
198
+
199
+ var createPropertyDescriptor = function (bitmap, value) {
200
+ return {
201
+ enumerable: !(bitmap & 1),
202
+ configurable: !(bitmap & 2),
203
+ writable: !(bitmap & 4),
204
+ value: value
205
+ };
206
+ };
207
+
208
+ var toString = {}.toString;
209
+
210
+ var classofRaw = function (it) {
211
+ return toString.call(it).slice(8, -1);
212
+ };
213
+
214
+ var split = ''.split;
215
+
216
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
217
+ var indexedObject = fails(function () {
218
+ // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
219
+ // eslint-disable-next-line no-prototype-builtins -- safe
220
+ return !Object('z').propertyIsEnumerable(0);
221
+ }) ? function (it) {
222
+ return classofRaw(it) == 'String' ? split.call(it, '') : Object(it);
223
+ } : Object;
224
+
225
+ // `RequireObjectCoercible` abstract operation
226
+ // https://tc39.es/ecma262/#sec-requireobjectcoercible
227
+ var requireObjectCoercible = function (it) {
228
+ if (it == undefined) throw TypeError("Can't call method on " + it);
229
+ return it;
230
+ };
231
+
232
+ // toObject with fallback for non-array-like ES3 strings
233
+
234
+
235
+
236
+ var toIndexedObject = function (it) {
237
+ return indexedObject(requireObjectCoercible(it));
238
+ };
239
+
240
+ var isObject = function (it) {
241
+ return typeof it === 'object' ? it !== null : typeof it === 'function';
242
+ };
243
+
244
+ // `ToPrimitive` abstract operation
245
+ // https://tc39.es/ecma262/#sec-toprimitive
246
+ // instead of the ES6 spec version, we didn't implement @@toPrimitive case
247
+ // and the second argument - flag - preferred type is a string
248
+ var toPrimitive = function (input, PREFERRED_STRING) {
249
+ if (!isObject(input)) return input;
250
+ var fn, val;
251
+ if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
252
+ if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;
253
+ if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
254
+ throw TypeError("Can't convert object to primitive value");
255
+ };
256
+
257
+ var hasOwnProperty = {}.hasOwnProperty;
258
+
259
+ var has$1 = function (it, key) {
260
+ return hasOwnProperty.call(it, key);
261
+ };
262
+
263
+ var document = global_1.document;
264
+ // typeof document.createElement is 'object' in old IE
265
+ var EXISTS = isObject(document) && isObject(document.createElement);
266
+
267
+ var documentCreateElement = function (it) {
268
+ return EXISTS ? document.createElement(it) : {};
269
+ };
270
+
271
+ // Thank's IE8 for his funny defineProperty
272
+ var ie8DomDefine = !descriptors && !fails(function () {
273
+ // eslint-disable-next-line es/no-object-defineproperty -- requied for testing
274
+ return Object.defineProperty(documentCreateElement('div'), 'a', {
275
+ get: function () { return 7; }
276
+ }).a != 7;
277
+ });
278
+
279
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
280
+ var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
281
+
282
+ // `Object.getOwnPropertyDescriptor` method
283
+ // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
284
+ var f$3 = descriptors ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
285
+ O = toIndexedObject(O);
286
+ P = toPrimitive(P, true);
287
+ if (ie8DomDefine) try {
288
+ return $getOwnPropertyDescriptor(O, P);
289
+ } catch (error) { /* empty */ }
290
+ if (has$1(O, P)) return createPropertyDescriptor(!objectPropertyIsEnumerable.f.call(O, P), O[P]);
291
+ };
292
+
293
+ var objectGetOwnPropertyDescriptor = {
294
+ f: f$3
295
+ };
296
+
297
+ var anObject = function (it) {
298
+ if (!isObject(it)) {
299
+ throw TypeError(String(it) + ' is not an object');
300
+ } return it;
301
+ };
302
+
303
+ // eslint-disable-next-line es/no-object-defineproperty -- safe
304
+ var $defineProperty = Object.defineProperty;
305
+
306
+ // `Object.defineProperty` method
307
+ // https://tc39.es/ecma262/#sec-object.defineproperty
308
+ var f$2 = descriptors ? $defineProperty : function defineProperty(O, P, Attributes) {
309
+ anObject(O);
310
+ P = toPrimitive(P, true);
311
+ anObject(Attributes);
312
+ if (ie8DomDefine) try {
313
+ return $defineProperty(O, P, Attributes);
314
+ } catch (error) { /* empty */ }
315
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
316
+ if ('value' in Attributes) O[P] = Attributes.value;
317
+ return O;
318
+ };
319
+
320
+ var objectDefineProperty = {
321
+ f: f$2
322
+ };
323
+
324
+ var createNonEnumerableProperty = descriptors ? function (object, key, value) {
325
+ return objectDefineProperty.f(object, key, createPropertyDescriptor(1, value));
326
+ } : function (object, key, value) {
327
+ object[key] = value;
328
+ return object;
329
+ };
330
+
331
+ var setGlobal = function (key, value) {
332
+ try {
333
+ createNonEnumerableProperty(global_1, key, value);
334
+ } catch (error) {
335
+ global_1[key] = value;
336
+ } return value;
337
+ };
338
+
339
+ var SHARED = '__core-js_shared__';
340
+ var store$1 = global_1[SHARED] || setGlobal(SHARED, {});
341
+
342
+ var sharedStore = store$1;
343
+
344
+ var functionToString = Function.toString;
345
+
346
+ // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper
347
+ if (typeof sharedStore.inspectSource != 'function') {
348
+ sharedStore.inspectSource = function (it) {
349
+ return functionToString.call(it);
350
+ };
351
+ }
352
+
353
+ var inspectSource = sharedStore.inspectSource;
354
+
355
+ var WeakMap$1 = global_1.WeakMap;
356
+
357
+ var nativeWeakMap = typeof WeakMap$1 === 'function' && /native code/.test(inspectSource(WeakMap$1));
358
+
359
+ var shared = createCommonjsModule(function (module) {
360
+ (module.exports = function (key, value) {
361
+ return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
362
+ })('versions', []).push({
363
+ version: '3.10.1',
364
+ mode: 'global',
365
+ copyright: 2021 Denis Pushkarev (zloirock.ru)'
366
+ });
367
+ });
368
+
369
+ var id = 0;
370
+ var postfix = Math.random();
371
+
372
+ var uid = function (key) {
373
+ return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
374
+ };
375
+
376
+ var keys = shared('keys');
377
+
378
+ var sharedKey = function (key) {
379
+ return keys[key] || (keys[key] = uid(key));
380
+ };
381
+
382
+ var hiddenKeys$1 = {};
383
+
384
+ var WeakMap = global_1.WeakMap;
385
+ var set, get, has;
386
+
387
+ var enforce = function (it) {
388
+ return has(it) ? get(it) : set(it, {});
389
+ };
390
+
391
+ var getterFor = function (TYPE) {
392
+ return function (it) {
393
+ var state;
394
+ if (!isObject(it) || (state = get(it)).type !== TYPE) {
395
+ throw TypeError('Incompatible receiver, ' + TYPE + ' required');
396
+ } return state;
397
+ };
398
+ };
399
+
400
+ if (nativeWeakMap) {
401
+ var store = sharedStore.state || (sharedStore.state = new WeakMap());
402
+ var wmget = store.get;
403
+ var wmhas = store.has;
404
+ var wmset = store.set;
405
+ set = function (it, metadata) {
406
+ metadata.facade = it;
407
+ wmset.call(store, it, metadata);
408
+ return metadata;
409
+ };
410
+ get = function (it) {
411
+ return wmget.call(store, it) || {};
412
+ };
413
+ has = function (it) {
414
+ return wmhas.call(store, it);
415
+ };
416
+ } else {
417
+ var STATE = sharedKey('state');
418
+ hiddenKeys$1[STATE] = true;
419
+ set = function (it, metadata) {
420
+ metadata.facade = it;
421
+ createNonEnumerableProperty(it, STATE, metadata);
422
+ return metadata;
423
+ };
424
+ get = function (it) {
425
+ return has$1(it, STATE) ? it[STATE] : {};
426
+ };
427
+ has = function (it) {
428
+ return has$1(it, STATE);
429
+ };
430
+ }
431
+
432
+ var internalState = {
433
+ set: set,
434
+ get: get,
435
+ has: has,
436
+ enforce: enforce,
437
+ getterFor: getterFor
438
+ };
439
+
440
+ var redefine = createCommonjsModule(function (module) {
441
+ var getInternalState = internalState.get;
442
+ var enforceInternalState = internalState.enforce;
443
+ var TEMPLATE = String(String).split('String');
444
+
445
+ (module.exports = function (O, key, value, options) {
446
+ var unsafe = options ? !!options.unsafe : false;
447
+ var simple = options ? !!options.enumerable : false;
448
+ var noTargetGet = options ? !!options.noTargetGet : false;
449
+ var state;
450
+ if (typeof value == 'function') {
451
+ if (typeof key == 'string' && !has$1(value, 'name')) {
452
+ createNonEnumerableProperty(value, 'name', key);
453
+ }
454
+ state = enforceInternalState(value);
455
+ if (!state.source) {
456
+ state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
457
+ }
458
+ }
459
+ if (O === global_1) {
460
+ if (simple) O[key] = value;
461
+ else setGlobal(key, value);
462
+ return;
463
+ } else if (!unsafe) {
464
+ delete O[key];
465
+ } else if (!noTargetGet && O[key]) {
466
+ simple = true;
467
+ }
468
+ if (simple) O[key] = value;
469
+ else createNonEnumerableProperty(O, key, value);
470
+ // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
471
+ })(Function.prototype, 'toString', function toString() {
472
+ return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
473
+ });
474
+ });
475
+
476
+ var path = global_1;
477
+
478
+ var aFunction = function (variable) {
479
+ return typeof variable == 'function' ? variable : undefined;
480
+ };
481
+
482
+ var getBuiltIn = function (namespace, method) {
483
+ return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global_1[namespace])
484
+ : path[namespace] && path[namespace][method] || global_1[namespace] && global_1[namespace][method];
485
+ };
486
+
487
+ var ceil = Math.ceil;
488
+ var floor$1 = Math.floor;
489
+
490
+ // `ToInteger` abstract operation
491
+ // https://tc39.es/ecma262/#sec-tointeger
492
+ var toInteger = function (argument) {
493
+ return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor$1 : ceil)(argument);
494
+ };
495
+
496
+ var min$2 = Math.min;
497
+
498
+ // `ToLength` abstract operation
499
+ // https://tc39.es/ecma262/#sec-tolength
500
+ var toLength = function (argument) {
501
+ return argument > 0 ? min$2(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
502
+ };
503
+
504
+ var max$1 = Math.max;
505
+ var min$1 = Math.min;
506
+
507
+ // Helper for a popular repeating case of the spec:
508
+ // Let integer be ? ToInteger(index).
509
+ // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
510
+ var toAbsoluteIndex = function (index, length) {
511
+ var integer = toInteger(index);
512
+ return integer < 0 ? max$1(integer + length, 0) : min$1(integer, length);
513
+ };
514
+
515
+ // `Array.prototype.{ indexOf, includes }` methods implementation
516
+ var createMethod$1 = function (IS_INCLUDES) {
517
+ return function ($this, el, fromIndex) {
518
+ var O = toIndexedObject($this);
519
+ var length = toLength(O.length);
520
+ var index = toAbsoluteIndex(fromIndex, length);
521
+ var value;
522
+ // Array#includes uses SameValueZero equality algorithm
523
+ // eslint-disable-next-line no-self-compare -- NaN check
524
+ if (IS_INCLUDES && el != el) while (length > index) {
525
+ value = O[index++];
526
+ // eslint-disable-next-line no-self-compare -- NaN check
527
+ if (value != value) return true;
528
+ // Array#indexOf ignores holes, Array#includes - not
529
+ } else for (;length > index; index++) {
530
+ if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
531
+ } return !IS_INCLUDES && -1;
532
+ };
533
+ };
534
+
535
+ var arrayIncludes = {
536
+ // `Array.prototype.includes` method
537
+ // https://tc39.es/ecma262/#sec-array.prototype.includes
538
+ includes: createMethod$1(true),
539
+ // `Array.prototype.indexOf` method
540
+ // https://tc39.es/ecma262/#sec-array.prototype.indexof
541
+ indexOf: createMethod$1(false)
542
+ };
543
+
544
+ var indexOf = arrayIncludes.indexOf;
545
+
546
+
547
+ var objectKeysInternal = function (object, names) {
548
+ var O = toIndexedObject(object);
549
+ var i = 0;
550
+ var result = [];
551
+ var key;
552
+ for (key in O) !has$1(hiddenKeys$1, key) && has$1(O, key) && result.push(key);
553
+ // Don't enum bug & hidden keys
554
+ while (names.length > i) if (has$1(O, key = names[i++])) {
555
+ ~indexOf(result, key) || result.push(key);
556
+ }
557
+ return result;
558
+ };
559
+
560
+ // IE8- don't enum bug keys
561
+ var enumBugKeys = [
562
+ 'constructor',
563
+ 'hasOwnProperty',
564
+ 'isPrototypeOf',
565
+ 'propertyIsEnumerable',
566
+ 'toLocaleString',
567
+ 'toString',
568
+ 'valueOf'
569
+ ];
570
+
571
+ var hiddenKeys = enumBugKeys.concat('length', 'prototype');
572
+
573
+ // `Object.getOwnPropertyNames` method
574
+ // https://tc39.es/ecma262/#sec-object.getownpropertynames
575
+ // eslint-disable-next-line es/no-object-getownpropertynames -- safe
576
+ var f$1 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
577
+ return objectKeysInternal(O, hiddenKeys);
578
+ };
579
+
580
+ var objectGetOwnPropertyNames = {
581
+ f: f$1
582
+ };
583
+
584
+ // eslint-disable-next-line es/no-object-getownpropertysymbols -- safe
585
+ var f = Object.getOwnPropertySymbols;
586
+
587
+ var objectGetOwnPropertySymbols = {
588
+ f: f
589
+ };
590
+
591
+ // all object keys, includes non-enumerable and symbols
592
+ var ownKeys = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
593
+ var keys = objectGetOwnPropertyNames.f(anObject(it));
594
+ var getOwnPropertySymbols = objectGetOwnPropertySymbols.f;
595
+ return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
596
+ };
597
+
598
+ var copyConstructorProperties = function (target, source) {
599
+ var keys = ownKeys(source);
600
+ var defineProperty = objectDefineProperty.f;
601
+ var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
602
+ for (var i = 0; i < keys.length; i++) {
603
+ var key = keys[i];
604
+ if (!has$1(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
605
+ }
606
+ };
607
+
608
+ var replacement = /#|\.prototype\./;
609
+
610
+ var isForced = function (feature, detection) {
611
+ var value = data[normalize(feature)];
612
+ return value == POLYFILL ? true
613
+ : value == NATIVE ? false
614
+ : typeof detection == 'function' ? fails(detection)
615
+ : !!detection;
616
+ };
617
+
618
+ var normalize = isForced.normalize = function (string) {
619
+ return String(string).replace(replacement, '.').toLowerCase();
620
+ };
621
+
622
+ var data = isForced.data = {};
623
+ var NATIVE = isForced.NATIVE = 'N';
624
+ var POLYFILL = isForced.POLYFILL = 'P';
625
+
626
+ var isForced_1 = isForced;
627
+
628
+ var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
629
+
630
+
631
+
632
+
633
+
634
+
635
+ /*
636
+ options.target - name of the target object
637
+ options.global - target is the global object
638
+ options.stat - export as static methods of target
639
+ options.proto - export as prototype methods of target
640
+ options.real - real prototype method for the `pure` version
641
+ options.forced - export even if the native feature is available
642
+ options.bind - bind methods to the target, required for the `pure` version
643
+ options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
644
+ options.unsafe - use the simple assignment of property instead of delete + defineProperty
645
+ options.sham - add a flag to not completely full polyfills
646
+ options.enumerable - export as enumerable property
647
+ options.noTargetGet - prevent calling a getter on target
648
+ */
649
+ var _export = function (options, source) {
650
+ var TARGET = options.target;
651
+ var GLOBAL = options.global;
652
+ var STATIC = options.stat;
653
+ var FORCED, target, key, targetProperty, sourceProperty, descriptor;
654
+ if (GLOBAL) {
655
+ target = global_1;
656
+ } else if (STATIC) {
657
+ target = global_1[TARGET] || setGlobal(TARGET, {});
658
+ } else {
659
+ target = (global_1[TARGET] || {}).prototype;
660
+ }
661
+ if (target) for (key in source) {
662
+ sourceProperty = source[key];
663
+ if (options.noTargetGet) {
664
+ descriptor = getOwnPropertyDescriptor(target, key);
665
+ targetProperty = descriptor && descriptor.value;
666
+ } else targetProperty = target[key];
667
+ FORCED = isForced_1(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
668
+ // contained in target
669
+ if (!FORCED && targetProperty !== undefined) {
670
+ if (typeof sourceProperty === typeof targetProperty) continue;
671
+ copyConstructorProperties(sourceProperty, targetProperty);
672
+ }
673
+ // add a flag to not completely full polyfills
674
+ if (options.sham || (targetProperty && targetProperty.sham)) {
675
+ createNonEnumerableProperty(sourceProperty, 'sham', true);
676
+ }
677
+ // extend global
678
+ redefine(target, key, sourceProperty, options);
679
+ }
680
+ };
681
+
682
+ // `RegExp.prototype.flags` getter implementation
683
+ // https://tc39.es/ecma262/#sec-get-regexp.prototype.flags
684
+ var regexpFlags = function () {
685
+ var that = anObject(this);
686
+ var result = '';
687
+ if (that.global) result += 'g';
688
+ if (that.ignoreCase) result += 'i';
689
+ if (that.multiline) result += 'm';
690
+ if (that.dotAll) result += 's';
691
+ if (that.unicode) result += 'u';
692
+ if (that.sticky) result += 'y';
693
+ return result;
694
+ };
695
+
696
+ // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,
697
+ // so we use an intermediate function.
698
+ function RE(s, f) {
699
+ return RegExp(s, f);
700
+ }
701
+
702
+ var UNSUPPORTED_Y$1 = fails(function () {
703
+ // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
704
+ var re = RE('a', 'y');
705
+ re.lastIndex = 2;
706
+ return re.exec('abcd') != null;
707
+ });
708
+
709
+ var BROKEN_CARET = fails(function () {
710
+ // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
711
+ var re = RE('^r', 'gy');
712
+ re.lastIndex = 2;
713
+ return re.exec('str') != null;
714
+ });
715
+
716
+ var regexpStickyHelpers = {
717
+ UNSUPPORTED_Y: UNSUPPORTED_Y$1,
718
+ BROKEN_CARET: BROKEN_CARET
719
+ };
720
+
721
+ var nativeExec = RegExp.prototype.exec;
722
+ var nativeReplace = shared('native-string-replace', String.prototype.replace);
723
+
724
+ var patchedExec = nativeExec;
725
+
726
+ var UPDATES_LAST_INDEX_WRONG = (function () {
727
+ var re1 = /a/;
728
+ var re2 = /b*/g;
729
+ nativeExec.call(re1, 'a');
730
+ nativeExec.call(re2, 'a');
731
+ return re1.lastIndex !== 0 || re2.lastIndex !== 0;
732
+ })();
733
+
734
+ var UNSUPPORTED_Y = regexpStickyHelpers.UNSUPPORTED_Y || regexpStickyHelpers.BROKEN_CARET;
735
+
736
+ // nonparticipating capturing group, copied from es5-shim's String#split patch.
737
+ // eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing
738
+ var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
739
+
740
+ var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;
741
+
742
+ if (PATCH) {
743
+ patchedExec = function exec(str) {
744
+ var re = this;
745
+ var lastIndex, reCopy, match, i;
746
+ var sticky = UNSUPPORTED_Y && re.sticky;
747
+ var flags = regexpFlags.call(re);
748
+ var source = re.source;
749
+ var charsAdded = 0;
750
+ var strCopy = str;
751
+
752
+ if (sticky) {
753
+ flags = flags.replace('y', '');
754
+ if (flags.indexOf('g') === -1) {
755
+ flags += 'g';
756
+ }
757
+
758
+ strCopy = String(str).slice(re.lastIndex);
759
+ // Support anchored sticky behavior.
760
+ if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\n')) {
761
+ source = '(?: ' + source + ')';
762
+ strCopy = ' ' + strCopy;
763
+ charsAdded++;
764
+ }
765
+ // ^(? + rx + ) is needed, in combination with some str slicing, to
766
+ // simulate the 'y' flag.
767
+ reCopy = new RegExp('^(?:' + source + ')', flags);
768
+ }
769
+
770
+ if (NPCG_INCLUDED) {
771
+ reCopy = new RegExp('^' + source + '$(?!\\s)', flags);
772
+ }
773
+ if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
774
+
775
+ match = nativeExec.call(sticky ? reCopy : re, strCopy);
776
+
777
+ if (sticky) {
778
+ if (match) {
779
+ match.input = match.input.slice(charsAdded);
780
+ match[0] = match[0].slice(charsAdded);
781
+ match.index = re.lastIndex;
782
+ re.lastIndex += match[0].length;
783
+ } else re.lastIndex = 0;
784
+ } else if (UPDATES_LAST_INDEX_WRONG && match) {
785
+ re.lastIndex = re.global ? match.index + match[0].length : lastIndex;
786
+ }
787
+ if (NPCG_INCLUDED && match && match.length > 1) {
788
+ // Fix browsers whose `exec` methods don't consistently return `undefined`
789
+ // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/
790
+ nativeReplace.call(match[0], reCopy, function () {
791
+ for (i = 1; i < arguments.length - 2; i++) {
792
+ if (arguments[i] === undefined) match[i] = undefined;
793
+ }
794
+ });
795
+ }
796
+
797
+ return match;
798
+ };
799
+ }
800
+
801
+ var regexpExec = patchedExec;
802
+
803
+ // `RegExp.prototype.exec` method
804
+ // https://tc39.es/ecma262/#sec-regexp.prototype.exec
805
+ _export({ target: 'RegExp', proto: true, forced: /./.exec !== regexpExec }, {
806
+ exec: regexpExec
807
+ });
808
+
809
+ var engineIsNode = classofRaw(global_1.process) == 'process';
810
+
811
+ var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
812
+
813
+ var process = global_1.process;
814
+ var versions = process && process.versions;
815
+ var v8 = versions && versions.v8;
816
+ var match, version;
817
+
818
+ if (v8) {
819
+ match = v8.split('.');
820
+ version = match[0] + match[1];
821
+ } else if (engineUserAgent) {
822
+ match = engineUserAgent.match(/Edge\/(\d+)/);
823
+ if (!match || match[1] >= 74) {
824
+ match = engineUserAgent.match(/Chrome\/(\d+)/);
825
+ if (match) version = match[1];
826
+ }
827
+ }
828
+
829
+ var engineV8Version = version && +version;
830
+
831
+ // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
832
+ var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
833
+ // eslint-disable-next-line es/no-symbol -- required for testing
834
+ return !Symbol.sham &&
835
+ // Chrome 38 Symbol has incorrect toString conversion
836
+ // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
837
+ (engineIsNode ? engineV8Version === 38 : engineV8Version > 37 && engineV8Version < 41);
838
+ });
839
+
840
+ /* eslint-disable es/no-symbol -- required for testing */
841
+
842
+
843
+ var useSymbolAsUid = nativeSymbol
844
+ && !Symbol.sham
845
+ && typeof Symbol.iterator == 'symbol';
846
+
847
+ var WellKnownSymbolsStore = shared('wks');
848
+ var Symbol$1 = global_1.Symbol;
849
+ var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
850
+
851
+ var wellKnownSymbol = function (name) {
852
+ if (!has$1(WellKnownSymbolsStore, name) || !(nativeSymbol || typeof WellKnownSymbolsStore[name] == 'string')) {
853
+ if (nativeSymbol && has$1(Symbol$1, name)) {
854
+ WellKnownSymbolsStore[name] = Symbol$1[name];
855
+ } else {
856
+ WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
857
+ }
858
+ } return WellKnownSymbolsStore[name];
859
+ };
860
+
861
+ // TODO: Remove from `core-js@4` since it's moved to entry points
862
+
863
+
864
+
865
+
866
+
867
+
868
+ var SPECIES$2 = wellKnownSymbol('species');
869
+
870
+ var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
871
+ // #replace needs built-in support for named groups.
872
+ // #match works fine because it just return the exec results, even if it has
873
+ // a "grops" property.
874
+ var re = /./;
875
+ re.exec = function () {
876
+ var result = [];
877
+ result.groups = { a: '7' };
878
+ return result;
879
+ };
880
+ return ''.replace(re, '$<a>') !== '7';
881
+ });
882
+
883
+ // IE <= 11 replaces $0 with the whole match, as if it was $&
884
+ // https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0
885
+ var REPLACE_KEEPS_$0 = (function () {
886
+ // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing
887
+ return 'a'.replace(/./, '$0') === '$0';
888
+ })();
889
+
890
+ var REPLACE = wellKnownSymbol('replace');
891
+ // Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string
892
+ var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
893
+ if (/./[REPLACE]) {
894
+ return /./[REPLACE]('a', '$0') === '';
895
+ }
896
+ return false;
897
+ })();
898
+
899
+ // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
900
+ // Weex JS has frozen built-in prototypes, so use try / catch wrapper
901
+ var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {
902
+ // eslint-disable-next-line regexp/no-empty-group -- required for testing
903
+ var re = /(?:)/;
904
+ var originalExec = re.exec;
905
+ re.exec = function () { return originalExec.apply(this, arguments); };
906
+ var result = 'ab'.split(re);
907
+ return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';
908
+ });
909
+
910
+ var fixRegexpWellKnownSymbolLogic = function (KEY, length, exec, sham) {
911
+ var SYMBOL = wellKnownSymbol(KEY);
912
+
913
+ var DELEGATES_TO_SYMBOL = !fails(function () {
914
+ // String methods call symbol-named RegEp methods
915
+ var O = {};
916
+ O[SYMBOL] = function () { return 7; };
917
+ return ''[KEY](O) != 7;
918
+ });
919
+
920
+ var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {
921
+ // Symbol-named RegExp methods call .exec
922
+ var execCalled = false;
923
+ var re = /a/;
924
+
925
+ if (KEY === 'split') {
926
+ // We can't use real regex here since it causes deoptimization
927
+ // and serious performance degradation in V8
928
+ // https://github.com/zloirock/core-js/issues/306
929
+ re = {};
930
+ // RegExp[@@split] doesn't call the regex's exec method, but first creates
931
+ // a new one. We need to return the patched regex when creating the new one.
932
+ re.constructor = {};
933
+ re.constructor[SPECIES$2] = function () { return re; };
934
+ re.flags = '';
935
+ re[SYMBOL] = /./[SYMBOL];
936
+ }
937
+
938
+ re.exec = function () { execCalled = true; return null; };
939
+
940
+ re[SYMBOL]('');
941
+ return !execCalled;
942
+ });
943
+
944
+ if (
945
+ !DELEGATES_TO_SYMBOL ||
946
+ !DELEGATES_TO_EXEC ||
947
+ (KEY === 'replace' && !(
948
+ REPLACE_SUPPORTS_NAMED_GROUPS &&
949
+ REPLACE_KEEPS_$0 &&
950
+ !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
951
+ )) ||
952
+ (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)
953
+ ) {
954
+ var nativeRegExpMethod = /./[SYMBOL];
955
+ var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {
956
+ if (regexp.exec === RegExp.prototype.exec) {
957
+ if (DELEGATES_TO_SYMBOL && !forceStringMethod) {
958
+ // The native String method already delegates to @@method (this
959
+ // polyfilled function), leasing to infinite recursion.
960
+ // We avoid it by directly calling the native @@method method.
961
+ return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };
962
+ }
963
+ return { done: true, value: nativeMethod.call(str, regexp, arg2) };
964
+ }
965
+ return { done: false };
966
+ }, {
967
+ REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,
968
+ REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
969
+ });
970
+ var stringMethod = methods[0];
971
+ var regexMethod = methods[1];
972
+
973
+ redefine(String.prototype, KEY, stringMethod);
974
+ redefine(RegExp.prototype, SYMBOL, length == 2
975
+ // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)
976
+ // 21.2.5.11 RegExp.prototype[@@split](string, limit)
977
+ ? function (string, arg) { return regexMethod.call(string, this, arg); }
978
+ // 21.2.5.6 RegExp.prototype[@@match](string)
979
+ // 21.2.5.9 RegExp.prototype[@@search](string)
980
+ : function (string) { return regexMethod.call(string, this); }
981
+ );
982
+ }
983
+
984
+ if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);
985
+ };
986
+
987
+ // `String.prototype.{ codePointAt, at }` methods implementation
988
+ var createMethod = function (CONVERT_TO_STRING) {
989
+ return function ($this, pos) {
990
+ var S = String(requireObjectCoercible($this));
991
+ var position = toInteger(pos);
992
+ var size = S.length;
993
+ var first, second;
994
+ if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;
995
+ first = S.charCodeAt(position);
996
+ return first < 0xD800 || first > 0xDBFF || position + 1 === size
997
+ || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF
998
+ ? CONVERT_TO_STRING ? S.charAt(position) : first
999
+ : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
1000
+ };
1001
+ };
1002
+
1003
+ var stringMultibyte = {
1004
+ // `String.prototype.codePointAt` method
1005
+ // https://tc39.es/ecma262/#sec-string.prototype.codepointat
1006
+ codeAt: createMethod(false),
1007
+ // `String.prototype.at` method
1008
+ // https://github.com/mathiasbynens/String.prototype.at
1009
+ charAt: createMethod(true)
1010
+ };
1011
+
1012
+ var charAt = stringMultibyte.charAt;
1013
+
1014
+ // `AdvanceStringIndex` abstract operation
1015
+ // https://tc39.es/ecma262/#sec-advancestringindex
1016
+ var advanceStringIndex = function (S, index, unicode) {
1017
+ return index + (unicode ? charAt(S, index).length : 1);
1018
+ };
1019
+
1020
+ // `ToObject` abstract operation
1021
+ // https://tc39.es/ecma262/#sec-toobject
1022
+ var toObject = function (argument) {
1023
+ return Object(requireObjectCoercible(argument));
1024
+ };
1025
+
1026
+ var floor = Math.floor;
1027
+ var replace = ''.replace;
1028
+ var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g;
1029
+ var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g;
1030
+
1031
+ // https://tc39.es/ecma262/#sec-getsubstitution
1032
+ var getSubstitution = function (matched, str, position, captures, namedCaptures, replacement) {
1033
+ var tailPos = position + matched.length;
1034
+ var m = captures.length;
1035
+ var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;
1036
+ if (namedCaptures !== undefined) {
1037
+ namedCaptures = toObject(namedCaptures);
1038
+ symbols = SUBSTITUTION_SYMBOLS;
1039
+ }
1040
+ return replace.call(replacement, symbols, function (match, ch) {
1041
+ var capture;
1042
+ switch (ch.charAt(0)) {
1043
+ case '$': return '$';
1044
+ case '&': return matched;
1045
+ case '`': return str.slice(0, position);
1046
+ case "'": return str.slice(tailPos);
1047
+ case '<':
1048
+ capture = namedCaptures[ch.slice(1, -1)];
1049
+ break;
1050
+ default: // \d\d?
1051
+ var n = +ch;
1052
+ if (n === 0) return match;
1053
+ if (n > m) {
1054
+ var f = floor(n / 10);
1055
+ if (f === 0) return match;
1056
+ if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
1057
+ return match;
1058
+ }
1059
+ capture = captures[n - 1];
1060
+ }
1061
+ return capture === undefined ? '' : capture;
1062
+ });
1063
+ };
1064
+
1065
+ // `RegExpExec` abstract operation
1066
+ // https://tc39.es/ecma262/#sec-regexpexec
1067
+ var regexpExecAbstract = function (R, S) {
1068
+ var exec = R.exec;
1069
+ if (typeof exec === 'function') {
1070
+ var result = exec.call(R, S);
1071
+ if (typeof result !== 'object') {
1072
+ throw TypeError('RegExp exec method returned something other than an Object or null');
1073
+ }
1074
+ return result;
1075
+ }
1076
+
1077
+ if (classofRaw(R) !== 'RegExp') {
1078
+ throw TypeError('RegExp#exec called on incompatible receiver');
1079
+ }
1080
+
1081
+ return regexpExec.call(R, S);
1082
+ };
1083
+
1084
+ var max = Math.max;
1085
+ var min = Math.min;
1086
+
1087
+ var maybeToString = function (it) {
1088
+ return it === undefined ? it : String(it);
1089
+ };
1090
+
1091
+ // @@replace logic
1092
+ fixRegexpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {
1093
+ var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;
1094
+ var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;
1095
+ var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';
1096
+
1097
+ return [
1098
+ // `String.prototype.replace` method
1099
+ // https://tc39.es/ecma262/#sec-string.prototype.replace
1100
+ function replace(searchValue, replaceValue) {
1101
+ var O = requireObjectCoercible(this);
1102
+ var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];
1103
+ return replacer !== undefined
1104
+ ? replacer.call(searchValue, O, replaceValue)
1105
+ : nativeReplace.call(String(O), searchValue, replaceValue);
1106
+ },
1107
+ // `RegExp.prototype[@@replace]` method
1108
+ // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace
1109
+ function (regexp, replaceValue) {
1110
+ if (
1111
+ (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||
1112
+ (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)
1113
+ ) {
1114
+ var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);
1115
+ if (res.done) return res.value;
1116
+ }
1117
+
1118
+ var rx = anObject(regexp);
1119
+ var S = String(this);
1120
+
1121
+ var functionalReplace = typeof replaceValue === 'function';
1122
+ if (!functionalReplace) replaceValue = String(replaceValue);
1123
+
1124
+ var global = rx.global;
1125
+ if (global) {
1126
+ var fullUnicode = rx.unicode;
1127
+ rx.lastIndex = 0;
1128
+ }
1129
+ var results = [];
1130
+ while (true) {
1131
+ var result = regexpExecAbstract(rx, S);
1132
+ if (result === null) break;
1133
+
1134
+ results.push(result);
1135
+ if (!global) break;
1136
+
1137
+ var matchStr = String(result[0]);
1138
+ if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
1139
+ }
1140
+
1141
+ var accumulatedResult = '';
1142
+ var nextSourcePosition = 0;
1143
+ for (var i = 0; i < results.length; i++) {
1144
+ result = results[i];
1145
+
1146
+ var matched = String(result[0]);
1147
+ var position = max(min(toInteger(result.index), S.length), 0);
1148
+ var captures = [];
1149
+ // NOTE: This is equivalent to
1150
+ // captures = result.slice(1).map(maybeToString)
1151
+ // but for some reason `nativeSlice.call(result, 1, result.length)` (called in
1152
+ // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and
1153
+ // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.
1154
+ for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));
1155
+ var namedCaptures = result.groups;
1156
+ if (functionalReplace) {
1157
+ var replacerArgs = [matched].concat(captures, position, S);
1158
+ if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);
1159
+ var replacement = String(replaceValue.apply(undefined, replacerArgs));
1160
+ } else {
1161
+ replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
1162
+ }
1163
+ if (position >= nextSourcePosition) {
1164
+ accumulatedResult += S.slice(nextSourcePosition, position) + replacement;
1165
+ nextSourcePosition = position + matched.length;
1166
+ }
1167
+ }
1168
+ return accumulatedResult + S.slice(nextSourcePosition);
1169
+ }
1170
+ ];
1171
+ });
1172
+
1173
+ // `IsArray` abstract operation
1174
+ // https://tc39.es/ecma262/#sec-isarray
1175
+ // eslint-disable-next-line es/no-array-isarray -- safe
1176
+ var isArray = Array.isArray || function isArray(arg) {
1177
+ return classofRaw(arg) == 'Array';
1178
+ };
1179
+
1180
+ var createProperty = function (object, key, value) {
1181
+ var propertyKey = toPrimitive(key);
1182
+ if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
1183
+ else object[propertyKey] = value;
1184
+ };
1185
+
1186
+ var SPECIES$1 = wellKnownSymbol('species');
1187
+
1188
+ // `ArraySpeciesCreate` abstract operation
1189
+ // https://tc39.es/ecma262/#sec-arrayspeciescreate
1190
+ var arraySpeciesCreate = function (originalArray, length) {
1191
+ var C;
1192
+ if (isArray(originalArray)) {
1193
+ C = originalArray.constructor;
1194
+ // cross-realm fallback
1195
+ if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
1196
+ else if (isObject(C)) {
1197
+ C = C[SPECIES$1];
1198
+ if (C === null) C = undefined;
1199
+ }
1200
+ } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
1201
+ };
1202
+
1203
+ var SPECIES = wellKnownSymbol('species');
1204
+
1205
+ var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
1206
+ // We can't use this feature detection in V8 since it causes
1207
+ // deoptimization and serious performance degradation
1208
+ // https://github.com/zloirock/core-js/issues/677
1209
+ return engineV8Version >= 51 || !fails(function () {
1210
+ var array = [];
1211
+ var constructor = array.constructor = {};
1212
+ constructor[SPECIES] = function () {
1213
+ return { foo: 1 };
1214
+ };
1215
+ return array[METHOD_NAME](Boolean).foo !== 1;
1216
+ });
1217
+ };
1218
+
1219
+ var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
1220
+ var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
1221
+ var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
1222
+
1223
+ // We can't use this feature detection in V8 since it causes
1224
+ // deoptimization and serious performance degradation
1225
+ // https://github.com/zloirock/core-js/issues/679
1226
+ var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function () {
1227
+ var array = [];
1228
+ array[IS_CONCAT_SPREADABLE] = false;
1229
+ return array.concat()[0] !== array;
1230
+ });
1231
+
1232
+ var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
1233
+
1234
+ var isConcatSpreadable = function (O) {
1235
+ if (!isObject(O)) return false;
1236
+ var spreadable = O[IS_CONCAT_SPREADABLE];
1237
+ return spreadable !== undefined ? !!spreadable : isArray(O);
1238
+ };
1239
+
1240
+ var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
1241
+
1242
+ // `Array.prototype.concat` method
1243
+ // https://tc39.es/ecma262/#sec-array.prototype.concat
1244
+ // with adding support of @@isConcatSpreadable and @@species
1245
+ _export({ target: 'Array', proto: true, forced: FORCED }, {
1246
+ // eslint-disable-next-line no-unused-vars -- required for `.length`
1247
+ concat: function concat(arg) {
1248
+ var O = toObject(this);
1249
+ var A = arraySpeciesCreate(O, 0);
1250
+ var n = 0;
1251
+ var i, k, length, len, E;
1252
+ for (i = -1, length = arguments.length; i < length; i++) {
1253
+ E = i === -1 ? O : arguments[i];
1254
+ if (isConcatSpreadable(E)) {
1255
+ len = toLength(E.length);
1256
+ if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1257
+ for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
1258
+ } else {
1259
+ if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1260
+ createProperty(A, n++, E);
1261
+ }
1262
+ }
1263
+ A.length = n;
1264
+ return A;
1265
+ }
1266
+ });
1267
+
1268
+ //
1269
+ //
1270
+ //
1271
+ //
1272
+ var $ = window.jQuery;
1273
+
1274
+ var deepCopy = function deepCopy(arg) {
1275
+ if (arg === undefined) {
1276
+ return arg;
1277
+ }
1278
+
1279
+ return $.extend(true, Array.isArray(arg) ? [] : {}, arg);
1280
+ };
1281
+
1282
+ var script = {
1283
+ name: 'BootstrapTable',
1284
+ props: {
1285
+ columns: {
1286
+ type: Array,
1287
+ require: true
1288
+ },
1289
+ data: {
1290
+ type: [Array, Object],
1291
+ default: function _default() {
1292
+ return undefined;
1293
+ }
1294
+ },
1295
+ options: {
1296
+ type: Object,
1297
+ default: function _default() {
1298
+ return {};
1299
+ }
1300
+ }
1301
+ },
1302
+ mounted: function mounted() {
1303
+ var _this = this;
1304
+
1305
+ this.$table = $(this.$el);
1306
+ this.$table.on('all.bs.table', function (e, name, args) {
1307
+ var eventName = $.fn.bootstrapTable.events[name];
1308
+ eventName = eventName.replace(/([A-Z])/g, '-$1').toLowerCase();
1309
+
1310
+ _this.$emit.apply(_this, ['on-all'].concat(_toConsumableArray(args)));
1311
+
1312
+ _this.$emit.apply(_this, [eventName].concat(_toConsumableArray(args)));
1313
+ });
1314
+
1315
+ this._initTable();
1316
+ },
1317
+ methods: _objectSpread2({
1318
+ _initTable: function _initTable() {
1319
+ var options = _objectSpread2(_objectSpread2({}, deepCopy(this.options)), {}, {
1320
+ columns: deepCopy(this.columns),
1321
+ data: deepCopy(this.data)
1322
+ });
1323
+
1324
+ if (!this._hasInit) {
1325
+ this.$table.bootstrapTable(options);
1326
+ this._hasInit = true;
1327
+ } else {
1328
+ this.refreshOptions(options);
1329
+ }
1330
+ }
1331
+ }, function () {
1332
+ var res = {};
1333
+
1334
+ var _iterator = _createForOfIteratorHelper($.fn.bootstrapTable.methods),
1335
+ _step;
1336
+
1337
+ try {
1338
+ var _loop = function _loop() {
1339
+ var method = _step.value;
1340
+
1341
+ res[method] = function () {
1342
+ var _this$$table;
1343
+
1344
+ for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
1345
+ args[_key] = arguments[_key];
1346
+ }
1347
+
1348
+ return (_this$$table = this.$table).bootstrapTable.apply(_this$$table, [method].concat(args));
1349
+ };
1350
+ };
1351
+
1352
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
1353
+ _loop();
1354
+ }
1355
+ } catch (err) {
1356
+ _iterator.e(err);
1357
+ } finally {
1358
+ _iterator.f();
1359
+ }
1360
+
1361
+ return res;
1362
+ }()),
1363
+ watch: {
1364
+ options: {
1365
+ handler: function handler() {
1366
+ this._initTable();
1367
+ },
1368
+ deep: true
1369
+ },
1370
+ columns: {
1371
+ handler: function handler() {
1372
+ this._initTable();
1373
+ },
1374
+ deep: true
1375
+ },
1376
+ data: {
1377
+ handler: function handler() {
1378
+ this.load(deepCopy(this.data));
1379
+ },
1380
+ deep: true
1381
+ }
1382
+ }
1383
+ };
1384
+
1385
+ function normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier /* server only */, shadowMode, createInjector, createInjectorSSR, createInjectorShadow) {
1386
+ if (typeof shadowMode !== 'boolean') {
1387
+ createInjectorSSR = createInjector;
1388
+ createInjector = shadowMode;
1389
+ shadowMode = false;
1390
+ }
1391
+ // Vue.extend constructor export interop.
1392
+ const options = typeof script === 'function' ? script.options : script;
1393
+ // render functions
1394
+ if (template && template.render) {
1395
+ options.render = template.render;
1396
+ options.staticRenderFns = template.staticRenderFns;
1397
+ options._compiled = true;
1398
+ // functional template
1399
+ if (isFunctionalTemplate) {
1400
+ options.functional = true;
1401
+ }
1402
+ }
1403
+ // scopedId
1404
+ if (scopeId) {
1405
+ options._scopeId = scopeId;
1406
+ }
1407
+ let hook;
1408
+ if (moduleIdentifier) {
1409
+ // server build
1410
+ hook = function (context) {
1411
+ // 2.3 injection
1412
+ context =
1413
+ context || // cached call
1414
+ (this.$vnode && this.$vnode.ssrContext) || // stateful
1415
+ (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext); // functional
1416
+ // 2.2 with runInNewContext: true
1417
+ if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
1418
+ context = __VUE_SSR_CONTEXT__;
1419
+ }
1420
+ // inject component styles
1421
+ if (style) {
1422
+ style.call(this, createInjectorSSR(context));
1423
+ }
1424
+ // register component module identifier for async chunk inference
1425
+ if (context && context._registeredComponents) {
1426
+ context._registeredComponents.add(moduleIdentifier);
1427
+ }
1428
+ };
1429
+ // used by ssr in case component is cached and beforeCreate
1430
+ // never gets called
1431
+ options._ssrRegister = hook;
1432
+ }
1433
+ else if (style) {
1434
+ hook = shadowMode
1435
+ ? function (context) {
1436
+ style.call(this, createInjectorShadow(context, this.$root.$options.shadowRoot));
1437
+ }
1438
+ : function (context) {
1439
+ style.call(this, createInjector(context));
1440
+ };
1441
+ }
1442
+ if (hook) {
1443
+ if (options.functional) {
1444
+ // register for functional component in vue file
1445
+ const originalRender = options.render;
1446
+ options.render = function renderWithStyleInjection(h, context) {
1447
+ hook.call(context);
1448
+ return originalRender(h, context);
1449
+ };
1450
+ }
1451
+ else {
1452
+ // inject component registration as beforeCreate hook
1453
+ const existing = options.beforeCreate;
1454
+ options.beforeCreate = existing ? [].concat(existing, hook) : [hook];
1455
+ }
1456
+ }
1457
+ return script;
1458
+ }
1459
+
1460
+ /* script */
1461
+ const __vue_script__ = script;
1462
+
1463
+ /* template */
1464
+ var __vue_render__ = function() {
1465
+ var _vm = this;
1466
+ var _h = _vm.$createElement;
1467
+ var _c = _vm._self._c || _h;
1468
+ return _c("table")
1469
+ };
1470
+ var __vue_staticRenderFns__ = [];
1471
+ __vue_render__._withStripped = true;
1472
+
1473
+ /* style */
1474
+ const __vue_inject_styles__ = undefined;
1475
+ /* scoped */
1476
+ const __vue_scope_id__ = undefined;
1477
+ /* module identifier */
1478
+ const __vue_module_identifier__ = undefined;
1479
+ /* functional template */
1480
+ const __vue_is_functional_template__ = false;
1481
+ /* style inject */
1482
+
1483
+ /* style inject SSR */
1484
+
1485
+ /* style inject shadow dom */
1486
+
1487
+
1488
+
1489
+ const __vue_component__ = /*#__PURE__*/normalizeComponent(
1490
+ { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
1491
+ __vue_inject_styles__,
1492
+ __vue_script__,
1493
+ __vue_scope_id__,
1494
+ __vue_is_functional_template__,
1495
+ __vue_module_identifier__,
1496
+ false,
1497
+ undefined,
1498
+ undefined,
1499
+ undefined
1500
+ );
1501
+
1502
+ return __vue_component__;
1481
1503
 
1482
1504
  })));