@frollo/frollo-web-ui 5.0.2 → 5.0.4

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 (78) hide show
  1. package/cjs/index.js +11887 -1279
  2. package/esm/{add-to-unscopables-2400f45b.js → add-to-unscopables-31609885.js} +2 -2
  3. package/esm/{array-iteration-107f927f.js → array-iteration-ec356eb3.js} +2 -2
  4. package/esm/{array-method-has-species-support-3d413468.js → array-method-has-species-support-8a4b1310.js} +1 -1
  5. package/esm/{array-method-is-strict-055b1830.js → array-method-is-strict-fc2e0d8d.js} +1 -1
  6. package/esm/{array-species-create-a5f5503b.js → array-species-create-b125f4a4.js} +2 -2
  7. package/esm/{classof-39c30bd5.js → classof-ee4b3b5b.js} +1 -1
  8. package/esm/{create-property-534611fd.js → create-property-c70ecc08.js} +1 -1
  9. package/esm/{delete-property-or-throw-8032646c.js → delete-property-or-throw-cd4c57d6.js} +3 -3
  10. package/esm/{does-not-exceed-safe-integer-31d08811.js → does-not-exceed-safe-integer-8e0042ec.js} +1 -1
  11. package/esm/{es.array.concat-987938be.js → es.array.concat-fe990345.js} +6 -6
  12. package/esm/{es.array.find-dfa1f42f.js → es.array.find-67b3b514.js} +5 -5
  13. package/esm/{es.array.includes-91be7771.js → es.array.includes-a06445a5.js} +3 -3
  14. package/esm/es.array.map-ae6c9437.js +43 -0
  15. package/esm/es.date.to-string-1ffba857.js +23 -0
  16. package/esm/{es.function.name-557cb1f9.js → es.function.name-6daefaeb.js} +1 -1
  17. package/esm/{es.number.constructor-d6ff8874.js → es.number.constructor-98bae04f.js} +2 -2
  18. package/esm/es.string.includes-ade04f96.js +66 -0
  19. package/esm/{es.string.iterator-590198a8.js → es.string.iterator-0992bb28.js} +8 -8
  20. package/esm/{export-a37ba078.js → export-8a363004.js} +1 -1
  21. package/esm/{function-apply-ce251590.js → function-apply-b908d7e6.js} +1 -1
  22. package/esm/fw-accordion.js +1 -1
  23. package/esm/fw-animations.js +5 -5
  24. package/esm/fw-bar-chart.js +18 -17
  25. package/esm/{fw-button-8d131219.js → fw-button-99dba2bc.js} +2 -2
  26. package/esm/fw-button.js +9 -9
  27. package/esm/fw-checkbox.js +9 -9
  28. package/esm/fw-date-picker.js +10336 -0
  29. package/esm/fw-drawer.js +9 -9
  30. package/esm/fw-dropdown-b476e015.js +223 -0
  31. package/esm/fw-dropdown.js +15 -222
  32. package/esm/{fw-image-4787a8bd.js → fw-image-ae643123.js} +10 -10
  33. package/esm/fw-image.js +18 -18
  34. package/esm/fw-input-fdc8fe1b.js +235 -0
  35. package/esm/fw-input.js +20 -245
  36. package/esm/{fw-loading-spinner-c394fafc.js → fw-loading-spinner-cc1ca2fa.js} +1 -1
  37. package/esm/fw-loading.js +3 -3
  38. package/esm/fw-modal.js +9 -9
  39. package/esm/fw-navigation-menu.js +9 -9
  40. package/esm/fw-progress-bar.js +3 -3
  41. package/esm/fw-provider-list.js +37 -0
  42. package/esm/fw-sidebar-menu.js +9 -9
  43. package/esm/fw-table-row-e8520a1d.js +492 -0
  44. package/esm/fw-table.js +14 -494
  45. package/esm/fw-tabs.js +10 -10
  46. package/esm/fw-tag-a8a83c0a.js +157 -0
  47. package/esm/fw-tag.js +13 -162
  48. package/esm/fw-toast.js +24 -85
  49. package/esm/fw-transactions-card.js +18 -18
  50. package/esm/get-root-colours-865a52ba.js +37 -0
  51. package/esm/{index-e4a2f8b0.js → index-0a63f2c3.js} +130 -102
  52. package/esm/index-6423a6ab.js +422 -0
  53. package/esm/{index-2766bfe4.js → index-be5b4afa.js} +20 -61
  54. package/esm/index.js +93 -101
  55. package/esm/{is-forced-752b5893.js → is-forced-fc680e39.js} +1 -1
  56. package/esm/{object-create-f6f3a673.js → object-create-bc771493.js} +2 -2
  57. package/esm/{object-keys-4f5bf4e7.js → object-keys-17f3b440.js} +1 -1
  58. package/esm/{web.timers-0f117224.js → web.timers-c5316125.js} +3 -3
  59. package/frollo-web-ui.esm.js +12181 -1412
  60. package/icons/calendar-day.svg +3 -0
  61. package/icons/calendar.svg +3 -0
  62. package/icons/index.ts +5 -1
  63. package/index.d.ts +313 -25
  64. package/package.json +3 -1
  65. package/types/components/fw-date-picker/fw-date-picker.vue.d.ts +177 -0
  66. package/types/components/fw-date-picker/index.d.ts +2 -0
  67. package/types/components/fw-date-picker/index.types.d.ts +16 -0
  68. package/types/components/fw-dropdown/fw-dropdown.vue.d.ts +17 -0
  69. package/types/components/fw-dropdown/index.types.d.ts +1 -0
  70. package/types/components/fw-provider-list/fw-provider-list.vue.d.ts +68 -0
  71. package/types/components/fw-provider-list/index.d.ts +2 -0
  72. package/types/components/fw-provider-list/index.types.d.ts +11 -0
  73. package/types/components/index.d.ts +2 -0
  74. package/types/components/index.types.d.ts +2 -0
  75. package/types/helpers/get-root-colours.d.ts +8 -0
  76. package/types/icons/index.d.ts +3 -1
  77. package/web-components/index.js +12300 -1512
  78. package/esm/get-root-colours-e2a1cb28.js +0 -21
