@frollo/frollo-web-ui 6.0.0 → 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 +282 -257
  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 +22 -21
  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 +300 -275
  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 +300 -275
  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
@@ -1,5 +1,5 @@
1
- import { w as wellKnownSymbol$1, G as objectDefineProperty } from './is-forced-fc680e39.js';
2
- import { o as objectCreate } from './object-create-bc771493.js';
1
+ import { w as wellKnownSymbol$1, G as objectDefineProperty } from './is-forced-b8806e4b.js';
2
+ import { a as objectCreate } from './object-create-200e3764.js';
3
3
 
4
4
  var wellKnownSymbol = wellKnownSymbol$1;
5
5
  var create = objectCreate;
@@ -1,5 +1,5 @@
1
- import { f as functionUncurryThis, k as aCallable$1, R as functionBindNative, S as indexedObject, e as toObject$1, l as lengthOfArrayLike$1 } from './is-forced-fc680e39.js';
2
- import { a as arraySpeciesCreate$1 } from './array-species-create-b125f4a4.js';
1
+ import { f as functionUncurryThis, k as aCallable$1, R as functionBindNative, S as indexedObject, e as toObject$1, l as lengthOfArrayLike$1 } from './is-forced-b8806e4b.js';
2
+ import { a as arraySpeciesCreate$1 } from './array-species-create-ff1f78e1.js';
3
3
 
4
4
  var uncurryThis$1 = functionUncurryThis;
5
5
  var aCallable = aCallable$1;
@@ -1,4 +1,4 @@
1
- import { h as fails$1, w as wellKnownSymbol$1, m as engineV8Version } from './is-forced-fc680e39.js';
1
+ import { h as fails$1, w as wellKnownSymbol$1, m as engineV8Version } from './is-forced-b8806e4b.js';
2
2
 
3
3
  var fails = fails$1;
4
4
  var wellKnownSymbol = wellKnownSymbol$1;
@@ -1,4 +1,4 @@
1
- import { h as fails$1 } from './is-forced-fc680e39.js';
1
+ import { h as fails$1 } from './is-forced-b8806e4b.js';
2
2
 
3
3
  'use strict';
4
4
  var fails = fails$1;
@@ -1,5 +1,5 @@
1
- import { u as classofRaw, f as functionUncurryThis, h as fails$1, r as isCallable$1, D as getBuiltIn$1, V as inspectSource$1, K as isObject$1, w as wellKnownSymbol$1 } from './is-forced-fc680e39.js';
2
- import { c as classof$2 } from './classof-ee4b3b5b.js';
1
+ import { y as classofRaw, f as functionUncurryThis, h as fails$1, x as isCallable$1, D as getBuiltIn$1, X as inspectSource$1, K as isObject$1, w as wellKnownSymbol$1 } from './is-forced-b8806e4b.js';
2
+ import { c as classof$2 } from './classof-7ba4c6c3.js';
3
3
 
4
4
  var classof$1 = classofRaw;
5
5
 
@@ -1,4 +1,4 @@
1
- import { w as wellKnownSymbol$2, r as isCallable$1, u as classofRaw$1 } from './is-forced-fc680e39.js';
1
+ import { w as wellKnownSymbol$2, x as isCallable$1, y as classofRaw$1 } from './is-forced-b8806e4b.js';
2
2
 
3
3
  var wellKnownSymbol$1 = wellKnownSymbol$2;
4
4
 
@@ -1,4 +1,4 @@
1
- import { W as toPropertyKey$1, G as objectDefineProperty, Q as createPropertyDescriptor$1 } from './is-forced-fc680e39.js';
1
+ import { Y as toPropertyKey$1, G as objectDefineProperty, Q as createPropertyDescriptor$1 } from './is-forced-b8806e4b.js';
2
2
 
3
3
  'use strict';
4
4
  var toPropertyKey = toPropertyKey$1;
@@ -1,4 +1,4 @@
1
- import './is-forced-fc680e39.js';
1
+ import './is-forced-b8806e4b.js';
2
2
 
3
3
  var $TypeError = TypeError;
4
4
  var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; // 2 ** 53 - 1 == 9007199254740991
