bootstrap-table-rails 1.17.1 → 1.18.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/.DS_Store +0 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +30 -132
  5. data/lib/bootstrap-table-rails/version.rb +1 -1
  6. data/vendor/.DS_Store +0 -0
  7. data/vendor/assets/.DS_Store +0 -0
  8. data/vendor/assets/javascripts/.DS_Store +0 -0
  9. data/vendor/assets/javascripts/bootstrap-table/.DS_Store +0 -0
  10. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +734 -359
  11. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +573 -1483
  12. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +1378 -2290
  13. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +27 -7
  14. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +7404 -7539
  15. data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +1774 -1646
  16. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +1206 -1088
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +2541 -2980
  18. data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +1232 -1112
  19. data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +1251 -1582
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +864 -815
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +1899 -2457
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +2227 -2688
  23. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +3135 -2962
  24. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/utils.js +2429 -2356
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +1605 -1539
  26. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.css +3 -2
  27. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +1599 -1860
  28. data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +45 -11
  29. data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +1461 -1376
  30. data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +1290 -1234
  31. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +1787 -2136
  32. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +1118 -1038
  33. data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +329 -310
  34. data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +1641 -2195
  35. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +1472 -1398
  36. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +1035 -981
  37. data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +914 -711
  38. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +1246 -1147
  39. data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +2032 -2580
  40. data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +1186 -1918
  41. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +136 -113
  42. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +136 -113
  43. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +136 -113
  44. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +136 -113
  45. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +136 -113
  46. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +136 -113
  47. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +179 -117
  48. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +136 -113
  49. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +136 -113
  50. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +136 -113
  51. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +153 -130
  52. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +136 -113
  53. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +150 -127
  54. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +136 -113
  55. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +136 -113
  56. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +136 -113
  57. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +136 -113
  58. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +136 -113
  59. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +153 -130
  60. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +136 -113
  61. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +136 -113
  62. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +136 -113
  63. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +147 -124
  64. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +136 -113
  65. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +136 -113
  66. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +136 -113
  67. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +136 -113
  68. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +136 -113
  69. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +136 -113
  70. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +136 -113
  71. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +136 -113
  72. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +136 -113
  73. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +136 -113
  74. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +136 -113
  75. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +136 -113
  76. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +136 -113
  77. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +157 -133
  78. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +136 -113
  79. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +157 -134
  80. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +136 -113
  81. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +157 -134
  82. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +153 -130
  83. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +136 -113
  84. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +136 -113
  85. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +136 -113
  86. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +136 -113
  87. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +136 -113
  88. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +136 -113
  89. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +136 -113
  90. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +136 -113
  91. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +136 -113
  92. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +136 -113
  93. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +136 -113
  94. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +28 -6
  95. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +1119 -1044
  96. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +26 -6
  97. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +1111 -1036
  98. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +35 -6
  99. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +1127 -1046
  100. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +35 -6
  101. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +1120 -1039
  102. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +26 -6
  103. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +1088 -1013
  104. metadata +6 -1
@@ -1,3 +1,144 @@
1
+ import { openBlock, createBlock } from 'vue';
2
+
3
+ function _defineProperty(obj, key, value) {
4
+ if (key in obj) {
5
+ Object.defineProperty(obj, key, {
6
+ value: value,
7
+ enumerable: true,
8
+ configurable: true,
9
+ writable: true
10
+ });
11
+ } else {
12
+ obj[key] = value;
13
+ }
14
+
15
+ return obj;
16
+ }
17
+
18
+ function ownKeys$1(object, enumerableOnly) {
19
+ var keys = Object.keys(object);
20
+
21
+ if (Object.getOwnPropertySymbols) {
22
+ var symbols = Object.getOwnPropertySymbols(object);
23
+ if (enumerableOnly) symbols = symbols.filter(function (sym) {
24
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
25
+ });
26
+ keys.push.apply(keys, symbols);
27
+ }
28
+
29
+ return keys;
30
+ }
31
+
32
+ function _objectSpread2(target) {
33
+ for (var i = 1; i < arguments.length; i++) {
34
+ var source = arguments[i] != null ? arguments[i] : {};
35
+
36
+ if (i % 2) {
37
+ ownKeys$1(Object(source), true).forEach(function (key) {
38
+ _defineProperty(target, key, source[key]);
39
+ });
40
+ } else if (Object.getOwnPropertyDescriptors) {
41
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
42
+ } else {
43
+ ownKeys$1(Object(source)).forEach(function (key) {
44
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
45
+ });
46
+ }
47
+ }
48
+
49
+ return target;
50
+ }
51
+
52
+ function _toConsumableArray(arr) {
53
+ return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
54
+ }
55
+
56
+ function _arrayWithoutHoles(arr) {
57
+ if (Array.isArray(arr)) return _arrayLikeToArray(arr);
58
+ }
59
+
60
+ function _iterableToArray(iter) {
61
+ if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);
62
+ }
63
+
64
+ function _unsupportedIterableToArray(o, minLen) {
65
+ if (!o) return;
66
+ if (typeof o === "string") return _arrayLikeToArray(o, minLen);
67
+ var n = Object.prototype.toString.call(o).slice(8, -1);
68
+ if (n === "Object" && o.constructor) n = o.constructor.name;
69
+ if (n === "Map" || n === "Set") return Array.from(o);
70
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
71
+ }
72
+
73
+ function _arrayLikeToArray(arr, len) {
74
+ if (len == null || len > arr.length) len = arr.length;
75
+
76
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
77
+
78
+ return arr2;
79
+ }
80
+
81
+ function _nonIterableSpread() {
82
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
83
+ }
84
+
85
+ function _createForOfIteratorHelper(o, allowArrayLike) {
86
+ var it;
87
+
88
+ if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {
89
+ if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
90
+ if (it) o = it;
91
+ var i = 0;
92
+
93
+ var F = function () {};
94
+
95
+ return {
96
+ s: F,
97
+ n: function () {
98
+ if (i >= o.length) return {
99
+ done: true
100
+ };
101
+ return {
102
+ done: false,
103
+ value: o[i++]
104
+ };
105
+ },
106
+ e: function (e) {
107
+ throw e;
108
+ },
109
+ f: F
110
+ };
111
+ }
112
+
113
+ throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
114
+ }
115
+
116
+ var normalCompletion = true,
117
+ didErr = false,
118
+ err;
119
+ return {
120
+ s: function () {
121
+ it = o[Symbol.iterator]();
122
+ },
123
+ n: function () {
124
+ var step = it.next();
125
+ normalCompletion = step.done;
126
+ return step;
127
+ },
128
+ e: function (e) {
129
+ didErr = true;
130
+ err = e;
131
+ },
132
+ f: function () {
133
+ try {
134
+ if (!normalCompletion && it.return != null) it.return();
135
+ } finally {
136
+ if (didErr) throw err;
137
+ }
138
+ }
139
+ };
140
+ }
141
+
1
142
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
2
143
 
