@frollo/frollo-web-ui 3.0.0 → 3.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 (73) hide show
  1. package/cjs/index.js +18838 -3083
  2. package/esm/add-to-unscopables-2400f45b.js +25 -0
  3. package/esm/{array-iteration-98e2cf9a.js → array-iteration-107f927f.js} +2 -3
  4. package/esm/array-method-has-species-support-3d413468.js +23 -0
  5. package/esm/{array-method-is-strict-544b103f.js → array-method-is-strict-055b1830.js} +1 -1
  6. package/esm/{array-species-create-5fc23c89.js → array-species-create-a5f5503b.js} +3 -4
  7. package/esm/{classof-a45668b6.js → classof-39c30bd5.js} +1 -2
  8. package/esm/{create-property-558a3c24.js → create-property-534611fd.js} +1 -2
  9. package/esm/delete-property-or-throw-8032646c.js +31 -0
  10. package/esm/does-not-exceed-safe-integer-31d08811.js +11 -0
  11. package/esm/es.array.concat-987938be.js +69 -0
  12. package/esm/{es.array.find-36d8f2f0.js → es.array.find-dfa1f42f.js} +5 -6
  13. package/esm/{es.array.includes-df8e6e35.js → es.array.includes-91be7771.js} +3 -4
  14. package/esm/{es.function.name-b642b74f.js → es.function.name-557cb1f9.js} +1 -1
  15. package/esm/{es.number.constructor-f279ce82.js → es.number.constructor-1249bd78.js} +2 -3
  16. package/esm/{fw-image-ec7b02c5.js → es.string.iterator-284b31d4.js} +11 -311
  17. package/esm/{object-keys-6a890c6f.js → export-a37ba078.js} +2 -13
  18. package/esm/function-apply-ce251590.js +14 -0
  19. package/esm/fw-accordion.js +2 -8
  20. package/esm/fw-animations.js +6 -20
  21. package/esm/fw-bar-chart.js +19 -0
  22. package/esm/{fw-button-df5c923f.js → fw-button-0401f207.js} +12 -27
  23. package/esm/fw-button.js +9 -8
  24. package/esm/{fw-card-8d3f4ab5.js → fw-card-1b6a67fe.js} +0 -5
  25. package/esm/fw-card.js +1 -1
  26. package/esm/fw-checkbox.js +27 -17
  27. package/esm/fw-dropdown.js +17 -34
  28. package/esm/fw-image-03f85465.js +289 -0
  29. package/esm/fw-image.js +20 -17
  30. package/esm/fw-input.js +24 -25
  31. package/esm/fw-loading-bar-f5ca605c.js +22 -0
  32. package/esm/{fw-loading-spinner-9b7c6855.js → fw-loading-spinner-164d8df0.js} +1 -2
  33. package/esm/fw-loading.js +6 -9
  34. package/esm/fw-modal.js +11 -21
  35. package/esm/fw-navigation-menu.js +11 -19
  36. package/esm/fw-progress-bar.js +4 -11
  37. package/esm/fw-sidebar-menu.js +131 -0
  38. package/esm/fw-table.js +12 -57
  39. package/esm/fw-tabs.js +60 -21
  40. package/esm/fw-tag.js +8 -8
  41. package/esm/fw-toast.js +29 -125
  42. package/esm/fw-transactions-card.js +21 -24
  43. package/esm/index-1a41e7bf.js +15838 -0
  44. package/esm/{index-4605e00e.js → index-692e4d19.js} +83 -55
  45. package/esm/index.js +43 -57
  46. package/esm/is-forced-752b5893.js +927 -0
  47. package/esm/{add-to-unscopables-3f461c07.js → object-create-f6f3a673.js} +3 -25
  48. package/esm/object-keys-4f5bf4e7.js +13 -0
  49. package/esm/{to-string-685748aa.js → to-string-12728fd2.js} +2 -2
  50. package/esm/{web.timers-4a6aaab8.js → web.timers-0f117224.js} +5 -15
  51. package/frollo-web-ui.esm.js +19112 -3282
  52. package/icons/chevron-left.svg +3 -0
  53. package/icons/chevron-right.svg +3 -0
  54. package/icons/index.ts +4 -0
  55. package/index.d.ts +200 -26
  56. package/package.json +4 -1
  57. package/types/components/fw-bar-chart/fw-bar-chart.vue.d.ts +83 -0
  58. package/types/components/fw-bar-chart/index.d.ts +2 -0
  59. package/types/components/fw-bar-chart/index.types.d.ts +11 -0
  60. package/types/components/fw-button/fw-button.vue.d.ts +2 -2
  61. package/types/components/fw-button/index.types.d.ts +1 -1
  62. package/types/components/fw-checkbox/fw-checkbox.vue.d.ts +3 -1
  63. package/types/components/fw-input/fw-input.vue.d.ts +1 -0
  64. package/types/components/fw-sidebar-menu/fw-sidebar-menu.vue.d.ts +71 -0
  65. package/types/components/fw-sidebar-menu/index.d.ts +2 -0
  66. package/types/components/fw-sidebar-menu/index.types.d.ts +6 -0
  67. package/types/components/index.d.ts +2 -0
  68. package/types/components/index.types.d.ts +2 -0
  69. package/types/icons/index.d.ts +3 -1
  70. package/web-components/index.js +24066 -8740
  71. package/esm/function-name-e2f6ea36.js +0 -492
  72. package/esm/fw-loading-bar-da7d53fb.js +0 -22
  73. package/esm/is-forced-ddf227e6.js +0 -438
