@frollo/frollo-web-ui 5.0.5 → 6.0.1

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 (41) hide show
  1. package/cjs/index.js +917 -303
  2. package/esm/defineProperty-b85f2e0f.js +42 -0
  3. package/esm/fw-animations.js +2 -2
  4. package/esm/{fw-button-99dba2bc.js → fw-button-b00853dd.js} +1 -1
  5. package/esm/fw-button.js +3 -3
  6. package/esm/fw-date-picker.js +17 -1814
  7. package/esm/fw-drawer.js +3 -3
  8. package/esm/{fw-dropdown-b476e015.js → fw-dropdown-1c89f793.js} +1 -1
  9. package/esm/fw-dropdown.js +2 -2
  10. package/esm/{fw-image-ae643123.js → fw-image-af8c5745.js} +1 -1
  11. package/esm/fw-image.js +2 -2
  12. package/esm/{fw-input-fdc8fe1b.js → fw-input-46dd3134.js} +1 -1
  13. package/esm/fw-input.js +2 -2
  14. package/esm/{fw-loading-spinner-cc1ca2fa.js → fw-loading-spinner-72d70258.js} +1 -1
  15. package/esm/fw-modal.js +4 -4
  16. package/esm/fw-navigation-menu.js +3 -3
  17. package/esm/fw-popover.js +630 -0
  18. package/esm/fw-provider-list.js +381 -22
  19. package/esm/fw-sidebar-menu.js +3 -3
  20. package/esm/{fw-table-row-e8520a1d.js → fw-table-row-1050a386.js} +1 -1
  21. package/esm/fw-table.js +2 -2
  22. package/esm/{fw-tag-a8a83c0a.js → fw-tag-fdcaf92c.js} +2 -2
  23. package/esm/fw-tag.js +4 -4
  24. package/esm/fw-toast.js +1 -1
  25. package/esm/fw-transactions-card.js +2 -2
  26. package/esm/index-0c5cae4f.js +1800 -0
  27. package/esm/{index-0a63f2c3.js → index-bced3b35.js} +123 -109
  28. package/esm/index.js +25 -20
  29. package/frollo-web-ui.esm.js +955 -324
  30. package/icons/ellipsis.svg +3 -0
  31. package/icons/index.ts +3 -1
  32. package/index.d.ts +173 -5
  33. package/package.json +1 -1
  34. package/types/components/fw-popover/fw-popover.vue.d.ts +157 -0
  35. package/types/components/fw-popover/index.d.ts +2 -0
  36. package/types/components/fw-popover/index.types.d.ts +11 -0
  37. package/types/components/index.d.ts +1 -0
  38. package/types/components/index.types.d.ts +1 -0
  39. package/types/icons/index.d.ts +2 -1
  40. package/web-components/index.js +959 -328
  41. package/esm/index-6423a6ab.js +0 -422
package/esm/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { _ as _unsupportedIterableToArray, s as script$i } from './index-be5b4afa.js';
2
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';
3
+ import { s as script$c } from './fw-image-af8c5745.js';
4
+ export { s as FwImage } from './fw-image-af8c5745.js';
5
5
  import './es.array.find-67b3b514.js';
6
6
  import { d as descriptors, f as functionUncurryThis, t as toIndexedObject$1, o as objectPropertyIsEnumerable } from './is-forced-fc680e39.js';
7
7
  import { _ as _export } from './export-8a363004.js';
@@ -36,30 +36,33 @@ import { FwSidebarMenu as script$j } from './fw-sidebar-menu.js';
36
36
  export { FwSidebarMenu } from './fw-sidebar-menu.js';
37
37
  import { FwDrawer as script$k } from './fw-drawer.js';
38
38
  export { FwDrawer } from './fw-drawer.js';
39
- import { s as script$l, _ as _defineProperty } from './index-6423a6ab.js';
40
- export { s as FwProviderList } from './index-6423a6ab.js';
39
+ import { FwProviderList as script$l } from './fw-provider-list.js';
40
+ export { FwProviderList } from './fw-provider-list.js';
41
41
  import { FwDatePicker as __default__$3 } from './fw-date-picker.js';
