@frollo/frollo-web-ui 6.0.1 → 6.0.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.
Files changed (63) hide show
  1. package/cjs/index.js +270 -246
  2. package/esm/{add-to-unscopables-31609885.js → add-to-unscopables-cfb87985.js} +2 -2
  3. package/esm/{array-iteration-ec356eb3.js → array-iteration-2181d2bd.js} +2 -2
  4. package/esm/{array-method-has-species-support-8a4b1310.js → array-method-has-species-support-dfbd0c7f.js} +1 -1
  5. package/esm/{array-method-is-strict-fc2e0d8d.js → array-method-is-strict-7dac83d7.js} +1 -1
  6. package/esm/{array-species-create-b125f4a4.js → array-species-create-ff1f78e1.js} +2 -2
  7. package/esm/{classof-ee4b3b5b.js → classof-7ba4c6c3.js} +1 -1
  8. package/esm/{create-property-c70ecc08.js → create-property-1bf185fa.js} +1 -1
  9. package/esm/{does-not-exceed-safe-integer-8e0042ec.js → does-not-exceed-safe-integer-b66f7ee2.js} +1 -1
  10. package/esm/{es.array.concat-fe990345.js → es.array.concat-d9281ad1.js} +6 -6
  11. package/esm/es.array.find-ee91a966.js +28 -0
  12. package/esm/{es.array.includes-a06445a5.js → es.array.includes-d57031df.js} +3 -3
  13. package/esm/es.array.map-582a2b69.js +22 -0
  14. package/esm/{es.date.to-string-1ffba857.js → es.date.to-string-dc67483a.js} +1 -1
  15. package/esm/{es.function.name-6daefaeb.js → es.function.name-14d69869.js} +1 -1
  16. package/esm/{es.number.constructor-98bae04f.js → es.number.constructor-bed13ae4.js} +2 -2
  17. package/esm/es.object.to-string-31ad45ad.js +24 -0
  18. package/esm/{es.string.includes-ade04f96.js → es.string.includes-01e4d90f.js} +3 -3
  19. package/esm/{es.string.iterator-0992bb28.js → es.string.iterator-27b735a3.js} +8 -8
  20. package/esm/{export-8a363004.js → export-44690f0d.js} +1 -1
  21. package/esm/{function-apply-b908d7e6.js → function-apply-5580128b.js} +1 -1
  22. package/esm/fw-animations.js +3 -3
  23. package/esm/fw-bar-chart.js +16 -17
  24. package/esm/{fw-button-b00853dd.js → fw-button-cbaedd16.js} +1 -1
  25. package/esm/fw-button.js +6 -7
  26. package/esm/fw-checkbox.js +9 -9
  27. package/esm/fw-date-picker.js +10 -10
  28. package/esm/fw-drawer.js +6 -7
  29. package/esm/{fw-dropdown-1c89f793.js → fw-dropdown-3f1ae8ee.js} +3 -2
  30. package/esm/fw-dropdown.js +11 -11
  31. package/esm/{fw-image-af8c5745.js → fw-image-9c1032f2.js} +10 -9
  32. package/esm/fw-image.js +17 -17
  33. package/esm/{fw-input-46dd3134.js → fw-input-8fa201f7.js} +4 -4
  34. package/esm/fw-input.js +14 -15
  35. package/esm/fw-loading.js +3 -3
  36. package/esm/fw-modal.js +6 -7
  37. package/esm/fw-navigation-menu.js +6 -7
  38. package/esm/fw-popover.js +7 -8
  39. package/esm/fw-progress-bar.js +3 -3
  40. package/esm/fw-provider-list.js +60 -128
  41. package/esm/fw-sidebar-menu.js +6 -7
  42. package/esm/{fw-table-row-1050a386.js → fw-table-row-cfbd796c.js} +113 -18
  43. package/esm/fw-table.js +11 -9
  44. package/esm/fw-tabs.js +9 -10
  45. package/esm/{fw-tag-fdcaf92c.js → fw-tag-749b4fc6.js} +2 -2
  46. package/esm/fw-tag.js +7 -8
  47. package/esm/fw-toast.js +15 -16
  48. package/esm/fw-transactions-card.js +17 -17
  49. package/esm/{index-be5b4afa.js → index-95659c75.js} +13 -13
  50. package/esm/index.js +38 -38
  51. package/esm/{is-forced-fc680e39.js → is-forced-b8806e4b.js} +1 -1
  52. package/esm/{object-create-bc771493.js → object-create-200e3764.js} +13 -4
  53. package/esm/regexp-flags-8d5e20e1.js +50 -0
  54. package/esm/{web.timers-c5316125.js → web.timers-991ce9a8.js} +3 -3
  55. package/frollo-web-ui.esm.js +288 -264
  56. package/index.d.ts +41 -9
  57. package/package.json +1 -1
  58. package/types/components/fw-provider-list/fw-provider-list.vue.d.ts +41 -9
  59. package/web-components/index.js +288 -264
  60. package/esm/delete-property-or-throw-cd4c57d6.js +0 -31
  61. package/esm/es.array.find-67b3b514.js +0 -51
  62. package/esm/es.array.map-ae6c9437.js +0 -43
  63. package/esm/object-keys-17f3b440.js +0 -13
@@ -19490,6 +19490,139 @@
19490
19490
  }
19491
19491
  });
19492
19492
 