package/esm/index.js CHANGED
@@ -1,18 +1,16 @@
1
- import { _ as _unsupportedIterableToArray, s as script$i } from './index-2766bfe4.js';
2
- export { s as FwBarChart } from './index-2766bfe4.js';
3
- import { s as script$c } from './fw-image-4787a8bd.js';
4
- export { s as FwImage } from './fw-image-4787a8bd.js';
5
- import './es.array.find-dfa1f42f.js';
6
- import { d as descriptors, f as functionUncurryThis, t as toIndexedObject$1, o as objectPropertyIsEnumerable } from './is-forced-752b5893.js';
7
- import { _ as _export } from './export-a37ba078.js';
8
- import { o as objectKeys$1 } from './object-keys-4f5bf4e7.js';
1
+ import { _ as _unsupportedIterableToArray, s as script$i } from './index-be5b4afa.js';
2
+ export { s as FwBarChart } from './index-be5b4afa.js';
3
+ import { s as script$c } from './fw-image-ae643123.js';
4
+ export { s as FwImage } from './fw-image-ae643123.js';
5
+ import './es.array.find-67b3b514.js';
6
+ import { d as descriptors, f as functionUncurryThis, t as toIndexedObject$1, o as objectPropertyIsEnumerable } from './is-forced-fc680e39.js';
7
+ import { _ as _export } from './export-8a363004.js';
8
+ import { o as objectKeys$1 } from './object-keys-17f3b440.js';
9
9
  import './fw-form.js';
10
- import { FwInput as script } from './fw-input.js';
11
- export { FwInput } from './fw-input.js';
10
+ import './fw-input.js';
12
11
  import { FwCheckbox as script$1 } from './fw-checkbox.js';