3
144
  function createCommonjsModule(fn, module) {
@@ -10,13 +151,13 @@ var check = function (it) {
10
151
 
11
152
  // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
12
153
  var global_1 =
13
- // eslint-disable-next-line no-undef
154
+ /* global globalThis -- safe */
14
155
  check(typeof globalThis == 'object' && globalThis) ||
15
156
  check(typeof window == 'object' && window) ||
16
157
  check(typeof self == 'object' && self) ||
17
158
  check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
18
- // eslint-disable-next-line no-new-func
19
- Function('return this')();
159
+ // eslint-disable-next-line no-new-func -- fallback
160
+ (function () { return this; })() || Function('return this')();
20
161
 
21
162
  var fails = function (exec) {
22
163
  try {
@@ -26,26 +167,26 @@ var fails = function (exec) {
26
167
  }
27
168
  };
28
169
 
29
- // Thank's IE8 for his funny defineProperty
170
+ // Detect IE8's incomplete defineProperty implementation
30
171
  var descriptors = !fails(function () {
31
- return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
172
+ return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
32
173
  });
33
174
 
34
175
  var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
35
- var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
176
+ var getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
36
177
 
37
178
  // Nashorn ~ JDK8 bug
38
- var NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);
179
+ var NASHORN_BUG = getOwnPropertyDescriptor$1 && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);
39
180
 
40
181
  // `Object.prototype.propertyIsEnumerable` method implementation
41
- // https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable
42
- var f = NASHORN_BUG ? function propertyIsEnumerable(V) {
43
- var descriptor = getOwnPropertyDescriptor(this, V);
182
+ // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
183
+ var f$4 = NASHORN_BUG ? function propertyIsEnumerable(V) {
184
+ var descriptor = getOwnPropertyDescriptor$1(this, V);
44
185
  return !!descriptor && descriptor.enumerable;
45
186
  } : nativePropertyIsEnumerable;
46
187
 
47
188
  var objectPropertyIsEnumerable = {
48
- f: f
189
+ f: f$4
49
190
  };
50
191
 
51
192
  var createPropertyDescriptor = function (bitmap, value) {
@@ -68,14 +209,14 @@ var split = ''.split;
68
209
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
69
210
  var indexedObject = fails(function () {
70
211
  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
71
- // eslint-disable-next-line no-prototype-builtins
212
+ // eslint-disable-next-line no-prototype-builtins -- safe
72
213
  return !Object('z').propertyIsEnumerable(0);
73
214
  }) ? function (it) {
74
215
  return classofRaw(it) == 'String' ? split.call(it, '') : Object(it);
75
216
  } : Object;
76
217
 
77
218
  // `RequireObjectCoercible` abstract operation
78
- // https://tc39.github.io/ecma262/#sec-requireobjectcoercible
219
+ // https://tc39.es/ecma262/#sec-requireobjectcoercible
79
220
  var requireObjectCoercible = function (it) {
80
221
  if (it == undefined) throw TypeError("Can't call method on " + it);
81
222
  return it;
@@ -94,7 +235,7 @@ var isObject = function (it) {
94
235
  };
95
236
 
96
237
  // `ToPrimitive` abstract operation
97
- // https://tc39.github.io/ecma262/#sec-toprimitive
238
+ // https://tc39.es/ecma262/#sec-toprimitive
98
239
  // instead of the ES6 spec version, we didn't implement @@toPrimitive case
99
240
  // and the second argument - flag - preferred type is a string
100
241
  var toPrimitive = function (input, PREFERRED_STRING) {
@@ -108,16 +249,16 @@ var toPrimitive = function (input, PREFERRED_STRING) {
108
249
 
109
250
  var hasOwnProperty = {}.hasOwnProperty;
110
251
 
111
- var has = function (it, key) {
252
+ var has$1 = function (it, key) {
112
253
  return hasOwnProperty.call(it, key);
113
254
  };
114
255
 
115
- var document$1 = global_1.document;
256
+ var document = global_1.document;
116
257
  // typeof document.createElement is 'object' in old IE
117
- var EXISTS = isObject(document$1) && isObject(document$1.createElement);
258
+ var EXISTS = isObject(document) && isObject(document.createElement);
118
259
 
119
260
  var documentCreateElement = function (it) {
120
- return EXISTS ? document$1.createElement(it) : {};
261
+ return EXISTS ? document.createElement(it) : {};
121
262
  };
122
263
 
123
264
  // Thank's IE8 for his funny defineProperty
@@ -130,18 +271,18 @@ var ie8DomDefine = !descriptors && !fails(function () {
130
271
  var nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
131
272
 
132
273
  // `Object.getOwnPropertyDescriptor` method
133
- // https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor
134
- var f$1 = descriptors ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
274
+ // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
275
+ var f$3 = descriptors ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
135
276
  O = toIndexedObject(O);
136
277
  P = toPrimitive(P, true);
137
278
  if (ie8DomDefine) try {
138
279
  return nativeGetOwnPropertyDescriptor(O, P);
139
280
  } catch (error) { /* empty */ }
140
- if (has(O, P)) return createPropertyDescriptor(!objectPropertyIsEnumerable.f.call(O, P), O[P]);
281
+ if (has$1(O, P)) return createPropertyDescriptor(!objectPropertyIsEnumerable.f.call(O, P), O[P]);
141
282
  };
142
283
 
143
284
  var objectGetOwnPropertyDescriptor = {
144
- f: f$1
285
+ f: f$3
145
286
  };
146
287
 
147
288
  var anObject = function (it) {
@@ -153,7 +294,7 @@ var anObject = function (it) {
153
294
  var nativeDefineProperty = Object.defineProperty;
154
295
 
155
296
  // `Object.defineProperty` method
156
- // https://tc39.github.io/ecma262/#sec-object.defineproperty
297
+ // https://tc39.es/ecma262/#sec-object.defineproperty
157
298
  var f$2 = descriptors ? nativeDefineProperty : function defineProperty(O, P, Attributes) {
158
299
  anObject(O);
159
300
  P = toPrimitive(P, true);
@@ -186,9 +327,9 @@ var setGlobal = function (key, value) {
186
327
  };
187
328
 
188
329
  var SHARED = '__core-js_shared__';
189
- var store = global_1[SHARED] || setGlobal(SHARED, {});
330
+ var store$1 = global_1[SHARED] || setGlobal(SHARED, {});
190
331
 
191
- var sharedStore = store;
332
+ var sharedStore = store$1;
192
333
 
193
334
  var functionToString = Function.toString;
194
335
 
@@ -201,17 +342,17 @@ if (typeof sharedStore.inspectSource != 'function') {
201
342
 
202
343
  var inspectSource = sharedStore.inspectSource;
203
344
 
204
- var WeakMap = global_1.WeakMap;
345
+ var WeakMap$1 = global_1.WeakMap;
205
346
 
206
- var nativeWeakMap = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));
347
+ var nativeWeakMap = typeof WeakMap$1 === 'function' && /native code/.test(inspectSource(WeakMap$1));
207
348
 
208
349
  var shared = createCommonjsModule(function (module) {
209
350
  (module.exports = function (key, value) {
210
351
  return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
211
352
  })('versions', []).push({
212
- version: '3.6.0',
213
- mode: 'global',
214
- copyright: '© 2019 Denis Pushkarev (zloirock.ru)'
353
+ version: '3.9.1',
354
+ mode: 'global',
355
+ copyright: '© 2021 Denis Pushkarev (zloirock.ru)'
215
356
  });
216
357
  });
217
358
 
@@ -228,13 +369,13 @@ var sharedKey = function (key) {
228
369
  return keys[key] || (keys[key] = uid(key));
229
370
  };
230
371
 
231
- var hiddenKeys = {};
372
+ var hiddenKeys$1 = {};
232
373
 
233
- var WeakMap$1 = global_1.WeakMap;
234
- var set, get, has$1;
374
+ var WeakMap = global_1.WeakMap;
375
+ var set, get, has;
235
376
 
236
377
  var enforce = function (it) {
237
- return has$1(it) ? get(it) : set(it, {});
378
+ return has(it) ? get(it) : set(it, {});
238
379
  };
239
380
 
240
381
  var getterFor = function (TYPE) {
@@ -247,39 +388,41 @@ var getterFor = function (TYPE) {
247
388
  };
248
389
 
249
390
  if (nativeWeakMap) {
250
- var store$1 = new WeakMap$1();
251
- var wmget = store$1.get;
252
- var wmhas = store$1.has;
253
- var wmset = store$1.set;
391
+ var store = sharedStore.state || (sharedStore.state = new WeakMap());
392
+ var wmget = store.get;
393
+ var wmhas = store.has;
394
+ var wmset = store.set;
254
395
  set = function (it, metadata) {
255
- wmset.call(store$1, it, metadata);
396
+ metadata.facade = it;
397
+ wmset.call(store, it, metadata);
256
398
  return metadata;
257
399
  };
258
400
  get = function (it) {
259
- return wmget.call(store$1, it) || {};
401
+ return wmget.call(store, it) || {};
260
402
  };
261
- has$1 = function (it) {
262
- return wmhas.call(store$1, it);
403
+ has = function (it) {
404
+ return wmhas.call(store, it);
263
405
  };
264
406
  } else {
265
407
  var STATE = sharedKey('state');
266
- hiddenKeys[STATE] = true;
408
+ hiddenKeys$1[STATE] = true;
267
409
  set = function (it, metadata) {
410
+ metadata.facade = it;
268
411
  createNonEnumerableProperty(it, STATE, metadata);
269
412
  return metadata;
270
413
  };
271
414
  get = function (it) {
272
- return has(it, STATE) ? it[STATE] : {};
415
+ return has$1(it, STATE) ? it[STATE] : {};
273
416
  };
274
- has$1 = function (it) {
275
- return has(it, STATE);
417
+ has = function (it) {
418
+ return has$1(it, STATE);
276
419
  };
277
420
  }
278
421
 
279
422
  var internalState = {
280
423
  set: set,
281
424
  get: get,
282
- has: has$1,
425
+ has: has,
283
426
  enforce: enforce,
284
427
  getterFor: getterFor
285
428
  };
@@ -293,9 +436,15 @@ var TEMPLATE = String(String).split('String');
293
436
  var unsafe = options ? !!options.unsafe : false;
294
437
  var simple = options ? !!options.enumerable : false;
295
438
  var noTargetGet = options ? !!options.noTargetGet : false;
439
+ var state;
296
440
  if (typeof value == 'function') {
297
- if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);
298
- enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');
441
+ if (typeof key == 'string' && !has$1(value, 'name')) {
442
+ createNonEnumerableProperty(value, 'name', key);
443
+ }
444
+ state = enforceInternalState(value);
445
+ if (!state.source) {
446
+ state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
447
+ }
299
448
  }
300
449
  if (O === global_1) {
301
450
  if (simple) O[key] = value;
@@ -326,23 +475,23 @@ var getBuiltIn = function (namespace, method) {
326
475
  };
327
476
 
328
477
  var ceil = Math.ceil;
329
- var floor = Math.floor;
478
+ var floor$1 = Math.floor;
330
479
 
331
480
  // `ToInteger` abstract operation
332
- // https://tc39.github.io/ecma262/#sec-tointeger
481
+ // https://tc39.es/ecma262/#sec-tointeger
333
482
  var toInteger = function (argument) {
334
- return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
483
+ return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor$1 : ceil)(argument);
335
484
  };
336
485
 
337
- var min = Math.min;
486
+ var min$2 = Math.min;
338
487
 
339
488
  // `ToLength` abstract operation
340
- // https://tc39.github.io/ecma262/#sec-tolength
489
+ // https://tc39.es/ecma262/#sec-tolength
341
490
  var toLength = function (argument) {
342
- return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
491
+ return argument > 0 ? min$2(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
343
492
  };
344
493
 
345
- var max = Math.max;
494
+ var max$1 = Math.max;
346
495
  var min$1 = Math.min;
347
496
 
348
497
  // Helper for a popular repeating case of the spec:
@@ -350,21 +499,21 @@ var min$1 = Math.min;
350
499
  // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
351
500
  var toAbsoluteIndex = function (index, length) {
352
501
  var integer = toInteger(index);
353
- return integer < 0 ? max(integer + length, 0) : min$1(integer, length);
502
+ return integer < 0 ? max$1(integer + length, 0) : min$1(integer, length);
354
503
  };
355
504
 
356
505
  // `Array.prototype.{ indexOf, includes }` methods implementation
357
- var createMethod = function (IS_INCLUDES) {
506
+ var createMethod$1 = function (IS_INCLUDES) {
358
507
  return function ($this, el, fromIndex) {
359
508
  var O = toIndexedObject($this);
360
509
  var length = toLength(O.length);
361
510
  var index = toAbsoluteIndex(fromIndex, length);
362
511
  var value;
363
512
  // Array#includes uses SameValueZero equality algorithm
364
- // eslint-disable-next-line no-self-compare
513
+ // eslint-disable-next-line no-self-compare -- NaN check
365
514
  if (IS_INCLUDES && el != el) while (length > index) {
366
515
  value = O[index++];
367
- // eslint-disable-next-line no-self-compare
516
+ // eslint-disable-next-line no-self-compare -- NaN check
368
517
  if (value != value) return true;
369
518
  // Array#indexOf ignores holes, Array#includes - not
370
519
  } else for (;length > index; index++) {
@@ -375,11 +524,11 @@ var createMethod = function (IS_INCLUDES) {
375
524
 
376
525
  var arrayIncludes = {
377
526
  // `Array.prototype.includes` method
378
- // https://tc39.github.io/ecma262/#sec-array.prototype.includes
379
- includes: createMethod(true),
527
+ // https://tc39.es/ecma262/#sec-array.prototype.includes
528
+ includes: createMethod$1(true),
380
529
  // `Array.prototype.indexOf` method
381
- // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
382
- indexOf: createMethod(false)
530
+ // https://tc39.es/ecma262/#sec-array.prototype.indexof
531
+ indexOf: createMethod$1(false)
383
532
  };
384
533
 
385
534
  var indexOf = arrayIncludes.indexOf;
@@ -390,9 +539,9 @@ var objectKeysInternal = function (object, names) {
390
539
  var i = 0;
391
540
  var result = [];
392
541
  var key;
393
- for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);
542
+ for (key in O) !has$1(hiddenKeys$1, key) && has$1(O, key) && result.push(key);
394
543
  // Don't enum bug & hidden keys
395
- while (names.length > i) if (has(O, key = names[i++])) {
544
+ while (names.length > i) if (has$1(O, key = names[i++])) {
396
545
  ~indexOf(result, key) || result.push(key);
397
546
  }
398
547
  return result;
@@ -409,22 +558,22 @@ var enumBugKeys = [
409
558
  'valueOf'
410
559
  ];
411
560
 
412
- var hiddenKeys$1 = enumBugKeys.concat('length', 'prototype');
561
+ var hiddenKeys = enumBugKeys.concat('length', 'prototype');
413
562
 
414
563
  // `Object.getOwnPropertyNames` method
415
- // https://tc39.github.io/ecma262/#sec-object.getownpropertynames
416
- var f$3 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
417
- return objectKeysInternal(O, hiddenKeys$1);
564
+ // https://tc39.es/ecma262/#sec-object.getownpropertynames
565
+ var f$1 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
566
+ return objectKeysInternal(O, hiddenKeys);
418
567
  };
419
568
 
420
569
  var objectGetOwnPropertyNames = {
421
- f: f$3
570
+ f: f$1
422
571
  };
423
572
 
424
- var f$4 = Object.getOwnPropertySymbols;
573
+ var f = Object.getOwnPropertySymbols;
425
574
 
426
575
  var objectGetOwnPropertySymbols = {
427
- f: f$4
576
+ f: f
428
577
  };
429
578
 
430
579
  // all object keys, includes non-enumerable and symbols
@@ -440,7 +589,7 @@ var copyConstructorProperties = function (target, source) {
440
589
  var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
441
590
  for (var i = 0; i < keys.length; i++) {
442
591
  var key = keys[i];
443
- if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
592
+ if (!has$1(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
444
593
  }
445
594
  };
446
595
 
@@ -464,7 +613,7 @@ var POLYFILL = isForced.POLYFILL = 'P';
464
613
 
465
614
  var isForced_1 = isForced;
466
615
 
467
- var getOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
616
+ var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
468
617
 
469
618
 
470
619
 
@@ -500,7 +649,7 @@ var _export = function (options, source) {
500
649
  if (target) for (key in source) {
501
650
  sourceProperty = source[key];
502
651
  if (options.noTargetGet) {
503
- descriptor = getOwnPropertyDescriptor$1(target, key);
652
+ descriptor = getOwnPropertyDescriptor(target, key);
504
653
  targetProperty = descriptor && descriptor.value;
505
654
  } else targetProperty = target[key];
506
655
  FORCED = isForced_1(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
@@ -518,1147 +667,193 @@ var _export = function (options, source) {
518
667
  }
519
668
  };
520
669
 
521
- var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
522
- // Chrome 38 Symbol has incorrect toString conversion
523
- // eslint-disable-next-line no-undef
524
- return !String(Symbol());
670
+ // `RegExp.prototype.flags` getter implementation
671
+ // https://tc39.es/ecma262/#sec-get-regexp.prototype.flags
672
+ var regexpFlags = function () {
673
+ var that = anObject(this);
674
+ var result = '';
675
+ if (that.global) result += 'g';
676
+ if (that.ignoreCase) result += 'i';
677
+ if (that.multiline) result += 'm';
678
+ if (that.dotAll) result += 's';
679
+ if (that.unicode) result += 'u';
680
+ if (that.sticky) result += 'y';
681
+ return result;
682
+ };
683
+
684
+ // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,
685
+ // so we use an intermediate function.
686
+ function RE(s, f) {
687
+ return RegExp(s, f);
688
+ }
689
+
690
+ var UNSUPPORTED_Y$1 = fails(function () {
691
+ // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
692
+ var re = RE('a', 'y');
693
+ re.lastIndex = 2;
694
+ return re.exec('abcd') != null;
525
695
  });
526
696
 
527
- var useSymbolAsUid = nativeSymbol
528
- // eslint-disable-next-line no-undef
529
- && !Symbol.sham
530
- // eslint-disable-next-line no-undef
531
- && typeof Symbol() == 'symbol';
697
+ var BROKEN_CARET = fails(function () {
698
+ // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
699
+ var re = RE('^r', 'gy');
700
+ re.lastIndex = 2;
701
+ return re.exec('str') != null;
702
+ });
532
703
 
533
- // `IsArray` abstract operation
534
- // https://tc39.github.io/ecma262/#sec-isarray
535
- var isArray = Array.isArray || function isArray(arg) {
536
- return classofRaw(arg) == 'Array';
704
+ var regexpStickyHelpers = {
705
+ UNSUPPORTED_Y: UNSUPPORTED_Y$1,
706
+ BROKEN_CARET: BROKEN_CARET
537
707
  };
538
708
 
539
- // `ToObject` abstract operation
540
- // https://tc39.github.io/ecma262/#sec-toobject
541
- var toObject = function (argument) {
542
- return Object(requireObjectCoercible(argument));
543
- };
709
+ var nativeExec = RegExp.prototype.exec;
710
+ // This always refers to the native implementation, because the
711
+ // String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,
712
+ // which loads this file before patching the method.
713
+ var nativeReplace = String.prototype.replace;
544
714
 
545
- // `Object.keys` method
546
- // https://tc39.github.io/ecma262/#sec-object.keys
547
- var objectKeys = Object.keys || function keys(O) {
548
- return objectKeysInternal(O, enumBugKeys);
549
- };
715
+ var patchedExec = nativeExec;
550
716
 
551
- // `Object.defineProperties` method
552
- // https://tc39.github.io/ecma262/#sec-object.defineproperties
553
- var objectDefineProperties = descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
554
- anObject(O);
555
- var keys = objectKeys(Properties);
556
- var length = keys.length;
557
- var index = 0;
558
- var key;
559
- while (length > index) objectDefineProperty.f(O, key = keys[index++], Properties[key]);
560
- return O;
561
- };
717
+ var UPDATES_LAST_INDEX_WRONG = (function () {
718
+ var re1 = /a/;
719
+ var re2 = /b*/g;
720
+ nativeExec.call(re1, 'a');
721
+ nativeExec.call(re2, 'a');
722
+ return re1.lastIndex !== 0 || re2.lastIndex !== 0;
723
+ })();
562
724
 
563
- var html = getBuiltIn('document', 'documentElement');
725
+ var UNSUPPORTED_Y = regexpStickyHelpers.UNSUPPORTED_Y || regexpStickyHelpers.BROKEN_CARET;
564
726
 
565
- var GT = '>';
566
- var LT = '<';
567
- var PROTOTYPE = 'prototype';
568
- var SCRIPT = 'script';
569
- var IE_PROTO = sharedKey('IE_PROTO');
727
+ // nonparticipating capturing group, copied from es5-shim's String#split patch.
728
+ // eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing
729
+ var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
570
730
 
571
- var EmptyConstructor = function () { /* empty */ };
731
+ var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y;
572
732
 
573
- var scriptTag = function (content) {
574
- return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;
575
- };
733
+ if (PATCH) {
734
+ patchedExec = function exec(str) {
735
+ var re = this;
736
+ var lastIndex, reCopy, match, i;
737
+ var sticky = UNSUPPORTED_Y && re.sticky;
738
+ var flags = regexpFlags.call(re);
739
+ var source = re.source;
740
+ var charsAdded = 0;
741
+ var strCopy = str;
576
742
 
577
- // Create object with fake `null` prototype: use ActiveX Object with cleared prototype
578
- var NullProtoObjectViaActiveX = function (activeXDocument) {
579
- activeXDocument.write(scriptTag(''));
580
- activeXDocument.close();
581
- var temp = activeXDocument.parentWindow.Object;
582
- activeXDocument = null; // avoid memory leak
583
- return temp;
584
- };
743
+ if (sticky) {
744
+ flags = flags.replace('y', '');
745
+ if (flags.indexOf('g') === -1) {
746
+ flags += 'g';
747
+ }
585
748
 
586
- // Create object with fake `null` prototype: use iframe Object with cleared prototype
587
- var NullProtoObjectViaIFrame = function () {
588
- // Thrash, waste and sodomy: IE GC bug
589
- var iframe = documentCreateElement('iframe');
590
- var JS = 'java' + SCRIPT + ':';
591
- var iframeDocument;
592
- iframe.style.display = 'none';
593
- html.appendChild(iframe);
594
- // https://github.com/zloirock/core-js/issues/475
595
- iframe.src = String(JS);
596
- iframeDocument = iframe.contentWindow.document;
597
- iframeDocument.open();
598
- iframeDocument.write(scriptTag('document.F=Object'));
599
- iframeDocument.close();
600
- return iframeDocument.F;
601
- };
749
+ strCopy = String(str).slice(re.lastIndex);
750
+ // Support anchored sticky behavior.
751
+ if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\n')) {
752
+ source = '(?: ' + source + ')';
753
+ strCopy = ' ' + strCopy;
754
+ charsAdded++;
755
+ }
756
+ // ^(? + rx + ) is needed, in combination with some str slicing, to
757
+ // simulate the 'y' flag.
758
+ reCopy = new RegExp('^(?:' + source + ')', flags);
759
+ }
602
760
 
603
- // Check for document.domain and active x support
604
- // No need to use active x approach when document.domain is not set
605
- // see https://github.com/es-shims/es5-shim/issues/150
606
- // variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346
607
- // avoid IE GC bug
608
- var activeXDocument;
609
- var NullProtoObject = function () {
610
- try {
611
- /* global ActiveXObject */
612
- activeXDocument = document.domain && new ActiveXObject('htmlfile');
613
- } catch (error) { /* ignore */ }
614
- NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();
615
- var length = enumBugKeys.length;
616
- while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];
617
- return NullProtoObject();
618
- };
761
+ if (NPCG_INCLUDED) {
762
+ reCopy = new RegExp('^' + source + '$(?!\\s)', flags);
763
+ }
764
+ if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
619
765
 
620
- hiddenKeys[IE_PROTO] = true;
621
-
622
- // `Object.create` method
623
- // https://tc39.github.io/ecma262/#sec-object.create
624
- var objectCreate = Object.create || function create(O, Properties) {
625
- var result;
626
- if (O !== null) {
627
- EmptyConstructor[PROTOTYPE] = anObject(O);
628
- result = new EmptyConstructor();
629
- EmptyConstructor[PROTOTYPE] = null;
630
- // add "__proto__" for Object.getPrototypeOf polyfill
631
- result[IE_PROTO] = O;
632
- } else result = NullProtoObject();
633
- return Properties === undefined ? result : objectDefineProperties(result, Properties);
634
- };
766
+ match = nativeExec.call(sticky ? reCopy : re, strCopy);
767
+
768
+ if (sticky) {
769
+ if (match) {
770
+ match.input = match.input.slice(charsAdded);
771
+ match[0] = match[0].slice(charsAdded);
772
+ match.index = re.lastIndex;
773
+ re.lastIndex += match[0].length;
774
+ } else re.lastIndex = 0;
775
+ } else if (UPDATES_LAST_INDEX_WRONG && match) {
776
+ re.lastIndex = re.global ? match.index + match[0].length : lastIndex;
777
+ }
778
+ if (NPCG_INCLUDED && match && match.length > 1) {
779
+ // Fix browsers whose `exec` methods don't consistently return `undefined`
780
+ // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/
781
+ nativeReplace.call(match[0], reCopy, function () {
782
+ for (i = 1; i < arguments.length - 2; i++) {
783
+ if (arguments[i] === undefined) match[i] = undefined;
784
+ }
785
+ });
786
+ }
787
+
788
+ return match;
789
+ };
790
+ }
791
+
792
+ var regexpExec = patchedExec;
635
793
 
636
- var nativeGetOwnPropertyNames = objectGetOwnPropertyNames.f;
794
+ // `RegExp.prototype.exec` method
795
+ // https://tc39.es/ecma262/#sec-regexp.prototype.exec
796
+ _export({ target: 'RegExp', proto: true, forced: /./.exec !== regexpExec }, {
797
+ exec: regexpExec
798
+ });
637
799
 
638
- var toString$1 = {}.toString;
800
+ var engineIsNode = classofRaw(global_1.process) == 'process';
639
801
 
640
- var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames
641
- ? Object.getOwnPropertyNames(window) : [];
802
+ var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
642
803
 
643
- var getWindowNames = function (it) {
644
- try {
645
- return nativeGetOwnPropertyNames(it);
646
- } catch (error) {
647
- return windowNames.slice();
804
+ var process = global_1.process;
805
+ var versions = process && process.versions;
806
+ var v8 = versions && versions.v8;
807
+ var match, version;
808
+
809
+ if (v8) {
810
+ match = v8.split('.');
811
+ version = match[0] + match[1];
812
+ } else if (engineUserAgent) {
813
+ match = engineUserAgent.match(/Edge\/(\d+)/);
814
+ if (!match || match[1] >= 74) {
815
+ match = engineUserAgent.match(/Chrome\/(\d+)/);
816
+ if (match) version = match[1];
648
817
  }
649
- };
818
+ }
650
819
 
651
- // fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
652
- var f$5 = function getOwnPropertyNames(it) {
653
- return windowNames && toString$1.call(it) == '[object Window]'
654
- ? getWindowNames(it)
655
- : nativeGetOwnPropertyNames(toIndexedObject(it));
656
- };
820
+ var engineV8Version = version && +version;
657
821
 
658
- var objectGetOwnPropertyNamesExternal = {
659
- f: f$5
660
- };
822
+ var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
823
+ /* global Symbol -- required for testing */
824
+ return !Symbol.sham &&
825
+ // Chrome 38 Symbol has incorrect toString conversion
826
+ // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
827
+ (engineIsNode ? engineV8Version === 38 : engineV8Version > 37 && engineV8Version < 41);
828
+ });
829
+
830
+ var useSymbolAsUid = nativeSymbol
831
+ /* global Symbol -- safe */
832
+ && !Symbol.sham
833
+ && typeof Symbol.iterator == 'symbol';
661
834
 
662
835
  var WellKnownSymbolsStore = shared('wks');
663
836
  var Symbol$1 = global_1.Symbol;
664
- var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : uid;
837
+ var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
665
838
 
666
839
  var wellKnownSymbol = function (name) {
667
- if (!has(WellKnownSymbolsStore, name)) {
668
- if (nativeSymbol && has(Symbol$1, name)) WellKnownSymbolsStore[name] = Symbol$1[name];
669
- else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
840
+ if (!has$1(WellKnownSymbolsStore, name) || !(nativeSymbol || typeof WellKnownSymbolsStore[name] == 'string')) {
841
+ if (nativeSymbol && has$1(Symbol$1, name)) {
842
+ WellKnownSymbolsStore[name] = Symbol$1[name];
843
+ } else {
844
+ WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
845
+ }
670
846
  } return WellKnownSymbolsStore[name];
671
847
  };
672
848
 
673
- var f$6 = wellKnownSymbol;
849
+ // TODO: Remove from `core-js@4` since it's moved to entry points
674
850
 
675
- var wrappedWellKnownSymbol = {
676
- f: f$6
677
- };
678
851
 
679
- var defineProperty = objectDefineProperty.f;
680
852
 
681
- var defineWellKnownSymbol = function (NAME) {
682
- var Symbol = path.Symbol || (path.Symbol = {});
683
- if (!has(Symbol, NAME)) defineProperty(Symbol, NAME, {
684
- value: wrappedWellKnownSymbol.f(NAME)
685
- });
686
- };
687
853
 
688
- var defineProperty$1 = objectDefineProperty.f;
689
854
 
690
855
 
691
856
 
692
- var TO_STRING_TAG = wellKnownSymbol('toStringTag');
693
-
694
- var setToStringTag = function (it, TAG, STATIC) {
695
- if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {
696
- defineProperty$1(it, TO_STRING_TAG, { configurable: true, value: TAG });
697
- }
698
- };
699
-
700
- var aFunction$1 = function (it) {
701
- if (typeof it != 'function') {
702
- throw TypeError(String(it) + ' is not a function');
703
- } return it;
704
- };
705
-
706
- // optional / simple context binding
707
- var bindContext = function (fn, that, length) {
708
- aFunction$1(fn);
709
- if (that === undefined) return fn;
710
- switch (length) {
711
- case 0: return function () {
712
- return fn.call(that);
713
- };
714
- case 1: return function (a) {
715
- return fn.call(that, a);
716
- };
717
- case 2: return function (a, b) {
718
- return fn.call(that, a, b);
719
- };
720
- case 3: return function (a, b, c) {
721
- return fn.call(that, a, b, c);
722
- };
723
- }
724
- return function (/* ...args */) {
725
- return fn.apply(that, arguments);
726
- };
727
- };
728
-
729
- var SPECIES = wellKnownSymbol('species');
730
-
731
- // `ArraySpeciesCreate` abstract operation
732
- // https://tc39.github.io/ecma262/#sec-arrayspeciescreate
733
- var arraySpeciesCreate = function (originalArray, length) {
734
- var C;
735
- if (isArray(originalArray)) {
736
- C = originalArray.constructor;
737
- // cross-realm fallback
738
- if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
739
- else if (isObject(C)) {
740
- C = C[SPECIES];
741
- if (C === null) C = undefined;
742
- }
743
- } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
744
- };
745
-
746
- var push = [].push;
747
-
748
- // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation
749
- var createMethod$1 = function (TYPE) {
750
- var IS_MAP = TYPE == 1;
751
- var IS_FILTER = TYPE == 2;
752
- var IS_SOME = TYPE == 3;
753
- var IS_EVERY = TYPE == 4;
754
- var IS_FIND_INDEX = TYPE == 6;
755
- var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
756
- return function ($this, callbackfn, that, specificCreate) {
757
- var O = toObject($this);
758
- var self = indexedObject(O);
759
- var boundFunction = bindContext(callbackfn, that, 3);
760
- var length = toLength(self.length);
761
- var index = 0;
762
- var create = specificCreate || arraySpeciesCreate;
763
- var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
764
- var value, result;
765
- for (;length > index; index++) if (NO_HOLES || index in self) {
766
- value = self[index];
767
- result = boundFunction(value, index, O);
768
- if (TYPE) {
769
- if (IS_MAP) target[index] = result; // map
770
- else if (result) switch (TYPE) {
771
- case 3: return true; // some
772
- case 5: return value; // find
773
- case 6: return index; // findIndex
774
- case 2: push.call(target, value); // filter
775
- } else if (IS_EVERY) return false; // every
776
- }
777
- }
778
- return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;
779
- };
780
- };
781
-
782
- var arrayIteration = {
783
- // `Array.prototype.forEach` method
784
- // https://tc39.github.io/ecma262/#sec-array.prototype.foreach
785
- forEach: createMethod$1(0),
786
- // `Array.prototype.map` method
787
- // https://tc39.github.io/ecma262/#sec-array.prototype.map
788
- map: createMethod$1(1),
789
- // `Array.prototype.filter` method
790
- // https://tc39.github.io/ecma262/#sec-array.prototype.filter
791
- filter: createMethod$1(2),
792
- // `Array.prototype.some` method
793
- // https://tc39.github.io/ecma262/#sec-array.prototype.some
794
- some: createMethod$1(3),
795
- // `Array.prototype.every` method
796
- // https://tc39.github.io/ecma262/#sec-array.prototype.every
797
- every: createMethod$1(4),
798
- // `Array.prototype.find` method
799
- // https://tc39.github.io/ecma262/#sec-array.prototype.find
800
- find: createMethod$1(5),
801
- // `Array.prototype.findIndex` method
802
- // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex
803
- findIndex: createMethod$1(6)
804
- };
805
-
806
- var $forEach = arrayIteration.forEach;
807
-
808
- var HIDDEN = sharedKey('hidden');
809
- var SYMBOL = 'Symbol';
810
- var PROTOTYPE$1 = 'prototype';
811
- var TO_PRIMITIVE = wellKnownSymbol('toPrimitive');
812
- var setInternalState = internalState.set;
813
- var getInternalState = internalState.getterFor(SYMBOL);
814
- var ObjectPrototype = Object[PROTOTYPE$1];
815
- var $Symbol = global_1.Symbol;
816
- var $stringify = getBuiltIn('JSON', 'stringify');
817
- var nativeGetOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
818
- var nativeDefineProperty$1 = objectDefineProperty.f;
819
- var nativeGetOwnPropertyNames$1 = objectGetOwnPropertyNamesExternal.f;
820
- var nativePropertyIsEnumerable$1 = objectPropertyIsEnumerable.f;
821
- var AllSymbols = shared('symbols');
822
- var ObjectPrototypeSymbols = shared('op-symbols');
823
- var StringToSymbolRegistry = shared('string-to-symbol-registry');
824
- var SymbolToStringRegistry = shared('symbol-to-string-registry');
825
- var WellKnownSymbolsStore$1 = shared('wks');
826
- var QObject = global_1.QObject;
827
- // Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173
828
- var USE_SETTER = !QObject || !QObject[PROTOTYPE$1] || !QObject[PROTOTYPE$1].findChild;
829
-
830
- // fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687
831
- var setSymbolDescriptor = descriptors && fails(function () {
832
- return objectCreate(nativeDefineProperty$1({}, 'a', {
833
- get: function () { return nativeDefineProperty$1(this, 'a', { value: 7 }).a; }
834
- })).a != 7;
835
- }) ? function (O, P, Attributes) {
836
- var ObjectPrototypeDescriptor = nativeGetOwnPropertyDescriptor$1(ObjectPrototype, P);
837
- if (ObjectPrototypeDescriptor) delete ObjectPrototype[P];
838
- nativeDefineProperty$1(O, P, Attributes);
839
- if (ObjectPrototypeDescriptor && O !== ObjectPrototype) {
840
- nativeDefineProperty$1(ObjectPrototype, P, ObjectPrototypeDescriptor);
841
- }
842
- } : nativeDefineProperty$1;
843
-
844
- var wrap = function (tag, description) {
845
- var symbol = AllSymbols[tag] = objectCreate($Symbol[PROTOTYPE$1]);
846
- setInternalState(symbol, {
847
- type: SYMBOL,
848
- tag: tag,
849
- description: description
850
- });
851
- if (!descriptors) symbol.description = description;
852
- return symbol;
853
- };
854
-
855
- var isSymbol = nativeSymbol && typeof $Symbol.iterator == 'symbol' ? function (it) {
856
- return typeof it == 'symbol';
857
- } : function (it) {
858
- return Object(it) instanceof $Symbol;
859
- };
860
-
861
- var $defineProperty = function defineProperty(O, P, Attributes) {
862
- if (O === ObjectPrototype) $defineProperty(ObjectPrototypeSymbols, P, Attributes);
863
- anObject(O);
864
- var key = toPrimitive(P, true);
865
- anObject(Attributes);
866
- if (has(AllSymbols, key)) {
867
- if (!Attributes.enumerable) {
868
- if (!has(O, HIDDEN)) nativeDefineProperty$1(O, HIDDEN, createPropertyDescriptor(1, {}));
869
- O[HIDDEN][key] = true;
870
- } else {
871
- if (has(O, HIDDEN) && O[HIDDEN][key]) O[HIDDEN][key] = false;
872
- Attributes = objectCreate(Attributes, { enumerable: createPropertyDescriptor(0, false) });
873
- } return setSymbolDescriptor(O, key, Attributes);
874
- } return nativeDefineProperty$1(O, key, Attributes);
875
- };
876
-
877
- var $defineProperties = function defineProperties(O, Properties) {
878
- anObject(O);
879
- var properties = toIndexedObject(Properties);
880
- var keys = objectKeys(properties).concat($getOwnPropertySymbols(properties));
881
- $forEach(keys, function (key) {
882
- if (!descriptors || $propertyIsEnumerable.call(properties, key)) $defineProperty(O, key, properties[key]);
883
- });
884
- return O;
885
- };
886
-
887
- var $create = function create(O, Properties) {
888
- return Properties === undefined ? objectCreate(O) : $defineProperties(objectCreate(O), Properties);
889
- };
890
-
891
- var $propertyIsEnumerable = function propertyIsEnumerable(V) {
892
- var P = toPrimitive(V, true);
893
- var enumerable = nativePropertyIsEnumerable$1.call(this, P);
894
- if (this === ObjectPrototype && has(AllSymbols, P) && !has(ObjectPrototypeSymbols, P)) return false;
895
- return enumerable || !has(this, P) || !has(AllSymbols, P) || has(this, HIDDEN) && this[HIDDEN][P] ? enumerable : true;
896
- };
897
-
898
- var $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(O, P) {
899
- var it = toIndexedObject(O);
900
- var key = toPrimitive(P, true);
901
- if (it === ObjectPrototype && has(AllSymbols, key) && !has(ObjectPrototypeSymbols, key)) return;
902
- var descriptor = nativeGetOwnPropertyDescriptor$1(it, key);
903
- if (descriptor && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) {
904
- descriptor.enumerable = true;
905
- }
906
- return descriptor;
907
- };
908
-
909
- var $getOwnPropertyNames = function getOwnPropertyNames(O) {
910
- var names = nativeGetOwnPropertyNames$1(toIndexedObject(O));
911
- var result = [];
912
- $forEach(names, function (key) {
913
- if (!has(AllSymbols, key) && !has(hiddenKeys, key)) result.push(key);
914
- });
915
- return result;
916
- };
917
-
918
- var $getOwnPropertySymbols = function getOwnPropertySymbols(O) {
919
- var IS_OBJECT_PROTOTYPE = O === ObjectPrototype;
920
- var names = nativeGetOwnPropertyNames$1(IS_OBJECT_PROTOTYPE ? ObjectPrototypeSymbols : toIndexedObject(O));
921
- var result = [];
922
- $forEach(names, function (key) {
923
- if (has(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || has(ObjectPrototype, key))) {
924
- result.push(AllSymbols[key]);
925
- }
926
- });
927
- return result;
928
- };
929
-
930
- // `Symbol` constructor
931
- // https://tc39.github.io/ecma262/#sec-symbol-constructor
932
- if (!nativeSymbol) {
933
- $Symbol = function Symbol() {
934
- if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor');
935
- var description = !arguments.length || arguments[0] === undefined ? undefined : String(arguments[0]);
936
- var tag = uid(description);
937
- var setter = function (value) {
938
- if (this === ObjectPrototype) setter.call(ObjectPrototypeSymbols, value);
939
- if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;
940
- setSymbolDescriptor(this, tag, createPropertyDescriptor(1, value));
941
- };
942
- if (descriptors && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter });
943
- return wrap(tag, description);
944
- };
945
-
946
- redefine($Symbol[PROTOTYPE$1], 'toString', function toString() {
947
- return getInternalState(this).tag;
948
- });
949
-
950
- objectPropertyIsEnumerable.f = $propertyIsEnumerable;
951
- objectDefineProperty.f = $defineProperty;
952
- objectGetOwnPropertyDescriptor.f = $getOwnPropertyDescriptor;
953
- objectGetOwnPropertyNames.f = objectGetOwnPropertyNamesExternal.f = $getOwnPropertyNames;
954
- objectGetOwnPropertySymbols.f = $getOwnPropertySymbols;
955
-
956
- if (descriptors) {
957
- // https://github.com/tc39/proposal-Symbol-description
958
- nativeDefineProperty$1($Symbol[PROTOTYPE$1], 'description', {
959
- configurable: true,
960
- get: function description() {
961
- return getInternalState(this).description;
962
- }
963
- });
964
- {
965
- redefine(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true });
966
- }
967
- }
968
- }
969
-
970
- if (!useSymbolAsUid) {
971
- wrappedWellKnownSymbol.f = function (name) {
972
- return wrap(wellKnownSymbol(name), name);
973
- };
974
- }
975
-
976
- _export({ global: true, wrap: true, forced: !nativeSymbol, sham: !nativeSymbol }, {
977
- Symbol: $Symbol
978
- });
979
-
980
- $forEach(objectKeys(WellKnownSymbolsStore$1), function (name) {
981
- defineWellKnownSymbol(name);
982
- });
983
-
984
- _export({ target: SYMBOL, stat: true, forced: !nativeSymbol }, {
985
- // `Symbol.for` method
986
- // https://tc39.github.io/ecma262/#sec-symbol.for
987
- 'for': function (key) {
988
- var string = String(key);
989
- if (has(StringToSymbolRegistry, string)) return StringToSymbolRegistry[string];
990
- var symbol = $Symbol(string);
991
- StringToSymbolRegistry[string] = symbol;
992
- SymbolToStringRegistry[symbol] = string;
993
- return symbol;
994
- },
995
- // `Symbol.keyFor` method
996
- // https://tc39.github.io/ecma262/#sec-symbol.keyfor
997
- keyFor: function keyFor(sym) {
998
- if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol');
999
- if (has(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym];
1000
- },
1001
- useSetter: function () { USE_SETTER = true; },
1002
- useSimple: function () { USE_SETTER = false; }
1003
- });
1004
-
1005
- _export({ target: 'Object', stat: true, forced: !nativeSymbol, sham: !descriptors }, {
1006
- // `Object.create` method
1007
- // https://tc39.github.io/ecma262/#sec-object.create
1008
- create: $create,
1009
- // `Object.defineProperty` method
1010
- // https://tc39.github.io/ecma262/#sec-object.defineproperty
1011
- defineProperty: $defineProperty,
1012
- // `Object.defineProperties` method
1013
- // https://tc39.github.io/ecma262/#sec-object.defineproperties
1014
- defineProperties: $defineProperties,
1015
- // `Object.getOwnPropertyDescriptor` method
1016
- // https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptors
1017
- getOwnPropertyDescriptor: $getOwnPropertyDescriptor
1018
- });
1019
-
1020
- _export({ target: 'Object', stat: true, forced: !nativeSymbol }, {
1021
- // `Object.getOwnPropertyNames` method
1022
- // https://tc39.github.io/ecma262/#sec-object.getownpropertynames
1023
- getOwnPropertyNames: $getOwnPropertyNames,
1024
- // `Object.getOwnPropertySymbols` method
1025
- // https://tc39.github.io/ecma262/#sec-object.getownpropertysymbols
1026
- getOwnPropertySymbols: $getOwnPropertySymbols
1027
- });
1028
-
1029
- // Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives
1030
- // https://bugs.chromium.org/p/v8/issues/detail?id=3443
1031
- _export({ target: 'Object', stat: true, forced: fails(function () { objectGetOwnPropertySymbols.f(1); }) }, {
1032
- getOwnPropertySymbols: function getOwnPropertySymbols(it) {
1033
- return objectGetOwnPropertySymbols.f(toObject(it));
1034
- }
1035
- });
1036
-
1037
- // `JSON.stringify` method behavior with symbols
1038
- // https://tc39.github.io/ecma262/#sec-json.stringify
1039
- if ($stringify) {
1040
- var FORCED_JSON_STRINGIFY = !nativeSymbol || fails(function () {
1041
- var symbol = $Symbol();
1042
- // MS Edge converts symbol values to JSON as {}
1043
- return $stringify([symbol]) != '[null]'
1044
- // WebKit converts symbol values to JSON as null
1045
- || $stringify({ a: symbol }) != '{}'
1046
- // V8 throws on boxed symbols
1047
- || $stringify(Object(symbol)) != '{}';
1048
- });
1049
-
1050
- _export({ target: 'JSON', stat: true, forced: FORCED_JSON_STRINGIFY }, {
1051
- // eslint-disable-next-line no-unused-vars
1052
- stringify: function stringify(it, replacer, space) {
1053
- var args = [it];
1054
- var index = 1;
1055
- var $replacer;
1056
- while (arguments.length > index) args.push(arguments[index++]);
1057
- $replacer = replacer;
1058
- if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined
1059
- if (!isArray(replacer)) replacer = function (key, value) {
1060
- if (typeof $replacer == 'function') value = $replacer.call(this, key, value);
1061
- if (!isSymbol(value)) return value;
1062
- };
1063
- args[1] = replacer;
1064
- return $stringify.apply(null, args);
1065
- }
1066
- });
1067
- }
1068
-
1069
- // `Symbol.prototype[@@toPrimitive]` method
1070
- // https://tc39.github.io/ecma262/#sec-symbol.prototype-@@toprimitive
1071
- if (!$Symbol[PROTOTYPE$1][TO_PRIMITIVE]) {
1072
- createNonEnumerableProperty($Symbol[PROTOTYPE$1], TO_PRIMITIVE, $Symbol[PROTOTYPE$1].valueOf);
1073
- }
1074
- // `Symbol.prototype[@@toStringTag]` property
1075
- // https://tc39.github.io/ecma262/#sec-symbol.prototype-@@tostringtag
1076
- setToStringTag($Symbol, SYMBOL);
1077
-
1078
- hiddenKeys[HIDDEN] = true;
1079
-
1080
- var defineProperty$2 = objectDefineProperty.f;
1081
-
1082
-
1083
- var NativeSymbol = global_1.Symbol;
1084
-
1085
- if (descriptors && typeof NativeSymbol == 'function' && (!('description' in NativeSymbol.prototype) ||
1086
- // Safari 12 bug
1087
- NativeSymbol().description !== undefined
1088
- )) {
1089
- var EmptyStringDescriptionStore = {};
1090
- // wrap Symbol constructor for correct work with undefined description
1091
- var SymbolWrapper = function Symbol() {
1092
- var description = arguments.length < 1 || arguments[0] === undefined ? undefined : String(arguments[0]);
1093
- var result = this instanceof SymbolWrapper
1094
- ? new NativeSymbol(description)
1095
- // in Edge 13, String(Symbol(undefined)) === 'Symbol(undefined)'
1096
- : description === undefined ? NativeSymbol() : NativeSymbol(description);
1097
- if (description === '') EmptyStringDescriptionStore[result] = true;
1098
- return result;
1099
- };
1100
- copyConstructorProperties(SymbolWrapper, NativeSymbol);
1101
- var symbolPrototype = SymbolWrapper.prototype = NativeSymbol.prototype;
1102
- symbolPrototype.constructor = SymbolWrapper;
1103
-
1104
- var symbolToString = symbolPrototype.toString;
1105
- var native = String(NativeSymbol('test')) == 'Symbol(test)';
1106
- var regexp = /^Symbol\((.*)\)[^)]+$/;
1107
- defineProperty$2(symbolPrototype, 'description', {
1108
- configurable: true,
1109
- get: function description() {
1110
- var symbol = isObject(this) ? this.valueOf() : this;
1111
- var string = symbolToString.call(symbol);
1112
- if (has(EmptyStringDescriptionStore, symbol)) return '';
1113
- var desc = native ? string.slice(7, -1) : string.replace(regexp, '$1');
1114
- return desc === '' ? undefined : desc;
1115
- }
1116
- });
1117
-
1118
- _export({ global: true, forced: true }, {
1119
- Symbol: SymbolWrapper
1120
- });
1121
- }
1122
-
1123
- // `Symbol.iterator` well-known symbol
1124
- // https://tc39.github.io/ecma262/#sec-symbol.iterator
1125
- defineWellKnownSymbol('iterator');
1126
-
1127
- var createProperty = function (object, key, value) {
1128
- var propertyKey = toPrimitive(key);
1129
- if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
1130
- else object[propertyKey] = value;
1131
- };
1132
-
1133
- var userAgent = getBuiltIn('navigator', 'userAgent') || '';
1134
-
1135
- var process = global_1.process;
1136
- var versions = process && process.versions;
1137
- var v8 = versions && versions.v8;
1138
- var match, version;
1139
-
1140
- if (v8) {
1141
- match = v8.split('.');
1142
- version = match[0] + match[1];
1143
- } else if (userAgent) {
1144
- match = userAgent.match(/Edge\/(\d+)/);
1145
- if (!match || match[1] >= 74) {
1146
- match = userAgent.match(/Chrome\/(\d+)/);
1147
- if (match) version = match[1];
1148
- }
1149
- }
1150
-
1151
- var v8Version = version && +version;
1152
-
1153
- var SPECIES$1 = wellKnownSymbol('species');
1154
-
1155
- var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
1156
- // We can't use this feature detection in V8 since it causes
1157
- // deoptimization and serious performance degradation
1158
- // https://github.com/zloirock/core-js/issues/677
1159
- return v8Version >= 51 || !fails(function () {
1160
- var array = [];
1161
- var constructor = array.constructor = {};
1162
- constructor[SPECIES$1] = function () {
1163
- return { foo: 1 };
1164
- };
1165
- return array[METHOD_NAME](Boolean).foo !== 1;
1166
- });
1167
- };
1168
-
1169
- var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
1170
- var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
1171
- var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
1172
-
1173
- // We can't use this feature detection in V8 since it causes
1174
- // deoptimization and serious performance degradation
1175
- // https://github.com/zloirock/core-js/issues/679
1176
- var IS_CONCAT_SPREADABLE_SUPPORT = v8Version >= 51 || !fails(function () {
1177
- var array = [];
1178
- array[IS_CONCAT_SPREADABLE] = false;
1179
- return array.concat()[0] !== array;
1180
- });
1181
-
1182
- var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
1183
-
1184
- var isConcatSpreadable = function (O) {
1185
- if (!isObject(O)) return false;
1186
- var spreadable = O[IS_CONCAT_SPREADABLE];
1187
- return spreadable !== undefined ? !!spreadable : isArray(O);
1188
- };
1189
-
1190
- var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
1191
-
1192
- // `Array.prototype.concat` method
1193
- // https://tc39.github.io/ecma262/#sec-array.prototype.concat
1194
- // with adding support of @@isConcatSpreadable and @@species
1195
- _export({ target: 'Array', proto: true, forced: FORCED }, {
1196
- concat: function concat(arg) { // eslint-disable-line no-unused-vars
1197
- var O = toObject(this);
1198
- var A = arraySpeciesCreate(O, 0);
1199
- var n = 0;
1200
- var i, k, length, len, E;
1201
- for (i = -1, length = arguments.length; i < length; i++) {
1202
- E = i === -1 ? O : arguments[i];
1203
- if (isConcatSpreadable(E)) {
1204
- len = toLength(E.length);
1205
- if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1206
- for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
1207
- } else {
1208
- if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1209
- createProperty(A, n++, E);
1210
- }
1211
- }
1212
- A.length = n;
1213
- return A;
1214
- }
1215
- });
1216
-
1217
- var UNSCOPABLES = wellKnownSymbol('unscopables');
1218
- var ArrayPrototype = Array.prototype;
1219
-
1220
- // Array.prototype[@@unscopables]
1221
- // https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
1222
- if (ArrayPrototype[UNSCOPABLES] == undefined) {
1223
- objectDefineProperty.f(ArrayPrototype, UNSCOPABLES, {
1224
- configurable: true,
1225
- value: objectCreate(null)
1226
- });
1227
- }
1228
-
1229
- // add a key to Array.prototype[@@unscopables]
1230
- var addToUnscopables = function (key) {
1231
- ArrayPrototype[UNSCOPABLES][key] = true;
1232
- };
1233
-
1234
- var correctPrototypeGetter = !fails(function () {
1235
- function F() { /* empty */ }
1236
- F.prototype.constructor = null;
1237
- return Object.getPrototypeOf(new F()) !== F.prototype;
1238
- });
1239
-
1240
- var IE_PROTO$1 = sharedKey('IE_PROTO');
1241
- var ObjectPrototype$1 = Object.prototype;
1242
-
1243
- // `Object.getPrototypeOf` method
1244
- // https://tc39.github.io/ecma262/#sec-object.getprototypeof
1245
- var objectGetPrototypeOf = correctPrototypeGetter ? Object.getPrototypeOf : function (O) {
1246
- O = toObject(O);
1247
- if (has(O, IE_PROTO$1)) return O[IE_PROTO$1];
1248
- if (typeof O.constructor == 'function' && O instanceof O.constructor) {
1249
- return O.constructor.prototype;
1250
- } return O instanceof Object ? ObjectPrototype$1 : null;
1251
- };
1252
-
1253
- var ITERATOR = wellKnownSymbol('iterator');
1254
- var BUGGY_SAFARI_ITERATORS = false;
1255
-
1256
- var returnThis = function () { return this; };
1257
-
1258
- // `%IteratorPrototype%` object
1259
- // https://tc39.github.io/ecma262/#sec-%iteratorprototype%-object
1260
- var IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;
1261
-
1262
- if ([].keys) {
1263
- arrayIterator = [].keys();
1264
- // Safari 8 has buggy iterators w/o `next`
1265
- if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;
1266
- else {
1267
- PrototypeOfArrayIteratorPrototype = objectGetPrototypeOf(objectGetPrototypeOf(arrayIterator));
1268
- if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;
1269
- }
1270
- }
1271
-
1272
- if (IteratorPrototype == undefined) IteratorPrototype = {};
1273
-
1274
- // 25.1.2.1.1 %IteratorPrototype%[@@iterator]()
1275
- if ( !has(IteratorPrototype, ITERATOR)) {
1276
- createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);
1277
- }
1278
-
1279
- var iteratorsCore = {
1280
- IteratorPrototype: IteratorPrototype,
1281
- BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS
1282
- };
1283
-
1284
- var IteratorPrototype$1 = iteratorsCore.IteratorPrototype;
1285
-
1286
- var createIteratorConstructor = function (IteratorConstructor, NAME, next) {
1287
- var TO_STRING_TAG = NAME + ' Iterator';
1288
- IteratorConstructor.prototype = objectCreate(IteratorPrototype$1, { next: createPropertyDescriptor(1, next) });
1289
- setToStringTag(IteratorConstructor, TO_STRING_TAG, false);
1290
- return IteratorConstructor;
1291
- };
1292
-
1293
- var aPossiblePrototype = function (it) {
1294
- if (!isObject(it) && it !== null) {
1295
- throw TypeError("Can't set " + String(it) + ' as a prototype');
1296
- } return it;
1297
- };
1298
-
1299
- // `Object.setPrototypeOf` method
1300
- // https://tc39.github.io/ecma262/#sec-object.setprototypeof
1301
- // Works with __proto__ only. Old v8 can't work with null proto objects.
1302
- /* eslint-disable no-proto */
1303
- var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? function () {
1304
- var CORRECT_SETTER = false;
1305
- var test = {};
1306
- var setter;
1307
- try {
1308
- setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;
1309
- setter.call(test, []);
1310
- CORRECT_SETTER = test instanceof Array;
1311
- } catch (error) { /* empty */ }
1312
- return function setPrototypeOf(O, proto) {
1313
- anObject(O);
1314
- aPossiblePrototype(proto);
1315
- if (CORRECT_SETTER) setter.call(O, proto);
1316
- else O.__proto__ = proto;
1317
- return O;
1318
- };
1319
- }() : undefined);
1320
-
1321
- var IteratorPrototype$2 = iteratorsCore.IteratorPrototype;
1322
- var BUGGY_SAFARI_ITERATORS$1 = iteratorsCore.BUGGY_SAFARI_ITERATORS;
1323
- var ITERATOR$1 = wellKnownSymbol('iterator');
1324
- var KEYS = 'keys';
1325
- var VALUES = 'values';
1326
- var ENTRIES = 'entries';
1327
-
1328
- var returnThis$1 = function () { return this; };
1329
-
1330
- var defineIterator = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {
1331
- createIteratorConstructor(IteratorConstructor, NAME, next);
1332
-
1333
- var getIterationMethod = function (KIND) {
1334
- if (KIND === DEFAULT && defaultIterator) return defaultIterator;
1335
- if (!BUGGY_SAFARI_ITERATORS$1 && KIND in IterablePrototype) return IterablePrototype[KIND];
1336
- switch (KIND) {
1337
- case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };
1338
- case VALUES: return function values() { return new IteratorConstructor(this, KIND); };
1339
- case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };
1340
- } return function () { return new IteratorConstructor(this); };
1341
- };
1342
-
1343
- var TO_STRING_TAG = NAME + ' Iterator';
1344
- var INCORRECT_VALUES_NAME = false;
1345
- var IterablePrototype = Iterable.prototype;
1346
- var nativeIterator = IterablePrototype[ITERATOR$1]
1347
- || IterablePrototype['@@iterator']
1348
- || DEFAULT && IterablePrototype[DEFAULT];
1349
- var defaultIterator = !BUGGY_SAFARI_ITERATORS$1 && nativeIterator || getIterationMethod(DEFAULT);
1350
- var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;
1351
- var CurrentIteratorPrototype, methods, KEY;
1352
-
1353
- // fix native
1354
- if (anyNativeIterator) {
1355
- CurrentIteratorPrototype = objectGetPrototypeOf(anyNativeIterator.call(new Iterable()));
1356
- if (IteratorPrototype$2 !== Object.prototype && CurrentIteratorPrototype.next) {
1357
- if ( objectGetPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype$2) {
1358
- if (objectSetPrototypeOf) {
1359
- objectSetPrototypeOf(CurrentIteratorPrototype, IteratorPrototype$2);
1360
- } else if (typeof CurrentIteratorPrototype[ITERATOR$1] != 'function') {
1361
- createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR$1, returnThis$1);
1362
- }
1363
- }
1364
- // Set @@toStringTag to native iterators
1365
- setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true);
1366
- }
1367
- }
1368
-
1369
- // fix Array#{values, @@iterator}.name in V8 / FF
1370
- if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {
1371
- INCORRECT_VALUES_NAME = true;
1372
- defaultIterator = function values() { return nativeIterator.call(this); };
1373
- }
1374
-
1375
- // define iterator
1376
- if ( IterablePrototype[ITERATOR$1] !== defaultIterator) {
1377
- createNonEnumerableProperty(IterablePrototype, ITERATOR$1, defaultIterator);
1378
- }
1379
-
1380
- // export additional methods
1381
- if (DEFAULT) {
1382
- methods = {
1383
- values: getIterationMethod(VALUES),
1384
- keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),
1385
- entries: getIterationMethod(ENTRIES)
1386
- };
1387
- if (FORCED) for (KEY in methods) {
1388
- if (BUGGY_SAFARI_ITERATORS$1 || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {
1389
- redefine(IterablePrototype, KEY, methods[KEY]);
1390
- }
1391
- } else _export({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS$1 || INCORRECT_VALUES_NAME }, methods);
1392
- }
1393
-
1394
- return methods;
1395
- };
1396
-
1397
- var ARRAY_ITERATOR = 'Array Iterator';
1398
- var setInternalState$1 = internalState.set;
1399
- var getInternalState$1 = internalState.getterFor(ARRAY_ITERATOR);
1400
-
1401
- // `Array.prototype.entries` method
1402
- // https://tc39.github.io/ecma262/#sec-array.prototype.entries
1403
- // `Array.prototype.keys` method
1404
- // https://tc39.github.io/ecma262/#sec-array.prototype.keys
1405
- // `Array.prototype.values` method
1406
- // https://tc39.github.io/ecma262/#sec-array.prototype.values
1407
- // `Array.prototype[@@iterator]` method
1408
- // https://tc39.github.io/ecma262/#sec-array.prototype-@@iterator
1409
- // `CreateArrayIterator` internal method
1410
- // https://tc39.github.io/ecma262/#sec-createarrayiterator
1411
- var es_array_iterator = defineIterator(Array, 'Array', function (iterated, kind) {
1412
- setInternalState$1(this, {
1413
- type: ARRAY_ITERATOR,
1414
- target: toIndexedObject(iterated), // target
1415
- index: 0, // next index
1416
- kind: kind // kind
1417
- });
1418
- // `%ArrayIteratorPrototype%.next` method
1419
- // https://tc39.github.io/ecma262/#sec-%arrayiteratorprototype%.next
1420
- }, function () {
1421
- var state = getInternalState$1(this);
1422
- var target = state.target;
1423
- var kind = state.kind;
1424
- var index = state.index++;
1425
- if (!target || index >= target.length) {
1426
- state.target = undefined;
1427
- return { value: undefined, done: true };
1428
- }
1429
- if (kind == 'keys') return { value: index, done: false };
1430
- if (kind == 'values') return { value: target[index], done: false };
1431
- return { value: [index, target[index]], done: false };
1432
- }, 'values');
1433
-
1434
- // https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
1435
- addToUnscopables('keys');
1436
- addToUnscopables('values');
1437
- addToUnscopables('entries');
1438
-
1439
- var TO_STRING_TAG$1 = wellKnownSymbol('toStringTag');
1440
- var test = {};
1441
-
1442
- test[TO_STRING_TAG$1] = 'z';
1443
-
1444
- var toStringTagSupport = String(test) === '[object z]';
1445
-
1446
- var TO_STRING_TAG$2 = wellKnownSymbol('toStringTag');
1447
- // ES3 wrong here
1448
- var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
1449
-
1450
- // fallback for IE11 Script Access Denied error
1451
- var tryGet = function (it, key) {
1452
- try {
1453
- return it[key];
1454
- } catch (error) { /* empty */ }
1455
- };
1456
-
1457
- // getting tag from ES6+ `Object.prototype.toString`
1458
- var classof = toStringTagSupport ? classofRaw : function (it) {
1459
- var O, tag, result;
1460
- return it === undefined ? 'Undefined' : it === null ? 'Null'
1461
- // @@toStringTag case
1462
- : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG$2)) == 'string' ? tag
1463
- // builtinTag case
1464
- : CORRECT_ARGUMENTS ? classofRaw(O)
1465
- // ES3 arguments fallback
1466
- : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;
1467
- };
1468
-
1469
- // `Object.prototype.toString` method implementation
1470
- // https://tc39.github.io/ecma262/#sec-object.prototype.tostring
1471
- var objectToString = toStringTagSupport ? {}.toString : function toString() {
1472
- return '[object ' + classof(this) + ']';
1473
- };
1474
-
1475
- // `Object.prototype.toString` method
1476
- // https://tc39.github.io/ecma262/#sec-object.prototype.tostring
1477
- if (!toStringTagSupport) {
1478
- redefine(Object.prototype, 'toString', objectToString, { unsafe: true });
1479
- }
1480
-
1481
- // `RegExp.prototype.flags` getter implementation
1482
- // https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags
1483
- var regexpFlags = function () {
1484
- var that = anObject(this);
1485
- var result = '';
1486
- if (that.global) result += 'g';
1487
- if (that.ignoreCase) result += 'i';
1488
- if (that.multiline) result += 'm';
1489
- if (that.dotAll) result += 's';
1490
- if (that.unicode) result += 'u';
1491
- if (that.sticky) result += 'y';
1492
- return result;
1493
- };
1494
-
1495
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,
1496
- // so we use an intermediate function.
1497
- function RE(s, f) {
1498
- return RegExp(s, f);
1499
- }
1500
-
1501
- var UNSUPPORTED_Y = fails(function () {
1502
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
1503
- var re = RE('a', 'y');
1504
- re.lastIndex = 2;
1505
- return re.exec('abcd') != null;
1506
- });
1507
-
1508
- var BROKEN_CARET = fails(function () {
1509
- // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
1510
- var re = RE('^r', 'gy');
1511
- re.lastIndex = 2;
1512
- return re.exec('str') != null;
1513
- });
1514
-
1515
- var regexpStickyHelpers = {
1516
- UNSUPPORTED_Y: UNSUPPORTED_Y,
1517
- BROKEN_CARET: BROKEN_CARET
1518
- };
1519
-
1520
- var nativeExec = RegExp.prototype.exec;
1521
- // This always refers to the native implementation, because the
1522
- // String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,
1523
- // which loads this file before patching the method.
1524
- var nativeReplace = String.prototype.replace;
1525
-
1526
- var patchedExec = nativeExec;
1527
-
1528
- var UPDATES_LAST_INDEX_WRONG = (function () {
1529
- var re1 = /a/;
1530
- var re2 = /b*/g;
1531
- nativeExec.call(re1, 'a');
1532
- nativeExec.call(re2, 'a');
1533
- return re1.lastIndex !== 0 || re2.lastIndex !== 0;
1534
- })();
1535
-
1536
- var UNSUPPORTED_Y$1 = regexpStickyHelpers.UNSUPPORTED_Y || regexpStickyHelpers.BROKEN_CARET;
1537
-
1538
- // nonparticipating capturing group, copied from es5-shim's String#split patch.
1539
- var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
1540
-
1541
- var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y$1;
1542
-
1543
- if (PATCH) {
1544
- patchedExec = function exec(str) {
1545
- var re = this;
1546
- var lastIndex, reCopy, match, i;
1547
- var sticky = UNSUPPORTED_Y$1 && re.sticky;
1548
- var flags = regexpFlags.call(re);
1549
- var source = re.source;
1550
- var charsAdded = 0;
1551
- var strCopy = str;
1552
-
1553
- if (sticky) {
1554
- flags = flags.replace('y', '');
1555
- if (flags.indexOf('g') === -1) {
1556
- flags += 'g';
1557
- }
1558
-
1559
- strCopy = String(str).slice(re.lastIndex);
1560
- // Support anchored sticky behavior.
1561
- if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\n')) {
1562
- source = '(?: ' + source + ')';
1563
- strCopy = ' ' + strCopy;
1564
- charsAdded++;
1565
- }
1566
- // ^(? + rx + ) is needed, in combination with some str slicing, to
1567
- // simulate the 'y' flag.
1568
- reCopy = new RegExp('^(?:' + source + ')', flags);
1569
- }
1570
-
1571
- if (NPCG_INCLUDED) {
1572
- reCopy = new RegExp('^' + source + '$(?!\\s)', flags);
1573
- }
1574
- if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
1575
-
1576
- match = nativeExec.call(sticky ? reCopy : re, strCopy);
1577
-
1578
- if (sticky) {
1579
- if (match) {
1580
- match.input = match.input.slice(charsAdded);
1581
- match[0] = match[0].slice(charsAdded);
1582
- match.index = re.lastIndex;
1583
- re.lastIndex += match[0].length;
1584
- } else re.lastIndex = 0;
1585
- } else if (UPDATES_LAST_INDEX_WRONG && match) {
1586
- re.lastIndex = re.global ? match.index + match[0].length : lastIndex;
1587
- }
1588
- if (NPCG_INCLUDED && match && match.length > 1) {
1589
- // Fix browsers whose `exec` methods don't consistently return `undefined`
1590
- // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/
1591
- nativeReplace.call(match[0], reCopy, function () {
1592
- for (i = 1; i < arguments.length - 2; i++) {
1593
- if (arguments[i] === undefined) match[i] = undefined;
1594
- }
1595
- });
1596
- }
1597
-
1598
- return match;
1599
- };
1600
- }
1601
-
1602
- var regexpExec = patchedExec;
1603
-
1604
- _export({ target: 'RegExp', proto: true, forced: /./.exec !== regexpExec }, {
1605
- exec: regexpExec
1606
- });
1607
-
1608
- // `String.prototype.{ codePointAt, at }` methods implementation
1609
- var createMethod$2 = function (CONVERT_TO_STRING) {
1610
- return function ($this, pos) {
1611
- var S = String(requireObjectCoercible($this));
1612
- var position = toInteger(pos);
1613
- var size = S.length;
1614
- var first, second;
1615
- if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;
1616
- first = S.charCodeAt(position);
1617
- return first < 0xD800 || first > 0xDBFF || position + 1 === size
1618
- || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF
1619
- ? CONVERT_TO_STRING ? S.charAt(position) : first
1620
- : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
1621
- };
1622
- };
1623
-
1624
- var stringMultibyte = {
1625
- // `String.prototype.codePointAt` method
1626
- // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat
1627
- codeAt: createMethod$2(false),
1628
- // `String.prototype.at` method
1629
- // https://github.com/mathiasbynens/String.prototype.at
1630
- charAt: createMethod$2(true)
1631
- };
1632
-
1633
- var charAt = stringMultibyte.charAt;
1634
-
1635
-
1636
-
1637
- var STRING_ITERATOR = 'String Iterator';
1638
- var setInternalState$2 = internalState.set;
1639
- var getInternalState$2 = internalState.getterFor(STRING_ITERATOR);
1640
-
1641
- // `String.prototype[@@iterator]` method
1642
- // https://tc39.github.io/ecma262/#sec-string.prototype-@@iterator
1643
- defineIterator(String, 'String', function (iterated) {
1644
- setInternalState$2(this, {
1645
- type: STRING_ITERATOR,
1646
- string: String(iterated),
1647
- index: 0
1648
- });
1649
- // `%StringIteratorPrototype%.next` method
1650
- // https://tc39.github.io/ecma262/#sec-%stringiteratorprototype%.next
1651
- }, function next() {
1652
- var state = getInternalState$2(this);
1653
- var string = state.string;
1654
- var index = state.index;
1655
- var point;
1656
- if (index >= string.length) return { value: undefined, done: true };
1657
- point = charAt(string, index);
1658
- state.index += point.length;
1659
- return { value: point, done: false };
1660
- });
1661
-
1662
857
  var SPECIES$2 = wellKnownSymbol('species');
1663
858
 
1664
859
  var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
@@ -1680,9 +875,19 @@ var REPLACE_KEEPS_$0 = (function () {
1680
875
  return 'a'.replace(/./, '$0') === '$0';
1681
876
  })();
1682
877
 
878
+ var REPLACE = wellKnownSymbol('replace');
879
+ // Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string
880
+ var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
881
+ if (/./[REPLACE]) {
882
+ return /./[REPLACE]('a', '$0') === '';
883
+ }
884
+ return false;
885
+ })();
886
+
1683
887
  // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
1684
888
  // Weex JS has frozen built-in prototypes, so use try / catch wrapper
1685
889
  var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {
890
+ // eslint-disable-next-line regexp/no-empty-group -- required for testing
1686
891
  var re = /(?:)/;
1687
892
  var originalExec = re.exec;
1688
893
  re.exec = function () { return originalExec.apply(this, arguments); };
@@ -1727,7 +932,11 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, length, exec, sham) {
1727
932
  if (
1728
933
  !DELEGATES_TO_SYMBOL ||
1729
934
  !DELEGATES_TO_EXEC ||
1730
- (KEY === 'replace' && !(REPLACE_SUPPORTS_NAMED_GROUPS && REPLACE_KEEPS_$0)) ||
935
+ (KEY === 'replace' && !(
936
+ REPLACE_SUPPORTS_NAMED_GROUPS &&
937
+ REPLACE_KEEPS_$0 &&
938
+ !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
939
+ )) ||
1731
940
  (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)
1732
941
  ) {
1733
942
  var nativeRegExpMethod = /./[SYMBOL];
@@ -1742,7 +951,10 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, length, exec, sham) {
1742
951
  return { done: true, value: nativeMethod.call(str, regexp, arg2) };
1743
952
  }
1744
953
  return { done: false };
1745
- }, { REPLACE_KEEPS_$0: REPLACE_KEEPS_$0 });
954
+ }, {
955
+ REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,
956
+ REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
957
+ });
1746
958
  var stringMethod = methods[0];
1747
959
  var regexMethod = methods[1];
1748
960
 
@@ -1760,16 +972,86 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, length, exec, sham) {
1760
972
  if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);
1761
973
  };
1762
974
 
1763
- var charAt$1 = stringMultibyte.charAt;
975
+ // `String.prototype.{ codePointAt, at }` methods implementation
976
+ var createMethod = function (CONVERT_TO_STRING) {
977
+ return function ($this, pos) {
978
+ var S = String(requireObjectCoercible($this));
979
+ var position = toInteger(pos);
980
+ var size = S.length;
981
+ var first, second;
982
+ if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;
983
+ first = S.charCodeAt(position);
984
+ return first < 0xD800 || first > 0xDBFF || position + 1 === size
985
+ || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF
986
+ ? CONVERT_TO_STRING ? S.charAt(position) : first
987
+ : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
988
+ };
989
+ };
990
+
991
+ var stringMultibyte = {
992
+ // `String.prototype.codePointAt` method
993
+ // https://tc39.es/ecma262/#sec-string.prototype.codepointat
994
+ codeAt: createMethod(false),
995
+ // `String.prototype.at` method
996
+ // https://github.com/mathiasbynens/String.prototype.at
997
+ charAt: createMethod(true)
998
+ };
999
+
1000
+ var charAt = stringMultibyte.charAt;
1764
1001
 
1765
1002
  // `AdvanceStringIndex` abstract operation
1766
- // https://tc39.github.io/ecma262/#sec-advancestringindex
1003
+ // https://tc39.es/ecma262/#sec-advancestringindex
1767
1004
  var advanceStringIndex = function (S, index, unicode) {
1768
- return index + (unicode ? charAt$1(S, index).length : 1);
1005
+ return index + (unicode ? charAt(S, index).length : 1);
1006
+ };
1007
+
1008
+ // `ToObject` abstract operation
1009
+ // https://tc39.es/ecma262/#sec-toobject
1010
+ var toObject = function (argument) {
1011
+ return Object(requireObjectCoercible(argument));
1012
+ };
1013
+
1014
+ var floor = Math.floor;
1015
+ var replace = ''.replace;
1016
+ var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g;
1017
+ var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g;
1018
+
1019
+ // https://tc39.es/ecma262/#sec-getsubstitution
1020
+ var getSubstitution = function (matched, str, position, captures, namedCaptures, replacement) {
1021
+ var tailPos = position + matched.length;
1022
+ var m = captures.length;
1023
+ var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;
1024
+ if (namedCaptures !== undefined) {
1025
+ namedCaptures = toObject(namedCaptures);
1026
+ symbols = SUBSTITUTION_SYMBOLS;
1027
+ }
1028
+ return replace.call(replacement, symbols, function (match, ch) {
1029
+ var capture;
1030
+ switch (ch.charAt(0)) {
1031
+ case '$': return '$';
1032
+ case '&': return matched;
1033
+ case '`': return str.slice(0, position);
1034
+ case "'": return str.slice(tailPos);
1035
+ case '<':
1036
+ capture = namedCaptures[ch.slice(1, -1)];
1037
+ break;
1038
+ default: // \d\d?
1039
+ var n = +ch;
1040
+ if (n === 0) return match;
1041
+ if (n > m) {
1042
+ var f = floor(n / 10);
1043
+ if (f === 0) return match;
1044
+ if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
1045
+ return match;
1046
+ }
1047
+ capture = captures[n - 1];
1048
+ }
1049
+ return capture === undefined ? '' : capture;
1050
+ });
1769
1051
  };
1770
1052
 
1771
1053
  // `RegExpExec` abstract operation
1772
- // https://tc39.github.io/ecma262/#sec-regexpexec
1054
+ // https://tc39.es/ecma262/#sec-regexpexec
1773
1055
  var regexpExecAbstract = function (R, S) {
1774
1056
  var exec = R.exec;
1775
1057
  if (typeof exec === 'function') {
@@ -1787,11 +1069,8 @@ var regexpExecAbstract = function (R, S) {
1787
1069
  return regexpExec.call(R, S);
1788
1070
  };
1789
1071
 
1790
- var max$1 = Math.max;
1791
- var min$2 = Math.min;
1792
- var floor$1 = Math.floor;
1793
- var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d\d?|<[^>]*>)/g;
1794
- var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d\d?)/g;
1072
+ var max = Math.max;
1073
+ var min = Math.min;
1795
1074
 
1796
1075
  var maybeToString = function (it) {
1797
1076
  return it === undefined ? it : String(it);
@@ -1799,9 +1078,13 @@ var maybeToString = function (it) {
1799
1078
 
1800
1079
  // @@replace logic
1801
1080
  fixRegexpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {
1081
+ var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;
1082
+ var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;
1083
+ var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';
1084
+
1802
1085
  return [
1803
1086
  // `String.prototype.replace` method
1804
- // https://tc39.github.io/ecma262/#sec-string.prototype.replace
1087
+ // https://tc39.es/ecma262/#sec-string.prototype.replace
1805
1088
  function replace(searchValue, replaceValue) {
1806
1089
  var O = requireObjectCoercible(this);
1807
1090
  var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];
@@ -1810,9 +1093,12 @@ fixRegexpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, ma
1810
1093
  : nativeReplace.call(String(O), searchValue, replaceValue);
1811
1094
  },
1812
1095
  // `RegExp.prototype[@@replace]` method
1813
- // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace
1096
+ // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace
1814
1097
  function (regexp, replaceValue) {
1815
- if (reason.REPLACE_KEEPS_$0 || (typeof replaceValue === 'string' && replaceValue.indexOf('$0') === -1)) {
1098
+ if (
1099
+ (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||
1100
+ (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)
1101
+ ) {
1816
1102
  var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);
1817
1103
  if (res.done) return res.value;
1818
1104
  }
@@ -1846,7 +1132,7 @@ fixRegexpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, ma
1846
1132
  result = results[i];
1847
1133
 
1848
1134
  var matched = String(result[0]);
1849
- var position = max$1(min$2(toInteger(result.index), S.length), 0);
1135
+ var position = max(min(toInteger(result.index), S.length), 0);
1850
1136
  var captures = [];
1851
1137
  // NOTE: This is equivalent to
1852
1138
  // captures = result.slice(1).map(maybeToString)
@@ -1870,179 +1156,102 @@ fixRegexpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, ma
1870
1156
  return accumulatedResult + S.slice(nextSourcePosition);
1871
1157
  }
1872
1158
  ];
1873
-
1874
- // https://tc39.github.io/ecma262/#sec-getsubstitution
1875
- function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {
1876
- var tailPos = position + matched.length;
1877
- var m = captures.length;
1878
- var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;
1879
- if (namedCaptures !== undefined) {
1880
- namedCaptures = toObject(namedCaptures);
1881
- symbols = SUBSTITUTION_SYMBOLS;
1882
- }
1883
- return nativeReplace.call(replacement, symbols, function (match, ch) {
1884
- var capture;
1885
- switch (ch.charAt(0)) {
1886
- case '$': return '$';
1887
- case '&': return matched;
1888
- case '`': return str.slice(0, position);
1889
- case "'": return str.slice(tailPos);
1890
- case '<':
1891
- capture = namedCaptures[ch.slice(1, -1)];
1892
- break;
1893
- default: // \d\d?
1894
- var n = +ch;
1895
- if (n === 0) return match;
1896
- if (n > m) {
1897
- var f = floor$1(n / 10);
1898
- if (f === 0) return match;
1899
- if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
1900
- return match;
1901
- }
1902
- capture = captures[n - 1];
1903
- }
1904
- return capture === undefined ? '' : capture;
1905
- });
1906
- }
1907
1159
  });
1908
1160
 
1909
- // iterable DOM collections
1910
- // flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods
1911
- var domIterables = {
1912
- CSSRuleList: 0,
1913
- CSSStyleDeclaration: 0,
1914
- CSSValueList: 0,
1915
- ClientRectList: 0,
1916
- DOMRectList: 0,
1917
- DOMStringList: 0,
1918
- DOMTokenList: 1,
1919
- DataTransferItemList: 0,
1920
- FileList: 0,
1921
- HTMLAllCollection: 0,
1922
- HTMLCollection: 0,
1923
- HTMLFormElement: 0,
1924
- HTMLSelectElement: 0,
1925
- MediaList: 0,
1926
- MimeTypeArray: 0,
1927
- NamedNodeMap: 0,
1928
- NodeList: 1,
1929
- PaintRequestList: 0,
1930
- Plugin: 0,
1931
- PluginArray: 0,
1932
- SVGLengthList: 0,
1933
- SVGNumberList: 0,
1934
- SVGPathSegList: 0,
1935
- SVGPointList: 0,
1936
- SVGStringList: 0,
1937
- SVGTransformList: 0,
1938
- SourceBufferList: 0,
1939
- StyleSheetList: 0,
1940
- TextTrackCueList: 0,
1941
- TextTrackList: 0,
1942
- TouchList: 0
1161
+ // `IsArray` abstract operation
1162
+ // https://tc39.es/ecma262/#sec-isarray
1163
+ var isArray = Array.isArray || function isArray(arg) {
1164
+ return classofRaw(arg) == 'Array';
1943
1165
  };
1944
1166
 
1945
- var ITERATOR$2 = wellKnownSymbol('iterator');
1946
- var TO_STRING_TAG$3 = wellKnownSymbol('toStringTag');
1947
- var ArrayValues = es_array_iterator.values;
1948
-
1949
- for (var COLLECTION_NAME in domIterables) {
1950
- var Collection = global_1[COLLECTION_NAME];
1951
- var CollectionPrototype = Collection && Collection.prototype;
1952
- if (CollectionPrototype) {
1953
- // some Chrome versions have non-configurable methods on DOMTokenList
1954
- if (CollectionPrototype[ITERATOR$2] !== ArrayValues) try {
1955
- createNonEnumerableProperty(CollectionPrototype, ITERATOR$2, ArrayValues);
1956
- } catch (error) {
1957
- CollectionPrototype[ITERATOR$2] = ArrayValues;
1958
- }
1959
- if (!CollectionPrototype[TO_STRING_TAG$3]) {
1960
- createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG$3, COLLECTION_NAME);
1961
- }
1962
- if (domIterables[COLLECTION_NAME]) for (var METHOD_NAME in es_array_iterator) {
1963
- // some Chrome versions have non-configurable methods on DOMTokenList
1964
- if (CollectionPrototype[METHOD_NAME] !== es_array_iterator[METHOD_NAME]) try {
1965
- createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, es_array_iterator[METHOD_NAME]);
1966
- } catch (error) {
1967
- CollectionPrototype[METHOD_NAME] = es_array_iterator[METHOD_NAME];
1968
- }
1969
- }
1970
- }
1971
- }
1972
-
1973
- function _defineProperty(obj, key, value) {
1974
- if (key in obj) {
1975
- Object.defineProperty(obj, key, {
1976
- value: value,
1977
- enumerable: true,
1978
- configurable: true,
1979
- writable: true
1980
- });
1981
- } else {
1982
- obj[key] = value;
1983
- }
1167
+ var createProperty = function (object, key, value) {
1168
+ var propertyKey = toPrimitive(key);
1169
+ if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
1170
+ else object[propertyKey] = value;
1171
+ };
1984
1172
 
1985
- return obj;
1986
- }
1173
+ var SPECIES$1 = wellKnownSymbol('species');
1987
1174
 
1988
- function ownKeys$1(object, enumerableOnly) {
1989
- var keys = Object.keys(object);
1175
+ // `ArraySpeciesCreate` abstract operation
1176
+ // https://tc39.es/ecma262/#sec-arrayspeciescreate
1177
+ var arraySpeciesCreate = function (originalArray, length) {
1178
+ var C;
1179
+ if (isArray(originalArray)) {
1180
+ C = originalArray.constructor;
1181
+ // cross-realm fallback
1182
+ if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
1183
+ else if (isObject(C)) {
1184
+ C = C[SPECIES$1];
1185
+ if (C === null) C = undefined;
1186
+ }
1187
+ } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
1188
+ };
1990
1189
 
1991
- if (Object.getOwnPropertySymbols) {
1992
- var symbols = Object.getOwnPropertySymbols(object);
1993
- if (enumerableOnly) symbols = symbols.filter(function (sym) {
1994
- return Object.getOwnPropertyDescriptor(object, sym).enumerable;
1995
- });
1996
- keys.push.apply(keys, symbols);
1997
- }
1190
+ var SPECIES = wellKnownSymbol('species');
1998
1191
 
1999
- return keys;
2000
- }
1192
+ var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
1193
+ // We can't use this feature detection in V8 since it causes
1194
+ // deoptimization and serious performance degradation
1195
+ // https://github.com/zloirock/core-js/issues/677
1196
+ return engineV8Version >= 51 || !fails(function () {
1197
+ var array = [];
1198
+ var constructor = array.constructor = {};
1199
+ constructor[SPECIES] = function () {
1200
+ return { foo: 1 };
1201
+ };
1202
+ return array[METHOD_NAME](Boolean).foo !== 1;
1203
+ });
1204
+ };
2001
1205
 