@@ -1,9 +1,9 @@
1
- import { h as fails$1, K as isObject$1, e as toObject$1, l as lengthOfArrayLike$1, w as wellKnownSymbol$1, m as engineV8Version } from './is-forced-fc680e39.js';
2
- import { _ as _export } from './export-8a363004.js';
3
- import { i as isArray$1, a as arraySpeciesCreate$1 } from './array-species-create-b125f4a4.js';
4
- import { d as doesNotExceedSafeInteger$1 } from './does-not-exceed-safe-integer-8e0042ec.js';
5
- import { c as createProperty$1 } from './create-property-c70ecc08.js';
6
- import { a as arrayMethodHasSpeciesSupport$1 } from './array-method-has-species-support-8a4b1310.js';
1
+ import { h as fails$1, K as isObject$1, e as toObject$1, l as lengthOfArrayLike$1, w as wellKnownSymbol$1, m as engineV8Version } from './is-forced-b8806e4b.js';
2
+ import { _ as _export } from './export-44690f0d.js';
3
+ import { i as isArray$1, a as arraySpeciesCreate$1 } from './array-species-create-ff1f78e1.js';
4
+ import { d as doesNotExceedSafeInteger$1 } from './does-not-exceed-safe-integer-b66f7ee2.js';
5
+ import { c as createProperty$1 } from './create-property-1bf185fa.js';
6
+ import { a as arrayMethodHasSpeciesSupport$1 } from './array-method-has-species-support-dfbd0c7f.js';
7
7
 
8
8
  var es_array_concat = {};
9
9
 
@@ -0,0 +1,28 @@
1
+ import './is-forced-b8806e4b.js';
2
+ import { _ as _export } from './export-44690f0d.js';
3
+ import { a as arrayIteration } from './array-iteration-2181d2bd.js';
4
+ import { a as addToUnscopables$1 } from './add-to-unscopables-cfb87985.js';
5
+
6
+ var es_array_find = {};
7
+
8
+ 'use strict';
9
+ var $ = _export;
10
+ var $find = arrayIteration.find;
11
+ var addToUnscopables = addToUnscopables$1;
12
+
13
+ var FIND = 'find';
14
+ var SKIPS_HOLES = true;
15
+
16
+ // Shouldn't skip holes
17
+ if (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; });
18
+
19
+ // `Array.prototype.find` method
20
+ // https://tc39.es/ecma262/#sec-array.prototype.find
21
+ $({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {
22
+ find: function find(callbackfn /* , that = undefined */) {
23
+ return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
24
+ }
25
+ });
26
+
27
+ // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
28
+ addToUnscopables(FIND);
@@ -1,6 +1,6 @@
1
- import { J as arrayIncludes, h as fails$1 } from './is-forced-fc680e39.js';
2
- import { _ as _export } from './export-8a363004.js';
3
- import { a as addToUnscopables$1 } from './add-to-unscopables-31609885.js';
1
+ import { J as arrayIncludes, h as fails$1 } from './is-forced-b8806e4b.js';
2
+ import { _ as _export } from './export-44690f0d.js';
3
+ import { a as addToUnscopables$1 } from './add-to-unscopables-cfb87985.js';
4
4
 
5
5
  var es_array_includes = {};
6
6
 
@@ -0,0 +1,22 @@
1
+ import './is-forced-b8806e4b.js';
2
+ import { _ as _export } from './export-44690f0d.js';
3
+ import { a as arrayIteration } from './array-iteration-2181d2bd.js';
4
+ import { a as arrayMethodHasSpeciesSupport$1 } from './array-method-has-species-support-dfbd0c7f.js';
5
+
6
+ var es_array_map = {};
7
+
8
+ 'use strict';
9
+ var $ = _export;
10
+ var $map = arrayIteration.map;
11
+ var arrayMethodHasSpeciesSupport = arrayMethodHasSpeciesSupport$1;
12
+
13
+ var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');
14
+
15
+ // `Array.prototype.map` method
16
+ // https://tc39.es/ecma262/#sec-array.prototype.map
17
+ // with adding support of @@species
18
+ $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
19
+ map: function map(callbackfn /* , thisArg */) {
20
+ return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
21
+ }
22
+ });
@@ -1,4 +1,4 @@
1
- import { f as functionUncurryThis, b as defineBuiltIn$1 } from './is-forced-fc680e39.js';
1
+ import { f as functionUncurryThis, b as defineBuiltIn$1 } from './is-forced-b8806e4b.js';
2
2
 
3
3
  var es_date_toString = {};
4
4
 
@@ -1,4 +1,4 @@
1
- import { d as descriptors, C as functionName, f as functionUncurryThis, G as objectDefineProperty } from './is-forced-fc680e39.js';
1
+ import { d as descriptors, s as functionName, f as functionUncurryThis, G as objectDefineProperty } from './is-forced-b8806e4b.js';
2
2
 
3
3
  var es_function_name = {};
4
4
 