19493
+ var es_error_toString = {};
19494
+
19495
+ var toString$7 = toString$b;
19496
+
19497
+ var normalizeStringArgument$1 = function (argument, $default) {
19498
+ return argument === undefined ? arguments.length < 2 ? '' : $default : toString$7(argument);
19499
+ };
19500
+
19501
+ 'use strict';
19502
+ var DESCRIPTORS = descriptors$1;
19503
+ var fails$8 = fails$q;
19504
+ var anObject$7 = anObject$d;
19505
+ var create$3 = objectCreate$1;
19506
+ var normalizeStringArgument = normalizeStringArgument$1;
19507
+
19508
+ var nativeErrorToString = Error.prototype.toString;
19509
+
19510
+ var INCORRECT_TO_STRING = fails$8(function () {
19511
+ if (DESCRIPTORS) {
19512
+ // Chrome 32- incorrectly call accessor
19513
+ // eslint-disable-next-line es-x/no-object-defineproperty -- safe
19514
+ var object = create$3(Object.defineProperty({}, 'name', { get: function () {
19515
+ return this === object;
19516
+ } }));
19517
+ if (nativeErrorToString.call(object) !== 'true') return true;
19518
+ }
19519
+ // FF10- does not properly handle non-strings
19520
+ return nativeErrorToString.call({ message: 1, name: 2 }) !== '2: 1'
19521
+ // IE8 does not properly handle defaults
19522
+ || nativeErrorToString.call({}) !== 'Error';
19523
+ });
19524
+
19525
+ var errorToString$1 = INCORRECT_TO_STRING ? function toString() {
19526
+ var O = anObject$7(this);
19527
+ var name = normalizeStringArgument(O.name, 'Error');
19528
+ var message = normalizeStringArgument(O.message);
19529
+ return !name ? message : !message ? name : name + ': ' + message;
19530
+ } : nativeErrorToString;
19531
+
19532
+ var defineBuiltIn$5 = defineBuiltIn$9;
19533
+ var errorToString = errorToString$1;
19534
+
19535
+ var ErrorPrototype = Error.prototype;
19536
+
19537
+ // `Error.prototype.toString` method fix
19538
+ // https://tc39.es/ecma262/#sec-error.prototype.tostring
19539
+ if (ErrorPrototype.toString !== errorToString) {
19540
+ defineBuiltIn$5(ErrorPrototype, 'toString', errorToString);
19541
+ }
19542
+
19543
+ var es_date_toString = {};
19544
+
19545
+ // TODO: Remove from `core-js@4`
19546
+ var uncurryThis$7 = functionUncurryThis;
19547
+ var defineBuiltIn$4 = defineBuiltIn$9;
19548
+
19549
+ var DatePrototype = Date.prototype;
19550
+ var INVALID_DATE = 'Invalid Date';
19551
+ var TO_STRING$1 = 'toString';
19552
+ var un$DateToString = uncurryThis$7(DatePrototype[TO_STRING$1]);
19553
+ var getTime = uncurryThis$7(DatePrototype.getTime);
19554
+
19555
+ // `Date.prototype.toString` method
19556
+ // https://tc39.es/ecma262/#sec-date.prototype.tostring
19557
+ if (String(new Date(NaN)) != INVALID_DATE) {
19558
+ defineBuiltIn$4(DatePrototype, TO_STRING$1, function toString() {
19559
+ var value = getTime(this);
19560
+ // eslint-disable-next-line no-self-compare -- NaN check
19561
+ return value === value ? un$DateToString(this) : INVALID_DATE;
19562
+ });
19563
+ }
19564
+
19565
+ var es_regexp_toString = {};
19566
+
19567
+ 'use strict';
19568
+ var anObject$6 = anObject$d;
19569
+
19570
+ // `RegExp.prototype.flags` getter implementation
19571
+ // https://tc39.es/ecma262/#sec-get-regexp.prototype.flags
19572
+ var regexpFlags$1 = function () {
19573
+ var that = anObject$6(this);
19574
+ var result = '';
19575
+ if (that.hasIndices) result += 'd';
19576
+ if (that.global) result += 'g';
19577
+ if (that.ignoreCase) result += 'i';
19578
+ if (that.multiline) result += 'm';
19579
+ if (that.dotAll) result += 's';
19580
+ if (that.unicode) result += 'u';
19581
+ if (that.unicodeSets) result += 'v';
19582
+ if (that.sticky) result += 'y';
19583
+ return result;
19584
+ };
19585
+
19586
+ var call$8 = functionCall;
19587
+ var hasOwn$2 = hasOwnProperty_1;
19588
+ var isPrototypeOf = objectIsPrototypeOf;
19589
+ var regExpFlags = regexpFlags$1;
19590
+
19591
+ var RegExpPrototype$2 = RegExp.prototype;
19592
+
19593
+ var regexpGetFlags = function (R) {
19594
+ var flags = R.flags;
19595
+ return flags === undefined && !('flags' in RegExpPrototype$2) && !hasOwn$2(R, 'flags') && isPrototypeOf(RegExpPrototype$2, R)
19596
+ ? call$8(regExpFlags, R) : flags;
19597
+ };
19598
+
19599
+ 'use strict';
19600
+ var PROPER_FUNCTION_NAME$1 = functionName.PROPER;
19601
+ var defineBuiltIn$3 = defineBuiltIn$9;
19602
+ var anObject$5 = anObject$d;
19603
+ var $toString = toString$b;
19604
+ var fails$7 = fails$q;
19605
+ var getRegExpFlags = regexpGetFlags;
19606
+
19607
+ var TO_STRING = 'toString';
19608
+ var RegExpPrototype$1 = RegExp.prototype;
19609
+ var n$ToString = RegExpPrototype$1[TO_STRING];
19610
+
19611
+ var NOT_GENERIC = fails$7(function () { return n$ToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });
19612
+ // FF44- RegExp#toString has a wrong name
19613
+ var INCORRECT_NAME = PROPER_FUNCTION_NAME$1 && n$ToString.name != TO_STRING;
19614
+
19615
+ // `RegExp.prototype.toString` method
19616
+ // https://tc39.es/ecma262/#sec-regexp.prototype.tostring
19617
+ if (NOT_GENERIC || INCORRECT_NAME) {
19618
+ defineBuiltIn$3(RegExp.prototype, TO_STRING, function toString() {
19619
+ var R = anObject$5(this);
19620
+ var pattern = $toString(R.source);
19621
+ var flags = $toString(getRegExpFlags(R));
19622
+ return '/' + pattern + '/' + flags;
19623
+ }, { unsafe: true });
19624
+ }
19625
+
19493
19626
  var script$b = defineComponent({
19494
19627
  name: 'FwLoadingBar'
19495
19628
  });
@@ -19571,7 +19704,7 @@
19571
19704
  }
19572
19705
  var data = props.items;
19573
19706
  data.sort(function (a, b) {
19574
- var sortVal = a[sortBy.value] > b[sortBy.value] ? 1 : -1;
19707
+ var sortVal = typeof a[sortBy.value] === 'string' ? a[sortBy.value].toString().toLowerCase() > b[sortBy.value].toString().toLowerCase() ? 1 : -1 : a[sortBy.value] > b[sortBy.value] ? 1 : -1;
19575
19708
  return sortDirection.value === 'asc' ? sortVal : -sortVal;
19576
19709
  });
19577
19710
  return data;
@@ -19638,7 +19771,7 @@
19638
19771
  var __injectCSSVars__$5 = function __injectCSSVars__() {
19639
19772
  useCssVars(function (_ctx) {
19640
19773
  return {
19641
- "642aa671": _ctx.bgHoverColor
19774
+ "783a25a4": _ctx.bgHoverColor
19642
19775
  };
19643
19776
  });
19644
19777
  };
@@ -19649,7 +19782,7 @@
19649
19782
  } : __injectCSSVars__$5;
19650
19783
 
19651
19784
  var _withScopeId$4 = function _withScopeId(n) {
19652
- return pushScopeId("data-v-d2effa38"), n = n(), popScopeId(), n;
19785
+ return pushScopeId("data-v-70e44800"), n = n(), popScopeId(), n;
19653
19786
  };
19654
19787
  var _hoisted_1$q = ["aria-busy"];
19655
19788
  var _hoisted_2$o = {
@@ -19758,12 +19891,12 @@
19758
19891
  }), 128))])], 10, _hoisted_1$q);
19759
19892
  }
19760
19893
 
19761
- var css_248z$b = ".fw-table-head--sortable[data-v-d2effa38]:hover{background-color:var(--642aa671)}.fw-table-row[data-v-d2effa38]:hover{background-color:var(--642aa671)}";
19762
- var stylesheet$b = ".fw-table-head--sortable[data-v-d2effa38]:hover{background-color:var(--642aa671)}.fw-table-row[data-v-d2effa38]:hover{background-color:var(--642aa671)}";
19894
+ var css_248z$b = ".fw-table-head--sortable[data-v-70e44800]:hover{background-color:var(--783a25a4)}.fw-table-row[data-v-70e44800]:hover{background-color:var(--783a25a4)}";
19895
+ var stylesheet$b = ".fw-table-head--sortable[data-v-70e44800]:hover{background-color:var(--783a25a4)}.fw-table-row[data-v-70e44800]:hover{background-color:var(--783a25a4)}";
19763
19896
  styleInject(css_248z$b);
19764
19897
 
19765
19898
  __default__$6.render = render$g;
19766
- __default__$6.__scopeId = "data-v-d2effa38";
19899
+ __default__$6.__scopeId = "data-v-70e44800";
19767
19900
 