2002
- function _objectSpread2(target) {
2003
- for (var i = 1; i < arguments.length; i++) {
2004
- var source = arguments[i] != null ? arguments[i] : {};
1206
+ var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
1207
+ var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
1208
+ var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
2005
1209
 
2006
- if (i % 2) {
2007
- ownKeys$1(Object(source), true).forEach(function (key) {
2008
- _defineProperty(target, key, source[key]);
2009
- });
2010
- } else if (Object.getOwnPropertyDescriptors) {
2011
- Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
2012
- } else {
2013
- ownKeys$1(Object(source)).forEach(function (key) {
2014
- Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
2015
- });
2016
- }
2017
- }
1210
+ // We can't use this feature detection in V8 since it causes
1211
+ // deoptimization and serious performance degradation
1212
+ // https://github.com/zloirock/core-js/issues/679
1213
+ var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function () {
1214
+ var array = [];
1215
+ array[IS_CONCAT_SPREADABLE] = false;
1216
+ return array.concat()[0] !== array;
1217
+ });
2018
1218
 
2019
- return target;
2020
- }
1219
+ var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
2021
1220
 
2022
- function _toConsumableArray(arr) {
2023
- return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread();
2024
- }
1221
+ var isConcatSpreadable = function (O) {
1222
+ if (!isObject(O)) return false;
1223
+ var spreadable = O[IS_CONCAT_SPREADABLE];
1224
+ return spreadable !== undefined ? !!spreadable : isArray(O);
1225
+ };
2025
1226
 
