@knovator/pagecreator-admin 1.4.9 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.cjs CHANGED
@@ -41,7 +41,7 @@ var globalThis_1 =
41
41
 
42
42
  var objectGetOwnPropertyDescriptor = {};
43
43
 
44
- var fails$o = function (exec) {
44
+ var fails$p = function (exec) {
45
45
  try {
46
46
  return !!exec();
47
47
  } catch (error) {
@@ -49,17 +49,17 @@ var fails$o = function (exec) {
49
49
  }
50
50
  };
51
51
 
52
- var fails$n = fails$o;
52
+ var fails$o = fails$p;
53
53
 
54
54
  // Detect IE8's incomplete defineProperty implementation
55
- var descriptors = !fails$n(function () {
55
+ var descriptors = !fails$o(function () {
56
56
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
57
57
  return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] !== 7;
58
58
  });
59
59
 
60
- var fails$m = fails$o;
60
+ var fails$n = fails$p;
61
61
 
62
- var functionBindNative = !fails$m(function () {
62
+ var functionBindNative = !fails$n(function () {
63
63
  // eslint-disable-next-line es/no-function-prototype-bind -- safe
64
64
  var test = (function () { /* empty */ }).bind();
65
65
  // eslint-disable-next-line no-prototype-builtins -- safe
@@ -68,10 +68,10 @@ var functionBindNative = !fails$m(function () {
68
68
 
69
69
  var NATIVE_BIND$3 = functionBindNative;
70
70
 
71
- var call$i = Function.prototype.call;
71
+ var call$j = Function.prototype.call;
72
72
  // eslint-disable-next-line es/no-function-prototype-bind -- safe
73
- var functionCall = NATIVE_BIND$3 ? call$i.bind(call$i) : function () {
74
- return call$i.apply(call$i, arguments);
73
+ var functionCall = NATIVE_BIND$3 ? call$j.bind(call$j) : function () {
74
+ return call$j.apply(call$j, arguments);
75
75
  };
76
76
 
77
77
  var objectPropertyIsEnumerable = {};
@@ -90,7 +90,7 @@ objectPropertyIsEnumerable.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
90
90
  return !!descriptor && descriptor.enumerable;
91
91
  } : $propertyIsEnumerable;
92
92
 
93
- var createPropertyDescriptor$3 = function (bitmap, value) {
93
+ var createPropertyDescriptor$4 = function (bitmap, value) {
94
94
  return {
95
95
  enumerable: !(bitmap & 1),
96
96
  configurable: !(bitmap & 2),
@@ -102,39 +102,39 @@ var createPropertyDescriptor$3 = function (bitmap, value) {
102
102
  var NATIVE_BIND$2 = functionBindNative;
103
103
 
104
104
  var FunctionPrototype$2 = Function.prototype;
105
- var call$h = FunctionPrototype$2.call;
105
+ var call$i = FunctionPrototype$2.call;
106
106
  // eslint-disable-next-line es/no-function-prototype-bind -- safe
107
- var uncurryThisWithBind = NATIVE_BIND$2 && FunctionPrototype$2.bind.bind(call$h, call$h);
107
+ var uncurryThisWithBind = NATIVE_BIND$2 && FunctionPrototype$2.bind.bind(call$i, call$i);
108
108
 
109
109
  var functionUncurryThis = NATIVE_BIND$2 ? uncurryThisWithBind : function (fn) {
110
110
  return function () {
111
- return call$h.apply(fn, arguments);
111
+ return call$i.apply(fn, arguments);
112
112
  };
113
113
  };
114
114
 
115
- var uncurryThis$l = functionUncurryThis;
115
+ var uncurryThis$n = functionUncurryThis;
116
116
 
117
- var toString$8 = uncurryThis$l({}.toString);
118
- var stringSlice$5 = uncurryThis$l(''.slice);
117
+ var toString$8 = uncurryThis$n({}.toString);
118
+ var stringSlice$6 = uncurryThis$n(''.slice);
119
119
 
120
120
  var classofRaw$2 = function (it) {
121
- return stringSlice$5(toString$8(it), 8, -1);
121
+ return stringSlice$6(toString$8(it), 8, -1);
122
122
  };
123
123
 
124
- var uncurryThis$k = functionUncurryThis;
125
- var fails$l = fails$o;
126
- var classof$7 = classofRaw$2;
124
+ var uncurryThis$m = functionUncurryThis;
125
+ var fails$m = fails$p;
126
+ var classof$8 = classofRaw$2;
127
127
 
128
128
  var $Object$4 = Object;
129
- var split = uncurryThis$k(''.split);
129
+ var split$1 = uncurryThis$m(''.split);
130
130
 
131
131
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
132
- var indexedObject = fails$l(function () {
132
+ var indexedObject = fails$m(function () {
133
133
  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
134
134
  // eslint-disable-next-line no-prototype-builtins -- safe
135
135
  return !$Object$4('z').propertyIsEnumerable(0);
136
136
  }) ? function (it) {
137
- return classof$7(it) === 'String' ? split(it, '') : $Object$4(it);
137
+ return classof$8(it) === 'String' ? split$1(it, '') : $Object$4(it);
138
138
  } : $Object$4;
139
139
 
140
140
  // we can't use just `it == null` since of `document.all` special case
@@ -168,45 +168,45 @@ var documentAll = typeof document == 'object' && document.all;
168
168
  // `IsCallable` abstract operation
169
169
  // https://tc39.es/ecma262/#sec-iscallable
170
170
  // eslint-disable-next-line unicorn/no-typeof-undefined -- required for testing
171
- var isCallable$l = typeof documentAll == 'undefined' && documentAll !== undefined ? function (argument) {
171
+ var isCallable$m = typeof documentAll == 'undefined' && documentAll !== undefined ? function (argument) {
172
172
  return typeof argument == 'function' || argument === documentAll;
173
173
  } : function (argument) {
174
174
  return typeof argument == 'function';
175
175
  };
176
176
 
177
- var isCallable$k = isCallable$l;
177
+ var isCallable$l = isCallable$m;
178
178
 
179
- var isObject$d = function (it) {
180
- return typeof it == 'object' ? it !== null : isCallable$k(it);
179
+ var isObject$e = function (it) {
180
+ return typeof it == 'object' ? it !== null : isCallable$l(it);
181
181
  };
182
182
 
183
- var globalThis$p = globalThis_1;
184
- var isCallable$j = isCallable$l;
183
+ var globalThis$q = globalThis_1;
184
+ var isCallable$k = isCallable$m;
185
185
 
186
186
  var aFunction = function (argument) {
187
- return isCallable$j(argument) ? argument : undefined;
187
+ return isCallable$k(argument) ? argument : undefined;
188
188
  };
189
189
 
190
- var getBuiltIn$7 = function (namespace, method) {
191
- return arguments.length < 2 ? aFunction(globalThis$p[namespace]) : globalThis$p[namespace] && globalThis$p[namespace][method];
190
+ var getBuiltIn$8 = function (namespace, method) {
191
+ return arguments.length < 2 ? aFunction(globalThis$q[namespace]) : globalThis$q[namespace] && globalThis$q[namespace][method];
192
192
  };
193
193
 
194
- var uncurryThis$j = functionUncurryThis;
194
+ var uncurryThis$l = functionUncurryThis;
195
195
 
196
- var objectIsPrototypeOf = uncurryThis$j({}.isPrototypeOf);
196
+ var objectIsPrototypeOf = uncurryThis$l({}.isPrototypeOf);
197
197
 
198
- var globalThis$o = globalThis_1;
198
+ var globalThis$p = globalThis_1;
199
199
 
200
- var navigator = globalThis$o.navigator;
200
+ var navigator = globalThis$p.navigator;
201
201
  var userAgent$5 = navigator && navigator.userAgent;
202
202
 
203
203
  var environmentUserAgent = userAgent$5 ? String(userAgent$5) : '';
204
204
 
205
- var globalThis$n = globalThis_1;
205
+ var globalThis$o = globalThis_1;
206
206
  var userAgent$4 = environmentUserAgent;
207
207
 
208
- var process$3 = globalThis$n.process;
209
- var Deno$1 = globalThis$n.Deno;
208
+ var process$3 = globalThis$o.process;
209
+ var Deno$1 = globalThis$o.Deno;
210
210
  var versions = process$3 && process$3.versions || Deno$1 && Deno$1.version;
211
211
  var v8 = versions && versions.v8;
212
212
  var match, version;
@@ -232,13 +232,13 @@ var environmentV8Version = version;
232
232
 
233
233
  /* eslint-disable es/no-symbol -- required for testing */
234
234
  var V8_VERSION$1 = environmentV8Version;
235
- var fails$k = fails$o;
236
- var globalThis$m = globalThis_1;
235
+ var fails$l = fails$p;
236
+ var globalThis$n = globalThis_1;
237
237
 
238
- var $String$5 = globalThis$m.String;
238
+ var $String$5 = globalThis$n.String;
239
239
 
240
240
  // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
241
- var symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails$k(function () {
241
+ var symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails$l(function () {
242
242
  var symbol = Symbol('symbol detection');
243
243
  // Chrome 38 Symbol has incorrect toString conversion
244
244
  // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
@@ -256,8 +256,8 @@ var useSymbolAsUid = NATIVE_SYMBOL$1 &&
256
256
  !Symbol.sham &&
257
257
  typeof Symbol.iterator == 'symbol';
258
258
 
259
- var getBuiltIn$6 = getBuiltIn$7;
260
- var isCallable$i = isCallable$l;
259
+ var getBuiltIn$7 = getBuiltIn$8;
260
+ var isCallable$j = isCallable$m;
261
261
  var isPrototypeOf$3 = objectIsPrototypeOf;
262
262
  var USE_SYMBOL_AS_UID$1 = useSymbolAsUid;
263
263
 
@@ -266,8 +266,8 @@ var $Object$3 = Object;
266
266
  var isSymbol$2 = USE_SYMBOL_AS_UID$1 ? function (it) {
267
267
  return typeof it == 'symbol';
268
268
  } : function (it) {
269
- var $Symbol = getBuiltIn$6('Symbol');
270
- return isCallable$i($Symbol) && isPrototypeOf$3($Symbol.prototype, $Object$3(it));
269
+ var $Symbol = getBuiltIn$7('Symbol');
270
+ return isCallable$j($Symbol) && isPrototypeOf$3($Symbol.prototype, $Object$3(it));
271
271
  };
272
272
 
273
273
  var $String$4 = String;
@@ -280,14 +280,14 @@ var tryToString$4 = function (argument) {
280
280
  }
281
281
  };
282
282
 
283
- var isCallable$h = isCallable$l;
283
+ var isCallable$i = isCallable$m;
284
284
  var tryToString$3 = tryToString$4;
285
285
 
286
286
  var $TypeError$e = TypeError;
287
287
 
288
288
  // `Assert: IsCallable(argument) is true`
289
289
  var aCallable$9 = function (argument) {
290
- if (isCallable$h(argument)) return argument;
290
+ if (isCallable$i(argument)) return argument;
291
291
  throw new $TypeError$e(tryToString$3(argument) + ' is not a function');
292
292
  };
293
293
 
@@ -301,9 +301,9 @@ var getMethod$4 = function (V, P) {
301
301
  return isNullOrUndefined$2(func) ? undefined : aCallable$8(func);
302
302
  };
303
303
 
304
- var call$g = functionCall;
305
- var isCallable$g = isCallable$l;
306
- var isObject$c = isObject$d;
304
+ var call$h = functionCall;
305
+ var isCallable$h = isCallable$m;
306
+ var isObject$d = isObject$e;
307
307
 
308
308
  var $TypeError$d = TypeError;
309
309
 
@@ -311,32 +311,34 @@ var $TypeError$d = TypeError;
311
311
  // https://tc39.es/ecma262/#sec-ordinarytoprimitive
312
312
  var ordinaryToPrimitive$1 = function (input, pref) {
313
313
  var fn, val;
314
- if (pref === 'string' && isCallable$g(fn = input.toString) && !isObject$c(val = call$g(fn, input))) return val;
315
- if (isCallable$g(fn = input.valueOf) && !isObject$c(val = call$g(fn, input))) return val;
316
- if (pref !== 'string' && isCallable$g(fn = input.toString) && !isObject$c(val = call$g(fn, input))) return val;
314
+ if (pref === 'string' && isCallable$h(fn = input.toString) && !isObject$d(val = call$h(fn, input))) return val;
315
+ if (isCallable$h(fn = input.valueOf) && !isObject$d(val = call$h(fn, input))) return val;
316
+ if (pref !== 'string' && isCallable$h(fn = input.toString) && !isObject$d(val = call$h(fn, input))) return val;
317
317
  throw new $TypeError$d("Can't convert object to primitive value");
318
318
  };
319
319
 
320
320
  var sharedStore = {exports: {}};
321
321
 
322
- var globalThis$l = globalThis_1;
322
+ var isPure = false;
323
+
324
+ var globalThis$m = globalThis_1;
323
325
 
324
326
  // eslint-disable-next-line es/no-object-defineproperty -- safe
325
327
  var defineProperty$6 = Object.defineProperty;
326
328
 
327
329
  var defineGlobalProperty$3 = function (key, value) {
328
330
  try {
329
- defineProperty$6(globalThis$l, key, { value: value, configurable: true, writable: true });
331
+ defineProperty$6(globalThis$m, key, { value: value, configurable: true, writable: true });
330
332
  } catch (error) {
331
- globalThis$l[key] = value;
333
+ globalThis$m[key] = value;
332
334
  } return value;
333
335
  };
334
336
 
335
- var globalThis$k = globalThis_1;
337
+ var globalThis$l = globalThis_1;
336
338
  var defineGlobalProperty$2 = defineGlobalProperty$3;
337
339
 
338
340
  var SHARED = '__core-js_shared__';
339
- var store$3 = sharedStore.exports = globalThis$k[SHARED] || defineGlobalProperty$2(SHARED, {});
341
+ var store$3 = sharedStore.exports = globalThis$l[SHARED] || defineGlobalProperty$2(SHARED, {});
340
342
 
341
343
  (store$3.versions || (store$3.versions = [])).push({
342
344
  version: '3.47.0',
@@ -362,10 +364,10 @@ var toObject$5 = function (argument) {
362
364
  return $Object$2(requireObjectCoercible$5(argument));
363
365
  };
364
366
 
365
- var uncurryThis$i = functionUncurryThis;
367
+ var uncurryThis$k = functionUncurryThis;
366
368
  var toObject$4 = toObject$5;
367
369
 
368
- var hasOwnProperty = uncurryThis$i({}.hasOwnProperty);
370
+ var hasOwnProperty = uncurryThis$k({}.hasOwnProperty);
369
371
 
370
372
  // `HasOwnProperty` abstract operation
371
373
  // https://tc39.es/ecma262/#sec-hasownproperty
@@ -374,55 +376,55 @@ var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
374
376
  return hasOwnProperty(toObject$4(it), key);
375
377
  };
376
378
 
377
- var uncurryThis$h = functionUncurryThis;
379
+ var uncurryThis$j = functionUncurryThis;
378
380
 
379
381
  var id = 0;
380
382
  var postfix = Math.random();
381
- var toString$7 = uncurryThis$h(1.1.toString);
383
+ var toString$7 = uncurryThis$j(1.1.toString);
382
384
 
383
385
  var uid$2 = function (key) {
384
386
  return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$7(++id + postfix, 36);
385
387
  };
386
388
 
387
- var globalThis$j = globalThis_1;
389
+ var globalThis$k = globalThis_1;
388
390
  var shared$3 = shared$4;
389
- var hasOwn$a = hasOwnProperty_1;
391
+ var hasOwn$b = hasOwnProperty_1;
390
392
  var uid$1 = uid$2;
391
393
  var NATIVE_SYMBOL = symbolConstructorDetection;
392
394
  var USE_SYMBOL_AS_UID = useSymbolAsUid;
393
395
 
394
- var Symbol$2 = globalThis$j.Symbol;
396
+ var Symbol$2 = globalThis$k.Symbol;
395
397
  var WellKnownSymbolsStore = shared$3('wks');
396
398
  var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol$2['for'] || Symbol$2 : Symbol$2 && Symbol$2.withoutSetter || uid$1;
397
399
 
398
- var wellKnownSymbol$i = function (name) {
399
- if (!hasOwn$a(WellKnownSymbolsStore, name)) {
400
- WellKnownSymbolsStore[name] = NATIVE_SYMBOL && hasOwn$a(Symbol$2, name)
400
+ var wellKnownSymbol$k = function (name) {
401
+ if (!hasOwn$b(WellKnownSymbolsStore, name)) {
402
+ WellKnownSymbolsStore[name] = NATIVE_SYMBOL && hasOwn$b(Symbol$2, name)
401
403
  ? Symbol$2[name]
402
404
  : createWellKnownSymbol('Symbol.' + name);
403
405
  } return WellKnownSymbolsStore[name];
404
406
  };
405
407
 
406
- var call$f = functionCall;
407
- var isObject$b = isObject$d;
408
+ var call$g = functionCall;
409
+ var isObject$c = isObject$e;
408
410
  var isSymbol$1 = isSymbol$2;
409
411
  var getMethod$3 = getMethod$4;
410
412
  var ordinaryToPrimitive = ordinaryToPrimitive$1;
411
- var wellKnownSymbol$h = wellKnownSymbol$i;
413
+ var wellKnownSymbol$j = wellKnownSymbol$k;
412
414
 
413
415
  var $TypeError$c = TypeError;
414
- var TO_PRIMITIVE = wellKnownSymbol$h('toPrimitive');
416
+ var TO_PRIMITIVE = wellKnownSymbol$j('toPrimitive');
415
417
 
416
418
  // `ToPrimitive` abstract operation
417
419
  // https://tc39.es/ecma262/#sec-toprimitive
418
420
  var toPrimitive$1 = function (input, pref) {
419
- if (!isObject$b(input) || isSymbol$1(input)) return input;
421
+ if (!isObject$c(input) || isSymbol$1(input)) return input;
420
422
  var exoticToPrim = getMethod$3(input, TO_PRIMITIVE);
421
423
  var result;
422
424
  if (exoticToPrim) {
423
425
  if (pref === undefined) pref = 'default';
424
- result = call$f(exoticToPrim, input, pref);
425
- if (!isObject$b(result) || isSymbol$1(result)) return result;
426
+ result = call$g(exoticToPrim, input, pref);
427
+ if (!isObject$c(result) || isSymbol$1(result)) return result;
426
428
  throw new $TypeError$c("Can't convert object to primitive value");
427
429
  }
428
430
  if (pref === undefined) pref = 'number';
@@ -439,36 +441,36 @@ var toPropertyKey$2 = function (argument) {
439
441
  return isSymbol(key) ? key : key + '';
440
442
  };
441
443
 
442
- var globalThis$i = globalThis_1;
443
- var isObject$a = isObject$d;
444
+ var globalThis$j = globalThis_1;
445
+ var isObject$b = isObject$e;
444
446
 
445
- var document$3 = globalThis$i.document;
447
+ var document$3 = globalThis$j.document;
446
448
  // typeof document.createElement is 'object' in old IE
447
- var EXISTS$1 = isObject$a(document$3) && isObject$a(document$3.createElement);
449
+ var EXISTS$1 = isObject$b(document$3) && isObject$b(document$3.createElement);
448
450
 
449
451
  var documentCreateElement$2 = function (it) {
450
452
  return EXISTS$1 ? document$3.createElement(it) : {};
451
453
  };
452
454
 
453
- var DESCRIPTORS$b = descriptors;
454
- var fails$j = fails$o;
455
+ var DESCRIPTORS$d = descriptors;
456
+ var fails$k = fails$p;
455
457
  var createElement$1 = documentCreateElement$2;
456
458
 
457
459
  // Thanks to IE8 for its funny defineProperty
458
- var ie8DomDefine = !DESCRIPTORS$b && !fails$j(function () {
460
+ var ie8DomDefine = !DESCRIPTORS$d && !fails$k(function () {
459
461
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
460
462
  return Object.defineProperty(createElement$1('div'), 'a', {
461
463
  get: function () { return 7; }
462
464
  }).a !== 7;
463
465
  });
464
466
 
465
- var DESCRIPTORS$a = descriptors;
466
- var call$e = functionCall;
467
+ var DESCRIPTORS$c = descriptors;
468
+ var call$f = functionCall;
467
469
  var propertyIsEnumerableModule$1 = objectPropertyIsEnumerable;
468
- var createPropertyDescriptor$2 = createPropertyDescriptor$3;
470
+ var createPropertyDescriptor$3 = createPropertyDescriptor$4;
469
471
  var toIndexedObject$4 = toIndexedObject$5;
470
472
  var toPropertyKey$1 = toPropertyKey$2;
471
- var hasOwn$9 = hasOwnProperty_1;
473
+ var hasOwn$a = hasOwnProperty_1;
472
474
  var IE8_DOM_DEFINE$1 = ie8DomDefine;
473
475
 
474
476
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
@@ -476,23 +478,23 @@ var $getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
476
478
 
477
479
  // `Object.getOwnPropertyDescriptor` method
478
480
  // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
479
- objectGetOwnPropertyDescriptor.f = DESCRIPTORS$a ? $getOwnPropertyDescriptor$1 : function getOwnPropertyDescriptor(O, P) {
481
+ objectGetOwnPropertyDescriptor.f = DESCRIPTORS$c ? $getOwnPropertyDescriptor$1 : function getOwnPropertyDescriptor(O, P) {
480
482
  O = toIndexedObject$4(O);
481
483
  P = toPropertyKey$1(P);
482
484
  if (IE8_DOM_DEFINE$1) try {
483
485
  return $getOwnPropertyDescriptor$1(O, P);
484
486
  } catch (error) { /* empty */ }
485
- if (hasOwn$9(O, P)) return createPropertyDescriptor$2(!call$e(propertyIsEnumerableModule$1.f, O, P), O[P]);
487
+ if (hasOwn$a(O, P)) return createPropertyDescriptor$3(!call$f(propertyIsEnumerableModule$1.f, O, P), O[P]);
486
488
  };
487
489
 
488
490
  var objectDefineProperty = {};
489
491
 
490
- var DESCRIPTORS$9 = descriptors;
491
- var fails$i = fails$o;
492
+ var DESCRIPTORS$b = descriptors;
493
+ var fails$j = fails$p;
492
494
 
493
495
  // V8 ~ Chrome 36-
494
496
  // https://bugs.chromium.org/p/v8/issues/detail?id=3334
495
- var v8PrototypeDefineBug = DESCRIPTORS$9 && fails$i(function () {
497
+ var v8PrototypeDefineBug = DESCRIPTORS$b && fails$j(function () {
496
498
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
497
499
  return Object.defineProperty(function () { /* empty */ }, 'prototype', {
498
500
  value: 42,
@@ -500,21 +502,21 @@ var v8PrototypeDefineBug = DESCRIPTORS$9 && fails$i(function () {
500
502
  }).prototype !== 42;
501
503
  });
502
504
 
503
- var isObject$9 = isObject$d;
505
+ var isObject$a = isObject$e;
504
506
 
505
507
  var $String$3 = String;
506
508
  var $TypeError$b = TypeError;
507
509
 
508
510
  // `Assert: Type(argument) is Object`
509
- var anObject$d = function (argument) {
510
- if (isObject$9(argument)) return argument;
511
+ var anObject$e = function (argument) {
512
+ if (isObject$a(argument)) return argument;
511
513
  throw new $TypeError$b($String$3(argument) + ' is not an object');
512
514
  };
513
515
 
514
- var DESCRIPTORS$8 = descriptors;
516
+ var DESCRIPTORS$a = descriptors;
515
517
  var IE8_DOM_DEFINE = ie8DomDefine;
516
518
  var V8_PROTOTYPE_DEFINE_BUG$1 = v8PrototypeDefineBug;
517
- var anObject$c = anObject$d;
519
+ var anObject$d = anObject$e;
518
520
  var toPropertyKey = toPropertyKey$2;
519
521
 
520
522
  var $TypeError$a = TypeError;
@@ -528,10 +530,10 @@ var WRITABLE = 'writable';
528
530
 
529
531
  // `Object.defineProperty` method
530
532
  // https://tc39.es/ecma262/#sec-object.defineproperty
531
- objectDefineProperty.f = DESCRIPTORS$8 ? V8_PROTOTYPE_DEFINE_BUG$1 ? function defineProperty(O, P, Attributes) {
532
- anObject$c(O);
533
+ objectDefineProperty.f = DESCRIPTORS$a ? V8_PROTOTYPE_DEFINE_BUG$1 ? function defineProperty(O, P, Attributes) {
534
+ anObject$d(O);
533
535
  P = toPropertyKey(P);
534
- anObject$c(Attributes);
536
+ anObject$d(Attributes);
535
537
  if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
536
538
  var current = $getOwnPropertyDescriptor(O, P);
537
539
  if (current && current[WRITABLE]) {
@@ -544,9 +546,9 @@ objectDefineProperty.f = DESCRIPTORS$8 ? V8_PROTOTYPE_DEFINE_BUG$1 ? function de
544
546
  }
545
547
  } return $defineProperty(O, P, Attributes);
546
548
  } : $defineProperty : function defineProperty(O, P, Attributes) {
547
- anObject$c(O);
549
+ anObject$d(O);
548
550
  P = toPropertyKey(P);
549
- anObject$c(Attributes);
551
+ anObject$d(Attributes);
550
552
  if (IE8_DOM_DEFINE) try {
551
553
  return $defineProperty(O, P, Attributes);
552
554
  } catch (error) { /* empty */ }
@@ -555,12 +557,12 @@ objectDefineProperty.f = DESCRIPTORS$8 ? V8_PROTOTYPE_DEFINE_BUG$1 ? function de
555
557
  return O;
556
558
  };
557
559
 
558
- var DESCRIPTORS$7 = descriptors;
560
+ var DESCRIPTORS$9 = descriptors;
559
561
  var definePropertyModule$3 = objectDefineProperty;
560
- var createPropertyDescriptor$1 = createPropertyDescriptor$3;
562
+ var createPropertyDescriptor$2 = createPropertyDescriptor$4;
561
563
 
562
- var createNonEnumerableProperty$5 = DESCRIPTORS$7 ? function (object, key, value) {
563
- return definePropertyModule$3.f(object, key, createPropertyDescriptor$1(1, value));
564
+ var createNonEnumerableProperty$5 = DESCRIPTORS$9 ? function (object, key, value) {
565
+ return definePropertyModule$3.f(object, key, createPropertyDescriptor$2(1, value));
564
566
  } : function (object, key, value) {
565
567
  object[key] = value;
566
568
  return object;
@@ -568,17 +570,17 @@ var createNonEnumerableProperty$5 = DESCRIPTORS$7 ? function (object, key, value
568
570
 
569
571
  var makeBuiltIn$3 = {exports: {}};
570
572
 
571
- var DESCRIPTORS$6 = descriptors;
572
- var hasOwn$8 = hasOwnProperty_1;
573
+ var DESCRIPTORS$8 = descriptors;
574
+ var hasOwn$9 = hasOwnProperty_1;
573
575
 
574
576
  var FunctionPrototype$1 = Function.prototype;
575
577
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
576
- var getDescriptor = DESCRIPTORS$6 && Object.getOwnPropertyDescriptor;
578
+ var getDescriptor = DESCRIPTORS$8 && Object.getOwnPropertyDescriptor;
577
579
 
578
- var EXISTS = hasOwn$8(FunctionPrototype$1, 'name');
580
+ var EXISTS = hasOwn$9(FunctionPrototype$1, 'name');
579
581
  // additional protection from minified / mangled / dropped function names
580
582
  var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';
581
- var CONFIGURABLE = EXISTS && (!DESCRIPTORS$6 || (DESCRIPTORS$6 && getDescriptor(FunctionPrototype$1, 'name').configurable));
583
+ var CONFIGURABLE = EXISTS && (!DESCRIPTORS$8 || (DESCRIPTORS$8 && getDescriptor(FunctionPrototype$1, 'name').configurable));
582
584
 
583
585
  var functionName = {
584
586
  EXISTS: EXISTS,
@@ -586,14 +588,14 @@ var functionName = {
586
588
  CONFIGURABLE: CONFIGURABLE
587
589
  };
588
590
 
589
- var uncurryThis$g = functionUncurryThis;
590
- var isCallable$f = isCallable$l;
591
+ var uncurryThis$i = functionUncurryThis;
592
+ var isCallable$g = isCallable$m;
591
593
  var store$1 = sharedStore.exports;
592
594
 
593
- var functionToString = uncurryThis$g(Function.toString);
595
+ var functionToString = uncurryThis$i(Function.toString);
594
596
 
595
597
  // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
596
- if (!isCallable$f(store$1.inspectSource)) {
598
+ if (!isCallable$g(store$1.inspectSource)) {
597
599
  store$1.inspectSource = function (it) {
598
600
  return functionToString(it);
599
601
  };
@@ -601,12 +603,12 @@ if (!isCallable$f(store$1.inspectSource)) {
601
603
 
602
604
  var inspectSource$3 = store$1.inspectSource;
603
605
 
604
- var globalThis$h = globalThis_1;
605
- var isCallable$e = isCallable$l;
606
+ var globalThis$i = globalThis_1;
607
+ var isCallable$f = isCallable$m;
606
608
 
607
- var WeakMap$1 = globalThis$h.WeakMap;
609
+ var WeakMap$1 = globalThis$i.WeakMap;
608
610
 
609
- var weakMapBasicDetection = isCallable$e(WeakMap$1) && /native code/.test(String(WeakMap$1));
611
+ var weakMapBasicDetection = isCallable$f(WeakMap$1) && /native code/.test(String(WeakMap$1));
610
612
 
611
613
  var shared$2 = shared$4;
612
614
  var uid = uid$2;
@@ -620,17 +622,17 @@ var sharedKey$3 = function (key) {
620
622
  var hiddenKeys$4 = {};
621
623
 
622
624
  var NATIVE_WEAK_MAP = weakMapBasicDetection;
623
- var globalThis$g = globalThis_1;
624
- var isObject$8 = isObject$d;
625
+ var globalThis$h = globalThis_1;
626
+ var isObject$9 = isObject$e;
625
627
  var createNonEnumerableProperty$4 = createNonEnumerableProperty$5;
626
- var hasOwn$7 = hasOwnProperty_1;
628
+ var hasOwn$8 = hasOwnProperty_1;
627
629
  var shared$1 = sharedStore.exports;
628
630
  var sharedKey$2 = sharedKey$3;
629
631
  var hiddenKeys$3 = hiddenKeys$4;
630
632
 
631
633
  var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
632
- var TypeError$2 = globalThis$g.TypeError;
633
- var WeakMap = globalThis$g.WeakMap;
634
+ var TypeError$3 = globalThis$h.TypeError;
635
+ var WeakMap = globalThis$h.WeakMap;
634
636
  var set$1, get, has;
635
637
 
636
638
  var enforce = function (it) {
@@ -640,8 +642,8 @@ var enforce = function (it) {
640
642
  var getterFor = function (TYPE) {
641
643
  return function (it) {
642
644
  var state;
643
- if (!isObject$8(it) || (state = get(it)).type !== TYPE) {
644
- throw new TypeError$2('Incompatible receiver, ' + TYPE + ' required');
645
+ if (!isObject$9(it) || (state = get(it)).type !== TYPE) {
646
+ throw new TypeError$3('Incompatible receiver, ' + TYPE + ' required');
645
647
  } return state;
646
648
  };
647
649
  };
@@ -654,7 +656,7 @@ if (NATIVE_WEAK_MAP || shared$1.state) {
654
656
  store.set = store.set;
655
657
  /* eslint-enable no-self-assign -- prototype methods protection */
656
658
  set$1 = function (it, metadata) {
657
- if (store.has(it)) throw new TypeError$2(OBJECT_ALREADY_INITIALIZED);
659
+ if (store.has(it)) throw new TypeError$3(OBJECT_ALREADY_INITIALIZED);
658
660
  metadata.facade = it;
659
661
  store.set(it, metadata);
660
662
  return metadata;
@@ -669,16 +671,16 @@ if (NATIVE_WEAK_MAP || shared$1.state) {
669
671
  var STATE = sharedKey$2('state');
670
672
  hiddenKeys$3[STATE] = true;
671
673
  set$1 = function (it, metadata) {
672
- if (hasOwn$7(it, STATE)) throw new TypeError$2(OBJECT_ALREADY_INITIALIZED);
674
+ if (hasOwn$8(it, STATE)) throw new TypeError$3(OBJECT_ALREADY_INITIALIZED);
673
675
  metadata.facade = it;
674
676
  createNonEnumerableProperty$4(it, STATE, metadata);
675
677
  return metadata;
676
678
  };
677
679
  get = function (it) {
678
- return hasOwn$7(it, STATE) ? it[STATE] : {};
680
+ return hasOwn$8(it, STATE) ? it[STATE] : {};
679
681
  };
680
682
  has = function (it) {
681
- return hasOwn$7(it, STATE);
683
+ return hasOwn$8(it, STATE);
682
684
  };
683
685
  }
684
686
 
@@ -690,71 +692,71 @@ var internalState = {
690
692
  getterFor: getterFor
691
693
  };
692
694
 
693
- var uncurryThis$f = functionUncurryThis;
694
- var fails$h = fails$o;
695
- var isCallable$d = isCallable$l;
696
- var hasOwn$6 = hasOwnProperty_1;
697
- var DESCRIPTORS$5 = descriptors;
695
+ var uncurryThis$h = functionUncurryThis;
696
+ var fails$i = fails$p;
697
+ var isCallable$e = isCallable$m;
698
+ var hasOwn$7 = hasOwnProperty_1;
699
+ var DESCRIPTORS$7 = descriptors;
698
700
  var CONFIGURABLE_FUNCTION_NAME$1 = functionName.CONFIGURABLE;
699
701
  var inspectSource$2 = inspectSource$3;
700
- var InternalStateModule$2 = internalState;
702
+ var InternalStateModule$3 = internalState;
701
703
 
702
- var enforceInternalState = InternalStateModule$2.enforce;
703
- var getInternalState$2 = InternalStateModule$2.get;
704
+ var enforceInternalState = InternalStateModule$3.enforce;
705
+ var getInternalState$2 = InternalStateModule$3.get;
704
706
  var $String$2 = String;
705
707
  // eslint-disable-next-line es/no-object-defineproperty -- safe
706
708
  var defineProperty$5 = Object.defineProperty;
707
- var stringSlice$4 = uncurryThis$f(''.slice);
708
- var replace$3 = uncurryThis$f(''.replace);
709
- var join = uncurryThis$f([].join);
709
+ var stringSlice$5 = uncurryThis$h(''.slice);
710
+ var replace$4 = uncurryThis$h(''.replace);
711
+ var join$2 = uncurryThis$h([].join);
710
712
 
711
- var CONFIGURABLE_LENGTH = DESCRIPTORS$5 && !fails$h(function () {
713
+ var CONFIGURABLE_LENGTH = DESCRIPTORS$7 && !fails$i(function () {
712
714
  return defineProperty$5(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
713
715
  });
714
716
 
715
717
  var TEMPLATE = String(String).split('String');
716
718
 
717
719
  var makeBuiltIn$2 = makeBuiltIn$3.exports = function (value, name, options) {
718
- if (stringSlice$4($String$2(name), 0, 7) === 'Symbol(') {
719
- name = '[' + replace$3($String$2(name), /^Symbol\(([^)]*)\).*$/, '$1') + ']';
720
+ if (stringSlice$5($String$2(name), 0, 7) === 'Symbol(') {
721
+ name = '[' + replace$4($String$2(name), /^Symbol\(([^)]*)\).*$/, '$1') + ']';
720
722
  }
721
723
  if (options && options.getter) name = 'get ' + name;
722
724
  if (options && options.setter) name = 'set ' + name;
723
- if (!hasOwn$6(value, 'name') || (CONFIGURABLE_FUNCTION_NAME$1 && value.name !== name)) {
724
- if (DESCRIPTORS$5) defineProperty$5(value, 'name', { value: name, configurable: true });
725
+ if (!hasOwn$7(value, 'name') || (CONFIGURABLE_FUNCTION_NAME$1 && value.name !== name)) {
726
+ if (DESCRIPTORS$7) defineProperty$5(value, 'name', { value: name, configurable: true });
725
727
  else value.name = name;
726
728
  }
727
- if (CONFIGURABLE_LENGTH && options && hasOwn$6(options, 'arity') && value.length !== options.arity) {
729
+ if (CONFIGURABLE_LENGTH && options && hasOwn$7(options, 'arity') && value.length !== options.arity) {
728
730
  defineProperty$5(value, 'length', { value: options.arity });
729
731
  }
730
732
  try {
731
- if (options && hasOwn$6(options, 'constructor') && options.constructor) {
732
- if (DESCRIPTORS$5) defineProperty$5(value, 'prototype', { writable: false });
733
+ if (options && hasOwn$7(options, 'constructor') && options.constructor) {
734
+ if (DESCRIPTORS$7) defineProperty$5(value, 'prototype', { writable: false });
733
735
  // in V8 ~ Chrome 53, prototypes of some methods, like `Array.prototype.values`, are non-writable
734
736
  } else if (value.prototype) value.prototype = undefined;
735
737
  } catch (error) { /* empty */ }
736
738
  var state = enforceInternalState(value);
737
- if (!hasOwn$6(state, 'source')) {
738
- state.source = join(TEMPLATE, typeof name == 'string' ? name : '');
739
+ if (!hasOwn$7(state, 'source')) {
740
+ state.source = join$2(TEMPLATE, typeof name == 'string' ? name : '');
739
741
  } return value;
740
742
  };
741
743
 
742
744
  // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
743
745
  // eslint-disable-next-line no-extend-native -- required
744
746
  Function.prototype.toString = makeBuiltIn$2(function toString() {
745
- return isCallable$d(this) && getInternalState$2(this).source || inspectSource$2(this);
747
+ return isCallable$e(this) && getInternalState$2(this).source || inspectSource$2(this);
746
748
  }, 'toString');
747
749
 
748
- var isCallable$c = isCallable$l;
750
+ var isCallable$d = isCallable$m;
749
751
  var definePropertyModule$2 = objectDefineProperty;
750
752
  var makeBuiltIn$1 = makeBuiltIn$3.exports;
751
753
  var defineGlobalProperty$1 = defineGlobalProperty$3;
752
754
 
753
- var defineBuiltIn$7 = function (O, key, value, options) {
755
+ var defineBuiltIn$9 = function (O, key, value, options) {
754
756
  if (!options) options = {};
755
757
  var simple = options.enumerable;
756
758
  var name = options.name !== undefined ? options.name : key;
757
- if (isCallable$c(value)) makeBuiltIn$1(value, name, options);
759
+ if (isCallable$d(value)) makeBuiltIn$1(value, name, options);
758
760
  if (options.global) {
759
761
  if (simple) O[key] = value;
760
762
  else defineGlobalProperty$1(key, value);
@@ -776,14 +778,14 @@ var defineBuiltIn$7 = function (O, key, value, options) {
776
778
  var objectGetOwnPropertyNames = {};
777
779
 
778
780
  var ceil = Math.ceil;
779
- var floor$1 = Math.floor;
781
+ var floor$2 = Math.floor;
780
782
 
781
783
  // `Math.trunc` method
782
784
  // https://tc39.es/ecma262/#sec-math.trunc
783
785
  // eslint-disable-next-line es/no-math-trunc -- safe
784
786
  var mathTrunc = Math.trunc || function trunc(x) {
785
787
  var n = +x;
786
- return (n > 0 ? floor$1 : ceil)(n);
788
+ return (n > 0 ? floor$2 : ceil)(n);
787
789
  };
788
790
 
789
791
  var trunc = mathTrunc;
@@ -804,7 +806,7 @@ var min$2 = Math.min;
804
806
  // Helper for a popular repeating case of the spec:
805
807
  // Let integer be ? ToInteger(index).
806
808
  // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
807
- var toAbsoluteIndex$1 = function (index, length) {
809
+ var toAbsoluteIndex$2 = function (index, length) {
808
810
  var integer = toIntegerOrInfinity$3(index);
809
811
  return integer < 0 ? max$1(integer + length, 0) : min$2(integer, length);
810
812
  };
@@ -829,7 +831,7 @@ var lengthOfArrayLike$3 = function (obj) {
829
831
  };
830
832
 
831
833
  var toIndexedObject$3 = toIndexedObject$5;
832
- var toAbsoluteIndex = toAbsoluteIndex$1;
834
+ var toAbsoluteIndex$1 = toAbsoluteIndex$2;
833
835
  var lengthOfArrayLike$2 = lengthOfArrayLike$3;
834
836
 
835
837
  // `Array.prototype.{ indexOf, includes }` methods implementation
@@ -838,7 +840,7 @@ var createMethod$3 = function (IS_INCLUDES) {
838
840
  var O = toIndexedObject$3($this);
839
841
  var length = lengthOfArrayLike$2(O);
840
842
  if (length === 0) return !IS_INCLUDES && -1;
841
- var index = toAbsoluteIndex(fromIndex, length);
843
+ var index = toAbsoluteIndex$1(fromIndex, length);
842
844
  var value;
843
845
  // Array#includes uses SameValueZero equality algorithm
844
846
  // eslint-disable-next-line no-self-compare -- NaN check
@@ -862,23 +864,23 @@ var arrayIncludes = {
862
864
  indexOf: createMethod$3(false)
863
865
  };
864
866
 
865
- var uncurryThis$e = functionUncurryThis;
866
- var hasOwn$5 = hasOwnProperty_1;
867
+ var uncurryThis$g = functionUncurryThis;
868
+ var hasOwn$6 = hasOwnProperty_1;
867
869
  var toIndexedObject$2 = toIndexedObject$5;
868
870
  var indexOf$1 = arrayIncludes.indexOf;
869
871
  var hiddenKeys$2 = hiddenKeys$4;
870
872
 
871
- var push$1 = uncurryThis$e([].push);
873
+ var push$2 = uncurryThis$g([].push);
872
874
 
873
875
  var objectKeysInternal = function (object, names) {
874
876
  var O = toIndexedObject$2(object);
875
877
  var i = 0;
876
878
  var result = [];
877
879
  var key;
878
- for (key in O) !hasOwn$5(hiddenKeys$2, key) && hasOwn$5(O, key) && push$1(result, key);
880
+ for (key in O) !hasOwn$6(hiddenKeys$2, key) && hasOwn$6(O, key) && push$2(result, key);
879
881
  // Don't enum bug & hidden keys
880
- while (names.length > i) if (hasOwn$5(O, key = names[i++])) {
881
- ~indexOf$1(result, key) || push$1(result, key);
882
+ while (names.length > i) if (hasOwn$6(O, key = names[i++])) {
883
+ ~indexOf$1(result, key) || push$2(result, key);
882
884
  }
883
885
  return result;
884
886
  };
@@ -911,22 +913,22 @@ var objectGetOwnPropertySymbols = {};
911
913
  // eslint-disable-next-line es/no-object-getownpropertysymbols -- safe
912
914
  objectGetOwnPropertySymbols.f = Object.getOwnPropertySymbols;
913
915
 
914
- var getBuiltIn$5 = getBuiltIn$7;
915
- var uncurryThis$d = functionUncurryThis;
916
+ var getBuiltIn$6 = getBuiltIn$8;
917
+ var uncurryThis$f = functionUncurryThis;
916
918
  var getOwnPropertyNamesModule = objectGetOwnPropertyNames;
917
919
  var getOwnPropertySymbolsModule$1 = objectGetOwnPropertySymbols;
918
- var anObject$b = anObject$d;
920
+ var anObject$c = anObject$e;
919
921
 
920
- var concat$2 = uncurryThis$d([].concat);
922
+ var concat$2 = uncurryThis$f([].concat);
921
923
 
922
924
  // all object keys, includes non-enumerable and symbols
923
- var ownKeys$1 = getBuiltIn$5('Reflect', 'ownKeys') || function ownKeys(it) {
924
- var keys = getOwnPropertyNamesModule.f(anObject$b(it));
925
+ var ownKeys$1 = getBuiltIn$6('Reflect', 'ownKeys') || function ownKeys(it) {
926
+ var keys = getOwnPropertyNamesModule.f(anObject$c(it));
925
927
  var getOwnPropertySymbols = getOwnPropertySymbolsModule$1.f;
926
928
  return getOwnPropertySymbols ? concat$2(keys, getOwnPropertySymbols(it)) : keys;
927
929
  };
928
930
 
929
- var hasOwn$4 = hasOwnProperty_1;
931
+ var hasOwn$5 = hasOwnProperty_1;
930
932
  var ownKeys = ownKeys$1;
931
933
  var getOwnPropertyDescriptorModule = objectGetOwnPropertyDescriptor;
932
934
  var definePropertyModule$1 = objectDefineProperty;
@@ -937,14 +939,14 @@ var copyConstructorProperties$1 = function (target, source, exceptions) {
937
939
  var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
938
940
  for (var i = 0; i < keys.length; i++) {
939
941
  var key = keys[i];
940
- if (!hasOwn$4(target, key) && !(exceptions && hasOwn$4(exceptions, key))) {
942
+ if (!hasOwn$5(target, key) && !(exceptions && hasOwn$5(exceptions, key))) {
941
943
  defineProperty(target, key, getOwnPropertyDescriptor(source, key));
942
944
  }
943
945
  }
944
946
  };
945
947
 
946
- var fails$g = fails$o;
947
- var isCallable$b = isCallable$l;
948
+ var fails$h = fails$p;
949
+ var isCallable$c = isCallable$m;
948
950
 
949
951
  var replacement = /#|\.prototype\./;
950
952
 
@@ -952,7 +954,7 @@ var isForced$2 = function (feature, detection) {
952
954
  var value = data[normalize(feature)];
953
955
  return value === POLYFILL ? true
954
956
  : value === NATIVE ? false
955
- : isCallable$b(detection) ? fails$g(detection)
957
+ : isCallable$c(detection) ? fails$h(detection)
956
958
  : !!detection;
957
959
  };
958
960
 
@@ -966,10 +968,10 @@ var POLYFILL = isForced$2.POLYFILL = 'P';
966
968
 
967
969
  var isForced_1 = isForced$2;
968
970
 
969
- var globalThis$f = globalThis_1;
971
+ var globalThis$g = globalThis_1;
970
972
  var getOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
971
973
  var createNonEnumerableProperty$3 = createNonEnumerableProperty$5;
972
- var defineBuiltIn$6 = defineBuiltIn$7;
974
+ var defineBuiltIn$8 = defineBuiltIn$9;
973
975
  var defineGlobalProperty = defineGlobalProperty$3;
974
976
  var copyConstructorProperties = copyConstructorProperties$1;
975
977
  var isForced$1 = isForced_1;
@@ -995,11 +997,11 @@ var _export = function (options, source) {
995
997
  var STATIC = options.stat;
996
998
  var FORCED, target, key, targetProperty, sourceProperty, descriptor;
997
999
  if (GLOBAL) {
998
- target = globalThis$f;
1000
+ target = globalThis$g;
999
1001
  } else if (STATIC) {
1000
- target = globalThis$f[TARGET] || defineGlobalProperty(TARGET, {});
1002
+ target = globalThis$g[TARGET] || defineGlobalProperty(TARGET, {});
1001
1003
  } else {
1002
- target = globalThis$f[TARGET] && globalThis$f[TARGET].prototype;
1004
+ target = globalThis$g[TARGET] && globalThis$g[TARGET].prototype;
1003
1005
  }
1004
1006
  if (target) for (key in source) {
1005
1007
  sourceProperty = source[key];
@@ -1017,7 +1019,7 @@ var _export = function (options, source) {
1017
1019
  if (options.sham || (targetProperty && targetProperty.sham)) {
1018
1020
  createNonEnumerableProperty$3(sourceProperty, 'sham', true);
1019
1021
  }
1020
- defineBuiltIn$6(target, key, sourceProperty, options);
1022
+ defineBuiltIn$8(target, key, sourceProperty, options);
1021
1023
  }
1022
1024
  };
1023
1025
 
@@ -1031,10 +1033,10 @@ var objectKeys$2 = Object.keys || function keys(O) {
1031
1033
  return internalObjectKeys(O, enumBugKeys$1);
1032
1034
  };
1033
1035
 
1034
- var DESCRIPTORS$4 = descriptors;
1035
- var uncurryThis$c = functionUncurryThis;
1036
- var call$d = functionCall;
1037
- var fails$f = fails$o;
1036
+ var DESCRIPTORS$6 = descriptors;
1037
+ var uncurryThis$e = functionUncurryThis;
1038
+ var call$e = functionCall;
1039
+ var fails$g = fails$p;
1038
1040
  var objectKeys$1 = objectKeys$2;
1039
1041
  var getOwnPropertySymbolsModule = objectGetOwnPropertySymbols;
1040
1042
  var propertyIsEnumerableModule = objectPropertyIsEnumerable;
@@ -1045,13 +1047,13 @@ var IndexedObject$1 = indexedObject;
1045
1047
  var $assign = Object.assign;
1046
1048
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
1047
1049
  var defineProperty$4 = Object.defineProperty;
1048
- var concat$1 = uncurryThis$c([].concat);
1050
+ var concat$1 = uncurryThis$e([].concat);
1049
1051
 
1050
1052
  // `Object.assign` method
1051
1053
  // https://tc39.es/ecma262/#sec-object.assign
1052
- var objectAssign = !$assign || fails$f(function () {
1054
+ var objectAssign = !$assign || fails$g(function () {
1053
1055
  // should have correct order of operations (Edge bug)
1054
- if (DESCRIPTORS$4 && $assign({ b: 1 }, $assign(defineProperty$4({}, 'a', {
1056
+ if (DESCRIPTORS$6 && $assign({ b: 1 }, $assign(defineProperty$4({}, 'a', {
1055
1057
  enumerable: true,
1056
1058
  get: function () {
1057
1059
  defineProperty$4(this, 'b', {
@@ -1084,35 +1086,35 @@ var objectAssign = !$assign || fails$f(function () {
1084
1086
  var key;
1085
1087
  while (length > j) {
1086
1088
  key = keys[j++];
1087
- if (!DESCRIPTORS$4 || call$d(propertyIsEnumerable, S, key)) T[key] = S[key];
1089
+ if (!DESCRIPTORS$6 || call$e(propertyIsEnumerable, S, key)) T[key] = S[key];
1088
1090
  }
1089
1091
  } return T;
1090
1092
  } : $assign;
1091
1093
 
1092
- var $$e = _export;
1094
+ var $$g = _export;
1093
1095
  var assign = objectAssign;
1094
1096
 
1095
1097
  // `Object.assign` method
1096
1098
  // https://tc39.es/ecma262/#sec-object.assign
1097
1099
  // eslint-disable-next-line es/no-object-assign -- required for testing
1098
- $$e({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, {
1100
+ $$g({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, {
1099
1101
  assign: assign
1100
1102
  });
1101
1103
 
1102
1104
  var objectDefineProperties = {};
1103
1105
 
1104
- var DESCRIPTORS$3 = descriptors;
1106
+ var DESCRIPTORS$5 = descriptors;
1105
1107
  var V8_PROTOTYPE_DEFINE_BUG = v8PrototypeDefineBug;
1106
1108
  var definePropertyModule = objectDefineProperty;
1107
- var anObject$a = anObject$d;
1109
+ var anObject$b = anObject$e;
1108
1110
  var toIndexedObject$1 = toIndexedObject$5;
1109
1111
  var objectKeys = objectKeys$2;
1110
1112
 
1111
1113
  // `Object.defineProperties` method
1112
1114
  // https://tc39.es/ecma262/#sec-object.defineproperties
1113
1115
  // eslint-disable-next-line es/no-object-defineproperties -- safe
1114
- objectDefineProperties.f = DESCRIPTORS$3 && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties : function defineProperties(O, Properties) {
1115
- anObject$a(O);
1116
+ objectDefineProperties.f = DESCRIPTORS$5 && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties : function defineProperties(O, Properties) {
1117
+ anObject$b(O);
1116
1118
  var props = toIndexedObject$1(Properties);
1117
1119
  var keys = objectKeys(Properties);
1118
1120
  var length = keys.length;
@@ -1122,12 +1124,12 @@ objectDefineProperties.f = DESCRIPTORS$3 && !V8_PROTOTYPE_DEFINE_BUG ? Object.de
1122
1124
  return O;
1123
1125
  };
1124
1126
 
1125
- var getBuiltIn$4 = getBuiltIn$7;
1127
+ var getBuiltIn$5 = getBuiltIn$8;
1126
1128
 
1127
- var html$2 = getBuiltIn$4('document', 'documentElement');
1129
+ var html$2 = getBuiltIn$5('document', 'documentElement');
1128
1130
 
1129
1131
  /* global ActiveXObject -- old IE, WSH */
1130
- var anObject$9 = anObject$d;
1132
+ var anObject$a = anObject$e;
1131
1133
  var definePropertiesModule = objectDefineProperties;
1132
1134
  var enumBugKeys = enumBugKeys$3;
1133
1135
  var hiddenKeys = hiddenKeys$4;
@@ -1202,7 +1204,7 @@ hiddenKeys[IE_PROTO$1] = true;
1202
1204
  var objectCreate = Object.create || function create(O, Properties) {
1203
1205
  var result;
1204
1206
  if (O !== null) {
1205
- EmptyConstructor[PROTOTYPE] = anObject$9(O);
1207
+ EmptyConstructor[PROTOTYPE] = anObject$a(O);
1206
1208
  result = new EmptyConstructor();
1207
1209
  EmptyConstructor[PROTOTYPE] = null;
1208
1210
  // add "__proto__" for Object.getPrototypeOf polyfill
@@ -1211,11 +1213,11 @@ var objectCreate = Object.create || function create(O, Properties) {
1211
1213
  return Properties === undefined ? result : definePropertiesModule.f(result, Properties);
1212
1214
  };
1213
1215
 
1214
- var wellKnownSymbol$g = wellKnownSymbol$i;
1215
- var create$2 = objectCreate;
1216
+ var wellKnownSymbol$i = wellKnownSymbol$k;
1217
+ var create$3 = objectCreate;
1216
1218
  var defineProperty$3 = objectDefineProperty.f;
1217
1219
 
1218
- var UNSCOPABLES = wellKnownSymbol$g('unscopables');
1220
+ var UNSCOPABLES = wellKnownSymbol$i('unscopables');
1219
1221
  var ArrayPrototype$1 = Array.prototype;
1220
1222
 
1221
1223
  // Array.prototype[@@unscopables]
@@ -1223,7 +1225,7 @@ var ArrayPrototype$1 = Array.prototype;
1223
1225
  if (ArrayPrototype$1[UNSCOPABLES] === undefined) {
1224
1226
  defineProperty$3(ArrayPrototype$1, UNSCOPABLES, {
1225
1227
  configurable: true,
1226
- value: create$2(null)
1228
+ value: create$3(null)
1227
1229
  });
1228
1230
  }
1229
1231
 
@@ -1234,17 +1236,17 @@ var addToUnscopables$2 = function (key) {
1234
1236
 
1235
1237
  var iterators = {};
1236
1238
 
1237
- var fails$e = fails$o;
1239
+ var fails$f = fails$p;
1238
1240
 
1239
- var correctPrototypeGetter = !fails$e(function () {
1241
+ var correctPrototypeGetter = !fails$f(function () {
1240
1242
  function F() { /* empty */ }
1241
1243
  F.prototype.constructor = null;
1242
1244
  // eslint-disable-next-line es/no-object-getprototypeof -- required for testing
1243
1245
  return Object.getPrototypeOf(new F()) !== F.prototype;
1244
1246
  });
1245
1247
 
1246
- var hasOwn$3 = hasOwnProperty_1;
1247
- var isCallable$a = isCallable$l;
1248
+ var hasOwn$4 = hasOwnProperty_1;
1249
+ var isCallable$b = isCallable$m;
1248
1250
  var toObject$2 = toObject$5;
1249
1251
  var sharedKey = sharedKey$3;
1250
1252
  var CORRECT_PROTOTYPE_GETTER = correctPrototypeGetter;
@@ -1258,21 +1260,21 @@ var ObjectPrototype = $Object$1.prototype;
1258
1260
  // eslint-disable-next-line es/no-object-getprototypeof -- safe
1259
1261
  var objectGetPrototypeOf = CORRECT_PROTOTYPE_GETTER ? $Object$1.getPrototypeOf : function (O) {
1260
1262
  var object = toObject$2(O);
1261
- if (hasOwn$3(object, IE_PROTO)) return object[IE_PROTO];
1263
+ if (hasOwn$4(object, IE_PROTO)) return object[IE_PROTO];
1262
1264
  var constructor = object.constructor;
1263
- if (isCallable$a(constructor) && object instanceof constructor) {
1265
+ if (isCallable$b(constructor) && object instanceof constructor) {
1264
1266
  return constructor.prototype;
1265
1267
  } return object instanceof $Object$1 ? ObjectPrototype : null;
1266
1268
  };
1267
1269
 
1268
- var fails$d = fails$o;
1269
- var isCallable$9 = isCallable$l;
1270
- var isObject$7 = isObject$d;
1270
+ var fails$e = fails$p;
1271
+ var isCallable$a = isCallable$m;
1272
+ var isObject$8 = isObject$e;
1271
1273
  var getPrototypeOf$1 = objectGetPrototypeOf;
1272
- var defineBuiltIn$5 = defineBuiltIn$7;
1273
- var wellKnownSymbol$f = wellKnownSymbol$i;
1274
+ var defineBuiltIn$7 = defineBuiltIn$9;
1275
+ var wellKnownSymbol$h = wellKnownSymbol$k;
1274
1276
 
1275
- var ITERATOR$6 = wellKnownSymbol$f('iterator');
1277
+ var ITERATOR$8 = wellKnownSymbol$h('iterator');
1276
1278
  var BUGGY_SAFARI_ITERATORS$1 = false;
1277
1279
 
1278
1280
  // `%IteratorPrototype%` object
@@ -1290,18 +1292,18 @@ if ([].keys) {
1290
1292
  }
1291
1293
  }
1292
1294
 
1293
- var NEW_ITERATOR_PROTOTYPE = !isObject$7(IteratorPrototype$2) || fails$d(function () {
1295
+ var NEW_ITERATOR_PROTOTYPE = !isObject$8(IteratorPrototype$2) || fails$e(function () {
1294
1296
  var test = {};
1295
1297
  // FF44- legacy iterators case
1296
- return IteratorPrototype$2[ITERATOR$6].call(test) !== test;
1298
+ return IteratorPrototype$2[ITERATOR$8].call(test) !== test;
1297
1299
  });
1298
1300
 
1299
1301
  if (NEW_ITERATOR_PROTOTYPE) IteratorPrototype$2 = {};
1300
1302
 
1301
1303
  // `%IteratorPrototype%[@@iterator]()` method
1302
1304
  // https://tc39.es/ecma262/#sec-%iteratorprototype%-@@iterator
1303
- if (!isCallable$9(IteratorPrototype$2[ITERATOR$6])) {
1304
- defineBuiltIn$5(IteratorPrototype$2, ITERATOR$6, function () {
1305
+ if (!isCallable$a(IteratorPrototype$2[ITERATOR$8])) {
1306
+ defineBuiltIn$7(IteratorPrototype$2, ITERATOR$8, function () {
1305
1307
  return this;
1306
1308
  });
1307
1309
  }
@@ -1312,48 +1314,48 @@ var iteratorsCore = {
1312
1314
  };
1313
1315
 
1314
1316
  var defineProperty$2 = objectDefineProperty.f;
1315
- var hasOwn$2 = hasOwnProperty_1;
1316
- var wellKnownSymbol$e = wellKnownSymbol$i;
1317
+ var hasOwn$3 = hasOwnProperty_1;
1318
+ var wellKnownSymbol$g = wellKnownSymbol$k;
1317
1319
 
1318
- var TO_STRING_TAG$2 = wellKnownSymbol$e('toStringTag');
1320
+ var TO_STRING_TAG$2 = wellKnownSymbol$g('toStringTag');
1319
1321
 
1320
- var setToStringTag$4 = function (target, TAG, STATIC) {
1322
+ var setToStringTag$5 = function (target, TAG, STATIC) {
1321
1323
  if (target && !STATIC) target = target.prototype;
1322
- if (target && !hasOwn$2(target, TO_STRING_TAG$2)) {
1324
+ if (target && !hasOwn$3(target, TO_STRING_TAG$2)) {
1323
1325
  defineProperty$2(target, TO_STRING_TAG$2, { configurable: true, value: TAG });
1324
1326
  }
1325
1327
  };
1326
1328
 
1327
1329
  var IteratorPrototype$1 = iteratorsCore.IteratorPrototype;
1328
- var create$1 = objectCreate;
1329
- var createPropertyDescriptor = createPropertyDescriptor$3;
1330
- var setToStringTag$3 = setToStringTag$4;
1330
+ var create$2 = objectCreate;
1331
+ var createPropertyDescriptor$1 = createPropertyDescriptor$4;
1332
+ var setToStringTag$4 = setToStringTag$5;
1331
1333
  var Iterators$4 = iterators;
1332
1334
 
1333
1335
  var returnThis$1 = function () { return this; };
1334
1336
 
1335
1337
  var iteratorCreateConstructor = function (IteratorConstructor, NAME, next, ENUMERABLE_NEXT) {
1336
1338
  var TO_STRING_TAG = NAME + ' Iterator';
1337
- IteratorConstructor.prototype = create$1(IteratorPrototype$1, { next: createPropertyDescriptor(+!ENUMERABLE_NEXT, next) });
1338
- setToStringTag$3(IteratorConstructor, TO_STRING_TAG, false);
1339
+ IteratorConstructor.prototype = create$2(IteratorPrototype$1, { next: createPropertyDescriptor$1(+!ENUMERABLE_NEXT, next) });
1340
+ setToStringTag$4(IteratorConstructor, TO_STRING_TAG, false);
1339
1341
  Iterators$4[TO_STRING_TAG] = returnThis$1;
1340
1342
  return IteratorConstructor;
1341
1343
  };
1342
1344
 
1343
- var uncurryThis$b = functionUncurryThis;
1345
+ var uncurryThis$d = functionUncurryThis;
1344
1346
  var aCallable$7 = aCallable$9;
1345
1347
 
1346
1348
  var functionUncurryThisAccessor = function (object, key, method) {
1347
1349
  try {
1348
1350
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
1349
- return uncurryThis$b(aCallable$7(Object.getOwnPropertyDescriptor(object, key)[method]));
1351
+ return uncurryThis$d(aCallable$7(Object.getOwnPropertyDescriptor(object, key)[method]));
1350
1352
  } catch (error) { /* empty */ }
1351
1353
  };
1352
1354
 
1353
- var isObject$6 = isObject$d;
1355
+ var isObject$7 = isObject$e;
1354
1356
 
1355
1357
  var isPossiblePrototype$1 = function (argument) {
1356
- return isObject$6(argument) || argument === null;
1358
+ return isObject$7(argument) || argument === null;
1357
1359
  };
1358
1360
 
1359
1361
  var isPossiblePrototype = isPossiblePrototype$1;
@@ -1368,7 +1370,7 @@ var aPossiblePrototype$1 = function (argument) {
1368
1370
 
1369
1371
  /* eslint-disable no-proto -- safe */
1370
1372
  var uncurryThisAccessor = functionUncurryThisAccessor;
1371
- var isObject$5 = isObject$d;
1373
+ var isObject$6 = isObject$e;
1372
1374
  var requireObjectCoercible$4 = requireObjectCoercible$7;
1373
1375
  var aPossiblePrototype = aPossiblePrototype$1;
1374
1376
 
@@ -1388,24 +1390,24 @@ var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? functio
1388
1390
  return function setPrototypeOf(O, proto) {
1389
1391
  requireObjectCoercible$4(O);
1390
1392
  aPossiblePrototype(proto);
1391
- if (!isObject$5(O)) return O;
1393
+ if (!isObject$6(O)) return O;
1392
1394
  if (CORRECT_SETTER) setter(O, proto);
1393
1395
  else O.__proto__ = proto;
1394
1396
  return O;
1395
1397
  };
1396
1398
  }() : undefined);
1397
1399
 
1398
- var $$d = _export;
1399
- var call$c = functionCall;
1400
+ var $$f = _export;
1401
+ var call$d = functionCall;
1400
1402
  var FunctionName = functionName;
1401
- var isCallable$8 = isCallable$l;
1402
- var createIteratorConstructor = iteratorCreateConstructor;
1403
+ var isCallable$9 = isCallable$m;
1404
+ var createIteratorConstructor$1 = iteratorCreateConstructor;
1403
1405
  var getPrototypeOf = objectGetPrototypeOf;
1404
1406
  var setPrototypeOf$1 = objectSetPrototypeOf;
1405
- var setToStringTag$2 = setToStringTag$4;
1407
+ var setToStringTag$3 = setToStringTag$5;
1406
1408
  var createNonEnumerableProperty$2 = createNonEnumerableProperty$5;
1407
- var defineBuiltIn$4 = defineBuiltIn$7;
1408
- var wellKnownSymbol$d = wellKnownSymbol$i;
1409
+ var defineBuiltIn$6 = defineBuiltIn$9;
1410
+ var wellKnownSymbol$f = wellKnownSymbol$k;
1409
1411
  var Iterators$3 = iterators;
1410
1412
  var IteratorsCore = iteratorsCore;
1411
1413
 
@@ -1413,7 +1415,7 @@ var PROPER_FUNCTION_NAME$2 = FunctionName.PROPER;
1413
1415
  var CONFIGURABLE_FUNCTION_NAME = FunctionName.CONFIGURABLE;
1414
1416
  var IteratorPrototype = IteratorsCore.IteratorPrototype;
1415
1417
  var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;
1416
- var ITERATOR$5 = wellKnownSymbol$d('iterator');
1418
+ var ITERATOR$7 = wellKnownSymbol$f('iterator');
1417
1419
  var KEYS = 'keys';
1418
1420
  var VALUES = 'values';
1419
1421
  var ENTRIES = 'entries';
@@ -1421,7 +1423,7 @@ var ENTRIES = 'entries';
1421
1423
  var returnThis = function () { return this; };
1422
1424
 
1423
1425
  var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {
1424
- createIteratorConstructor(IteratorConstructor, NAME, next);
1426
+ createIteratorConstructor$1(IteratorConstructor, NAME, next);
1425
1427
 
1426
1428
  var getIterationMethod = function (KIND) {
1427
1429
  if (KIND === DEFAULT && defaultIterator) return defaultIterator;
@@ -1439,7 +1441,7 @@ var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAUL
1439
1441
  var TO_STRING_TAG = NAME + ' Iterator';
1440
1442
  var INCORRECT_VALUES_NAME = false;
1441
1443
  var IterablePrototype = Iterable.prototype;
1442
- var nativeIterator = IterablePrototype[ITERATOR$5]
1444
+ var nativeIterator = IterablePrototype[ITERATOR$7]
1443
1445
  || IterablePrototype['@@iterator']
1444
1446
  || DEFAULT && IterablePrototype[DEFAULT];
1445
1447
  var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);
@@ -1453,12 +1455,12 @@ var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAUL
1453
1455
  if (getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {
1454
1456
  if (setPrototypeOf$1) {
1455
1457
  setPrototypeOf$1(CurrentIteratorPrototype, IteratorPrototype);
1456
- } else if (!isCallable$8(CurrentIteratorPrototype[ITERATOR$5])) {
1457
- defineBuiltIn$4(CurrentIteratorPrototype, ITERATOR$5, returnThis);
1458
+ } else if (!isCallable$9(CurrentIteratorPrototype[ITERATOR$7])) {
1459
+ defineBuiltIn$6(CurrentIteratorPrototype, ITERATOR$7, returnThis);
1458
1460
  }
1459
1461
  }
1460
1462
  // Set @@toStringTag to native iterators
1461
- setToStringTag$2(CurrentIteratorPrototype, TO_STRING_TAG, true);
1463
+ setToStringTag$3(CurrentIteratorPrototype, TO_STRING_TAG, true);
1462
1464
  }
1463
1465
  }
1464
1466
 
@@ -1468,7 +1470,7 @@ var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAUL
1468
1470
  createNonEnumerableProperty$2(IterablePrototype, 'name', VALUES);
1469
1471
  } else {
1470
1472
  INCORRECT_VALUES_NAME = true;
1471
- defaultIterator = function values() { return call$c(nativeIterator, this); };
1473
+ defaultIterator = function values() { return call$d(nativeIterator, this); };
1472
1474
  }
1473
1475
  }
1474
1476
 
@@ -1481,14 +1483,14 @@ var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAUL
1481
1483
  };
1482
1484
  if (FORCED) for (KEY in methods) {
1483
1485
  if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {
1484
- defineBuiltIn$4(IterablePrototype, KEY, methods[KEY]);
1486
+ defineBuiltIn$6(IterablePrototype, KEY, methods[KEY]);
1485
1487
  }
1486
- } else $$d({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
1488
+ } else $$f({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
1487
1489
  }
1488
1490
 
1489
1491
  // define iterator
1490
- if (IterablePrototype[ITERATOR$5] !== defaultIterator) {
1491
- defineBuiltIn$4(IterablePrototype, ITERATOR$5, defaultIterator, { name: DEFAULT });
1492
+ if (IterablePrototype[ITERATOR$7] !== defaultIterator) {
1493
+ defineBuiltIn$6(IterablePrototype, ITERATOR$7, defaultIterator, { name: DEFAULT });
1492
1494
  }
1493
1495
  Iterators$3[NAME] = defaultIterator;
1494
1496
 
@@ -1497,22 +1499,22 @@ var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAUL
1497
1499
 
1498
1500
  // `CreateIterResultObject` abstract operation
1499
1501
  // https://tc39.es/ecma262/#sec-createiterresultobject
1500
- var createIterResultObject$1 = function (value, done) {
1502
+ var createIterResultObject$2 = function (value, done) {
1501
1503
  return { value: value, done: done };
1502
1504
  };
1503
1505
 
1504
1506
  var toIndexedObject = toIndexedObject$5;
1505
1507
  var addToUnscopables$1 = addToUnscopables$2;
1506
1508
  var Iterators$2 = iterators;
1507
- var InternalStateModule$1 = internalState;
1509
+ var InternalStateModule$2 = internalState;
1508
1510
  var defineProperty$1 = objectDefineProperty.f;
1509
1511
  var defineIterator = iteratorDefine;
1510
- var createIterResultObject = createIterResultObject$1;
1511
- var DESCRIPTORS$2 = descriptors;
1512
+ var createIterResultObject$1 = createIterResultObject$2;
1513
+ var DESCRIPTORS$4 = descriptors;
1512
1514
 
1513
1515
  var ARRAY_ITERATOR = 'Array Iterator';
1514
- var setInternalState$1 = InternalStateModule$1.set;
1515
- var getInternalState$1 = InternalStateModule$1.getterFor(ARRAY_ITERATOR);
1516
+ var setInternalState$2 = InternalStateModule$2.set;
1517
+ var getInternalState$1 = InternalStateModule$2.getterFor(ARRAY_ITERATOR);
1516
1518
 
1517
1519
  // `Array.prototype.entries` method
1518
1520
  // https://tc39.es/ecma262/#sec-array.prototype.entries
@@ -1525,7 +1527,7 @@ var getInternalState$1 = InternalStateModule$1.getterFor(ARRAY_ITERATOR);
1525
1527
  // `CreateArrayIterator` internal method
1526
1528
  // https://tc39.es/ecma262/#sec-createarrayiterator
1527
1529
  var es_array_iterator = defineIterator(Array, 'Array', function (iterated, kind) {
1528
- setInternalState$1(this, {
1530
+ setInternalState$2(this, {
1529
1531
  type: ARRAY_ITERATOR,
1530
1532
  target: toIndexedObject(iterated), // target
1531
1533
  index: 0, // next index
@@ -1539,12 +1541,12 @@ var es_array_iterator = defineIterator(Array, 'Array', function (iterated, kind)
1539
1541
  var index = state.index++;
1540
1542
  if (!target || index >= target.length) {
1541
1543
  state.target = null;
1542
- return createIterResultObject(undefined, true);
1544
+ return createIterResultObject$1(undefined, true);
1543
1545
  }
1544
1546
  switch (state.kind) {
1545
- case 'keys': return createIterResultObject(index, false);
1546
- case 'values': return createIterResultObject(target[index], false);
1547
- } return createIterResultObject([index, target[index]], false);
1547
+ case 'keys': return createIterResultObject$1(index, false);
1548
+ case 'values': return createIterResultObject$1(target[index], false);
1549
+ } return createIterResultObject$1([index, target[index]], false);
1548
1550
  }, 'values');
1549
1551
 
1550
1552
  // argumentsList[@@iterator] is %ArrayProto_values%
@@ -1558,7 +1560,7 @@ addToUnscopables$1('values');
1558
1560
  addToUnscopables$1('entries');
1559
1561
 
1560
1562
  // V8 ~ Chrome 45- bug
1561
- if (DESCRIPTORS$2 && values.name !== 'values') try {
1563
+ if (DESCRIPTORS$4 && values.name !== 'values') try {
1562
1564
  defineProperty$1(values, 'name', { value: 'values' });
1563
1565
  } catch (error) { /* empty */ }
1564
1566
 
@@ -1606,26 +1608,26 @@ var DOMTokenListPrototype$1 = classList && classList.constructor && classList.co
1606
1608
 
1607
1609
  var domTokenListPrototype = DOMTokenListPrototype$1 === Object.prototype ? undefined : DOMTokenListPrototype$1;
1608
1610
 
1609
- var globalThis$e = globalThis_1;
1611
+ var globalThis$f = globalThis_1;
1610
1612
  var DOMIterables = domIterables;
1611
1613
  var DOMTokenListPrototype = domTokenListPrototype;
1612
1614
  var ArrayIteratorMethods = es_array_iterator;
1613
1615
  var createNonEnumerableProperty$1 = createNonEnumerableProperty$5;
1614
- var setToStringTag$1 = setToStringTag$4;
1615
- var wellKnownSymbol$c = wellKnownSymbol$i;
1616
+ var setToStringTag$2 = setToStringTag$5;
1617
+ var wellKnownSymbol$e = wellKnownSymbol$k;
1616
1618
 
1617
- var ITERATOR$4 = wellKnownSymbol$c('iterator');
1619
+ var ITERATOR$6 = wellKnownSymbol$e('iterator');
1618
1620
  var ArrayValues = ArrayIteratorMethods.values;
1619
1621
 
1620
1622
  var handlePrototype = function (CollectionPrototype, COLLECTION_NAME) {
1621
1623
  if (CollectionPrototype) {
1622
1624
  // some Chrome versions have non-configurable methods on DOMTokenList
1623
- if (CollectionPrototype[ITERATOR$4] !== ArrayValues) try {
1624
- createNonEnumerableProperty$1(CollectionPrototype, ITERATOR$4, ArrayValues);
1625
+ if (CollectionPrototype[ITERATOR$6] !== ArrayValues) try {
1626
+ createNonEnumerableProperty$1(CollectionPrototype, ITERATOR$6, ArrayValues);
1625
1627
  } catch (error) {
1626
- CollectionPrototype[ITERATOR$4] = ArrayValues;
1628
+ CollectionPrototype[ITERATOR$6] = ArrayValues;
1627
1629
  }
1628
- setToStringTag$1(CollectionPrototype, COLLECTION_NAME, true);
1630
+ setToStringTag$2(CollectionPrototype, COLLECTION_NAME, true);
1629
1631
  if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {
1630
1632
  // some Chrome versions have non-configurable methods on DOMTokenList
1631
1633
  if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {
@@ -1638,7 +1640,7 @@ var handlePrototype = function (CollectionPrototype, COLLECTION_NAME) {
1638
1640
  };
1639
1641
 
1640
1642
  for (var COLLECTION_NAME in DOMIterables) {
1641
- handlePrototype(globalThis$e[COLLECTION_NAME] && globalThis$e[COLLECTION_NAME].prototype, COLLECTION_NAME);
1643
+ handlePrototype(globalThis$f[COLLECTION_NAME] && globalThis$f[COLLECTION_NAME].prototype, COLLECTION_NAME);
1642
1644
  }
1643
1645
 
1644
1646
  handlePrototype(DOMTokenListPrototype, 'DOMTokenList');
@@ -1842,20 +1844,20 @@ function useProviderState() {
1842
1844
  return context;
1843
1845
  }
1844
1846
 
1845
- var $$c = _export;
1847
+ var $$e = _export;
1846
1848
  var $includes = arrayIncludes.includes;
1847
- var fails$c = fails$o;
1849
+ var fails$d = fails$p;
1848
1850
  var addToUnscopables = addToUnscopables$2;
1849
1851
 
1850
1852
  // FF99+ bug
1851
- var BROKEN_ON_SPARSE = fails$c(function () {
1853
+ var BROKEN_ON_SPARSE = fails$d(function () {
1852
1854
  // eslint-disable-next-line es/no-array-prototype-includes -- detection
1853
1855
  return !Array(1).includes();
1854
1856
  });
1855
1857
 
1856
1858
  // `Array.prototype.includes` method
1857
1859
  // https://tc39.es/ecma262/#sec-array.prototype.includes
1858
- $$c({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
1860
+ $$e({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
1859
1861
  includes: function includes(el /* , fromIndex = 0 */) {
1860
1862
  return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
1861
1863
  }
@@ -1864,9 +1866,9 @@ $$c({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
1864
1866
  // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
1865
1867
  addToUnscopables('includes');
1866
1868
 
1867
- var wellKnownSymbol$b = wellKnownSymbol$i;
1869
+ var wellKnownSymbol$d = wellKnownSymbol$k;
1868
1870
 
1869
- var TO_STRING_TAG$1 = wellKnownSymbol$b('toStringTag');
1871
+ var TO_STRING_TAG$1 = wellKnownSymbol$d('toStringTag');
1870
1872
  var test = {};
1871
1873
  // eslint-disable-next-line unicorn/no-immediate-mutation -- ES3 syntax limitation
1872
1874
  test[TO_STRING_TAG$1] = 'z';
@@ -1874,11 +1876,11 @@ test[TO_STRING_TAG$1] = 'z';
1874
1876
  var toStringTagSupport = String(test) === '[object z]';
1875
1877
 
1876
1878
  var TO_STRING_TAG_SUPPORT = toStringTagSupport;
1877
- var isCallable$7 = isCallable$l;
1879
+ var isCallable$8 = isCallable$m;
1878
1880
  var classofRaw$1 = classofRaw$2;
1879
- var wellKnownSymbol$a = wellKnownSymbol$i;
1881
+ var wellKnownSymbol$c = wellKnownSymbol$k;
1880
1882
 
1881
- var TO_STRING_TAG = wellKnownSymbol$a('toStringTag');
1883
+ var TO_STRING_TAG = wellKnownSymbol$c('toStringTag');
1882
1884
  var $Object = Object;
1883
1885
 
1884
1886
  // ES3 wrong here
@@ -1892,7 +1894,7 @@ var tryGet = function (it, key) {
1892
1894
  };
1893
1895
 
1894
1896
  // getting tag from ES6+ `Object.prototype.toString`
1895
- var classof$6 = TO_STRING_TAG_SUPPORT ? classofRaw$1 : function (it) {
1897
+ var classof$7 = TO_STRING_TAG_SUPPORT ? classofRaw$1 : function (it) {
1896
1898
  var O, tag, result;
1897
1899
  return it === undefined ? 'Undefined' : it === null ? 'Null'
1898
1900
  // @@toStringTag case
@@ -1900,24 +1902,24 @@ var classof$6 = TO_STRING_TAG_SUPPORT ? classofRaw$1 : function (it) {
1900
1902
  // builtinTag case
1901
1903
  : CORRECT_ARGUMENTS ? classofRaw$1(O)
1902
1904
  // ES3 arguments fallback
1903
- : (result = classofRaw$1(O)) === 'Object' && isCallable$7(O.callee) ? 'Arguments' : result;
1905
+ : (result = classofRaw$1(O)) === 'Object' && isCallable$8(O.callee) ? 'Arguments' : result;
1904
1906
  };
1905
1907
 
1906
- var classof$5 = classof$6;
1908
+ var classof$6 = classof$7;
1907
1909
 
1908
1910
  var $String = String;
1909
1911
 
1910
1912
  var toString$6 = function (argument) {
1911
- if (classof$5(argument) === 'Symbol') throw new TypeError('Cannot convert a Symbol value to a string');
1913
+ if (classof$6(argument) === 'Symbol') throw new TypeError('Cannot convert a Symbol value to a string');
1912
1914
  return $String(argument);
1913
1915
  };
1914
1916
 
1915
- var anObject$8 = anObject$d;
1917
+ var anObject$9 = anObject$e;
1916
1918
 
1917
1919
  // `RegExp.prototype.flags` getter implementation
1918
1920
  // https://tc39.es/ecma262/#sec-get-regexp.prototype.flags
1919
1921
  var regexpFlags$1 = function () {
1920
- var that = anObject$8(this);
1922
+ var that = anObject$9(this);
1921
1923
  var result = '';
1922
1924
  if (that.hasIndices) result += 'd';
1923
1925
  if (that.global) result += 'g';
@@ -1930,13 +1932,13 @@ var regexpFlags$1 = function () {
1930
1932
  return result;
1931
1933
  };
1932
1934
 
1933
- var fails$b = fails$o;
1934
- var globalThis$d = globalThis_1;
1935
+ var fails$c = fails$p;
1936
+ var globalThis$e = globalThis_1;
1935
1937
 
1936
1938
  // babel-minify and Closure Compiler transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
1937
- var $RegExp$2 = globalThis$d.RegExp;
1939
+ var $RegExp$2 = globalThis$e.RegExp;
1938
1940
 
1939
- var UNSUPPORTED_Y$1 = fails$b(function () {
1941
+ var UNSUPPORTED_Y$1 = fails$c(function () {
1940
1942
  var re = $RegExp$2('a', 'y');
1941
1943
  re.lastIndex = 2;
1942
1944
  return re.exec('abcd') !== null;
@@ -1944,11 +1946,11 @@ var UNSUPPORTED_Y$1 = fails$b(function () {
1944
1946
 
1945
1947
  // UC Browser bug
1946
1948
  // https://github.com/zloirock/core-js/issues/1008
1947
- var MISSED_STICKY = UNSUPPORTED_Y$1 || fails$b(function () {
1949
+ var MISSED_STICKY = UNSUPPORTED_Y$1 || fails$c(function () {
1948
1950
  return !$RegExp$2('a', 'y').sticky;
1949
1951
  });
1950
1952
 
1951
- var BROKEN_CARET = UNSUPPORTED_Y$1 || fails$b(function () {
1953
+ var BROKEN_CARET = UNSUPPORTED_Y$1 || fails$c(function () {
1952
1954
  // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
1953
1955
  var re = $RegExp$2('^r', 'gy');
1954
1956
  re.lastIndex = 2;
@@ -1961,24 +1963,24 @@ var regexpStickyHelpers = {
1961
1963
  UNSUPPORTED_Y: UNSUPPORTED_Y$1
1962
1964
  };
1963
1965
 
1964
- var fails$a = fails$o;
1965
- var globalThis$c = globalThis_1;
1966
+ var fails$b = fails$p;
1967
+ var globalThis$d = globalThis_1;
1966
1968
 
1967
1969
  // babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError
1968
- var $RegExp$1 = globalThis$c.RegExp;
1970
+ var $RegExp$1 = globalThis$d.RegExp;
1969
1971
 
1970
- var regexpUnsupportedDotAll = fails$a(function () {
1972
+ var regexpUnsupportedDotAll = fails$b(function () {
1971
1973
  var re = $RegExp$1('.', 's');
1972
1974
  return !(re.dotAll && re.test('\n') && re.flags === 's');
1973
1975
  });
1974
1976
 
1975
- var fails$9 = fails$o;
1976
- var globalThis$b = globalThis_1;
1977
+ var fails$a = fails$p;
1978
+ var globalThis$c = globalThis_1;
1977
1979
 
1978
1980
  // babel-minify and Closure Compiler transpiles RegExp('(?<a>b)', 'g') -> /(?<a>b)/g and it causes SyntaxError
1979
- var $RegExp = globalThis$b.RegExp;
1981
+ var $RegExp = globalThis$c.RegExp;
1980
1982
 
1981
- var regexpUnsupportedNcg = fails$9(function () {
1983
+ var regexpUnsupportedNcg = fails$a(function () {
1982
1984
  var re = $RegExp('(?<a>b)', 'g');
1983
1985
  return re.exec('b').groups.a !== 'b' ||
1984
1986
  'b'.replace(re, '$<a>c') !== 'bc';
@@ -1986,13 +1988,13 @@ var regexpUnsupportedNcg = fails$9(function () {
1986
1988
 
1987
1989
  /* eslint-disable regexp/no-empty-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */
1988
1990
  /* eslint-disable regexp/no-useless-quantifier -- testing */
1989
- var call$b = functionCall;
1990
- var uncurryThis$a = functionUncurryThis;
1991
+ var call$c = functionCall;
1992
+ var uncurryThis$c = functionUncurryThis;
1991
1993
  var toString$5 = toString$6;
1992
1994
  var regexpFlags = regexpFlags$1;
1993
1995
  var stickyHelpers = regexpStickyHelpers;
1994
1996
  var shared = shared$4;
1995
- var create = objectCreate;
1997
+ var create$1 = objectCreate;
1996
1998
  var getInternalState = internalState.get;
1997
1999
  var UNSUPPORTED_DOT_ALL = regexpUnsupportedDotAll;
1998
2000
  var UNSUPPORTED_NCG = regexpUnsupportedNcg;
@@ -2000,16 +2002,16 @@ var UNSUPPORTED_NCG = regexpUnsupportedNcg;
2000
2002
  var nativeReplace = shared('native-string-replace', String.prototype.replace);
2001
2003
  var nativeExec = RegExp.prototype.exec;
2002
2004
  var patchedExec = nativeExec;
2003
- var charAt$3 = uncurryThis$a(''.charAt);
2004
- var indexOf = uncurryThis$a(''.indexOf);
2005
- var replace$2 = uncurryThis$a(''.replace);
2006
- var stringSlice$3 = uncurryThis$a(''.slice);
2005
+ var charAt$4 = uncurryThis$c(''.charAt);
2006
+ var indexOf = uncurryThis$c(''.indexOf);
2007
+ var replace$3 = uncurryThis$c(''.replace);
2008
+ var stringSlice$4 = uncurryThis$c(''.slice);
2007
2009
 
2008
2010
  var UPDATES_LAST_INDEX_WRONG = (function () {
2009
2011
  var re1 = /a/;
2010
2012
  var re2 = /b*/g;
2011
- call$b(nativeExec, re1, 'a');
2012
- call$b(nativeExec, re2, 'a');
2013
+ call$c(nativeExec, re1, 'a');
2014
+ call$c(nativeExec, re2, 'a');
2013
2015
  return re1.lastIndex !== 0 || re2.lastIndex !== 0;
2014
2016
  })();
2015
2017
 
@@ -2030,27 +2032,27 @@ if (PATCH) {
2030
2032
 
2031
2033
  if (raw) {
2032
2034
  raw.lastIndex = re.lastIndex;
2033
- result = call$b(patchedExec, raw, str);
2035
+ result = call$c(patchedExec, raw, str);
2034
2036
  re.lastIndex = raw.lastIndex;
2035
2037
  return result;
2036
2038
  }
2037
2039
 
2038
2040
  var groups = state.groups;
2039
2041
  var sticky = UNSUPPORTED_Y && re.sticky;
2040
- var flags = call$b(regexpFlags, re);
2042
+ var flags = call$c(regexpFlags, re);
2041
2043
  var source = re.source;
2042
2044
  var charsAdded = 0;
2043
2045
  var strCopy = str;
2044
2046
 
2045
2047
  if (sticky) {
2046
- flags = replace$2(flags, 'y', '');
2048
+ flags = replace$3(flags, 'y', '');
2047
2049
  if (indexOf(flags, 'g') === -1) {
2048
2050
  flags += 'g';
2049
2051
  }
2050
2052
 
2051
- strCopy = stringSlice$3(str, re.lastIndex);
2053
+ strCopy = stringSlice$4(str, re.lastIndex);
2052
2054
  // Support anchored sticky behavior.
2053
- if (re.lastIndex > 0 && (!re.multiline || re.multiline && charAt$3(str, re.lastIndex - 1) !== '\n')) {
2055
+ if (re.lastIndex > 0 && (!re.multiline || re.multiline && charAt$4(str, re.lastIndex - 1) !== '\n')) {
2054
2056
  source = '(?: ' + source + ')';
2055
2057
  strCopy = ' ' + strCopy;
2056
2058
  charsAdded++;
@@ -2065,12 +2067,12 @@ if (PATCH) {
2065
2067
  }
2066
2068
  if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
2067
2069
 
2068
- match = call$b(nativeExec, sticky ? reCopy : re, strCopy);
2070
+ match = call$c(nativeExec, sticky ? reCopy : re, strCopy);
2069
2071
 
2070
2072
  if (sticky) {
2071
2073
  if (match) {
2072
- match.input = stringSlice$3(match.input, charsAdded);
2073
- match[0] = stringSlice$3(match[0], charsAdded);
2074
+ match.input = stringSlice$4(match.input, charsAdded);
2075
+ match[0] = stringSlice$4(match[0], charsAdded);
2074
2076
  match.index = re.lastIndex;
2075
2077
  re.lastIndex += match[0].length;
2076
2078
  } else re.lastIndex = 0;
@@ -2080,7 +2082,7 @@ if (PATCH) {
2080
2082
  if (NPCG_INCLUDED && match && match.length > 1) {
2081
2083
  // Fix browsers whose `exec` methods don't consistently return `undefined`
2082
2084
  // for NPCG, like IE8. NOTE: This doesn't work for /(.?)?/
2083
- call$b(nativeReplace, match[0], reCopy, function () {
2085
+ call$c(nativeReplace, match[0], reCopy, function () {
2084
2086
  for (i = 1; i < arguments.length - 2; i++) {
2085
2087
  if (arguments[i] === undefined) match[i] = undefined;
2086
2088
  }
@@ -2088,7 +2090,7 @@ if (PATCH) {
2088
2090
  }
2089
2091
 
2090
2092
  if (match && groups) {
2091
- match.groups = object = create(null);
2093
+ match.groups = object = create$1(null);
2092
2094
  for (i = 0; i < groups.length; i++) {
2093
2095
  group = groups[i];
2094
2096
  object[group[0]] = match[group[1]];
@@ -2101,42 +2103,42 @@ if (PATCH) {
2101
2103
 
2102
2104
  var regexpExec$2 = patchedExec;
2103
2105
 
2104
- var $$b = _export;
2105
- var exec$2 = regexpExec$2;
2106
+ var $$d = _export;
2107
+ var exec$3 = regexpExec$2;
2106
2108
 
2107
2109
  // `RegExp.prototype.exec` method
2108
2110
  // https://tc39.es/ecma262/#sec-regexp.prototype.exec
2109
- $$b({ target: 'RegExp', proto: true, forced: /./.exec !== exec$2 }, {
2110
- exec: exec$2
2111
+ $$d({ target: 'RegExp', proto: true, forced: /./.exec !== exec$3 }, {
2112
+ exec: exec$3
2111
2113
  });
2112
2114
 
2113
2115
  var NATIVE_BIND$1 = functionBindNative;
2114
2116
 
2115
2117
  var FunctionPrototype = Function.prototype;
2116
2118
  var apply$2 = FunctionPrototype.apply;
2117
- var call$a = FunctionPrototype.call;
2119
+ var call$b = FunctionPrototype.call;
2118
2120
 
2119
2121
  // eslint-disable-next-line es/no-function-prototype-bind, es/no-reflect -- safe
2120
- var functionApply = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND$1 ? call$a.bind(apply$2) : function () {
2121
- return call$a.apply(apply$2, arguments);
2122
+ var functionApply = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND$1 ? call$b.bind(apply$2) : function () {
2123
+ return call$b.apply(apply$2, arguments);
2122
2124
  });
2123
2125
 
2124
2126
  // TODO: Remove from `core-js@4` since it's moved to entry points
2125
2127
 
2126
- var call$9 = functionCall;
2127
- var defineBuiltIn$3 = defineBuiltIn$7;
2128
+ var call$a = functionCall;
2129
+ var defineBuiltIn$5 = defineBuiltIn$9;
2128
2130
  var regexpExec$1 = regexpExec$2;
2129
- var fails$8 = fails$o;
2130
- var wellKnownSymbol$9 = wellKnownSymbol$i;
2131
+ var fails$9 = fails$p;
2132
+ var wellKnownSymbol$b = wellKnownSymbol$k;
2131
2133
  var createNonEnumerableProperty = createNonEnumerableProperty$5;
2132
2134
 
2133
- var SPECIES$3 = wellKnownSymbol$9('species');
2135
+ var SPECIES$3 = wellKnownSymbol$b('species');
2134
2136
  var RegExpPrototype$2 = RegExp.prototype;
2135
2137
 
2136
2138
  var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
2137
- var SYMBOL = wellKnownSymbol$9(KEY);
2139
+ var SYMBOL = wellKnownSymbol$b(KEY);
2138
2140
 
2139
- var DELEGATES_TO_SYMBOL = !fails$8(function () {
2141
+ var DELEGATES_TO_SYMBOL = !fails$9(function () {
2140
2142
  // String methods call symbol-named RegExp methods
2141
2143
  var O = {};
2142
2144
  // eslint-disable-next-line unicorn/no-immediate-mutation -- ES3 syntax limitation
@@ -2144,7 +2146,7 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
2144
2146
  return ''[KEY](O) !== 7;
2145
2147
  });
2146
2148
 
2147
- var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails$8(function () {
2149
+ var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails$9(function () {
2148
2150
  // Symbol-named RegExp methods call .exec
2149
2151
  var execCalled = false;
2150
2152
  var re = /a/;
@@ -2185,28 +2187,28 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
2185
2187
  // The native String method already delegates to @@method (this
2186
2188
  // polyfilled function), leasing to infinite recursion.
2187
2189
  // We avoid it by directly calling the native @@method method.
2188
- return { done: true, value: call$9(nativeRegExpMethod, regexp, str, arg2) };
2190
+ return { done: true, value: call$a(nativeRegExpMethod, regexp, str, arg2) };
2189
2191
  }
2190
- return { done: true, value: call$9(nativeMethod, str, regexp, arg2) };
2192
+ return { done: true, value: call$a(nativeMethod, str, regexp, arg2) };
2191
2193
  }
2192
2194
  return { done: false };
2193
2195
  });
2194
2196
 
2195
- defineBuiltIn$3(String.prototype, KEY, methods[0]);
2196
- defineBuiltIn$3(RegExpPrototype$2, SYMBOL, methods[1]);
2197
+ defineBuiltIn$5(String.prototype, KEY, methods[0]);
2198
+ defineBuiltIn$5(RegExpPrototype$2, SYMBOL, methods[1]);
2197
2199
  }
2198
2200
 
2199
2201
  if (SHAM) createNonEnumerableProperty(RegExpPrototype$2[SYMBOL], 'sham', true);
2200
2202
  };
2201
2203
 
2202
- var uncurryThis$9 = functionUncurryThis;
2204
+ var uncurryThis$b = functionUncurryThis;
2203
2205
  var toIntegerOrInfinity$1 = toIntegerOrInfinity$4;
2204
2206
  var toString$4 = toString$6;
2205
2207
  var requireObjectCoercible$3 = requireObjectCoercible$7;
2206
2208
 
2207
- var charAt$2 = uncurryThis$9(''.charAt);
2208
- var charCodeAt = uncurryThis$9(''.charCodeAt);
2209
- var stringSlice$2 = uncurryThis$9(''.slice);
2209
+ var charAt$3 = uncurryThis$b(''.charAt);
2210
+ var charCodeAt = uncurryThis$b(''.charCodeAt);
2211
+ var stringSlice$3 = uncurryThis$b(''.slice);
2210
2212
 
2211
2213
  var createMethod$2 = function (CONVERT_TO_STRING) {
2212
2214
  return function ($this, pos) {
@@ -2219,10 +2221,10 @@ var createMethod$2 = function (CONVERT_TO_STRING) {
2219
2221
  return first < 0xD800 || first > 0xDBFF || position + 1 === size
2220
2222
  || (second = charCodeAt(S, position + 1)) < 0xDC00 || second > 0xDFFF
2221
2223
  ? CONVERT_TO_STRING
2222
- ? charAt$2(S, position)
2224
+ ? charAt$3(S, position)
2223
2225
  : first
2224
2226
  : CONVERT_TO_STRING
2225
- ? stringSlice$2(S, position, position + 2)
2227
+ ? stringSlice$3(S, position, position + 2)
2226
2228
  : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
2227
2229
  };
2228
2230
  };
@@ -2236,21 +2238,21 @@ var stringMultibyte = {
2236
2238
  charAt: createMethod$2(true)
2237
2239
  };
2238
2240
 
2239
- var charAt$1 = stringMultibyte.charAt;
2241
+ var charAt$2 = stringMultibyte.charAt;
2240
2242
 
2241
2243
  // `AdvanceStringIndex` abstract operation
2242
2244
  // https://tc39.es/ecma262/#sec-advancestringindex
2243
2245
  var advanceStringIndex$1 = function (S, index, unicode) {
2244
- return index + (unicode ? charAt$1(S, index).length : 1);
2246
+ return index + (unicode ? charAt$2(S, index).length : 1);
2245
2247
  };
2246
2248
 
2247
- var uncurryThis$8 = functionUncurryThis;
2249
+ var uncurryThis$a = functionUncurryThis;
2248
2250
  var toObject$1 = toObject$5;
2249
2251
 
2250
- var floor = Math.floor;
2251
- var charAt = uncurryThis$8(''.charAt);
2252
- var replace$1 = uncurryThis$8(''.replace);
2253
- var stringSlice$1 = uncurryThis$8(''.slice);
2252
+ var floor$1 = Math.floor;
2253
+ var charAt$1 = uncurryThis$a(''.charAt);
2254
+ var replace$2 = uncurryThis$a(''.replace);
2255
+ var stringSlice$2 = uncurryThis$a(''.slice);
2254
2256
  // eslint-disable-next-line redos/no-vulnerable -- safe
2255
2257
  var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g;
2256
2258
  var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g;
@@ -2265,23 +2267,23 @@ var getSubstitution$1 = function (matched, str, position, captures, namedCapture
2265
2267
  namedCaptures = toObject$1(namedCaptures);
2266
2268
  symbols = SUBSTITUTION_SYMBOLS;
2267
2269
  }
2268
- return replace$1(replacement, symbols, function (match, ch) {
2270
+ return replace$2(replacement, symbols, function (match, ch) {
2269
2271
  var capture;
2270
- switch (charAt(ch, 0)) {
2272
+ switch (charAt$1(ch, 0)) {
2271
2273
  case '$': return '$';
2272
2274
  case '&': return matched;
2273
- case '`': return stringSlice$1(str, 0, position);
2274
- case "'": return stringSlice$1(str, tailPos);
2275
+ case '`': return stringSlice$2(str, 0, position);
2276
+ case "'": return stringSlice$2(str, tailPos);
2275
2277
  case '<':
2276
- capture = namedCaptures[stringSlice$1(ch, 1, -1)];
2278
+ capture = namedCaptures[stringSlice$2(ch, 1, -1)];
2277
2279
  break;
2278
2280
  default: // \d\d?
2279
2281
  var n = +ch;
2280
2282
  if (n === 0) return match;
2281
2283
  if (n > m) {
2282
- var f = floor(n / 10);
2284
+ var f = floor$1(n / 10);
2283
2285
  if (f === 0) return match;
2284
- if (f <= m) return captures[f - 1] === undefined ? charAt(ch, 1) : captures[f - 1] + charAt(ch, 1);
2286
+ if (f <= m) return captures[f - 1] === undefined ? charAt$1(ch, 1) : captures[f - 1] + charAt$1(ch, 1);
2285
2287
  return match;
2286
2288
  }
2287
2289
  capture = captures[n - 1];
@@ -2290,13 +2292,13 @@ var getSubstitution$1 = function (matched, str, position, captures, namedCapture
2290
2292
  });
2291
2293
  };
2292
2294
 
2293
- var globalThis$a = globalThis_1;
2294
- var fails$7 = fails$o;
2295
+ var globalThis$b = globalThis_1;
2296
+ var fails$8 = fails$p;
2295
2297
 
2296
2298
  // babel-minify and Closure Compiler transpiles RegExp('.', 'd') -> /./d and it causes SyntaxError
2297
- var RegExp$1 = globalThis$a.RegExp;
2299
+ var RegExp$1 = globalThis$b.RegExp;
2298
2300
 
2299
- var FLAGS_GETTER_IS_CORRECT = !fails$7(function () {
2301
+ var FLAGS_GETTER_IS_CORRECT = !fails$8(function () {
2300
2302
  var INDICES_SUPPORT = true;
2301
2303
  try {
2302
2304
  RegExp$1('.', 'd');
@@ -2337,8 +2339,8 @@ var FLAGS_GETTER_IS_CORRECT = !fails$7(function () {
2337
2339
 
2338
2340
  var regexpFlagsDetection = { correct: FLAGS_GETTER_IS_CORRECT };
2339
2341
 
2340
- var call$8 = functionCall;
2341
- var hasOwn$1 = hasOwnProperty_1;
2342
+ var call$9 = functionCall;
2343
+ var hasOwn$2 = hasOwnProperty_1;
2342
2344
  var isPrototypeOf$2 = objectIsPrototypeOf;
2343
2345
  var regExpFlagsDetection = regexpFlagsDetection;
2344
2346
  var regExpFlagsGetterImplementation = regexpFlags$1;
@@ -2348,15 +2350,15 @@ var RegExpPrototype$1 = RegExp.prototype;
2348
2350
  var regexpGetFlags = regExpFlagsDetection.correct ? function (it) {
2349
2351
  return it.flags;
2350
2352
  } : function (it) {
2351
- return (!regExpFlagsDetection.correct && isPrototypeOf$2(RegExpPrototype$1, it) && !hasOwn$1(it, 'flags'))
2352
- ? call$8(regExpFlagsGetterImplementation, it)
2353
+ return (!regExpFlagsDetection.correct && isPrototypeOf$2(RegExpPrototype$1, it) && !hasOwn$2(it, 'flags'))
2354
+ ? call$9(regExpFlagsGetterImplementation, it)
2353
2355
  : it.flags;
2354
2356
  };
2355
2357
 
2356
- var call$7 = functionCall;
2357
- var anObject$7 = anObject$d;
2358
- var isCallable$6 = isCallable$l;
2359
- var classof$4 = classofRaw$2;
2358
+ var call$8 = functionCall;
2359
+ var anObject$8 = anObject$e;
2360
+ var isCallable$7 = isCallable$m;
2361
+ var classof$5 = classofRaw$2;
2360
2362
  var regexpExec = regexpExec$2;
2361
2363
 
2362
2364
  var $TypeError$8 = TypeError;
@@ -2365,23 +2367,23 @@ var $TypeError$8 = TypeError;
2365
2367
  // https://tc39.es/ecma262/#sec-regexpexec
2366
2368
  var regexpExecAbstract = function (R, S) {
2367
2369
  var exec = R.exec;
2368
- if (isCallable$6(exec)) {
2369
- var result = call$7(exec, R, S);
2370
- if (result !== null) anObject$7(result);
2370
+ if (isCallable$7(exec)) {
2371
+ var result = call$8(exec, R, S);
2372
+ if (result !== null) anObject$8(result);
2371
2373
  return result;
2372
2374
  }
2373
- if (classof$4(R) === 'RegExp') return call$7(regexpExec, R, S);
2375
+ if (classof$5(R) === 'RegExp') return call$8(regexpExec, R, S);
2374
2376
  throw new $TypeError$8('RegExp#exec called on incompatible receiver');
2375
2377
  };
2376
2378
 
2377
2379
  var apply$1 = functionApply;
2378
- var call$6 = functionCall;
2379
- var uncurryThis$7 = functionUncurryThis;
2380
+ var call$7 = functionCall;
2381
+ var uncurryThis$9 = functionUncurryThis;
2380
2382
  var fixRegExpWellKnownSymbolLogic = fixRegexpWellKnownSymbolLogic;
2381
- var fails$6 = fails$o;
2382
- var anObject$6 = anObject$d;
2383
- var isCallable$5 = isCallable$l;
2384
- var isObject$4 = isObject$d;
2383
+ var fails$7 = fails$p;
2384
+ var anObject$7 = anObject$e;
2385
+ var isCallable$6 = isCallable$m;
2386
+ var isObject$5 = isObject$e;
2385
2387
  var toIntegerOrInfinity = toIntegerOrInfinity$4;
2386
2388
  var toLength = toLength$2;
2387
2389
  var toString$3 = toString$6;
@@ -2391,15 +2393,15 @@ var getMethod$2 = getMethod$4;
2391
2393
  var getSubstitution = getSubstitution$1;
2392
2394
  var getRegExpFlags$1 = regexpGetFlags;
2393
2395
  var regExpExec = regexpExecAbstract;
2394
- var wellKnownSymbol$8 = wellKnownSymbol$i;
2396
+ var wellKnownSymbol$a = wellKnownSymbol$k;
2395
2397
 
2396
- var REPLACE = wellKnownSymbol$8('replace');
2398
+ var REPLACE = wellKnownSymbol$a('replace');
2397
2399
  var max = Math.max;
2398
2400
  var min = Math.min;
2399
- var concat = uncurryThis$7([].concat);
2400
- var push = uncurryThis$7([].push);
2401
- var stringIndexOf$1 = uncurryThis$7(''.indexOf);
2402
- var stringSlice = uncurryThis$7(''.slice);
2401
+ var concat = uncurryThis$9([].concat);
2402
+ var push$1 = uncurryThis$9([].push);
2403
+ var stringIndexOf$1 = uncurryThis$9(''.indexOf);
2404
+ var stringSlice$1 = uncurryThis$9(''.slice);
2403
2405
 
2404
2406
  var maybeToString = function (it) {
2405
2407
  return it === undefined ? it : String(it);
@@ -2420,7 +2422,7 @@ var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
2420
2422
  return false;
2421
2423
  })();
2422
2424
 
2423
- var REPLACE_SUPPORTS_NAMED_GROUPS = !fails$6(function () {
2425
+ var REPLACE_SUPPORTS_NAMED_GROUPS = !fails$7(function () {
2424
2426
  var re = /./;
2425
2427
  re.exec = function () {
2426
2428
  var result = [];
@@ -2440,15 +2442,15 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
2440
2442
  // https://tc39.es/ecma262/#sec-string.prototype.replace
2441
2443
  function replace(searchValue, replaceValue) {
2442
2444
  var O = requireObjectCoercible$2(this);
2443
- var replacer = isObject$4(searchValue) ? getMethod$2(searchValue, REPLACE) : undefined;
2445
+ var replacer = isObject$5(searchValue) ? getMethod$2(searchValue, REPLACE) : undefined;
2444
2446
  return replacer
2445
- ? call$6(replacer, searchValue, O, replaceValue)
2446
- : call$6(nativeReplace, toString$3(O), searchValue, replaceValue);
2447
+ ? call$7(replacer, searchValue, O, replaceValue)
2448
+ : call$7(nativeReplace, toString$3(O), searchValue, replaceValue);
2447
2449
  },
2448
2450
  // `RegExp.prototype[@@replace]` method
2449
2451
  // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace
2450
2452
  function (string, replaceValue) {
2451
- var rx = anObject$6(this);
2453
+ var rx = anObject$7(this);
2452
2454
  var S = toString$3(string);
2453
2455
 
2454
2456
  if (
@@ -2460,7 +2462,7 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
2460
2462
  if (res.done) return res.value;
2461
2463
  }
2462
2464
 
2463
- var functionalReplace = isCallable$5(replaceValue);
2465
+ var functionalReplace = isCallable$6(replaceValue);
2464
2466
  if (!functionalReplace) replaceValue = toString$3(replaceValue);
2465
2467
 
2466
2468
  var flags = toString$3(getRegExpFlags$1(rx));
@@ -2477,7 +2479,7 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
2477
2479
  result = regExpExec(rx, S);
2478
2480
  if (result === null) break;
2479
2481
 
2480
- push(results, result);
2482
+ push$1(results, result);
2481
2483
  if (!global) break;
2482
2484
 
2483
2485
  var matchStr = toString$3(result[0]);
@@ -2498,22 +2500,22 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
2498
2500
  // but for some reason `nativeSlice.call(result, 1, result.length)` (called in
2499
2501
  // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and
2500
2502
  // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.
2501
- for (var j = 1; j < result.length; j++) push(captures, maybeToString(result[j]));
2503
+ for (var j = 1; j < result.length; j++) push$1(captures, maybeToString(result[j]));
2502
2504
  var namedCaptures = result.groups;
2503
2505
  if (functionalReplace) {
2504
2506
  var replacerArgs = concat([matched], captures, position, S);
2505
- if (namedCaptures !== undefined) push(replacerArgs, namedCaptures);
2507
+ if (namedCaptures !== undefined) push$1(replacerArgs, namedCaptures);
2506
2508
  replacement = toString$3(apply$1(replaceValue, undefined, replacerArgs));
2507
2509
  } else {
2508
2510
  replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
2509
2511
  }
2510
2512
  if (position >= nextSourcePosition) {
2511
- accumulatedResult += stringSlice(S, nextSourcePosition, position) + replacement;
2513
+ accumulatedResult += stringSlice$1(S, nextSourcePosition, position) + replacement;
2512
2514
  nextSourcePosition = position + matched.length;
2513
2515
  }
2514
2516
  }
2515
2517
 
2516
- return accumulatedResult + stringSlice(S, nextSourcePosition);
2518
+ return accumulatedResult + stringSlice$1(S, nextSourcePosition);
2517
2519
  }
2518
2520
  ];
2519
2521
  }, !REPLACE_SUPPORTS_NAMED_GROUPS || !REPLACE_KEEPS_$0 || REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE);
@@ -2522,12 +2524,12 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
2522
2524
  var whitespaces$3 = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
2523
2525
  '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
2524
2526
 
2525
- var uncurryThis$6 = functionUncurryThis;
2527
+ var uncurryThis$8 = functionUncurryThis;
2526
2528
  var requireObjectCoercible$1 = requireObjectCoercible$7;
2527
2529
  var toString$2 = toString$6;
2528
2530
  var whitespaces$2 = whitespaces$3;
2529
2531
 
2530
- var replace = uncurryThis$6(''.replace);
2532
+ var replace$1 = uncurryThis$8(''.replace);
2531
2533
  var ltrim = RegExp('^[' + whitespaces$2 + ']+');
2532
2534
  var rtrim = RegExp('(^|[^' + whitespaces$2 + '])[' + whitespaces$2 + ']+$');
2533
2535
 
@@ -2535,8 +2537,8 @@ var rtrim = RegExp('(^|[^' + whitespaces$2 + '])[' + whitespaces$2 + ']+$');
2535
2537
  var createMethod$1 = function (TYPE) {
2536
2538
  return function ($this) {
2537
2539
  var string = toString$2(requireObjectCoercible$1($this));
2538
- if (TYPE & 1) string = replace(string, ltrim, '');
2539
- if (TYPE & 2) string = replace(string, rtrim, '$1');
2540
+ if (TYPE & 1) string = replace$1(string, ltrim, '');
2541
+ if (TYPE & 2) string = replace$1(string, rtrim, '$1');
2540
2542
  return string;
2541
2543
  };
2542
2544
  };
@@ -2554,7 +2556,7 @@ var stringTrim = {
2554
2556
  };
2555
2557
 
2556
2558
  var PROPER_FUNCTION_NAME$1 = functionName.PROPER;
2557
- var fails$5 = fails$o;
2559
+ var fails$6 = fails$p;
2558
2560
  var whitespaces$1 = whitespaces$3;
2559
2561
 
2560
2562
  var non = '\u200B\u0085\u180E';
@@ -2562,20 +2564,20 @@ var non = '\u200B\u0085\u180E';
2562
2564
  // check that a method works with the correct list
2563
2565
  // of whitespaces and has a correct name
2564
2566
  var stringTrimForced = function (METHOD_NAME) {
2565
- return fails$5(function () {
2567
+ return fails$6(function () {
2566
2568
  return !!whitespaces$1[METHOD_NAME]()
2567
2569
  || non[METHOD_NAME]() !== non
2568
2570
  || (PROPER_FUNCTION_NAME$1 && whitespaces$1[METHOD_NAME].name !== METHOD_NAME);
2569
2571
  });
2570
2572
  };
2571
2573
 
2572
- var $$a = _export;
2574
+ var $$c = _export;
2573
2575
  var $trim = stringTrim.trim;
2574
2576
  var forcedStringTrimMethod = stringTrimForced;
2575
2577
 
2576
2578
  // `String.prototype.trim` method
2577
2579
  // https://tc39.es/ecma262/#sec-string.prototype.trim
2578
- $$a({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
2580
+ $$c({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
2579
2581
  trim: function trim() {
2580
2582
  return $trim(this);
2581
2583
  }
@@ -2600,7 +2602,7 @@ const changeToSlug = (string = '') => {
2600
2602
  var _a;
2601
2603
  return (_a = string === null || string === void 0 ? void 0 : string.toLowerCase()) === null || _a === void 0 ? void 0 : _a.replace(CONSTANTS.EMPTY_REGEX, '-');
2602
2604
  };
2603
- const isObject$3 = data => {
2605
+ const isObject$4 = data => {
2604
2606
  var _a;
2605
2607
  return ((_a = data === null || data === void 0 ? void 0 : data.constructor) === null || _a === void 0 ? void 0 : _a.name) === 'Object';
2606
2608
  };
@@ -2613,7 +2615,7 @@ const isArray = data => {
2613
2615
  return ((_a = data === null || data === void 0 ? void 0 : data.constructor) === null || _a === void 0 ? void 0 : _a.name) === 'Array';
2614
2616
  };
2615
2617
  const isEmpty = data => {
2616
- if (isObject$3(data)) return Object.keys(data).length === 0;
2618
+ if (isObject$4(data)) return Object.keys(data).length === 0;
2617
2619
  if (isArray(data)) return data.length === 0;
2618
2620
  if (isString(data)) return !data || data.length === 0;
2619
2621
  if ([undefined, null, ''].includes(data)) return true;
@@ -2629,36 +2631,36 @@ const build_path = (...args) => {
2629
2631
  }).filter(x => x.length).join('/');
2630
2632
  };
2631
2633
 
2632
- var globalThis$9 = globalThis_1;
2633
- var fails$4 = fails$o;
2634
- var uncurryThis$5 = functionUncurryThis;
2634
+ var globalThis$a = globalThis_1;
2635
+ var fails$5 = fails$p;
2636
+ var uncurryThis$7 = functionUncurryThis;
2635
2637
  var toString$1 = toString$6;
2636
2638
  var trim = stringTrim.trim;
2637
2639
  var whitespaces = whitespaces$3;
2638
2640
 
2639
- var $parseInt$1 = globalThis$9.parseInt;
2640
- var Symbol$1 = globalThis$9.Symbol;
2641
- var ITERATOR$3 = Symbol$1 && Symbol$1.iterator;
2641
+ var $parseInt$2 = globalThis$a.parseInt;
2642
+ var Symbol$1 = globalThis$a.Symbol;
2643
+ var ITERATOR$5 = Symbol$1 && Symbol$1.iterator;
2642
2644
  var hex = /^[+-]?0x/i;
2643
- var exec$1 = uncurryThis$5(hex.exec);
2644
- var FORCED$1 = $parseInt$1(whitespaces + '08') !== 8 || $parseInt$1(whitespaces + '0x16') !== 22
2645
+ var exec$2 = uncurryThis$7(hex.exec);
2646
+ var FORCED$1 = $parseInt$2(whitespaces + '08') !== 8 || $parseInt$2(whitespaces + '0x16') !== 22
2645
2647
  // MS Edge 18- broken with boxed symbols
2646
- || (ITERATOR$3 && !fails$4(function () { $parseInt$1(Object(ITERATOR$3)); }));
2648
+ || (ITERATOR$5 && !fails$5(function () { $parseInt$2(Object(ITERATOR$5)); }));
2647
2649
 
2648
2650
  // `parseInt` method
2649
2651
  // https://tc39.es/ecma262/#sec-parseint-string-radix
2650
2652
  var numberParseInt = FORCED$1 ? function parseInt(string, radix) {
2651
2653
  var S = trim(toString$1(string));
2652
- return $parseInt$1(S, (radix >>> 0) || (exec$1(hex, S) ? 16 : 10));
2653
- } : $parseInt$1;
2654
+ return $parseInt$2(S, (radix >>> 0) || (exec$2(hex, S) ? 16 : 10));
2655
+ } : $parseInt$2;
2654
2656
 
2655
- var $$9 = _export;
2657
+ var $$b = _export;
2656
2658
  var parseInt$1 = numberParseInt;
2657
2659
 
2658
2660
  // `Number.parseInt` method
2659
2661
  // https://tc39.es/ecma262/#sec-number.parseint
2660
2662
  // eslint-disable-next-line es/no-number-parseint -- required for testing
2661
- $$9({ target: 'Number', stat: true, forced: Number.parseInt !== parseInt$1 }, {
2663
+ $$b({ target: 'Number', stat: true, forced: Number.parseInt !== parseInt$1 }, {
2662
2664
  parseInt: parseInt$1
2663
2665
  });
2664
2666
 
@@ -2956,11 +2958,7 @@ const usePage = ({
2956
2958
  if (selectedWidgets.length) {
2957
2959
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2958
2960
  // @ts-ignore
2959
- data.widgets = selectedWidgets.map(item => ({
2960
- _id: item.value,
2961
- widgetId: item.value,
2962
- code: item.code
2963
- }));
2961
+ data.widgets = selectedWidgets.map(item => item.value);
2964
2962
  }
2965
2963
  setLoading(true);
2966
2964
  const code = formState === 'ADD' ? CALLBACK_CODES.CREATE : CALLBACK_CODES.UPDATE;
@@ -3472,27 +3470,27 @@ const CustomReactSelect = ({
3472
3470
  };
3473
3471
 
3474
3472
  var PROPER_FUNCTION_NAME = functionName.PROPER;
3475
- var defineBuiltIn$2 = defineBuiltIn$7;
3476
- var anObject$5 = anObject$d;
3477
- var $toString = toString$6;
3478
- var fails$3 = fails$o;
3473
+ var defineBuiltIn$4 = defineBuiltIn$9;
3474
+ var anObject$6 = anObject$e;
3475
+ var $toString$1 = toString$6;
3476
+ var fails$4 = fails$p;
3479
3477
  var getRegExpFlags = regexpGetFlags;
3480
3478
 
3481
3479
  var TO_STRING = 'toString';
3482
3480
  var RegExpPrototype = RegExp.prototype;
3483
3481
  var nativeToString = RegExpPrototype[TO_STRING];
3484
3482
 
3485
- var NOT_GENERIC = fails$3(function () { return nativeToString.call({ source: 'a', flags: 'b' }) !== '/a/b'; });
3483
+ var NOT_GENERIC = fails$4(function () { return nativeToString.call({ source: 'a', flags: 'b' }) !== '/a/b'; });
3486
3484
  // FF44- RegExp#toString has a wrong name
3487
3485
  var INCORRECT_NAME = PROPER_FUNCTION_NAME && nativeToString.name !== TO_STRING;
3488
3486
 
3489
3487
  // `RegExp.prototype.toString` method
3490
3488
  // https://tc39.es/ecma262/#sec-regexp.prototype.tostring
3491
3489
  if (NOT_GENERIC || INCORRECT_NAME) {
3492
- defineBuiltIn$2(RegExpPrototype, TO_STRING, function toString() {
3493
- var R = anObject$5(this);
3494
- var pattern = $toString(R.source);
3495
- var flags = $toString(getRegExpFlags(R));
3490
+ defineBuiltIn$4(RegExpPrototype, TO_STRING, function toString() {
3491
+ var R = anObject$6(this);
3492
+ var pattern = $toString$1(R.source);
3493
+ var flags = $toString$1(getRegExpFlags(R));
3496
3494
  return '/' + pattern + '/' + flags;
3497
3495
  }, { unsafe: true });
3498
3496
  }
@@ -3730,20 +3728,20 @@ var arrayReduce = {
3730
3728
  right: createMethod(true)
3731
3729
  };
3732
3730
 
3733
- var fails$2 = fails$o;
3731
+ var fails$3 = fails$p;
3734
3732
 
3735
3733
  var arrayMethodIsStrict$1 = function (METHOD_NAME, argument) {
3736
3734
  var method = [][METHOD_NAME];
3737
- return !!method && fails$2(function () {
3735
+ return !!method && fails$3(function () {
3738
3736
  // eslint-disable-next-line no-useless-call -- required for testing
3739
3737
  method.call(null, argument || function () { return 1; }, 1);
3740
3738
  });
3741
3739
  };
3742
3740
 
3743
3741
  /* global Bun, Deno -- detection */
3744
- var globalThis$8 = globalThis_1;
3742
+ var globalThis$9 = globalThis_1;
3745
3743
  var userAgent$3 = environmentUserAgent;
3746
- var classof$3 = classofRaw$2;
3744
+ var classof$4 = classofRaw$2;
3747
3745
 
3748
3746
  var userAgentStartsWith = function (string) {
3749
3747
  return userAgent$3.slice(0, string.length) === string;
@@ -3754,10 +3752,10 @@ var environment = (function () {
3754
3752
  if (userAgentStartsWith('Cloudflare-Workers')) return 'CLOUDFLARE';
3755
3753
  if (userAgentStartsWith('Deno/')) return 'DENO';
3756
3754
  if (userAgentStartsWith('Node.js/')) return 'NODE';
3757
- if (globalThis$8.Bun && typeof Bun.version == 'string') return 'BUN';
3758
- if (globalThis$8.Deno && typeof Deno.version == 'object') return 'DENO';
3759
- if (classof$3(globalThis$8.process) === 'process') return 'NODE';
3760
- if (globalThis$8.window && globalThis$8.document) return 'BROWSER';
3755
+ if (globalThis$9.Bun && typeof Bun.version == 'string') return 'BUN';
3756
+ if (globalThis$9.Deno && typeof Deno.version == 'object') return 'DENO';
3757
+ if (classof$4(globalThis$9.process) === 'process') return 'NODE';
3758
+ if (globalThis$9.window && globalThis$9.document) return 'BROWSER';
3761
3759
  return 'REST';
3762
3760
  })();
3763
3761
 
@@ -3765,7 +3763,7 @@ var ENVIRONMENT$1 = environment;
3765
3763
 
3766
3764
  var environmentIsNode = ENVIRONMENT$1 === 'NODE';
3767
3765
 
3768
- var $$8 = _export;
3766
+ var $$a = _export;
3769
3767
  var $reduce = arrayReduce.left;
3770
3768
  var arrayMethodIsStrict = arrayMethodIsStrict$1;
3771
3769
  var CHROME_VERSION = environmentV8Version;
@@ -3778,20 +3776,20 @@ var FORCED = CHROME_BUG || !arrayMethodIsStrict('reduce');
3778
3776
 
3779
3777
  // `Array.prototype.reduce` method
3780
3778
  // https://tc39.es/ecma262/#sec-array.prototype.reduce
3781
- $$8({ target: 'Array', proto: true, forced: FORCED }, {
3779
+ $$a({ target: 'Array', proto: true, forced: FORCED }, {
3782
3780
  reduce: function reduce(callbackfn /* , initialValue */) {
3783
3781
  var length = arguments.length;
3784
3782
  return $reduce(this, callbackfn, length, length > 1 ? arguments[1] : undefined);
3785
3783
  }
3786
3784
  });
3787
3785
 
3788
- var $$7 = _export;
3789
- var $parseInt = numberParseInt;
3786
+ var $$9 = _export;
3787
+ var $parseInt$1 = numberParseInt;
3790
3788
 
3791
3789
  // `parseInt` method
3792
3790
  // https://tc39.es/ecma262/#sec-parseint-string-radix
3793
- $$7({ global: true, forced: parseInt !== $parseInt }, {
3794
- parseInt: $parseInt
3791
+ $$9({ global: true, forced: parseInt !== $parseInt$1 }, {
3792
+ parseInt: $parseInt$1
3795
3793
  });
3796
3794
 
3797
3795
  const SimpleForm = /*#__PURE__*/React.forwardRef(({
@@ -3991,6 +3989,729 @@ const SimpleForm = /*#__PURE__*/React.forwardRef(({
3991
3989
  }, inputRenderer(schema)))));
3992
3990
  });
3993
3991
 
3992
+ var $$8 = _export;
3993
+ var uncurryThis$6 = functionUncurryThis;
3994
+ var toAbsoluteIndex = toAbsoluteIndex$2;
3995
+
3996
+ var $RangeError = RangeError;
3997
+ var fromCharCode$1 = String.fromCharCode;
3998
+ // eslint-disable-next-line es/no-string-fromcodepoint -- required for testing
3999
+ var $fromCodePoint = String.fromCodePoint;
4000
+ var join$1 = uncurryThis$6([].join);
4001
+
4002
+ // length should be 1, old FF problem
4003
+ var INCORRECT_LENGTH = !!$fromCodePoint && $fromCodePoint.length !== 1;
4004
+
4005
+ // `String.fromCodePoint` method
4006
+ // https://tc39.es/ecma262/#sec-string.fromcodepoint
4007
+ $$8({ target: 'String', stat: true, arity: 1, forced: INCORRECT_LENGTH }, {
4008
+ // eslint-disable-next-line no-unused-vars -- required for `.length`
4009
+ fromCodePoint: function fromCodePoint(x) {
4010
+ var elements = [];
4011
+ var length = arguments.length;
4012
+ var i = 0;
4013
+ var code;
4014
+ while (length > i) {
4015
+ code = +arguments[i++];
4016
+ if (toAbsoluteIndex(code, 0x10FFFF) !== code) throw new $RangeError(code + ' is not a valid code point');
4017
+ elements[i] = code < 0x10000
4018
+ ? fromCharCode$1(code)
4019
+ : fromCharCode$1(((code -= 0x10000) >> 10) + 0xD800, code % 0x400 + 0xDC00);
4020
+ } return join$1(elements, '');
4021
+ }
4022
+ });
4023
+
4024
+ var globalThis$8 = globalThis_1;
4025
+ var DESCRIPTORS$3 = descriptors;
4026
+
4027
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
4028
+ var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
4029
+
4030
+ // Avoid NodeJS experimental warning
4031
+ var safeGetBuiltIn$2 = function (name) {
4032
+ if (!DESCRIPTORS$3) return globalThis$8[name];
4033
+ var descriptor = getOwnPropertyDescriptor(globalThis$8, name);
4034
+ return descriptor && descriptor.value;
4035
+ };
4036
+
4037
+ var fails$2 = fails$p;
4038
+ var wellKnownSymbol$9 = wellKnownSymbol$k;
4039
+ var DESCRIPTORS$2 = descriptors;
4040
+ var IS_PURE = isPure;
4041
+
4042
+ var ITERATOR$4 = wellKnownSymbol$9('iterator');
4043
+
4044
+ var urlConstructorDetection = !fails$2(function () {
4045
+ // eslint-disable-next-line unicorn/relative-url-style -- required for testing
4046
+ var url = new URL('b?a=1&b=2&c=3', 'https://a');
4047
+ var params = url.searchParams;
4048
+ var params2 = new URLSearchParams('a=1&a=2&b=3');
4049
+ var result = '';
4050
+ url.pathname = 'c%20d';
4051
+ params.forEach(function (value, key) {
4052
+ params['delete']('b');
4053
+ result += key + value;
4054
+ });
4055
+ params2['delete']('a', 2);
4056
+ // `undefined` case is a Chromium 117 bug
4057
+ // https://bugs.chromium.org/p/v8/issues/detail?id=14222
4058
+ params2['delete']('b', undefined);
4059
+ return (IS_PURE && (!url.toJSON || !params2.has('a', 1) || params2.has('a', 2) || !params2.has('a', undefined) || params2.has('b')))
4060
+ || (!params.size && (IS_PURE || !DESCRIPTORS$2))
4061
+ || !params.sort
4062
+ || url.href !== 'https://a/c%20d?a=1&c=3'
4063
+ || params.get('c') !== '3'
4064
+ || String(new URLSearchParams('?a=1')) !== 'a=1'
4065
+ || !params[ITERATOR$4]
4066
+ // throws in Edge
4067
+ || new URL('https://a@b').username !== 'a'
4068
+ || new URLSearchParams(new URLSearchParams('a=b')).get('a') !== 'b'
4069
+ // not punycoded in Edge
4070
+ || new URL('https://тест').host !== 'xn--e1aybc'
4071
+ // not escaped in Chrome 62-
4072
+ || new URL('https://a#б').hash !== '#%D0%B1'
4073
+ // fails in Chrome 66-
4074
+ || result !== 'a1c3'
4075
+ // throws in Safari
4076
+ || new URL('https://x', undefined).host !== 'x';
4077
+ });
4078
+
4079
+ var makeBuiltIn = makeBuiltIn$3.exports;
4080
+ var defineProperty = objectDefineProperty;
4081
+
4082
+ var defineBuiltInAccessor$2 = function (target, name, descriptor) {
4083
+ if (descriptor.get) makeBuiltIn(descriptor.get, name, { getter: true });
4084
+ if (descriptor.set) makeBuiltIn(descriptor.set, name, { setter: true });
4085
+ return defineProperty.f(target, name, descriptor);
4086
+ };
4087
+
4088
+ var defineBuiltIn$3 = defineBuiltIn$9;
4089
+
4090
+ var defineBuiltIns$1 = function (target, src, options) {
4091
+ for (var key in src) defineBuiltIn$3(target, key, src[key], options);
4092
+ return target;
4093
+ };
4094
+
4095
+ var isPrototypeOf$1 = objectIsPrototypeOf;
4096
+
4097
+ var $TypeError$6 = TypeError;
4098
+
4099
+ var anInstance$2 = function (it, Prototype) {
4100
+ if (isPrototypeOf$1(Prototype, it)) return it;
4101
+ throw new $TypeError$6('Incorrect invocation');
4102
+ };
4103
+
4104
+ var classofRaw = classofRaw$2;
4105
+ var uncurryThis$5 = functionUncurryThis;
4106
+
4107
+ var functionUncurryThisClause = function (fn) {
4108
+ // Nashorn bug:
4109
+ // https://github.com/zloirock/core-js/issues/1128
4110
+ // https://github.com/zloirock/core-js/issues/1130
4111
+ if (classofRaw(fn) === 'Function') return uncurryThis$5(fn);
4112
+ };
4113
+
4114
+ var uncurryThis$4 = functionUncurryThisClause;
4115
+ var aCallable$5 = aCallable$9;
4116
+ var NATIVE_BIND = functionBindNative;
4117
+
4118
+ var bind$5 = uncurryThis$4(uncurryThis$4.bind);
4119
+
4120
+ // optional / simple context binding
4121
+ var functionBindContext = function (fn, that) {
4122
+ aCallable$5(fn);
4123
+ return that === undefined ? fn : NATIVE_BIND ? bind$5(fn, that) : function (/* ...args */) {
4124
+ return fn.apply(that, arguments);
4125
+ };
4126
+ };
4127
+
4128
+ var classof$3 = classof$7;
4129
+ var getMethod$1 = getMethod$4;
4130
+ var isNullOrUndefined$1 = isNullOrUndefined$4;
4131
+ var Iterators$1 = iterators;
4132
+ var wellKnownSymbol$8 = wellKnownSymbol$k;
4133
+
4134
+ var ITERATOR$3 = wellKnownSymbol$8('iterator');
4135
+
4136
+ var getIteratorMethod$3 = function (it) {
4137
+ if (!isNullOrUndefined$1(it)) return getMethod$1(it, ITERATOR$3)
4138
+ || getMethod$1(it, '@@iterator')
4139
+ || Iterators$1[classof$3(it)];
4140
+ };
4141
+
4142
+ var call$6 = functionCall;
4143
+ var aCallable$4 = aCallable$9;
4144
+ var anObject$5 = anObject$e;
4145
+ var tryToString$2 = tryToString$4;
4146
+ var getIteratorMethod$2 = getIteratorMethod$3;
4147
+
4148
+ var $TypeError$5 = TypeError;
4149
+
4150
+ var getIterator$2 = function (argument, usingIterator) {
4151
+ var iteratorMethod = arguments.length < 2 ? getIteratorMethod$2(argument) : usingIterator;
4152
+ if (aCallable$4(iteratorMethod)) return anObject$5(call$6(iteratorMethod, argument));
4153
+ throw new $TypeError$5(tryToString$2(argument) + ' is not iterable');
4154
+ };
4155
+
4156
+ var $TypeError$4 = TypeError;
4157
+
4158
+ var validateArgumentsLength$2 = function (passed, required) {
4159
+ if (passed < required) throw new $TypeError$4('Not enough arguments');
4160
+ return passed;
4161
+ };
4162
+
4163
+ var uncurryThis$3 = functionUncurryThis;
4164
+
4165
+ var arraySlice$2 = uncurryThis$3([].slice);
4166
+
4167
+ var arraySlice$1 = arraySlice$2;
4168
+
4169
+ var floor = Math.floor;
4170
+
4171
+ var sort = function (array, comparefn) {
4172
+ var length = array.length;
4173
+
4174
+ if (length < 8) {
4175
+ // insertion sort
4176
+ var i = 1;
4177
+ var element, j;
4178
+
4179
+ while (i < length) {
4180
+ j = i;
4181
+ element = array[i];
4182
+ while (j && comparefn(array[j - 1], element) > 0) {
4183
+ array[j] = array[--j];
4184
+ }
4185
+ if (j !== i++) array[j] = element;
4186
+ }
4187
+ } else {
4188
+ // merge sort
4189
+ var middle = floor(length / 2);
4190
+ var left = sort(arraySlice$1(array, 0, middle), comparefn);
4191
+ var right = sort(arraySlice$1(array, middle), comparefn);
4192
+ var llength = left.length;
4193
+ var rlength = right.length;
4194
+ var lindex = 0;
4195
+ var rindex = 0;
4196
+
4197
+ while (lindex < llength || rindex < rlength) {
4198
+ array[lindex + rindex] = (lindex < llength && rindex < rlength)
4199
+ ? comparefn(left[lindex], right[rindex]) <= 0 ? left[lindex++] : right[rindex++]
4200
+ : lindex < llength ? left[lindex++] : right[rindex++];
4201
+ }
4202
+ }
4203
+
4204
+ return array;
4205
+ };
4206
+
4207
+ var arraySort$1 = sort;
4208
+
4209
+ // TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env`
4210
+
4211
+
4212
+ var $$7 = _export;
4213
+ var globalThis$7 = globalThis_1;
4214
+ var safeGetBuiltIn$1 = safeGetBuiltIn$2;
4215
+ var getBuiltIn$4 = getBuiltIn$8;
4216
+ var call$5 = functionCall;
4217
+ var uncurryThis$2 = functionUncurryThis;
4218
+ var DESCRIPTORS$1 = descriptors;
4219
+ var USE_NATIVE_URL = urlConstructorDetection;
4220
+ var defineBuiltIn$2 = defineBuiltIn$9;
4221
+ var defineBuiltInAccessor$1 = defineBuiltInAccessor$2;
4222
+ var defineBuiltIns = defineBuiltIns$1;
4223
+ var setToStringTag$1 = setToStringTag$5;
4224
+ var createIteratorConstructor = iteratorCreateConstructor;
4225
+ var InternalStateModule$1 = internalState;
4226
+ var anInstance$1 = anInstance$2;
4227
+ var isCallable$5 = isCallable$m;
4228
+ var hasOwn$1 = hasOwnProperty_1;
4229
+ var bind$4 = functionBindContext;
4230
+ var classof$2 = classof$7;
4231
+ var anObject$4 = anObject$e;
4232
+ var isObject$3 = isObject$e;
4233
+ var $toString = toString$6;
4234
+ var create = objectCreate;
4235
+ var createPropertyDescriptor = createPropertyDescriptor$4;
4236
+ var getIterator$1 = getIterator$2;
4237
+ var getIteratorMethod$1 = getIteratorMethod$3;
4238
+ var createIterResultObject = createIterResultObject$2;
4239
+ var validateArgumentsLength$1 = validateArgumentsLength$2;
4240
+ var wellKnownSymbol$7 = wellKnownSymbol$k;
4241
+ var arraySort = arraySort$1;
4242
+
4243
+ var ITERATOR$2 = wellKnownSymbol$7('iterator');
4244
+ var URL_SEARCH_PARAMS = 'URLSearchParams';
4245
+ var URL_SEARCH_PARAMS_ITERATOR = URL_SEARCH_PARAMS + 'Iterator';
4246
+ var setInternalState$1 = InternalStateModule$1.set;
4247
+ var getInternalParamsState = InternalStateModule$1.getterFor(URL_SEARCH_PARAMS);
4248
+ var getInternalIteratorState = InternalStateModule$1.getterFor(URL_SEARCH_PARAMS_ITERATOR);
4249
+
4250
+ var nativeFetch = safeGetBuiltIn$1('fetch');
4251
+ var NativeRequest = safeGetBuiltIn$1('Request');
4252
+ var Headers = safeGetBuiltIn$1('Headers');
4253
+ var RequestPrototype = NativeRequest && NativeRequest.prototype;
4254
+ var HeadersPrototype = Headers && Headers.prototype;
4255
+ var TypeError$2 = globalThis$7.TypeError;
4256
+ var encodeURIComponent = globalThis$7.encodeURIComponent;
4257
+ var fromCharCode = String.fromCharCode;
4258
+ var fromCodePoint = getBuiltIn$4('String', 'fromCodePoint');
4259
+ var $parseInt = parseInt;
4260
+ var charAt = uncurryThis$2(''.charAt);
4261
+ var join = uncurryThis$2([].join);
4262
+ var push = uncurryThis$2([].push);
4263
+ var replace = uncurryThis$2(''.replace);
4264
+ var shift = uncurryThis$2([].shift);
4265
+ var splice = uncurryThis$2([].splice);
4266
+ var split = uncurryThis$2(''.split);
4267
+ var stringSlice = uncurryThis$2(''.slice);
4268
+ var exec$1 = uncurryThis$2(/./.exec);
4269
+
4270
+ var plus = /\+/g;
4271
+ var FALLBACK_REPLACER = '\uFFFD';
4272
+ var VALID_HEX = /^[0-9a-f]+$/i;
4273
+
4274
+ var parseHexOctet = function (string, start) {
4275
+ var substr = stringSlice(string, start, start + 2);
4276
+ if (!exec$1(VALID_HEX, substr)) return NaN;
4277
+
4278
+ return $parseInt(substr, 16);
4279
+ };
4280
+
4281
+ var getLeadingOnes = function (octet) {
4282
+ var count = 0;
4283
+ for (var mask = 0x80; mask > 0 && (octet & mask) !== 0; mask >>= 1) {
4284
+ count++;
4285
+ }
4286
+ return count;
4287
+ };
4288
+
4289
+ var utf8Decode = function (octets) {
4290
+ var codePoint = null;
4291
+
4292
+ switch (octets.length) {
4293
+ case 1:
4294
+ codePoint = octets[0];
4295
+ break;
4296
+ case 2:
4297
+ codePoint = (octets[0] & 0x1F) << 6 | (octets[1] & 0x3F);
4298
+ break;
4299
+ case 3:
4300
+ codePoint = (octets[0] & 0x0F) << 12 | (octets[1] & 0x3F) << 6 | (octets[2] & 0x3F);
4301
+ break;
4302
+ case 4:
4303
+ codePoint = (octets[0] & 0x07) << 18 | (octets[1] & 0x3F) << 12 | (octets[2] & 0x3F) << 6 | (octets[3] & 0x3F);
4304
+ break;
4305
+ }
4306
+
4307
+ return codePoint > 0x10FFFF ? null : codePoint;
4308
+ };
4309
+
4310
+ var decode = function (input) {
4311
+ input = replace(input, plus, ' ');
4312
+ var length = input.length;
4313
+ var result = '';
4314
+ var i = 0;
4315
+
4316
+ while (i < length) {
4317
+ var decodedChar = charAt(input, i);
4318
+
4319
+ if (decodedChar === '%') {
4320
+ if (charAt(input, i + 1) === '%' || i + 3 > length) {
4321
+ result += '%';
4322
+ i++;
4323
+ continue;
4324
+ }
4325
+
4326
+ var octet = parseHexOctet(input, i + 1);
4327
+
4328
+ // eslint-disable-next-line no-self-compare -- NaN check
4329
+ if (octet !== octet) {
4330
+ result += decodedChar;
4331
+ i++;
4332
+ continue;
4333
+ }
4334
+
4335
+ i += 2;
4336
+ var byteSequenceLength = getLeadingOnes(octet);
4337
+
4338
+ if (byteSequenceLength === 0) {
4339
+ decodedChar = fromCharCode(octet);
4340
+ } else {
4341
+ if (byteSequenceLength === 1 || byteSequenceLength > 4) {
4342
+ result += FALLBACK_REPLACER;
4343
+ i++;
4344
+ continue;
4345
+ }
4346
+
4347
+ var octets = [octet];
4348
+ var sequenceIndex = 1;
4349
+
4350
+ while (sequenceIndex < byteSequenceLength) {
4351
+ i++;
4352
+ if (i + 3 > length || charAt(input, i) !== '%') break;
4353
+
4354
+ var nextByte = parseHexOctet(input, i + 1);
4355
+
4356
+ // eslint-disable-next-line no-self-compare -- NaN check
4357
+ if (nextByte !== nextByte) {
4358
+ i += 3;
4359
+ break;
4360
+ }
4361
+ if (nextByte > 191 || nextByte < 128) break;
4362
+
4363
+ push(octets, nextByte);
4364
+ i += 2;
4365
+ sequenceIndex++;
4366
+ }
4367
+
4368
+ if (octets.length !== byteSequenceLength) {
4369
+ result += FALLBACK_REPLACER;
4370
+ continue;
4371
+ }
4372
+
4373
+ var codePoint = utf8Decode(octets);
4374
+ if (codePoint === null) {
4375
+ result += FALLBACK_REPLACER;
4376
+ } else {
4377
+ decodedChar = fromCodePoint(codePoint);
4378
+ }
4379
+ }
4380
+ }
4381
+
4382
+ result += decodedChar;
4383
+ i++;
4384
+ }
4385
+
4386
+ return result;
4387
+ };
4388
+
4389
+ var find = /[!'()~]|%20/g;
4390
+
4391
+ var replacements = {
4392
+ '!': '%21',
4393
+ "'": '%27',
4394
+ '(': '%28',
4395
+ ')': '%29',
4396
+ '~': '%7E',
4397
+ '%20': '+'
4398
+ };
4399
+
4400
+ var replacer = function (match) {
4401
+ return replacements[match];
4402
+ };
4403
+
4404
+ var serialize = function (it) {
4405
+ return replace(encodeURIComponent(it), find, replacer);
4406
+ };
4407
+
4408
+ var URLSearchParamsIterator = createIteratorConstructor(function Iterator(params, kind) {
4409
+ setInternalState$1(this, {
4410
+ type: URL_SEARCH_PARAMS_ITERATOR,
4411
+ target: getInternalParamsState(params).entries,
4412
+ index: 0,
4413
+ kind: kind
4414
+ });
4415
+ }, URL_SEARCH_PARAMS, function next() {
4416
+ var state = getInternalIteratorState(this);
4417
+ var target = state.target;
4418
+ var index = state.index++;
4419
+ if (!target || index >= target.length) {
4420
+ state.target = null;
4421
+ return createIterResultObject(undefined, true);
4422
+ }
4423
+ var entry = target[index];
4424
+ switch (state.kind) {
4425
+ case 'keys': return createIterResultObject(entry.key, false);
4426
+ case 'values': return createIterResultObject(entry.value, false);
4427
+ } return createIterResultObject([entry.key, entry.value], false);
4428
+ }, true);
4429
+
4430
+ var URLSearchParamsState = function (init) {
4431
+ this.entries = [];
4432
+ this.url = null;
4433
+
4434
+ if (init !== undefined) {
4435
+ if (isObject$3(init)) this.parseObject(init);
4436
+ else this.parseQuery(typeof init == 'string' ? charAt(init, 0) === '?' ? stringSlice(init, 1) : init : $toString(init));
4437
+ }
4438
+ };
4439
+
4440
+ URLSearchParamsState.prototype = {
4441
+ type: URL_SEARCH_PARAMS,
4442
+ bindURL: function (url) {
4443
+ this.url = url;
4444
+ this.update();
4445
+ },
4446
+ parseObject: function (object) {
4447
+ var entries = this.entries;
4448
+ var iteratorMethod = getIteratorMethod$1(object);
4449
+ var iterator, next, step, entryIterator, entryNext, first, second;
4450
+
4451
+ if (iteratorMethod) {
4452
+ iterator = getIterator$1(object, iteratorMethod);
4453
+ next = iterator.next;
4454
+ while (!(step = call$5(next, iterator)).done) {
4455
+ entryIterator = getIterator$1(anObject$4(step.value));
4456
+ entryNext = entryIterator.next;
4457
+ if (
4458
+ (first = call$5(entryNext, entryIterator)).done ||
4459
+ (second = call$5(entryNext, entryIterator)).done ||
4460
+ !call$5(entryNext, entryIterator).done
4461
+ ) throw new TypeError$2('Expected sequence with length 2');
4462
+ push(entries, { key: $toString(first.value), value: $toString(second.value) });
4463
+ }
4464
+ } else for (var key in object) if (hasOwn$1(object, key)) {
4465
+ push(entries, { key: key, value: $toString(object[key]) });
4466
+ }
4467
+ },
4468
+ parseQuery: function (query) {
4469
+ if (query) {
4470
+ var entries = this.entries;
4471
+ var attributes = split(query, '&');
4472
+ var index = 0;
4473
+ var attribute, entry;
4474
+ while (index < attributes.length) {
4475
+ attribute = attributes[index++];
4476
+ if (attribute.length) {
4477
+ entry = split(attribute, '=');
4478
+ push(entries, {
4479
+ key: decode(shift(entry)),
4480
+ value: decode(join(entry, '='))
4481
+ });
4482
+ }
4483
+ }
4484
+ }
4485
+ },
4486
+ serialize: function () {
4487
+ var entries = this.entries;
4488
+ var result = [];
4489
+ var index = 0;
4490
+ var entry;
4491
+ while (index < entries.length) {
4492
+ entry = entries[index++];
4493
+ push(result, serialize(entry.key) + '=' + serialize(entry.value));
4494
+ } return join(result, '&');
4495
+ },
4496
+ update: function () {
4497
+ this.entries.length = 0;
4498
+ this.parseQuery(this.url.query);
4499
+ },
4500
+ updateURL: function () {
4501
+ if (this.url) this.url.update();
4502
+ }
4503
+ };
4504
+
4505
+ // `URLSearchParams` constructor
4506
+ // https://url.spec.whatwg.org/#interface-urlsearchparams
4507
+ var URLSearchParamsConstructor = function URLSearchParams(/* init */) {
4508
+ anInstance$1(this, URLSearchParamsPrototype);
4509
+ var init = arguments.length > 0 ? arguments[0] : undefined;
4510
+ var state = setInternalState$1(this, new URLSearchParamsState(init));
4511
+ if (!DESCRIPTORS$1) this.size = state.entries.length;
4512
+ };
4513
+
4514
+ var URLSearchParamsPrototype = URLSearchParamsConstructor.prototype;
4515
+
4516
+ defineBuiltIns(URLSearchParamsPrototype, {
4517
+ // `URLSearchParams.prototype.append` method
4518
+ // https://url.spec.whatwg.org/#dom-urlsearchparams-append
4519
+ append: function append(name, value) {
4520
+ var state = getInternalParamsState(this);
4521
+ validateArgumentsLength$1(arguments.length, 2);
4522
+ push(state.entries, { key: $toString(name), value: $toString(value) });
4523
+ if (!DESCRIPTORS$1) this.size++;
4524
+ state.updateURL();
4525
+ },
4526
+ // `URLSearchParams.prototype.delete` method
4527
+ // https://url.spec.whatwg.org/#dom-urlsearchparams-delete
4528
+ 'delete': function (name /* , value */) {
4529
+ var state = getInternalParamsState(this);
4530
+ var length = validateArgumentsLength$1(arguments.length, 1);
4531
+ var entries = state.entries;
4532
+ var key = $toString(name);
4533
+ var $value = length < 2 ? undefined : arguments[1];
4534
+ var value = $value === undefined ? $value : $toString($value);
4535
+ var index = 0;
4536
+ while (index < entries.length) {
4537
+ var entry = entries[index];
4538
+ if (entry.key === key && (value === undefined || entry.value === value)) {
4539
+ splice(entries, index, 1);
4540
+ if (value !== undefined) break;
4541
+ } else index++;
4542
+ }
4543
+ if (!DESCRIPTORS$1) this.size = entries.length;
4544
+ state.updateURL();
4545
+ },
4546
+ // `URLSearchParams.prototype.get` method
4547
+ // https://url.spec.whatwg.org/#dom-urlsearchparams-get
4548
+ get: function get(name) {
4549
+ var entries = getInternalParamsState(this).entries;
4550
+ validateArgumentsLength$1(arguments.length, 1);
4551
+ var key = $toString(name);
4552
+ var index = 0;
4553
+ for (; index < entries.length; index++) {
4554
+ if (entries[index].key === key) return entries[index].value;
4555
+ }
4556
+ return null;
4557
+ },
4558
+ // `URLSearchParams.prototype.getAll` method
4559
+ // https://url.spec.whatwg.org/#dom-urlsearchparams-getall
4560
+ getAll: function getAll(name) {
4561
+ var entries = getInternalParamsState(this).entries;
4562
+ validateArgumentsLength$1(arguments.length, 1);
4563
+ var key = $toString(name);
4564
+ var result = [];
4565
+ var index = 0;
4566
+ for (; index < entries.length; index++) {
4567
+ if (entries[index].key === key) push(result, entries[index].value);
4568
+ }
4569
+ return result;
4570
+ },
4571
+ // `URLSearchParams.prototype.has` method
4572
+ // https://url.spec.whatwg.org/#dom-urlsearchparams-has
4573
+ has: function has(name /* , value */) {
4574
+ var entries = getInternalParamsState(this).entries;
4575
+ var length = validateArgumentsLength$1(arguments.length, 1);
4576
+ var key = $toString(name);
4577
+ var $value = length < 2 ? undefined : arguments[1];
4578
+ var value = $value === undefined ? $value : $toString($value);
4579
+ var index = 0;
4580
+ while (index < entries.length) {
4581
+ var entry = entries[index++];
4582
+ if (entry.key === key && (value === undefined || entry.value === value)) return true;
4583
+ }
4584
+ return false;
4585
+ },
4586
+ // `URLSearchParams.prototype.set` method
4587
+ // https://url.spec.whatwg.org/#dom-urlsearchparams-set
4588
+ set: function set(name, value) {
4589
+ var state = getInternalParamsState(this);
4590
+ validateArgumentsLength$1(arguments.length, 1);
4591
+ var entries = state.entries;
4592
+ var found = false;
4593
+ var key = $toString(name);
4594
+ var val = $toString(value);
4595
+ var index = 0;
4596
+ var entry;
4597
+ for (; index < entries.length; index++) {
4598
+ entry = entries[index];
4599
+ if (entry.key === key) {
4600
+ if (found) splice(entries, index--, 1);
4601
+ else {
4602
+ found = true;
4603
+ entry.value = val;
4604
+ }
4605
+ }
4606
+ }
4607
+ if (!found) push(entries, { key: key, value: val });
4608
+ if (!DESCRIPTORS$1) this.size = entries.length;
4609
+ state.updateURL();
4610
+ },
4611
+ // `URLSearchParams.prototype.sort` method
4612
+ // https://url.spec.whatwg.org/#dom-urlsearchparams-sort
4613
+ sort: function sort() {
4614
+ var state = getInternalParamsState(this);
4615
+ arraySort(state.entries, function (a, b) {
4616
+ return a.key > b.key ? 1 : -1;
4617
+ });
4618
+ state.updateURL();
4619
+ },
4620
+ // `URLSearchParams.prototype.forEach` method
4621
+ forEach: function forEach(callback /* , thisArg */) {
4622
+ var entries = getInternalParamsState(this).entries;
4623
+ var boundFunction = bind$4(callback, arguments.length > 1 ? arguments[1] : undefined);
4624
+ var index = 0;
4625
+ var entry;
4626
+ while (index < entries.length) {
4627
+ entry = entries[index++];
4628
+ boundFunction(entry.value, entry.key, this);
4629
+ }
4630
+ },
4631
+ // `URLSearchParams.prototype.keys` method
4632
+ keys: function keys() {
4633
+ return new URLSearchParamsIterator(this, 'keys');
4634
+ },
4635
+ // `URLSearchParams.prototype.values` method
4636
+ values: function values() {
4637
+ return new URLSearchParamsIterator(this, 'values');
4638
+ },
4639
+ // `URLSearchParams.prototype.entries` method
4640
+ entries: function entries() {
4641
+ return new URLSearchParamsIterator(this, 'entries');
4642
+ }
4643
+ }, { enumerable: true });
4644
+
4645
+ // `URLSearchParams.prototype[@@iterator]` method
4646
+ defineBuiltIn$2(URLSearchParamsPrototype, ITERATOR$2, URLSearchParamsPrototype.entries, { name: 'entries' });
4647
+
4648
+ // `URLSearchParams.prototype.toString` method
4649
+ // https://url.spec.whatwg.org/#urlsearchparams-stringification-behavior
4650
+ defineBuiltIn$2(URLSearchParamsPrototype, 'toString', function toString() {
4651
+ return getInternalParamsState(this).serialize();
4652
+ }, { enumerable: true });
4653
+
4654
+ // `URLSearchParams.prototype.size` getter
4655
+ // https://github.com/whatwg/url/pull/734
4656
+ if (DESCRIPTORS$1) defineBuiltInAccessor$1(URLSearchParamsPrototype, 'size', {
4657
+ get: function size() {
4658
+ return getInternalParamsState(this).entries.length;
4659
+ },
4660
+ configurable: true,
4661
+ enumerable: true
4662
+ });
4663
+
4664
+ setToStringTag$1(URLSearchParamsConstructor, URL_SEARCH_PARAMS);
4665
+
4666
+ $$7({ global: true, constructor: true, forced: !USE_NATIVE_URL }, {
4667
+ URLSearchParams: URLSearchParamsConstructor
4668
+ });
4669
+
4670
+ // Wrap `fetch` and `Request` for correct work with polyfilled `URLSearchParams`
4671
+ if (!USE_NATIVE_URL && isCallable$5(Headers)) {
4672
+ var headersHas = uncurryThis$2(HeadersPrototype.has);
4673
+ var headersSet = uncurryThis$2(HeadersPrototype.set);
4674
+
4675
+ var wrapRequestOptions = function (init) {
4676
+ if (isObject$3(init)) {
4677
+ var body = init.body;
4678
+ var headers;
4679
+ if (classof$2(body) === URL_SEARCH_PARAMS) {
4680
+ headers = init.headers ? new Headers(init.headers) : new Headers();
4681
+ if (!headersHas(headers, 'content-type')) {
4682
+ headersSet(headers, 'content-type', 'application/x-www-form-urlencoded;charset=UTF-8');
4683
+ }
4684
+ return create(init, {
4685
+ body: createPropertyDescriptor(0, $toString(body)),
4686
+ headers: createPropertyDescriptor(0, headers)
4687
+ });
4688
+ }
4689
+ } return init;
4690
+ };
4691
+
4692
+ if (isCallable$5(nativeFetch)) {
4693
+ $$7({ global: true, enumerable: true, dontCallGetSet: true, forced: true }, {
4694
+ fetch: function fetch(input /* , init */) {
4695
+ return nativeFetch(input, arguments.length > 1 ? wrapRequestOptions(arguments[1]) : {});
4696
+ }
4697
+ });
4698
+ }
4699
+
4700
+ if (isCallable$5(NativeRequest)) {
4701
+ var RequestConstructor = function Request(input /* , init */) {
4702
+ anInstance$1(this, RequestPrototype);
4703
+ return new NativeRequest(input, arguments.length > 1 ? wrapRequestOptions(arguments[1]) : {});
4704
+ };
4705
+
4706
+ RequestPrototype.constructor = RequestConstructor;
4707
+ RequestConstructor.prototype = RequestPrototype;
4708
+
4709
+ $$7({ global: true, constructor: true, dontCallGetSet: true, forced: true }, {
4710
+ Request: RequestConstructor
4711
+ });
4712
+ }
4713
+ }
4714
+
3994
4715
  const Settings = ({
3995
4716
  srText,
3996
4717
  className
@@ -4030,8 +4751,24 @@ const DNDItemsList = ({
4030
4751
  formatItem,
4031
4752
  listCode,
4032
4753
  onFilterClick,
4033
- disableSettings: _disableSettings = false
4754
+ disableSettings: _disableSettings = false,
4755
+ filterQuery
4034
4756
  }) => {
4757
+ const getFilterCount = query => {
4758
+ if (!query) return 0;
4759
+ try {
4760
+ const params = new URLSearchParams(query);
4761
+ let count = 0;
4762
+ params.forEach(value => {
4763
+ if (value) {
4764
+ count += value.split(',').filter(v => v.trim() !== '').length;
4765
+ }
4766
+ });
4767
+ return count;
4768
+ } catch (error) {
4769
+ return 0;
4770
+ }
4771
+ };
4035
4772
  return /*#__PURE__*/React__default["default"].createElement(DragDropContextWrapper, {
4036
4773
  onDragEnd: onDragEnd
4037
4774
  }, /*#__PURE__*/React__default["default"].createElement(DroppableWrapper, {
@@ -4043,24 +4780,30 @@ const DNDItemsList = ({
4043
4780
  key: item.value,
4044
4781
  draggableId: item.value,
4045
4782
  index: index
4046
- }, provided => (/*#__PURE__*/React__default["default"].createElement("div", Object.assign({
4047
- className: "khb_DND-item",
4048
- key: item.value,
4049
- ref: provided.innerRef
4050
- }, provided.draggableProps, provided.dragHandleProps), typeof formatItem === 'function' && listCode ? formatItem(listCode, item) : (/*#__PURE__*/React__default["default"].createElement("div", {
4051
- className: "khb_DND-item-content"
4052
- }, /*#__PURE__*/React__default["default"].createElement("p", {
4053
- className: "khb_DND-item-text"
4054
- }, item.label), (item.code === 'BROWSE_JOBS' || item.value === 'BROWSE_JOBS') && (/*#__PURE__*/React__default["default"].createElement("button", {
4055
- type: "button",
4056
- className: "khb_DND-item-settings",
4057
- onClick: onFilterClick,
4058
- disabled: _disableSettings || item.canDel === false,
4059
- "aria-disabled": _disableSettings || item.canDel === false,
4060
- "aria-label": "Open filter settings"
4061
- }, /*#__PURE__*/React__default["default"].createElement(Settings, {
4062
- className: "khb_DND-item-settings-icon"
4063
- })))))))))) : null, droppableProvided.placeholder))));
4783
+ }, provided => {
4784
+ const isBrowseJobs = item.code === 'BROWSE_JOBS' || item.value === 'BROWSE_JOBS';
4785
+ const filterCount = isBrowseJobs ? getFilterCount(filterQuery) : 0;
4786
+ return /*#__PURE__*/React__default["default"].createElement("div", Object.assign({
4787
+ className: "khb_DND-item",
4788
+ key: item.value,
4789
+ ref: provided.innerRef
4790
+ }, provided.draggableProps, provided.dragHandleProps), typeof formatItem === 'function' && listCode ? formatItem(listCode, item) : (/*#__PURE__*/React__default["default"].createElement("div", {
4791
+ className: "khb_DND-item-content"
4792
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
4793
+ className: "khb_DND-item-text flex gap-1"
4794
+ }, item.label, /*#__PURE__*/React__default["default"].createElement("div", {
4795
+ className: "khb_DND-item-text text-primary!"
4796
+ }, " ", filterCount > 0 ? ` (${filterCount})` : '')), isBrowseJobs && (/*#__PURE__*/React__default["default"].createElement("button", {
4797
+ type: "button",
4798
+ className: "khb_DND-item-settings",
4799
+ onClick: onFilterClick,
4800
+ disabled: _disableSettings || item.canDel === false,
4801
+ "aria-disabled": _disableSettings || item.canDel === false,
4802
+ "aria-label": "Open filter settings"
4803
+ }, /*#__PURE__*/React__default["default"].createElement(Settings, {
4804
+ className: "khb_DND-item-settings-icon"
4805
+ }))))));
4806
+ }))) : null, droppableProvided.placeholder))));
4064
4807
  };
4065
4808
 
4066
4809
  const PageForm = ({
@@ -4163,9 +4906,8 @@ const PageForm = ({
4163
4906
  code: item.code
4164
4907
  }))
4165
4908
  }) : dataToSubmit;
4166
- console.log('submitPayload: ', submitPayload);
4167
4909
  onPrimaryButtonClick === null || onPrimaryButtonClick === void 0 ? void 0 : onPrimaryButtonClick(undefined, submitPayload);
4168
- return onPageFormSubmit(submitPayload);
4910
+ return onPageFormSubmit(dataToSubmit);
4169
4911
  };
4170
4912
  // Schemas
4171
4913
  const pageFormSchema = [{
@@ -4228,7 +4970,8 @@ const PageForm = ({
4228
4970
  onDragEnd: onDragEnd,
4229
4971
  onFilterClick: onFilterClick ? () => onFilterClick(data) : undefined,
4230
4972
  items: selectedWidgets,
4231
- disableSettings: (data === null || data === void 0 ? void 0 : data.canDel) === false
4973
+ disableSettings: (data === null || data === void 0 ? void 0 : data.canDel) === false,
4974
+ filterQuery: filterQuery
4232
4975
  }));
4233
4976
  };
4234
4977
 
@@ -5158,30 +5901,21 @@ const useWidget = ({
5158
5901
  };
5159
5902
  };
5160
5903
 
5161
- var globalThis$7 = globalThis_1;
5162
-
5163
- var path$1 = globalThis$7;
5164
-
5165
- var makeBuiltIn = makeBuiltIn$3.exports;
5166
- var defineProperty = objectDefineProperty;
5904
+ var globalThis$6 = globalThis_1;
5167
5905
 
5168
- var defineBuiltInAccessor$1 = function (target, name, descriptor) {
5169
- if (descriptor.get) makeBuiltIn(descriptor.get, name, { getter: true });
5170
- if (descriptor.set) makeBuiltIn(descriptor.set, name, { setter: true });
5171
- return defineProperty.f(target, name, descriptor);
5172
- };
5906
+ var path$1 = globalThis$6;
5173
5907
 
5174
- var getBuiltIn$3 = getBuiltIn$7;
5175
- var defineBuiltInAccessor = defineBuiltInAccessor$1;
5176
- var wellKnownSymbol$7 = wellKnownSymbol$i;
5177
- var DESCRIPTORS$1 = descriptors;
5908
+ var getBuiltIn$3 = getBuiltIn$8;
5909
+ var defineBuiltInAccessor = defineBuiltInAccessor$2;
5910
+ var wellKnownSymbol$6 = wellKnownSymbol$k;
5911
+ var DESCRIPTORS = descriptors;
5178
5912
 
5179
- var SPECIES$2 = wellKnownSymbol$7('species');
5913
+ var SPECIES$2 = wellKnownSymbol$6('species');
5180
5914
 
5181
5915
  var setSpecies$1 = function (CONSTRUCTOR_NAME) {
5182
5916
  var Constructor = getBuiltIn$3(CONSTRUCTOR_NAME);
5183
5917
 
5184
- if (DESCRIPTORS$1 && Constructor && !Constructor[SPECIES$2]) {
5918
+ if (DESCRIPTORS && Constructor && !Constructor[SPECIES$2]) {
5185
5919
  defineBuiltInAccessor(Constructor, SPECIES$2, {
5186
5920
  configurable: true,
5187
5921
  get: function () { return this; }
@@ -5189,26 +5923,17 @@ var setSpecies$1 = function (CONSTRUCTOR_NAME) {
5189
5923
  }
5190
5924
  };
5191
5925
 
5192
- var isPrototypeOf$1 = objectIsPrototypeOf;
5193
-
5194
- var $TypeError$6 = TypeError;
5195
-
5196
- var anInstance$1 = function (it, Prototype) {
5197
- if (isPrototypeOf$1(Prototype, it)) return it;
5198
- throw new $TypeError$6('Incorrect invocation');
5199
- };
5200
-
5201
- var uncurryThis$4 = functionUncurryThis;
5202
- var fails$1 = fails$o;
5203
- var isCallable$4 = isCallable$l;
5204
- var classof$2 = classof$6;
5205
- var getBuiltIn$2 = getBuiltIn$7;
5926
+ var uncurryThis$1 = functionUncurryThis;
5927
+ var fails$1 = fails$p;
5928
+ var isCallable$4 = isCallable$m;
5929
+ var classof$1 = classof$7;
5930
+ var getBuiltIn$2 = getBuiltIn$8;
5206
5931
  var inspectSource$1 = inspectSource$3;
5207
5932
 
5208
5933
  var noop = function () { /* empty */ };
5209
5934
  var construct = getBuiltIn$2('Reflect', 'construct');
5210
5935
  var constructorRegExp = /^\s*(?:class|function)\b/;
5211
- var exec = uncurryThis$4(constructorRegExp.exec);
5936
+ var exec = uncurryThis$1(constructorRegExp.exec);
5212
5937
  var INCORRECT_TO_STRING = !constructorRegExp.test(noop);
5213
5938
 
5214
5939
  var isConstructorModern = function isConstructor(argument) {
@@ -5223,7 +5948,7 @@ var isConstructorModern = function isConstructor(argument) {
5223
5948
 
5224
5949
  var isConstructorLegacy = function isConstructor(argument) {
5225
5950
  if (!isCallable$4(argument)) return false;
5226
- switch (classof$2(argument)) {
5951
+ switch (classof$1(argument)) {
5227
5952
  case 'AsyncFunction':
5228
5953
  case 'GeneratorFunction':
5229
5954
  case 'AsyncGeneratorFunction': return false;
@@ -5251,64 +5976,29 @@ var isConstructor$1 = !construct || fails$1(function () {
5251
5976
  }) ? isConstructorLegacy : isConstructorModern;
5252
5977
 
5253
5978
  var isConstructor = isConstructor$1;
5254
- var tryToString$2 = tryToString$4;
5979
+ var tryToString$1 = tryToString$4;
5255
5980
 
5256
- var $TypeError$5 = TypeError;
5981
+ var $TypeError$3 = TypeError;
5257
5982
 
5258
5983
  // `Assert: IsConstructor(argument) is true`
5259
5984
  var aConstructor$1 = function (argument) {
5260
5985
  if (isConstructor(argument)) return argument;
5261
- throw new $TypeError$5(tryToString$2(argument) + ' is not a constructor');
5986
+ throw new $TypeError$3(tryToString$1(argument) + ' is not a constructor');
5262
5987
  };
5263
5988
 
5264
- var anObject$4 = anObject$d;
5989
+ var anObject$3 = anObject$e;
5265
5990
  var aConstructor = aConstructor$1;
5266
- var isNullOrUndefined$1 = isNullOrUndefined$4;
5267
- var wellKnownSymbol$6 = wellKnownSymbol$i;
5991
+ var isNullOrUndefined = isNullOrUndefined$4;
5992
+ var wellKnownSymbol$5 = wellKnownSymbol$k;
5268
5993
 
5269
- var SPECIES$1 = wellKnownSymbol$6('species');
5994
+ var SPECIES$1 = wellKnownSymbol$5('species');
5270
5995
 
5271
5996
  // `SpeciesConstructor` abstract operation
5272
5997
  // https://tc39.es/ecma262/#sec-speciesconstructor
5273
5998
  var speciesConstructor$1 = function (O, defaultConstructor) {
5274
- var C = anObject$4(O).constructor;
5999
+ var C = anObject$3(O).constructor;
5275
6000
  var S;
5276
- return C === undefined || isNullOrUndefined$1(S = anObject$4(C)[SPECIES$1]) ? defaultConstructor : aConstructor(S);
5277
- };
5278
-
5279
- var classofRaw = classofRaw$2;
5280
- var uncurryThis$3 = functionUncurryThis;
5281
-
5282
- var functionUncurryThisClause = function (fn) {
5283
- // Nashorn bug:
5284
- // https://github.com/zloirock/core-js/issues/1128
5285
- // https://github.com/zloirock/core-js/issues/1130
5286
- if (classofRaw(fn) === 'Function') return uncurryThis$3(fn);
5287
- };
5288
-
5289
- var uncurryThis$2 = functionUncurryThisClause;
5290
- var aCallable$5 = aCallable$9;
5291
- var NATIVE_BIND = functionBindNative;
5292
-
5293
- var bind$4 = uncurryThis$2(uncurryThis$2.bind);
5294
-
5295
- // optional / simple context binding
5296
- var functionBindContext = function (fn, that) {
5297
- aCallable$5(fn);
5298
- return that === undefined ? fn : NATIVE_BIND ? bind$4(fn, that) : function (/* ...args */) {
5299
- return fn.apply(that, arguments);
5300
- };
5301
- };
5302
-
5303
- var uncurryThis$1 = functionUncurryThis;
5304
-
5305
- var arraySlice$1 = uncurryThis$1([].slice);
5306
-
5307
- var $TypeError$4 = TypeError;
5308
-
5309
- var validateArgumentsLength$1 = function (passed, required) {
5310
- if (passed < required) throw new $TypeError$4('Not enough arguments');
5311
- return passed;
6001
+ return C === undefined || isNullOrUndefined(S = anObject$3(C)[SPECIES$1]) ? defaultConstructor : aConstructor(S);
5312
6002
  };
5313
6003
 
5314
6004
  var userAgent$2 = environmentUserAgent;
@@ -5316,26 +6006,26 @@ var userAgent$2 = environmentUserAgent;
5316
6006
  // eslint-disable-next-line redos/no-vulnerable -- safe
5317
6007
  var environmentIsIos = /(?:ipad|iphone|ipod).*applewebkit/i.test(userAgent$2);
5318
6008
 
5319
- var globalThis$6 = globalThis_1;
6009
+ var globalThis$5 = globalThis_1;
5320
6010
  var apply = functionApply;
5321
6011
  var bind$3 = functionBindContext;
5322
- var isCallable$3 = isCallable$l;
6012
+ var isCallable$3 = isCallable$m;
5323
6013
  var hasOwn = hasOwnProperty_1;
5324
- var fails = fails$o;
6014
+ var fails = fails$p;
5325
6015
  var html = html$2;
5326
- var arraySlice = arraySlice$1;
6016
+ var arraySlice = arraySlice$2;
5327
6017
  var createElement = documentCreateElement$2;
5328
- var validateArgumentsLength = validateArgumentsLength$1;
6018
+ var validateArgumentsLength = validateArgumentsLength$2;
5329
6019
  var IS_IOS$1 = environmentIsIos;
5330
6020
  var IS_NODE$2 = environmentIsNode;
5331
6021
 
5332
- var set = globalThis$6.setImmediate;
5333
- var clear = globalThis$6.clearImmediate;
5334
- var process$2 = globalThis$6.process;
5335
- var Dispatch = globalThis$6.Dispatch;
5336
- var Function$1 = globalThis$6.Function;
5337
- var MessageChannel = globalThis$6.MessageChannel;
5338
- var String$1 = globalThis$6.String;
6022
+ var set = globalThis$5.setImmediate;
6023
+ var clear = globalThis$5.clearImmediate;
6024
+ var process$2 = globalThis$5.process;
6025
+ var Dispatch = globalThis$5.Dispatch;
6026
+ var Function$1 = globalThis$5.Function;
6027
+ var MessageChannel = globalThis$5.MessageChannel;
6028
+ var String$1 = globalThis$5.String;
5339
6029
  var counter = 0;
5340
6030
  var queue$2 = {};
5341
6031
  var ONREADYSTATECHANGE = 'onreadystatechange';
@@ -5343,7 +6033,7 @@ var $location, defer, channel, port;
5343
6033
 
5344
6034
  fails(function () {
5345
6035
  // Deno throws a ReferenceError on `location` access without `--location` flag
5346
- $location = globalThis$6.location;
6036
+ $location = globalThis$5.location;
5347
6037
  });
5348
6038
 
5349
6039
  var run = function (id) {
@@ -5366,7 +6056,7 @@ var eventListener = function (event) {
5366
6056
 
5367
6057
  var globalPostMessageDefer = function (id) {
5368
6058
  // old engines have not location.origin
5369
- globalThis$6.postMessage(String$1(id), $location.protocol + '//' + $location.host);
6059
+ globalThis$5.postMessage(String$1(id), $location.protocol + '//' + $location.host);
5370
6060
  };
5371
6061
 
5372
6062
  // Node.js 0.9+ & IE10+ has setImmediate, otherwise:
@@ -5404,14 +6094,14 @@ if (!set || !clear) {
5404
6094
  // Browsers with postMessage, skip WebWorkers
5405
6095
  // IE8 has postMessage, but it's sync & typeof its postMessage is 'object'
5406
6096
  } else if (
5407
- globalThis$6.addEventListener &&
5408
- isCallable$3(globalThis$6.postMessage) &&
5409
- !globalThis$6.importScripts &&
6097
+ globalThis$5.addEventListener &&
6098
+ isCallable$3(globalThis$5.postMessage) &&
6099
+ !globalThis$5.importScripts &&
5410
6100
  $location && $location.protocol !== 'file:' &&
5411
6101
  !fails(globalPostMessageDefer)
5412
6102
  ) {
5413
6103
  defer = globalPostMessageDefer;
5414
- globalThis$6.addEventListener('message', eventListener, false);
6104
+ globalThis$5.addEventListener('message', eventListener, false);
5415
6105
  // IE8-
5416
6106
  } else if (ONREADYSTATECHANGE in createElement('script')) {
5417
6107
  defer = function (id) {
@@ -5433,19 +6123,6 @@ var task$1 = {
5433
6123
  clear: clear
5434
6124
  };
5435
6125
 
5436
- var globalThis$5 = globalThis_1;
5437
- var DESCRIPTORS = descriptors;
5438
-
5439
- // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
5440
- var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
5441
-
5442
- // Avoid NodeJS experimental warning
5443
- var safeGetBuiltIn$1 = function (name) {
5444
- if (!DESCRIPTORS) return globalThis$5[name];
5445
- var descriptor = getOwnPropertyDescriptor(globalThis$5, name);
5446
- return descriptor && descriptor.value;
5447
- };
5448
-
5449
6126
  var Queue$2 = function () {
5450
6127
  this.head = null;
5451
6128
  this.tail = null;
@@ -5480,7 +6157,7 @@ var userAgent = environmentUserAgent;
5480
6157
  var environmentIsWebosWebkit = /web0s(?!.*chrome)/i.test(userAgent);
5481
6158
 
5482
6159
  var globalThis$4 = globalThis_1;
5483
- var safeGetBuiltIn = safeGetBuiltIn$1;
6160
+ var safeGetBuiltIn = safeGetBuiltIn$2;
5484
6161
  var bind$2 = functionBindContext;
5485
6162
  var macrotask = task$1.set;
5486
6163
  var Queue$1 = queue$1;
@@ -5579,15 +6256,15 @@ var promiseNativeConstructor = globalThis$3.Promise;
5579
6256
 
5580
6257
  var globalThis$2 = globalThis_1;
5581
6258
  var NativePromiseConstructor$3 = promiseNativeConstructor;
5582
- var isCallable$2 = isCallable$l;
6259
+ var isCallable$2 = isCallable$m;
5583
6260
  var isForced = isForced_1;
5584
6261
  var inspectSource = inspectSource$3;
5585
- var wellKnownSymbol$5 = wellKnownSymbol$i;
6262
+ var wellKnownSymbol$4 = wellKnownSymbol$k;
5586
6263
  var ENVIRONMENT = environment;
5587
6264
  var V8_VERSION = environmentV8Version;
5588
6265
 
5589
6266
  NativePromiseConstructor$3 && NativePromiseConstructor$3.prototype;
5590
- var SPECIES = wellKnownSymbol$5('species');
6267
+ var SPECIES = wellKnownSymbol$4('species');
5591
6268
  var SUBCLASSING = false;
5592
6269
  var NATIVE_PROMISE_REJECTION_EVENT$1 = isCallable$2(globalThis$2.PromiseRejectionEvent);
5593
6270
 
@@ -5623,19 +6300,19 @@ var promiseConstructorDetection = {
5623
6300
 
5624
6301
  var newPromiseCapability$2 = {};
5625
6302
 
5626
- var aCallable$4 = aCallable$9;
6303
+ var aCallable$3 = aCallable$9;
5627
6304
 
5628
- var $TypeError$3 = TypeError;
6305
+ var $TypeError$2 = TypeError;
5629
6306
 
5630
6307
  var PromiseCapability = function (C) {
5631
6308
  var resolve, reject;
5632
6309
  this.promise = new C(function ($$resolve, $$reject) {
5633
- if (resolve !== undefined || reject !== undefined) throw new $TypeError$3('Bad Promise constructor');
6310
+ if (resolve !== undefined || reject !== undefined) throw new $TypeError$2('Bad Promise constructor');
5634
6311
  resolve = $$resolve;
5635
6312
  reject = $$reject;
5636
6313
  });
5637
- this.resolve = aCallable$4(resolve);
5638
- this.reject = aCallable$4(reject);
6314
+ this.resolve = aCallable$3(resolve);
6315
+ this.reject = aCallable$3(reject);
5639
6316
  };
5640
6317
 
5641
6318
  // `NewPromiseCapability` abstract operation
@@ -5648,15 +6325,15 @@ var $$6 = _export;
5648
6325
  var IS_NODE = environmentIsNode;
5649
6326
  var globalThis$1 = globalThis_1;
5650
6327
  var path = path$1;
5651
- var call$5 = functionCall;
5652
- var defineBuiltIn$1 = defineBuiltIn$7;
6328
+ var call$4 = functionCall;
6329
+ var defineBuiltIn$1 = defineBuiltIn$9;
5653
6330
  var setPrototypeOf = objectSetPrototypeOf;
5654
- var setToStringTag = setToStringTag$4;
6331
+ var setToStringTag = setToStringTag$5;
5655
6332
  var setSpecies = setSpecies$1;
5656
- var aCallable$3 = aCallable$9;
5657
- var isCallable$1 = isCallable$l;
5658
- var isObject$2 = isObject$d;
5659
- var anInstance = anInstance$1;
6333
+ var aCallable$2 = aCallable$9;
6334
+ var isCallable$1 = isCallable$m;
6335
+ var isObject$2 = isObject$e;
6336
+ var anInstance = anInstance$2;
5660
6337
  var speciesConstructor = speciesConstructor$1;
5661
6338
  var task = task$1.set;
5662
6339
  var microtask = microtask_1;
@@ -5726,7 +6403,7 @@ var callReaction = function (reaction, state) {
5726
6403
  if (result === reaction.promise) {
5727
6404
  reject(new TypeError$1('Promise-chain cycle'));
5728
6405
  } else if (then = isThenable(result)) {
5729
- call$5(then, result, resolve, reject);
6406
+ call$4(then, result, resolve, reject);
5730
6407
  } else resolve(result);
5731
6408
  } else reject(value);
5732
6409
  } catch (error) {
@@ -5763,7 +6440,7 @@ var dispatchEvent = function (name, promise, reason) {
5763
6440
  };
5764
6441
 
5765
6442
  var onUnhandled = function (state) {
5766
- call$5(task, globalThis$1, function () {
6443
+ call$4(task, globalThis$1, function () {
5767
6444
  var promise = state.facade;
5768
6445
  var value = state.value;
5769
6446
  var IS_UNHANDLED = isUnhandled(state);
@@ -5786,7 +6463,7 @@ var isUnhandled = function (state) {
5786
6463
  };
5787
6464
 
5788
6465
  var onHandleUnhandled = function (state) {
5789
- call$5(task, globalThis$1, function () {
6466
+ call$4(task, globalThis$1, function () {
5790
6467
  var promise = state.facade;
5791
6468
  if (IS_NODE) {
5792
6469
  process.emit('rejectionHandled', promise);
@@ -5820,7 +6497,7 @@ var internalResolve = function (state, value, unwrap) {
5820
6497
  microtask(function () {
5821
6498
  var wrapper = { done: false };
5822
6499
  try {
5823
- call$5(then, value,
6500
+ call$4(then, value,
5824
6501
  bind$1(internalResolve, wrapper, state),
5825
6502
  bind$1(internalReject, wrapper, state)
5826
6503
  );
@@ -5843,8 +6520,8 @@ if (FORCED_PROMISE_CONSTRUCTOR$4) {
5843
6520
  // 25.4.3.1 Promise(executor)
5844
6521
  PromiseConstructor = function Promise(executor) {
5845
6522
  anInstance(this, PromisePrototype);
5846
- aCallable$3(executor);
5847
- call$5(Internal, this);
6523
+ aCallable$2(executor);
6524
+ call$4(Internal, this);
5848
6525
  var state = getInternalPromiseState(this);
5849
6526
  try {
5850
6527
  executor(bind$1(internalResolve, state), bind$1(internalReject, state));
@@ -5907,7 +6584,7 @@ if (FORCED_PROMISE_CONSTRUCTOR$4) {
5907
6584
  defineBuiltIn$1(NativePromisePrototype$1, 'then', function then(onFulfilled, onRejected) {
5908
6585
  var that = this;
5909
6586
  return new PromiseConstructor(function (resolve, reject) {
5910
- call$5(nativeThen, that, resolve, reject);
6587
+ call$4(nativeThen, that, resolve, reject);
5911
6588
  }).then(onFulfilled, onRejected);
5912
6589
  // https://github.com/zloirock/core-js/issues/640
5913
6590
  }, { unsafe: true });
@@ -5936,47 +6613,19 @@ PromiseWrapper = path.Promise;
5936
6613
  setToStringTag(PromiseConstructor, PROMISE, false);
5937
6614
  setSpecies(PROMISE);
5938
6615
 
5939
- var wellKnownSymbol$4 = wellKnownSymbol$i;
5940
- var Iterators$1 = iterators;
6616
+ var wellKnownSymbol$3 = wellKnownSymbol$k;
6617
+ var Iterators = iterators;
5941
6618
 
5942
- var ITERATOR$2 = wellKnownSymbol$4('iterator');
6619
+ var ITERATOR$1 = wellKnownSymbol$3('iterator');
5943
6620
  var ArrayPrototype = Array.prototype;
5944
6621
 
5945
6622
  // check on default Array iterator
5946
6623
  var isArrayIteratorMethod$1 = function (it) {
5947
- return it !== undefined && (Iterators$1.Array === it || ArrayPrototype[ITERATOR$2] === it);
5948
- };
5949
-
5950
- var classof$1 = classof$6;
5951
- var getMethod$1 = getMethod$4;
5952
- var isNullOrUndefined = isNullOrUndefined$4;
5953
- var Iterators = iterators;
5954
- var wellKnownSymbol$3 = wellKnownSymbol$i;
5955
-
5956
- var ITERATOR$1 = wellKnownSymbol$3('iterator');
5957
-
5958
- var getIteratorMethod$2 = function (it) {
5959
- if (!isNullOrUndefined(it)) return getMethod$1(it, ITERATOR$1)
5960
- || getMethod$1(it, '@@iterator')
5961
- || Iterators[classof$1(it)];
5962
- };
5963
-
5964
- var call$4 = functionCall;
5965
- var aCallable$2 = aCallable$9;
5966
- var anObject$3 = anObject$d;
5967
- var tryToString$1 = tryToString$4;
5968
- var getIteratorMethod$1 = getIteratorMethod$2;
5969
-
5970
- var $TypeError$2 = TypeError;
5971
-
5972
- var getIterator$1 = function (argument, usingIterator) {
5973
- var iteratorMethod = arguments.length < 2 ? getIteratorMethod$1(argument) : usingIterator;
5974
- if (aCallable$2(iteratorMethod)) return anObject$3(call$4(iteratorMethod, argument));
5975
- throw new $TypeError$2(tryToString$1(argument) + ' is not iterable');
6624
+ return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR$1] === it);
5976
6625
  };
5977
6626
 
5978
6627
  var call$3 = functionCall;
5979
- var anObject$2 = anObject$d;
6628
+ var anObject$2 = anObject$e;
5980
6629
  var getMethod = getMethod$4;
5981
6630
 
5982
6631
  var iteratorClose$1 = function (iterator, kind, value) {
@@ -6001,13 +6650,13 @@ var iteratorClose$1 = function (iterator, kind, value) {
6001
6650
 
6002
6651
  var bind = functionBindContext;
6003
6652
  var call$2 = functionCall;
6004
- var anObject$1 = anObject$d;
6653
+ var anObject$1 = anObject$e;
6005
6654
  var tryToString = tryToString$4;
6006
6655
  var isArrayIteratorMethod = isArrayIteratorMethod$1;
6007
6656
  var lengthOfArrayLike = lengthOfArrayLike$3;
6008
6657
  var isPrototypeOf = objectIsPrototypeOf;
6009
- var getIterator = getIterator$1;
6010
- var getIteratorMethod = getIteratorMethod$2;
6658
+ var getIterator = getIterator$2;
6659
+ var getIteratorMethod = getIteratorMethod$3;
6011
6660
  var iteratorClose = iteratorClose$1;
6012
6661
 
6013
6662
  var $TypeError$1 = TypeError;
@@ -6068,7 +6717,7 @@ var iterate$2 = function (iterable, unboundFunction, options) {
6068
6717
  } return new Result(false);
6069
6718
  };
6070
6719
 
6071
- var wellKnownSymbol$2 = wellKnownSymbol$i;
6720
+ var wellKnownSymbol$2 = wellKnownSymbol$k;
6072
6721
 
6073
6722
  var ITERATOR = wellKnownSymbol$2('iterator');
6074
6723
  var SAFE_CLOSING = false;
@@ -6161,9 +6810,9 @@ $$5({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATION
6161
6810
  var $$4 = _export;
6162
6811
  var FORCED_PROMISE_CONSTRUCTOR$2 = promiseConstructorDetection.CONSTRUCTOR;
6163
6812
  var NativePromiseConstructor = promiseNativeConstructor;
6164
- var getBuiltIn$1 = getBuiltIn$7;
6165
- var isCallable = isCallable$l;
6166
- var defineBuiltIn = defineBuiltIn$7;
6813
+ var getBuiltIn$1 = getBuiltIn$8;
6814
+ var isCallable = isCallable$m;
6815
+ var defineBuiltIn = defineBuiltIn$9;
6167
6816
 
6168
6817
  var NativePromisePrototype = NativePromiseConstructor && NativePromiseConstructor.prototype;
6169
6818
 
@@ -6224,8 +6873,8 @@ $$2({ target: 'Promise', stat: true, forced: FORCED_PROMISE_CONSTRUCTOR$1 }, {
6224
6873
  }
6225
6874
  });
6226
6875
 
6227
- var anObject = anObject$d;
6228
- var isObject$1 = isObject$d;
6876
+ var anObject = anObject$e;
6877
+ var isObject$1 = isObject$e;
6229
6878
  var newPromiseCapability = newPromiseCapability$2;
6230
6879
 
6231
6880
  var promiseResolve$1 = function (C, x) {
@@ -6238,7 +6887,7 @@ var promiseResolve$1 = function (C, x) {
6238
6887
  };
6239
6888
 
6240
6889
  var $$1 = _export;
6241
- var getBuiltIn = getBuiltIn$7;
6890
+ var getBuiltIn = getBuiltIn$8;
6242
6891
  var FORCED_PROMISE_CONSTRUCTOR = promiseConstructorDetection.CONSTRUCTOR;
6243
6892
  var promiseResolve = promiseResolve$1;
6244
6893
 
@@ -6434,9 +7083,9 @@ const WidgetTable = ({
6434
7083
  });
6435
7084
  };
6436
7085
 
6437
- var isObject = isObject$d;
7086
+ var isObject = isObject$e;
6438
7087
  var classof = classofRaw$2;
6439
- var wellKnownSymbol$1 = wellKnownSymbol$i;
7088
+ var wellKnownSymbol$1 = wellKnownSymbol$k;
6440
7089
 
6441
7090
  var MATCH$1 = wellKnownSymbol$1('match');
6442
7091
 
@@ -6457,7 +7106,7 @@ var notARegexp = function (it) {
6457
7106
  } return it;
6458
7107
  };
6459
7108
 
6460
- var wellKnownSymbol = wellKnownSymbol$i;
7109
+ var wellKnownSymbol = wellKnownSymbol$k;
6461
7110
 
6462
7111
  var MATCH = wellKnownSymbol('match');
6463
7112