hplx-react-elements-dev 1.0.99 → 1.1.0

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/dist/esm/index.js CHANGED
@@ -29,7 +29,7 @@ var check = function (it) {
29
29
  };
30
30
 
31
31
  // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
32
- var global$e =
32
+ var global$f =
33
33
  // eslint-disable-next-line es-x/no-global-this -- safe
34
34
  check(typeof globalThis == 'object' && globalThis) ||
35
35
  check(typeof window == 'object' && window) ||
@@ -41,7 +41,7 @@ var global$e =
41
41
 
42
42
  var objectGetOwnPropertyDescriptor = {};
43
43
 
44
- var fails$l = function (exec) {
44
+ var fails$m = function (exec) {
45
45
  try {
46
46
  return !!exec();
47
47
  } catch (error) {
@@ -49,17 +49,17 @@ var fails$l = function (exec) {
49
49
  }
50
50
  };
51
51
 
52
- var fails$k = fails$l;
52
+ var fails$l = fails$m;
53
53
 
54
54
  // Detect IE8's incomplete defineProperty implementation
55
- var descriptors = !fails$k(function () {
55
+ var descriptors = !fails$l(function () {
56
56
  // eslint-disable-next-line es-x/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$j = fails$l;
60
+ var fails$k = fails$m;
61
61
 
62
- var functionBindNative = !fails$j(function () {
62
+ var functionBindNative = !fails$k(function () {
63
63
  // eslint-disable-next-line es-x/no-function-prototype-bind -- safe
64
64
  var test = (function () { /* empty */ }).bind();
65
65
  // eslint-disable-next-line no-prototype-builtins -- safe
@@ -104,34 +104,34 @@ var NATIVE_BIND$1 = functionBindNative;
104
104
  var FunctionPrototype$2 = Function.prototype;
105
105
  var bind = FunctionPrototype$2.bind;
106
106
  var call$a = FunctionPrototype$2.call;
107
- var uncurryThis$o = NATIVE_BIND$1 && bind.bind(call$a, call$a);
107
+ var uncurryThis$p = NATIVE_BIND$1 && bind.bind(call$a, call$a);
108
108
 
109
109
  var functionUncurryThis = NATIVE_BIND$1 ? function (fn) {
110
- return fn && uncurryThis$o(fn);
110
+ return fn && uncurryThis$p(fn);
111
111
  } : function (fn) {
112
112
  return fn && function () {
113
113
  return call$a.apply(fn, arguments);
114
114
  };
115
115
  };
116
116
 
117
- var uncurryThis$n = functionUncurryThis;
117
+ var uncurryThis$o = functionUncurryThis;
118
118
 
119
- var toString$c = uncurryThis$n({}.toString);
120
- var stringSlice$7 = uncurryThis$n(''.slice);
119
+ var toString$d = uncurryThis$o({}.toString);
120
+ var stringSlice$7 = uncurryThis$o(''.slice);
121
121
 
122
122
  var classofRaw$1 = function (it) {
123
- return stringSlice$7(toString$c(it), 8, -1);
123
+ return stringSlice$7(toString$d(it), 8, -1);
124
124
  };
125
125
 
126
- var uncurryThis$m = functionUncurryThis;
127
- var fails$i = fails$l;
126
+ var uncurryThis$n = functionUncurryThis;
127
+ var fails$j = fails$m;
128
128
  var classof$6 = classofRaw$1;
129
129
 
130
130
  var $Object$3 = Object;
131
- var split = uncurryThis$m(''.split);
131
+ var split = uncurryThis$n(''.split);
132
132
 
133
133
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
134
- var indexedObject = fails$i(function () {
134
+ var indexedObject = fails$j(function () {
135
135
  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
136
136
  // eslint-disable-next-line no-prototype-builtins -- safe
137
137
  return !$Object$3('z').propertyIsEnumerable(0);
@@ -168,7 +168,7 @@ var isObject$7 = function (it) {
168
168
  return typeof it == 'object' ? it !== null : isCallable$f(it);
169
169
  };
170
170
 
171
- var global$d = global$e;
171
+ var global$e = global$f;
172
172
  var isCallable$e = isCallable$g;
173
173
 
174
174
  var aFunction = function (argument) {
@@ -176,22 +176,22 @@ var aFunction = function (argument) {
176
176
  };
177
177
 
178
178
  var getBuiltIn$6 = function (namespace, method) {
179
- return arguments.length < 2 ? aFunction(global$d[namespace]) : global$d[namespace] && global$d[namespace][method];
179
+ return arguments.length < 2 ? aFunction(global$e[namespace]) : global$e[namespace] && global$e[namespace][method];
180
180
  };
181
181
 
182
- var uncurryThis$l = functionUncurryThis;
182
+ var uncurryThis$m = functionUncurryThis;
183
183
 
184
- var objectIsPrototypeOf = uncurryThis$l({}.isPrototypeOf);
184
+ var objectIsPrototypeOf = uncurryThis$m({}.isPrototypeOf);
185
185
 
186
186
  var getBuiltIn$5 = getBuiltIn$6;
187
187
 
188
188
  var engineUserAgent = getBuiltIn$5('navigator', 'userAgent') || '';
189
189
 
190
- var global$c = global$e;
190
+ var global$d = global$f;
191
191
  var userAgent$2 = engineUserAgent;
192
192
 
193
- var process = global$c.process;
194
- var Deno = global$c.Deno;
193
+ var process = global$d.process;
194
+ var Deno = global$d.Deno;
195
195
  var versions = process && process.versions || Deno && Deno.version;
196
196
  var v8 = versions && versions.v8;
197
197
  var match$1, version;
@@ -218,10 +218,10 @@ var engineV8Version = version;
218
218
  /* eslint-disable es-x/no-symbol -- required for testing */
219
219
 
220
220
  var V8_VERSION = engineV8Version;
221
- var fails$h = fails$l;
221
+ var fails$i = fails$m;
222
222
 
223
223
  // eslint-disable-next-line es-x/no-object-getownpropertysymbols -- required for testing
224
- var nativeSymbol = !!Object.getOwnPropertySymbols && !fails$h(function () {
224
+ var nativeSymbol = !!Object.getOwnPropertySymbols && !fails$i(function () {
225
225
  var symbol = Symbol();
226
226
  // Chrome 38 Symbol has incorrect toString conversion
227
227
  // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
@@ -300,24 +300,24 @@ var ordinaryToPrimitive$1 = function (input, pref) {
300
300
 
301
301
  var shared$4 = {exports: {}};
302
302
 
303
- var global$b = global$e;
303
+ var global$c = global$f;
304
304
 
305
305
  // eslint-disable-next-line es-x/no-object-defineproperty -- safe
306
306
  var defineProperty$3 = Object.defineProperty;
307
307
 
308
308
  var defineGlobalProperty$3 = function (key, value) {
309
309
  try {
310
- defineProperty$3(global$b, key, { value: value, configurable: true, writable: true });
310
+ defineProperty$3(global$c, key, { value: value, configurable: true, writable: true });
311
311
  } catch (error) {
312
- global$b[key] = value;
312
+ global$c[key] = value;
313
313
  } return value;
314
314
  };
315
315
 
316
- var global$a = global$e;
316
+ var global$b = global$f;
317
317
  var defineGlobalProperty$2 = defineGlobalProperty$3;
318
318
 
319
319
  var SHARED = '__core-js_shared__';
320
- var store$3 = global$a[SHARED] || defineGlobalProperty$2(SHARED, {});
320
+ var store$3 = global$b[SHARED] || defineGlobalProperty$2(SHARED, {});
321
321
 
322
322
  var sharedStore = store$3;
323
323
 
@@ -343,10 +343,10 @@ var toObject$3 = function (argument) {
343
343
  return $Object$1(requireObjectCoercible$7(argument));
344
344
  };
345
345
 
346
- var uncurryThis$k = functionUncurryThis;
346
+ var uncurryThis$l = functionUncurryThis;
347
347
  var toObject$2 = toObject$3;
348
348
 
349
- var hasOwnProperty = uncurryThis$k({}.hasOwnProperty);
349
+ var hasOwnProperty = uncurryThis$l({}.hasOwnProperty);
350
350
 
351
351
  // `HasOwnProperty` abstract operation
352
352
  // https://tc39.es/ecma262/#sec-hasownproperty
@@ -355,17 +355,17 @@ var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
355
355
  return hasOwnProperty(toObject$2(it), key);
356
356
  };
357
357
 
358
- var uncurryThis$j = functionUncurryThis;
358
+ var uncurryThis$k = functionUncurryThis;
359
359
 
360
360
  var id = 0;
361
361
  var postfix = Math.random();
362
- var toString$b = uncurryThis$j(1.0.toString);
362
+ var toString$c = uncurryThis$k(1.0.toString);
363
363
 
364
364
  var uid$2 = function (key) {
365
- return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$b(++id + postfix, 36);
365
+ return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$c(++id + postfix, 36);
366
366
  };
367
367
 
368
- var global$9 = global$e;
368
+ var global$a = global$f;
369
369
  var shared$3 = shared$4.exports;
370
370
  var hasOwn$8 = hasOwnProperty_1;
371
371
  var uid$1 = uid$2;
@@ -373,15 +373,15 @@ var NATIVE_SYMBOL$2 = nativeSymbol;
373
373
  var USE_SYMBOL_AS_UID = useSymbolAsUid;
374
374
 
375
375
  var WellKnownSymbolsStore = shared$3('wks');
376
- var Symbol$1 = global$9.Symbol;
377
- var symbolFor = Symbol$1 && Symbol$1['for'];
378
- var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid$1;
376
+ var Symbol$2 = global$a.Symbol;
377
+ var symbolFor = Symbol$2 && Symbol$2['for'];
378
+ var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol$2 : Symbol$2 && Symbol$2.withoutSetter || uid$1;
379
379
 
380
380
  var wellKnownSymbol$9 = function (name) {
381
381
  if (!hasOwn$8(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL$2 || typeof WellKnownSymbolsStore[name] == 'string')) {
382
382
  var description = 'Symbol.' + name;
383
- if (NATIVE_SYMBOL$2 && hasOwn$8(Symbol$1, name)) {
384
- WellKnownSymbolsStore[name] = Symbol$1[name];
383
+ if (NATIVE_SYMBOL$2 && hasOwn$8(Symbol$2, name)) {
384
+ WellKnownSymbolsStore[name] = Symbol$2[name];
385
385
  } else if (USE_SYMBOL_AS_UID && symbolFor) {
386
386
  WellKnownSymbolsStore[name] = symbolFor(description);
387
387
  } else {
@@ -426,10 +426,10 @@ var toPropertyKey$3 = function (argument) {
426
426
  return isSymbol$1(key) ? key : key + '';
427
427
  };
428
428
 
429
- var global$8 = global$e;
429
+ var global$9 = global$f;
430
430
  var isObject$4 = isObject$7;
431
431
 
432
- var document$1 = global$8.document;
432
+ var document$1 = global$9.document;
433
433
  // typeof document.createElement is 'object' in old IE
434
434
  var EXISTS$1 = isObject$4(document$1) && isObject$4(document$1.createElement);
435
435
 
@@ -438,11 +438,11 @@ var documentCreateElement$1 = function (it) {
438
438
  };
439
439
 
440
440
  var DESCRIPTORS$8 = descriptors;
441
- var fails$g = fails$l;
441
+ var fails$h = fails$m;
442
442
  var createElement = documentCreateElement$1;
443
443
 
444
444
  // Thanks to IE8 for its funny defineProperty
445
- var ie8DomDefine = !DESCRIPTORS$8 && !fails$g(function () {
445
+ var ie8DomDefine = !DESCRIPTORS$8 && !fails$h(function () {
446
446
  // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
447
447
  return Object.defineProperty(createElement('div'), 'a', {
448
448
  get: function () { return 7; }
@@ -475,11 +475,11 @@ objectGetOwnPropertyDescriptor.f = DESCRIPTORS$7 ? $getOwnPropertyDescriptor$1 :
475
475
  var objectDefineProperty = {};
476
476
 
477
477
  var DESCRIPTORS$6 = descriptors;
478
- var fails$f = fails$l;
478
+ var fails$g = fails$m;
479
479
 
480
480
  // V8 ~ Chrome 36-
481
481
  // https://bugs.chromium.org/p/v8/issues/detail?id=3334
482
- var v8PrototypeDefineBug = DESCRIPTORS$6 && fails$f(function () {
482
+ var v8PrototypeDefineBug = DESCRIPTORS$6 && fails$g(function () {
483
483
  // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
484
484
  return Object.defineProperty(function () { /* empty */ }, 'prototype', {
485
485
  value: 42,
@@ -573,11 +573,11 @@ var functionName = {
573
573
  CONFIGURABLE: CONFIGURABLE
574
574
  };
575
575
 
576
- var uncurryThis$i = functionUncurryThis;
576
+ var uncurryThis$j = functionUncurryThis;
577
577
  var isCallable$a = isCallable$g;
578
578
  var store$1 = sharedStore;
579
579
 
580
- var functionToString = uncurryThis$i(Function.toString);
580
+ var functionToString = uncurryThis$j(Function.toString);
581
581
 
582
582
  // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
583
583
  if (!isCallable$a(store$1.inspectSource)) {
@@ -588,11 +588,11 @@ if (!isCallable$a(store$1.inspectSource)) {
588
588
 
589
589
  var inspectSource$3 = store$1.inspectSource;
590
590
 
591
- var global$7 = global$e;
591
+ var global$8 = global$f;
592
592
  var isCallable$9 = isCallable$g;
593
593
  var inspectSource$2 = inspectSource$3;
594
594
 
595
- var WeakMap$2 = global$7.WeakMap;
595
+ var WeakMap$2 = global$8.WeakMap;
596
596
 
597
597
  var nativeWeakMap = isCallable$9(WeakMap$2) && /native code/.test(inspectSource$2(WeakMap$2));
598
598
 
@@ -608,8 +608,8 @@ var sharedKey$2 = function (key) {
608
608
  var hiddenKeys$4 = {};
609
609
 
610
610
  var NATIVE_WEAK_MAP = nativeWeakMap;
611
- var global$6 = global$e;
612
- var uncurryThis$h = functionUncurryThis;
611
+ var global$7 = global$f;
612
+ var uncurryThis$i = functionUncurryThis;
613
613
  var isObject$2 = isObject$7;
614
614
  var createNonEnumerableProperty$2 = createNonEnumerableProperty$3;
615
615
  var hasOwn$5 = hasOwnProperty_1;
@@ -618,8 +618,8 @@ var sharedKey$1 = sharedKey$2;
618
618
  var hiddenKeys$3 = hiddenKeys$4;
619
619
 
620
620
  var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
621
- var TypeError$1 = global$6.TypeError;
622
- var WeakMap$1 = global$6.WeakMap;
621
+ var TypeError$1 = global$7.TypeError;
622
+ var WeakMap$1 = global$7.WeakMap;
623
623
  var set, get, has;
624
624
 
625
625
  var enforce = function (it) {
@@ -637,9 +637,9 @@ var getterFor = function (TYPE) {
637
637
 
638
638
  if (NATIVE_WEAK_MAP || shared$1.state) {
639
639
  var store = shared$1.state || (shared$1.state = new WeakMap$1());
640
- var wmget = uncurryThis$h(store.get);
641
- var wmhas = uncurryThis$h(store.has);
642
- var wmset = uncurryThis$h(store.set);
640
+ var wmget = uncurryThis$i(store.get);
641
+ var wmhas = uncurryThis$i(store.has);
642
+ var wmset = uncurryThis$i(store.set);
643
643
  set = function (it, metadata) {
644
644
  if (wmhas(store, it)) throw new TypeError$1(OBJECT_ALREADY_INITIALIZED);
645
645
  metadata.facade = it;
@@ -677,7 +677,7 @@ var internalState = {
677
677
  getterFor: getterFor
678
678
  };
679
679
 
680
- var fails$e = fails$l;
680
+ var fails$f = fails$m;
681
681
  var isCallable$8 = isCallable$g;
682
682
  var hasOwn$4 = hasOwnProperty_1;
683
683
  var DESCRIPTORS$2 = descriptors;
@@ -690,7 +690,7 @@ var getInternalState$1 = InternalStateModule.get;
690
690
  // eslint-disable-next-line es-x/no-object-defineproperty -- safe
691
691
  var defineProperty$2 = Object.defineProperty;
692
692
 
693
- var CONFIGURABLE_LENGTH = DESCRIPTORS$2 && !fails$e(function () {
693
+ var CONFIGURABLE_LENGTH = DESCRIPTORS$2 && !fails$f(function () {
694
694
  return defineProperty$2(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
695
695
  });
696
696
 
@@ -842,13 +842,13 @@ var arrayIncludes = {
842
842
  indexOf: createMethod$2(false)
843
843
  };
844
844
 
845
- var uncurryThis$g = functionUncurryThis;
845
+ var uncurryThis$h = functionUncurryThis;
846
846
  var hasOwn$3 = hasOwnProperty_1;
847
847
  var toIndexedObject$1 = toIndexedObject$4;
848
848
  var indexOf$1 = arrayIncludes.indexOf;
849
849
  var hiddenKeys$2 = hiddenKeys$4;
850
850
 
851
- var push$3 = uncurryThis$g([].push);
851
+ var push$3 = uncurryThis$h([].push);
852
852
 
853
853
  var objectKeysInternal = function (object, names) {
854
854
  var O = toIndexedObject$1(object);
@@ -892,12 +892,12 @@ var objectGetOwnPropertySymbols = {};
892
892
  objectGetOwnPropertySymbols.f = Object.getOwnPropertySymbols;
893
893
 
894
894
  var getBuiltIn$3 = getBuiltIn$6;
895
- var uncurryThis$f = functionUncurryThis;
895
+ var uncurryThis$g = functionUncurryThis;
896
896
  var getOwnPropertyNamesModule = objectGetOwnPropertyNames;
897
897
  var getOwnPropertySymbolsModule = objectGetOwnPropertySymbols;
898
898
  var anObject$8 = anObject$a;
899
899
 
900
- var concat$1 = uncurryThis$f([].concat);
900
+ var concat$1 = uncurryThis$g([].concat);
901
901
 
902
902
  // all object keys, includes non-enumerable and symbols
903
903
  var ownKeys$8 = getBuiltIn$3('Reflect', 'ownKeys') || function ownKeys(it) {
@@ -923,7 +923,7 @@ var copyConstructorProperties$2 = function (target, source, exceptions) {
923
923
  }
924
924
  };
925
925
 
926
- var fails$d = fails$l;
926
+ var fails$e = fails$m;
927
927
  var isCallable$6 = isCallable$g;
928
928
 
929
929
  var replacement = /#|\.prototype\./;
@@ -932,7 +932,7 @@ var isForced$1 = function (feature, detection) {
932
932
  var value = data[normalize(feature)];
933
933
  return value == POLYFILL ? true
934
934
  : value == NATIVE ? false
935
- : isCallable$6(detection) ? fails$d(detection)
935
+ : isCallable$6(detection) ? fails$e(detection)
936
936
  : !!detection;
937
937
  };
938
938
 
@@ -946,7 +946,7 @@ var POLYFILL = isForced$1.POLYFILL = 'P';
946
946
 
947
947
  var isForced_1 = isForced$1;
948
948
 
949
- var global$5 = global$e;
949
+ var global$6 = global$f;
950
950
  var getOwnPropertyDescriptor$2 = objectGetOwnPropertyDescriptor.f;
951
951
  var createNonEnumerableProperty$1 = createNonEnumerableProperty$3;
952
952
  var defineBuiltIn$2 = defineBuiltIn$3;
@@ -975,11 +975,11 @@ var _export = function (options, source) {
975
975
  var STATIC = options.stat;
976
976
  var FORCED, target, key, targetProperty, sourceProperty, descriptor;
977
977
  if (GLOBAL) {
978
- target = global$5;
978
+ target = global$6;
979
979
  } else if (STATIC) {
980
- target = global$5[TARGET] || defineGlobalProperty(TARGET, {});
980
+ target = global$6[TARGET] || defineGlobalProperty(TARGET, {});
981
981
  } else {
982
- target = (global$5[TARGET] || {}).prototype;
982
+ target = (global$6[TARGET] || {}).prototype;
983
983
  }
984
984
  if (target) for (key in source) {
985
985
  sourceProperty = source[key];
@@ -1044,7 +1044,7 @@ var classof$4 = classof$5;
1044
1044
 
1045
1045
  var $String = String;
1046
1046
 
1047
- var toString$a = function (argument) {
1047
+ var toString$b = function (argument) {
1048
1048
  if (classof$4(argument) === 'Symbol') throw TypeError('Cannot convert a Symbol value to a string');
1049
1049
  return $String(argument);
1050
1050
  };
@@ -1088,18 +1088,18 @@ var correctIsRegexpLogic = function (METHOD_NAME) {
1088
1088
  } return false;
1089
1089
  };
1090
1090
 
1091
- var $$8 = _export;
1092
- var uncurryThis$e = functionUncurryThis;
1091
+ var $$9 = _export;
1092
+ var uncurryThis$f = functionUncurryThis;
1093
1093
  var getOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
1094
1094
  var toLength$3 = toLength$5;
1095
- var toString$9 = toString$a;
1095
+ var toString$a = toString$b;
1096
1096
  var notARegExp$2 = notARegexp;
1097
1097
  var requireObjectCoercible$6 = requireObjectCoercible$9;
1098
1098
  var correctIsRegExpLogic$2 = correctIsRegexpLogic;
1099
1099
 
1100
1100
  // eslint-disable-next-line es-x/no-string-prototype-endswith -- safe
1101
- var un$EndsWith = uncurryThis$e(''.endsWith);
1102
- var slice = uncurryThis$e(''.slice);
1101
+ var un$EndsWith = uncurryThis$f(''.endsWith);
1102
+ var slice = uncurryThis$f(''.slice);
1103
1103
  var min$5 = Math.min;
1104
1104
 
1105
1105
  var CORRECT_IS_REGEXP_LOGIC$1 = correctIsRegExpLogic$2('endsWith');
@@ -1111,14 +1111,14 @@ var MDN_POLYFILL_BUG$1 = !CORRECT_IS_REGEXP_LOGIC$1 && !!function () {
1111
1111
 
1112
1112
  // `String.prototype.endsWith` method
1113
1113
  // https://tc39.es/ecma262/#sec-string.prototype.endswith
1114
- $$8({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG$1 && !CORRECT_IS_REGEXP_LOGIC$1 }, {
1114
+ $$9({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG$1 && !CORRECT_IS_REGEXP_LOGIC$1 }, {
1115
1115
  endsWith: function endsWith(searchString /* , endPosition = @length */) {
1116
- var that = toString$9(requireObjectCoercible$6(this));
1116
+ var that = toString$a(requireObjectCoercible$6(this));
1117
1117
  notARegExp$2(searchString);
1118
1118
  var endPosition = arguments.length > 1 ? arguments[1] : undefined;
1119
1119
  var len = that.length;
1120
1120
  var end = endPosition === undefined ? len : min$5(toLength$3(endPosition), len);
1121
- var search = toString$9(searchString);
1121
+ var search = toString$a(searchString);
1122
1122
  return un$EndsWith
1123
1123
  ? un$EndsWith(that, search, end)
1124
1124
  : slice(that, end - search.length, end) === search;
@@ -1268,19 +1268,19 @@ var addToUnscopables$1 = function (key) {
1268
1268
  ArrayPrototype[UNSCOPABLES][key] = true;
1269
1269
  };
1270
1270
 
1271
- var $$7 = _export;
1271
+ var $$8 = _export;
1272
1272
  var $includes = arrayIncludes.includes;
1273
- var fails$c = fails$l;
1273
+ var fails$d = fails$m;
1274
1274
  var addToUnscopables = addToUnscopables$1;
1275
1275
 
1276
1276
  // FF99+ bug
1277
- var BROKEN_ON_SPARSE = fails$c(function () {
1277
+ var BROKEN_ON_SPARSE = fails$d(function () {
1278
1278
  return !Array(1).includes();
1279
1279
  });
1280
1280
 
1281
1281
  // `Array.prototype.includes` method
1282
1282
  // https://tc39.es/ecma262/#sec-array.prototype.includes
1283
- $$7({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
1283
+ $$8({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
1284
1284
  includes: function includes(el /* , fromIndex = 0 */) {
1285
1285
  return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
1286
1286
  }
@@ -1289,22 +1289,22 @@ $$7({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
1289
1289
  // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
1290
1290
  addToUnscopables('includes');
1291
1291
 
1292
- var $$6 = _export;
1293
- var uncurryThis$d = functionUncurryThis;
1292
+ var $$7 = _export;
1293
+ var uncurryThis$e = functionUncurryThis;
1294
1294
  var notARegExp$1 = notARegexp;
1295
1295
  var requireObjectCoercible$5 = requireObjectCoercible$9;
1296
- var toString$8 = toString$a;
1296
+ var toString$9 = toString$b;
1297
1297
  var correctIsRegExpLogic$1 = correctIsRegexpLogic;
1298
1298
 
1299
- var stringIndexOf$1 = uncurryThis$d(''.indexOf);
1299
+ var stringIndexOf$1 = uncurryThis$e(''.indexOf);
1300
1300
 
1301
1301
  // `String.prototype.includes` method
1302
1302
  // https://tc39.es/ecma262/#sec-string.prototype.includes
1303
- $$6({ target: 'String', proto: true, forced: !correctIsRegExpLogic$1('includes') }, {
1303
+ $$7({ target: 'String', proto: true, forced: !correctIsRegExpLogic$1('includes') }, {
1304
1304
  includes: function includes(searchString /* , position = 0 */) {
1305
1305
  return !!~stringIndexOf$1(
1306
- toString$8(requireObjectCoercible$5(this)),
1307
- toString$8(notARegExp$1(searchString)),
1306
+ toString$9(requireObjectCoercible$5(this)),
1307
+ toString$9(notARegExp$1(searchString)),
1308
1308
  arguments.length > 1 ? arguments[1] : undefined
1309
1309
  );
1310
1310
  }
@@ -1328,13 +1328,13 @@ var regexpFlags$1 = function () {
1328
1328
  return result;
1329
1329
  };
1330
1330
 
1331
- var fails$b = fails$l;
1332
- var global$4 = global$e;
1331
+ var fails$c = fails$m;
1332
+ var global$5 = global$f;
1333
1333
 
1334
1334
  // babel-minify and Closure Compiler transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
1335
- var $RegExp$2 = global$4.RegExp;
1335
+ var $RegExp$2 = global$5.RegExp;
1336
1336
 
1337
- var UNSUPPORTED_Y$2 = fails$b(function () {
1337
+ var UNSUPPORTED_Y$2 = fails$c(function () {
1338
1338
  var re = $RegExp$2('a', 'y');
1339
1339
  re.lastIndex = 2;
1340
1340
  return re.exec('abcd') != null;
@@ -1342,11 +1342,11 @@ var UNSUPPORTED_Y$2 = fails$b(function () {
1342
1342
 
1343
1343
  // UC Browser bug
1344
1344
  // https://github.com/zloirock/core-js/issues/1008
1345
- var MISSED_STICKY = UNSUPPORTED_Y$2 || fails$b(function () {
1345
+ var MISSED_STICKY = UNSUPPORTED_Y$2 || fails$c(function () {
1346
1346
  return !$RegExp$2('a', 'y').sticky;
1347
1347
  });
1348
1348
 
1349
- var BROKEN_CARET = UNSUPPORTED_Y$2 || fails$b(function () {
1349
+ var BROKEN_CARET = UNSUPPORTED_Y$2 || fails$c(function () {
1350
1350
  // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
1351
1351
  var re = $RegExp$2('^r', 'gy');
1352
1352
  re.lastIndex = 2;
@@ -1359,24 +1359,24 @@ var regexpStickyHelpers = {
1359
1359
  UNSUPPORTED_Y: UNSUPPORTED_Y$2
1360
1360
  };
1361
1361
 
1362
- var fails$a = fails$l;
1363
- var global$3 = global$e;
1362
+ var fails$b = fails$m;
1363
+ var global$4 = global$f;
1364
1364
 
1365
1365
  // babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError
1366
- var $RegExp$1 = global$3.RegExp;
1366
+ var $RegExp$1 = global$4.RegExp;
1367
1367
 
1368
- var regexpUnsupportedDotAll = fails$a(function () {
1368
+ var regexpUnsupportedDotAll = fails$b(function () {
1369
1369
  var re = $RegExp$1('.', 's');
1370
1370
  return !(re.dotAll && re.exec('\n') && re.flags === 's');
1371
1371
  });
1372
1372
 
1373
- var fails$9 = fails$l;
1374
- var global$2 = global$e;
1373
+ var fails$a = fails$m;
1374
+ var global$3 = global$f;
1375
1375
 
1376
1376
  // babel-minify and Closure Compiler transpiles RegExp('(?<a>b)', 'g') -> /(?<a>b)/g and it causes SyntaxError
1377
- var $RegExp = global$2.RegExp;
1377
+ var $RegExp = global$3.RegExp;
1378
1378
 
1379
- var regexpUnsupportedNcg = fails$9(function () {
1379
+ var regexpUnsupportedNcg = fails$a(function () {
1380
1380
  var re = $RegExp('(?<a>b)', 'g');
1381
1381
  return re.exec('b').groups.a !== 'b' ||
1382
1382
  'b'.replace(re, '$<a>c') !== 'bc';
@@ -1385,8 +1385,8 @@ var regexpUnsupportedNcg = fails$9(function () {
1385
1385
  /* eslint-disable regexp/no-empty-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */
1386
1386
  /* eslint-disable regexp/no-useless-quantifier -- testing */
1387
1387
  var call$6 = functionCall;
1388
- var uncurryThis$c = functionUncurryThis;
1389
- var toString$7 = toString$a;
1388
+ var uncurryThis$d = functionUncurryThis;
1389
+ var toString$8 = toString$b;
1390
1390
  var regexpFlags = regexpFlags$1;
1391
1391
  var stickyHelpers$1 = regexpStickyHelpers;
1392
1392
  var shared = shared$4.exports;
@@ -1398,10 +1398,10 @@ var UNSUPPORTED_NCG = regexpUnsupportedNcg;
1398
1398
  var nativeReplace = shared('native-string-replace', String.prototype.replace);
1399
1399
  var nativeExec = RegExp.prototype.exec;
1400
1400
  var patchedExec = nativeExec;
1401
- var charAt$4 = uncurryThis$c(''.charAt);
1402
- var indexOf = uncurryThis$c(''.indexOf);
1403
- var replace$4 = uncurryThis$c(''.replace);
1404
- var stringSlice$6 = uncurryThis$c(''.slice);
1401
+ var charAt$4 = uncurryThis$d(''.charAt);
1402
+ var indexOf = uncurryThis$d(''.indexOf);
1403
+ var replace$4 = uncurryThis$d(''.replace);
1404
+ var stringSlice$6 = uncurryThis$d(''.slice);
1405
1405
 
1406
1406
  var UPDATES_LAST_INDEX_WRONG = (function () {
1407
1407
  var re1 = /a/;
@@ -1422,7 +1422,7 @@ if (PATCH) {
1422
1422
  patchedExec = function exec(string) {
1423
1423
  var re = this;
1424
1424
  var state = getInternalState(re);
1425
- var str = toString$7(string);
1425
+ var str = toString$8(string);
1426
1426
  var raw = state.raw;
1427
1427
  var result, reCopy, lastIndex, match, i, object, group;
1428
1428
 
@@ -1499,13 +1499,13 @@ if (PATCH) {
1499
1499
 
1500
1500
  var regexpExec$3 = patchedExec;
1501
1501
 
1502
- var $$5 = _export;
1503
- var exec$3 = regexpExec$3;
1502
+ var $$6 = _export;
1503
+ var exec$4 = regexpExec$3;
1504
1504
 
1505
1505
  // `RegExp.prototype.exec` method
1506
1506
  // https://tc39.es/ecma262/#sec-regexp.prototype.exec
1507
- $$5({ target: 'RegExp', proto: true, forced: /./.exec !== exec$3 }, {
1508
- exec: exec$3
1507
+ $$6({ target: 'RegExp', proto: true, forced: /./.exec !== exec$4 }, {
1508
+ exec: exec$4
1509
1509
  });
1510
1510
 
1511
1511
  var NATIVE_BIND = functionBindNative;
@@ -1521,10 +1521,10 @@ var functionApply = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND
1521
1521
 
1522
1522
  // TODO: Remove from `core-js@4` since it's moved to entry points
1523
1523
 
1524
- var uncurryThis$b = functionUncurryThis;
1524
+ var uncurryThis$c = functionUncurryThis;
1525
1525
  var defineBuiltIn$1 = defineBuiltIn$3;
1526
1526
  var regexpExec$2 = regexpExec$3;
1527
- var fails$8 = fails$l;
1527
+ var fails$9 = fails$m;
1528
1528
  var wellKnownSymbol$2 = wellKnownSymbol$9;
1529
1529
  var createNonEnumerableProperty = createNonEnumerableProperty$3;
1530
1530
 
@@ -1534,14 +1534,14 @@ var RegExpPrototype$2 = RegExp.prototype;
1534
1534
  var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
1535
1535
  var SYMBOL = wellKnownSymbol$2(KEY);
1536
1536
 
1537
- var DELEGATES_TO_SYMBOL = !fails$8(function () {
1537
+ var DELEGATES_TO_SYMBOL = !fails$9(function () {
1538
1538
  // String methods call symbol-named RegEp methods
1539
1539
  var O = {};
1540
1540
  O[SYMBOL] = function () { return 7; };
1541
1541
  return ''[KEY](O) != 7;
1542
1542
  });
1543
1543
 
1544
- var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails$8(function () {
1544
+ var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails$9(function () {
1545
1545
  // Symbol-named RegExp methods call .exec
1546
1546
  var execCalled = false;
1547
1547
  var re = /a/;
@@ -1570,9 +1570,9 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
1570
1570
  !DELEGATES_TO_EXEC ||
1571
1571
  FORCED
1572
1572
  ) {
1573
- var uncurriedNativeRegExpMethod = uncurryThis$b(/./[SYMBOL]);
1573
+ var uncurriedNativeRegExpMethod = uncurryThis$c(/./[SYMBOL]);
1574
1574
  var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {
1575
- var uncurriedNativeMethod = uncurryThis$b(nativeMethod);
1575
+ var uncurriedNativeMethod = uncurryThis$c(nativeMethod);
1576
1576
  var $exec = regexp.exec;
1577
1577
  if ($exec === regexpExec$2 || $exec === RegExpPrototype$2.exec) {
1578
1578
  if (DELEGATES_TO_SYMBOL && !forceStringMethod) {
@@ -1593,8 +1593,8 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
1593
1593
  if (SHAM) createNonEnumerableProperty(RegExpPrototype$2[SYMBOL], 'sham', true);
1594
1594
  };
1595
1595
 
1596
- var uncurryThis$a = functionUncurryThis;
1597
- var fails$7 = fails$l;
1596
+ var uncurryThis$b = functionUncurryThis;
1597
+ var fails$8 = fails$m;
1598
1598
  var isCallable$4 = isCallable$g;
1599
1599
  var classof$2 = classof$5;
1600
1600
  var getBuiltIn$1 = getBuiltIn$6;
@@ -1604,7 +1604,7 @@ var noop = function () { /* empty */ };
1604
1604
  var empty = [];
1605
1605
  var construct = getBuiltIn$1('Reflect', 'construct');
1606
1606
  var constructorRegExp = /^\s*(?:class|function)\b/;
1607
- var exec$2 = uncurryThis$a(constructorRegExp.exec);
1607
+ var exec$3 = uncurryThis$b(constructorRegExp.exec);
1608
1608
  var INCORRECT_TO_STRING = !constructorRegExp.exec(noop);
1609
1609
 
1610
1610
  var isConstructorModern = function isConstructor(argument) {
@@ -1628,7 +1628,7 @@ var isConstructorLegacy = function isConstructor(argument) {
1628
1628
  // we can't check .prototype since constructors produced by .bind haven't it
1629
1629
  // `Function#toString` throws on some built-it function in some legacy engines
1630
1630
  // (for example, `DOMQuad` and similar in FF41-)
1631
- return INCORRECT_TO_STRING || !!exec$2(constructorRegExp, inspectSource(argument));
1631
+ return INCORRECT_TO_STRING || !!exec$3(constructorRegExp, inspectSource(argument));
1632
1632
  } catch (error) {
1633
1633
  return true;
1634
1634
  }
@@ -1638,7 +1638,7 @@ isConstructorLegacy.sham = true;
1638
1638
 
1639
1639
  // `IsConstructor` abstract operation
1640
1640
  // https://tc39.es/ecma262/#sec-isconstructor
1641
- var isConstructor$1 = !construct || fails$7(function () {
1641
+ var isConstructor$1 = !construct || fails$8(function () {
1642
1642
  var called;
1643
1643
  return isConstructorModern(isConstructorModern.call)
1644
1644
  || !isConstructorModern(Object)
@@ -1671,18 +1671,18 @@ var speciesConstructor$1 = function (O, defaultConstructor) {
1671
1671
  return C === undefined || (S = anObject$4(C)[SPECIES]) == undefined ? defaultConstructor : aConstructor(S);
1672
1672
  };
1673
1673
 
1674
- var uncurryThis$9 = functionUncurryThis;
1674
+ var uncurryThis$a = functionUncurryThis;
1675
1675
  var toIntegerOrInfinity$1 = toIntegerOrInfinity$4;
1676
- var toString$6 = toString$a;
1676
+ var toString$7 = toString$b;
1677
1677
  var requireObjectCoercible$4 = requireObjectCoercible$9;
1678
1678
 
1679
- var charAt$3 = uncurryThis$9(''.charAt);
1680
- var charCodeAt$1 = uncurryThis$9(''.charCodeAt);
1681
- var stringSlice$5 = uncurryThis$9(''.slice);
1679
+ var charAt$3 = uncurryThis$a(''.charAt);
1680
+ var charCodeAt$1 = uncurryThis$a(''.charCodeAt);
1681
+ var stringSlice$5 = uncurryThis$a(''.slice);
1682
1682
 
1683
1683
  var createMethod$1 = function (CONVERT_TO_STRING) {
1684
1684
  return function ($this, pos) {
1685
- var S = toString$6(requireObjectCoercible$4($this));
1685
+ var S = toString$7(requireObjectCoercible$4($this));
1686
1686
  var position = toIntegerOrInfinity$1(pos);
1687
1687
  var size = S.length;
1688
1688
  var first, second;
@@ -1766,7 +1766,7 @@ var regexpExecAbstract = function (R, S) {
1766
1766
 
1767
1767
  var apply$2 = functionApply;
1768
1768
  var call$3 = functionCall;
1769
- var uncurryThis$8 = functionUncurryThis;
1769
+ var uncurryThis$9 = functionUncurryThis;
1770
1770
  var fixRegExpWellKnownSymbolLogic$1 = fixRegexpWellKnownSymbolLogic;
1771
1771
  var isRegExp = isRegexp;
1772
1772
  var anObject$2 = anObject$a;
@@ -1774,25 +1774,25 @@ var requireObjectCoercible$3 = requireObjectCoercible$9;
1774
1774
  var speciesConstructor = speciesConstructor$1;
1775
1775
  var advanceStringIndex$1 = advanceStringIndex$2;
1776
1776
  var toLength$2 = toLength$5;
1777
- var toString$5 = toString$a;
1777
+ var toString$6 = toString$b;
1778
1778
  var getMethod$1 = getMethod$3;
1779
1779
  var arraySlice$3 = arraySliceSimple;
1780
1780
  var callRegExpExec = regexpExecAbstract;
1781
1781
  var regexpExec = regexpExec$3;
1782
1782
  var stickyHelpers = regexpStickyHelpers;
1783
- var fails$6 = fails$l;
1783
+ var fails$7 = fails$m;
1784
1784
 
1785
1785
  var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;
1786
1786
  var MAX_UINT32 = 0xFFFFFFFF;
1787
1787
  var min$4 = Math.min;
1788
1788
  var $push = [].push;
1789
- var exec$1 = uncurryThis$8(/./.exec);
1790
- var push$2 = uncurryThis$8($push);
1791
- var stringSlice$4 = uncurryThis$8(''.slice);
1789
+ var exec$2 = uncurryThis$9(/./.exec);
1790
+ var push$2 = uncurryThis$9($push);
1791
+ var stringSlice$4 = uncurryThis$9(''.slice);
1792
1792
 
1793
1793
  // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
1794
1794
  // Weex JS has frozen built-in prototypes, so use try / catch wrapper
1795
- var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails$6(function () {
1795
+ var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails$7(function () {
1796
1796
  // eslint-disable-next-line regexp/no-empty-group -- required for testing
1797
1797
  var re = /(?:)/;
1798
1798
  var originalExec = re.exec;
@@ -1816,7 +1816,7 @@ fixRegExpWellKnownSymbolLogic$1('split', function (SPLIT, nativeSplit, maybeCall
1816
1816
  ) {
1817
1817
  // based on es5-shim implementation, need to rework it
1818
1818
  internalSplit = function (separator, limit) {
1819
- var string = toString$5(requireObjectCoercible$3(this));
1819
+ var string = toString$6(requireObjectCoercible$3(this));
1820
1820
  var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
1821
1821
  if (lim === 0) return [];
1822
1822
  if (separator === undefined) return [string];
@@ -1845,7 +1845,7 @@ fixRegExpWellKnownSymbolLogic$1('split', function (SPLIT, nativeSplit, maybeCall
1845
1845
  if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop
1846
1846
  }
1847
1847
  if (lastLastIndex === string.length) {
1848
- if (lastLength || !exec$1(separatorCopy, '')) push$2(output, '');
1848
+ if (lastLength || !exec$2(separatorCopy, '')) push$2(output, '');
1849
1849
  } else push$2(output, stringSlice$4(string, lastLastIndex));
1850
1850
  return output.length > lim ? arraySlice$3(output, 0, lim) : output;
1851
1851
  };
@@ -1864,7 +1864,7 @@ fixRegExpWellKnownSymbolLogic$1('split', function (SPLIT, nativeSplit, maybeCall
1864
1864
  var splitter = separator == undefined ? undefined : getMethod$1(separator, SPLIT);
1865
1865
  return splitter
1866
1866
  ? call$3(splitter, separator, O, limit)
1867
- : call$3(internalSplit, toString$5(O), separator, limit);
1867
+ : call$3(internalSplit, toString$6(O), separator, limit);
1868
1868
  },
1869
1869
  // `RegExp.prototype[@@split]` method
1870
1870
  // https://tc39.es/ecma262/#sec-regexp.prototype-@@split
@@ -1873,7 +1873,7 @@ fixRegExpWellKnownSymbolLogic$1('split', function (SPLIT, nativeSplit, maybeCall
1873
1873
  // the 'y' flag.
1874
1874
  function (string, limit) {
1875
1875
  var rx = anObject$2(this);
1876
- var S = toString$5(string);
1876
+ var S = toString$6(string);
1877
1877
  var res = maybeCallNative(internalSplit, rx, S, limit, internalSplit !== nativeSplit);
1878
1878
 
1879
1879
  if (res.done) return res.value;
@@ -2669,13 +2669,13 @@ var InputFieldSplit = function InputFieldSplit(_a) {
2669
2669
  }));
2670
2670
  };
2671
2671
 
2672
- var uncurryThis$7 = functionUncurryThis;
2672
+ var uncurryThis$8 = functionUncurryThis;
2673
2673
  var toObject$1 = toObject$3;
2674
2674
 
2675
2675
  var floor$1 = Math.floor;
2676
- var charAt$1 = uncurryThis$7(''.charAt);
2677
- var replace$3 = uncurryThis$7(''.replace);
2678
- var stringSlice$3 = uncurryThis$7(''.slice);
2676
+ var charAt$1 = uncurryThis$8(''.charAt);
2677
+ var replace$3 = uncurryThis$8(''.replace);
2678
+ var stringSlice$3 = uncurryThis$8(''.slice);
2679
2679
  var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g;
2680
2680
  var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g;
2681
2681
 
@@ -2716,14 +2716,14 @@ var getSubstitution$1 = function (matched, str, position, captures, namedCapture
2716
2716
 
2717
2717
  var apply$1 = functionApply;
2718
2718
  var call$2 = functionCall;
2719
- var uncurryThis$6 = functionUncurryThis;
2719
+ var uncurryThis$7 = functionUncurryThis;
2720
2720
  var fixRegExpWellKnownSymbolLogic = fixRegexpWellKnownSymbolLogic;
2721
- var fails$5 = fails$l;
2721
+ var fails$6 = fails$m;
2722
2722
  var anObject$1 = anObject$a;
2723
2723
  var isCallable$2 = isCallable$g;
2724
2724
  var toIntegerOrInfinity = toIntegerOrInfinity$4;
2725
2725
  var toLength$1 = toLength$5;
2726
- var toString$4 = toString$a;
2726
+ var toString$5 = toString$b;
2727
2727
  var requireObjectCoercible$2 = requireObjectCoercible$9;
2728
2728
  var advanceStringIndex = advanceStringIndex$2;
2729
2729
  var getMethod = getMethod$3;
@@ -2734,10 +2734,10 @@ var wellKnownSymbol = wellKnownSymbol$9;
2734
2734
  var REPLACE = wellKnownSymbol('replace');
2735
2735
  var max$2 = Math.max;
2736
2736
  var min$3 = Math.min;
2737
- var concat = uncurryThis$6([].concat);
2738
- var push$1 = uncurryThis$6([].push);
2739
- var stringIndexOf = uncurryThis$6(''.indexOf);
2740
- var stringSlice$2 = uncurryThis$6(''.slice);
2737
+ var concat = uncurryThis$7([].concat);
2738
+ var push$1 = uncurryThis$7([].push);
2739
+ var stringIndexOf = uncurryThis$7(''.indexOf);
2740
+ var stringSlice$2 = uncurryThis$7(''.slice);
2741
2741
 
2742
2742
  var maybeToString = function (it) {
2743
2743
  return it === undefined ? it : String(it);
@@ -2758,7 +2758,7 @@ var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
2758
2758
  return false;
2759
2759
  })();
2760
2760
 
2761
- var REPLACE_SUPPORTS_NAMED_GROUPS = !fails$5(function () {
2761
+ var REPLACE_SUPPORTS_NAMED_GROUPS = !fails$6(function () {
2762
2762
  var re = /./;
2763
2763
  re.exec = function () {
2764
2764
  var result = [];
@@ -2781,13 +2781,13 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
2781
2781
  var replacer = searchValue == undefined ? undefined : getMethod(searchValue, REPLACE);
2782
2782
  return replacer
2783
2783
  ? call$2(replacer, searchValue, O, replaceValue)
2784
- : call$2(nativeReplace, toString$4(O), searchValue, replaceValue);
2784
+ : call$2(nativeReplace, toString$5(O), searchValue, replaceValue);
2785
2785
  },
2786
2786
  // `RegExp.prototype[@@replace]` method
2787
2787
  // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace
2788
2788
  function (string, replaceValue) {
2789
2789
  var rx = anObject$1(this);
2790
- var S = toString$4(string);
2790
+ var S = toString$5(string);
2791
2791
 
2792
2792
  if (
2793
2793
  typeof replaceValue == 'string' &&
@@ -2799,7 +2799,7 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
2799
2799
  }
2800
2800
 
2801
2801
  var functionalReplace = isCallable$2(replaceValue);
2802
- if (!functionalReplace) replaceValue = toString$4(replaceValue);
2802
+ if (!functionalReplace) replaceValue = toString$5(replaceValue);
2803
2803
 
2804
2804
  var global = rx.global;
2805
2805
  if (global) {
@@ -2814,7 +2814,7 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
2814
2814
  push$1(results, result);
2815
2815
  if (!global) break;
2816
2816
 
2817
- var matchStr = toString$4(result[0]);
2817
+ var matchStr = toString$5(result[0]);
2818
2818
  if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength$1(rx.lastIndex), fullUnicode);
2819
2819
  }
2820
2820
 
@@ -2823,7 +2823,7 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
2823
2823
  for (var i = 0; i < results.length; i++) {
2824
2824
  result = results[i];
2825
2825
 
2826
- var matched = toString$4(result[0]);
2826
+ var matched = toString$5(result[0]);
2827
2827
  var position = max$2(min$3(toIntegerOrInfinity(result.index), S.length), 0);
2828
2828
  var captures = [];
2829
2829
  // NOTE: This is equivalent to
@@ -2836,7 +2836,7 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
2836
2836
  if (functionalReplace) {
2837
2837
  var replacerArgs = concat([matched], captures, position, S);
2838
2838
  if (namedCaptures !== undefined) push$1(replacerArgs, namedCaptures);
2839
- var replacement = toString$4(apply$1(replaceValue, undefined, replacerArgs));
2839
+ var replacement = toString$5(apply$1(replaceValue, undefined, replacerArgs));
2840
2840
  } else {
2841
2841
  replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
2842
2842
  }
@@ -3575,15 +3575,15 @@ var regexpGetFlags = function (R) {
3575
3575
  var PROPER_FUNCTION_NAME$1 = functionName.PROPER;
3576
3576
  var defineBuiltIn = defineBuiltIn$3;
3577
3577
  var anObject = anObject$a;
3578
- var $toString = toString$a;
3579
- var fails$4 = fails$l;
3578
+ var $toString = toString$b;
3579
+ var fails$5 = fails$m;
3580
3580
  var getRegExpFlags = regexpGetFlags;
3581
3581
 
3582
3582
  var TO_STRING = 'toString';
3583
3583
  var RegExpPrototype = RegExp.prototype;
3584
3584
  var n$ToString = RegExpPrototype[TO_STRING];
3585
3585
 
3586
- var NOT_GENERIC = fails$4(function () { return n$ToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });
3586
+ var NOT_GENERIC = fails$5(function () { return n$ToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });
3587
3587
  // FF44- RegExp#toString has a wrong name
3588
3588
  var INCORRECT_NAME = PROPER_FUNCTION_NAME$1 && n$ToString.name != TO_STRING;
3589
3589
 
@@ -5554,23 +5554,23 @@ var BadgeGroup = function BadgeGroup(_a) {
5554
5554
  };
5555
5555
 
5556
5556
  // a string of all valid unicode whitespaces
5557
- var whitespaces$2 = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
5557
+ var whitespaces$3 = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
5558
5558
  '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
5559
5559
 
5560
- var uncurryThis$5 = functionUncurryThis;
5560
+ var uncurryThis$6 = functionUncurryThis;
5561
5561
  var requireObjectCoercible$1 = requireObjectCoercible$9;
5562
- var toString$3 = toString$a;
5563
- var whitespaces$1 = whitespaces$2;
5562
+ var toString$4 = toString$b;
5563
+ var whitespaces$2 = whitespaces$3;
5564
5564
 
5565
- var replace$2 = uncurryThis$5(''.replace);
5566
- var whitespace = '[' + whitespaces$1 + ']';
5565
+ var replace$2 = uncurryThis$6(''.replace);
5566
+ var whitespace = '[' + whitespaces$2 + ']';
5567
5567
  var ltrim = RegExp('^' + whitespace + whitespace + '*');
5568
5568
  var rtrim = RegExp(whitespace + whitespace + '*$');
5569
5569
 
5570
5570
  // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
5571
5571
  var createMethod = function (TYPE) {
5572
5572
  return function ($this) {
5573
- var string = toString$3(requireObjectCoercible$1($this));
5573
+ var string = toString$4(requireObjectCoercible$1($this));
5574
5574
  if (TYPE & 1) string = replace$2(string, ltrim, '');
5575
5575
  if (TYPE & 2) string = replace$2(string, rtrim, '');
5576
5576
  return string;
@@ -5590,28 +5590,28 @@ var stringTrim = {
5590
5590
  };
5591
5591
 
5592
5592
  var PROPER_FUNCTION_NAME = functionName.PROPER;
5593
- var fails$3 = fails$l;
5594
- var whitespaces = whitespaces$2;
5593
+ var fails$4 = fails$m;
5594
+ var whitespaces$1 = whitespaces$3;
5595
5595
 
5596
5596
  var non = '\u200B\u0085\u180E';
5597
5597
 
5598
5598
  // check that a method works with the correct list
5599
5599
  // of whitespaces and has a correct name
5600
5600
  var stringTrimForced = function (METHOD_NAME) {
5601
- return fails$3(function () {
5602
- return !!whitespaces[METHOD_NAME]()
5601
+ return fails$4(function () {
5602
+ return !!whitespaces$1[METHOD_NAME]()
5603
5603
  || non[METHOD_NAME]() !== non
5604
- || (PROPER_FUNCTION_NAME && whitespaces[METHOD_NAME].name !== METHOD_NAME);
5604
+ || (PROPER_FUNCTION_NAME && whitespaces$1[METHOD_NAME].name !== METHOD_NAME);
5605
5605
  });
5606
5606
  };
5607
5607
 
5608
- var $$4 = _export;
5608
+ var $$5 = _export;
5609
5609
  var $trim = stringTrim.trim;
5610
5610
  var forcedStringTrimMethod = stringTrimForced;
5611
5611
 
5612
5612
  // `String.prototype.trim` method
5613
5613
  // https://tc39.es/ecma262/#sec-string.prototype.trim
5614
- $$4({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
5614
+ $$5({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
5615
5615
  trim: function trim() {
5616
5616
  return $trim(this);
5617
5617
  }
@@ -5787,18 +5787,18 @@ var AddSuggestion = function AddSuggestion(_a) {
5787
5787
  }));
5788
5788
  };
5789
5789
 
5790
- var $$3 = _export;
5790
+ var $$4 = _export;
5791
5791
  var DESCRIPTORS = descriptors;
5792
- var global$1 = global$e;
5793
- var uncurryThis$4 = functionUncurryThis;
5792
+ var global$2 = global$f;
5793
+ var uncurryThis$5 = functionUncurryThis;
5794
5794
  var hasOwn = hasOwnProperty_1;
5795
5795
  var isCallable$1 = isCallable$g;
5796
5796
  var isPrototypeOf = objectIsPrototypeOf;
5797
- var toString$2 = toString$a;
5797
+ var toString$3 = toString$b;
5798
5798
  var defineProperty = objectDefineProperty.f;
5799
5799
  var copyConstructorProperties = copyConstructorProperties$2;
5800
5800
 
5801
- var NativeSymbol = global$1.Symbol;
5801
+ var NativeSymbol = global$2.Symbol;
5802
5802
  var SymbolPrototype = NativeSymbol && NativeSymbol.prototype;
5803
5803
 
5804
5804
  if (DESCRIPTORS && isCallable$1(NativeSymbol) && (!('description' in SymbolPrototype) ||
@@ -5808,7 +5808,7 @@ if (DESCRIPTORS && isCallable$1(NativeSymbol) && (!('description' in SymbolProto
5808
5808
  var EmptyStringDescriptionStore = {};
5809
5809
  // wrap Symbol constructor for correct work with undefined description
5810
5810
  var SymbolWrapper = function Symbol() {
5811
- var description = arguments.length < 1 || arguments[0] === undefined ? undefined : toString$2(arguments[0]);
5811
+ var description = arguments.length < 1 || arguments[0] === undefined ? undefined : toString$3(arguments[0]);
5812
5812
  var result = isPrototypeOf(SymbolPrototype, this)
5813
5813
  ? new NativeSymbol(description)
5814
5814
  // in Edge 13, String(Symbol(undefined)) === 'Symbol(undefined)'
@@ -5822,11 +5822,11 @@ if (DESCRIPTORS && isCallable$1(NativeSymbol) && (!('description' in SymbolProto
5822
5822
  SymbolPrototype.constructor = SymbolWrapper;
5823
5823
 
5824
5824
  var NATIVE_SYMBOL$1 = String(NativeSymbol('test')) == 'Symbol(test)';
5825
- var symbolToString = uncurryThis$4(SymbolPrototype.toString);
5826
- var symbolValueOf = uncurryThis$4(SymbolPrototype.valueOf);
5825
+ var symbolToString = uncurryThis$5(SymbolPrototype.toString);
5826
+ var symbolValueOf = uncurryThis$5(SymbolPrototype.valueOf);
5827
5827
  var regexp = /^Symbol\((.*)\)[^)]+$/;
5828
- var replace$1 = uncurryThis$4(''.replace);
5829
- var stringSlice$1 = uncurryThis$4(''.slice);
5828
+ var replace$1 = uncurryThis$5(''.replace);
5829
+ var stringSlice$1 = uncurryThis$5(''.slice);
5830
5830
 
5831
5831
  defineProperty(SymbolPrototype, 'description', {
5832
5832
  configurable: true,
@@ -5839,7 +5839,7 @@ if (DESCRIPTORS && isCallable$1(NativeSymbol) && (!('description' in SymbolProto
5839
5839
  }
5840
5840
  });
5841
5841
 
5842
- $$3({ global: true, constructor: true, forced: true }, {
5842
+ $$4({ global: true, constructor: true, forced: true }, {
5843
5843
  Symbol: SymbolWrapper
5844
5844
  });
5845
5845
  }
@@ -5934,16 +5934,16 @@ var isArray$1 = Array.isArray || function isArray(argument) {
5934
5934
  return classof(argument) == 'Array';
5935
5935
  };
5936
5936
 
5937
- var uncurryThis$3 = functionUncurryThis;
5937
+ var uncurryThis$4 = functionUncurryThis;
5938
5938
 
5939
- var arraySlice$2 = uncurryThis$3([].slice);
5939
+ var arraySlice$2 = uncurryThis$4([].slice);
5940
5940
 
5941
- var $$2 = _export;
5941
+ var $$3 = _export;
5942
5942
  var getBuiltIn = getBuiltIn$6;
5943
5943
  var apply = functionApply;
5944
5944
  var call = functionCall;
5945
- var uncurryThis$2 = functionUncurryThis;
5946
- var fails$2 = fails$l;
5945
+ var uncurryThis$3 = functionUncurryThis;
5946
+ var fails$3 = fails$m;
5947
5947
  var isArray = isArray$1;
5948
5948
  var isCallable = isCallable$g;
5949
5949
  var isObject = isObject$7;
@@ -5952,17 +5952,17 @@ var arraySlice$1 = arraySlice$2;
5952
5952
  var NATIVE_SYMBOL = nativeSymbol;
5953
5953
 
5954
5954
  var $stringify = getBuiltIn('JSON', 'stringify');
5955
- var exec = uncurryThis$2(/./.exec);
5956
- var charAt = uncurryThis$2(''.charAt);
5957
- var charCodeAt = uncurryThis$2(''.charCodeAt);
5958
- var replace = uncurryThis$2(''.replace);
5959
- var numberToString = uncurryThis$2(1.0.toString);
5955
+ var exec$1 = uncurryThis$3(/./.exec);
5956
+ var charAt = uncurryThis$3(''.charAt);
5957
+ var charCodeAt = uncurryThis$3(''.charCodeAt);
5958
+ var replace = uncurryThis$3(''.replace);
5959
+ var numberToString = uncurryThis$3(1.0.toString);
5960
5960
 
5961
5961
  var tester = /[\uD800-\uDFFF]/g;
5962
5962
  var low = /^[\uD800-\uDBFF]$/;
5963
5963
  var hi = /^[\uDC00-\uDFFF]$/;
5964
5964
 
5965
- var WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL || fails$2(function () {
5965
+ var WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL || fails$3(function () {
5966
5966
  var symbol = getBuiltIn('Symbol')();
5967
5967
  // MS Edge converts symbol values to JSON as {}
5968
5968
  return $stringify([symbol]) != '[null]'
@@ -5973,7 +5973,7 @@ var WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL || fails$2(function () {
5973
5973
  });
5974
5974
 
5975
5975
  // https://github.com/tc39/proposal-well-formed-stringify
5976
- var ILL_FORMED_UNICODE = fails$2(function () {
5976
+ var ILL_FORMED_UNICODE = fails$3(function () {
5977
5977
  return $stringify('\uDF06\uD834') !== '"\\udf06\\ud834"'
5978
5978
  || $stringify('\uDEAD') !== '"\\udead"';
5979
5979
  });
@@ -5993,7 +5993,7 @@ var stringifyWithSymbolsFix = function (it, replacer) {
5993
5993
  var fixIllFormed = function (match, offset, string) {
5994
5994
  var prev = charAt(string, offset - 1);
5995
5995
  var next = charAt(string, offset + 1);
5996
- if ((exec(low, match) && !exec(hi, next)) || (exec(hi, match) && !exec(low, prev))) {
5996
+ if ((exec$1(low, match) && !exec$1(hi, next)) || (exec$1(hi, match) && !exec$1(low, prev))) {
5997
5997
  return '\\u' + numberToString(charCodeAt(match, 0), 16);
5998
5998
  } return match;
5999
5999
  };
@@ -6001,7 +6001,7 @@ var fixIllFormed = function (match, offset, string) {
6001
6001
  if ($stringify) {
6002
6002
  // `JSON.stringify` method
6003
6003
  // https://tc39.es/ecma262/#sec-json.stringify
6004
- $$2({ target: 'JSON', stat: true, arity: 3, forced: WRONG_SYMBOLS_CONVERSION || ILL_FORMED_UNICODE }, {
6004
+ $$3({ target: 'JSON', stat: true, arity: 3, forced: WRONG_SYMBOLS_CONVERSION || ILL_FORMED_UNICODE }, {
6005
6005
  // eslint-disable-next-line no-unused-vars -- required for `.length`
6006
6006
  stringify: function stringify(it, replacer, space) {
6007
6007
  var args = arraySlice$1(arguments);
@@ -17510,11 +17510,11 @@ var merge = function (array, left, right, comparefn) {
17510
17510
 
17511
17511
  var arraySort = mergeSort;
17512
17512
 
17513
- var fails$1 = fails$l;
17513
+ var fails$2 = fails$m;
17514
17514
 
17515
17515
  var arrayMethodIsStrict$1 = function (METHOD_NAME, argument) {
17516
17516
  var method = [][METHOD_NAME];
17517
- return !!method && fails$1(function () {
17517
+ return !!method && fails$2(function () {
17518
17518
  // eslint-disable-next-line no-useless-call -- required for testing
17519
17519
  method.call(null, argument || function () { return 1; }, 1);
17520
17520
  });
@@ -17536,14 +17536,14 @@ var webkit = userAgent.match(/AppleWebKit\/(\d+)\./);
17536
17536
 
17537
17537
  var engineWebkitVersion = !!webkit && +webkit[1];
17538
17538
 
17539
- var $$1 = _export;
17540
- var uncurryThis$1 = functionUncurryThis;
17539
+ var $$2 = _export;
17540
+ var uncurryThis$2 = functionUncurryThis;
17541
17541
  var aCallable = aCallable$2;
17542
17542
  var toObject = toObject$3;
17543
17543
  var lengthOfArrayLike = lengthOfArrayLike$3;
17544
17544
  var deletePropertyOrThrow = deletePropertyOrThrow$1;
17545
- var toString$1 = toString$a;
17546
- var fails = fails$l;
17545
+ var toString$2 = toString$b;
17546
+ var fails$1 = fails$m;
17547
17547
  var internalSort = arraySort;
17548
17548
  var arrayMethodIsStrict = arrayMethodIsStrict$1;
17549
17549
  var FF = engineFfVersion;
@@ -17552,21 +17552,21 @@ var V8 = engineV8Version;
17552
17552
  var WEBKIT = engineWebkitVersion;
17553
17553
 
17554
17554
  var test = [];
17555
- var un$Sort = uncurryThis$1(test.sort);
17556
- var push = uncurryThis$1(test.push);
17555
+ var un$Sort = uncurryThis$2(test.sort);
17556
+ var push = uncurryThis$2(test.push);
17557
17557
 
17558
17558
  // IE8-
17559
- var FAILS_ON_UNDEFINED = fails(function () {
17559
+ var FAILS_ON_UNDEFINED = fails$1(function () {
17560
17560
  test.sort(undefined);
17561
17561
  });
17562
17562
  // V8 bug
17563
- var FAILS_ON_NULL = fails(function () {
17563
+ var FAILS_ON_NULL = fails$1(function () {
17564
17564
  test.sort(null);
17565
17565
  });
17566
17566
  // Old WebKit
17567
17567
  var STRICT_METHOD = arrayMethodIsStrict('sort');
17568
17568
 
17569
- var STABLE_SORT = !fails(function () {
17569
+ var STABLE_SORT = !fails$1(function () {
17570
17570
  // feature detection can be too slow, so check engines versions
17571
17571
  if (V8) return V8 < 70;
17572
17572
  if (FF && FF > 3) return;
@@ -17601,20 +17601,20 @@ var STABLE_SORT = !fails(function () {
17601
17601
  return result !== 'DGBEFHACIJK';
17602
17602
  });
17603
17603
 
17604
- var FORCED = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || !STRICT_METHOD || !STABLE_SORT;
17604
+ var FORCED$1 = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || !STRICT_METHOD || !STABLE_SORT;
17605
17605
 
17606
17606
  var getSortCompare = function (comparefn) {
17607
17607
  return function (x, y) {
17608
17608
  if (y === undefined) return -1;
17609
17609
  if (x === undefined) return 1;
17610
17610
  if (comparefn !== undefined) return +comparefn(x, y) || 0;
17611
- return toString$1(x) > toString$1(y) ? 1 : -1;
17611
+ return toString$2(x) > toString$2(y) ? 1 : -1;
17612
17612
  };
17613
17613
  };
17614
17614
 
17615
17615
  // `Array.prototype.sort` method
17616
17616
  // https://tc39.es/ecma262/#sec-array.prototype.sort
17617
- $$1({ target: 'Array', proto: true, forced: FORCED }, {
17617
+ $$2({ target: 'Array', proto: true, forced: FORCED$1 }, {
17618
17618
  sort: function sort(comparefn) {
17619
17619
  if (comparefn !== undefined) aCallable(comparefn);
17620
17620
 
@@ -17642,18 +17642,18 @@ $$1({ target: 'Array', proto: true, forced: FORCED }, {
17642
17642
  }
17643
17643
  });
17644
17644
 
17645
- var $ = _export;
17646
- var uncurryThis = functionUncurryThis;
17645
+ var $$1 = _export;
17646
+ var uncurryThis$1 = functionUncurryThis;
17647
17647
  var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
17648
17648
  var toLength = toLength$5;
17649
- var toString = toString$a;
17649
+ var toString$1 = toString$b;
17650
17650
  var notARegExp = notARegexp;
17651
17651
  var requireObjectCoercible = requireObjectCoercible$9;
17652
17652
  var correctIsRegExpLogic = correctIsRegexpLogic;
17653
17653
 
17654
17654
  // eslint-disable-next-line es-x/no-string-prototype-startswith -- safe
17655
- var un$StartsWith = uncurryThis(''.startsWith);
17656
- var stringSlice = uncurryThis(''.slice);
17655
+ var un$StartsWith = uncurryThis$1(''.startsWith);
17656
+ var stringSlice = uncurryThis$1(''.slice);
17657
17657
  var min = Math.min;
17658
17658
 
17659
17659
  var CORRECT_IS_REGEXP_LOGIC = correctIsRegExpLogic('startsWith');
@@ -17665,12 +17665,12 @@ var MDN_POLYFILL_BUG = !CORRECT_IS_REGEXP_LOGIC && !!function () {
17665
17665
 
17666
17666
  // `String.prototype.startsWith` method
17667
17667
  // https://tc39.es/ecma262/#sec-string.prototype.startswith
17668
- $({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {
17668
+ $$1({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {
17669
17669
  startsWith: function startsWith(searchString /* , position = 0 */) {
17670
- var that = toString(requireObjectCoercible(this));
17670
+ var that = toString$1(requireObjectCoercible(this));
17671
17671
  notARegExp(searchString);
17672
17672
  var index = toLength(min(arguments.length > 1 ? arguments[1] : undefined, that.length));
17673
- var search = toString(searchString);
17673
+ var search = toString$1(searchString);
17674
17674
  return un$StartsWith
17675
17675
  ? un$StartsWith(that, search, index)
17676
17676
  : stringSlice(that, index, index + search.length) === search;
@@ -17987,6 +17987,38 @@ var DoubleInput = function DoubleInput(_a) {
17987
17987
  }));
17988
17988
  };
17989
17989
 
17990
+ var global$1 = global$f;
17991
+ var fails = fails$m;
17992
+ var uncurryThis = functionUncurryThis;
17993
+ var toString = toString$b;
17994
+ var trim = stringTrim.trim;
17995
+ var whitespaces = whitespaces$3;
17996
+
17997
+ var $parseInt$1 = global$1.parseInt;
17998
+ var Symbol$1 = global$1.Symbol;
17999
+ var ITERATOR = Symbol$1 && Symbol$1.iterator;
18000
+ var hex = /^[+-]?0x/i;
18001
+ var exec = uncurryThis(hex.exec);
18002
+ var FORCED = $parseInt$1(whitespaces + '08') !== 8 || $parseInt$1(whitespaces + '0x16') !== 22
18003
+ // MS Edge 18- broken with boxed symbols
18004
+ || (ITERATOR && !fails(function () { $parseInt$1(Object(ITERATOR)); }));
18005
+
18006
+ // `parseInt` method
18007
+ // https://tc39.es/ecma262/#sec-parseint-string-radix
18008
+ var numberParseInt = FORCED ? function parseInt(string, radix) {
18009
+ var S = trim(toString(string));
18010
+ return $parseInt$1(S, (radix >>> 0) || (exec(hex, S) ? 16 : 10));
18011
+ } : $parseInt$1;
18012
+
18013
+ var $ = _export;
18014
+ var $parseInt = numberParseInt;
18015
+
18016
+ // `parseInt` method
18017
+ // https://tc39.es/ecma262/#sec-parseint-string-radix
18018
+ $({ global: true, forced: parseInt != $parseInt }, {
18019
+ parseInt: $parseInt
18020
+ });
18021
+
17990
18022
  var InputTagDropdownItem = function InputTagDropdownItem(_a) {
17991
18023
  var className = _a.className,
17992
18024
  label = _a.label,
@@ -18088,7 +18120,8 @@ var InputTag = function InputTag(_a) {
18088
18120
  // comma separated string which is created into separate tags
18089
18121
  _f = _a.handleValChange,
18090
18122
  // comma separated string which is created into separate tags
18091
- handleValChange = _f === void 0 ? function (_) {} : _f,
18123
+ handleValChange = _f === void 0 ? function (_, _currentInputValue, _fromEvent) {
18124
+ } : _f,
18092
18125
  _g = _a.onDropdownClick,
18093
18126
  onDropdownClick = _g === void 0 ? function (_selectedValue, _index, _searchString) {} : _g,
18094
18127
  _h = _a.allowDuplicates,
@@ -18166,7 +18199,31 @@ var InputTag = function InputTag(_a) {
18166
18199
 
18167
18200
  var _y = useState(0),
18168
18201
  width = _y[0],
18169
- setWidth = _y[1]; // Handle the change event of the input element
18202
+ setWidth = _y[1];
18203
+
18204
+ var handleDragStart = function handleDragStart(e, index) {
18205
+ e.dataTransfer.setData("text/plain", index.toString());
18206
+ };
18207
+
18208
+ var handleDragEnter = function handleDragEnter(e, _index) {
18209
+ e.preventDefault();
18210
+ };
18211
+
18212
+ var handleDragOver = function handleDragOver(e) {
18213
+ e.preventDefault();
18214
+ };
18215
+
18216
+ var handleDrop = function handleDrop(e, targetIndex) {
18217
+ e.preventDefault();
18218
+ var sourceIndex = parseInt(e.dataTransfer.getData("text/plain")); // Logic to update the tag order
18219
+
18220
+ var updatedTags = __spreadArray([], tags, true);
18221
+
18222
+ var draggedTag = updatedTags.splice(sourceIndex, 1)[0];
18223
+ updatedTags.splice(targetIndex, 0, draggedTag);
18224
+ setTags(updatedTags);
18225
+ handleValChange && handleValChange(updatedTags.filter(Boolean).join(","), "", "shuffle");
18226
+ }; // Handle the change event of the input element
18170
18227
 
18171
18228
 
18172
18229
  var handleValueChange = function handleValueChange(e) {
@@ -18246,7 +18303,7 @@ var InputTag = function InputTag(_a) {
18246
18303
 
18247
18304
  onDropdownClick && onDropdownClick(selectedItem, index, tagInputValue); // Call handleValChange function if it is defined
18248
18305
 
18249
- handleValChange && handleValChange(val); // Reset focus index and dropdown array
18306
+ handleValChange && handleValChange(val, "", "dropdown"); // Reset focus index and dropdown array
18250
18307
 
18251
18308
  setFocusIndex(-1);
18252
18309
  setDropdownArr(options);
@@ -18303,7 +18360,7 @@ var InputTag = function InputTag(_a) {
18303
18360
 
18304
18361
  setTags(res);
18305
18362
  setValue(tags.filter(Boolean).join(", "));
18306
- handleValChange && handleValChange(res.filter(Boolean).join(", "));
18363
+ handleValChange && handleValChange(res.filter(Boolean).join(", "), tagInputValue.trim(), "");
18307
18364
  } // reset tag input value and focus index
18308
18365
 
18309
18366
 
@@ -18332,10 +18389,10 @@ var InputTag = function InputTag(_a) {
18332
18389
  setTags(newArr);
18333
18390
  setValue(tags.filter(Boolean).join(", "));
18334
18391
  setEditIndex(-1);
18335
- setEditInputValue("");
18336
18392
  inputRef.current && inputRef.current.focus();
18337
18393
  setdropdownOffset("".concat((_a = inputRef.current) === null || _a === void 0 ? void 0 : _a.offsetLeft, "px"));
18338
- handleValChange && handleValChange(newArr.filter(Boolean).join(", "));
18394
+ handleValChange && handleValChange(newArr.filter(Boolean).join(", "), editInputValue.trim(), "edit");
18395
+ setEditInputValue("");
18339
18396
  } //on backspace
18340
18397
 
18341
18398
 
@@ -18361,7 +18418,7 @@ var InputTag = function InputTag(_a) {
18361
18418
  setValue(newTagList.filter(Boolean).join(", "));
18362
18419
  setTagInputValue("");
18363
18420
  setFocusIndex(-1);
18364
- handleValChange && handleValChange(newTagList.filter(Boolean).join(", "));
18421
+ focusIndex < 0 && handleValChange && handleValChange(newTagList.filter(Boolean).join(", "), tagInputValue.trim(), "");
18365
18422
  } else if (e.keyCode === 13 && tagInputValue.trim().length <= 1) {
18366
18423
  setTagInputValue("");
18367
18424
  setFocusIndex(-1);
@@ -18417,17 +18474,18 @@ var InputTag = function InputTag(_a) {
18417
18474
  setValue(res.filter(Boolean).join(", "));
18418
18475
  setTagInputValue("");
18419
18476
  setFocusIndex(-1);
18420
- handleValChange && handleValChange(res.filter(Boolean).join(", "));
18477
+ handleDropdownClick(dropdownArr[focusIndex], focusIndex);
18421
18478
  }
18422
18479
  }
18423
18480
  };
18424
18481
 
18425
18482
  var deleteTag = function deleteTag(_, del_index) {
18483
+ var deletedValue = tags[del_index];
18426
18484
  var remainingTags = tags.filter(function (_, index) {
18427
18485
  return del_index !== index;
18428
18486
  });
18429
18487
  setTags(remainingTags);
18430
- handleValChange && handleValChange(remainingTags.filter(Boolean).join(", "));
18488
+ handleValChange && handleValChange(remainingTags.filter(Boolean).join(", "), deletedValue, "delete");
18431
18489
  setValue(remainingTags.filter(Boolean).join(", "));
18432
18490
  };
18433
18491
 
@@ -18468,7 +18526,7 @@ var InputTag = function InputTag(_a) {
18468
18526
  newArr[index] = editInputValue.trim();
18469
18527
  setTags(newArr);
18470
18528
  setValue(tags.filter(Boolean).join(", "));
18471
- handleValChange && handleValChange(newArr.filter(Boolean).join(", "));
18529
+ handleValChange && handleValChange(newArr.filter(Boolean).join(", "), editInputValue.trim(), "");
18472
18530
  } else {
18473
18531
  deleteTag("", editIndex);
18474
18532
  }
@@ -18485,7 +18543,18 @@ var InputTag = function InputTag(_a) {
18485
18543
  children: content
18486
18544
  }))]
18487
18545
  }, "".concat(item, "+").concat(index)) : jsxRuntime.exports.jsxs("div", __assign({
18488
- className: "hplxt-flex hplxt-items-center hplxt-bg-Primary-50 hplxt-border-1 hplxt-rounded hplxt-border-Primary-100 hplxt-py-1 hplxt-px-2"
18546
+ className: "hplxt-flex hplxt-items-center hplxt-bg-Primary-50 hplxt-border-1 hplxt-rounded hplxt-border-Primary-100 hplxt-py-1 hplxt-px-2",
18547
+ draggable: true,
18548
+ onDragStart: function onDragStart(e) {
18549
+ return handleDragStart(e, index);
18550
+ },
18551
+ onDragOver: handleDragOver,
18552
+ onDragEnter: function onDragEnter(e) {
18553
+ return handleDragEnter(e);
18554
+ },
18555
+ onDrop: function onDrop(e) {
18556
+ return handleDrop(e, index);
18557
+ }
18489
18558
  }, {
18490
18559
  children: [jsxRuntime.exports.jsx("button", __assign({
18491
18560
  onClick: function onClick() {