2026
- function _arrayWithoutHoles(arr) {
2027
- if (Array.isArray(arr)) {
2028
- for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) arr2[i] = arr[i];
1227
+ var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
2029
1228
 
2030
- return arr2;
1229
+ // `Array.prototype.concat` method
1230
+ // https://tc39.es/ecma262/#sec-array.prototype.concat
1231
+ // with adding support of @@isConcatSpreadable and @@species
1232
+ _export({ target: 'Array', proto: true, forced: FORCED }, {
1233
+ // eslint-disable-next-line no-unused-vars -- required for `.length`
1234
+ concat: function concat(arg) {
1235
+ var O = toObject(this);
1236
+ var A = arraySpeciesCreate(O, 0);
1237
+ var n = 0;
1238
+ var i, k, length, len, E;
1239
+ for (i = -1, length = arguments.length; i < length; i++) {
1240
+ E = i === -1 ? O : arguments[i];
1241
+ if (isConcatSpreadable(E)) {
1242
+ len = toLength(E.length);
1243
+ if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1244
+ for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
1245
+ } else {
1246
+ if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1247
+ createProperty(A, n++, E);
1248
+ }
1249
+ }
1250
+ A.length = n;
1251
+ return A;
2031
1252
  }
2032
- }
2033
-
2034
- function _iterableToArray(iter) {
2035
- if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === "[object Arguments]") return Array.from(iter);
2036
- }
2037
-
2038
- function _nonIterableSpread() {
2039
- throw new TypeError("Invalid attempt to spread non-iterable instance");
2040
- }
1253
+ });
2041
1254
 