42
42
  export { FwDatePicker } from './fw-date-picker.js';
43
- import { FwEmailPulse as __default__$4, FwSuccessPulse as __default__$5 } from './fw-animations.js';
43
+ import { FwPopover as __default__$4 } from './fw-popover.js';
44
+ export { FwPopover } from './fw-popover.js';
45
+ import { FwEmailPulse as __default__$5, FwSuccessPulse as __default__$6 } from './fw-animations.js';
44
46
  export { FwEmailPulse, FwSuccessPulse } from './fw-animations.js';
45
47
  import { F as Form } from './vee-validate.esm-a17a23c3.js';
46
48
  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';
49
+ import { s as script } from './fw-input-46dd3134.js';
50
+ export { s as FwInput } from './fw-input-46dd3134.js';
51
+ import { s as script$2 } from './fw-dropdown-1c89f793.js';
52
+ export { s as FwDropdown } from './fw-dropdown-1c89f793.js';
51
53
  import { s as script$3 } from './fw-card-1b6a67fe.js';
52
54
  export { s as FwCard } from './fw-card-1b6a67fe.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';
55
+ import { s as script$4 } from './fw-button-b00853dd.js';
56
+ export { s as FwButton } from './fw-button-b00853dd.js';
57
+ import { _ as __default__ } from './fw-tag-fdcaf92c.js';
58
+ export { _ as FwTag } from './fw-tag-fdcaf92c.js';
59
+ import { _ as __default__$1, s as script$a, a as script$b } from './fw-table-row-1050a386.js';
60
+ export { _ as FwTable, s as FwTableHead, a as FwTableRow } from './fw-table-row-1050a386.js';
59
61
  import { s as script$d } from './fw-loading-bar-f5ca605c.js';
60
62
  export { s as FwLoadingBar } from './fw-loading-bar-f5ca605c.js';
61
- import { s as script$m } from './fw-loading-spinner-cc1ca2fa.js';
62
- export { s as FwLoadingSpinner } from './fw-loading-spinner-cc1ca2fa.js';
63
+ import { s as script$m } from './fw-loading-spinner-72d70258.js';
64
+ export { s as FwLoadingSpinner } from './fw-loading-spinner-72d70258.js';
65
+ import { _ as _defineProperty } from './defineProperty-b85f2e0f.js';
63
66
  import { reactive, createApp, h } from 'vue';
64
67
  import './es.number.constructor-98bae04f.js';
65
68
  import './classof-ee4b3b5b.js';
@@ -80,12 +83,13 @@ import './es.array.includes-a06445a5.js';
80
83
  import './add-to-unscopables-31609885.js';
81
84
  import './array-method-is-strict-fc2e0d8d.js';
82
85
  import './web.timers-c5316125.js';
83
- import './index-0a63f2c3.js';
86
+ import './index-bced3b35.js';
84
87
  import './check-94a5917a.js';
85
88
  import './style-inject.es-1f59c1d0.js';
86
89
  import './es.array.concat-fe990345.js';
87
90
  import './es.string.includes-ade04f96.js';
88
91
  import './es.date.to-string-1ffba857.js';
92
+ import './index-0c5cae4f.js';
89
93
 
90
94
  function _arrayWithHoles(arr) {
91
95
  if (Array.isArray(arr)) return arr;
@@ -208,8 +212,9 @@ var components = /*#__PURE__*/Object.freeze({
208
212
  FwDrawer: script$k,
209
213
  FwProviderList: script$l,
210
214
  FwDatePicker: __default__$3,
211
- FwEmailPulse: __default__$4,
212
- FwSuccessPulse: __default__$5,
215
+ FwPopover: __default__$4,
216
+ FwEmailPulse: __default__$5,
217
+ FwSuccessPulse: __default__$6,
213
218
  FwLoadingSpinner: script$m
214
219
  });
215
220