bootstrap-table-rails 1.18.1 → 1.19.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/.DS_Store +0 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +31 -133
  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 +375 -306
  11. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +585 -1374
  12. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +1499 -2288
  13. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +12 -2
  14. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +7534 -7805
  15. data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +1787 -1671
  16. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +1224 -1137
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +2610 -3020
  18. data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +1255 -1176
  19. data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +1269 -1193
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +876 -815
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +1912 -2459
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +2238 -2742
  23. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +3163 -3028
  24. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/utils.js +2442 -2367
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +1622 -1547
  26. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +1619 -1542
  27. data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +45 -11
  28. data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +1473 -1377
  29. data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +1305 -1232
  30. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +1809 -1760
  31. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.css +5 -2
  32. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +1132 -1061
  33. data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +343 -309
  34. data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +1660 -2282
  35. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +1486 -1407
  36. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +1067 -984
  37. data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +927 -711
  38. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +1263 -1160
  39. data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +2049 -2634
  40. data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +1250 -1918
  41. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +149 -120
  42. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +149 -120
  43. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +149 -120
  44. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +149 -120
  45. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +149 -120
  46. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +149 -120
  47. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +188 -120
  48. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +149 -120
  49. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +149 -120
  50. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +149 -120
  51. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +149 -120
  52. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +149 -120
  53. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +149 -120
  54. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +167 -137
  55. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +149 -120
  56. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +149 -120
  57. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +149 -120
  58. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +149 -120
  59. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +168 -139
  60. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +149 -120
  61. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +149 -120
  62. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +149 -120
  63. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +149 -120
  64. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +149 -120
  65. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +149 -120
  66. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +149 -120
  67. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +149 -120
  68. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +149 -120
  69. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +149 -120
  70. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +149 -120
  71. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +149 -120
  72. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +149 -120
  73. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +149 -120
  74. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +149 -120
  75. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +149 -120
  76. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +149 -120
  77. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +149 -120
  78. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +149 -120
  79. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +172 -143
  80. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +149 -120
  81. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +172 -143
  82. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +149 -120
  83. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +149 -120
  84. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +149 -120
  85. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +149 -120
  86. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +149 -120
  87. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +149 -120
  88. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +149 -120
  89. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +149 -120
  90. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +149 -120
  91. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +149 -120
  92. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +149 -120
  93. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +149 -120
  94. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +11 -1
  95. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +1133 -1044
  96. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +11 -1
  97. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +1125 -1036
  98. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +15 -1
  99. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +1141 -1052
  100. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +15 -1
  101. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +1134 -1045
  102. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +11 -1
  103. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +1102 -1013
  104. metadata +8 -3