19768
19901
  var script$a = defineComponent({
19769
19902
  name: 'FwTableHead'
@@ -19924,37 +20057,37 @@
19924
20057
 
19925
20058
  var es_array_from = {};
19926
20059
 
19927
- var call$8 = functionCall;
19928
- var anObject$7 = anObject$d;
20060
+ var call$7 = functionCall;
20061
+ var anObject$4 = anObject$d;
19929
20062
  var getMethod$2 = getMethod$4;
19930
20063
 
19931
20064
  var iteratorClose$1 = function (iterator, kind, value) {
19932
20065
  var innerResult, innerError;
19933
- anObject$7(iterator);
20066
+ anObject$4(iterator);
19934
20067
  try {
19935
20068
  innerResult = getMethod$2(iterator, 'return');
19936
20069
  if (!innerResult) {
19937
20070
  if (kind === 'throw') throw value;
19938
20071
  return value;
19939
20072
  }
19940
- innerResult = call$8(innerResult, iterator);
20073
+ innerResult = call$7(innerResult, iterator);
19941
20074
  } catch (error) {
19942
20075
  innerError = true;
19943
20076
  innerResult = error;
19944
20077
  }
19945
20078
  if (kind === 'throw') throw value;
19946
20079
  if (innerError) throw innerResult;
19947
- anObject$7(innerResult);
20080
+ anObject$4(innerResult);
19948
20081
  return value;
19949
20082
  };
19950
20083
 
19951
- var anObject$6 = anObject$d;
20084
+ var anObject$3 = anObject$d;
19952
20085
  var iteratorClose = iteratorClose$1;
19953
20086
 
19954
20087
  // call something on iterator step with safe closing on error
19955
20088
  var callWithSafeIterationClosing$1 = function (iterator, fn, value, ENTRIES) {
19956
20089
  try {
19957
- return ENTRIES ? fn(anObject$6(value)[0], value[1]) : fn(value);
20090
+ return ENTRIES ? fn(anObject$3(value)[0], value[1]) : fn(value);
19958
20091
  } catch (error) {
19959
20092
  iteratorClose(iterator, 'throw', error);
19960
20093
  }
@@ -19986,9 +20119,9 @@
19986
20119
  || Iterators$2[classof$2(it)];
19987
20120
  };
19988
20121
 
19989
- var call$7 = functionCall;
20122
+ var call$6 = functionCall;
19990
20123
  var aCallable = aCallable$4;
19991
- var anObject$5 = anObject$d;
20124
+ var anObject$2 = anObject$d;
19992
20125
  var tryToString = tryToString$3;
19993
20126
  var getIteratorMethod$1 = getIteratorMethod$2;
19994
20127
 
@@ -19996,13 +20129,13 @@
19996
20129
 
19997
20130
  var getIterator$1 = function (argument, usingIterator) {
19998
20131
  var iteratorMethod = arguments.length < 2 ? getIteratorMethod$1(argument) : usingIterator;
19999
- if (aCallable(iteratorMethod)) return anObject$5(call$7(iteratorMethod, argument));
20132
+ if (aCallable(iteratorMethod)) return anObject$2(call$6(iteratorMethod, argument));
20000
20133
  throw $TypeError$3(tryToString(argument) + ' is not iterable');
20001
20134
  };
20002
20135
 
20003
20136
  'use strict';
20004
20137
  var bind = functionBindContext;
20005
- var call$6 = functionCall;
20138
+ var call$5 = functionCall;
20006
20139
  var toObject$3 = toObject$a;
20007
20140
  var callWithSafeIterationClosing = callWithSafeIterationClosing$1;
20008
20141
  var isArrayIteratorMethod = isArrayIteratorMethod$1;
@@ -20031,7 +20164,7 @@
20031
20164
  iterator = getIterator(O, iteratorMethod);
20032
20165
  next = iterator.next;
20033
20166
  result = IS_CONSTRUCTOR ? new this() : [];
20034
- for (;!(step = call$6(next, iterator)).done; index++) {
20167
+ for (;!(step = call$5(next, iterator)).done; index++) {
20035
20168
  value = mapping ? callWithSafeIterationClosing(iterator, mapfn, [step.value, index], true) : step.value;
20036
20169
  createProperty$1(result, index, value);
20037
20170
  }
@@ -20103,18 +20236,18 @@
20103
20236
 
20104
20237
  var es_string_iterator = {};
20105
20238
 
20106
- var uncurryThis$7 = functionUncurryThis;
20239
+ var uncurryThis$6 = functionUncurryThis;
20107
20240
  var toIntegerOrInfinity$2 = toIntegerOrInfinity$5;
20108
- var toString$7 = toString$b;
20241
+ var toString$6 = toString$b;
20109
20242
  var requireObjectCoercible$2 = requireObjectCoercible$6;
20110
20243
 
20111
- var charAt$4 = uncurryThis$7(''.charAt);
20112
- var charCodeAt = uncurryThis$7(''.charCodeAt);
20113
- var stringSlice$3 = uncurryThis$7(''.slice);
20244
+ var charAt$4 = uncurryThis$6(''.charAt);
20245
+ var charCodeAt = uncurryThis$6(''.charCodeAt);
20246
+ var stringSlice$3 = uncurryThis$6(''.slice);
20114
20247
 
20115
20248
  var createMethod = function (CONVERT_TO_STRING) {
20116
20249
  return function ($this, pos) {
20117
- var S = toString$7(requireObjectCoercible$2($this));
20250
+ var S = toString$6(requireObjectCoercible$2($this));
20118
20251
  var position = toIntegerOrInfinity$2(pos);
20119
20252
  var size = S.length;
20120
20253
  var first, second;
@@ -20140,16 +20273,16 @@
20140
20273
  charAt: createMethod(true)
20141
20274
  };
20142
20275
 
20143
- var fails$8 = fails$q;
20276
+ var fails$6 = fails$q;
20144
20277
 
20145
- var correctPrototypeGetter = !fails$8(function () {
20278
+ var correctPrototypeGetter = !fails$6(function () {
20146
20279
  function F() { /* empty */ }
20147
20280
  F.prototype.constructor = null;
20148
20281
  // eslint-disable-next-line es-x/no-object-getprototypeof -- required for testing
20149
20282
  return Object.getPrototypeOf(new F()) !== F.prototype;
20150
20283
  });
20151
20284
 
20152
- var hasOwn$2 = hasOwnProperty_1;
20285
+ var hasOwn$1 = hasOwnProperty_1;
20153
20286
  var isCallable$5 = isCallable$l;
20154
20287
  var toObject$2 = toObject$a;
20155
20288
  var sharedKey = sharedKey$3;
@@ -20164,7 +20297,7 @@
20164
20297
  // eslint-disable-next-line es-x/no-object-getprototypeof -- safe
20165
20298
  var objectGetPrototypeOf = CORRECT_PROTOTYPE_GETTER ? $Object.getPrototypeOf : function (O) {
20166
20299
  var object = toObject$2(O);
20167
- if (hasOwn$2(object, IE_PROTO)) return object[IE_PROTO];
20300
+ if (hasOwn$1(object, IE_PROTO)) return object[IE_PROTO];
20168
20301
  var constructor = object.constructor;
20169
20302
  if (isCallable$5(constructor) && object instanceof constructor) {
20170
20303
  return constructor.prototype;
@@ -20172,11 +20305,11 @@
20172
20305
  };
20173
20306
 
20174
20307
  'use strict';
20175
- var fails$7 = fails$q;
20308
+ var fails$5 = fails$q;
20176
20309
  var isCallable$4 = isCallable$l;
20177
- var create$3 = objectCreate$1;
20310
+ var create$2 = objectCreate$1;
20178
20311
  var getPrototypeOf$1 = objectGetPrototypeOf;
20179
- var defineBuiltIn$5 = defineBuiltIn$9;
20312
+ var defineBuiltIn$2 = defineBuiltIn$9;
20180
20313
  var wellKnownSymbol$6 = wellKnownSymbol$h;
20181
20314
  var IS_PURE$1 = isPure;
20182
20315
 
@@ -20198,19 +20331,19 @@
20198
20331
  }
20199
20332
  }
20200
20333
 
20201
- var NEW_ITERATOR_PROTOTYPE = IteratorPrototype$2 == undefined || fails$7(function () {
20334
+ var NEW_ITERATOR_PROTOTYPE = IteratorPrototype$2 == undefined || fails$5(function () {
20202
20335
  var test = {};
20203
20336
  // FF44- legacy iterators case
20204
20337
  return IteratorPrototype$2[ITERATOR$1].call(test) !== test;
20205
20338
  });
20206
20339
 
20207
20340
  if (NEW_ITERATOR_PROTOTYPE) IteratorPrototype$2 = {};
20208
- else if (IS_PURE$1) IteratorPrototype$2 = create$3(IteratorPrototype$2);
20341
+ else if (IS_PURE$1) IteratorPrototype$2 = create$2(IteratorPrototype$2);
20209
20342
 
20210
20343
  // `%IteratorPrototype%[@@iterator]()` method
20211
20344
  // https://tc39.es/ecma262/#sec-%iteratorprototype%-@@iterator
20212
20345
  if (!isCallable$4(IteratorPrototype$2[ITERATOR$1])) {
20213
- defineBuiltIn$5(IteratorPrototype$2, ITERATOR$1, function () {
20346
+ defineBuiltIn$2(IteratorPrototype$2, ITERATOR$1, function () {
20214
20347
  return this;
20215
20348
  });
20216
20349
  }
@@ -20221,21 +20354,21 @@
20221
20354
  };
20222
20355
 
20223
20356
  var defineProperty$3 = objectDefineProperty.f;
20224
- var hasOwn$1 = hasOwnProperty_1;
20357
+ var hasOwn = hasOwnProperty_1;
20225
20358
  var wellKnownSymbol$5 = wellKnownSymbol$h;
20226
20359
 
20227
20360
  var TO_STRING_TAG = wellKnownSymbol$5('toStringTag');
20228
20361
 
20229
20362
  var setToStringTag$2 = function (target, TAG, STATIC) {
20230
20363
  if (target && !STATIC) target = target.prototype;
20231
- if (target && !hasOwn$1(target, TO_STRING_TAG)) {
20364
+ if (target && !hasOwn(target, TO_STRING_TAG)) {
20232
20365
  defineProperty$3(target, TO_STRING_TAG, { configurable: true, value: TAG });
20233
20366
  }
20234
20367
  };
20235
20368
 
20236
20369
  'use strict';
20237
20370
  var IteratorPrototype$1 = iteratorsCore.IteratorPrototype;
20238
- var create$2 = objectCreate$1;
20371
+ var create$1 = objectCreate$1;
20239
20372
  var createPropertyDescriptor = createPropertyDescriptor$4;
20240
20373
  var setToStringTag$1 = setToStringTag$2;
20241
20374
  var Iterators$1 = iterators;
@@ -20244,7 +20377,7 @@
20244
20377
 
20245
20378
  var createIteratorConstructor$1 = function (IteratorConstructor, NAME, next, ENUMERABLE_NEXT) {
20246
20379
  var TO_STRING_TAG = NAME + ' Iterator';
20247
- IteratorConstructor.prototype = create$2(IteratorPrototype$1, { next: createPropertyDescriptor(+!ENUMERABLE_NEXT, next) });
20380
+ IteratorConstructor.prototype = create$1(IteratorPrototype$1, { next: createPropertyDescriptor(+!ENUMERABLE_NEXT, next) });
20248
20381
  setToStringTag$1(IteratorConstructor, TO_STRING_TAG, false, true);
20249
20382
  Iterators$1[TO_STRING_TAG] = returnThis$1;
20250
20383
  return IteratorConstructor;
@@ -20252,7 +20385,7 @@
20252
20385
 
20253
20386
  'use strict';
20254
20387
  var $$6 = _export;
20255
- var call$5 = functionCall;
20388
+ var call$4 = functionCall;
20256
20389
  var IS_PURE = isPure;
20257
20390
  var FunctionName = functionName;
20258
20391
  var isCallable$3 = isCallable$l;
@@ -20261,12 +20394,12 @@
20261
20394
  var setPrototypeOf = objectSetPrototypeOf;
20262
20395
  var setToStringTag = setToStringTag$2;
20263
20396
  var createNonEnumerableProperty$1 = createNonEnumerableProperty$5;
20264
- var defineBuiltIn$4 = defineBuiltIn$9;
20397
+ var defineBuiltIn$1 = defineBuiltIn$9;
20265
20398
  var wellKnownSymbol$4 = wellKnownSymbol$h;
20266
20399
  var Iterators = iterators;
20267
20400
  var IteratorsCore = iteratorsCore;
20268
20401
 
20269
- var PROPER_FUNCTION_NAME$1 = FunctionName.PROPER;
20402
+ var PROPER_FUNCTION_NAME = FunctionName.PROPER;
20270
20403
  var CONFIGURABLE_FUNCTION_NAME = FunctionName.CONFIGURABLE;
20271
20404
  var IteratorPrototype = IteratorsCore.IteratorPrototype;
20272
20405
  var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;
@@ -20308,7 +20441,7 @@
20308
20441
  if (setPrototypeOf) {
20309
20442
  setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);
20310
20443
  } else if (!isCallable$3(CurrentIteratorPrototype[ITERATOR])) {
20311
- defineBuiltIn$4(CurrentIteratorPrototype, ITERATOR, returnThis);
20444
+ defineBuiltIn$1(CurrentIteratorPrototype, ITERATOR, returnThis);
20312
20445
  }
20313
20446
  }
20314
20447
  // Set @@toStringTag to native iterators
@@ -20318,12 +20451,12 @@
20318
20451
  }
20319
20452
 
20320
20453
  // fix Array.prototype.{ values, @@iterator }.name in V8 / FF
20321
- if (PROPER_FUNCTION_NAME$1 && DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {
20454
+ if (PROPER_FUNCTION_NAME && DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {
20322
20455
  if (!IS_PURE && CONFIGURABLE_FUNCTION_NAME) {
20323
20456
  createNonEnumerableProperty$1(IterablePrototype, 'name', VALUES);
20324
20457
  } else {
20325
20458
  INCORRECT_VALUES_NAME = true;
20326
- defaultIterator = function values() { return call$5(nativeIterator, this); };
20459
+ defaultIterator = function values() { return call$4(nativeIterator, this); };
20327
20460
  }
20328
20461
  }
20329
20462
 
@@ -20336,14 +20469,14 @@
20336
20469
  };
20337
20470
  if (FORCED) for (KEY in methods) {
20338
20471
  if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {
20339
- defineBuiltIn$4(IterablePrototype, KEY, methods[KEY]);
20472
+ defineBuiltIn$1(IterablePrototype, KEY, methods[KEY]);
20340
20473
  }
20341
20474
  } else $$6({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
20342
20475
  }
20343
20476
 
20344
20477
  // define iterator
20345
20478
  if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {
20346
- defineBuiltIn$4(IterablePrototype, ITERATOR, defaultIterator, { name: DEFAULT });
20479
+ defineBuiltIn$1(IterablePrototype, ITERATOR, defaultIterator, { name: DEFAULT });
20347
20480
  }
20348
20481
  Iterators[NAME] = defaultIterator;
20349
20482
 
@@ -20352,7 +20485,7 @@
20352
20485
 
20353
20486
  'use strict';
20354
20487
  var charAt$3 = stringMultibyte.charAt;
20355
- var toString$6 = toString$b;
20488
+ var toString$5 = toString$b;
20356
20489
  var InternalStateModule = internalState;
20357
20490
  var defineIterator = defineIterator$1;
20358
20491
 
@@ -20365,7 +20498,7 @@
20365
20498
  defineIterator(String, 'String', function (iterated) {
20366
20499
  setInternalState(this, {
20367
20500
  type: STRING_ITERATOR,
20368
- string: toString$6(iterated),
20501
+ string: toString$5(iterated),
20369
20502
  index: 0
20370
20503
  });
20371
20504
  // `%StringIteratorPrototype%.next` method
@@ -20389,16 +20522,16 @@
20389
20522
 
20390
20523
  var FunctionPrototype = Function.prototype;
20391
20524
  var apply$5 = FunctionPrototype.apply;
20392
- var call$4 = FunctionPrototype.call;
20525
+ var call$3 = FunctionPrototype.call;
20393
20526
 
20394
20527
  // eslint-disable-next-line es-x/no-reflect -- safe
20395
- var functionApply = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call$4.bind(apply$5) : function () {
20396
- return call$4.apply(apply$5, arguments);
20528
+ var functionApply = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call$3.bind(apply$5) : function () {
20529
+ return call$3.apply(apply$5, arguments);
20397
20530
  });
20398
20531
 
20399
- var uncurryThis$6 = functionUncurryThis;
20532
+ var uncurryThis$5 = functionUncurryThis;
20400
20533
 
20401
- var arraySlice$1 = uncurryThis$6([].slice);
20534
+ var arraySlice$1 = uncurryThis$5([].slice);
20402
20535
 
20403
20536
  var $TypeError$2 = TypeError;
20404
20537
 
@@ -20773,21 +20906,21 @@
20773
20906
 
20774
20907
  'use strict';
20775
20908
  var $$3 = _export;
20776
- var uncurryThis$5 = functionUncurryThis;
20909
+ var uncurryThis$4 = functionUncurryThis;
20777
20910
  var notARegExp = notARegexp;
20778
20911
  var requireObjectCoercible$1 = requireObjectCoercible$6;
20779
- var toString$5 = toString$b;
20912
+ var toString$4 = toString$b;
20780
20913
  var correctIsRegExpLogic = correctIsRegexpLogic;
20781
20914
 
20782
- var stringIndexOf$1 = uncurryThis$5(''.indexOf);
20915
+ var stringIndexOf$1 = uncurryThis$4(''.indexOf);
20783
20916
 
20784
20917
  // `String.prototype.includes` method
20785
20918
  // https://tc39.es/ecma262/#sec-string.prototype.includes
20786
20919
  $$3({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, {
20787
20920
  includes: function includes(searchString /* , position = 0 */) {
20788
20921
  return !!~stringIndexOf$1(
20789
- toString$5(requireObjectCoercible$1(this)),
20790
- toString$5(notARegExp(searchString)),
20922
+ toString$4(requireObjectCoercible$1(this)),
20923
+ toString$4(notARegExp(searchString)),
20791
20924
  arguments.length > 1 ? arguments[1] : undefined
20792
20925
  );
20793
20926
  }
@@ -21091,32 +21224,13 @@
21091
21224
 
21092
21225
  var es_regexp_exec = {};
21093
21226
 
21094
- 'use strict';
21095
- var anObject$4 = anObject$d;
21096
-
21097
- // `RegExp.prototype.flags` getter implementation
21098
- // https://tc39.es/ecma262/#sec-get-regexp.prototype.flags
21099
- var regexpFlags$1 = function () {
21100
- var that = anObject$4(this);
21101
- var result = '';
21102
- if (that.hasIndices) result += 'd';
21103
- if (that.global) result += 'g';
21104
- if (that.ignoreCase) result += 'i';
21105
- if (that.multiline) result += 'm';
21106
- if (that.dotAll) result += 's';
21107
- if (that.unicode) result += 'u';
21108
- if (that.unicodeSets) result += 'v';
21109
- if (that.sticky) result += 'y';
21110
- return result;
21111
- };
21112
-
21113
- var fails$6 = fails$q;
21227
+ var fails$4 = fails$q;
21114
21228
  var global$3 = global$i;
21115
21229
 
21116
21230
  // babel-minify and Closure Compiler transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
21117
21231
  var $RegExp$2 = global$3.RegExp;
21118
21232
 
21119
- var UNSUPPORTED_Y$1 = fails$6(function () {
21233
+ var UNSUPPORTED_Y$1 = fails$4(function () {
21120
21234
  var re = $RegExp$2('a', 'y');
21121
21235
  re.lastIndex = 2;
21122
21236
  return re.exec('abcd') != null;
@@ -21124,11 +21238,11 @@
21124
21238
 
21125
21239
  // UC Browser bug
21126
21240
  // https://github.com/zloirock/core-js/issues/1008
21127
- var MISSED_STICKY = UNSUPPORTED_Y$1 || fails$6(function () {
21241
+ var MISSED_STICKY = UNSUPPORTED_Y$1 || fails$4(function () {
21128
21242
  return !$RegExp$2('a', 'y').sticky;
21129
21243
  });
21130
21244
 
21131
- var BROKEN_CARET = UNSUPPORTED_Y$1 || fails$6(function () {
21245
+ var BROKEN_CARET = UNSUPPORTED_Y$1 || fails$4(function () {
21132
21246
  // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
21133
21247
  var re = $RegExp$2('^r', 'gy');
21134
21248
  re.lastIndex = 2;
@@ -21141,24 +21255,24 @@
21141
21255
  UNSUPPORTED_Y: UNSUPPORTED_Y$1
21142
21256
  };
21143
21257
 
21144
- var fails$5 = fails$q;
21258
+ var fails$3 = fails$q;
21145
21259
  var global$2 = global$i;
21146
21260
 
21147
21261
  // babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError
21148
21262
  var $RegExp$1 = global$2.RegExp;
21149
21263
 
21150
- var regexpUnsupportedDotAll = fails$5(function () {
21264
+ var regexpUnsupportedDotAll = fails$3(function () {
21151
21265
  var re = $RegExp$1('.', 's');
21152
21266
  return !(re.dotAll && re.exec('\n') && re.flags === 's');
21153
21267
  });
21154
21268
 
21155
- var fails$4 = fails$q;
21269
+ var fails$2 = fails$q;
21156
21270
  var global$1 = global$i;
21157
21271
 
21158
21272
  // babel-minify and Closure Compiler transpiles RegExp('(?<a>b)', 'g') -> /(?<a>b)/g and it causes SyntaxError
21159
21273
  var $RegExp = global$1.RegExp;
21160
21274
 
21161
- var regexpUnsupportedNcg = fails$4(function () {
21275
+ var regexpUnsupportedNcg = fails$2(function () {
21162
21276
  var re = $RegExp('(?<a>b)', 'g');
21163
21277
  return re.exec('b').groups.a !== 'b' ||
21164
21278
  'b'.replace(re, '$<a>c') !== 'bc';
@@ -21167,13 +21281,13 @@
21167
21281
  'use strict';
21168
21282
  /* eslint-disable regexp/no-empty-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */
21169
21283
  /* eslint-disable regexp/no-useless-quantifier -- testing */
21170
- var call$3 = functionCall;
21171
- var uncurryThis$4 = functionUncurryThis;
21172
- var toString$4 = toString$b;
21284
+ var call$2 = functionCall;
21285
+ var uncurryThis$3 = functionUncurryThis;
21286
+ var toString$3 = toString$b;
21173
21287
  var regexpFlags = regexpFlags$1;
21174
21288
  var stickyHelpers = regexpStickyHelpers;
21175
21289
  var shared = shared$5.exports;
21176
- var create$1 = objectCreate$1;
21290
+ var create = objectCreate$1;
21177
21291
  var getInternalState = internalState.get;
21178
21292
  var UNSUPPORTED_DOT_ALL = regexpUnsupportedDotAll;
21179
21293
  var UNSUPPORTED_NCG = regexpUnsupportedNcg;
@@ -21181,16 +21295,16 @@
21181
21295
  var nativeReplace = shared('native-string-replace', String.prototype.replace);
21182
21296
  var nativeExec = RegExp.prototype.exec;
21183
21297
  var patchedExec = nativeExec;
21184
- var charAt$2 = uncurryThis$4(''.charAt);
21185
- var indexOf = uncurryThis$4(''.indexOf);
21186
- var replace$1 = uncurryThis$4(''.replace);
21187
- var stringSlice$2 = uncurryThis$4(''.slice);
21298
+ var charAt$2 = uncurryThis$3(''.charAt);
21299
+ var indexOf = uncurryThis$3(''.indexOf);
21300
+ var replace$1 = uncurryThis$3(''.replace);
21301
+ var stringSlice$2 = uncurryThis$3(''.slice);
21188
21302
 
21189
21303
  var UPDATES_LAST_INDEX_WRONG = (function () {
21190
21304
  var re1 = /a/;
21191
21305
  var re2 = /b*/g;
21192
- call$3(nativeExec, re1, 'a');
21193
- call$3(nativeExec, re2, 'a');
21306
+ call$2(nativeExec, re1, 'a');
21307
+ call$2(nativeExec, re2, 'a');
21194
21308
  return re1.lastIndex !== 0 || re2.lastIndex !== 0;
21195
21309
  })();
21196
21310
 
@@ -21205,20 +21319,20 @@
21205
21319
  patchedExec = function exec(string) {
21206
21320
  var re = this;
21207
21321
  var state = getInternalState(re);
21208
- var str = toString$4(string);
21322
+ var str = toString$3(string);
21209
21323
  var raw = state.raw;
21210
21324
  var result, reCopy, lastIndex, match, i, object, group;
21211
21325
 
21212
21326
  if (raw) {
21213
21327
  raw.lastIndex = re.lastIndex;
21214
- result = call$3(patchedExec, raw, str);
21328
+ result = call$2(patchedExec, raw, str);
21215
21329
  re.lastIndex = raw.lastIndex;
21216
21330
  return result;
21217
21331
  }
21218
21332
 
21219
21333
  var groups = state.groups;
21220
21334
  var sticky = UNSUPPORTED_Y && re.sticky;
21221
- var flags = call$3(regexpFlags, re);
21335
+ var flags = call$2(regexpFlags, re);
21222
21336
  var source = re.source;
21223
21337
  var charsAdded = 0;
21224
21338
  var strCopy = str;
@@ -21246,7 +21360,7 @@
21246
21360
  }
21247
21361
  if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
21248
21362
 
21249
- match = call$3(nativeExec, sticky ? reCopy : re, strCopy);
21363
+ match = call$2(nativeExec, sticky ? reCopy : re, strCopy);
21250
21364
 
21251
21365
  if (sticky) {
21252
21366
  if (match) {
@@ -21261,7 +21375,7 @@
21261
21375
  if (NPCG_INCLUDED && match && match.length > 1) {
21262
21376
  // Fix browsers whose `exec` methods don't consistently return `undefined`
21263
21377
  // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/
21264
- call$3(nativeReplace, match[0], reCopy, function () {
21378
+ call$2(nativeReplace, match[0], reCopy, function () {
21265
21379
  for (i = 1; i < arguments.length - 2; i++) {
21266
21380
  if (arguments[i] === undefined) match[i] = undefined;
21267
21381
  }
@@ -21269,7 +21383,7 @@
21269
21383
  }
21270
21384
 
21271
21385
  if (match && groups) {
21272
- match.groups = object = create$1(null);
21386
+ match.groups = object = create(null);
21273
21387
  for (i = 0; i < groups.length; i++) {
21274
21388
  group = groups[i];
21275
21389
  object[group[0]] = match[group[1]];
@@ -21297,27 +21411,27 @@
21297
21411
  'use strict';
21298
21412
  // TODO: Remove from `core-js@4` since it's moved to entry points
21299
21413
 
21300
- var uncurryThis$3 = functionUncurryThis;
21301
- var defineBuiltIn$3 = defineBuiltIn$9;
21414
+ var uncurryThis$2 = functionUncurryThis;
21415
+ var defineBuiltIn = defineBuiltIn$9;
21302
21416
  var regexpExec$1 = regexpExec$2;
21303
- var fails$3 = fails$q;
21417
+ var fails$1 = fails$q;
21304
21418
  var wellKnownSymbol$1 = wellKnownSymbol$h;
21305
21419
  var createNonEnumerableProperty = createNonEnumerableProperty$5;
21306
21420
 
21307
21421
  var SPECIES = wellKnownSymbol$1('species');
21308
- var RegExpPrototype$2 = RegExp.prototype;
21422
+ var RegExpPrototype = RegExp.prototype;
21309
21423
 
21310
21424
  var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
21311
21425
  var SYMBOL = wellKnownSymbol$1(KEY);
21312
21426
 
21313
- var DELEGATES_TO_SYMBOL = !fails$3(function () {
21427
+ var DELEGATES_TO_SYMBOL = !fails$1(function () {
21314
21428
  // String methods call symbol-named RegEp methods
21315
21429
  var O = {};
21316
21430
  O[SYMBOL] = function () { return 7; };
21317
21431
  return ''[KEY](O) != 7;
21318
21432
  });
21319
21433
 
21320
- var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails$3(function () {
21434
+ var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails$1(function () {
21321
21435
  // Symbol-named RegExp methods call .exec
21322
21436
  var execCalled = false;
21323
21437
  var re = /a/;
@@ -21346,11 +21460,11 @@
21346
21460
  !DELEGATES_TO_EXEC ||
21347
21461
  FORCED
21348
21462
  ) {
21349
- var uncurriedNativeRegExpMethod = uncurryThis$3(/./[SYMBOL]);
21463
+ var uncurriedNativeRegExpMethod = uncurryThis$2(/./[SYMBOL]);
21350
21464
  var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {
21351
- var uncurriedNativeMethod = uncurryThis$3(nativeMethod);
21465
+ var uncurriedNativeMethod = uncurryThis$2(nativeMethod);
21352
21466
  var $exec = regexp.exec;
21353
- if ($exec === regexpExec$1 || $exec === RegExpPrototype$2.exec) {
21467
+ if ($exec === regexpExec$1 || $exec === RegExpPrototype.exec) {
21354
21468
  if (DELEGATES_TO_SYMBOL && !forceStringMethod) {
21355
21469
  // The native String method already delegates to @@method (this
21356
21470
  // polyfilled function), leasing to infinite recursion.
@@ -21362,11 +21476,11 @@
21362
21476
  return { done: false };
21363
21477
  });
21364
21478
 
21365
- defineBuiltIn$3(String.prototype, KEY, methods[0]);
21366
- defineBuiltIn$3(RegExpPrototype$2, SYMBOL, methods[1]);
21479
+ defineBuiltIn(String.prototype, KEY, methods[0]);
21480
+ defineBuiltIn(RegExpPrototype, SYMBOL, methods[1]);
21367
21481
  }
21368
21482
 
21369
- if (SHAM) createNonEnumerableProperty(RegExpPrototype$2[SYMBOL], 'sham', true);
21483
+ if (SHAM) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);
21370
21484
  };
21371
21485
 
21372
21486
  'use strict';
@@ -21378,13 +21492,13 @@
21378
21492
  return index + (unicode ? charAt$1(S, index).length : 1);
21379
21493
  };
21380
21494
 
21381
- var uncurryThis$2 = functionUncurryThis;
21495
+ var uncurryThis$1 = functionUncurryThis;
21382
21496
  var toObject$1 = toObject$a;
21383
21497
 
21384
21498
  var floor = Math.floor;
21385
- var charAt = uncurryThis$2(''.charAt);
21386
- var replace = uncurryThis$2(''.replace);
21387
- var stringSlice$1 = uncurryThis$2(''.slice);
21499
+ var charAt = uncurryThis$1(''.charAt);
21500
+ var replace = uncurryThis$1(''.replace);
21501
+ var stringSlice$1 = uncurryThis$1(''.slice);
21388
21502
  var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g;
21389
21503
  var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g;
21390
21504
 
@@ -21423,8 +21537,8 @@
21423
21537
  });
21424
21538
  };
21425
21539
 
21426
- var call$2 = functionCall;
21427
- var anObject$3 = anObject$d;
21540
+ var call$1 = functionCall;
21541
+ var anObject$1 = anObject$d;
21428
21542
  var isCallable$1 = isCallable$l;
21429
21543
  var classof = classofRaw$1;
21430
21544
  var regexpExec = regexpExec$2;
@@ -21436,25 +21550,25 @@
21436
21550
  var regexpExecAbstract = function (R, S) {
21437
21551
  var exec = R.exec;
21438
21552
  if (isCallable$1(exec)) {
21439
- var result = call$2(exec, R, S);
21440
- if (result !== null) anObject$3(result);
21553
+ var result = call$1(exec, R, S);
21554
+ if (result !== null) anObject$1(result);
21441
21555
  return result;
21442
21556
  }
21443
- if (classof(R) === 'RegExp') return call$2(regexpExec, R, S);
21557
+ if (classof(R) === 'RegExp') return call$1(regexpExec, R, S);
21444
21558
  throw $TypeError('RegExp#exec called on incompatible receiver');
21445
21559
  };
21446
21560
 
21447
21561
  'use strict';
21448
21562
  var apply$3 = functionApply;
21449
- var call$1 = functionCall;
21450
- var uncurryThis$1 = functionUncurryThis;
21563
+ var call = functionCall;
21564
+ var uncurryThis = functionUncurryThis;
21451
21565
  var fixRegExpWellKnownSymbolLogic = fixRegexpWellKnownSymbolLogic;
21452
- var fails$2 = fails$q;
21453
- var anObject$2 = anObject$d;
21566
+ var fails = fails$q;
21567
+ var anObject = anObject$d;
21454
21568
  var isCallable = isCallable$l;
21455
21569
  var toIntegerOrInfinity$1 = toIntegerOrInfinity$5;
21456
21570
  var toLength = toLength$2;
21457
- var toString$3 = toString$b;
21571
+ var toString$2 = toString$b;
21458
21572
  var requireObjectCoercible = requireObjectCoercible$6;
21459
21573
  var advanceStringIndex = advanceStringIndex$1;
21460
21574
  var getMethod = getMethod$4;
@@ -21465,10 +21579,10 @@
21465
21579
  var REPLACE = wellKnownSymbol('replace');
21466
21580
  var max$2 = Math.max;
21467
21581
  var min$2 = Math.min;
21468
- var concat = uncurryThis$1([].concat);
21469
- var push = uncurryThis$1([].push);
21470
- var stringIndexOf = uncurryThis$1(''.indexOf);
21471
- var stringSlice = uncurryThis$1(''.slice);
21582
+ var concat = uncurryThis([].concat);
21583
+ var push = uncurryThis([].push);
21584
+ var stringIndexOf = uncurryThis(''.indexOf);
21585
+ var stringSlice = uncurryThis(''.slice);
21472
21586
 
21473
21587
  var maybeToString = function (it) {
21474
21588
  return it === undefined ? it : String(it);
@@ -21489,7 +21603,7 @@
21489
21603
  return false;
21490
21604
  })();
21491
21605
 
21492
- var REPLACE_SUPPORTS_NAMED_GROUPS = !fails$2(function () {
21606
+ var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
21493
21607
  var re = /./;
21494
21608
  re.exec = function () {
21495
21609
  var result = [];
@@ -21511,14 +21625,14 @@
21511
21625
  var O = requireObjectCoercible(this);
21512
21626
  var replacer = searchValue == undefined ? undefined : getMethod(searchValue, REPLACE);
21513
21627
  return replacer
21514
- ? call$1(replacer, searchValue, O, replaceValue)
21515
- : call$1(nativeReplace, toString$3(O), searchValue, replaceValue);
21628
+ ? call(replacer, searchValue, O, replaceValue)
21629
+ : call(nativeReplace, toString$2(O), searchValue, replaceValue);
21516
21630
  },
21517
21631
  // `RegExp.prototype[@@replace]` method
21518
21632
  // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace
21519
21633
  function (string, replaceValue) {
21520
- var rx = anObject$2(this);
21521
- var S = toString$3(string);
21634
+ var rx = anObject(this);
21635
+ var S = toString$2(string);
21522
21636
 
21523
21637
  if (
21524
21638
  typeof replaceValue == 'string' &&
@@ -21530,7 +21644,7 @@
21530
21644
  }
21531
21645
 
21532
21646
  var functionalReplace = isCallable(replaceValue);
21533
- if (!functionalReplace) replaceValue = toString$3(replaceValue);
21647
+ if (!functionalReplace) replaceValue = toString$2(replaceValue);
21534
21648
 
21535
21649
  var global = rx.global;
21536
21650
  if (global) {
@@ -21545,7 +21659,7 @@
21545
21659
  push(results, result);
21546
21660
  if (!global) break;
21547
21661
 
21548
- var matchStr = toString$3(result[0]);
21662
+ var matchStr = toString$2(result[0]);
21549
21663
  if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
21550
21664
  }
21551
21665
 
@@ -21554,7 +21668,7 @@
21554
21668
  for (var i = 0; i < results.length; i++) {
21555
21669
  result = results[i];
21556
21670
 
21557
- var matched = toString$3(result[0]);
21671
+ var matched = toString$2(result[0]);
21558
21672
  var position = max$2(min$2(toIntegerOrInfinity$1(result.index), S.length), 0);
21559
21673
  var captures = [];
21560
21674
  // NOTE: This is equivalent to
@@ -21567,7 +21681,7 @@
21567
21681
  if (functionalReplace) {
21568
21682
  var replacerArgs = concat([matched], captures, position, S);
21569
21683
  if (namedCaptures !== undefined) push(replacerArgs, namedCaptures);
21570
- var replacement = toString$3(apply$3(replaceValue, undefined, replacerArgs));
21684
+ var replacement = toString$2(apply$3(replaceValue, undefined, replacerArgs));
21571
21685
  } else {
21572
21686
  replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
21573
21687
  }
@@ -37246,122 +37360,13 @@
37246
37360
  }
37247
37361
  });
37248
37362
 
37249
- var es_error_toString = {};
37250
-
37251
- var toString$2 = toString$b;
37252
-
37253
- var normalizeStringArgument$1 = function (argument, $default) {
37254
- return argument === undefined ? arguments.length < 2 ? '' : $default : toString$2(argument);
37255
- };
37256
-
37257
- 'use strict';
37258
- var DESCRIPTORS = descriptors$1;
37259
- var fails$1 = fails$q;
37260
- var anObject$1 = anObject$d;
37261
- var create = objectCreate$1;
37262
- var normalizeStringArgument = normalizeStringArgument$1;
37263
-
37264
- var nativeErrorToString = Error.prototype.toString;
37265
-
37266
- var INCORRECT_TO_STRING = fails$1(function () {
37267
- if (DESCRIPTORS) {
37268
- // Chrome 32- incorrectly call accessor
37269
- // eslint-disable-next-line es-x/no-object-defineproperty -- safe
37270
- var object = create(Object.defineProperty({}, 'name', { get: function () {
37271
- return this === object;
37272
- } }));
37273
- if (nativeErrorToString.call(object) !== 'true') return true;
37274
- }
37275
- // FF10- does not properly handle non-strings
37276
- return nativeErrorToString.call({ message: 1, name: 2 }) !== '2: 1'
37277
- // IE8 does not properly handle defaults
37278
- || nativeErrorToString.call({}) !== 'Error';
37279
- });
37280
-
37281
- var errorToString$1 = INCORRECT_TO_STRING ? function toString() {
37282
- var O = anObject$1(this);
37283
- var name = normalizeStringArgument(O.name, 'Error');
37284
- var message = normalizeStringArgument(O.message);
37285
- return !name ? message : !message ? name : name + ': ' + message;
37286
- } : nativeErrorToString;
37287
-
37288
- var defineBuiltIn$2 = defineBuiltIn$9;
37289
- var errorToString = errorToString$1;
37290
-
37291
- var ErrorPrototype = Error.prototype;
37292
-
37293
- // `Error.prototype.toString` method fix
37294
- // https://tc39.es/ecma262/#sec-error.prototype.tostring
37295
- if (ErrorPrototype.toString !== errorToString) {
37296
- defineBuiltIn$2(ErrorPrototype, 'toString', errorToString);
37297
- }
37298
-
37299
- var es_date_toString = {};
37300
-
37301
- // TODO: Remove from `core-js@4`
37302
- var uncurryThis = functionUncurryThis;
37303
- var defineBuiltIn$1 = defineBuiltIn$9;
37304
-
37305
- var DatePrototype = Date.prototype;
37306
- var INVALID_DATE = 'Invalid Date';
37307
- var TO_STRING$1 = 'toString';
37308
- var un$DateToString = uncurryThis(DatePrototype[TO_STRING$1]);
37309
- var getTime = uncurryThis(DatePrototype.getTime);
37310
-
37311
- // `Date.prototype.toString` method
37312
- // https://tc39.es/ecma262/#sec-date.prototype.tostring
37313
- if (String(new Date(NaN)) != INVALID_DATE) {
37314
- defineBuiltIn$1(DatePrototype, TO_STRING$1, function toString() {
37315
- var value = getTime(this);
37316
- // eslint-disable-next-line no-self-compare -- NaN check
37317
- return value === value ? un$DateToString(this) : INVALID_DATE;
37318
- });
37319
- }
37320
-
37321
- var es_regexp_toString = {};
37322
-
37323
- var call = functionCall;
37324
- var hasOwn = hasOwnProperty_1;
37325
- var isPrototypeOf = objectIsPrototypeOf;
37326
- var regExpFlags = regexpFlags$1;
37327
-
37328
- var RegExpPrototype$1 = RegExp.prototype;
37329
-
37330
- var regexpGetFlags = function (R) {
37331
- var flags = R.flags;
37332
- return flags === undefined && !('flags' in RegExpPrototype$1) && !hasOwn(R, 'flags') && isPrototypeOf(RegExpPrototype$1, R)
37333
- ? call(regExpFlags, R) : flags;
37334
- };
37335
-
37336
- 'use strict';
37337
- var PROPER_FUNCTION_NAME = functionName.PROPER;
37338
- var defineBuiltIn = defineBuiltIn$9;
37339
- var anObject = anObject$d;
37340
- var $toString = toString$b;
37341
- var fails = fails$q;
37342
- var getRegExpFlags = regexpGetFlags;
37343
-
37344
- var TO_STRING = 'toString';
37345
- var RegExpPrototype = RegExp.prototype;
37346
- var n$ToString = RegExpPrototype[TO_STRING];
37347
-
37348
- var NOT_GENERIC = fails(function () { return n$ToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });
37349
- // FF44- RegExp#toString has a wrong name
37350
- var INCORRECT_NAME = PROPER_FUNCTION_NAME && n$ToString.name != TO_STRING;
37351
-
37352
- // `RegExp.prototype.toString` method
37353
- // https://tc39.es/ecma262/#sec-regexp.prototype.tostring
37354
- if (NOT_GENERIC || INCORRECT_NAME) {
37355
- defineBuiltIn(RegExp.prototype, TO_STRING, function toString() {
37356
- var R = anObject(this);
37357
- var pattern = $toString(R.source);
37358
- var flags = $toString(getRegExpFlags(R));
37359
- return '/' + pattern + '/' + flags;
37360
- }, { unsafe: true });
37361
- }
37362
-
37363
37363
  var script = defineComponent({
37364
37364
  name: 'FwProviderList',
37365
+ emits: [
37366
+ /**
37367
+ * Emits the number of filtered items the user sees.
37368
+ */
37369
+ 'changed'],
37365
37370
  components: {
37366
37371
  FwTable: __default__$6,
37367
37372
  FwInput: script$m,
@@ -37389,21 +37394,35 @@
37389
37394
  required: true
37390
37395
  },
37391
37396
  /**
37392
- * The placeholder text for the sarch input.
37397
+ * The table header title.
37398
+ */
37399
+ tableHeaderName: {
37400
+ type: String,
37401
+ "default": 'Name'
37402
+ },
37403
+ /**
37404
+ * The placeholder text for the search input.
37393
37405
  */
37394
37406
  searchPlaceholder: {
37395
37407
  type: String,
37396
37408
  "default": 'Search'
37397
37409
  },
37398
37410
  /**
37399
- * The table header title.
37411
+ * The label text for the search input.
37400
37412
  */
37401
- tableHeaderName: {
37413
+ searchLabel: {
37402
37414
  type: String,
37403
- "default": 'Name'
37415
+ "default": 'Search by provider name'
37416
+ },
37417
+ /**
37418
+ * The label text for the status filter dropdown.
37419
+ */
37420
+ statusFilterLabel: {
37421
+ type: String,
37422
+ "default": 'Filter by status'
37404
37423
  }
37405
37424
  },
37406
- setup: function setup(props) {
37425
+ setup: function setup(props, ctx) {
37407
37426
  var _options;
37408
37427
  var searchFilterModel = ref('');
37409
37428
  var statusFilterModel = ref('all');
@@ -37442,12 +37461,15 @@
37442
37461
  });
37443
37462
  var sortedTableItems = computed(function () {
37444
37463
  var tempItems = tableItems.value;
37445
- return tempItems.sort(function (item) {
37446
- if (item.status === 'outage') {
37464
+ var sortedItems = tempItems.sort(function (item1, item2) {
37465
+ var _item1$name, _item2$name;
37466
+ if (item1.status === 'outage') {
37447
37467
  return -1;
37448
37468
  }
37449
- return 1;
37469
+ return (_item1$name = item1.name) === null || _item1$name === void 0 ? void 0 : _item1$name.toString().toLowerCase().localeCompare((_item2$name = item2.name) === null || _item2$name === void 0 ? void 0 : _item2$name.toString().toLowerCase());
37450
37470
  });
37471
+ ctx.emit('changed', sortedItems.length);
37472
+ return sortedItems;
37451
37473
  });
37452
37474
  return {
37453
37475
  options: options,
@@ -37505,6 +37527,7 @@
37505
37527
  "class": "rounded-full w-full",
37506
37528
  type: "text",
37507
37529
  rounded: "",
37530
+ label: _ctx.searchLabel,
37508
37531
  "enable-errors": false,
37509
37532
  placeholder: _ctx.searchPlaceholder
37510
37533
  }, {
@@ -37531,7 +37554,7 @@
37531
37554
  })) : createCommentVNode("", true)];
37532
37555
  }),
37533
37556
  _: 1
37534
- }, 8, ["modelValue", "placeholder"]), createVNode(_component_FwDropdown, {
37557
+ }, 8, ["modelValue", "label", "placeholder"]), createVNode(_component_FwDropdown, {
37535
37558
  "class": "w-full",
37536
37559
  name: "fw-provider-list--status-dropdown",
37537
37560
  modelValue: _ctx.statusFilterModel,
@@ -37539,6 +37562,7 @@
37539
37562
  return _ctx.statusFilterModel = $event;
37540
37563
  }),
37541
37564
  "enable-errors": false,
37565
+ label: _ctx.statusFilterLabel,
37542
37566
  options: [{
37543
37567
  label: 'All statuses',
37544
37568
  value: 'all'
@@ -37549,7 +37573,7 @@
37549
37573
  label: 'Available',
37550
37574
  value: 'supported'
37551
37575
  }]
37552
- }, null, 8, ["modelValue"])])]), _ctx.sortedTableItems && _ctx.sortedTableItems.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_5$4, [createVNode(_component_FwTable, {
37576
+ }, null, 8, ["modelValue", "label"])])]), _ctx.sortedTableItems && _ctx.sortedTableItems.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_5$4, [createVNode(_component_FwTable, {
37553
37577
  "class": "w-full min-w-max bg-grey-20",
37554
37578
  items: _ctx.sortedTableItems,
37555
37579
  options: _ctx.options