@frollo/frollo-web-ui 3.0.1 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/cjs/index.js +531 -328
  2. package/esm/fw-animations.js +2 -2
  3. package/esm/{fw-button-1486e2d9.js → fw-button-e8b1bd62.js} +9 -6
  4. package/esm/fw-button.js +3 -3
  5. package/esm/fw-dropdown.js +1 -1
  6. package/esm/{fw-image-4727ac61.js → fw-image-3fa960e1.js} +1 -1
  7. package/esm/fw-image.js +2 -2
  8. package/esm/{fw-loading-spinner-df1627c0.js → fw-loading-spinner-304e2f95.js} +1 -1
  9. package/esm/fw-modal.js +3 -3
  10. package/esm/fw-navigation-menu.js +3 -3
  11. package/esm/fw-sidebar-menu.js +131 -0
  12. package/esm/fw-table.js +91 -46
  13. package/esm/fw-toast.js +1 -1
  14. package/esm/fw-transactions-card.js +2 -2
  15. package/esm/{index-4605e00e.js → index-c6458115.js} +153 -97
  16. package/esm/index.js +32 -29
  17. package/frollo-web-ui.esm.js +580 -358
  18. package/icons/arrow-down.svg +3 -0
  19. package/icons/arrow-sort.svg +3 -0
  20. package/icons/chevron-left.svg +3 -0
  21. package/icons/chevron-right.svg +3 -0
  22. package/icons/index.ts +9 -1
  23. package/index.d.ts +108 -18
  24. package/package.json +1 -1
  25. package/types/components/fw-button/fw-button.vue.d.ts +2 -2
  26. package/types/components/fw-button/index.types.d.ts +1 -1
  27. package/types/components/fw-sidebar-menu/fw-sidebar-menu.vue.d.ts +71 -0
  28. package/types/components/fw-sidebar-menu/index.d.ts +2 -0
  29. package/types/components/fw-sidebar-menu/index.types.d.ts +6 -0
  30. package/types/components/fw-table/fw-table.vue.d.ts +18 -5
  31. package/types/components/fw-table/index.types.d.ts +1 -0
  32. package/types/components/index.d.ts +1 -0
  33. package/types/components/index.types.d.ts +1 -0
  34. package/types/icons/index.d.ts +5 -1
  35. package/web-components/index.js +583 -361
package/esm/index.js CHANGED
@@ -1,7 +1,7 @@
1
- import { _ as _unsupportedIterableToArray, s as script$l } from './index-1a41e7bf.js';
1
+ import { _ as _unsupportedIterableToArray, s as script$k } from './index-1a41e7bf.js';
2
2
  export { s as FwBarChart } from './index-1a41e7bf.js';
3
- import { s as script$f } from './fw-image-4727ac61.js';
4
- export { s as FwImage } from './fw-image-4727ac61.js';
3
+ import { s as script$e } from './fw-image-3fa960e1.js';
4
+ export { s as FwImage } from './fw-image-3fa960e1.js';
5
5
  import './es.array.find-dfa1f42f.js';
6
6
  import { d as descriptors, f as functionUncurryThis, t as toIndexedObject$1, o as objectPropertyIsEnumerable } from './is-forced-752b5893.js';
7
7
  import { _ as _export } from './export-a37ba078.js';
@@ -25,29 +25,31 @@ import { FwProgressBar as script$9 } from './fw-progress-bar.js';
25
25
  export { FwProgressBar } from './fw-progress-bar.js';
26
26
  import { FwTag as script$a } from './fw-tag.js';
27
27
  export { FwTag } from './fw-tag.js';
28
- import { FwTable as script$b, FwTableHead as script$c, FwTableRow as script$d } from './fw-table.js';
28
+ import { FwTable as __default__, FwTableHead as script$b, FwTableRow as script$c } from './fw-table.js';
29
29
  export { FwTable, FwTableHead, FwTableRow } from './fw-table.js';
30
- import { FwAccordion as script$e } from './fw-accordion.js';
30
+ import { FwAccordion as script$d } from './fw-accordion.js';
31
31
  export { FwAccordion } from './fw-accordion.js';
32
32
  import './fw-image.js';
33
- import { FwLoadingCard as script$h, FwLoadingTable as script$i } from './fw-loading.js';
33
+ import { FwLoadingCard as script$g, FwLoadingTable as script$h } from './fw-loading.js';
34
34
  export { FwLoadingCard, FwLoadingTable } from './fw-loading.js';