@@ -1,2372 +1,2447 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('jquery')) :
3
- typeof define === 'function' && define.amd ? define(['exports', 'jquery'], factory) :
4
- (global = global || self, factory(global.BootstrapTable = {}, global.jQuery));
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('jquery')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', 'jquery'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BootstrapTable = {}, global.jQuery));
5
5
  }(this, (function (exports, $) { 'use strict';
6
6
 
7
- $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
8
-
9
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
-
11
- function createCommonjsModule(fn, module) {
12
- return module = { exports: {} }, fn(module, module.exports), module.exports;
13
- }
14
-
15
- var check = function (it) {
16
- return it && it.Math == Math && it;
17
- };
18
-
19
- // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
20
- var global_1 =
21
- // eslint-disable-next-line no-undef
22
- check(typeof globalThis == 'object' && globalThis) ||
23
- check(typeof window == 'object' && window) ||
24
- check(typeof self == 'object' && self) ||
25
- check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
26
- // eslint-disable-next-line no-new-func
27
- Function('return this')();
28
-
29
- var fails = function (exec) {
30
- try {
31
- return !!exec();
32
- } catch (error) {
33
- return true;
34
- }
35
- };
36
-
37
- // Thank's IE8 for his funny defineProperty
38
- var descriptors = !fails(function () {
39
- return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
40
- });
41
-
42
- var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
43
- var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
44
-
45
- // Nashorn ~ JDK8 bug
46
- var NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);
47
-
48
- // `Object.prototype.propertyIsEnumerable` method implementation
49
- // https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable
50
- var f = NASHORN_BUG ? function propertyIsEnumerable(V) {
51
- var descriptor = getOwnPropertyDescriptor(this, V);
52
- return !!descriptor && descriptor.enumerable;
53
- } : nativePropertyIsEnumerable;
54
-
55
- var objectPropertyIsEnumerable = {
56
- f: f
57
- };
58
-
59
- var createPropertyDescriptor = function (bitmap, value) {
60
- return {
61
- enumerable: !(bitmap & 1),
62
- configurable: !(bitmap & 2),
63
- writable: !(bitmap & 4),
64
- value: value
65
- };
66
- };
67
-
68
- var toString = {}.toString;
69
-
70
- var classofRaw = function (it) {
71
- return toString.call(it).slice(8, -1);
72
- };
73
-
74
- var split = ''.split;
75
-
76
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
77
- var indexedObject = fails(function () {
78
- // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
79
- // eslint-disable-next-line no-prototype-builtins
80
- return !Object('z').propertyIsEnumerable(0);
81
- }) ? function (it) {
82
- return classofRaw(it) == 'String' ? split.call(it, '') : Object(it);
83
- } : Object;
84
-
85
- // `RequireObjectCoercible` abstract operation
86
- // https://tc39.github.io/ecma262/#sec-requireobjectcoercible
87
- var requireObjectCoercible = function (it) {
88
- if (it == undefined) throw TypeError("Can't call method on " + it);
89
- return it;
90
- };
91
-
92
- // toObject with fallback for non-array-like ES3 strings
93
-
94
-
95
-
96
- var toIndexedObject = function (it) {
97
- return indexedObject(requireObjectCoercible(it));
98
- };
99
-
100
- var isObject = function (it) {
101
- return typeof it === 'object' ? it !== null : typeof it === 'function';
102
- };
103
-
104
- // `ToPrimitive` abstract operation
105
- // https://tc39.github.io/ecma262/#sec-toprimitive
106
- // instead of the ES6 spec version, we didn't implement @@toPrimitive case
107
- // and the second argument - flag - preferred type is a string
108
- var toPrimitive = function (input, PREFERRED_STRING) {
109
- if (!isObject(input)) return input;
110
- var fn, val;
111
- if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
112
- if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;
113
- if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
114
- throw TypeError("Can't convert object to primitive value");
115
- };
116
-
117
- var hasOwnProperty = {}.hasOwnProperty;
118
-
119
- var has = function (it, key) {
120
- return hasOwnProperty.call(it, key);
121
- };
122
-
123
- var document$1 = global_1.document;
124
- // typeof document.createElement is 'object' in old IE
125
- var EXISTS = isObject(document$1) && isObject(document$1.createElement);
126
-
127
- var documentCreateElement = function (it) {
128
- return EXISTS ? document$1.createElement(it) : {};
129
- };
130
-
131
- // Thank's IE8 for his funny defineProperty
132
- var ie8DomDefine = !descriptors && !fails(function () {
133
- return Object.defineProperty(documentCreateElement('div'), 'a', {
134
- get: function () { return 7; }
135
- }).a != 7;
136
- });
137
-
138
- var nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
139
-
140
- // `Object.getOwnPropertyDescriptor` method
141
- // https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor
142
- var f$1 = descriptors ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
143
- O = toIndexedObject(O);
144
- P = toPrimitive(P, true);
145
- if (ie8DomDefine) try {
146
- return nativeGetOwnPropertyDescriptor(O, P);
147
- } catch (error) { /* empty */ }
148
- if (has(O, P)) return createPropertyDescriptor(!objectPropertyIsEnumerable.f.call(O, P), O[P]);
149
- };
150
-
151
- var objectGetOwnPropertyDescriptor = {
152
- f: f$1
153
- };
154
-
155
- var anObject = function (it) {
156
- if (!isObject(it)) {
157
- throw TypeError(String(it) + ' is not an object');
158
- } return it;
159
- };
160
-
161
- var nativeDefineProperty = Object.defineProperty;
162
-
163
- // `Object.defineProperty` method
164
- // https://tc39.github.io/ecma262/#sec-object.defineproperty
165
- var f$2 = descriptors ? nativeDefineProperty : function defineProperty(O, P, Attributes) {
166
- anObject(O);
167
- P = toPrimitive(P, true);
168
- anObject(Attributes);
169
- if (ie8DomDefine) try {
170
- return nativeDefineProperty(O, P, Attributes);
171
- } catch (error) { /* empty */ }
172
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
173
- if ('value' in Attributes) O[P] = Attributes.value;
174
- return O;
175
- };
176
-
177
- var objectDefineProperty = {
178
- f: f$2
179
- };
180
-
181
- var createNonEnumerableProperty = descriptors ? function (object, key, value) {
182
- return objectDefineProperty.f(object, key, createPropertyDescriptor(1, value));
183
- } : function (object, key, value) {
184
- object[key] = value;
185
- return object;
186
- };
187
-
188
- var setGlobal = function (key, value) {
189
- try {
190
- createNonEnumerableProperty(global_1, key, value);
191
- } catch (error) {
192
- global_1[key] = value;
193
- } return value;
194
- };
195
-
196
- var SHARED = '__core-js_shared__';
197
- var store = global_1[SHARED] || setGlobal(SHARED, {});
198
-
199
- var sharedStore = store;
200
-
201
- var functionToString = Function.toString;
202
-
203
- // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper
204
- if (typeof sharedStore.inspectSource != 'function') {
205
- sharedStore.inspectSource = function (it) {
206
- return functionToString.call(it);
207
- };
208
- }
209
-
210
- var inspectSource = sharedStore.inspectSource;
211
-
212
- var WeakMap = global_1.WeakMap;
213
-
214
- var nativeWeakMap = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));
215
-
216
- var shared = createCommonjsModule(function (module) {
217
- (module.exports = function (key, value) {
218
- return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
219
- })('versions', []).push({
220
- version: '3.6.0',
221
- mode: 'global',
222
- copyright: '© 2019 Denis Pushkarev (zloirock.ru)'
223
- });
224
- });
225
-
226
- var id = 0;
227
- var postfix = Math.random();
228
-
229
- var uid = function (key) {
230
- return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
231
- };
232
-
233
- var keys = shared('keys');
234
-
235
- var sharedKey = function (key) {
236
- return keys[key] || (keys[key] = uid(key));
237
- };
238
-
239
- var hiddenKeys = {};
240
-
241
- var WeakMap$1 = global_1.WeakMap;
242
- var set, get, has$1;
243
-
244
- var enforce = function (it) {
245
- return has$1(it) ? get(it) : set(it, {});
246
- };
247
-
248
- var getterFor = function (TYPE) {
249
- return function (it) {
250
- var state;
251
- if (!isObject(it) || (state = get(it)).type !== TYPE) {
252
- throw TypeError('Incompatible receiver, ' + TYPE + ' required');
253
- } return state;
254
- };
255
- };
256
-
257
- if (nativeWeakMap) {
258
- var store$1 = new WeakMap$1();
259
- var wmget = store$1.get;
260
- var wmhas = store$1.has;
261
- var wmset = store$1.set;
262
- set = function (it, metadata) {
263
- wmset.call(store$1, it, metadata);
264
- return metadata;
265
- };
266
- get = function (it) {
267
- return wmget.call(store$1, it) || {};
268
- };
269
- has$1 = function (it) {
270
- return wmhas.call(store$1, it);
271
- };
272
- } else {
273
- var STATE = sharedKey('state');
274
- hiddenKeys[STATE] = true;
275
- set = function (it, metadata) {
276
- createNonEnumerableProperty(it, STATE, metadata);
277
- return metadata;
278
- };
279
- get = function (it) {
280
- return has(it, STATE) ? it[STATE] : {};
281
- };
282
- has$1 = function (it) {
283
- return has(it, STATE);
284
- };
285
- }
286
-
287
- var internalState = {
288
- set: set,
289
- get: get,
290
- has: has$1,
291
- enforce: enforce,
292
- getterFor: getterFor
293
- };
294
-
295
- var redefine = createCommonjsModule(function (module) {
296
- var getInternalState = internalState.get;
297
- var enforceInternalState = internalState.enforce;
298
- var TEMPLATE = String(String).split('String');
299
-
300
- (module.exports = function (O, key, value, options) {
301
- var unsafe = options ? !!options.unsafe : false;
302
- var simple = options ? !!options.enumerable : false;
303
- var noTargetGet = options ? !!options.noTargetGet : false;
304
- if (typeof value == 'function') {
305
- if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);
306
- enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');
307
- }
308
- if (O === global_1) {
309
- if (simple) O[key] = value;
310
- else setGlobal(key, value);
311
- return;
312
- } else if (!unsafe) {
313
- delete O[key];
314
- } else if (!noTargetGet && O[key]) {
315
- simple = true;
316
- }
317
- if (simple) O[key] = value;
318
- else createNonEnumerableProperty(O, key, value);
319
- // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
320
- })(Function.prototype, 'toString', function toString() {
321
- return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
322
- });
323
- });
324
-
325
- var path = global_1;
326
-
327
- var aFunction = function (variable) {
328
- return typeof variable == 'function' ? variable : undefined;
329
- };
330
-
331
- var getBuiltIn = function (namespace, method) {
332
- return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global_1[namespace])
333
- : path[namespace] && path[namespace][method] || global_1[namespace] && global_1[namespace][method];
334
- };
335
-
336
- var ceil = Math.ceil;
337
- var floor = Math.floor;
338
-
339
- // `ToInteger` abstract operation
340
- // https://tc39.github.io/ecma262/#sec-tointeger
341
- var toInteger = function (argument) {
342
- return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
343
- };
344
-
345
- var min = Math.min;
346
-
347
- // `ToLength` abstract operation
348
- // https://tc39.github.io/ecma262/#sec-tolength
349
- var toLength = function (argument) {
350
- return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
351
- };
352
-
353
- var max = Math.max;
354
- var min$1 = Math.min;
355
-
356
- // Helper for a popular repeating case of the spec:
357
- // Let integer be ? ToInteger(index).
358
- // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
359
- var toAbsoluteIndex = function (index, length) {
360
- var integer = toInteger(index);
361
- return integer < 0 ? max(integer + length, 0) : min$1(integer, length);
362
- };
363
-
364
- // `Array.prototype.{ indexOf, includes }` methods implementation
365
- var createMethod = function (IS_INCLUDES) {
366
- return function ($this, el, fromIndex) {
367
- var O = toIndexedObject($this);
368
- var length = toLength(O.length);
369
- var index = toAbsoluteIndex(fromIndex, length);
370
- var value;
371
- // Array#includes uses SameValueZero equality algorithm
372
- // eslint-disable-next-line no-self-compare
373
- if (IS_INCLUDES && el != el) while (length > index) {
374
- value = O[index++];
375
- // eslint-disable-next-line no-self-compare
376
- if (value != value) return true;
377
- // Array#indexOf ignores holes, Array#includes - not
378
- } else for (;length > index; index++) {
379
- if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
380
- } return !IS_INCLUDES && -1;
381
- };
382
- };
383
-
384
- var arrayIncludes = {
385
- // `Array.prototype.includes` method
386
- // https://tc39.github.io/ecma262/#sec-array.prototype.includes
387
- includes: createMethod(true),
388
- // `Array.prototype.indexOf` method
389
- // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
390
- indexOf: createMethod(false)
391
- };
392
-
393
- var indexOf = arrayIncludes.indexOf;
394
-
395
-
396
- var objectKeysInternal = function (object, names) {
397
- var O = toIndexedObject(object);
398
- var i = 0;
399
- var result = [];
400
- var key;
401
- for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);
402
- // Don't enum bug & hidden keys
403
- while (names.length > i) if (has(O, key = names[i++])) {
404
- ~indexOf(result, key) || result.push(key);
405
- }
406
- return result;
407
- };
408
-
409
- // IE8- don't enum bug keys
410
- var enumBugKeys = [
411
- 'constructor',
412
- 'hasOwnProperty',
413
- 'isPrototypeOf',
414
- 'propertyIsEnumerable',
415
- 'toLocaleString',
416
- 'toString',
417
- 'valueOf'
418
- ];
419
-
420
- var hiddenKeys$1 = enumBugKeys.concat('length', 'prototype');
421
-
422
- // `Object.getOwnPropertyNames` method
423
- // https://tc39.github.io/ecma262/#sec-object.getownpropertynames
424
- var f$3 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
425
- return objectKeysInternal(O, hiddenKeys$1);
426
- };
427
-
428
- var objectGetOwnPropertyNames = {
429
- f: f$3
430
- };
431
-
432
- var f$4 = Object.getOwnPropertySymbols;
433
-
434
- var objectGetOwnPropertySymbols = {
435
- f: f$4
436
- };
437
-
438
- // all object keys, includes non-enumerable and symbols
439
- var ownKeys = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
440
- var keys = objectGetOwnPropertyNames.f(anObject(it));
441
- var getOwnPropertySymbols = objectGetOwnPropertySymbols.f;
442
- return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
443
- };
444
-
445
- var copyConstructorProperties = function (target, source) {
446
- var keys = ownKeys(source);
447
- var defineProperty = objectDefineProperty.f;
448
- var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
449
- for (var i = 0; i < keys.length; i++) {
450
- var key = keys[i];
451
- if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
452
- }
453
- };
454
-
455
- var replacement = /#|\.prototype\./;
456
-
457
- var isForced = function (feature, detection) {
458
- var value = data[normalize(feature)];
459
- return value == POLYFILL ? true
460
- : value == NATIVE ? false
461
- : typeof detection == 'function' ? fails(detection)
462
- : !!detection;
463
- };
464
-
465
- var normalize = isForced.normalize = function (string) {
466
- return String(string).replace(replacement, '.').toLowerCase();
467
- };
468
-
469
- var data = isForced.data = {};
470
- var NATIVE = isForced.NATIVE = 'N';
471
- var POLYFILL = isForced.POLYFILL = 'P';
472
-
473
- var isForced_1 = isForced;
474
-
475
- var getOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
476
-
477
-
478
-
479
-
480
-
481
-
482
- /*
483
- options.target - name of the target object
484
- options.global - target is the global object
485
- options.stat - export as static methods of target
486
- options.proto - export as prototype methods of target
487
- options.real - real prototype method for the `pure` version
488
- options.forced - export even if the native feature is available
489
- options.bind - bind methods to the target, required for the `pure` version
490
- options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
491
- options.unsafe - use the simple assignment of property instead of delete + defineProperty
492
- options.sham - add a flag to not completely full polyfills
493
- options.enumerable - export as enumerable property
494
- options.noTargetGet - prevent calling a getter on target
495
- */
496
- var _export = function (options, source) {
497
- var TARGET = options.target;
498
- var GLOBAL = options.global;
499
- var STATIC = options.stat;
500
- var FORCED, target, key, targetProperty, sourceProperty, descriptor;
501
- if (GLOBAL) {
502
- target = global_1;
503
- } else if (STATIC) {
504
- target = global_1[TARGET] || setGlobal(TARGET, {});
505
- } else {
506
- target = (global_1[TARGET] || {}).prototype;
507
- }
508
- if (target) for (key in source) {
509
- sourceProperty = source[key];
510
- if (options.noTargetGet) {
511
- descriptor = getOwnPropertyDescriptor$1(target, key);
512
- targetProperty = descriptor && descriptor.value;
513
- } else targetProperty = target[key];
514
- FORCED = isForced_1(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
515
- // contained in target
516
- if (!FORCED && targetProperty !== undefined) {
517
- if (typeof sourceProperty === typeof targetProperty) continue;
518
- copyConstructorProperties(sourceProperty, targetProperty);
519
- }
520
- // add a flag to not completely full polyfills
521
- if (options.sham || (targetProperty && targetProperty.sham)) {
522
- createNonEnumerableProperty(sourceProperty, 'sham', true);
523
- }
524
- // extend global
525
- redefine(target, key, sourceProperty, options);
526
- }
527
- };
528
-
529
- // `IsArray` abstract operation
530
- // https://tc39.github.io/ecma262/#sec-isarray
531
- var isArray = Array.isArray || function isArray(arg) {
532
- return classofRaw(arg) == 'Array';
533
- };
534
-
535
- // `ToObject` abstract operation
536
- // https://tc39.github.io/ecma262/#sec-toobject
537
- var toObject = function (argument) {
538
- return Object(requireObjectCoercible(argument));
539
- };
540
-
541
- var createProperty = function (object, key, value) {
542
- var propertyKey = toPrimitive(key);
543
- if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
544
- else object[propertyKey] = value;
545
- };
546
-
547
- var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
548
- // Chrome 38 Symbol has incorrect toString conversion
549
- // eslint-disable-next-line no-undef
550
- return !String(Symbol());
551
- });
552
-
553
- var useSymbolAsUid = nativeSymbol
554
- // eslint-disable-next-line no-undef
555
- && !Symbol.sham
556
- // eslint-disable-next-line no-undef
557
- && typeof Symbol() == 'symbol';
558
-
559
- var WellKnownSymbolsStore = shared('wks');
560
- var Symbol$1 = global_1.Symbol;
561
- var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : uid;
562
-
563
- var wellKnownSymbol = function (name) {
564
- if (!has(WellKnownSymbolsStore, name)) {
565
- if (nativeSymbol && has(Symbol$1, name)) WellKnownSymbolsStore[name] = Symbol$1[name];
566
- else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
567
- } return WellKnownSymbolsStore[name];
568
- };
569
-
570
- var SPECIES = wellKnownSymbol('species');
571
-
572
- // `ArraySpeciesCreate` abstract operation
573
- // https://tc39.github.io/ecma262/#sec-arrayspeciescreate
574
- var arraySpeciesCreate = function (originalArray, length) {
575
- var C;
576
- if (isArray(originalArray)) {
577
- C = originalArray.constructor;
578
- // cross-realm fallback
579
- if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
580
- else if (isObject(C)) {
581
- C = C[SPECIES];
582
- if (C === null) C = undefined;
583
- }
584
- } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
585
- };
586
-
587
- var userAgent = getBuiltIn('navigator', 'userAgent') || '';
588
-
589
- var process = global_1.process;
590
- var versions = process && process.versions;
591
- var v8 = versions && versions.v8;
592
- var match, version;
593
-
594
- if (v8) {
595
- match = v8.split('.');
596
- version = match[0] + match[1];
597
- } else if (userAgent) {
598
- match = userAgent.match(/Edge\/(\d+)/);
599
- if (!match || match[1] >= 74) {
600
- match = userAgent.match(/Chrome\/(\d+)/);
601
- if (match) version = match[1];
602
- }
603
- }
604
-
605
- var v8Version = version && +version;
606
-
607
- var SPECIES$1 = wellKnownSymbol('species');
608
-
609
- var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
610
- // We can't use this feature detection in V8 since it causes
611
- // deoptimization and serious performance degradation
612
- // https://github.com/zloirock/core-js/issues/677
613
- return v8Version >= 51 || !fails(function () {
614
- var array = [];
615
- var constructor = array.constructor = {};
616
- constructor[SPECIES$1] = function () {
617
- return { foo: 1 };
618
- };
619
- return array[METHOD_NAME](Boolean).foo !== 1;
620
- });
621
- };
622
-
623
- var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
624
- var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
625
- var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
626
-
627
- // We can't use this feature detection in V8 since it causes
628
- // deoptimization and serious performance degradation
629
- // https://github.com/zloirock/core-js/issues/679
630
- var IS_CONCAT_SPREADABLE_SUPPORT = v8Version >= 51 || !fails(function () {
631
- var array = [];
632
- array[IS_CONCAT_SPREADABLE] = false;
633
- return array.concat()[0] !== array;
634
- });
635
-
636
- var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
637
-
638
- var isConcatSpreadable = function (O) {
639
- if (!isObject(O)) return false;
640
- var spreadable = O[IS_CONCAT_SPREADABLE];
641
- return spreadable !== undefined ? !!spreadable : isArray(O);
642
- };
643
-
644
- var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
645
-
646
- // `Array.prototype.concat` method
647
- // https://tc39.github.io/ecma262/#sec-array.prototype.concat
648
- // with adding support of @@isConcatSpreadable and @@species
649
- _export({ target: 'Array', proto: true, forced: FORCED }, {
650
- concat: function concat(arg) { // eslint-disable-line no-unused-vars
651
- var O = toObject(this);
652
- var A = arraySpeciesCreate(O, 0);
653
- var n = 0;
654
- var i, k, length, len, E;
655
- for (i = -1, length = arguments.length; i < length; i++) {
656
- E = i === -1 ? O : arguments[i];
657
- if (isConcatSpreadable(E)) {
658
- len = toLength(E.length);
659
- if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
660
- for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
661
- } else {
662
- if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
663
- createProperty(A, n++, E);
664
- }
665
- }
666
- A.length = n;
667
- return A;
668
- }
669
- });
670
-
671
- var aFunction$1 = function (it) {
672
- if (typeof it != 'function') {
673
- throw TypeError(String(it) + ' is not a function');
674
- } return it;
675
- };
676
-
677
- // optional / simple context binding
678
- var bindContext = function (fn, that, length) {
679
- aFunction$1(fn);
680
- if (that === undefined) return fn;
681
- switch (length) {
682
- case 0: return function () {
683
- return fn.call(that);
684
- };
685
- case 1: return function (a) {
686
- return fn.call(that, a);
687
- };
688
- case 2: return function (a, b) {
689
- return fn.call(that, a, b);
690
- };
691
- case 3: return function (a, b, c) {
692
- return fn.call(that, a, b, c);
693
- };
694
- }
695
- return function (/* ...args */) {
696
- return fn.apply(that, arguments);
697
- };
698
- };
699
-
700
- var push = [].push;
701
-
702
- // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation
703
- var createMethod$1 = function (TYPE) {
704
- var IS_MAP = TYPE == 1;
705
- var IS_FILTER = TYPE == 2;
706
- var IS_SOME = TYPE == 3;
707
- var IS_EVERY = TYPE == 4;
708
- var IS_FIND_INDEX = TYPE == 6;
709
- var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
710
- return function ($this, callbackfn, that, specificCreate) {
711
- var O = toObject($this);
712
- var self = indexedObject(O);
713
- var boundFunction = bindContext(callbackfn, that, 3);
714
- var length = toLength(self.length);
715
- var index = 0;
716
- var create = specificCreate || arraySpeciesCreate;
717
- var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
718
- var value, result;
719
- for (;length > index; index++) if (NO_HOLES || index in self) {
720
- value = self[index];
721
- result = boundFunction(value, index, O);
722
- if (TYPE) {
723
- if (IS_MAP) target[index] = result; // map
724
- else if (result) switch (TYPE) {
725
- case 3: return true; // some
726
- case 5: return value; // find
727
- case 6: return index; // findIndex
728
- case 2: push.call(target, value); // filter
729
- } else if (IS_EVERY) return false; // every
730
- }
731
- }
732
- return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;
733
- };
734
- };
735
-
736
- var arrayIteration = {
737
- // `Array.prototype.forEach` method
738
- // https://tc39.github.io/ecma262/#sec-array.prototype.foreach
739
- forEach: createMethod$1(0),
740
- // `Array.prototype.map` method
741
- // https://tc39.github.io/ecma262/#sec-array.prototype.map
742
- map: createMethod$1(1),
743
- // `Array.prototype.filter` method
744
- // https://tc39.github.io/ecma262/#sec-array.prototype.filter
745
- filter: createMethod$1(2),
746
- // `Array.prototype.some` method
747
- // https://tc39.github.io/ecma262/#sec-array.prototype.some
748
- some: createMethod$1(3),
749
- // `Array.prototype.every` method
750
- // https://tc39.github.io/ecma262/#sec-array.prototype.every
751
- every: createMethod$1(4),
752
- // `Array.prototype.find` method
753
- // https://tc39.github.io/ecma262/#sec-array.prototype.find
754
- find: createMethod$1(5),
755
- // `Array.prototype.findIndex` method
756
- // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex
757
- findIndex: createMethod$1(6)
758
- };
759
-
760
- var $filter = arrayIteration.filter;
761
-
762
-
763
-
764
- var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');
765
- // Edge 14- issue
766
- var USES_TO_LENGTH = HAS_SPECIES_SUPPORT && !fails(function () {
767
- [].filter.call({ length: -1, 0: 1 }, function (it) { throw it; });
768
- });
769
-
770
- // `Array.prototype.filter` method
771
- // https://tc39.github.io/ecma262/#sec-array.prototype.filter
772
- // with adding support of @@species
773
- _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {
774
- filter: function filter(callbackfn /* , thisArg */) {
775
- return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
776
- }
777
- });
778
-
779
- // `Object.keys` method
780
- // https://tc39.github.io/ecma262/#sec-object.keys
781
- var objectKeys = Object.keys || function keys(O) {
782
- return objectKeysInternal(O, enumBugKeys);
783
- };
784
-
785
- // `Object.defineProperties` method
786
- // https://tc39.github.io/ecma262/#sec-object.defineproperties
787
- var objectDefineProperties = descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
788
- anObject(O);
789
- var keys = objectKeys(Properties);
790
- var length = keys.length;
791
- var index = 0;
792
- var key;
793
- while (length > index) objectDefineProperty.f(O, key = keys[index++], Properties[key]);
794
- return O;
795
- };
796
-
797
- var html = getBuiltIn('document', 'documentElement');
798
-
799
- var GT = '>';
800
- var LT = '<';
801
- var PROTOTYPE = 'prototype';
802
- var SCRIPT = 'script';
803
- var IE_PROTO = sharedKey('IE_PROTO');
804
-
805
- var EmptyConstructor = function () { /* empty */ };
806
-
807
- var scriptTag = function (content) {
808
- return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;
809
- };
810
-
811
- // Create object with fake `null` prototype: use ActiveX Object with cleared prototype
812
- var NullProtoObjectViaActiveX = function (activeXDocument) {
813
- activeXDocument.write(scriptTag(''));
814
- activeXDocument.close();
815
- var temp = activeXDocument.parentWindow.Object;
816
- activeXDocument = null; // avoid memory leak
817
- return temp;
818
- };
819
-
820
- // Create object with fake `null` prototype: use iframe Object with cleared prototype
821
- var NullProtoObjectViaIFrame = function () {
822
- // Thrash, waste and sodomy: IE GC bug
823
- var iframe = documentCreateElement('iframe');
824
- var JS = 'java' + SCRIPT + ':';
825
- var iframeDocument;
826
- iframe.style.display = 'none';
827
- html.appendChild(iframe);
828
- // https://github.com/zloirock/core-js/issues/475
829
- iframe.src = String(JS);
830
- iframeDocument = iframe.contentWindow.document;
831
- iframeDocument.open();
832
- iframeDocument.write(scriptTag('document.F=Object'));
833
- iframeDocument.close();
834
- return iframeDocument.F;
835
- };
836
-
837
- // Check for document.domain and active x support
838
- // No need to use active x approach when document.domain is not set
839
- // see https://github.com/es-shims/es5-shim/issues/150
840
- // variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346
841
- // avoid IE GC bug
842
- var activeXDocument;
843
- var NullProtoObject = function () {
844
- try {
845
- /* global ActiveXObject */
846
- activeXDocument = document.domain && new ActiveXObject('htmlfile');
847
- } catch (error) { /* ignore */ }
848
- NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();
849
- var length = enumBugKeys.length;
850
- while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];
851
- return NullProtoObject();
852
- };
853
-
854
- hiddenKeys[IE_PROTO] = true;
855
-
856
- // `Object.create` method
857
- // https://tc39.github.io/ecma262/#sec-object.create
858
- var objectCreate = Object.create || function create(O, Properties) {
859
- var result;
860
- if (O !== null) {
861
- EmptyConstructor[PROTOTYPE] = anObject(O);
862
- result = new EmptyConstructor();
863
- EmptyConstructor[PROTOTYPE] = null;
864
- // add "__proto__" for Object.getPrototypeOf polyfill
865
- result[IE_PROTO] = O;
866
- } else result = NullProtoObject();
867
- return Properties === undefined ? result : objectDefineProperties(result, Properties);
868
- };
869
-
870
- var UNSCOPABLES = wellKnownSymbol('unscopables');
871
- var ArrayPrototype = Array.prototype;
872
-
873
- // Array.prototype[@@unscopables]
874
- // https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
875
- if (ArrayPrototype[UNSCOPABLES] == undefined) {
876
- objectDefineProperty.f(ArrayPrototype, UNSCOPABLES, {
877
- configurable: true,
878
- value: objectCreate(null)
879
- });
880
- }
881
-
882
- // add a key to Array.prototype[@@unscopables]
883
- var addToUnscopables = function (key) {
884
- ArrayPrototype[UNSCOPABLES][key] = true;
885
- };
886
-
887
- var $find = arrayIteration.find;
888
-
889
-
890
- var FIND = 'find';
891
- var SKIPS_HOLES = true;
892
-
893
- // Shouldn't skip holes
894
- if (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; });
895
-
896
- // `Array.prototype.find` method
897
- // https://tc39.github.io/ecma262/#sec-array.prototype.find
898
- _export({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {
899
- find: function find(callbackfn /* , that = undefined */) {
900
- return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
901
- }
902
- });
903
-
904
- // https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
905
- addToUnscopables(FIND);
906
-
907
- var $includes = arrayIncludes.includes;
908
-
909
-
910
- // `Array.prototype.includes` method
911
- // https://tc39.github.io/ecma262/#sec-array.prototype.includes
912
- _export({ target: 'Array', proto: true }, {
913
- includes: function includes(el /* , fromIndex = 0 */) {
914
- return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
915
- }
916
- });
917
-
918
- // https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
919
- addToUnscopables('includes');
920
-
921
- var sloppyArrayMethod = function (METHOD_NAME, argument) {
922
- var method = [][METHOD_NAME];
923
- return !method || !fails(function () {
924
- // eslint-disable-next-line no-useless-call,no-throw-literal
925
- method.call(null, argument || function () { throw 1; }, 1);
926
- });
927
- };
928
-
929
- var $indexOf = arrayIncludes.indexOf;
930
-
931
-
932
- var nativeIndexOf = [].indexOf;
933
-
934
- var NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;
935
- var SLOPPY_METHOD = sloppyArrayMethod('indexOf');
936
-
937
- // `Array.prototype.indexOf` method
938
- // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
939
- _export({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || SLOPPY_METHOD }, {
940
- indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
941
- return NEGATIVE_ZERO
942
- // convert -0 to +0
943
- ? nativeIndexOf.apply(this, arguments) || 0
944
- : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);
945
- }
946
- });
947
-
948
- var nativeJoin = [].join;
949
-
950
- var ES3_STRINGS = indexedObject != Object;
951
- var SLOPPY_METHOD$1 = sloppyArrayMethod('join', ',');
952
-
953
- // `Array.prototype.join` method
954
- // https://tc39.github.io/ecma262/#sec-array.prototype.join
955
- _export({ target: 'Array', proto: true, forced: ES3_STRINGS || SLOPPY_METHOD$1 }, {
956
- join: function join(separator) {
957
- return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);
958
- }
959
- });
960
-
961
- var test = [];
962
- var nativeSort = test.sort;
963
-
964
- // IE8-
965
- var FAILS_ON_UNDEFINED = fails(function () {
966
- test.sort(undefined);
967
- });
968
- // V8 bug
969
- var FAILS_ON_NULL = fails(function () {
970
- test.sort(null);
971
- });
972
- // Old WebKit
973
- var SLOPPY_METHOD$2 = sloppyArrayMethod('sort');
974
-
975
- var FORCED$1 = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || SLOPPY_METHOD$2;
976
-
977
- // `Array.prototype.sort` method
978
- // https://tc39.github.io/ecma262/#sec-array.prototype.sort
979
- _export({ target: 'Array', proto: true, forced: FORCED$1 }, {
980
- sort: function sort(comparefn) {
981
- return comparefn === undefined
982
- ? nativeSort.call(toObject(this))
983
- : nativeSort.call(toObject(this), aFunction$1(comparefn));
984
- }
985
- });
986
-
987
- var FAILS_ON_PRIMITIVES = fails(function () { objectKeys(1); });
988
-
989
- // `Object.keys` method
990
- // https://tc39.github.io/ecma262/#sec-object.keys
991
- _export({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
992
- keys: function keys(it) {
993
- return objectKeys(toObject(it));
994
- }
995
- });
996
-
997
- var TO_STRING_TAG = wellKnownSymbol('toStringTag');
998
- var test$1 = {};
999
-
1000
- test$1[TO_STRING_TAG] = 'z';
1001
-
1002
- var toStringTagSupport = String(test$1) === '[object z]';
1003
-
1004
- var TO_STRING_TAG$1 = wellKnownSymbol('toStringTag');
1005
- // ES3 wrong here
1006
- var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
1007
-
1008
- // fallback for IE11 Script Access Denied error
1009
- var tryGet = function (it, key) {
1010
- try {
1011
- return it[key];
1012
- } catch (error) { /* empty */ }
1013
- };
1014
-
1015
- // getting tag from ES6+ `Object.prototype.toString`
1016
- var classof = toStringTagSupport ? classofRaw : function (it) {
1017
- var O, tag, result;
1018
- return it === undefined ? 'Undefined' : it === null ? 'Null'
1019
- // @@toStringTag case
1020
- : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG$1)) == 'string' ? tag
1021
- // builtinTag case
1022
- : CORRECT_ARGUMENTS ? classofRaw(O)
1023
- // ES3 arguments fallback
1024
- : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;
1025
- };
1026
-
1027
- // `Object.prototype.toString` method implementation
1028
- // https://tc39.github.io/ecma262/#sec-object.prototype.tostring
1029
- var objectToString = toStringTagSupport ? {}.toString : function toString() {
1030
- return '[object ' + classof(this) + ']';
1031
- };
1032
-
1033
- // `Object.prototype.toString` method
1034
- // https://tc39.github.io/ecma262/#sec-object.prototype.tostring
1035
- if (!toStringTagSupport) {
1036
- redefine(Object.prototype, 'toString', objectToString, { unsafe: true });
1037
- }
1038
-
1039
- // `RegExp.prototype.flags` getter implementation
1040
- // https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags
1041
- var regexpFlags = function () {
1042
- var that = anObject(this);
1043
- var result = '';
1044
- if (that.global) result += 'g';
1045
- if (that.ignoreCase) result += 'i';
1046
- if (that.multiline) result += 'm';
1047
- if (that.dotAll) result += 's';
1048
- if (that.unicode) result += 'u';
1049
- if (that.sticky) result += 'y';
1050
- return result;
1051
- };
1052
-
1053
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,
1054
- // so we use an intermediate function.
1055
- function RE(s, f) {
1056
- return RegExp(s, f);
1057
- }
1058
-
1059
- var UNSUPPORTED_Y = fails(function () {
1060
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
1061
- var re = RE('a', 'y');
1062
- re.lastIndex = 2;
1063
- return re.exec('abcd') != null;
1064
- });
1065
-
1066
- var BROKEN_CARET = fails(function () {
1067
- // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
1068
- var re = RE('^r', 'gy');
1069
- re.lastIndex = 2;
1070
- return re.exec('str') != null;
1071
- });
1072
-
1073
- var regexpStickyHelpers = {
1074
- UNSUPPORTED_Y: UNSUPPORTED_Y,
1075
- BROKEN_CARET: BROKEN_CARET
1076
- };
1077
-
1078
- var nativeExec = RegExp.prototype.exec;
1079
- // This always refers to the native implementation, because the
1080
- // String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,
1081
- // which loads this file before patching the method.
1082
- var nativeReplace = String.prototype.replace;
1083
-
1084
- var patchedExec = nativeExec;
1085
-
1086
- var UPDATES_LAST_INDEX_WRONG = (function () {
1087
- var re1 = /a/;
1088
- var re2 = /b*/g;
1089
- nativeExec.call(re1, 'a');
1090
- nativeExec.call(re2, 'a');
1091
- return re1.lastIndex !== 0 || re2.lastIndex !== 0;
1092
- })();
1093
-
1094
- var UNSUPPORTED_Y$1 = regexpStickyHelpers.UNSUPPORTED_Y || regexpStickyHelpers.BROKEN_CARET;
1095
-
1096
- // nonparticipating capturing group, copied from es5-shim's String#split patch.
1097
- var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
1098
-
1099
- var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y$1;
1100
-
1101
- if (PATCH) {
1102
- patchedExec = function exec(str) {
1103
- var re = this;
1104
- var lastIndex, reCopy, match, i;
1105
- var sticky = UNSUPPORTED_Y$1 && re.sticky;
1106
- var flags = regexpFlags.call(re);
1107
- var source = re.source;
1108
- var charsAdded = 0;
1109
- var strCopy = str;
1110
-
1111
- if (sticky) {
1112
- flags = flags.replace('y', '');
1113
- if (flags.indexOf('g') === -1) {
1114
- flags += 'g';
1115
- }
1116
-
1117
- strCopy = String(str).slice(re.lastIndex);
1118
- // Support anchored sticky behavior.
1119
- if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\n')) {
1120
- source = '(?: ' + source + ')';
1121
- strCopy = ' ' + strCopy;
1122
- charsAdded++;
1123
- }
1124
- // ^(? + rx + ) is needed, in combination with some str slicing, to
1125
- // simulate the 'y' flag.
1126
- reCopy = new RegExp('^(?:' + source + ')', flags);
1127
- }
1128
-
1129
- if (NPCG_INCLUDED) {
1130
- reCopy = new RegExp('^' + source + '$(?!\\s)', flags);
1131
- }
1132
- if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
1133
-
1134
- match = nativeExec.call(sticky ? reCopy : re, strCopy);
1135
-
1136
- if (sticky) {
1137
- if (match) {
1138
- match.input = match.input.slice(charsAdded);
1139
- match[0] = match[0].slice(charsAdded);
1140
- match.index = re.lastIndex;
1141
- re.lastIndex += match[0].length;
1142
- } else re.lastIndex = 0;
1143
- } else if (UPDATES_LAST_INDEX_WRONG && match) {
1144
- re.lastIndex = re.global ? match.index + match[0].length : lastIndex;
1145
- }
1146
- if (NPCG_INCLUDED && match && match.length > 1) {
1147
- // Fix browsers whose `exec` methods don't consistently return `undefined`
1148
- // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/
1149
- nativeReplace.call(match[0], reCopy, function () {
1150
- for (i = 1; i < arguments.length - 2; i++) {
1151
- if (arguments[i] === undefined) match[i] = undefined;
1152
- }
1153
- });
1154
- }
1155
-
1156
- return match;
1157
- };
1158
- }
1159
-
1160
- var regexpExec = patchedExec;
1161
-
1162
- _export({ target: 'RegExp', proto: true, forced: /./.exec !== regexpExec }, {
1163
- exec: regexpExec
1164
- });
1165
-
1166
- var TO_STRING = 'toString';
1167
- var RegExpPrototype = RegExp.prototype;
1168
- var nativeToString = RegExpPrototype[TO_STRING];
1169
-
1170
- var NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });
1171
- // FF44- RegExp#toString has a wrong name
1172
- var INCORRECT_NAME = nativeToString.name != TO_STRING;
1173
-
1174
- // `RegExp.prototype.toString` method
1175
- // https://tc39.github.io/ecma262/#sec-regexp.prototype.tostring
1176
- if (NOT_GENERIC || INCORRECT_NAME) {
1177
- redefine(RegExp.prototype, TO_STRING, function toString() {
1178
- var R = anObject(this);
1179
- var p = String(R.source);
1180
- var rf = R.flags;
1181
- var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? regexpFlags.call(R) : rf);
1182
- return '/' + p + '/' + f;
1183
- }, { unsafe: true });
1184
- }
1185
-
1186
- var SPECIES$2 = wellKnownSymbol('species');
1187
-
1188
- var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
1189
- // #replace needs built-in support for named groups.
1190
- // #match works fine because it just return the exec results, even if it has
1191
- // a "grops" property.
1192
- var re = /./;
1193
- re.exec = function () {
1194
- var result = [];
1195
- result.groups = { a: '7' };
1196
- return result;
1197
- };
1198
- return ''.replace(re, '$<a>') !== '7';
1199
- });
1200
-
1201
- // IE <= 11 replaces $0 with the whole match, as if it was $&
1202
- // https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0
1203
- var REPLACE_KEEPS_$0 = (function () {
1204
- return 'a'.replace(/./, '$0') === '$0';
1205
- })();
1206
-
1207
- // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
1208
- // Weex JS has frozen built-in prototypes, so use try / catch wrapper
1209
- var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {
1210
- var re = /(?:)/;
1211
- var originalExec = re.exec;
1212
- re.exec = function () { return originalExec.apply(this, arguments); };
1213
- var result = 'ab'.split(re);
1214
- return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';
1215
- });
1216
-
1217
- var fixRegexpWellKnownSymbolLogic = function (KEY, length, exec, sham) {
1218
- var SYMBOL = wellKnownSymbol(KEY);
1219
-
1220
- var DELEGATES_TO_SYMBOL = !fails(function () {
1221
- // String methods call symbol-named RegEp methods
1222
- var O = {};
1223
- O[SYMBOL] = function () { return 7; };
1224
- return ''[KEY](O) != 7;
1225
- });
1226
-
1227
- var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {
1228
- // Symbol-named RegExp methods call .exec
1229
- var execCalled = false;
1230
- var re = /a/;
1231
-
1232
- if (KEY === 'split') {
1233
- // We can't use real regex here since it causes deoptimization
1234
- // and serious performance degradation in V8
1235
- // https://github.com/zloirock/core-js/issues/306
1236
- re = {};
1237
- // RegExp[@@split] doesn't call the regex's exec method, but first creates
1238
- // a new one. We need to return the patched regex when creating the new one.
1239
- re.constructor = {};
1240
- re.constructor[SPECIES$2] = function () { return re; };
1241
- re.flags = '';
1242
- re[SYMBOL] = /./[SYMBOL];
1243
- }
1244
-
1245
- re.exec = function () { execCalled = true; return null; };
1246
-
1247
- re[SYMBOL]('');
1248
- return !execCalled;
1249
- });
1250
-
1251
- if (
1252
- !DELEGATES_TO_SYMBOL ||
1253
- !DELEGATES_TO_EXEC ||
1254
- (KEY === 'replace' && !(REPLACE_SUPPORTS_NAMED_GROUPS && REPLACE_KEEPS_$0)) ||
1255
- (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)
1256
- ) {
1257
- var nativeRegExpMethod = /./[SYMBOL];
1258
- var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {
1259
- if (regexp.exec === regexpExec) {
1260
- if (DELEGATES_TO_SYMBOL && !forceStringMethod) {
1261
- // The native String method already delegates to @@method (this
1262
- // polyfilled function), leasing to infinite recursion.
1263
- // We avoid it by directly calling the native @@method method.
1264
- return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };
1265
- }
1266
- return { done: true, value: nativeMethod.call(str, regexp, arg2) };
1267
- }
1268
- return { done: false };
1269
- }, { REPLACE_KEEPS_$0: REPLACE_KEEPS_$0 });
1270
- var stringMethod = methods[0];
1271
- var regexMethod = methods[1];
1272
-
1273
- redefine(String.prototype, KEY, stringMethod);
1274
- redefine(RegExp.prototype, SYMBOL, length == 2
1275
- // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)
1276
- // 21.2.5.11 RegExp.prototype[@@split](string, limit)
1277
- ? function (string, arg) { return regexMethod.call(string, this, arg); }
1278
- // 21.2.5.6 RegExp.prototype[@@match](string)
1279
- // 21.2.5.9 RegExp.prototype[@@search](string)
1280
- : function (string) { return regexMethod.call(string, this); }
1281
- );
1282
- }
1283
-
1284
- if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);
1285
- };
1286
-
1287
- // `String.prototype.{ codePointAt, at }` methods implementation
1288
- var createMethod$2 = function (CONVERT_TO_STRING) {
1289
- return function ($this, pos) {
1290
- var S = String(requireObjectCoercible($this));
1291
- var position = toInteger(pos);
1292
- var size = S.length;
1293
- var first, second;
1294
- if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;
1295
- first = S.charCodeAt(position);
1296
- return first < 0xD800 || first > 0xDBFF || position + 1 === size
1297
- || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF
1298
- ? CONVERT_TO_STRING ? S.charAt(position) : first
1299
- : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
1300
- };
1301
- };
1302
-
1303
- var stringMultibyte = {
1304
- // `String.prototype.codePointAt` method
1305
- // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat
1306
- codeAt: createMethod$2(false),
1307
- // `String.prototype.at` method
1308
- // https://github.com/mathiasbynens/String.prototype.at
1309
- charAt: createMethod$2(true)
1310
- };
1311
-
1312
- var charAt = stringMultibyte.charAt;
1313
-
1314
- // `AdvanceStringIndex` abstract operation
1315
- // https://tc39.github.io/ecma262/#sec-advancestringindex
1316
- var advanceStringIndex = function (S, index, unicode) {
1317
- return index + (unicode ? charAt(S, index).length : 1);
1318
- };
1319
-
1320
- // `RegExpExec` abstract operation
1321
- // https://tc39.github.io/ecma262/#sec-regexpexec
1322
- var regexpExecAbstract = function (R, S) {
1323
- var exec = R.exec;
1324
- if (typeof exec === 'function') {
1325
- var result = exec.call(R, S);
1326
- if (typeof result !== 'object') {
1327
- throw TypeError('RegExp exec method returned something other than an Object or null');
1328
- }
1329
- return result;
1330
- }
1331
-
1332
- if (classofRaw(R) !== 'RegExp') {
1333
- throw TypeError('RegExp#exec called on incompatible receiver');
1334
- }
1335
-
1336
- return regexpExec.call(R, S);
1337
- };
1338
-
1339
- // @@match logic
1340
- fixRegexpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) {
1341
- return [
1342
- // `String.prototype.match` method
1343
- // https://tc39.github.io/ecma262/#sec-string.prototype.match
1344
- function match(regexp) {
1345
- var O = requireObjectCoercible(this);
1346
- var matcher = regexp == undefined ? undefined : regexp[MATCH];
1347
- return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));
1348
- },
1349
- // `RegExp.prototype[@@match]` method
1350
- // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@match
1351
- function (regexp) {
1352
- var res = maybeCallNative(nativeMatch, regexp, this);
1353
- if (res.done) return res.value;
1354
-
1355
- var rx = anObject(regexp);
1356
- var S = String(this);
1357
-
1358
- if (!rx.global) return regexpExecAbstract(rx, S);
1359
-
1360
- var fullUnicode = rx.unicode;
1361
- rx.lastIndex = 0;
1362
- var A = [];
1363
- var n = 0;
1364
- var result;
1365
- while ((result = regexpExecAbstract(rx, S)) !== null) {
1366
- var matchStr = String(result[0]);
1367
- A[n] = matchStr;
1368
- if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
1369
- n++;
1370
- }
1371
- return n === 0 ? null : A;
1372
- }
1373
- ];
1374
- });
1375
-
1376
- var max$1 = Math.max;
1377
- var min$2 = Math.min;
1378
- var floor$1 = Math.floor;
1379
- var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d\d?|<[^>]*>)/g;
1380
- var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d\d?)/g;
1381
-
1382
- var maybeToString = function (it) {
1383
- return it === undefined ? it : String(it);
1384
- };
1385
-
1386
- // @@replace logic
1387
- fixRegexpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {
1388
- return [
1389
- // `String.prototype.replace` method
1390
- // https://tc39.github.io/ecma262/#sec-string.prototype.replace
1391
- function replace(searchValue, replaceValue) {
1392
- var O = requireObjectCoercible(this);
1393
- var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];
1394
- return replacer !== undefined
1395
- ? replacer.call(searchValue, O, replaceValue)
1396
- : nativeReplace.call(String(O), searchValue, replaceValue);
1397
- },
1398
- // `RegExp.prototype[@@replace]` method
1399
- // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace
1400
- function (regexp, replaceValue) {
1401
- if (reason.REPLACE_KEEPS_$0 || (typeof replaceValue === 'string' && replaceValue.indexOf('$0') === -1)) {
1402
- var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);
1403
- if (res.done) return res.value;
1404
- }
1405
-
1406
- var rx = anObject(regexp);
1407
- var S = String(this);
1408
-
1409
- var functionalReplace = typeof replaceValue === 'function';
1410
- if (!functionalReplace) replaceValue = String(replaceValue);
1411
-
1412
- var global = rx.global;
1413
- if (global) {
1414
- var fullUnicode = rx.unicode;
1415
- rx.lastIndex = 0;
1416
- }
1417
- var results = [];
1418
- while (true) {
1419
- var result = regexpExecAbstract(rx, S);
1420
- if (result === null) break;
1421
-
1422
- results.push(result);
1423
- if (!global) break;
1424
-
1425
- var matchStr = String(result[0]);
1426
- if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
1427
- }
1428
-
1429
- var accumulatedResult = '';
1430
- var nextSourcePosition = 0;
1431
- for (var i = 0; i < results.length; i++) {
1432
- result = results[i];
1433
-
1434
- var matched = String(result[0]);
1435
- var position = max$1(min$2(toInteger(result.index), S.length), 0);
1436
- var captures = [];
1437
- // NOTE: This is equivalent to
1438
- // captures = result.slice(1).map(maybeToString)
1439
- // but for some reason `nativeSlice.call(result, 1, result.length)` (called in
1440
- // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and
1441
- // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.
1442
- for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));
1443
- var namedCaptures = result.groups;
1444
- if (functionalReplace) {
1445
- var replacerArgs = [matched].concat(captures, position, S);
1446
- if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);
1447
- var replacement = String(replaceValue.apply(undefined, replacerArgs));
1448
- } else {
1449
- replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
1450
- }
1451
- if (position >= nextSourcePosition) {
1452
- accumulatedResult += S.slice(nextSourcePosition, position) + replacement;
1453
- nextSourcePosition = position + matched.length;
1454
- }
1455
- }
1456
- return accumulatedResult + S.slice(nextSourcePosition);
1457
- }
1458
- ];
1459
-
1460
- // https://tc39.github.io/ecma262/#sec-getsubstitution
1461
- function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {
1462
- var tailPos = position + matched.length;
1463
- var m = captures.length;
1464
- var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;
1465
- if (namedCaptures !== undefined) {
1466
- namedCaptures = toObject(namedCaptures);
1467
- symbols = SUBSTITUTION_SYMBOLS;
1468
- }
1469
- return nativeReplace.call(replacement, symbols, function (match, ch) {
1470
- var capture;
1471
- switch (ch.charAt(0)) {
1472
- case '$': return '$';
1473
- case '&': return matched;
1474
- case '`': return str.slice(0, position);
1475
- case "'": return str.slice(tailPos);
1476
- case '<':
1477
- capture = namedCaptures[ch.slice(1, -1)];
1478
- break;
1479
- default: // \d\d?
1480
- var n = +ch;
1481
- if (n === 0) return match;
1482
- if (n > m) {
1483
- var f = floor$1(n / 10);
1484
- if (f === 0) return match;
1485
- if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
1486
- return match;
1487
- }
1488
- capture = captures[n - 1];
1489
- }
1490
- return capture === undefined ? '' : capture;
1491
- });
1492
- }
1493
- });
1494
-
1495
- var MATCH = wellKnownSymbol('match');
1496
-
1497
- // `IsRegExp` abstract operation
1498
- // https://tc39.github.io/ecma262/#sec-isregexp
1499
- var isRegexp = function (it) {
1500
- var isRegExp;
1501
- return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classofRaw(it) == 'RegExp');
1502
- };
1503
-
1504
- var SPECIES$3 = wellKnownSymbol('species');
1505
-
1506
- // `SpeciesConstructor` abstract operation
1507
- // https://tc39.github.io/ecma262/#sec-speciesconstructor
1508
- var speciesConstructor = function (O, defaultConstructor) {
1509
- var C = anObject(O).constructor;
1510
- var S;
1511
- return C === undefined || (S = anObject(C)[SPECIES$3]) == undefined ? defaultConstructor : aFunction$1(S);
1512
- };
1513
-
1514
- var arrayPush = [].push;
1515
- var min$3 = Math.min;
1516
- var MAX_UINT32 = 0xFFFFFFFF;
1517
-
1518
- // babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError
1519
- var SUPPORTS_Y = !fails(function () { return !RegExp(MAX_UINT32, 'y'); });
1520
-
1521
- // @@split logic
1522
- fixRegexpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {
1523
- var internalSplit;
1524
- if (
1525
- 'abbc'.split(/(b)*/)[1] == 'c' ||
1526
- 'test'.split(/(?:)/, -1).length != 4 ||
1527
- 'ab'.split(/(?:ab)*/).length != 2 ||
1528
- '.'.split(/(.?)(.?)/).length != 4 ||
1529
- '.'.split(/()()/).length > 1 ||
1530
- ''.split(/.?/).length
1531
- ) {
1532
- // based on es5-shim implementation, need to rework it
1533
- internalSplit = function (separator, limit) {
1534
- var string = String(requireObjectCoercible(this));
1535
- var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
1536
- if (lim === 0) return [];
1537
- if (separator === undefined) return [string];
1538
- // If `separator` is not a regex, use native split
1539
- if (!isRegexp(separator)) {
1540
- return nativeSplit.call(string, separator, lim);
1541
- }
1542
- var output = [];
1543
- var flags = (separator.ignoreCase ? 'i' : '') +
1544
- (separator.multiline ? 'm' : '') +
1545
- (separator.unicode ? 'u' : '') +
1546
- (separator.sticky ? 'y' : '');
1547
- var lastLastIndex = 0;
1548
- // Make `global` and avoid `lastIndex` issues by working with a copy
1549
- var separatorCopy = new RegExp(separator.source, flags + 'g');
1550
- var match, lastIndex, lastLength;
1551
- while (match = regexpExec.call(separatorCopy, string)) {
1552
- lastIndex = separatorCopy.lastIndex;
1553
- if (lastIndex > lastLastIndex) {
1554
- output.push(string.slice(lastLastIndex, match.index));
1555
- if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));
1556
- lastLength = match[0].length;
1557
- lastLastIndex = lastIndex;
1558
- if (output.length >= lim) break;
1559
- }
1560
- if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop
1561
- }
1562
- if (lastLastIndex === string.length) {
1563
- if (lastLength || !separatorCopy.test('')) output.push('');
1564
- } else output.push(string.slice(lastLastIndex));
1565
- return output.length > lim ? output.slice(0, lim) : output;
1566
- };
1567
- // Chakra, V8
1568
- } else if ('0'.split(undefined, 0).length) {
1569
- internalSplit = function (separator, limit) {
1570
- return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);
1571
- };
1572
- } else internalSplit = nativeSplit;
1573
-
1574
- return [
1575
- // `String.prototype.split` method
1576
- // https://tc39.github.io/ecma262/#sec-string.prototype.split
1577
- function split(separator, limit) {
1578
- var O = requireObjectCoercible(this);
1579
- var splitter = separator == undefined ? undefined : separator[SPLIT];
1580
- return splitter !== undefined
1581
- ? splitter.call(separator, O, limit)
1582
- : internalSplit.call(String(O), separator, limit);
1583
- },
1584
- // `RegExp.prototype[@@split]` method
1585
- // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split
1586
- //
1587
- // NOTE: This cannot be properly polyfilled in engines that don't support
1588
- // the 'y' flag.
1589
- function (regexp, limit) {
1590
- var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);
1591
- if (res.done) return res.value;
1592
-
1593
- var rx = anObject(regexp);
1594
- var S = String(this);
1595
- var C = speciesConstructor(rx, RegExp);
1596
-
1597
- var unicodeMatching = rx.unicode;
1598
- var flags = (rx.ignoreCase ? 'i' : '') +
1599
- (rx.multiline ? 'm' : '') +
1600
- (rx.unicode ? 'u' : '') +
1601
- (SUPPORTS_Y ? 'y' : 'g');
1602
-
1603
- // ^(? + rx + ) is needed, in combination with some S slicing, to
1604
- // simulate the 'y' flag.
1605
- var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);
1606
- var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
1607
- if (lim === 0) return [];
1608
- if (S.length === 0) return regexpExecAbstract(splitter, S) === null ? [S] : [];
1609
- var p = 0;
1610
- var q = 0;
1611
- var A = [];
1612
- while (q < S.length) {
1613
- splitter.lastIndex = SUPPORTS_Y ? q : 0;
1614
- var z = regexpExecAbstract(splitter, SUPPORTS_Y ? S : S.slice(q));
1615
- var e;
1616
- if (
1617
- z === null ||
1618
- (e = min$3(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p
1619
- ) {
1620
- q = advanceStringIndex(S, q, unicodeMatching);
1621
- } else {
1622
- A.push(S.slice(p, q));
1623
- if (A.length === lim) return A;
1624
- for (var i = 1; i <= z.length - 1; i++) {
1625
- A.push(z[i]);
1626
- if (A.length === lim) return A;
1627
- }
1628
- q = p = e;
1629
- }
1630
- }
1631
- A.push(S.slice(p));
1632
- return A;
1633
- }
1634
- ];
1635
- }, !SUPPORTS_Y);
1636
-
1637
- // a string of all valid unicode whitespaces
1638
- // eslint-disable-next-line max-len
1639
- var whitespaces = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
1640
-
1641
- var whitespace = '[' + whitespaces + ']';
1642
- var ltrim = RegExp('^' + whitespace + whitespace + '*');
1643
- var rtrim = RegExp(whitespace + whitespace + '*$');
1644
-
1645
- // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
1646
- var createMethod$3 = function (TYPE) {
1647
- return function ($this) {
1648
- var string = String(requireObjectCoercible($this));
1649
- if (TYPE & 1) string = string.replace(ltrim, '');
1650
- if (TYPE & 2) string = string.replace(rtrim, '');
1651
- return string;
1652
- };
1653
- };
1654
-
1655
- var stringTrim = {
1656
- // `String.prototype.{ trimLeft, trimStart }` methods
1657
- // https://tc39.github.io/ecma262/#sec-string.prototype.trimstart
1658
- start: createMethod$3(1),
1659
- // `String.prototype.{ trimRight, trimEnd }` methods
1660
- // https://tc39.github.io/ecma262/#sec-string.prototype.trimend
1661
- end: createMethod$3(2),
1662
- // `String.prototype.trim` method
1663
- // https://tc39.github.io/ecma262/#sec-string.prototype.trim
1664
- trim: createMethod$3(3)
1665
- };
1666
-
1667
- var non = '\u200B\u0085\u180E';
1668
-
1669
- // check that a method works with the correct list
1670
- // of whitespaces and has a correct name
1671
- var forcedStringTrimMethod = function (METHOD_NAME) {
1672
- return fails(function () {
1673
- return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;
1674
- });
1675
- };
1676
-
1677
- var $trim = stringTrim.trim;
1678
-
1679
-
1680
- // `String.prototype.trim` method
1681
- // https://tc39.github.io/ecma262/#sec-string.prototype.trim
1682
- _export({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
1683
- trim: function trim() {
1684
- return $trim(this);
1685
- }
1686
- });
1687
-
1688
- // iterable DOM collections
1689
- // flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods
1690
- var domIterables = {
1691
- CSSRuleList: 0,
1692
- CSSStyleDeclaration: 0,
1693
- CSSValueList: 0,
1694
- ClientRectList: 0,
1695
- DOMRectList: 0,
1696
- DOMStringList: 0,
1697
- DOMTokenList: 1,
1698
- DataTransferItemList: 0,
1699
- FileList: 0,
1700
- HTMLAllCollection: 0,
1701
- HTMLCollection: 0,
1702
- HTMLFormElement: 0,
1703
- HTMLSelectElement: 0,
1704
- MediaList: 0,
1705
- MimeTypeArray: 0,
1706
- NamedNodeMap: 0,
1707
- NodeList: 1,
1708
- PaintRequestList: 0,
1709
- Plugin: 0,
1710
- PluginArray: 0,
1711
- SVGLengthList: 0,
1712
- SVGNumberList: 0,
1713
- SVGPathSegList: 0,
1714
- SVGPointList: 0,
1715
- SVGStringList: 0,
1716
- SVGTransformList: 0,
1717
- SourceBufferList: 0,
1718
- StyleSheetList: 0,
1719
- TextTrackCueList: 0,
1720
- TextTrackList: 0,
1721
- TouchList: 0
1722
- };
1723
-
1724
- var $forEach = arrayIteration.forEach;
1725
-
1726
-
1727
- // `Array.prototype.forEach` method implementation
1728
- // https://tc39.github.io/ecma262/#sec-array.prototype.foreach
1729
- var arrayForEach = sloppyArrayMethod('forEach') ? function forEach(callbackfn /* , thisArg */) {
1730
- return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
1731
- } : [].forEach;
1732
-
1733
- for (var COLLECTION_NAME in domIterables) {
1734
- var Collection = global_1[COLLECTION_NAME];
1735
- var CollectionPrototype = Collection && Collection.prototype;
1736
- // some Chrome versions have non-configurable methods on DOMTokenList
1737
- if (CollectionPrototype && CollectionPrototype.forEach !== arrayForEach) try {
1738
- createNonEnumerableProperty(CollectionPrototype, 'forEach', arrayForEach);
1739
- } catch (error) {
1740
- CollectionPrototype.forEach = arrayForEach;
1741
- }
1742
- }
1743
-
1744
- function _typeof(obj) {
1745
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
1746
- _typeof = function (obj) {
1747
- return typeof obj;
1748
- };
1749
- } else {
1750
- _typeof = function (obj) {
1751
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
1752
- };
1753
- }
1754
-
1755
- return _typeof(obj);
1756
- }
1757
-
1758
- var Utils = $.fn.bootstrapTable.utils;
1759
- var searchControls = 'select, input:not([type="checkbox"]):not([type="radio"])';
1760
- function getOptionsFromSelectControl(selectControl) {
1761
- return selectControl.get(selectControl.length - 1).options;
1762
- }
1763
- function getControlContainer(that) {
1764
- if (that.options.filterControlContainer) {
1765
- return $("".concat(that.options.filterControlContainer));
1766
- }
1767
-
1768
- return that.$header;
1769
- }
1770
- function getSearchControls(that) {
1771
- return getControlContainer(that).find(searchControls);
1772
- }
1773
- function hideUnusedSelectOptions(selectControl, uniqueValues) {
1774
- var options = getOptionsFromSelectControl(selectControl);
1775
-
1776
- for (var i = 0; i < options.length; i++) {
1777
- if (options[i].value !== '') {
1778
- if (!uniqueValues.hasOwnProperty(options[i].value)) {
1779
- selectControl.find(Utils.sprintf('option[value=\'%s\']', options[i].value)).hide();
1780
- } else {
1781
- selectControl.find(Utils.sprintf('option[value=\'%s\']', options[i].value)).show();
1782
- }
1783
- }
1784
- }
1785
- }
1786
- function existOptionInSelectControl(selectControl, value) {
1787
- var options = getOptionsFromSelectControl(selectControl);
1788
-
1789
- for (var i = 0; i < options.length; i++) {
1790
- if (options[i].value === Utils.unescapeHTML(value.toString())) {
1791
- // The value is not valid to add
1792
- return true;
1793
- }
1794
- } // If we get here, the value is valid to add
1795
-
1796
-
1797
- return false;
1798
- }
1799
- function addOptionToSelectControl(selectControl, _value, text, selected) {
1800
- var value = _value === undefined || _value === null ? '' : _value.toString().trim();
1801
- var $selectControl = $(selectControl.get(selectControl.length - 1));
1802
-
1803
- if (!existOptionInSelectControl(selectControl, value)) {
1804
- var option = $("<option value=\"".concat(value, "\">").concat(text, "</option>"));
1805
-
1806
- if (value === selected) {
1807
- option.attr('selected', true);
1808
- }
1809
-
1810
- $selectControl.append(option);
1811
- }
1812
- }
1813
- function sortSelectControl(selectControl, orderBy) {
1814
- var $selectControl = $(selectControl.get(selectControl.length - 1));
1815
- var $opts = $selectControl.find('option:gt(0)');
1816
-
1817
- if (orderBy !== 'server') {
1818
- $opts.sort(function (a, b) {
1819
- return Utils.sort(a.textContent, b.textContent, orderBy === 'desc' ? -1 : 1);
1820
- });
1821
- }
1822
-
1823
- $selectControl.find('option:gt(0)').remove();
1824
- $selectControl.append($opts);
1825
- }
1826
- function fixHeaderCSS(_ref) {
1827
- var $tableHeader = _ref.$tableHeader;
1828
- $tableHeader.css('height', '89px');
1829
- }
1830
- function getElementClass($element) {
1831
- return $element.attr('class').replace('form-control', '').replace('focus-temp', '').replace('search-input', '').trim();
1832
- }
1833
- function getCursorPosition(el) {
1834
- if (Utils.isIEBrowser()) {
1835
- if ($(el).is('input[type=text]')) {
1836
- var pos = 0;
1837
-
1838
- if ('selectionStart' in el) {
1839
- pos = el.selectionStart;
1840
- } else if ('selection' in document) {
1841
- el.focus();
1842
- var Sel = document.selection.createRange();
1843
- var SelLength = document.selection.createRange().text.length;
1844
- Sel.moveStart('character', -el.value.length);
1845
- pos = Sel.text.length - SelLength;
1846
- }
1847
-
1848
- return pos;
1849
- }
1850
-
1851
- return -1;
1852
- }
1853
-
1854
- return -1;
1855
- }
1856
- function setCursorPosition(el) {
1857
- $(el).val(el.value);
1858
- }
1859
- function copyValues(that) {
1860
- var searchControls = getSearchControls(that);
1861
- that.options.valuesFilterControl = [];
1862
- searchControls.each(function () {
1863
- var $field = $(this);
1864
-
1865
- if (that.options.height) {
1866
- var fieldClass = getElementClass($field);
1867
- $field = $(".fixed-table-header .".concat(fieldClass));
1868
- }
1869
-
1870
- that.options.valuesFilterControl.push({
1871
- field: $field.closest('[data-field]').data('field'),
1872
- value: $field.val(),
1873
- position: getCursorPosition($field.get(0)),
1874
- hasFocus: $field.is(':focus')
1875
- });
1876
- });
1877
- }
1878
- function setValues(that) {
1879
- var field = null;
1880
- var result = [];
1881
- var searchControls = getSearchControls(that);
1882
-
1883
- if (that.options.valuesFilterControl.length > 0) {
1884
- // Callback to apply after settings fields values
1885
- var fieldToFocusCallback = null;
1886
- searchControls.each(function (i, el) {
1887
- var $this = $(el);
1888
- field = $this.closest('[data-field]').data('field');
1889
- result = that.options.valuesFilterControl.filter(function (valueObj) {
1890
- return valueObj.field === field;
1891
- });
1892
-
1893
- if (result.length > 0) {
1894
- if ($this.is('[type=radio]')) {
1895
- return;
1896
- }
1897
-
1898
- $this.val(result[0].value);
1899
-
1900
- if (result[0].hasFocus && result[0].value !== '') {
1901
- // set callback if the field had the focus.
1902
- fieldToFocusCallback = function (fieldToFocus, carretPosition) {
1903
- // Closure here to capture the field and cursor position
1904
- var closedCallback = function closedCallback() {
1905
- fieldToFocus.focus();
1906
- setCursorPosition(fieldToFocus);
1907
- };
1908
-
1909
- return closedCallback;
1910
- }($this.get(0), result[0].position);
1911
- }
1912
- }
1913
- }); // Callback call.
1914
-
1915
- if (fieldToFocusCallback !== null) {
1916
- fieldToFocusCallback();
1917
- }
1918
- }
1919
- }
1920
- function collectBootstrapCookies() {
1921
- var cookies = [];
1922
- var foundCookies = document.cookie.match(/(?:bs.table.)(\w*)/g);
1923
- var foundLocalStorage = localStorage;
1924
-
1925
- if (foundCookies) {
1926
- $.each(foundCookies, function (i, _cookie) {
1927
- var cookie = _cookie;
1928
-
1929
- if (/./.test(cookie)) {
1930
- cookie = cookie.split('.').pop();
1931
- }
1932
-
1933
- if ($.inArray(cookie, cookies) === -1) {
1934
- cookies.push(cookie);
1935
- }
1936
- });
1937
- }
1938
-
1939
- if (foundLocalStorage) {
1940
- for (var i = 0; i < foundLocalStorage.length; i++) {
1941
- var cookie = foundLocalStorage.key(i);
1942
-
1943
- if (/./.test(cookie)) {
1944
- cookie = cookie.split('.').pop();
1945
- }
1946
-
1947
- if (!cookies.includes(cookie)) {
1948
- cookies.push(cookie);
1949
- }
1950
- }
1951
- }
1952
-
1953
- return cookies;
1954
- }
1955
- function escapeID(id) {
1956
- // eslint-disable-next-line no-useless-escape
1957
- return String(id).replace(/([:.\[\],])/g, '\\$1');
1958
- }
1959
- function isColumnSearchableViaSelect(_ref2) {
1960
- var filterControl = _ref2.filterControl,
1961
- searchable = _ref2.searchable;
1962
- return filterControl && filterControl.toLowerCase() === 'select' && searchable;
1963
- }
1964
- function isFilterDataNotGiven(_ref3) {
1965
- var filterData = _ref3.filterData;
1966
- return filterData === undefined || filterData.toLowerCase() === 'column';
1967
- }
1968
- function hasSelectControlElement(selectControl) {
1969
- return selectControl && selectControl.length > 0;
1970
- }
1971
- function initFilterSelectControls(that) {
1972
- var data = that.data;
1973
- var z = that.options.pagination ? that.options.sidePagination === 'server' ? that.pageTo : that.options.totalRows : that.pageTo;
1974
- $.each(that.header.fields, function (j, field) {
1975
- var column = that.columns[that.fieldsColumnsIndex[field]];
1976
- var selectControl = getControlContainer(that).find("select.bootstrap-table-filter-control-".concat(escapeID(column.field)));
1977
-
1978
- if (isColumnSearchableViaSelect(column) && isFilterDataNotGiven(column) && hasSelectControlElement(selectControl)) {
1979
- if (selectControl.get(selectControl.length - 1).options.length === 0) {
1980
- // Added the default option
1981
- addOptionToSelectControl(selectControl, '', column.filterControlPlaceholder, column.filterDefault);
1982
- }
1983
-
1984
- var uniqueValues = {};
1985
-
1986
- for (var i = 0; i < z; i++) {
1987
- // Added a new value
1988
- var fieldValue = data[i][field];
1989
- var formatter = that.options.editable && column.editable ? column._formatter : that.header.formatters[j];
1990
- var formattedValue = Utils.calculateObjectValue(that.header, formatter, [fieldValue, data[i], i], fieldValue);
1991
-
1992
- if (column.filterDataCollector) {
1993
- formattedValue = Utils.calculateObjectValue(that.header, column.filterDataCollector, [fieldValue, data[i], formattedValue], formattedValue);
1994
- }
1995
-
1996
- if (column.searchFormatter) {
1997
- fieldValue = formattedValue;
1998
- }
1999
-
2000
- uniqueValues[formattedValue] = fieldValue;
2001
-
2002
- if (_typeof(formattedValue) === 'object' && formattedValue !== null) {
2003
- formattedValue.forEach(function (value) {
2004
- addOptionToSelectControl(selectControl, value, value, column.filterDefault);
2005
- });
2006
- continue;
2007
- } // eslint-disable-next-line guard-for-in
2008
-
2009
-
2010
- for (var key in uniqueValues) {
2011
- addOptionToSelectControl(selectControl, uniqueValues[key], key, column.filterDefault);
2012
- }
2013
- }
2014
-
2015
- sortSelectControl(selectControl, column.filterOrderBy);
2016
-
2017
- if (that.options.hideUnusedSelectOptions) {
2018
- hideUnusedSelectOptions(selectControl, uniqueValues);
2019
- }
2020
- }
2021
- });
2022
- }
2023
- function getFilterDataMethod(objFilterDataMethod, searchTerm) {
2024
- var keys = Object.keys(objFilterDataMethod);
2025
-
2026
- for (var i = 0; i < keys.length; i++) {
2027
- if (keys[i] === searchTerm) {
2028
- return objFilterDataMethod[searchTerm];
2029
- }
2030
- }
2031
-
2032
- return null;
2033
- }
2034
- function createControls(that, header) {
2035
- var addedFilterControl = false;
2036
- var html;
2037
- $.each(that.columns, function (_, column) {
2038
- html = [];
2039
-
2040
- if (!column.visible) {
2041
- return;
2042
- }
2043
-
2044
- if (!column.filterControl && !that.options.filterControlContainer) {
2045
- html.push('<div class="no-filter-control"></div>');
2046
- } else if (that.options.filterControlContainer) {
2047
- var $filterControls = $(".bootstrap-table-filter-control-".concat(column.field));
2048
- $.each($filterControls, function (_, filterControl) {
2049
- var $filterControl = $(filterControl);
2050
-
2051
- if (!$filterControl.is('[type=radio]')) {
2052
- var placeholder = column.filterControlPlaceholder ? column.filterControlPlaceholder : '';
2053
- $filterControl.attr('placeholder', placeholder).val(column.filterDefault);
2054
- }
2055
-
2056
- $filterControl.attr('data-field', column.field);
2057
- });
2058
- addedFilterControl = true;
2059
- } else {
2060
- var nameControl = column.filterControl.toLowerCase();
2061
- html.push('<div class="filter-control">');
2062
- addedFilterControl = true;
2063
-
2064
- if (column.searchable && that.options.filterTemplate[nameControl]) {
2065
- html.push(that.options.filterTemplate[nameControl](that, column.field, column.filterControlPlaceholder ? column.filterControlPlaceholder : '', column.filterDefault));
2066
- }
2067
- }
2068
-
2069
- if (!column.filterControl && '' !== column.filterDefault && 'undefined' !== typeof column.filterDefault) {
2070
- if ($.isEmptyObject(that.filterColumnsPartial)) {
2071
- that.filterColumnsPartial = {};
2072
- }
2073
-
2074
- that.filterColumnsPartial[column.field] = column.filterDefault;
2075
- }
2076
-
2077
- $.each(header.find('th'), function (i, th) {
2078
- var $th = $(th);
2079
-
2080
- if ($th.data('field') === column.field) {
2081
- $th.find('.fht-cell').append(html.join(''));
2082
- return false;
2083
- }
2084
- });
2085
-
2086
- if (column.filterData && column.filterData.toLowerCase() !== 'column') {
2087
- var filterDataType = getFilterDataMethod(
2088
- /* eslint-disable no-use-before-define */
2089
- filterDataMethods, column.filterData.substring(0, column.filterData.indexOf(':')));
2090
- var filterDataSource;
2091
- var selectControl;
2092
-
2093
- if (filterDataType) {
2094
- filterDataSource = column.filterData.substring(column.filterData.indexOf(':') + 1, column.filterData.length);
2095
- selectControl = header.find(".bootstrap-table-filter-control-".concat(escapeID(column.field)));
2096
- addOptionToSelectControl(selectControl, '', column.filterControlPlaceholder, column.filterDefault);
2097
- filterDataType(filterDataSource, selectControl, that.options.filterOrderBy, column.filterDefault);
2098
- } else {
2099
- throw new SyntaxError('Error. You should use any of these allowed filter data methods: var, obj, json, url, func.' + ' Use like this: var: {key: "value"}');
2100
- }
2101
- }
2102
- });
2103
-
2104
- if (addedFilterControl) {
2105
- header.off('keyup', 'input').on('keyup', 'input', function (_ref4, obj) {
2106
- var currentTarget = _ref4.currentTarget,
2107
- keyCode = _ref4.keyCode;
2108
- syncControls(that); // Simulate enter key action from clear button
2109
-
2110
- keyCode = obj ? obj.keyCode : keyCode;
2111
-
2112
- if (that.options.searchOnEnterKey && keyCode !== 13) {
2113
- return;
2114
- }
2115
-
2116
- if ($.inArray(keyCode, [37, 38, 39, 40]) > -1) {
2117
- return;
2118
- }
2119
-
2120
- var $currentTarget = $(currentTarget);
2121
-
2122
- if ($currentTarget.is(':checkbox') || $currentTarget.is(':radio')) {
2123
- return;
2124
- }
2125
-
2126
- clearTimeout(currentTarget.timeoutId || 0);
2127
- currentTarget.timeoutId = setTimeout(function () {
2128
- that.onColumnSearch({
2129
- currentTarget: currentTarget,
2130
- keyCode: keyCode
2131
- });
2132
- }, that.options.searchTimeOut);
2133
- });
2134
- header.off('change', 'select:not(".ms-offscreen")').on('change', 'select:not(".ms-offscreen")', function (_ref5) {
2135
- var currentTarget = _ref5.currentTarget,
2136
- keyCode = _ref5.keyCode;
2137
- syncControls(that);
2138
- var $select = $(currentTarget);
2139
- var value = $select.val();
2140
-
2141
- if (value && value.length > 0 && value.trim()) {
2142
- $select.find('option[selected]').removeAttr('selected');
2143
- $select.find("option[value=\"".concat(value, "\"]")).attr('selected', true);
2144
- } else {
2145
- $select.find('option[selected]').removeAttr('selected');
2146
- }
2147
-
2148
- clearTimeout(currentTarget.timeoutId || 0);
2149
- currentTarget.timeoutId = setTimeout(function () {
2150
- that.onColumnSearch({
2151
- currentTarget: currentTarget,
2152
- keyCode: keyCode
2153
- });
2154
- }, that.options.searchTimeOut);
2155
- });
2156
- header.off('mouseup', 'input:not([type=radio])').on('mouseup', 'input:not([type=radio])', function (_ref6) {
2157
- var currentTarget = _ref6.currentTarget,
2158
- keyCode = _ref6.keyCode;
2159
- var $input = $(currentTarget);
2160
- var oldValue = $input.val();
2161
-
2162
- if (oldValue === '') {
2163
- return;
2164
- }
2165
-
2166
- setTimeout(function () {
2167
- syncControls(that);
2168
- var newValue = $input.val();
2169
-
2170
- if (newValue === '') {
2171
- clearTimeout(currentTarget.timeoutId || 0);
2172
- currentTarget.timeoutId = setTimeout(function () {
2173
- that.onColumnSearch({
2174
- currentTarget: currentTarget,
2175
- keyCode: keyCode
2176
- });
2177
- }, that.options.searchTimeOut);
2178
- }
2179
- }, 1);
2180
- });
2181
- header.off('change', 'input[type=radio]').on('change', 'input[type=radio]', function (_ref7) {
2182
- var currentTarget = _ref7.currentTarget,
2183
- keyCode = _ref7.keyCode;
2184
- clearTimeout(currentTarget.timeoutId || 0);
2185
- currentTarget.timeoutId = setTimeout(function () {
2186
- syncControls(that);
2187
- that.onColumnSearch({
2188
- currentTarget: currentTarget,
2189
- keyCode: keyCode
2190
- });
2191
- }, that.options.searchTimeOut);
2192
- });
2193
-
2194
- if (header.find('.date-filter-control').length > 0) {
2195
- $.each(that.columns, function (i, _ref8) {
2196
- var filterDefault = _ref8.filterDefault,
2197
- filterControl = _ref8.filterControl,
2198
- field = _ref8.field,
2199
- filterDatepickerOptions = _ref8.filterDatepickerOptions;
2200
-
2201
- if (filterControl !== undefined && filterControl.toLowerCase() === 'datepicker') {
2202
- var $datepicker = header.find(".date-filter-control.bootstrap-table-filter-control-".concat(field));
2203
- $datepicker.datepicker(filterDatepickerOptions);
2204
-
2205
- if (filterDefault) {
2206
- $datepicker.datepicker('setDate', filterDefault);
2207
- }
2208
-
2209
- $datepicker.on('changeDate', function (_ref9) {
2210
- var currentTarget = _ref9.currentTarget,
2211
- keyCode = _ref9.keyCode;
2212
- clearTimeout(currentTarget.timeoutId || 0);
2213
- currentTarget.timeoutId = setTimeout(function () {
2214
- syncControls(that);
2215
- that.onColumnSearch({
2216
- currentTarget: currentTarget,
2217
- keyCode: keyCode
2218
- });
2219
- }, that.options.searchTimeOut);
2220
- });
2221
- }
2222
- });
2223
- }
2224
-
2225
- if (that.options.sidePagination !== 'server' && !that.options.height) {
2226
- that.triggerSearch();
2227
- }
2228
-
2229
- if (!that.options.filterControlVisible) {
2230
- header.find('.filter-control, .no-filter-control').hide();
2231
- }
2232
- } else {
2233
- header.find('.filter-control, .no-filter-control').hide();
2234
- }
2235
-
2236
- that.trigger('created-controls');
2237
- }
2238
- function getDirectionOfSelectOptions(_alignment) {
2239
- var alignment = _alignment === undefined ? 'left' : _alignment.toLowerCase();
2240
-
2241
- switch (alignment) {
2242
- case 'left':
2243
- return 'ltr';
2244
-
2245
- case 'right':
2246
- return 'rtl';
2247
-
2248
- case 'auto':
2249
- return 'auto';
2250
-
2251
- default:
2252
- return 'ltr';
2253
- }
2254
- }
2255
- function syncControls(that) {
2256
- if (that.options.height) {
2257
- var controlsTableHeader = that.$tableHeader.find(searchControls);
2258
- that.$header.find(searchControls).each(function (_, control) {
2259
- var $control = $(control);
2260
- var controlClass = getElementClass($control);
2261
- var foundControl = controlsTableHeader.filter(function (_, ele) {
2262
- var eleClass = getElementClass($(ele));
2263
- return controlClass === eleClass;
2264
- });
2265
-
2266
- if (foundControl.length === 0) {
2267
- return;
2268
- }
2269
-
2270
- if ($control.is('select')) {
2271
- $control.find('option:selected').removeAttr('selected');
2272
- $control.find("option[value='".concat(foundControl.val(), "']")).attr('selected', true);
2273
- } else {
2274
- $control.val(foundControl.val());
2275
- }
2276
- });
2277
- }
2278
- }
2279
- var filterDataMethods = {
2280
- func: function func(filterDataSource, selectControl, filterOrderBy, selected) {
2281
- var variableValues = window[filterDataSource].apply(); // eslint-disable-next-line guard-for-in
2282
-
2283
- for (var key in variableValues) {
2284
- addOptionToSelectControl(selectControl, key, variableValues[key], selected);
2285
- }
2286
-
2287
- sortSelectControl(selectControl, filterOrderBy);
2288
- },
2289
- obj: function obj(filterDataSource, selectControl, filterOrderBy, selected) {
2290
- var objectKeys = filterDataSource.split('.');
2291
- var variableName = objectKeys.shift();
2292
- var variableValues = window[variableName];
2293
-
2294
- if (objectKeys.length > 0) {
2295
- objectKeys.forEach(function (key) {
2296
- variableValues = variableValues[key];
2297
- });
2298
- } // eslint-disable-next-line guard-for-in
2299
-
2300
-
2301
- for (var key in variableValues) {
2302
- addOptionToSelectControl(selectControl, key, variableValues[key], selected);
2303
- }
2304
-
2305
- sortSelectControl(selectControl, filterOrderBy);
2306
- },
2307
- var: function _var(filterDataSource, selectControl, filterOrderBy, selected) {
2308
- var variableValues = window[filterDataSource];
2309
- var isArray = Array.isArray(variableValues);
2310
-
2311
- for (var key in variableValues) {
2312
- if (isArray) {
2313
- addOptionToSelectControl(selectControl, variableValues[key], variableValues[key], selected);
2314
- } else {
2315
- addOptionToSelectControl(selectControl, key, variableValues[key], selected);
2316
- }
2317
- }
2318
-
2319
- sortSelectControl(selectControl, filterOrderBy);
2320
- },
2321
- url: function url(filterDataSource, selectControl, filterOrderBy, selected) {
2322
- $.ajax({
2323
- url: filterDataSource,
2324
- dataType: 'json',
2325
- success: function success(data) {
2326
- // eslint-disable-next-line guard-for-in
2327
- for (var key in data) {
2328
- addOptionToSelectControl(selectControl, key, data[key], selected);
2329
- }
2330
-
2331
- sortSelectControl(selectControl, filterOrderBy);
2332
- }
2333
- });
2334
- },
2335
- json: function json(filterDataSource, selectControl, filterOrderBy, selected) {
2336
- var variableValues = JSON.parse(filterDataSource); // eslint-disable-next-line guard-for-in
2337
-
2338
- for (var key in variableValues) {
2339
- addOptionToSelectControl(selectControl, key, variableValues[key], selected);
2340
- }
2341
-
2342
- sortSelectControl(selectControl, filterOrderBy);
2343
- }
2344
- };
2345
-
2346
- exports.addOptionToSelectControl = addOptionToSelectControl;
2347
- exports.collectBootstrapCookies = collectBootstrapCookies;
2348
- exports.copyValues = copyValues;
2349
- exports.createControls = createControls;
2350
- exports.escapeID = escapeID;
2351
- exports.existOptionInSelectControl = existOptionInSelectControl;
2352
- exports.fixHeaderCSS = fixHeaderCSS;
2353
- exports.getControlContainer = getControlContainer;
2354
- exports.getCursorPosition = getCursorPosition;
2355
- exports.getDirectionOfSelectOptions = getDirectionOfSelectOptions;
2356
- exports.getElementClass = getElementClass;
2357
- exports.getFilterDataMethod = getFilterDataMethod;
2358
- exports.getOptionsFromSelectControl = getOptionsFromSelectControl;
2359
- exports.getSearchControls = getSearchControls;
2360
- exports.hasSelectControlElement = hasSelectControlElement;
2361
- exports.hideUnusedSelectOptions = hideUnusedSelectOptions;
2362
- exports.initFilterSelectControls = initFilterSelectControls;
2363
- exports.isColumnSearchableViaSelect = isColumnSearchableViaSelect;
2364
- exports.isFilterDataNotGiven = isFilterDataNotGiven;
2365
- exports.setCursorPosition = setCursorPosition;
2366
- exports.setValues = setValues;
2367
- exports.sortSelectControl = sortSelectControl;
2368
- exports.syncControls = syncControls;
2369
-
2370
- Object.defineProperty(exports, '__esModule', { value: true });
7
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
+
9
+ var $__default = /*#__PURE__*/_interopDefaultLegacy($);
10
+
11
+ function _typeof(obj) {
12
+ "@babel/helpers - typeof";
13
+
14
+ if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
15
+ _typeof = function (obj) {
16
+ return typeof obj;
17
+ };
18
+ } else {
19
+ _typeof = function (obj) {
20
+ return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
21
+ };
22
+ }
23
+
24
+ return _typeof(obj);
25
+ }
26
+
27
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
28
+
29
+ function createCommonjsModule(fn, module) {
30
+ return module = { exports: {} }, fn(module, module.exports), module.exports;
31
+ }
32
+
33
+ var check = function (it) {
34
+ return it && it.Math == Math && it;
35
+ };
36
+
37
+ // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
38
+ var global_1 =
39
+ // eslint-disable-next-line es/no-global-this -- safe
40
+ check(typeof globalThis == 'object' && globalThis) ||
41
+ check(typeof window == 'object' && window) ||
42
+ // eslint-disable-next-line no-restricted-globals -- safe
43
+ check(typeof self == 'object' && self) ||
44
+ check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
45
+ // eslint-disable-next-line no-new-func -- fallback
46
+ (function () { return this; })() || Function('return this')();
47
+
48
+ var fails = function (exec) {
49
+ try {
50
+ return !!exec();
51
+ } catch (error) {
52
+ return true;
53
+ }
54
+ };
55
+
56
+ // Detect IE8's incomplete defineProperty implementation
57
+ var descriptors = !fails(function () {
58
+ // eslint-disable-next-line es/no-object-defineproperty -- required for testing
59
+ return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
60
+ });
61
+
62
+ var $propertyIsEnumerable = {}.propertyIsEnumerable;
63
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
64
+ var getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
65
+
66
+ // Nashorn ~ JDK8 bug
67
+ var NASHORN_BUG = getOwnPropertyDescriptor$1 && !$propertyIsEnumerable.call({ 1: 2 }, 1);
68
+
69
+ // `Object.prototype.propertyIsEnumerable` method implementation
70
+ // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
71
+ var f$4 = NASHORN_BUG ? function propertyIsEnumerable(V) {
72
+ var descriptor = getOwnPropertyDescriptor$1(this, V);
73
+ return !!descriptor && descriptor.enumerable;
74
+ } : $propertyIsEnumerable;
75
+
76
+ var objectPropertyIsEnumerable = {
77
+ f: f$4
78
+ };
79
+
80
+ var createPropertyDescriptor = function (bitmap, value) {
81
+ return {
82
+ enumerable: !(bitmap & 1),
83
+ configurable: !(bitmap & 2),
84
+ writable: !(bitmap & 4),
85
+ value: value
86
+ };
87
+ };
88
+
89
+ var toString = {}.toString;
90
+
91
+ var classofRaw = function (it) {
92
+ return toString.call(it).slice(8, -1);
93
+ };
94
+
95
+ var split = ''.split;
96
+
97
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
98
+ var indexedObject = fails(function () {
99
+ // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
100
+ // eslint-disable-next-line no-prototype-builtins -- safe
101
+ return !Object('z').propertyIsEnumerable(0);
102
+ }) ? function (it) {
103
+ return classofRaw(it) == 'String' ? split.call(it, '') : Object(it);
104
+ } : Object;
105
+
106
+ // `RequireObjectCoercible` abstract operation
107
+ // https://tc39.es/ecma262/#sec-requireobjectcoercible
108
+ var requireObjectCoercible = function (it) {
109
+ if (it == undefined) throw TypeError("Can't call method on " + it);
110
+ return it;
111
+ };
112
+
113
+ // toObject with fallback for non-array-like ES3 strings
114
+
115
+
116
+
117
+ var toIndexedObject = function (it) {
118
+ return indexedObject(requireObjectCoercible(it));
119
+ };
120
+
121
+ var isObject = function (it) {
122
+ return typeof it === 'object' ? it !== null : typeof it === 'function';
123
+ };
124
+
125
+ // `ToPrimitive` abstract operation
126
+ // https://tc39.es/ecma262/#sec-toprimitive
127
+ // instead of the ES6 spec version, we didn't implement @@toPrimitive case
128
+ // and the second argument - flag - preferred type is a string
129
+ var toPrimitive = function (input, PREFERRED_STRING) {
130
+ if (!isObject(input)) return input;
131
+ var fn, val;
132
+ if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
133
+ if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;
134
+ if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
135
+ throw TypeError("Can't convert object to primitive value");
136
+ };
137
+
138
+ var hasOwnProperty = {}.hasOwnProperty;
139
+
140
+ var has$1 = function (it, key) {
141
+ return hasOwnProperty.call(it, key);
142
+ };
143
+
144
+ var document$1 = global_1.document;
145
+ // typeof document.createElement is 'object' in old IE
146
+ var EXISTS = isObject(document$1) && isObject(document$1.createElement);
147
+
148
+ var documentCreateElement = function (it) {
149
+ return EXISTS ? document$1.createElement(it) : {};
150
+ };
151
+
152
+ // Thank's IE8 for his funny defineProperty
153
+ var ie8DomDefine = !descriptors && !fails(function () {
154
+ // eslint-disable-next-line es/no-object-defineproperty -- requied for testing
155
+ return Object.defineProperty(documentCreateElement('div'), 'a', {
156
+ get: function () { return 7; }
157
+ }).a != 7;
158
+ });
159
+
160
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
161
+ var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
162
+
163
+ // `Object.getOwnPropertyDescriptor` method
164
+ // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
165
+ var f$3 = descriptors ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
166
+ O = toIndexedObject(O);
167
+ P = toPrimitive(P, true);
168
+ if (ie8DomDefine) try {
169
+ return $getOwnPropertyDescriptor(O, P);
170
+ } catch (error) { /* empty */ }
171
+ if (has$1(O, P)) return createPropertyDescriptor(!objectPropertyIsEnumerable.f.call(O, P), O[P]);
172
+ };
173
+
174
+ var objectGetOwnPropertyDescriptor = {
175
+ f: f$3
176
+ };
177
+
178
+ var anObject = function (it) {
179
+ if (!isObject(it)) {
180
+ throw TypeError(String(it) + ' is not an object');
181
+ } return it;
182
+ };
183
+
184
+ // eslint-disable-next-line es/no-object-defineproperty -- safe
185
+ var $defineProperty = Object.defineProperty;
186
+
187
+ // `Object.defineProperty` method
188
+ // https://tc39.es/ecma262/#sec-object.defineproperty
189
+ var f$2 = descriptors ? $defineProperty : function defineProperty(O, P, Attributes) {
190
+ anObject(O);
191
+ P = toPrimitive(P, true);
192
+ anObject(Attributes);
193
+ if (ie8DomDefine) try {
194
+ return $defineProperty(O, P, Attributes);
195
+ } catch (error) { /* empty */ }
196
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
197
+ if ('value' in Attributes) O[P] = Attributes.value;
198
+ return O;
199
+ };
200
+
201
+ var objectDefineProperty = {
202
+ f: f$2
203
+ };
204
+
205
+ var createNonEnumerableProperty = descriptors ? function (object, key, value) {
206
+ return objectDefineProperty.f(object, key, createPropertyDescriptor(1, value));
207
+ } : function (object, key, value) {
208
+ object[key] = value;
209
+ return object;
210
+ };
211
+
212
+ var setGlobal = function (key, value) {
213
+ try {
214
+ createNonEnumerableProperty(global_1, key, value);
215
+ } catch (error) {
216
+ global_1[key] = value;
217
+ } return value;
218
+ };
219
+
220
+ var SHARED = '__core-js_shared__';
221
+ var store$1 = global_1[SHARED] || setGlobal(SHARED, {});
222
+
223
+ var sharedStore = store$1;
224
+
225
+ var functionToString = Function.toString;
226
+
227
+ // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper
228
+ if (typeof sharedStore.inspectSource != 'function') {
229
+ sharedStore.inspectSource = function (it) {
230
+ return functionToString.call(it);
231
+ };
232
+ }
233
+
234
+ var inspectSource = sharedStore.inspectSource;
235
+
236
+ var WeakMap$1 = global_1.WeakMap;
237
+
238
+ var nativeWeakMap = typeof WeakMap$1 === 'function' && /native code/.test(inspectSource(WeakMap$1));
239
+
240
+ var shared = createCommonjsModule(function (module) {
241
+ (module.exports = function (key, value) {
242
+ return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
243
+ })('versions', []).push({
244
+ version: '3.10.1',
245
+ mode: 'global',
246
+ copyright: '© 2021 Denis Pushkarev (zloirock.ru)'
247
+ });
248
+ });
249
+
250
+ var id = 0;
251
+ var postfix = Math.random();
252
+
253
+ var uid = function (key) {
254
+ return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
255
+ };
256
+
257
+ var keys = shared('keys');
258
+
259
+ var sharedKey = function (key) {
260
+ return keys[key] || (keys[key] = uid(key));
261
+ };
262
+
263
+ var hiddenKeys$1 = {};
264
+
265
+ var WeakMap = global_1.WeakMap;
266
+ var set, get, has;
267
+
268
+ var enforce = function (it) {
269
+ return has(it) ? get(it) : set(it, {});
270
+ };
271
+
272
+ var getterFor = function (TYPE) {
273
+ return function (it) {
274
+ var state;
275
+ if (!isObject(it) || (state = get(it)).type !== TYPE) {
276
+ throw TypeError('Incompatible receiver, ' + TYPE + ' required');
277
+ } return state;
278
+ };
279
+ };
280
+
281
+ if (nativeWeakMap) {
282
+ var store = sharedStore.state || (sharedStore.state = new WeakMap());
283
+ var wmget = store.get;
284
+ var wmhas = store.has;
285
+ var wmset = store.set;
286
+ set = function (it, metadata) {
287
+ metadata.facade = it;
288
+ wmset.call(store, it, metadata);
289
+ return metadata;
290
+ };
291
+ get = function (it) {
292
+ return wmget.call(store, it) || {};
293
+ };
294
+ has = function (it) {
295
+ return wmhas.call(store, it);
296
+ };
297
+ } else {
298
+ var STATE = sharedKey('state');
299
+ hiddenKeys$1[STATE] = true;
300
+ set = function (it, metadata) {
301
+ metadata.facade = it;
302
+ createNonEnumerableProperty(it, STATE, metadata);
303
+ return metadata;
304
+ };
305
+ get = function (it) {
306
+ return has$1(it, STATE) ? it[STATE] : {};
307
+ };
308
+ has = function (it) {
309
+ return has$1(it, STATE);
310
+ };
311
+ }
312
+
313
+ var internalState = {
314
+ set: set,
315
+ get: get,
316
+ has: has,
317
+ enforce: enforce,
318
+ getterFor: getterFor
319
+ };
320
+
321
+ var redefine = createCommonjsModule(function (module) {
322
+ var getInternalState = internalState.get;
323
+ var enforceInternalState = internalState.enforce;
324
+ var TEMPLATE = String(String).split('String');
325
+
326
+ (module.exports = function (O, key, value, options) {
327
+ var unsafe = options ? !!options.unsafe : false;
328
+ var simple = options ? !!options.enumerable : false;
329
+ var noTargetGet = options ? !!options.noTargetGet : false;
330
+ var state;
331
+ if (typeof value == 'function') {
332
+ if (typeof key == 'string' && !has$1(value, 'name')) {
333
+ createNonEnumerableProperty(value, 'name', key);
334
+ }
335
+ state = enforceInternalState(value);
336
+ if (!state.source) {
337
+ state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
338
+ }
339
+ }
340
+ if (O === global_1) {
341
+ if (simple) O[key] = value;
342
+ else setGlobal(key, value);
343
+ return;
344
+ } else if (!unsafe) {
345
+ delete O[key];
346
+ } else if (!noTargetGet && O[key]) {
347
+ simple = true;
348
+ }
349
+ if (simple) O[key] = value;
350
+ else createNonEnumerableProperty(O, key, value);
351
+ // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
352
+ })(Function.prototype, 'toString', function toString() {
353
+ return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
354
+ });
355
+ });
356
+
357
+ var path = global_1;
358
+
359
+ var aFunction$1 = function (variable) {
360
+ return typeof variable == 'function' ? variable : undefined;
361
+ };
362
+
363
+ var getBuiltIn = function (namespace, method) {
364
+ return arguments.length < 2 ? aFunction$1(path[namespace]) || aFunction$1(global_1[namespace])
365
+ : path[namespace] && path[namespace][method] || global_1[namespace] && global_1[namespace][method];
366
+ };
367
+
368
+ var ceil = Math.ceil;
369
+ var floor$1 = Math.floor;
370
+
371
+ // `ToInteger` abstract operation
372
+ // https://tc39.es/ecma262/#sec-tointeger
373
+ var toInteger = function (argument) {
374
+ return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor$1 : ceil)(argument);
375
+ };
376
+
377
+ var min$3 = Math.min;
378
+
379
+ // `ToLength` abstract operation
380
+ // https://tc39.es/ecma262/#sec-tolength
381
+ var toLength = function (argument) {
382
+ return argument > 0 ? min$3(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
383
+ };
384
+
385
+ var max$1 = Math.max;
386
+ var min$2 = Math.min;
387
+
388
+ // Helper for a popular repeating case of the spec:
389
+ // Let integer be ? ToInteger(index).
390
+ // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
391
+ var toAbsoluteIndex = function (index, length) {
392
+ var integer = toInteger(index);
393
+ return integer < 0 ? max$1(integer + length, 0) : min$2(integer, length);
394
+ };
395
+
396
+ // `Array.prototype.{ indexOf, includes }` methods implementation
397
+ var createMethod$3 = function (IS_INCLUDES) {
398
+ return function ($this, el, fromIndex) {
399
+ var O = toIndexedObject($this);
400
+ var length = toLength(O.length);
401
+ var index = toAbsoluteIndex(fromIndex, length);
402
+ var value;
403
+ // Array#includes uses SameValueZero equality algorithm
404
+ // eslint-disable-next-line no-self-compare -- NaN check
405
+ if (IS_INCLUDES && el != el) while (length > index) {
406
+ value = O[index++];
407
+ // eslint-disable-next-line no-self-compare -- NaN check
408
+ if (value != value) return true;
409
+ // Array#indexOf ignores holes, Array#includes - not
410
+ } else for (;length > index; index++) {
411
+ if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
412
+ } return !IS_INCLUDES && -1;
413
+ };
414
+ };
415
+
416
+ var arrayIncludes = {
417
+ // `Array.prototype.includes` method
418
+ // https://tc39.es/ecma262/#sec-array.prototype.includes
419
+ includes: createMethod$3(true),
420
+ // `Array.prototype.indexOf` method
421
+ // https://tc39.es/ecma262/#sec-array.prototype.indexof
422
+ indexOf: createMethod$3(false)
423
+ };
424
+
425
+ var indexOf = arrayIncludes.indexOf;
426
+
427
+
428
+ var objectKeysInternal = function (object, names) {
429
+ var O = toIndexedObject(object);
430
+ var i = 0;
431
+ var result = [];
432
+ var key;
433
+ for (key in O) !has$1(hiddenKeys$1, key) && has$1(O, key) && result.push(key);
434
+ // Don't enum bug & hidden keys
435
+ while (names.length > i) if (has$1(O, key = names[i++])) {
436
+ ~indexOf(result, key) || result.push(key);
437
+ }
438
+ return result;
439
+ };
440
+
441
+ // IE8- don't enum bug keys
442
+ var enumBugKeys = [
443
+ 'constructor',
444
+ 'hasOwnProperty',
445
+ 'isPrototypeOf',
446
+ 'propertyIsEnumerable',
447
+ 'toLocaleString',
448
+ 'toString',
449
+ 'valueOf'
450
+ ];
451
+
452
+ var hiddenKeys = enumBugKeys.concat('length', 'prototype');
453
+
454
+ // `Object.getOwnPropertyNames` method
455
+ // https://tc39.es/ecma262/#sec-object.getownpropertynames
456
+ // eslint-disable-next-line es/no-object-getownpropertynames -- safe
457
+ var f$1 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
458
+ return objectKeysInternal(O, hiddenKeys);
459
+ };
460
+
461
+ var objectGetOwnPropertyNames = {
462
+ f: f$1
463
+ };
464
+
465
+ // eslint-disable-next-line es/no-object-getownpropertysymbols -- safe
466
+ var f = Object.getOwnPropertySymbols;
467
+
468
+ var objectGetOwnPropertySymbols = {
469
+ f: f
470
+ };
471
+
472
+ // all object keys, includes non-enumerable and symbols
473
+ var ownKeys = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
474
+ var keys = objectGetOwnPropertyNames.f(anObject(it));
475
+ var getOwnPropertySymbols = objectGetOwnPropertySymbols.f;
476
+ return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
477
+ };
478
+
479
+ var copyConstructorProperties = function (target, source) {
480
+ var keys = ownKeys(source);
481
+ var defineProperty = objectDefineProperty.f;
482
+ var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
483
+ for (var i = 0; i < keys.length; i++) {
484
+ var key = keys[i];
485
+ if (!has$1(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
486
+ }
487
+ };
488
+
489
+ var replacement = /#|\.prototype\./;
490
+
491
+ var isForced = function (feature, detection) {
492
+ var value = data[normalize(feature)];
493
+ return value == POLYFILL ? true
494
+ : value == NATIVE ? false
495
+ : typeof detection == 'function' ? fails(detection)
496
+ : !!detection;
497
+ };
498
+
499
+ var normalize = isForced.normalize = function (string) {
500
+ return String(string).replace(replacement, '.').toLowerCase();
501
+ };
502
+
503
+ var data = isForced.data = {};
504
+ var NATIVE = isForced.NATIVE = 'N';
505
+ var POLYFILL = isForced.POLYFILL = 'P';
506
+
507
+ var isForced_1 = isForced;
508
+
509
+ var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
510
+
511
+
512
+
513
+
514
+
515
+
516
+ /*
517
+ options.target - name of the target object
518
+ options.global - target is the global object
519
+ options.stat - export as static methods of target
520
+ options.proto - export as prototype methods of target
521
+ options.real - real prototype method for the `pure` version
522
+ options.forced - export even if the native feature is available
523
+ options.bind - bind methods to the target, required for the `pure` version
524
+ options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
525
+ options.unsafe - use the simple assignment of property instead of delete + defineProperty
526
+ options.sham - add a flag to not completely full polyfills
527
+ options.enumerable - export as enumerable property
528
+ options.noTargetGet - prevent calling a getter on target
529
+ */
530
+ var _export = function (options, source) {
531
+ var TARGET = options.target;
532
+ var GLOBAL = options.global;
533
+ var STATIC = options.stat;
534
+ var FORCED, target, key, targetProperty, sourceProperty, descriptor;
535
+ if (GLOBAL) {
536
+ target = global_1;
537
+ } else if (STATIC) {
538
+ target = global_1[TARGET] || setGlobal(TARGET, {});
539
+ } else {
540
+ target = (global_1[TARGET] || {}).prototype;
541
+ }
542
+ if (target) for (key in source) {
543
+ sourceProperty = source[key];
544
+ if (options.noTargetGet) {
545
+ descriptor = getOwnPropertyDescriptor(target, key);
546
+ targetProperty = descriptor && descriptor.value;
547
+ } else targetProperty = target[key];
548
+ FORCED = isForced_1(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
549
+ // contained in target
550
+ if (!FORCED && targetProperty !== undefined) {
551
+ if (typeof sourceProperty === typeof targetProperty) continue;
552
+ copyConstructorProperties(sourceProperty, targetProperty);
553
+ }
554
+ // add a flag to not completely full polyfills
555
+ if (options.sham || (targetProperty && targetProperty.sham)) {
556
+ createNonEnumerableProperty(sourceProperty, 'sham', true);
557
+ }
558
+ // extend global
559
+ redefine(target, key, sourceProperty, options);
560
+ }
561
+ };
562
+
563
+ var aFunction = function (it) {
564
+ if (typeof it != 'function') {
565
+ throw TypeError(String(it) + ' is not a function');
566
+ } return it;
567
+ };
568
+
569
+ // optional / simple context binding
570
+ var functionBindContext = function (fn, that, length) {
571
+ aFunction(fn);
572
+ if (that === undefined) return fn;
573
+ switch (length) {
574
+ case 0: return function () {
575
+ return fn.call(that);
576
+ };
577
+ case 1: return function (a) {
578
+ return fn.call(that, a);
579
+ };
580
+ case 2: return function (a, b) {
581
+ return fn.call(that, a, b);
582
+ };
583
+ case 3: return function (a, b, c) {
584
+ return fn.call(that, a, b, c);
585
+ };
586
+ }
587
+ return function (/* ...args */) {
588
+ return fn.apply(that, arguments);
589
+ };
590
+ };
591
+
592
+ // `ToObject` abstract operation
593
+ // https://tc39.es/ecma262/#sec-toobject
594
+ var toObject = function (argument) {
595
+ return Object(requireObjectCoercible(argument));
596
+ };
597
+
598
+ // `IsArray` abstract operation
599
+ // https://tc39.es/ecma262/#sec-isarray
600
+ // eslint-disable-next-line es/no-array-isarray -- safe
601
+ var isArray = Array.isArray || function isArray(arg) {
602
+ return classofRaw(arg) == 'Array';
603
+ };
604
+
605
+ var engineIsNode = classofRaw(global_1.process) == 'process';
606
+
607
+ var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
608
+
609
+ var process = global_1.process;
610
+ var versions = process && process.versions;
611
+ var v8 = versions && versions.v8;
612
+ var match, version;
613
+
614
+ if (v8) {
615
+ match = v8.split('.');
616
+ version = match[0] + match[1];
617
+ } else if (engineUserAgent) {
618
+ match = engineUserAgent.match(/Edge\/(\d+)/);
619
+ if (!match || match[1] >= 74) {
620
+ match = engineUserAgent.match(/Chrome\/(\d+)/);
621
+ if (match) version = match[1];
622
+ }
623
+ }
624
+
625
+ var engineV8Version = version && +version;
626
+
627
+ // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
628
+ var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
629
+ // eslint-disable-next-line es/no-symbol -- required for testing
630
+ return !Symbol.sham &&
631
+ // Chrome 38 Symbol has incorrect toString conversion
632
+ // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
633
+ (engineIsNode ? engineV8Version === 38 : engineV8Version > 37 && engineV8Version < 41);
634
+ });
635
+
636
+ /* eslint-disable es/no-symbol -- required for testing */
637
+
638
+
639
+ var useSymbolAsUid = nativeSymbol
640
+ && !Symbol.sham
641
+ && typeof Symbol.iterator == 'symbol';
642
+
643
+ var WellKnownSymbolsStore = shared('wks');
644
+ var Symbol$1 = global_1.Symbol;
645
+ var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
646
+
647
+ var wellKnownSymbol = function (name) {
648
+ if (!has$1(WellKnownSymbolsStore, name) || !(nativeSymbol || typeof WellKnownSymbolsStore[name] == 'string')) {
649
+ if (nativeSymbol && has$1(Symbol$1, name)) {
650
+ WellKnownSymbolsStore[name] = Symbol$1[name];
651
+ } else {
652
+ WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
653
+ }
654
+ } return WellKnownSymbolsStore[name];
655
+ };
656
+
657
+ var SPECIES$3 = wellKnownSymbol('species');
658
+
659
+ // `ArraySpeciesCreate` abstract operation
660
+ // https://tc39.es/ecma262/#sec-arrayspeciescreate
661
+ var arraySpeciesCreate = function (originalArray, length) {
662
+ var C;
663
+ if (isArray(originalArray)) {
664
+ C = originalArray.constructor;
665
+ // cross-realm fallback
666
+ if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
667
+ else if (isObject(C)) {
668
+ C = C[SPECIES$3];
669
+ if (C === null) C = undefined;
670
+ }
671
+ } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
672
+ };
673
+
674
+ var push = [].push;
675
+
676
+ // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation
677
+ var createMethod$2 = function (TYPE) {
678
+ var IS_MAP = TYPE == 1;
679
+ var IS_FILTER = TYPE == 2;
680
+ var IS_SOME = TYPE == 3;
681
+ var IS_EVERY = TYPE == 4;
682
+ var IS_FIND_INDEX = TYPE == 6;
683
+ var IS_FILTER_OUT = TYPE == 7;
684
+ var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
685
+ return function ($this, callbackfn, that, specificCreate) {
686
+ var O = toObject($this);
687
+ var self = indexedObject(O);
688
+ var boundFunction = functionBindContext(callbackfn, that, 3);
689
+ var length = toLength(self.length);
690
+ var index = 0;
691
+ var create = specificCreate || arraySpeciesCreate;
692
+ var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;
693
+ var value, result;
694
+ for (;length > index; index++) if (NO_HOLES || index in self) {
695
+ value = self[index];
696
+ result = boundFunction(value, index, O);
697
+ if (TYPE) {
698
+ if (IS_MAP) target[index] = result; // map
699
+ else if (result) switch (TYPE) {
700
+ case 3: return true; // some
701
+ case 5: return value; // find
702
+ case 6: return index; // findIndex
703
+ case 2: push.call(target, value); // filter
704
+ } else switch (TYPE) {
705
+ case 4: return false; // every
706
+ case 7: push.call(target, value); // filterOut
707
+ }
708
+ }
709
+ }
710
+ return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;
711
+ };
712
+ };
713
+
714
+ var arrayIteration = {
715
+ // `Array.prototype.forEach` method
716
+ // https://tc39.es/ecma262/#sec-array.prototype.foreach
717
+ forEach: createMethod$2(0),
718
+ // `Array.prototype.map` method
719
+ // https://tc39.es/ecma262/#sec-array.prototype.map
720
+ map: createMethod$2(1),
721
+ // `Array.prototype.filter` method
722
+ // https://tc39.es/ecma262/#sec-array.prototype.filter
723
+ filter: createMethod$2(2),
724
+ // `Array.prototype.some` method
725
+ // https://tc39.es/ecma262/#sec-array.prototype.some
726
+ some: createMethod$2(3),
727
+ // `Array.prototype.every` method
728
+ // https://tc39.es/ecma262/#sec-array.prototype.every
729
+ every: createMethod$2(4),
730
+ // `Array.prototype.find` method
731
+ // https://tc39.es/ecma262/#sec-array.prototype.find
732
+ find: createMethod$2(5),
733
+ // `Array.prototype.findIndex` method
734
+ // https://tc39.es/ecma262/#sec-array.prototype.findIndex
735
+ findIndex: createMethod$2(6),
736
+ // `Array.prototype.filterOut` method
737
+ // https://github.com/tc39/proposal-array-filtering
738
+ filterOut: createMethod$2(7)
739
+ };
740
+
741
+ // `Object.keys` method
742
+ // https://tc39.es/ecma262/#sec-object.keys
743
+ // eslint-disable-next-line es/no-object-keys -- safe
744
+ var objectKeys = Object.keys || function keys(O) {
745
+ return objectKeysInternal(O, enumBugKeys);
746
+ };
747
+
748
+ // `Object.defineProperties` method
749
+ // https://tc39.es/ecma262/#sec-object.defineproperties
750
+ // eslint-disable-next-line es/no-object-defineproperties -- safe
751
+ var objectDefineProperties = descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
752
+ anObject(O);
753
+ var keys = objectKeys(Properties);
754
+ var length = keys.length;
755
+ var index = 0;
756
+ var key;
757
+ while (length > index) objectDefineProperty.f(O, key = keys[index++], Properties[key]);
758
+ return O;
759
+ };
760
+
761
+ var html = getBuiltIn('document', 'documentElement');
762
+
763
+ var GT = '>';
764
+ var LT = '<';
765
+ var PROTOTYPE = 'prototype';
766
+ var SCRIPT = 'script';
767
+ var IE_PROTO = sharedKey('IE_PROTO');
768
+
769
+ var EmptyConstructor = function () { /* empty */ };
770
+
771
+ var scriptTag = function (content) {
772
+ return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;
773
+ };
774
+
775
+ // Create object with fake `null` prototype: use ActiveX Object with cleared prototype
776
+ var NullProtoObjectViaActiveX = function (activeXDocument) {
777
+ activeXDocument.write(scriptTag(''));
778
+ activeXDocument.close();
779
+ var temp = activeXDocument.parentWindow.Object;
780
+ activeXDocument = null; // avoid memory leak
781
+ return temp;
782
+ };
783
+
784
+ // Create object with fake `null` prototype: use iframe Object with cleared prototype
785
+ var NullProtoObjectViaIFrame = function () {
786
+ // Thrash, waste and sodomy: IE GC bug
787
+ var iframe = documentCreateElement('iframe');
788
+ var JS = 'java' + SCRIPT + ':';
789
+ var iframeDocument;
790
+ iframe.style.display = 'none';
791
+ html.appendChild(iframe);
792
+ // https://github.com/zloirock/core-js/issues/475
793
+ iframe.src = String(JS);
794
+ iframeDocument = iframe.contentWindow.document;
795
+ iframeDocument.open();
796
+ iframeDocument.write(scriptTag('document.F=Object'));
797
+ iframeDocument.close();
798
+ return iframeDocument.F;
799
+ };
800
+
801
+ // Check for document.domain and active x support
802
+ // No need to use active x approach when document.domain is not set
803
+ // see https://github.com/es-shims/es5-shim/issues/150
804
+ // variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346
805
+ // avoid IE GC bug
806
+ var activeXDocument;
807
+ var NullProtoObject = function () {
808
+ try {
809
+ /* global ActiveXObject -- old IE */
810
+ activeXDocument = document.domain && new ActiveXObject('htmlfile');
811
+ } catch (error) { /* ignore */ }
812
+ NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();
813
+ var length = enumBugKeys.length;
814
+ while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];
815
+ return NullProtoObject();
816
+ };
817
+
818
+ hiddenKeys$1[IE_PROTO] = true;
819
+
820
+ // `Object.create` method
821
+ // https://tc39.es/ecma262/#sec-object.create
822
+ var objectCreate = Object.create || function create(O, Properties) {
823
+ var result;
824
+ if (O !== null) {
825
+ EmptyConstructor[PROTOTYPE] = anObject(O);
826
+ result = new EmptyConstructor();
827
+ EmptyConstructor[PROTOTYPE] = null;
828
+ // add "__proto__" for Object.getPrototypeOf polyfill
829
+ result[IE_PROTO] = O;
830
+ } else result = NullProtoObject();
831
+ return Properties === undefined ? result : objectDefineProperties(result, Properties);
832
+ };
833
+
834
+ var UNSCOPABLES = wellKnownSymbol('unscopables');
835
+ var ArrayPrototype = Array.prototype;
836
+
837
+ // Array.prototype[@@unscopables]
838
+ // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
839
+ if (ArrayPrototype[UNSCOPABLES] == undefined) {
840
+ objectDefineProperty.f(ArrayPrototype, UNSCOPABLES, {
841
+ configurable: true,
842
+ value: objectCreate(null)
843
+ });
844
+ }
845
+
846
+ // add a key to Array.prototype[@@unscopables]
847
+ var addToUnscopables = function (key) {
848
+ ArrayPrototype[UNSCOPABLES][key] = true;
849
+ };
850
+
851
+ var $find = arrayIteration.find;
852
+
853
+
854
+ var FIND = 'find';
855
+ var SKIPS_HOLES = true;
856
+
857
+ // Shouldn't skip holes
858
+ if (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; });
859
+
860
+ // `Array.prototype.find` method
861
+ // https://tc39.es/ecma262/#sec-array.prototype.find
862
+ _export({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {
863
+ find: function find(callbackfn /* , that = undefined */) {
864
+ return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
865
+ }
866
+ });
867
+
868
+ // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
869
+ addToUnscopables(FIND);
870
+
871
+ var TO_STRING_TAG$1 = wellKnownSymbol('toStringTag');
872
+ var test$1 = {};
873
+
874
+ test$1[TO_STRING_TAG$1] = 'z';
875
+
876
+ var toStringTagSupport = String(test$1) === '[object z]';
877
+
878
+ var TO_STRING_TAG = wellKnownSymbol('toStringTag');
879
+ // ES3 wrong here
880
+ var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
881
+
882
+ // fallback for IE11 Script Access Denied error
883
+ var tryGet = function (it, key) {
884
+ try {
885
+ return it[key];
886
+ } catch (error) { /* empty */ }
887
+ };
888
+
889
+ // getting tag from ES6+ `Object.prototype.toString`
890
+ var classof = toStringTagSupport ? classofRaw : function (it) {
891
+ var O, tag, result;
892
+ return it === undefined ? 'Undefined' : it === null ? 'Null'
893
+ // @@toStringTag case
894
+ : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag
895
+ // builtinTag case
896
+ : CORRECT_ARGUMENTS ? classofRaw(O)
897
+ // ES3 arguments fallback
898
+ : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;
899
+ };
900
+
901
+ // `Object.prototype.toString` method implementation
902
+ // https://tc39.es/ecma262/#sec-object.prototype.tostring
903
+ var objectToString = toStringTagSupport ? {}.toString : function toString() {
904
+ return '[object ' + classof(this) + ']';
905
+ };
906
+
907
+ // `Object.prototype.toString` method
908
+ // https://tc39.es/ecma262/#sec-object.prototype.tostring
909
+ if (!toStringTagSupport) {
910
+ redefine(Object.prototype, 'toString', objectToString, { unsafe: true });
911
+ }
912
+
913
+ // `RegExp.prototype.flags` getter implementation
914
+ // https://tc39.es/ecma262/#sec-get-regexp.prototype.flags
915
+ var regexpFlags = function () {
916
+ var that = anObject(this);
917
+ var result = '';
918
+ if (that.global) result += 'g';
919
+ if (that.ignoreCase) result += 'i';
920
+ if (that.multiline) result += 'm';
921
+ if (that.dotAll) result += 's';
922
+ if (that.unicode) result += 'u';
923
+ if (that.sticky) result += 'y';
924
+ return result;
925
+ };
926
+
927
+ var TO_STRING = 'toString';
928
+ var RegExpPrototype = RegExp.prototype;
929
+ var nativeToString = RegExpPrototype[TO_STRING];
930
+
931
+ var NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });
932
+ // FF44- RegExp#toString has a wrong name
933
+ var INCORRECT_NAME = nativeToString.name != TO_STRING;
934
+
935
+ // `RegExp.prototype.toString` method
936
+ // https://tc39.es/ecma262/#sec-regexp.prototype.tostring
937
+ if (NOT_GENERIC || INCORRECT_NAME) {
938
+ redefine(RegExp.prototype, TO_STRING, function toString() {
939
+ var R = anObject(this);
940
+ var p = String(R.source);
941
+ var rf = R.flags;
942
+ var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? regexpFlags.call(R) : rf);
943
+ return '/' + p + '/' + f;
944
+ }, { unsafe: true });
945
+ }
946
+
947
+ // a string of all valid unicode whitespaces
948
+ var whitespaces = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
949
+ '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
950
+
951
+ var whitespace = '[' + whitespaces + ']';
952
+ var ltrim = RegExp('^' + whitespace + whitespace + '*');
953
+ var rtrim = RegExp(whitespace + whitespace + '*$');
954
+
955
+ // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
956
+ var createMethod$1 = function (TYPE) {
957
+ return function ($this) {
958
+ var string = String(requireObjectCoercible($this));
959
+ if (TYPE & 1) string = string.replace(ltrim, '');
960
+ if (TYPE & 2) string = string.replace(rtrim, '');
961
+ return string;
962
+ };
963
+ };
964
+
965
+ var stringTrim = {
966
+ // `String.prototype.{ trimLeft, trimStart }` methods
967
+ // https://tc39.es/ecma262/#sec-string.prototype.trimstart
968
+ start: createMethod$1(1),
969
+ // `String.prototype.{ trimRight, trimEnd }` methods
970
+ // https://tc39.es/ecma262/#sec-string.prototype.trimend
971
+ end: createMethod$1(2),
972
+ // `String.prototype.trim` method
973
+ // https://tc39.es/ecma262/#sec-string.prototype.trim
974
+ trim: createMethod$1(3)
975
+ };
976
+
977
+ var non = '\u200B\u0085\u180E';
978
+
979
+ // check that a method works with the correct list
980
+ // of whitespaces and has a correct name
981
+ var stringTrimForced = function (METHOD_NAME) {
982
+ return fails(function () {
983
+ return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;
984
+ });
985
+ };
986
+
987
+ var $trim = stringTrim.trim;
988
+
989
+
990
+ // `String.prototype.trim` method
991
+ // https://tc39.es/ecma262/#sec-string.prototype.trim
992
+ _export({ target: 'String', proto: true, forced: stringTrimForced('trim') }, {
993
+ trim: function trim() {
994
+ return $trim(this);
995
+ }
996
+ });
997
+
998
+ var createProperty = function (object, key, value) {
999
+ var propertyKey = toPrimitive(key);
1000
+ if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
1001
+ else object[propertyKey] = value;
1002
+ };
1003
+
1004
+ var SPECIES$2 = wellKnownSymbol('species');
1005
+
1006
+ var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
1007
+ // We can't use this feature detection in V8 since it causes
1008
+ // deoptimization and serious performance degradation
1009
+ // https://github.com/zloirock/core-js/issues/677
1010
+ return engineV8Version >= 51 || !fails(function () {
1011
+ var array = [];
1012
+ var constructor = array.constructor = {};
1013
+ constructor[SPECIES$2] = function () {
1014
+ return { foo: 1 };
1015
+ };
1016
+ return array[METHOD_NAME](Boolean).foo !== 1;
1017
+ });
1018
+ };
1019
+
1020
+ var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
1021
+ var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
1022
+ var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
1023
+
1024
+ // We can't use this feature detection in V8 since it causes
1025
+ // deoptimization and serious performance degradation
1026
+ // https://github.com/zloirock/core-js/issues/679
1027
+ var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function () {
1028
+ var array = [];
1029
+ array[IS_CONCAT_SPREADABLE] = false;
1030
+ return array.concat()[0] !== array;
1031
+ });
1032
+
1033
+ var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
1034
+
1035
+ var isConcatSpreadable = function (O) {
1036
+ if (!isObject(O)) return false;
1037
+ var spreadable = O[IS_CONCAT_SPREADABLE];
1038
+ return spreadable !== undefined ? !!spreadable : isArray(O);
1039
+ };
1040
+
1041
+ var FORCED$1 = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
1042
+
1043
+ // `Array.prototype.concat` method
1044
+ // https://tc39.es/ecma262/#sec-array.prototype.concat
1045
+ // with adding support of @@isConcatSpreadable and @@species
1046
+ _export({ target: 'Array', proto: true, forced: FORCED$1 }, {
1047
+ // eslint-disable-next-line no-unused-vars -- required for `.length`
1048
+ concat: function concat(arg) {
1049
+ var O = toObject(this);
1050
+ var A = arraySpeciesCreate(O, 0);
1051
+ var n = 0;
1052
+ var i, k, length, len, E;
1053
+ for (i = -1, length = arguments.length; i < length; i++) {
1054
+ E = i === -1 ? O : arguments[i];
1055
+ if (isConcatSpreadable(E)) {
1056
+ len = toLength(E.length);
1057
+ if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1058
+ for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
1059
+ } else {
1060
+ if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
1061
+ createProperty(A, n++, E);
1062
+ }
1063
+ }
1064
+ A.length = n;
1065
+ return A;
1066
+ }
1067
+ });
1068
+
1069
+ var arrayMethodIsStrict = function (METHOD_NAME, argument) {
1070
+ var method = [][METHOD_NAME];
1071
+ return !!method && fails(function () {
1072
+ // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing
1073
+ method.call(null, argument || function () { throw 1; }, 1);
1074
+ });
1075
+ };
1076
+
1077
+ var test = [];
1078
+ var nativeSort = test.sort;
1079
+
1080
+ // IE8-
1081
+ var FAILS_ON_UNDEFINED = fails(function () {
1082
+ test.sort(undefined);
1083
+ });
1084
+ // V8 bug
1085
+ var FAILS_ON_NULL = fails(function () {
1086
+ test.sort(null);
1087
+ });
1088
+ // Old WebKit
1089
+ var STRICT_METHOD$3 = arrayMethodIsStrict('sort');
1090
+
1091
+ var FORCED = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || !STRICT_METHOD$3;
1092
+
1093
+ // `Array.prototype.sort` method
1094
+ // https://tc39.es/ecma262/#sec-array.prototype.sort
1095
+ _export({ target: 'Array', proto: true, forced: FORCED }, {
1096
+ sort: function sort(comparefn) {
1097
+ return comparefn === undefined
1098
+ ? nativeSort.call(toObject(this))
1099
+ : nativeSort.call(toObject(this), aFunction(comparefn));
1100
+ }
1101
+ });
1102
+
1103
+ // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,
1104
+ // so we use an intermediate function.
1105
+ function RE(s, f) {
1106
+ return RegExp(s, f);
1107
+ }
1108
+
1109
+ var UNSUPPORTED_Y$2 = fails(function () {
1110
+ // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
1111
+ var re = RE('a', 'y');
1112
+ re.lastIndex = 2;
1113
+ return re.exec('abcd') != null;
1114
+ });
1115
+
1116
+ var BROKEN_CARET = fails(function () {
1117
+ // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
1118
+ var re = RE('^r', 'gy');
1119
+ re.lastIndex = 2;
1120
+ return re.exec('str') != null;
1121
+ });
1122
+
1123
+ var regexpStickyHelpers = {
1124
+ UNSUPPORTED_Y: UNSUPPORTED_Y$2,
1125
+ BROKEN_CARET: BROKEN_CARET
1126
+ };
1127
+
1128
+ var nativeExec = RegExp.prototype.exec;
1129
+ var nativeReplace = shared('native-string-replace', String.prototype.replace);
1130
+
1131
+ var patchedExec = nativeExec;
1132
+
1133
+ var UPDATES_LAST_INDEX_WRONG = (function () {
1134
+ var re1 = /a/;
1135
+ var re2 = /b*/g;
1136
+ nativeExec.call(re1, 'a');
1137
+ nativeExec.call(re2, 'a');
1138
+ return re1.lastIndex !== 0 || re2.lastIndex !== 0;
1139
+ })();
1140
+
1141
+ var UNSUPPORTED_Y$1 = regexpStickyHelpers.UNSUPPORTED_Y || regexpStickyHelpers.BROKEN_CARET;
1142
+
1143
+ // nonparticipating capturing group, copied from es5-shim's String#split patch.
1144
+ // eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing
1145
+ var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
1146
+
1147
+ var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y$1;
1148
+
1149
+ if (PATCH) {
1150
+ patchedExec = function exec(str) {
1151
+ var re = this;
1152
+ var lastIndex, reCopy, match, i;
1153
+ var sticky = UNSUPPORTED_Y$1 && re.sticky;
1154
+ var flags = regexpFlags.call(re);
1155
+ var source = re.source;
1156
+ var charsAdded = 0;
1157
+ var strCopy = str;
1158
+
1159
+ if (sticky) {
1160
+ flags = flags.replace('y', '');
1161
+ if (flags.indexOf('g') === -1) {
1162
+ flags += 'g';
1163
+ }
1164
+
1165
+ strCopy = String(str).slice(re.lastIndex);
1166
+ // Support anchored sticky behavior.
1167
+ if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\n')) {
1168
+ source = '(?: ' + source + ')';
1169
+ strCopy = ' ' + strCopy;
1170
+ charsAdded++;
1171
+ }
1172
+ // ^(? + rx + ) is needed, in combination with some str slicing, to
1173
+ // simulate the 'y' flag.
1174
+ reCopy = new RegExp('^(?:' + source + ')', flags);
1175
+ }
1176
+
1177
+ if (NPCG_INCLUDED) {
1178
+ reCopy = new RegExp('^' + source + '$(?!\\s)', flags);
1179
+ }
1180
+ if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
1181
+
1182
+ match = nativeExec.call(sticky ? reCopy : re, strCopy);
1183
+
1184
+ if (sticky) {
1185
+ if (match) {
1186
+ match.input = match.input.slice(charsAdded);
1187
+ match[0] = match[0].slice(charsAdded);
1188
+ match.index = re.lastIndex;
1189
+ re.lastIndex += match[0].length;
1190
+ } else re.lastIndex = 0;
1191
+ } else if (UPDATES_LAST_INDEX_WRONG && match) {
1192
+ re.lastIndex = re.global ? match.index + match[0].length : lastIndex;
1193
+ }
1194
+ if (NPCG_INCLUDED && match && match.length > 1) {
1195
+ // Fix browsers whose `exec` methods don't consistently return `undefined`
1196
+ // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/
1197
+ nativeReplace.call(match[0], reCopy, function () {
1198
+ for (i = 1; i < arguments.length - 2; i++) {
1199
+ if (arguments[i] === undefined) match[i] = undefined;
1200
+ }
1201
+ });
1202
+ }
1203
+
1204
+ return match;
1205
+ };
1206
+ }
1207
+
1208
+ var regexpExec = patchedExec;
1209
+
1210
+ // `RegExp.prototype.exec` method
1211
+ // https://tc39.es/ecma262/#sec-regexp.prototype.exec
1212
+ _export({ target: 'RegExp', proto: true, forced: /./.exec !== regexpExec }, {
1213
+ exec: regexpExec
1214
+ });
1215
+
1216
+ // TODO: Remove from `core-js@4` since it's moved to entry points
1217
+
1218
+
1219
+
1220
+
1221
+
1222
+
1223
+ var SPECIES$1 = wellKnownSymbol('species');
1224
+
1225
+ var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
1226
+ // #replace needs built-in support for named groups.
1227
+ // #match works fine because it just return the exec results, even if it has
1228
+ // a "grops" property.
1229
+ var re = /./;
1230
+ re.exec = function () {
1231
+ var result = [];
1232
+ result.groups = { a: '7' };
1233
+ return result;
1234
+ };
1235
+ return ''.replace(re, '$<a>') !== '7';
1236
+ });
1237
+
1238
+ // IE <= 11 replaces $0 with the whole match, as if it was $&
1239
+ // https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0
1240
+ var REPLACE_KEEPS_$0 = (function () {
1241
+ // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing
1242
+ return 'a'.replace(/./, '$0') === '$0';
1243
+ })();
1244
+
1245
+ var REPLACE = wellKnownSymbol('replace');
1246
+ // Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string
1247
+ var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
1248
+ if (/./[REPLACE]) {
1249
+ return /./[REPLACE]('a', '$0') === '';
1250
+ }
1251
+ return false;
1252
+ })();
1253
+
1254
+ // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
1255
+ // Weex JS has frozen built-in prototypes, so use try / catch wrapper
1256
+ var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {
1257
+ // eslint-disable-next-line regexp/no-empty-group -- required for testing
1258
+ var re = /(?:)/;
1259
+ var originalExec = re.exec;
1260
+ re.exec = function () { return originalExec.apply(this, arguments); };
1261
+ var result = 'ab'.split(re);
1262
+ return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';
1263
+ });
1264
+
1265
+ var fixRegexpWellKnownSymbolLogic = function (KEY, length, exec, sham) {
1266
+ var SYMBOL = wellKnownSymbol(KEY);
1267
+
1268
+ var DELEGATES_TO_SYMBOL = !fails(function () {
1269
+ // String methods call symbol-named RegEp methods
1270
+ var O = {};
1271
+ O[SYMBOL] = function () { return 7; };
1272
+ return ''[KEY](O) != 7;
1273
+ });
1274
+
1275
+ var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {
1276
+ // Symbol-named RegExp methods call .exec
1277
+ var execCalled = false;
1278
+ var re = /a/;
1279
+
1280
+ if (KEY === 'split') {
1281
+ // We can't use real regex here since it causes deoptimization
1282
+ // and serious performance degradation in V8
1283
+ // https://github.com/zloirock/core-js/issues/306
1284
+ re = {};
1285
+ // RegExp[@@split] doesn't call the regex's exec method, but first creates
1286
+ // a new one. We need to return the patched regex when creating the new one.
1287
+ re.constructor = {};
1288
+ re.constructor[SPECIES$1] = function () { return re; };
1289
+ re.flags = '';
1290
+ re[SYMBOL] = /./[SYMBOL];
1291
+ }
1292
+
1293
+ re.exec = function () { execCalled = true; return null; };
1294
+
1295
+ re[SYMBOL]('');
1296
+ return !execCalled;
1297
+ });
1298
+
1299
+ if (
1300
+ !DELEGATES_TO_SYMBOL ||
1301
+ !DELEGATES_TO_EXEC ||
1302
+ (KEY === 'replace' && !(
1303
+ REPLACE_SUPPORTS_NAMED_GROUPS &&
1304
+ REPLACE_KEEPS_$0 &&
1305
+ !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
1306
+ )) ||
1307
+ (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)
1308
+ ) {
1309
+ var nativeRegExpMethod = /./[SYMBOL];
1310
+ var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {
1311
+ if (regexp.exec === RegExp.prototype.exec) {
1312
+ if (DELEGATES_TO_SYMBOL && !forceStringMethod) {
1313
+ // The native String method already delegates to @@method (this
1314
+ // polyfilled function), leasing to infinite recursion.
1315
+ // We avoid it by directly calling the native @@method method.
1316
+ return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };
1317
+ }
1318
+ return { done: true, value: nativeMethod.call(str, regexp, arg2) };
1319
+ }
1320
+ return { done: false };
1321
+ }, {
1322
+ REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,
1323
+ REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
1324
+ });
1325
+ var stringMethod = methods[0];
1326
+ var regexMethod = methods[1];
1327
+
1328
+ redefine(String.prototype, KEY, stringMethod);
1329
+ redefine(RegExp.prototype, SYMBOL, length == 2
1330
+ // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)
1331
+ // 21.2.5.11 RegExp.prototype[@@split](string, limit)
1332
+ ? function (string, arg) { return regexMethod.call(string, this, arg); }
1333
+ // 21.2.5.6 RegExp.prototype[@@match](string)
1334
+ // 21.2.5.9 RegExp.prototype[@@search](string)
1335
+ : function (string) { return regexMethod.call(string, this); }
1336
+ );
1337
+ }
1338
+
1339
+ if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);
1340
+ };
1341
+
1342
+ // `String.prototype.{ codePointAt, at }` methods implementation
1343
+ var createMethod = function (CONVERT_TO_STRING) {
1344
+ return function ($this, pos) {
1345
+ var S = String(requireObjectCoercible($this));
1346
+ var position = toInteger(pos);
1347
+ var size = S.length;
1348
+ var first, second;
1349
+ if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;
1350
+ first = S.charCodeAt(position);
1351
+ return first < 0xD800 || first > 0xDBFF || position + 1 === size
1352
+ || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF
1353
+ ? CONVERT_TO_STRING ? S.charAt(position) : first
1354
+ : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
1355
+ };
1356
+ };
1357
+
1358
+ var stringMultibyte = {
1359
+ // `String.prototype.codePointAt` method
1360
+ // https://tc39.es/ecma262/#sec-string.prototype.codepointat
1361
+ codeAt: createMethod(false),
1362
+ // `String.prototype.at` method
1363
+ // https://github.com/mathiasbynens/String.prototype.at
1364
+ charAt: createMethod(true)
1365
+ };
1366
+
1367
+ var charAt = stringMultibyte.charAt;
1368
+
1369
+ // `AdvanceStringIndex` abstract operation
1370
+ // https://tc39.es/ecma262/#sec-advancestringindex
1371
+ var advanceStringIndex = function (S, index, unicode) {
1372
+ return index + (unicode ? charAt(S, index).length : 1);
1373
+ };
1374
+
1375
+ var floor = Math.floor;
1376
+ var replace = ''.replace;
1377
+ var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g;
1378
+ var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g;
1379
+
1380
+ // https://tc39.es/ecma262/#sec-getsubstitution
1381
+ var getSubstitution = function (matched, str, position, captures, namedCaptures, replacement) {
1382
+ var tailPos = position + matched.length;
1383
+ var m = captures.length;
1384
+ var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;
1385
+ if (namedCaptures !== undefined) {
1386
+ namedCaptures = toObject(namedCaptures);
1387
+ symbols = SUBSTITUTION_SYMBOLS;
1388
+ }
1389
+ return replace.call(replacement, symbols, function (match, ch) {
1390
+ var capture;
1391
+ switch (ch.charAt(0)) {
1392
+ case '$': return '$';
1393
+ case '&': return matched;
1394
+ case '`': return str.slice(0, position);
1395
+ case "'": return str.slice(tailPos);
1396
+ case '<':
1397
+ capture = namedCaptures[ch.slice(1, -1)];
1398
+ break;
1399
+ default: // \d\d?
1400
+ var n = +ch;
1401
+ if (n === 0) return match;
1402
+ if (n > m) {
1403
+ var f = floor(n / 10);
1404
+ if (f === 0) return match;
1405
+ if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
1406
+ return match;
1407
+ }
1408
+ capture = captures[n - 1];
1409
+ }
1410
+ return capture === undefined ? '' : capture;
1411
+ });
1412
+ };
1413
+
1414
+ // `RegExpExec` abstract operation
1415
+ // https://tc39.es/ecma262/#sec-regexpexec
1416
+ var regexpExecAbstract = function (R, S) {
1417
+ var exec = R.exec;
1418
+ if (typeof exec === 'function') {
1419
+ var result = exec.call(R, S);
1420
+ if (typeof result !== 'object') {
1421
+ throw TypeError('RegExp exec method returned something other than an Object or null');
1422
+ }
1423
+ return result;
1424
+ }
1425
+
1426
+ if (classofRaw(R) !== 'RegExp') {
1427
+ throw TypeError('RegExp#exec called on incompatible receiver');
1428
+ }
1429
+
1430
+ return regexpExec.call(R, S);
1431
+ };
1432
+
1433
+ var max = Math.max;
1434
+ var min$1 = Math.min;
1435
+
1436
+ var maybeToString = function (it) {
1437
+ return it === undefined ? it : String(it);
1438
+ };
1439
+
1440
+ // @@replace logic
1441
+ fixRegexpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {
1442
+ var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;
1443
+ var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;
1444
+ var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';
1445
+
1446
+ return [
1447
+ // `String.prototype.replace` method
1448
+ // https://tc39.es/ecma262/#sec-string.prototype.replace
1449
+ function replace(searchValue, replaceValue) {
1450
+ var O = requireObjectCoercible(this);
1451
+ var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];
1452
+ return replacer !== undefined
1453
+ ? replacer.call(searchValue, O, replaceValue)
1454
+ : nativeReplace.call(String(O), searchValue, replaceValue);
1455
+ },
1456
+ // `RegExp.prototype[@@replace]` method
1457
+ // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace
1458
+ function (regexp, replaceValue) {
1459
+ if (
1460
+ (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||
1461
+ (typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)
1462
+ ) {
1463
+ var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);
1464
+ if (res.done) return res.value;
1465
+ }
1466
+
1467
+ var rx = anObject(regexp);
1468
+ var S = String(this);
1469
+
1470
+ var functionalReplace = typeof replaceValue === 'function';
1471
+ if (!functionalReplace) replaceValue = String(replaceValue);
1472
+
1473
+ var global = rx.global;
1474
+ if (global) {
1475
+ var fullUnicode = rx.unicode;
1476
+ rx.lastIndex = 0;
1477
+ }
1478
+ var results = [];
1479
+ while (true) {
1480
+ var result = regexpExecAbstract(rx, S);
1481
+ if (result === null) break;
1482
+
1483
+ results.push(result);
1484
+ if (!global) break;
1485
+
1486
+ var matchStr = String(result[0]);
1487
+ if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
1488
+ }
1489
+
1490
+ var accumulatedResult = '';
1491
+ var nextSourcePosition = 0;
1492
+ for (var i = 0; i < results.length; i++) {
1493
+ result = results[i];
1494
+
1495
+ var matched = String(result[0]);
1496
+ var position = max(min$1(toInteger(result.index), S.length), 0);
1497
+ var captures = [];
1498
+ // NOTE: This is equivalent to
1499
+ // captures = result.slice(1).map(maybeToString)
1500
+ // but for some reason `nativeSlice.call(result, 1, result.length)` (called in
1501
+ // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and
1502
+ // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.
1503
+ for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));
1504
+ var namedCaptures = result.groups;
1505
+ if (functionalReplace) {
1506
+ var replacerArgs = [matched].concat(captures, position, S);
1507
+ if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);
1508
+ var replacement = String(replaceValue.apply(undefined, replacerArgs));
1509
+ } else {
1510
+ replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
1511
+ }
1512
+ if (position >= nextSourcePosition) {
1513
+ accumulatedResult += S.slice(nextSourcePosition, position) + replacement;
1514
+ nextSourcePosition = position + matched.length;
1515
+ }
1516
+ }
1517
+ return accumulatedResult + S.slice(nextSourcePosition);
1518
+ }
1519
+ ];
1520
+ });
1521
+
1522
+ var $filter = arrayIteration.filter;
1523
+
1524
+
1525
+ var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');
1526
+
1527
+ // `Array.prototype.filter` method
1528
+ // https://tc39.es/ecma262/#sec-array.prototype.filter
1529
+ // with adding support of @@species
1530
+ _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
1531
+ filter: function filter(callbackfn /* , thisArg */) {
1532
+ return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
1533
+ }
1534
+ });
1535
+
1536
+ // @@match logic
1537
+ fixRegexpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) {
1538
+ return [
1539
+ // `String.prototype.match` method
1540
+ // https://tc39.es/ecma262/#sec-string.prototype.match
1541
+ function match(regexp) {
1542
+ var O = requireObjectCoercible(this);
1543
+ var matcher = regexp == undefined ? undefined : regexp[MATCH];
1544
+ return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));
1545
+ },
1546
+ // `RegExp.prototype[@@match]` method
1547
+ // https://tc39.es/ecma262/#sec-regexp.prototype-@@match
1548
+ function (regexp) {
1549
+ var res = maybeCallNative(nativeMatch, regexp, this);
1550
+ if (res.done) return res.value;
1551
+
1552
+ var rx = anObject(regexp);
1553
+ var S = String(this);
1554
+
1555
+ if (!rx.global) return regexpExecAbstract(rx, S);
1556
+
1557
+ var fullUnicode = rx.unicode;
1558
+ rx.lastIndex = 0;
1559
+ var A = [];
1560
+ var n = 0;
1561
+ var result;
1562
+ while ((result = regexpExecAbstract(rx, S)) !== null) {
1563
+ var matchStr = String(result[0]);
1564
+ A[n] = matchStr;
1565
+ if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
1566
+ n++;
1567
+ }
1568
+ return n === 0 ? null : A;
1569
+ }
1570
+ ];
1571
+ });
1572
+
1573
+ var MATCH = wellKnownSymbol('match');
1574
+
1575
+ // `IsRegExp` abstract operation
1576
+ // https://tc39.es/ecma262/#sec-isregexp
1577
+ var isRegexp = function (it) {
1578
+ var isRegExp;
1579
+ return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classofRaw(it) == 'RegExp');
1580
+ };
1581
+
1582
+ var SPECIES = wellKnownSymbol('species');
1583
+
1584
+ // `SpeciesConstructor` abstract operation
1585
+ // https://tc39.es/ecma262/#sec-speciesconstructor
1586
+ var speciesConstructor = function (O, defaultConstructor) {
1587
+ var C = anObject(O).constructor;
1588
+ var S;
1589
+ return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S);
1590
+ };
1591
+
1592
+ var UNSUPPORTED_Y = regexpStickyHelpers.UNSUPPORTED_Y;
1593
+ var arrayPush = [].push;
1594
+ var min = Math.min;
1595
+ var MAX_UINT32 = 0xFFFFFFFF;
1596
+
1597
+ // @@split logic
1598
+ fixRegexpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {
1599
+ var internalSplit;
1600
+ if (
1601
+ 'abbc'.split(/(b)*/)[1] == 'c' ||
1602
+ // eslint-disable-next-line regexp/no-empty-group -- required for testing
1603
+ 'test'.split(/(?:)/, -1).length != 4 ||
1604
+ 'ab'.split(/(?:ab)*/).length != 2 ||
1605
+ '.'.split(/(.?)(.?)/).length != 4 ||
1606
+ // eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing
1607
+ '.'.split(/()()/).length > 1 ||
1608
+ ''.split(/.?/).length
1609
+ ) {
1610
+ // based on es5-shim implementation, need to rework it
1611
+ internalSplit = function (separator, limit) {
1612
+ var string = String(requireObjectCoercible(this));
1613
+ var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
1614
+ if (lim === 0) return [];
1615
+ if (separator === undefined) return [string];
1616
+ // If `separator` is not a regex, use native split
1617
+ if (!isRegexp(separator)) {
1618
+ return nativeSplit.call(string, separator, lim);
1619
+ }
1620
+ var output = [];
1621
+ var flags = (separator.ignoreCase ? 'i' : '') +
1622
+ (separator.multiline ? 'm' : '') +
1623
+ (separator.unicode ? 'u' : '') +
1624
+ (separator.sticky ? 'y' : '');
1625
+ var lastLastIndex = 0;
1626
+ // Make `global` and avoid `lastIndex` issues by working with a copy
1627
+ var separatorCopy = new RegExp(separator.source, flags + 'g');
1628
+ var match, lastIndex, lastLength;
1629
+ while (match = regexpExec.call(separatorCopy, string)) {
1630
+ lastIndex = separatorCopy.lastIndex;
1631
+ if (lastIndex > lastLastIndex) {
1632
+ output.push(string.slice(lastLastIndex, match.index));
1633
+ if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));
1634
+ lastLength = match[0].length;
1635
+ lastLastIndex = lastIndex;
1636
+ if (output.length >= lim) break;
1637
+ }
1638
+ if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop
1639
+ }
1640
+ if (lastLastIndex === string.length) {
1641
+ if (lastLength || !separatorCopy.test('')) output.push('');
1642
+ } else output.push(string.slice(lastLastIndex));
1643
+ return output.length > lim ? output.slice(0, lim) : output;
1644
+ };
1645
+ // Chakra, V8
1646
+ } else if ('0'.split(undefined, 0).length) {
1647
+ internalSplit = function (separator, limit) {
1648
+ return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);
1649
+ };
1650
+ } else internalSplit = nativeSplit;
1651
+
1652
+ return [
1653
+ // `String.prototype.split` method
1654
+ // https://tc39.es/ecma262/#sec-string.prototype.split
1655
+ function split(separator, limit) {
1656
+ var O = requireObjectCoercible(this);
1657
+ var splitter = separator == undefined ? undefined : separator[SPLIT];
1658
+ return splitter !== undefined
1659
+ ? splitter.call(separator, O, limit)
1660
+ : internalSplit.call(String(O), separator, limit);
1661
+ },
1662
+ // `RegExp.prototype[@@split]` method
1663
+ // https://tc39.es/ecma262/#sec-regexp.prototype-@@split
1664
+ //
1665
+ // NOTE: This cannot be properly polyfilled in engines that don't support
1666
+ // the 'y' flag.
1667
+ function (regexp, limit) {
1668
+ var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);
1669
+ if (res.done) return res.value;
1670
+
1671
+ var rx = anObject(regexp);
1672
+ var S = String(this);
1673
+ var C = speciesConstructor(rx, RegExp);
1674
+
1675
+ var unicodeMatching = rx.unicode;
1676
+ var flags = (rx.ignoreCase ? 'i' : '') +
1677
+ (rx.multiline ? 'm' : '') +
1678
+ (rx.unicode ? 'u' : '') +
1679
+ (UNSUPPORTED_Y ? 'g' : 'y');
1680
+
1681
+ // ^(? + rx + ) is needed, in combination with some S slicing, to
1682
+ // simulate the 'y' flag.
1683
+ var splitter = new C(UNSUPPORTED_Y ? '^(?:' + rx.source + ')' : rx, flags);
1684
+ var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
1685
+ if (lim === 0) return [];
1686
+ if (S.length === 0) return regexpExecAbstract(splitter, S) === null ? [S] : [];
1687
+ var p = 0;
1688
+ var q = 0;
1689
+ var A = [];
1690
+ while (q < S.length) {
1691
+ splitter.lastIndex = UNSUPPORTED_Y ? 0 : q;
1692
+ var z = regexpExecAbstract(splitter, UNSUPPORTED_Y ? S.slice(q) : S);
1693
+ var e;
1694
+ if (
1695
+ z === null ||
1696
+ (e = min(toLength(splitter.lastIndex + (UNSUPPORTED_Y ? q : 0)), S.length)) === p
1697
+ ) {
1698
+ q = advanceStringIndex(S, q, unicodeMatching);
1699
+ } else {
1700
+ A.push(S.slice(p, q));
1701
+ if (A.length === lim) return A;
1702
+ for (var i = 1; i <= z.length - 1; i++) {
1703
+ A.push(z[i]);
1704
+ if (A.length === lim) return A;
1705
+ }
1706
+ q = p = e;
1707
+ }
1708
+ }
1709
+ A.push(S.slice(p));
1710
+ return A;
1711
+ }
1712
+ ];
1713
+ }, UNSUPPORTED_Y);
1714
+
1715
+ var $includes = arrayIncludes.includes;
1716
+
1717
+
1718
+ // `Array.prototype.includes` method
1719
+ // https://tc39.es/ecma262/#sec-array.prototype.includes
1720
+ _export({ target: 'Array', proto: true }, {
1721
+ includes: function includes(el /* , fromIndex = 0 */) {
1722
+ return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
1723
+ }
1724
+ });
1725
+
1726
+ // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
1727
+ addToUnscopables('includes');
1728
+
1729
+ // iterable DOM collections
1730
+ // flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods
1731
+ var domIterables = {
1732
+ CSSRuleList: 0,
1733
+ CSSStyleDeclaration: 0,
1734
+ CSSValueList: 0,
1735
+ ClientRectList: 0,
1736
+ DOMRectList: 0,
1737
+ DOMStringList: 0,
1738
+ DOMTokenList: 1,
1739
+ DataTransferItemList: 0,
1740
+ FileList: 0,
1741
+ HTMLAllCollection: 0,
1742
+ HTMLCollection: 0,
1743
+ HTMLFormElement: 0,
1744
+ HTMLSelectElement: 0,
1745
+ MediaList: 0,
1746
+ MimeTypeArray: 0,
1747
+ NamedNodeMap: 0,
1748
+ NodeList: 1,
1749
+ PaintRequestList: 0,
1750
+ Plugin: 0,
1751
+ PluginArray: 0,
1752
+ SVGLengthList: 0,
1753
+ SVGNumberList: 0,
1754
+ SVGPathSegList: 0,
1755
+ SVGPointList: 0,
1756
+ SVGStringList: 0,
1757
+ SVGTransformList: 0,
1758
+ SourceBufferList: 0,
1759
+ StyleSheetList: 0,
1760
+ TextTrackCueList: 0,
1761
+ TextTrackList: 0,
1762
+ TouchList: 0
1763
+ };
1764
+
1765
+ var $forEach = arrayIteration.forEach;
1766
+
1767
+
1768
+ var STRICT_METHOD$2 = arrayMethodIsStrict('forEach');
1769
+
1770
+ // `Array.prototype.forEach` method implementation
1771
+ // https://tc39.es/ecma262/#sec-array.prototype.foreach
1772
+ var arrayForEach = !STRICT_METHOD$2 ? function forEach(callbackfn /* , thisArg */) {
1773
+ return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
1774
+ // eslint-disable-next-line es/no-array-prototype-foreach -- safe
1775
+ } : [].forEach;
1776
+
1777
+ for (var COLLECTION_NAME in domIterables) {
1778
+ var Collection = global_1[COLLECTION_NAME];
1779
+ var CollectionPrototype = Collection && Collection.prototype;
1780
+ // some Chrome versions have non-configurable methods on DOMTokenList
1781
+ if (CollectionPrototype && CollectionPrototype.forEach !== arrayForEach) try {
1782
+ createNonEnumerableProperty(CollectionPrototype, 'forEach', arrayForEach);
1783
+ } catch (error) {
1784
+ CollectionPrototype.forEach = arrayForEach;
1785
+ }
1786
+ }
1787
+
1788
+ var FAILS_ON_PRIMITIVES = fails(function () { objectKeys(1); });
1789
+
1790
+ // `Object.keys` method
1791
+ // https://tc39.es/ecma262/#sec-object.keys
1792
+ _export({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
1793
+ keys: function keys(it) {
1794
+ return objectKeys(toObject(it));
1795
+ }
1796
+ });
1797
+
1798
+ var nativeJoin = [].join;
1799
+
1800
+ var ES3_STRINGS = indexedObject != Object;
1801
+ var STRICT_METHOD$1 = arrayMethodIsStrict('join', ',');
1802
+
1803
+ // `Array.prototype.join` method
1804
+ // https://tc39.es/ecma262/#sec-array.prototype.join
1805
+ _export({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD$1 }, {
1806
+ join: function join(separator) {
1807
+ return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);
1808
+ }
1809
+ });
1810
+
1811
+ /* eslint-disable es/no-array-prototype-indexof -- required for testing */
1812
+
1813
+ var $indexOf = arrayIncludes.indexOf;
1814
+
1815
+
1816
+ var nativeIndexOf = [].indexOf;
1817
+
1818
+ var NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;
1819
+ var STRICT_METHOD = arrayMethodIsStrict('indexOf');
1820
+
1821
+ // `Array.prototype.indexOf` method
1822
+ // https://tc39.es/ecma262/#sec-array.prototype.indexof
1823
+ _export({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD }, {
1824
+ indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
1825
+ return NEGATIVE_ZERO
1826
+ // convert -0 to +0
1827
+ ? nativeIndexOf.apply(this, arguments) || 0
1828
+ : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);
1829
+ }
1830
+ });
1831
+
1832
+ var Utils = $__default['default'].fn.bootstrapTable.utils;
1833
+ var searchControls = 'select, input:not([type="checkbox"]):not([type="radio"])';
1834
+ function getOptionsFromSelectControl(selectControl) {
1835
+ return selectControl.get(selectControl.length - 1).options;
1836
+ }
1837
+ function getControlContainer(that) {
1838
+ if (that.options.filterControlContainer) {
1839
+ return $__default['default']("".concat(that.options.filterControlContainer));
1840
+ }
1841
+
1842
+ return that.$header;
1843
+ }
1844
+ function getSearchControls(that) {
1845
+ return getControlContainer(that).find(searchControls);
1846
+ }
1847
+ function hideUnusedSelectOptions(selectControl, uniqueValues) {
1848
+ var options = getOptionsFromSelectControl(selectControl);
1849
+
1850
+ for (var i = 0; i < options.length; i++) {
1851
+ if (options[i].value !== '') {
1852
+ if (!uniqueValues.hasOwnProperty(options[i].value)) {
1853
+ selectControl.find(Utils.sprintf('option[value=\'%s\']', options[i].value)).hide();
1854
+ } else {
1855
+ selectControl.find(Utils.sprintf('option[value=\'%s\']', options[i].value)).show();
1856
+ }
1857
+ }
1858
+ }
1859
+ }
1860
+ function existOptionInSelectControl(selectControl, value) {
1861
+ var options = getOptionsFromSelectControl(selectControl);
1862
+
1863
+ for (var i = 0; i < options.length; i++) {
1864
+ if (options[i].value === Utils.unescapeHTML(value.toString())) {
1865
+ // The value is not valid to add
1866
+ return true;
1867
+ }
1868
+ } // If we get here, the value is valid to add
1869
+
1870
+
1871
+ return false;
1872
+ }
1873
+ function addOptionToSelectControl(selectControl, _value, text, selected) {
1874
+ var value = _value === undefined || _value === null ? '' : _value.toString().trim();
1875
+ var $selectControl = $__default['default'](selectControl.get(selectControl.length - 1));
1876
+
1877
+ if (!existOptionInSelectControl(selectControl, value)) {
1878
+ var option = $__default['default']("<option value=\"".concat(value, "\">").concat(text, "</option>"));
1879
+
1880
+ if (value === selected) {
1881
+ option.attr('selected', true);
1882
+ }
1883
+
1884
+ $selectControl.append(option);
1885
+ }
1886
+ }
1887
+ function sortSelectControl(selectControl, orderBy) {
1888
+ var $selectControl = $__default['default'](selectControl.get(selectControl.length - 1));
1889
+ var $opts = $selectControl.find('option:gt(0)');
1890
+
1891
+ if (orderBy !== 'server') {
1892
+ $opts.sort(function (a, b) {
1893
+ return Utils.sort(a.textContent, b.textContent, orderBy === 'desc' ? -1 : 1);
1894
+ });
1895
+ }
1896
+
1897
+ $selectControl.find('option:gt(0)').remove();
1898
+ $selectControl.append($opts);
1899
+ }
1900
+ function fixHeaderCSS(_ref) {
1901
+ var $tableHeader = _ref.$tableHeader;
1902
+ $tableHeader.css('height', '89px');
1903
+ }
1904
+ function getElementClass($element) {
1905
+ return $element.attr('class').replace('form-control', '').replace('focus-temp', '').replace('search-input', '').trim();
1906
+ }
1907
+ function getCursorPosition(el) {
1908
+ if (Utils.isIEBrowser()) {
1909
+ if ($__default['default'](el).is('input[type=text]')) {
1910
+ var pos = 0;
1911
+
1912
+ if ('selectionStart' in el) {
1913
+ pos = el.selectionStart;
1914
+ } else if ('selection' in document) {
1915
+ el.focus();
1916
+ var Sel = document.selection.createRange();
1917
+ var SelLength = document.selection.createRange().text.length;
1918
+ Sel.moveStart('character', -el.value.length);
1919
+ pos = Sel.text.length - SelLength;
1920
+ }
1921
+
1922
+ return pos;
1923
+ }
1924
+
1925
+ return -1;
1926
+ }
1927
+
1928
+ return -1;
1929
+ }
1930
+ function setCursorPosition(el) {
1931
+ $__default['default'](el).val(el.value);
1932
+ }
1933
+ function copyValues(that) {
1934
+ var searchControls = getSearchControls(that);
1935
+ that.options.valuesFilterControl = [];
1936
+ searchControls.each(function () {
1937
+ var $field = $__default['default'](this);
1938
+
1939
+ if (that.options.height) {
1940
+ var fieldClass = getElementClass($field);
1941
+ $field = $__default['default'](".fixed-table-header .".concat(fieldClass));
1942
+ }
1943
+
1944
+ that.options.valuesFilterControl.push({
1945
+ field: $field.closest('[data-field]').data('field'),
1946
+ value: $field.val(),
1947
+ position: getCursorPosition($field.get(0)),
1948
+ hasFocus: $field.is(':focus')
1949
+ });
1950
+ });
1951
+ }
1952
+ function setValues(that) {
1953
+ var field = null;
1954
+ var result = [];
1955
+ var searchControls = getSearchControls(that);
1956
+
1957
+ if (that.options.valuesFilterControl.length > 0) {
1958
+ // Callback to apply after settings fields values
1959
+ var fieldToFocusCallback = null;
1960
+ searchControls.each(function (i, el) {
1961
+ var $this = $__default['default'](el);
1962
+ field = $this.closest('[data-field]').data('field');
1963
+ result = that.options.valuesFilterControl.filter(function (valueObj) {
1964
+ return valueObj.field === field;
1965
+ });
1966
+
1967
+ if (result.length > 0) {
1968
+ if ($this.is('[type=radio]')) {
1969
+ return;
1970
+ }
1971
+
1972
+ $this.val(result[0].value);
1973
+
1974
+ if (result[0].hasFocus && result[0].value !== '') {
1975
+ // set callback if the field had the focus.
1976
+ fieldToFocusCallback = function (fieldToFocus, carretPosition) {
1977
+ // Closure here to capture the field and cursor position
1978
+ var closedCallback = function closedCallback() {
1979
+ fieldToFocus.focus();
1980
+ setCursorPosition(fieldToFocus);
1981
+ };
1982
+
1983
+ return closedCallback;
1984
+ }($this.get(0), result[0].position);
1985
+ }
1986
+ }
1987
+ }); // Callback call.
1988
+
1989
+ if (fieldToFocusCallback !== null) {
1990
+ fieldToFocusCallback();
1991
+ }
1992
+ }
1993
+ }
1994
+ function collectBootstrapTableFilterCookies() {
1995
+ var cookies = [];
1996
+ var foundCookies = document.cookie.match(/bs\.table\.(filterControl|searchText)/g);
1997
+ var foundLocalStorage = localStorage;
1998
+
1999
+ if (foundCookies) {
2000
+ $__default['default'].each(foundCookies, function (i, _cookie) {
2001
+ var cookie = _cookie;
2002
+
2003
+ if (/./.test(cookie)) {
2004
+ cookie = cookie.split('.').pop();
2005
+ }
2006
+
2007
+ if ($__default['default'].inArray(cookie, cookies) === -1) {
2008
+ cookies.push(cookie);
2009
+ }
2010
+ });
2011
+ }
2012
+
2013
+ if (foundLocalStorage) {
2014
+ for (var i = 0; i < foundLocalStorage.length; i++) {
2015
+ var cookie = foundLocalStorage.key(i);
2016
+
2017
+ if (/./.test(cookie)) {
2018
+ cookie = cookie.split('.').pop();
2019
+ }
2020
+
2021
+ if (!cookies.includes(cookie)) {
2022
+ cookies.push(cookie);
2023
+ }
2024
+ }
2025
+ }
2026
+
2027
+ return cookies;
2028
+ }
2029
+ function escapeID(id) {
2030
+ // eslint-disable-next-line no-useless-escape
2031
+ return String(id).replace(/([:.\[\],])/g, '\\$1');
2032
+ }
2033
+ function isColumnSearchableViaSelect(_ref2) {
2034
+ var filterControl = _ref2.filterControl,
2035
+ searchable = _ref2.searchable;
2036
+ return filterControl && filterControl.toLowerCase() === 'select' && searchable;
2037
+ }
2038
+ function isFilterDataNotGiven(_ref3) {
2039
+ var filterData = _ref3.filterData;
2040
+ return filterData === undefined || filterData.toLowerCase() === 'column';
2041
+ }
2042
+ function hasSelectControlElement(selectControl) {
2043
+ return selectControl && selectControl.length > 0;
2044
+ }
2045
+ function initFilterSelectControls(that) {
2046
+ var data = that.data;
2047
+ var z = that.options.pagination ? that.options.sidePagination === 'server' ? that.pageTo : that.options.totalRows : that.pageTo;
2048
+ $__default['default'].each(that.header.fields, function (j, field) {
2049
+ var column = that.columns[that.fieldsColumnsIndex[field]];
2050
+ var selectControl = getControlContainer(that).find("select.bootstrap-table-filter-control-".concat(escapeID(column.field)));
2051
+
2052
+ if (isColumnSearchableViaSelect(column) && isFilterDataNotGiven(column) && hasSelectControlElement(selectControl)) {
2053
+ if (selectControl.get(selectControl.length - 1).options.length === 0) {
2054
+ // Added the default option, must use a non-breaking space(&nbsp;) to pass the W3C validator
2055
+ addOptionToSelectControl(selectControl, '', column.filterControlPlaceholder || '&nbsp;', column.filterDefault);
2056
+ }
2057
+
2058
+ var uniqueValues = {};
2059
+
2060
+ for (var i = 0; i < z; i++) {
2061
+ // Added a new value
2062
+ var fieldValue = Utils.getItemField(data[i], field, false);
2063
+ var formatter = that.options.editable && column.editable ? column._formatter : that.header.formatters[j];
2064
+ var formattedValue = Utils.calculateObjectValue(that.header, formatter, [fieldValue, data[i], i], fieldValue);
2065
+
2066
+ if (column.filterDataCollector) {
2067
+ formattedValue = Utils.calculateObjectValue(that.header, column.filterDataCollector, [fieldValue, data[i], formattedValue], formattedValue);
2068
+ }
2069
+
2070
+ if (column.searchFormatter) {
2071
+ fieldValue = formattedValue;
2072
+ }
2073
+
2074
+ uniqueValues[formattedValue] = fieldValue;
2075
+
2076
+ if (_typeof(formattedValue) === 'object' && formattedValue !== null) {
2077
+ formattedValue.forEach(function (value) {
2078
+ addOptionToSelectControl(selectControl, value, value, column.filterDefault);
2079
+ });
2080
+ continue;
2081
+ } // eslint-disable-next-line guard-for-in
2082
+
2083
+
2084
+ for (var key in uniqueValues) {
2085
+ addOptionToSelectControl(selectControl, uniqueValues[key], key, column.filterDefault);
2086
+ }
2087
+ }
2088
+
2089
+ sortSelectControl(selectControl, column.filterOrderBy);
2090
+
2091
+ if (that.options.hideUnusedSelectOptions) {
2092
+ hideUnusedSelectOptions(selectControl, uniqueValues);
2093
+ }
2094
+ }
2095
+ });
2096
+ }
2097
+ function getFilterDataMethod(objFilterDataMethod, searchTerm) {
2098
+ var keys = Object.keys(objFilterDataMethod);
2099
+
2100
+ for (var i = 0; i < keys.length; i++) {
2101
+ if (keys[i] === searchTerm) {
2102
+ return objFilterDataMethod[searchTerm];
2103
+ }
2104
+ }
2105
+
2106
+ return null;
2107
+ }
2108
+ function createControls(that, header) {
2109
+ var addedFilterControl = false;
2110
+ var html;
2111
+ $__default['default'].each(that.columns, function (_, column) {
2112
+ html = [];
2113
+
2114
+ if (!column.visible) {
2115
+ return;
2116
+ }
2117
+
2118
+ if (!column.filterControl && !that.options.filterControlContainer) {
2119
+ html.push('<div class="no-filter-control"></div>');
2120
+ } else if (that.options.filterControlContainer) {
2121
+ var $filterControls = $__default['default'](".bootstrap-table-filter-control-".concat(column.field));
2122
+ $__default['default'].each($filterControls, function (_, filterControl) {
2123
+ var $filterControl = $__default['default'](filterControl);
2124
+
2125
+ if (!$filterControl.is('[type=radio]')) {
2126
+ var placeholder = column.filterControlPlaceholder ? column.filterControlPlaceholder : '';
2127
+ $filterControl.attr('placeholder', placeholder).val(column.filterDefault);
2128
+ }
2129
+
2130
+ $filterControl.attr('data-field', column.field);
2131
+ });
2132
+ addedFilterControl = true;
2133
+ } else {
2134
+ var nameControl = column.filterControl.toLowerCase();
2135
+ html.push('<div class="filter-control">');
2136
+ addedFilterControl = true;
2137
+
2138
+ if (column.searchable && that.options.filterTemplate[nameControl]) {
2139
+ html.push(that.options.filterTemplate[nameControl](that, column.field, column.filterControlPlaceholder ? column.filterControlPlaceholder : '', column.filterDefault));
2140
+ }
2141
+ }
2142
+
2143
+ if (!column.filterControl && '' !== column.filterDefault && 'undefined' !== typeof column.filterDefault) {
2144
+ if ($__default['default'].isEmptyObject(that.filterColumnsPartial)) {
2145
+ that.filterColumnsPartial = {};
2146
+ }
2147
+
2148
+ that.filterColumnsPartial[column.field] = column.filterDefault;
2149
+ }
2150
+
2151
+ $__default['default'].each(header.find('th'), function (i, th) {
2152
+ var $th = $__default['default'](th);
2153
+ $th.find('.filter-control').remove();
2154
+
2155
+ if ($th.data('field') === column.field) {
2156
+ $th.find('.fht-cell').append(html.join(''));
2157
+ return false;
2158
+ }
2159
+ });
2160
+
2161
+ if (column.filterData && column.filterData.toLowerCase() !== 'column') {
2162
+ var filterDataType = getFilterDataMethod(
2163
+ /* eslint-disable no-use-before-define */
2164
+ filterDataMethods, column.filterData.substring(0, column.filterData.indexOf(':')));
2165
+ var filterDataSource;
2166
+ var selectControl;
2167
+
2168
+ if (filterDataType) {
2169
+ filterDataSource = column.filterData.substring(column.filterData.indexOf(':') + 1, column.filterData.length);
2170
+ selectControl = header.find(".bootstrap-table-filter-control-".concat(escapeID(column.field)));
2171
+ addOptionToSelectControl(selectControl, '', column.filterControlPlaceholder, column.filterDefault);
2172
+ filterDataType(filterDataSource, selectControl, that.options.filterOrderBy, column.filterDefault);
2173
+ } else {
2174
+ throw new SyntaxError('Error. You should use any of these allowed filter data methods: var, obj, json, url, func.' + ' Use like this: var: {key: "value"}');
2175
+ }
2176
+ }
2177
+ });
2178
+
2179
+ if (addedFilterControl) {
2180
+ header.off('keyup', 'input').on('keyup', 'input', function (_ref4, obj) {
2181
+ var currentTarget = _ref4.currentTarget,
2182
+ keyCode = _ref4.keyCode;
2183
+ syncControls(that); // Simulate enter key action from clear button
2184
+
2185
+ keyCode = obj ? obj.keyCode : keyCode;
2186
+
2187
+ if (that.options.searchOnEnterKey && keyCode !== 13) {
2188
+ return;
2189
+ }
2190
+
2191
+ if ($__default['default'].inArray(keyCode, [37, 38, 39, 40]) > -1) {
2192
+ return;
2193
+ }
2194
+
2195
+ var $currentTarget = $__default['default'](currentTarget);
2196
+
2197
+ if ($currentTarget.is(':checkbox') || $currentTarget.is(':radio')) {
2198
+ return;
2199
+ }
2200
+
2201
+ clearTimeout(currentTarget.timeoutId || 0);
2202
+ currentTarget.timeoutId = setTimeout(function () {
2203
+ that.onColumnSearch({
2204
+ currentTarget: currentTarget,
2205
+ keyCode: keyCode
2206
+ });
2207
+ }, that.options.searchTimeOut);
2208
+ });
2209
+ header.off('change', 'select:not(".ms-offscreen")').on('change', 'select:not(".ms-offscreen")', function (_ref5) {
2210
+ var currentTarget = _ref5.currentTarget,
2211
+ keyCode = _ref5.keyCode;
2212
+ syncControls(that);
2213
+ var $select = $__default['default'](currentTarget);
2214
+ var value = $select.val();
2215
+
2216
+ if (value && value.length > 0 && value.trim()) {
2217
+ $select.find('option[selected]').removeAttr('selected');
2218
+ $select.find("option[value=\"".concat(value, "\"]")).attr('selected', true);
2219
+ } else {
2220
+ $select.find('option[selected]').removeAttr('selected');
2221
+ }
2222
+
2223
+ clearTimeout(currentTarget.timeoutId || 0);
2224
+ currentTarget.timeoutId = setTimeout(function () {
2225
+ that.onColumnSearch({
2226
+ currentTarget: currentTarget,
2227
+ keyCode: keyCode
2228
+ });
2229
+ }, that.options.searchTimeOut);
2230
+ });
2231
+ header.off('mouseup', 'input:not([type=radio])').on('mouseup', 'input:not([type=radio])', function (_ref6) {
2232
+ var currentTarget = _ref6.currentTarget,
2233
+ keyCode = _ref6.keyCode;
2234
+ var $input = $__default['default'](currentTarget);
2235
+ var oldValue = $input.val();
2236
+
2237
+ if (oldValue === '') {
2238
+ return;
2239
+ }
2240
+
2241
+ setTimeout(function () {
2242
+ syncControls(that);
2243
+ var newValue = $input.val();
2244
+
2245
+ if (newValue === '') {
2246
+ clearTimeout(currentTarget.timeoutId || 0);
2247
+ currentTarget.timeoutId = setTimeout(function () {
2248
+ that.onColumnSearch({
2249
+ currentTarget: currentTarget,
2250
+ keyCode: keyCode
2251
+ });
2252
+ }, that.options.searchTimeOut);
2253
+ }
2254
+ }, 1);
2255
+ });
2256
+ header.off('change', 'input[type=radio]').on('change', 'input[type=radio]', function (_ref7) {
2257
+ var currentTarget = _ref7.currentTarget,
2258
+ keyCode = _ref7.keyCode;
2259
+ clearTimeout(currentTarget.timeoutId || 0);
2260
+ currentTarget.timeoutId = setTimeout(function () {
2261
+ syncControls(that);
2262
+ that.onColumnSearch({
2263
+ currentTarget: currentTarget,
2264
+ keyCode: keyCode
2265
+ });
2266
+ }, that.options.searchTimeOut);
2267
+ });
2268
+
2269
+ if (header.find('.date-filter-control').length > 0) {
2270
+ $__default['default'].each(that.columns, function (i, _ref8) {
2271
+ var filterDefault = _ref8.filterDefault,
2272
+ filterControl = _ref8.filterControl,
2273
+ field = _ref8.field,
2274
+ filterDatepickerOptions = _ref8.filterDatepickerOptions;
2275
+
2276
+ if (filterControl !== undefined && filterControl.toLowerCase() === 'datepicker') {
2277
+ var $datepicker = header.find(".date-filter-control.bootstrap-table-filter-control-".concat(field));
2278
+ $datepicker.datepicker(filterDatepickerOptions);
2279
+
2280
+ if (filterDefault) {
2281
+ $datepicker.datepicker('setDate', filterDefault);
2282
+ }
2283
+
2284
+ $datepicker.on('changeDate', function (_ref9) {
2285
+ var currentTarget = _ref9.currentTarget,
2286
+ keyCode = _ref9.keyCode;
2287
+ clearTimeout(currentTarget.timeoutId || 0);
2288
+ currentTarget.timeoutId = setTimeout(function () {
2289
+ syncControls(that);
2290
+ that.onColumnSearch({
2291
+ currentTarget: currentTarget,
2292
+ keyCode: keyCode
2293
+ });
2294
+ }, that.options.searchTimeOut);
2295
+ });
2296
+ }
2297
+ });
2298
+ }
2299
+
2300
+ if (that.options.sidePagination !== 'server' && !that.options.height) {
2301
+ that.triggerSearch();
2302
+ }
2303
+
2304
+ if (!that.options.filterControlVisible) {
2305
+ header.find('.filter-control, .no-filter-control').hide();
2306
+ }
2307
+ } else {
2308
+ header.find('.filter-control, .no-filter-control').hide();
2309
+ }
2310
+
2311
+ that.trigger('created-controls');
2312
+ }
2313
+ function getDirectionOfSelectOptions(_alignment) {
2314
+ var alignment = _alignment === undefined ? 'left' : _alignment.toLowerCase();
2315
+
2316
+ switch (alignment) {
2317
+ case 'left':
2318
+ return 'ltr';
2319
+
2320
+ case 'right':
2321
+ return 'rtl';
2322
+
2323
+ case 'auto':
2324
+ return 'auto';
2325
+
2326
+ default:
2327
+ return 'ltr';
2328
+ }
2329
+ }
2330
+ function syncControls(that) {
2331
+ if (that.options.height) {
2332
+ var controlsTableHeader = that.$tableHeader.find(searchControls);
2333
+ that.$header.find(searchControls).each(function (_, control) {
2334
+ var $control = $__default['default'](control);
2335
+ var controlClass = getElementClass($control);
2336
+ var foundControl = controlsTableHeader.filter(function (_, ele) {
2337
+ var eleClass = getElementClass($__default['default'](ele));
2338
+ return controlClass === eleClass;
2339
+ });
2340
+
2341
+ if (foundControl.length === 0) {
2342
+ return;
2343
+ }
2344
+
2345
+ if ($control.is('select')) {
2346
+ $control.find('option:selected').removeAttr('selected');
2347
+ $control.find("option[value='".concat(foundControl.val(), "']")).attr('selected', true);
2348
+ } else {
2349
+ $control.val(foundControl.val());
2350
+ }
2351
+ });
2352
+ }
2353
+ }
2354
+ var filterDataMethods = {
2355
+ func: function func(filterDataSource, selectControl, filterOrderBy, selected) {
2356
+ var variableValues = window[filterDataSource].apply(); // eslint-disable-next-line guard-for-in
2357
+
2358
+ for (var key in variableValues) {
2359
+ addOptionToSelectControl(selectControl, key, variableValues[key], selected);
2360
+ }
2361
+
2362
+ sortSelectControl(selectControl, filterOrderBy);
2363
+ },
2364
+ obj: function obj(filterDataSource, selectControl, filterOrderBy, selected) {
2365
+ var objectKeys = filterDataSource.split('.');
2366
+ var variableName = objectKeys.shift();
2367
+ var variableValues = window[variableName];
2368
+
2369
+ if (objectKeys.length > 0) {
2370
+ objectKeys.forEach(function (key) {
2371
+ variableValues = variableValues[key];
2372
+ });
2373
+ } // eslint-disable-next-line guard-for-in
2374
+
2375
+
2376
+ for (var key in variableValues) {
2377
+ addOptionToSelectControl(selectControl, key, variableValues[key], selected);
2378
+ }
2379
+
2380
+ sortSelectControl(selectControl, filterOrderBy);
2381
+ },
2382
+ var: function _var(filterDataSource, selectControl, filterOrderBy, selected) {
2383
+ var variableValues = window[filterDataSource];
2384
+ var isArray = Array.isArray(variableValues);
2385
+
2386
+ for (var key in variableValues) {
2387
+ if (isArray) {
2388
+ addOptionToSelectControl(selectControl, variableValues[key], variableValues[key], selected);
2389
+ } else {
2390
+ addOptionToSelectControl(selectControl, key, variableValues[key], selected);
2391
+ }
2392
+ }
2393
+
2394
+ sortSelectControl(selectControl, filterOrderBy);
2395
+ },
2396
+ url: function url(filterDataSource, selectControl, filterOrderBy, selected) {
2397
+ $__default['default'].ajax({
2398
+ url: filterDataSource,
2399
+ dataType: 'json',
2400
+ success: function success(data) {
2401
+ // eslint-disable-next-line guard-for-in
2402
+ for (var key in data) {
2403
+ addOptionToSelectControl(selectControl, key, data[key], selected);
2404
+ }
2405
+
2406
+ sortSelectControl(selectControl, filterOrderBy);
2407
+ }
2408
+ });
2409
+ },
2410
+ json: function json(filterDataSource, selectControl, filterOrderBy, selected) {
2411
+ var variableValues = JSON.parse(filterDataSource); // eslint-disable-next-line guard-for-in
2412
+
2413
+ for (var key in variableValues) {
2414
+ addOptionToSelectControl(selectControl, key, variableValues[key], selected);
2415
+ }
2416
+
2417
+ sortSelectControl(selectControl, filterOrderBy);
2418
+ }
2419
+ };
2420
+
2421
+ exports.addOptionToSelectControl = addOptionToSelectControl;
2422
+ exports.collectBootstrapTableFilterCookies = collectBootstrapTableFilterCookies;
2423
+ exports.copyValues = copyValues;
2424
+ exports.createControls = createControls;
2425
+ exports.escapeID = escapeID;
2426
+ exports.existOptionInSelectControl = existOptionInSelectControl;
2427
+ exports.fixHeaderCSS = fixHeaderCSS;
2428
+ exports.getControlContainer = getControlContainer;
2429
+ exports.getCursorPosition = getCursorPosition;
2430
+ exports.getDirectionOfSelectOptions = getDirectionOfSelectOptions;
2431
+ exports.getElementClass = getElementClass;
2432
+ exports.getFilterDataMethod = getFilterDataMethod;
2433
+ exports.getOptionsFromSelectControl = getOptionsFromSelectControl;
2434
+ exports.getSearchControls = getSearchControls;
2435
+ exports.hasSelectControlElement = hasSelectControlElement;
2436
+ exports.hideUnusedSelectOptions = hideUnusedSelectOptions;
2437
+ exports.initFilterSelectControls = initFilterSelectControls;
2438
+ exports.isColumnSearchableViaSelect = isColumnSearchableViaSelect;
2439
+ exports.isFilterDataNotGiven = isFilterDataNotGiven;
2440
+ exports.setCursorPosition = setCursorPosition;
2441
+ exports.setValues = setValues;
2442
+ exports.sortSelectControl = sortSelectControl;
2443
+ exports.syncControls = syncControls;
2444
+
2445
+ Object.defineProperty(exports, '__esModule', { value: true });
2371
2446
 
2372
2447
  })));