13
12
  export { FwCheckbox } from './fw-checkbox.js';
14
- import { FwDropdown as script$2 } from './fw-dropdown.js';
15
- export { FwDropdown } from './fw-dropdown.js';
13
+ import './fw-dropdown.js';
16
14
  import './fw-card.js';
17
15
  import './fw-button.js';
18
16
  import { FwNavigationMenu as script$5 } from './fw-navigation-menu.js';
@@ -23,10 +21,8 @@ import { FwModal as script$8 } from './fw-modal.js';
23
21
  export { FwModal } from './fw-modal.js';
24
22
  import { FwProgressBar as script$9 } from './fw-progress-bar.js';
25
23
  export { FwProgressBar } from './fw-progress-bar.js';
26
- import { FwTag as __default__ } from './fw-tag.js';
27
- export { FwTag } from './fw-tag.js';
28
- import { FwTable as __default__$1, FwTableHead as script$a, FwTableRow as script$b } from './fw-table.js';
29
- export { FwTable, FwTableHead, FwTableRow } from './fw-table.js';
24
+ import './fw-tag.js';
25
+ import './fw-table.js';
30
26
  import { FwAccordion as __default__$2 } from './fw-accordion.js';
31
27
  export { FwAccordion } from './fw-accordion.js';
32
28
  import './fw-image.js';
@@ -40,74 +36,87 @@ import { FwSidebarMenu as script$j } from './fw-sidebar-menu.js';
40
36
  export { FwSidebarMenu } from './fw-sidebar-menu.js';
41
37
  import { FwDrawer as script$k } from './fw-drawer.js';
42
38
  export { FwDrawer } from './fw-drawer.js';
43
- import { FwEmailPulse as __default__$3, FwSuccessPulse as __default__$4 } from './fw-animations.js';
39
+ import { s as script$l, _ as _defineProperty } from './index-6423a6ab.js';
40
+ export { s as FwProviderList } from './index-6423a6ab.js';
41
+ import { FwDatePicker as __default__$3 } from './fw-date-picker.js';
42
+ export { FwDatePicker } from './fw-date-picker.js';
43
+ import { FwEmailPulse as __default__$4, FwSuccessPulse as __default__$5 } from './fw-animations.js';
44
44
  export { FwEmailPulse, FwSuccessPulse } from './fw-animations.js';
45
45
  import { F as Form } from './vee-validate.esm-a17a23c3.js';
46
46
  export { F as FwForm } from './vee-validate.esm-a17a23c3.js';
47
+ import { s as script } from './fw-input-fdc8fe1b.js';
48
+ export { s as FwInput } from './fw-input-fdc8fe1b.js';
49
+ import { s as script$2 } from './fw-dropdown-b476e015.js';
50
+ export { s as FwDropdown } from './fw-dropdown-b476e015.js';
47
51
  import { s as script$3 } from './fw-card-1b6a67fe.js';
48
52
  export { s as FwCard } from './fw-card-1b6a67fe.js';
49
- import { s as script$4 } from './fw-button-8d131219.js';
50
- export { s as FwButton } from './fw-button-8d131219.js';
53
+ import { s as script$4 } from './fw-button-99dba2bc.js';
54
+ export { s as FwButton } from './fw-button-99dba2bc.js';
55
+ import { _ as __default__ } from './fw-tag-a8a83c0a.js';
56
+ export { _ as FwTag } from './fw-tag-a8a83c0a.js';
57
+ import { _ as __default__$1, s as script$a, a as script$b } from './fw-table-row-e8520a1d.js';
58
+ export { _ as FwTable, s as FwTableHead, a as FwTableRow } from './fw-table-row-e8520a1d.js';
51
59
  import { s as script$d } from './fw-loading-bar-f5ca605c.js';
52
60
  export { s as FwLoadingBar } from './fw-loading-bar-f5ca605c.js';