35
- import { FwToast as script$j } from './fw-toast.js';
35
+ import { FwToast as script$i } from './fw-toast.js';
36
36
  export { FwToast } from './fw-toast.js';
37
- import { FwTransactionsCard as script$k } from './fw-transactions-card.js';
37
+ import { FwTransactionsCard as script$j } from './fw-transactions-card.js';
38
38
  export { FwTransactionsCard } from './fw-transactions-card.js';
39
- import { FwEmailPulse as __default__, FwSuccessPulse as __default__$1 } from './fw-animations.js';
39
+ import { FwSidebarMenu as script$l } from './fw-sidebar-menu.js';
40
+ export { FwSidebarMenu } from './fw-sidebar-menu.js';
41
+ import { FwEmailPulse as __default__$1, FwSuccessPulse as __default__$2 } from './fw-animations.js';
40
42
  export { FwEmailPulse, FwSuccessPulse } from './fw-animations.js';
41
43
  import { F as Form } from './vee-validate.esm-a17a23c3.js';
42
44
  export { F as FwForm } from './vee-validate.esm-a17a23c3.js';
43
45
  import { s as script$3 } from './fw-card-1b6a67fe.js';
44
46
  export { s as FwCard } from './fw-card-1b6a67fe.js';
45
- import { s as script$4 } from './fw-button-1486e2d9.js';
46
- export { s as FwButton } from './fw-button-1486e2d9.js';
47
- import { s as script$g } from './fw-loading-bar-f5ca605c.js';
47
+ import { s as script$4 } from './fw-button-e8b1bd62.js';
48
+ export { s as FwButton } from './fw-button-e8b1bd62.js';
49
+ import { s as script$f } from './fw-loading-bar-f5ca605c.js';
48
50
  export { s as FwLoadingBar } from './fw-loading-bar-f5ca605c.js';
49
- import { s as script$m } from './fw-loading-spinner-df1627c0.js';
50
- export { s as FwLoadingSpinner } from './fw-loading-spinner-df1627c0.js';
51
+ import { s as script$m } from './fw-loading-spinner-304e2f95.js';
52
+ export { s as FwLoadingSpinner } from './fw-loading-spinner-304e2f95.js';
51
53
  import { reactive, createApp, h } from 'vue';
52
54
  import './es.number.constructor-1249bd78.js';
53
55
  import './to-string-12728fd2.js';
@@ -67,7 +69,7 @@ import './es.array.includes-91be7771.js';
67
69
  import './add-to-unscopables-2400f45b.js';
68
70
  import './web.timers-0f117224.js';
69
71
  import './array-method-is-strict-055b1830.js';
70
- import './index-4605e00e.js';
72
+ import './index-c6458115.js';
71
73
  import './check-94a5917a.js';
72
74
  import './style-inject.es-1f59c1d0.js';
73
75
  import './es.array.concat-987938be.js';
@@ -180,19 +182,20 @@ var components = /*#__PURE__*/Object.freeze({
180
182
  FwModal: script$8,
181
183
  FwProgressBar: script$9,
182
184
  FwTag: script$a,
183
- FwTable: script$b,
184
- FwTableHead: script$c,
185
- FwTableRow: script$d,
186
- FwAccordion: script$e,
187
- FwImage: script$f,
188
- FwLoadingBar: script$g,
189
- FwLoadingCard: script$h,
190
- FwLoadingTable: script$i,
191
- FwToast: script$j,
192
- FwTransactionsCard: script$k,
193
- FwBarChart: script$l,
194
- FwEmailPulse: __default__,
195
- FwSuccessPulse: __default__$1,
185
+ FwTable: __default__,
186
+ FwTableHead: script$b,
187
+ FwTableRow: script$c,
188
+ FwAccordion: script$d,
189
+ FwImage: script$e,
190
+ FwLoadingBar: script$f,
191
+ FwLoadingCard: script$g,
192
+ FwLoadingTable: script$h,
193
+ FwToast: script$i,
194
+ FwTransactionsCard: script$j,
195
+ FwBarChart: script$k,
196
+ FwSidebarMenu: script$l,
197
+ FwEmailPulse: __default__$1,
198
+ FwSuccessPulse: __default__$2,
196
199
  FwLoadingSpinner: script$m
197
200
  });
198
201
 
@@ -268,7 +271,7 @@ var toastService = function toastService() {
268
271
  }));
269
272
  createApp({
270
273
  render: function render() {
271
- return h(script$j, props);
274
+ return h(script$i, props);
272
275
  }
273
276
  }).mount(elementToMount);
274
277
  };