2042
- //
2043
- //
2044
- //
2045
- //
2046
1255
  var $ = window.jQuery;
2047
1256
 
2048
1257
  var deepCopy = function deepCopy(arg) {
@@ -2090,7 +1299,7 @@ var script = {
2090
1299
  },
2091
1300
  methods: _objectSpread2({
2092
1301
  _initTable: function _initTable() {
2093
- var options = _objectSpread2({}, deepCopy(this.options), {
1302
+ var options = _objectSpread2(_objectSpread2({}, deepCopy(this.options)), {}, {
2094
1303
  columns: deepCopy(this.columns),
2095
1304
  data: deepCopy(this.data)
2096
1305
  });
@@ -2104,9 +1313,9 @@ var script = {
2104
1313
  }
2105
1314
  }, function () {
2106
1315
  var res = {};
2107
- var _iteratorNormalCompletion = true;
2108
- var _didIteratorError = false;
2109
- var _iteratorError = undefined;
1316
+
1317
+ var _iterator = _createForOfIteratorHelper($.fn.bootstrapTable.methods),
1318
+ _step;
2110
1319
 
2111
1320
  try {
2112
1321
  var _loop = function _loop() {
@@ -2123,22 +1332,13 @@ var script = {
2123
1332
  };
2124
1333
  };
2125
1334
 
2126
- for (var _iterator = $.fn.bootstrapTable.methods[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {
1335
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
2127
1336
  _loop();
2128
1337
  }
2129
1338
  } catch (err) {
2130
- _didIteratorError = true;
2131
- _iteratorError = err;
1339
+ _iterator.e(err);
2132
1340
  } finally {
2133
- try {
2134
- if (!_iteratorNormalCompletion && _iterator.return != null) {
2135
- _iterator.return();
2136
- }
2137
- } finally {
2138
- if (_didIteratorError) {
2139
- throw _iteratorError;
2140
- }
2141
- }
1341
+ _iterator.f();
2142
1342
  }
2143
1343
 
2144
1344
  return res;
@@ -2165,121 +1365,11 @@ var script = {
2165
1365
  }
2166
1366
  };
2167
1367
 
2168
- function normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier /* server only */, shadowMode, createInjector, createInjectorSSR, createInjectorShadow) {
2169
- if (typeof shadowMode !== 'boolean') {
2170
- createInjectorSSR = createInjector;
2171
- createInjector = shadowMode;
2172
- shadowMode = false;
2173
- }
2174
- // Vue.extend constructor export interop.
2175
- const options = typeof script === 'function' ? script.options : script;
2176
- // render functions
2177
- if (template && template.render) {
2178
- options.render = template.render;
2179
- options.staticRenderFns = template.staticRenderFns;
2180
- options._compiled = true;
2181
- // functional template
2182
- if (isFunctionalTemplate) {
2183
- options.functional = true;
2184
- }
2185
- }
2186
- // scopedId
2187
- if (scopeId) {
2188
- options._scopeId = scopeId;
2189
- }
2190
- let hook;
2191
- if (moduleIdentifier) {
2192
- // server build
2193
- hook = function (context) {
2194
- // 2.3 injection
2195
- context =
2196
- context || // cached call
2197
- (this.$vnode && this.$vnode.ssrContext) || // stateful
2198
- (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext); // functional
2199
- // 2.2 with runInNewContext: true
2200
- if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
2201
- context = __VUE_SSR_CONTEXT__;
2202
- }
2203
- // inject component styles
2204
- if (style) {
2205
- style.call(this, createInjectorSSR(context));
2206
- }
2207
- // register component module identifier for async chunk inference
2208
- if (context && context._registeredComponents) {
2209
- context._registeredComponents.add(moduleIdentifier);
2210
- }
2211
- };
2212
- // used by ssr in case component is cached and beforeCreate
2213
- // never gets called
2214
- options._ssrRegister = hook;
2215
- }
2216
- else if (style) {
2217
- hook = shadowMode
2218
- ? function (context) {
2219
- style.call(this, createInjectorShadow(context, this.$root.$options.shadowRoot));
2220
- }
2221
- : function (context) {
2222
- style.call(this, createInjector(context));
2223
- };
2224
- }
2225
- if (hook) {
2226
- if (options.functional) {
2227
- // register for functional component in vue file
2228
- const originalRender = options.render;
2229
- options.render = function renderWithStyleInjection(h, context) {
2230
- hook.call(context);
2231
- return originalRender(h, context);
2232
- };
2233
- }
2234
- else {
2235
- // inject component registration as beforeCreate hook
2236
- const existing = options.beforeCreate;
2237
- options.beforeCreate = existing ? [].concat(existing, hook) : [hook];
2238
- }
2239
- }
2240
- return script;
1368
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
1369
+ return openBlock(), createBlock("table");
2241
1370
  }
2242
1371
 
2243
- /* script */
2244
- const __vue_script__ = script;
1372
+ script.render = render;
1373
+ script.__file = "src/vue/BootstrapTable.vue";
2245
1374
 
2246
- /* template */
2247
- var __vue_render__ = function() {
2248
- var _vm = this;
2249
- var _h = _vm.$createElement;
2250
- var _c = _vm._self._c || _h;
2251
- return _c("table")
2252
- };
2253
- var __vue_staticRenderFns__ = [];
2254
- __vue_render__._withStripped = true;
2255
-
2256
- /* style */
2257
- const __vue_inject_styles__ = undefined;
2258
- /* scoped */
2259
- const __vue_scope_id__ = undefined;
2260
- /* module identifier */
2261
- const __vue_module_identifier__ = undefined;
2262
- /* functional template */
2263
- const __vue_is_functional_template__ = false;
2264
- /* style inject */
2265
-
2266
- /* style inject SSR */
2267
-
2268
- /* style inject shadow dom */
2269
-
2270
-
2271
-
2272
- const __vue_component__ = /*#__PURE__*/normalizeComponent(
2273
- { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
2274
- __vue_inject_styles__,
2275
- __vue_script__,
2276
- __vue_scope_id__,
2277
- __vue_is_functional_template__,
2278
- __vue_module_identifier__,
2279
- false,
2280
- undefined,
2281
- undefined,
2282
- undefined
2283
- );
2284
-
2285
- export default __vue_component__;
1375
+ export default script;