@@ -1,5 +1,5 @@
1
- import { r as isCallable$2, f as functionUncurryThis, q as anObject$1, K as isObject$1, y as requireObjectCoercible$1, d as descriptors, g as global$1, I as isForced_1, b as defineBuiltIn$1, A as hasOwnProperty_1, B as objectIsPrototypeOf, L as isSymbol$1, M as toPrimitive$1, h as fails$1, E as objectGetOwnPropertyNames, F as objectGetOwnPropertyDescriptor, G as objectDefineProperty } from './is-forced-fc680e39.js';
2
- import { c as classof$1 } from './classof-ee4b3b5b.js';
1
+ import { x as isCallable$2, f as functionUncurryThis, n as anObject$1, K as isObject$1, B as requireObjectCoercible$1, d as descriptors, g as global$1, I as isForced_1, b as defineBuiltIn$1, q as hasOwnProperty_1, r as objectIsPrototypeOf, L as isSymbol$1, M as toPrimitive$1, h as fails$1, E as objectGetOwnPropertyNames, F as objectGetOwnPropertyDescriptor, G as objectDefineProperty } from './is-forced-b8806e4b.js';
2
+ import { c as classof$1 } from './classof-7ba4c6c3.js';
3
3
 
4
4
  var es_number_constructor = {};
5
5
 
@@ -0,0 +1,24 @@
1
+ import { b as defineBuiltIn$1 } from './is-forced-b8806e4b.js';
2
+ import { t as toStringTagSupport, c as classof$1 } from './classof-7ba4c6c3.js';
3
+
4
+ var es_object_toString = {};
5
+
6
+ 'use strict';
7
+ var TO_STRING_TAG_SUPPORT$1 = toStringTagSupport;
8
+ var classof = classof$1;
9
+
10
+ // `Object.prototype.toString` method implementation
11
+ // https://tc39.es/ecma262/#sec-object.prototype.tostring
12
+ var objectToString = TO_STRING_TAG_SUPPORT$1 ? {}.toString : function toString() {
13
+ return '[object ' + classof(this) + ']';
14
+ };
15
+
16
+ var TO_STRING_TAG_SUPPORT = toStringTagSupport;
17
+ var defineBuiltIn = defineBuiltIn$1;
18
+ var toString = objectToString;
19
+
20
+ // `Object.prototype.toString` method
21
+ // https://tc39.es/ecma262/#sec-object.prototype.tostring
22
+ if (!TO_STRING_TAG_SUPPORT) {
23
+ defineBuiltIn(Object.prototype, 'toString', toString, { unsafe: true });
24
+ }
@@ -1,6 +1,6 @@
1
- import { K as isObject$1, u as classofRaw, w as wellKnownSymbol$2, f as functionUncurryThis, y as requireObjectCoercible$1 } from './is-forced-fc680e39.js';
2
- import { _ as _export } from './export-8a363004.js';
3
- import { t as toString$1 } from './es.number.constructor-98bae04f.js';
1
+ import { K as isObject$1, y as classofRaw, w as wellKnownSymbol$2, f as functionUncurryThis, B as requireObjectCoercible$1 } from './is-forced-b8806e4b.js';
2
+ import { _ as _export } from './export-44690f0d.js';
3
+ import { t as toString$1 } from './es.number.constructor-bed13ae4.js';
4
4
 
5
5
  var es_string_includes = {};
6
6
 
@@ -1,11 +1,11 @@
1
- import { n as functionCall, q as anObject$3, z as getMethod$2, w as wellKnownSymbol$6, k as aCallable$1, N as tryToString$1, e as toObject$2, l as lengthOfArrayLike$1, f as functionUncurryThis, v as toIntegerOrInfinity$1, y as requireObjectCoercible$1, h as fails$2, A as hasOwnProperty_1, r as isCallable$3, O as sharedKey$1, b as defineBuiltIn$2, P as isPure, G as objectDefineProperty, Q as createPropertyDescriptor$1, C as functionName, c as createNonEnumerableProperty$1, p as internalState } from './is-forced-fc680e39.js';
2
- import { _ as _export } from './export-8a363004.js';
3
- import { f as functionBindContext } from './array-iteration-ec356eb3.js';
4
- import { b as isConstructor$1 } from './array-species-create-b125f4a4.js';
5
- import { c as createProperty$1 } from './create-property-c70ecc08.js';
6
- import { c as classof$1 } from './classof-ee4b3b5b.js';
7
- import { t as toString$2, o as objectSetPrototypeOf } from './es.number.constructor-98bae04f.js';
8
- import { o as objectCreate } from './object-create-bc771493.js';
1
+ import { p as functionCall, n as anObject$3, C as getMethod$2, w as wellKnownSymbol$6, k as aCallable$1, N as tryToString$1, e as toObject$2, l as lengthOfArrayLike$1, f as functionUncurryThis, z as toIntegerOrInfinity$1, B as requireObjectCoercible$1, h as fails$2, q as hasOwnProperty_1, x as isCallable$3, O as sharedKey$1, b as defineBuiltIn$2, P as isPure, G as objectDefineProperty, Q as createPropertyDescriptor$1, s as functionName, c as createNonEnumerableProperty$1, v as internalState } from './is-forced-b8806e4b.js';
2
+ import { _ as _export } from './export-44690f0d.js';
3
+ import { f as functionBindContext } from './array-iteration-2181d2bd.js';
4
+ import { b as isConstructor$1 } from './array-species-create-ff1f78e1.js';
5
+ import { c as createProperty$1 } from './create-property-1bf185fa.js';
6
+ import { c as classof$1 } from './classof-7ba4c6c3.js';
7
+ import { t as toString$2, o as objectSetPrototypeOf } from './es.number.constructor-bed13ae4.js';
8
+ import { a as objectCreate } from './object-create-200e3764.js';
9
9
 