53
- import { s as script$l } from './fw-loading-spinner-c394fafc.js';
54
- export { s as FwLoadingSpinner } from './fw-loading-spinner-c394fafc.js';
61
+ import { s as script$m } from './fw-loading-spinner-cc1ca2fa.js';
62
+ export { s as FwLoadingSpinner } from './fw-loading-spinner-cc1ca2fa.js';
55
63
  import { reactive, createApp, h } from 'vue';
56
- import './es.number.constructor-d6ff8874.js';
57
- import './classof-39c30bd5.js';
58
- import './object-create-f6f3a673.js';
59
- import './function-apply-ce251590.js';
60
- import './es.string.iterator-590198a8.js';
61
- import './array-iteration-107f927f.js';
62
- import './array-species-create-a5f5503b.js';
63
- import './create-property-534611fd.js';
64
- import './delete-property-or-throw-8032646c.js';
65
- import './array-method-has-species-support-3d413468.js';
66
- import './es.function.name-557cb1f9.js';
67
- import './does-not-exceed-safe-integer-31d08811.js';
68
- import './get-root-colours-e2a1cb28.js';
64
+ import './es.number.constructor-98bae04f.js';
65
+ import './classof-ee4b3b5b.js';
66
+ import './es.array.map-ae6c9437.js';
67
+ import './array-iteration-ec356eb3.js';
68
+ import './array-species-create-b125f4a4.js';
69
+ import './array-method-has-species-support-8a4b1310.js';
70
+ import './object-create-bc771493.js';
71
+ import './function-apply-b908d7e6.js';
72
+ import './es.string.iterator-0992bb28.js';
73
+ import './create-property-c70ecc08.js';
74
+ import './delete-property-or-throw-cd4c57d6.js';
75
+ import './es.function.name-6daefaeb.js';
76
+ import './does-not-exceed-safe-integer-8e0042ec.js';
77
+ import './get-root-colours-865a52ba.js';
69
78
  import './uniqueId-fe08534a.js';
70
- import './es.array.includes-91be7771.js';
71
- import './add-to-unscopables-2400f45b.js';
72
- import './array-method-is-strict-055b1830.js';
73
- import './web.timers-0f117224.js';
74
- import './index-e4a2f8b0.js';
79
+ import './es.array.includes-a06445a5.js';
80
+ import './add-to-unscopables-31609885.js';
81
+ import './array-method-is-strict-fc2e0d8d.js';
82
+ import './web.timers-c5316125.js';
83
+ import './index-0a63f2c3.js';
75
84
  import './check-94a5917a.js';
76
85
  import './style-inject.es-1f59c1d0.js';
77
- import './es.array.concat-987938be.js';
86
+ import './es.array.concat-fe990345.js';
87
+ import './es.string.includes-ade04f96.js';
88
+ import './es.date.to-string-1ffba857.js';
78
89
 
79
90
  function _arrayWithHoles(arr) {
80
91
  if (Array.isArray(arr)) return arr;
81
92
  }
82
93
 