@@ -0,0 +1,2 @@
1
+ import FwSidebarMenu from './fw-sidebar-menu.vue';
2
+ export { FwSidebarMenu };
@@ -0,0 +1,6 @@
1
+ export declare interface SidebarMenuItem {
2
+ to?: string | object;
3
+ href?: string;
4
+ label: string;
5
+ external?: boolean;
6
+ }
@@ -15,4 +15,6 @@ export * from './fw-image';
15
15
  export * from './fw-loading';
16
16
  export * from './fw-toast';
17
17
  export * from './fw-transactions-card';
18
+ export * from './fw-bar-chart';
19
+ export * from './fw-sidebar-menu';
18
20
  export * from './fw-animations';
@@ -12,3 +12,5 @@ export * from '../components/fw-accordion/index.types';
12
12
  export * from '../components/fw-image/index.types';
13
13
  export * from '../components/fw-toast/index.types';
14
14
  export * from '../components/fw-transactions-card/index.types';
15
+ export * from '../components/fw-bar-chart/index.types';
16
+ export * from '../components/fw-sidebar-menu/index.types';
@@ -16,6 +16,8 @@ import EnvelopeSvg from './envelope.svg';
16
16
  import CheckSvg from './check.svg';
17
17
  import ChevronUpSvg from './chevron-up.svg';
18
18
  import ChevronDownSvg from './chevron-down.svg';
19
+ import ChevronRightSvg from './chevron-right.svg';
20
+ import ChevronLeftSvg from './chevron-left.svg';
19
21
  import ErrorFilledSvg from './error-filled.svg';
20
22
  import LightBulbSvg from './light-bulb.svg';
21
23
  import LandmarkSvg from './landmark.svg';
@@ -28,4 +30,4 @@ import LoadingSvg from './loading.svg';
28
30
  import BullseyeSvg from './bullseye.svg';
29
31
  import SolidCheckSvg from './solid-check.svg';
30
32
  import SolidXMarkSvg from './solid-xmark.svg';
31
- export { ViewSvg, GenerateSvg, ManageSvg, NotFoundSvg, EmailFilledSvg, AlertSvg, LockSvg, EyeSvg, EyeCrossedSvg, DownloadSvg, IdCardSvg, InfoCircleSvg, FileExclamationSvg, HourglassClockSvg, EnvelopeSvg, CheckSvg, ChevronUpSvg, ChevronDownSvg, ErrorFilledSvg, LightBulbSvg, LandmarkSvg, CoinsSvg, CaretDownSvg, SortLightSvg, PlusSvg, UserSvg, LoadingSvg, BullseyeSvg, SolidCheckSvg, SolidXMarkSvg };
33
+ export { ViewSvg, GenerateSvg, ManageSvg, NotFoundSvg, EmailFilledSvg, AlertSvg, LockSvg, EyeSvg, EyeCrossedSvg, DownloadSvg, IdCardSvg, InfoCircleSvg, FileExclamationSvg, HourglassClockSvg, EnvelopeSvg, CheckSvg, ChevronUpSvg, ChevronDownSvg, ChevronRightSvg, ChevronLeftSvg, ErrorFilledSvg, LightBulbSvg, LandmarkSvg, CoinsSvg, CaretDownSvg, SortLightSvg, PlusSvg, UserSvg, LoadingSvg, BullseyeSvg, SolidCheckSvg, SolidXMarkSvg };