10
10
  var es_array_from = {};
11
11
 
@@ -1,4 +1,4 @@
1
- import { D as getBuiltIn$1, f as functionUncurryThis, E as objectGetOwnPropertyNames, q as anObject$1, A as hasOwnProperty_1, F as objectGetOwnPropertyDescriptor, G as objectDefineProperty, g as global$1, c as createNonEnumerableProperty$1, b as defineBuiltIn$1, H as defineGlobalProperty$1, I as isForced_1 } from './is-forced-fc680e39.js';
1
+ import { D as getBuiltIn$1, f as functionUncurryThis, E as objectGetOwnPropertyNames, n as anObject$1, q as hasOwnProperty_1, F as objectGetOwnPropertyDescriptor, G as objectDefineProperty, g as global$1, c as createNonEnumerableProperty$1, b as defineBuiltIn$1, H as defineGlobalProperty$1, I as isForced_1 } from './is-forced-b8806e4b.js';
2
2
 
3
3
  var objectGetOwnPropertySymbols = {};
4
4
 
@@ -1,4 +1,4 @@
1
- import { R as functionBindNative } from './is-forced-fc680e39.js';
1
+ import { R as functionBindNative } from './is-forced-b8806e4b.js';
2
2
 
3
3
  var NATIVE_BIND = functionBindNative;
4
4
 
@@ -1,9 +1,9 @@
1
- import './es.number.constructor-98bae04f.js';
1
+ import './es.number.constructor-bed13ae4.js';
2
2
  import { defineComponent, useCssVars, pushScopeId, popScopeId, createElementVNode, openBlock, createElementBlock, createStaticVNode } from 'vue';
3
3
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
4
4
  export { s as FwLoadingSpinner } from './fw-loading-spinner-72d70258.js';
5
- import './is-forced-fc680e39.js';
6
- import './classof-ee4b3b5b.js';
5
+ import './is-forced-b8806e4b.js';
6
+ import './classof-7ba4c6c3.js';
7
7
  import './index-bced3b35.js';
8
8
  import './check-94a5917a.js';
9
9
 
@@ -1,20 +1,19 @@
1
- export { s as FwBarChart } from './index-be5b4afa.js';
2
- import './es.number.constructor-98bae04f.js';
3
- import './is-forced-fc680e39.js';
4
- import './classof-ee4b3b5b.js';
5
- import './export-8a363004.js';
6
- import './es.array.map-ae6c9437.js';
7
- import './array-iteration-ec356eb3.js';
8
- import './array-species-create-b125f4a4.js';
9
- import './array-method-has-species-support-8a4b1310.js';
10
- import './object-create-bc771493.js';
11
- import './object-keys-17f3b440.js';
12
- import './function-apply-b908d7e6.js';
13
- import './es.string.iterator-0992bb28.js';
14
- import './create-property-c70ecc08.js';
15
- import './delete-property-or-throw-cd4c57d6.js';
16
- import './es.function.name-6daefaeb.js';
17
- import './does-not-exceed-safe-integer-8e0042ec.js';
1
+ export { s as FwBarChart } from './index-95659c75.js';
2
+ import './es.number.constructor-bed13ae4.js';
3
+ import './is-forced-b8806e4b.js';
4
+ import './classof-7ba4c6c3.js';
5
+ import './export-44690f0d.js';
6
+ import './regexp-flags-8d5e20e1.js';
7
+ import './object-create-200e3764.js';
8
+ import './function-apply-5580128b.js';
9
+ import './es.string.iterator-27b735a3.js';
10
+ import './array-iteration-2181d2bd.js';
11
+ import './array-species-create-ff1f78e1.js';
12
+ import './create-property-1bf185fa.js';
13
+ import './es.array.map-582a2b69.js';
14
+ import './array-method-has-species-support-dfbd0c7f.js';
15
+ import './es.function.name-14d69869.js';
16
+ import './does-not-exceed-safe-integer-b66f7ee2.js';
18
17
  import 'vue';
19
18
  import './get-root-colours-865a52ba.js';
20
19
  import './uniqueId-fe08534a.js';