83
- function _iterableToArrayLimit(arr, i) {
84
- var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
85
-
86
- if (_i == null) return;
87
- var _arr = [];
88
- var _n = true;
89
- var _d = false;
90
-
91
- var _s, _e;
92
-
93
- try {
94
- for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
95
- _arr.push(_s.value);
96
-
97
- if (i && _arr.length === i) break;
98
- }
99
- } catch (err) {
100
- _d = true;
101
- _e = err;
102
- } finally {
94
+ function _iterableToArrayLimit(r, l) {
95
+ var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
96
+ if (null != t) {
97
+ var e,
98
+ n,
99
+ i,
100
+ u,
101
+ a = [],
102
+ f = !0,
103
+ o = !1;
103
104
  try {
104
- if (!_n && _i["return"] != null) _i["return"]();
105
+ if (i = (t = t.call(r)).next, 0 === l) {
106
+ if (Object(t) !== t) return;
107
+ f = !1;
108
+ } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
109
+ } catch (r) {
110
+ o = !0, n = r;
105
111
  } finally {
106
- if (_d) throw _e;
112
+ try {
113
+ if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return;
114
+ } finally {
115
+ if (o) throw n;
116
+ }
107
117
  }
118
+ return a;
108
119
  }
109
-
110
- return _arr;
111
120
  }
112
121
 
113
122
  function _nonIterableRest() {
@@ -197,50 +206,33 @@ var components = /*#__PURE__*/Object.freeze({
197
206
  FwBarChart: script$i,
198
207
  FwSidebarMenu: script$j,
199
208
  FwDrawer: script$k,
200
- FwEmailPulse: __default__$3,
201
- FwSuccessPulse: __default__$4,
202
- FwLoadingSpinner: script$l
209
+ FwProviderList: script$l,
210
+ FwDatePicker: __default__$3,
211
+ FwEmailPulse: __default__$4,
212
+ FwSuccessPulse: __default__$5,
213
+ FwLoadingSpinner: script$m
203
214
  });
204
215
 
205
- function _defineProperty(obj, key, value) {
206
- if (key in obj) {
207
- Object.defineProperty(obj, key, {
208
- value: value,
209
- enumerable: true,
210
- configurable: true,
211
- writable: true
212
- });
213
- } else {
214
- obj[key] = value;
215
- }
216
-
217
- return obj;
218
- }
219
-
220
- function ownKeys(object, enumerableOnly) {
221
- var keys = Object.keys(object);
222
-
216
+ function ownKeys(e, r) {
217
+ var t = Object.keys(e);
223
218
  if (Object.getOwnPropertySymbols) {
224
- var symbols = Object.getOwnPropertySymbols(object);
225
- enumerableOnly && (symbols = symbols.filter(function (sym) {
226
- return Object.getOwnPropertyDescriptor(object, sym).enumerable;
227
- })), keys.push.apply(keys, symbols);
219
+ var o = Object.getOwnPropertySymbols(e);
220
+ r && (o = o.filter(function (r) {
221
+ return Object.getOwnPropertyDescriptor(e, r).enumerable;
222
+ })), t.push.apply(t, o);
228
223
  }
229
-
230
- return keys;
224
+ return t;
231
225
  }
232
-
233
- function _objectSpread2(target) {
234
- for (var i = 1; i < arguments.length; i++) {
235
- var source = null != arguments[i] ? arguments[i] : {};
236
- i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {
237
- _defineProperty(target, key, source[key]);
238
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {
239
- Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
226
+ function _objectSpread2(e) {
227
+ for (var r = 1; r < arguments.length; r++) {
228
+ var t = null != arguments[r] ? arguments[r] : {};
229
+ r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
230
+ _defineProperty(e, r, t[r]);
231
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
232
+ Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
240
233
  });
241
234
  }
242
-
243
- return target;
235
+ return e;
244
236
  }
245
237
 
246
238
  var modalService = function modalService(options) {
@@ -924,4 +924,4 @@ var POLYFILL = isForced.POLYFILL = 'P';
924
924
 
925
925
  var isForced_1 = isForced;
926
926
 
927
- export { getMethod$1 as A, getBuiltIn$2 as B, objectGetOwnPropertyNames as C, hasOwnProperty_1 as D, objectGetOwnPropertyDescriptor as E, objectDefineProperty as F, defineGlobalProperty$2 as G, isForced_1 as H, arrayIncludes as I, objectIsPrototypeOf as J, isSymbol$2 as K, toPrimitive$1 as L, tryToString$1 as M, functionName as N, sharedKey$1 as O, isPure as P, createPropertyDescriptor$2 as Q, functionBindNative as R, indexedObject as S, objectKeysInternal as T, enumBugKeys$1 as U, inspectSource$2 as V, toPropertyKey$2 as W, v8PrototypeDefineBug as X, hiddenKeys$3 as Y, documentCreateElement as a, defineBuiltIn as b, createNonEnumerableProperty$1 as c, descriptors as d, toObject$1 as e, functionUncurryThis as f, global$9 as g, fails$8 as h, toAbsoluteIndex$1 as i, engineUserAgent as j, aCallable$1 as k, lengthOfArrayLike$1 as l, engineV8Version as m, isObject$5 as n, objectPropertyIsEnumerable as o, classofRaw as p, anObject$1 as q, requireObjectCoercible$2 as r, functionCall as s, toIndexedObject$3 as t, shared$4 as u, internalState as v, wellKnownSymbol$1 as w, isCallable$a as x, toIntegerOrInfinity$2 as y, toLength$1 as z };
927
+ export { hasOwnProperty_1 as A, objectIsPrototypeOf as B, functionName as C, getBuiltIn$2 as D, objectGetOwnPropertyNames as E, objectGetOwnPropertyDescriptor as F, objectDefineProperty as G, defineGlobalProperty$2 as H, isForced_1 as I, arrayIncludes as J, isObject$5 as K, isSymbol$2 as L, toPrimitive$1 as M, tryToString$1 as N, sharedKey$1 as O, isPure as P, createPropertyDescriptor$2 as Q, functionBindNative as R, indexedObject as S, objectKeysInternal as T, enumBugKeys$1 as U, inspectSource$2 as V, toPropertyKey$2 as W, v8PrototypeDefineBug as X, hiddenKeys$3 as Y, documentCreateElement as a, defineBuiltIn as b, createNonEnumerableProperty$1 as c, descriptors as d, toObject$1 as e, functionUncurryThis as f, global$9 as g, fails$8 as h, toAbsoluteIndex$1 as i, engineUserAgent as j, aCallable$1 as k, lengthOfArrayLike$1 as l, engineV8Version as m, functionCall as n, objectPropertyIsEnumerable as o, internalState as p, anObject$1 as q, isCallable$a as r, shared$4 as s, toIndexedObject$3 as t, classofRaw as u, toIntegerOrInfinity$2 as v, wellKnownSymbol$1 as w, toLength$1 as x, requireObjectCoercible$2 as y, getMethod$1 as z };
@@ -1,5 +1,5 @@
1
- import { d as descriptors, X as v8PrototypeDefineBug, F as objectDefineProperty, q as anObject$2, t as toIndexedObject$1, B as getBuiltIn$1, U as enumBugKeys$1, Y as hiddenKeys$1, a as documentCreateElement$1, O as sharedKey$1 } from './is-forced-752b5893.js';
2
- import { o as objectKeys$1 } from './object-keys-4f5bf4e7.js';
1
+ import { d as descriptors, X as v8PrototypeDefineBug, G as objectDefineProperty, q as anObject$2, t as toIndexedObject$1, D as getBuiltIn$1, U as enumBugKeys$1, Y as hiddenKeys$1, a as documentCreateElement$1, O as sharedKey$1 } from './is-forced-fc680e39.js';
2
+ import { o as objectKeys$1 } from './object-keys-17f3b440.js';
3
3
 
4
4
  var objectDefineProperties = {};
5
5
 
@@ -1,4 +1,4 @@
1
- import { T as objectKeysInternal, U as enumBugKeys$1 } from './is-forced-752b5893.js';
1
+ import { T as objectKeysInternal, U as enumBugKeys$1 } from './is-forced-fc680e39.js';
2
2
 
3
3
  var internalObjectKeys = objectKeysInternal;
4
4
  var enumBugKeys = enumBugKeys$1;
@@ -1,6 +1,6 @@
1
- import { f as functionUncurryThis, g as global$3, x as isCallable$1, j as engineUserAgent } from './is-forced-752b5893.js';
2
- import { _ as _export } from './export-a37ba078.js';
3
- import { f as functionApply } from './function-apply-ce251590.js';
1
+ import { f as functionUncurryThis, g as global$3, r as isCallable$1, j as engineUserAgent } from './is-forced-fc680e39.js';
2
+ import { _ as _export } from './export-8a363004.js';
3
+ import { f as functionApply } from './function-apply-b908d7e6.js';
4
4
 
5
5
  var web_timers = {};
6
6