@@ -1,4 +1,4 @@
1
- import './es.array.includes-a06445a5.js';
1
+ import './es.array.includes-d57031df.js';
2
2
  import { defineComponent, ref, computed, resolveComponent, openBlock, createBlock, resolveDynamicComponent, normalizeClass, withCtx, createElementBlock, createElementVNode, renderSlot, createVNode, createCommentVNode } from 'vue';
3
3
  import { s as script$1 } from './fw-loading-spinner-72d70258.js';
4
4
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
package/esm/fw-button.js CHANGED
@@ -1,10 +1,9 @@
1
- export { s as FwButton } from './fw-button-b00853dd.js';
2
- import './es.array.includes-a06445a5.js';
3
- import './is-forced-fc680e39.js';
4
- import './export-8a363004.js';
5
- import './add-to-unscopables-31609885.js';
6
- import './object-create-bc771493.js';
7
- import './object-keys-17f3b440.js';
1
+ export { s as FwButton } from './fw-button-cbaedd16.js';
2
+ import './es.array.includes-d57031df.js';
3
+ import './is-forced-b8806e4b.js';
4
+ import './export-44690f0d.js';
5
+ import './add-to-unscopables-cfb87985.js';
6
+ import './object-create-200e3764.js';
8
7
  import 'vue';
9
8
  import './fw-loading-spinner-72d70258.js';
10
9
  import './index-bced3b35.js';
@@ -1,16 +1,16 @@
1
1
  import { defineComponent, pushScopeId, popScopeId, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, createElementVNode, mergeProps, createCommentVNode, Transition, toDisplayString } from 'vue';
2
2
  import { a as Field } from './vee-validate.esm-a17a23c3.js';
3
3
  import { u as uniqueId } from './uniqueId-fe08534a.js';
4
- import './es.function.name-6daefaeb.js';
5
- import './es.array.concat-fe990345.js';
4
+ import './es.function.name-14d69869.js';
5
+ import './es.array.concat-d9281ad1.js';
6
6
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
7
- import './is-forced-fc680e39.js';
8
- import './export-8a363004.js';
9
- import './array-species-create-b125f4a4.js';
10
- import './classof-ee4b3b5b.js';
11
- import './does-not-exceed-safe-integer-8e0042ec.js';
12
- import './create-property-c70ecc08.js';
13
- import './array-method-has-species-support-8a4b1310.js';
7
+ import './is-forced-b8806e4b.js';
8
+ import './export-44690f0d.js';
9
+ import './array-species-create-ff1f78e1.js';
10
+ import './classof-7ba4c6c3.js';
11
+ import './does-not-exceed-safe-integer-b66f7ee2.js';
12
+ import './create-property-1bf185fa.js';
13
+ import './array-method-has-species-support-dfbd0c7f.js';
14
14
 
15
15
  var script = defineComponent({
16
16
  name: 'FwCheckbox',
@@ -4,17 +4,17 @@ import { u as uniqueId } from './uniqueId-fe08534a.js';
4
4
  import { c as createPopper } from './index-0c5cae4f.js';
5
5
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
6
6
  import { u as useColours } from './get-root-colours-865a52ba.js';
7
- import './es.date.to-string-1ffba857.js';
8
- import './es.array.concat-fe990345.js';
9
- import './es.function.name-6daefaeb.js';
7
+ import './es.date.to-string-dc67483a.js';
8
+ import './es.array.concat-d9281ad1.js';
9
+ import './es.function.name-14d69869.js';
10
10
  import './check-94a5917a.js';
11
- import './is-forced-fc680e39.js';
12
- import './export-8a363004.js';
13
- import './array-species-create-b125f4a4.js';
14
- import './classof-ee4b3b5b.js';
15
- import './does-not-exceed-safe-integer-8e0042ec.js';
16
- import './create-property-c70ecc08.js';
17
- import './array-method-has-species-support-8a4b1310.js';
11
+ import './is-forced-b8806e4b.js';
12
+ import './export-44690f0d.js';
13
+ import './array-species-create-ff1f78e1.js';
14
+ import './classof-7ba4c6c3.js';
15
+ import './does-not-exceed-safe-integer-b66f7ee2.js';
16
+ import './create-property-1bf185fa.js';
17
+ import './array-method-has-species-support-dfbd0c7f.js';
18
18
 
19
19
  var __defProp = Object.defineProperty;
20
20
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
@@ -8400,14 +8400,14 @@ var __default__ = defineComponent({
8400
8400
  var __injectCSSVars__ = function __injectCSSVars__() {
8401
8401
  useCssVars(function (_ctx) {
8402
8402
  return {
8403
- "70e76706": _ctx.primaryFade5,
8404
- "a7f50d24": _ctx.primaryFade10,
8405
- "a7f50ce6": _ctx.primaryFade20,
8406
- "a7f50ca8": _ctx.primaryFade30,
8407
- "a7f50c6a": _ctx.primaryFade40,
8408
- "a7f50c2c": _ctx.primaryFade50,
8409
- "a7f50bb0": _ctx.primaryFade70,
8410
- "a7f50b72": _ctx.primaryFade80
8403
+ "0edfc838": _ctx.primaryFade5,
8404
+ "65cd8308": _ctx.primaryFade10,
8405
+ "65cd82ca": _ctx.primaryFade20,
8406
+ "65cd828c": _ctx.primaryFade30,
8407
+ "65cd824e": _ctx.primaryFade40,
8408
+ "65cd8210": _ctx.primaryFade50,
8409
+ "65cd8194": _ctx.primaryFade70,
8410
+ "65cd8156": _ctx.primaryFade80
8411
8411
  };
8412
8412
  });
8413
8413
  };
@@ -8479,7 +8479,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
8479
8479
  masks: {
8480
8480
  modelValue: 'YYYY-MM-DD'
8481
8481
  },
8482
- "max-date": new Date()
8482
+ "max-date": new Date(),
8483
+ "update-on-input": false
8483
8484
  }, {
8484
8485
  "default": withCtx(function (_ref) {
8485
8486
  var inputValue = _ref.inputValue,
@@ -8533,8 +8534,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
8533
8534
  }, 8, ["modelValue", "model-modifiers", "max-date"])]);
8534
8535
  }
8535
8536
 
8536
- var css_248z = ".fw-date-picker .vc-primary{--vc-accent-50:var(--70e76706);--vc-accent-100:var(--a7f50d24);--vc-accent-200:var(--a7f50ce6);--vc-accent-300:var(--a7f50ca8);--vc-accent-400:var(--a7f50c6a);--vc-accent-500:var(--a7f50c2c);--vc-accent-600:var(--colorPrimary);--vc-accent-700:var(--a7f50bb0);--vc-accent-800:var(--a7f50b72);--vc-accent-900:var(--colorBody)}";
8537
- var stylesheet = ".fw-date-picker .vc-primary{--vc-accent-50:var(--70e76706);--vc-accent-100:var(--a7f50d24);--vc-accent-200:var(--a7f50ce6);--vc-accent-300:var(--a7f50ca8);--vc-accent-400:var(--a7f50c6a);--vc-accent-500:var(--a7f50c2c);--vc-accent-600:var(--colorPrimary);--vc-accent-700:var(--a7f50bb0);--vc-accent-800:var(--a7f50b72);--vc-accent-900:var(--colorBody)}";
8537
+ var css_248z = ".fw-date-picker .vc-primary{--vc-accent-50:var(--0edfc838);--vc-accent-100:var(--65cd8308);--vc-accent-200:var(--65cd82ca);--vc-accent-300:var(--65cd828c);--vc-accent-400:var(--65cd824e);--vc-accent-500:var(--65cd8210);--vc-accent-600:var(--colorPrimary);--vc-accent-700:var(--65cd8194);--vc-accent-800:var(--65cd8156);--vc-accent-900:var(--colorBody)}";
8538
+ var stylesheet = ".fw-date-picker .vc-primary{--vc-accent-50:var(--0edfc838);--vc-accent-100:var(--65cd8308);--vc-accent-200:var(--65cd82ca);--vc-accent-300:var(--65cd828c);--vc-accent-400:var(--65cd824e);--vc-accent-500:var(--65cd8210);--vc-accent-600:var(--colorPrimary);--vc-accent-700:var(--65cd8194);--vc-accent-800:var(--65cd8156);--vc-accent-900:var(--colorBody)}";
8538
8539
  styleInject(css_248z);
8539
8540
 
8540
8541
  __default__.render = render;
package/esm/fw-drawer.js CHANGED
@@ -1,14 +1,13 @@
1
- import './es.array.includes-a06445a5.js';
1
+ import './es.array.includes-d57031df.js';
2
2
  import { defineComponent, ref, computed, onMounted, resolveComponent, openBlock, createBlock, Transition, withCtx, createElementBlock, normalizeClass, createElementVNode, renderSlot, createCommentVNode, createVNode, createTextVNode, toDisplayString } from 'vue';
3
- import { s as script$1 } from './fw-button-b00853dd.js';
3
+ import { s as script$1 } from './fw-button-cbaedd16.js';
4
4
  import { u as uniqueId } from './uniqueId-fe08534a.js';
5
5
  import { c as render$1 } from './index-bced3b35.js';
6
6
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
7
- import './is-forced-fc680e39.js';
8
- import './export-8a363004.js';
9
- import './add-to-unscopables-31609885.js';
10
- import './object-create-bc771493.js';
11
- import './object-keys-17f3b440.js';
7
+ import './is-forced-b8806e4b.js';
8
+ import './export-44690f0d.js';
9
+ import './add-to-unscopables-cfb87985.js';
10
+ import './object-create-200e3764.js';
12
11
  import './fw-loading-spinner-72d70258.js';
13
12
  import './check-94a5917a.js';
14
13
 
@@ -1,8 +1,9 @@
1
- import './es.array.find-67b3b514.js';
1
+ import './es.array.find-ee91a966.js';
2
+ import './es.object.to-string-31ad45ad.js';
2
3
  import { defineComponent, toRef, ref, computed, onMounted, onBeforeUnmount, pushScopeId, popScopeId, resolveComponent, openBlock, createElementBlock, toDisplayString, createCommentVNode, createElementVNode, normalizeClass, createVNode, Transition, withCtx, Fragment, renderList } from 'vue';
3
4
  import { u as useField } from './vee-validate.esm-a17a23c3.js';
4
5
  import { b as render$1 } from './index-bced3b35.js';
5
- import './es.function.name-6daefaeb.js';
6
+ import './es.function.name-14d69869.js';
6
7
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
7
8
 
8
9
  var script = defineComponent({
@@ -1,16 +1,16 @@
1
- export { s as FwDropdown } from './fw-dropdown-1c89f793.js';
2
- import './es.array.find-67b3b514.js';
3
- import './is-forced-fc680e39.js';
4
- import './classof-ee4b3b5b.js';
5
- import './export-8a363004.js';
6
- import './array-iteration-ec356eb3.js';
7
- import './array-species-create-b125f4a4.js';
8
- import './add-to-unscopables-31609885.js';
9
- import './object-create-bc771493.js';
10
- import './object-keys-17f3b440.js';
1
+ export { s as FwDropdown } from './fw-dropdown-3f1ae8ee.js';
2
+ import './es.array.find-ee91a966.js';
3
+ import './is-forced-b8806e4b.js';
4
+ import './export-44690f0d.js';
5
+ import './array-iteration-2181d2bd.js';
6
+ import './array-species-create-ff1f78e1.js';
7
+ import './classof-7ba4c6c3.js';
8
+ import './add-to-unscopables-cfb87985.js';
9
+ import './object-create-200e3764.js';
10
+ import './es.object.to-string-31ad45ad.js';
11
11
  import 'vue';
12
12
  import './vee-validate.esm-a17a23c3.js';
13
13
  import './index-bced3b35.js';
14
14
  import './check-94a5917a.js';
15
- import './es.function.name-6daefaeb.js';
15
+ import './es.function.name-14d69869.js';
16
16
  import './style-inject.es-1f59c1d0.js';
@@ -1,13 +1,14 @@
1
- import './es.array.includes-a06445a5.js';
2
- import './es.number.constructor-98bae04f.js';
1
+ import './es.array.includes-d57031df.js';
2
+ import './es.number.constructor-bed13ae4.js';
3
3
  import { defineComponent, computed, ref, resolveComponent, resolveDirective, withDirectives, openBlock, createElementBlock, normalizeClass, withKeys, createElementVNode, createVNode, renderSlot } from 'vue';
4
- import { a as documentCreateElement$1, g as global$1, c as createNonEnumerableProperty$1 } from './is-forced-fc680e39.js';
5
- import { _ as _export } from './export-8a363004.js';
6
- import { a as arrayIteration } from './array-iteration-ec356eb3.js';
7
- import { a as arrayMethodIsStrict$1 } from './array-method-is-strict-fc2e0d8d.js';
8
- import './es.array.find-67b3b514.js';
9
- import './es.string.iterator-0992bb28.js';
10
- import './web.timers-c5316125.js';
4
+ import { a as documentCreateElement$1, g as global$1, c as createNonEnumerableProperty$1 } from './is-forced-b8806e4b.js';
5
+ import { _ as _export } from './export-44690f0d.js';
6
+ import { a as arrayIteration } from './array-iteration-2181d2bd.js';
7
+ import { a as arrayMethodIsStrict$1 } from './array-method-is-strict-7dac83d7.js';
8
+ import './es.object.to-string-31ad45ad.js';
9
+ import './es.array.find-ee91a966.js';
10
+ import './es.string.iterator-27b735a3.js';
11
+ import './web.timers-991ce9a8.js';
11
12
  import { s as script$1 } from './fw-loading-bar-f5ca605c.js';
12
13
  import { r as render$1 } from './index-bced3b35.js';
13
14
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
package/esm/fw-image.js CHANGED
@@ -1,21 +1,21 @@
1
- export { s as FwImage } from './fw-image-af8c5745.js';
2
- import './es.array.includes-a06445a5.js';
3
- import './is-forced-fc680e39.js';
4
- import './export-8a363004.js';
5
- import './add-to-unscopables-31609885.js';
6
- import './object-create-bc771493.js';
7
- import './object-keys-17f3b440.js';
8
- import './es.number.constructor-98bae04f.js';
9
- import './classof-ee4b3b5b.js';
1
+ export { s as FwImage } from './fw-image-9c1032f2.js';
2
+ import './es.array.includes-d57031df.js';
3
+ import './is-forced-b8806e4b.js';
4
+ import './export-44690f0d.js';
5
+ import './add-to-unscopables-cfb87985.js';
6
+ import './object-create-200e3764.js';
7
+ import './es.number.constructor-bed13ae4.js';
8
+ import './classof-7ba4c6c3.js';
10
9
  import 'vue';
11
- import './array-iteration-ec356eb3.js';
12
- import './array-species-create-b125f4a4.js';
13
- import './array-method-is-strict-fc2e0d8d.js';
14
- import './es.array.find-67b3b514.js';
15
- import './es.string.iterator-0992bb28.js';
16
- import './create-property-c70ecc08.js';
17
- import './web.timers-c5316125.js';
18
- import './function-apply-b908d7e6.js';
10
+ import './array-iteration-2181d2bd.js';
11
+ import './array-species-create-ff1f78e1.js';
12
+ import './array-method-is-strict-7dac83d7.js';
13
+ import './es.object.to-string-31ad45ad.js';
14
+ import './es.array.find-ee91a966.js';
15
+ import './es.string.iterator-27b735a3.js';
16
+ import './create-property-1bf185fa.js';
17
+ import './web.timers-991ce9a8.js';
18
+ import './function-apply-5580128b.js';
19
19
  import './fw-loading-bar-f5ca605c.js';
20
20
  import './style-inject.es-1f59c1d0.js';
21
21
  import './index-bced3b35.js';
@@ -1,11 +1,11 @@
1
- import './es.array.includes-a06445a5.js';
2
- import './es.number.constructor-98bae04f.js';
1
+ import './es.array.includes-d57031df.js';
2
+ import './es.number.constructor-bed13ae4.js';
3
3
  import { defineComponent, ref, computed, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, createElementVNode, toDisplayString, createCommentVNode, renderSlot, mergeProps, createBlock, Transition, normalizeClass } from 'vue';
4
4
  import { a as render$1 } from './index-bced3b35.js';
5
5
  import { a as Field } from './vee-validate.esm-a17a23c3.js';
6
6
  import { u as uniqueId } from './uniqueId-fe08534a.js';
7
- import './es.function.name-6daefaeb.js';
8
- import './es.array.concat-fe990345.js';
7
+ import './es.function.name-14d69869.js';
8
+ import './es.array.concat-d9281ad1.js';
9
9
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
10
10
 
11
11
  var script = defineComponent({
package/esm/fw-input.js CHANGED
@@ -1,21 +1,20 @@
1
- export { s as FwInput } from './fw-input-46dd3134.js';
2
- import './es.array.includes-a06445a5.js';
3
- import './is-forced-fc680e39.js';
4
- import './export-8a363004.js';
5
- import './add-to-unscopables-31609885.js';
6
- import './object-create-bc771493.js';
7
- import './object-keys-17f3b440.js';
8
- import './es.number.constructor-98bae04f.js';
9
- import './classof-ee4b3b5b.js';
1
+ export { s as FwInput } from './fw-input-8fa201f7.js';
2
+ import './es.array.includes-d57031df.js';
3
+ import './is-forced-b8806e4b.js';
4
+ import './export-44690f0d.js';
5
+ import './add-to-unscopables-cfb87985.js';
6
+ import './object-create-200e3764.js';
7
+ import './es.number.constructor-bed13ae4.js';
8
+ import './classof-7ba4c6c3.js';
10
9
  import 'vue';
11
10
  import './index-bced3b35.js';
12
11
  import './check-94a5917a.js';
13
12
  import './vee-validate.esm-a17a23c3.js';
14
13
  import './uniqueId-fe08534a.js';
15
- import './es.function.name-6daefaeb.js';
16
- import './es.array.concat-fe990345.js';
17
- import './array-species-create-b125f4a4.js';
18
- import './does-not-exceed-safe-integer-8e0042ec.js';
19
- import './create-property-c70ecc08.js';
20
- import './array-method-has-species-support-8a4b1310.js';
14
+ import './es.function.name-14d69869.js';
15
+ import './es.array.concat-d9281ad1.js';
16
+ import './array-species-create-ff1f78e1.js';
17
+ import './does-not-exceed-safe-integer-b66f7ee2.js';
18
+ import './create-property-1bf185fa.js';
19
+ import './array-method-has-species-support-dfbd0c7f.js';
21
20
  import './style-inject.es-1f59c1d0.js';