@frollo/frollo-web-ui 7.0.1 → 8.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 (172) hide show
  1. package/cjs/index.js +34629 -34457
  2. package/esm/_rollupPluginBabelHelpers-DpC_oIQV.js +2566 -0
  3. package/esm/{check-94a5917a.js → check--YD4Ts6g.js} +4 -4
  4. package/esm/fw-accordion.js +27 -26
  5. package/esm/fw-animations.js +23 -26
  6. package/esm/fw-bar-chart.js +15289 -19
  7. package/esm/{fw-button-c8502414.js → fw-button-4QLZlu0U.js} +44 -44
  8. package/esm/fw-button.js +5 -10
  9. package/esm/{fw-card-1b6a67fe.js → fw-card-bsYbpPmW.js} +12 -12
  10. package/esm/fw-card.js +1 -1
  11. package/esm/fw-checkbox.js +23 -32
  12. package/esm/fw-date-picker.js +134 -80
  13. package/esm/fw-drawer.js +32 -35
  14. package/esm/fw-dropdown-nLtzu2fS.js +277 -0
  15. package/esm/fw-dropdown.js +7 -15
  16. package/esm/fw-form.js +1 -1
  17. package/esm/fw-image-DOgM8i8X.js +200 -0
  18. package/esm/fw-image.js +5 -21
  19. package/esm/{fw-input-8969b226.js → fw-input-Qiy53nRk.js} +61 -53
  20. package/esm/fw-input.js +6 -19
  21. package/esm/fw-loading-bar-DThRjdw1.js +22 -0
  22. package/esm/{fw-loading-spinner-72d70258.js → fw-loading-spinner-Dn52RI5h.js} +1 -1
  23. package/esm/fw-loading.js +3 -7
  24. package/esm/fw-modal.js +93 -56
  25. package/esm/fw-navigation-menu.js +15 -20
  26. package/esm/fw-popover.js +39 -375
  27. package/esm/fw-progress-bar.js +8 -11
  28. package/esm/fw-provider-list.js +41 -84
  29. package/esm/fw-sidebar-menu.js +33 -24
  30. package/esm/{fw-table-row-23f78218.js → fw-table-row-DkZaaMmE.js} +15 -301
  31. package/esm/fw-table.js +6 -16
  32. package/esm/fw-tabs.js +21 -103
  33. package/esm/{fw-tag-ac28200a.js → fw-tag-CPp1P480.js} +29 -20
  34. package/esm/fw-tag.js +7 -12
  35. package/esm/fw-toast.js +22 -37
  36. package/esm/fw-transactions-card.js +14 -30
  37. package/esm/index-CUPvK0Aa.js +586 -0
  38. package/esm/index.js +66 -228
  39. package/esm/vee-validate.esm-3ptvCDR1.js +4071 -0
  40. package/frollo-web-ui.esm.js +34401 -34647
  41. package/icons/chart-line-up.svg +3 -0
  42. package/icons/icons.stories.ts +24 -29
  43. package/icons/index.ts +5 -1
  44. package/icons/sack-dollar.svg +3 -0
  45. package/icons/xmark.svg +2 -2
  46. package/index.d.ts +2815 -2573
  47. package/package.json +75 -73
  48. package/styles/tailwind.scss +6 -0
  49. package/types/components/fw-accordion/fw-accordion.vue.d.ts +128 -128
  50. package/types/components/fw-accordion/index.d.ts +2 -2
  51. package/types/components/fw-accordion/index.types.d.ts +10 -10
  52. package/types/components/fw-animations/fw-email-pulse.vue.d.ts +24 -24
  53. package/types/components/fw-animations/fw-loading-spinner.vue.d.ts +2 -2
  54. package/types/components/fw-animations/fw-success-pulse.vue.d.ts +24 -24
  55. package/types/components/fw-animations/index.d.ts +4 -4
  56. package/types/components/fw-bar-chart/fw-bar-chart.vue.d.ts +83 -83
  57. package/types/components/fw-bar-chart/index.d.ts +2 -2
  58. package/types/components/fw-bar-chart/index.types.d.ts +11 -11
  59. package/types/components/fw-button/fw-button.vue.d.ts +190 -176
  60. package/types/components/fw-button/index.d.ts +2 -2
  61. package/types/components/fw-button/index.types.d.ts +27 -26
  62. package/types/components/fw-card/fw-card.vue.d.ts +82 -82
  63. package/types/components/fw-card/index.d.ts +2 -2
  64. package/types/components/fw-card/index.types.d.ts +8 -8
  65. package/types/components/fw-checkbox/fw-checkbox.vue.d.ts +108 -108
  66. package/types/components/fw-checkbox/index.d.ts +2 -2
  67. package/types/components/fw-checkbox/index.types.d.ts +9 -9
  68. package/types/components/fw-date-picker/fw-date-picker.vue.d.ts +249 -177
  69. package/types/components/fw-date-picker/index.d.ts +2 -2
  70. package/types/components/fw-date-picker/index.types.d.ts +21 -16
  71. package/types/components/fw-drawer/fw-drawer.vue.d.ts +165 -165
  72. package/types/components/fw-drawer/index.d.ts +2 -2
  73. package/types/components/fw-drawer/index.types.d.ts +13 -13
  74. package/types/components/fw-dropdown/fw-dropdown.vue.d.ts +154 -130
  75. package/types/components/fw-dropdown/index.d.ts +2 -2
  76. package/types/components/fw-dropdown/index.types.d.ts +16 -13
  77. package/types/components/fw-form/index.d.ts +2 -2
  78. package/types/components/fw-image/fw-image.vue.d.ts +103 -84
  79. package/types/components/fw-image/index.d.ts +2 -2
  80. package/types/components/fw-image/index.types.d.ts +9 -8
  81. package/types/components/fw-input/fw-input.vue.d.ts +214 -197
  82. package/types/components/fw-input/index.d.ts +2 -2
  83. package/types/components/fw-input/index.types.d.ts +18 -16
  84. package/types/components/fw-loading/fw-loading-bar.vue.d.ts +2 -2
  85. package/types/components/fw-loading/fw-loading-card.vue.d.ts +2 -2
  86. package/types/components/fw-loading/fw-loading-table.vue.d.ts +25 -25
  87. package/types/components/fw-loading/index.d.ts +4 -4
  88. package/types/components/fw-modal/fw-modal.vue.d.ts +229 -175
  89. package/types/components/fw-modal/index.d.ts +2 -2
  90. package/types/components/fw-modal/index.types.d.ts +18 -14
  91. package/types/components/fw-navigation-menu/fw-navigation-menu.vue.d.ts +57 -57
  92. package/types/components/fw-navigation-menu/index.d.ts +2 -2
  93. package/types/components/fw-navigation-menu/index.types.d.ts +7 -7
  94. package/types/components/fw-popover/fw-popover.vue.d.ts +157 -157
  95. package/types/components/fw-popover/index.d.ts +2 -2
  96. package/types/components/fw-popover/index.types.d.ts +11 -11
  97. package/types/components/fw-progress-bar/fw-progress-bar.vue.d.ts +52 -52
  98. package/types/components/fw-progress-bar/index.d.ts +2 -2
  99. package/types/components/fw-progress-bar/index.types.d.ts +5 -5
  100. package/types/components/fw-provider-list/fw-provider-list.vue.d.ts +100 -100
  101. package/types/components/fw-provider-list/index.d.ts +2 -2
  102. package/types/components/fw-provider-list/index.types.d.ts +11 -11
  103. package/types/components/fw-sidebar-menu/fw-sidebar-menu.vue.d.ts +88 -72
  104. package/types/components/fw-sidebar-menu/index.d.ts +2 -2
  105. package/types/components/fw-sidebar-menu/index.types.d.ts +9 -8
  106. package/types/components/fw-table/fw-table-head.vue.d.ts +2 -2
  107. package/types/components/fw-table/fw-table-row.vue.d.ts +2 -2
  108. package/types/components/fw-table/fw-table.vue.d.ts +71 -71
  109. package/types/components/fw-table/index.d.ts +4 -4
  110. package/types/components/fw-table/index.types.d.ts +16 -16
  111. package/types/components/fw-tabs/fw-tab.vue.d.ts +24 -32
  112. package/types/components/fw-tabs/fw-tabs.vue.d.ts +24 -24
  113. package/types/components/fw-tabs/index.d.ts +3 -3
  114. package/types/components/fw-tabs/index.types.d.ts +8 -0
  115. package/types/components/fw-tag/fw-tag.vue.d.ts +80 -70
  116. package/types/components/fw-tag/index.d.ts +2 -2
  117. package/types/components/fw-tag/index.types.d.ts +18 -18
  118. package/types/components/fw-toast/fw-toast.vue.d.ts +121 -121
  119. package/types/components/fw-toast/index.d.ts +2 -2
  120. package/types/components/fw-toast/index.types.d.ts +13 -13
  121. package/types/components/fw-transactions-card/fw-transactions-card.vue.d.ts +58 -58
  122. package/types/components/fw-transactions-card/index.d.ts +2 -2
  123. package/types/components/fw-transactions-card/index.types.d.ts +6 -6
  124. package/types/components/index.d.ts +24 -24
  125. package/types/components/index.types.d.ts +21 -20
  126. package/types/directives/index.d.ts +2 -2
  127. package/types/directives/lazy-loader.d.ts +3 -3
  128. package/types/helpers/get-root-colours.d.ts +17 -17
  129. package/types/icons/index.d.ts +43 -41
  130. package/types/index-types.esm.d.ts +6 -6
  131. package/types/index.browser-umd.d.ts +2 -1
  132. package/types/index.d.ts +3 -3
  133. package/types/index.esm.d.ts +5 -5
  134. package/types/services/index.d.ts +2 -2
  135. package/types/services/modal.d.ts +9 -9
  136. package/types/services/toast.d.ts +9 -9
  137. package/web-components/index.js +19670 -19720
  138. package/esm/add-to-unscopables-ee05b58f.js +0 -25
  139. package/esm/array-iteration-8267bf22.js +0 -92
  140. package/esm/array-method-has-species-support-6c675094.js +0 -23
  141. package/esm/array-method-is-strict-d313436f.js +0 -14
  142. package/esm/array-species-create-1c67e297.js +0 -97
  143. package/esm/classof-d44bf093.js +0 -42
  144. package/esm/create-property-eb329361.js +0 -14
  145. package/esm/defineProperty-b85f2e0f.js +0 -42
  146. package/esm/does-not-exceed-safe-integer-de37ce28.js +0 -11
  147. package/esm/es.array.concat-99b85557.js +0 -69
  148. package/esm/es.array.find-1ded15d5.js +0 -28
  149. package/esm/es.array.includes-08e25019.js +0 -27
  150. package/esm/es.array.map-c56ebffd.js +0 -22
  151. package/esm/es.date.to-string-15eb9936.js +0 -23
  152. package/esm/es.function.name-6cafd747.js +0 -29
  153. package/esm/es.number.constructor-fb16fe05.js +0 -204
  154. package/esm/es.object.to-string-4b07c4d1.js +0 -24
  155. package/esm/es.string.includes-061e8272.js +0 -66
  156. package/esm/es.string.iterator-25db8cd2.js +0 -469
  157. package/esm/export-10c4adbc.js +0 -95
  158. package/esm/function-apply-e17cf65b.js +0 -14
  159. package/esm/fw-dropdown-6856e66e.js +0 -224
  160. package/esm/fw-image-aca2c61d.js +0 -296
  161. package/esm/fw-loading-bar-f5ca605c.js +0 -22
  162. package/esm/index-6758f755.js +0 -15797
  163. package/esm/index-bced3b35.js +0 -560
  164. package/esm/is-forced-7cb3ee8f.js +0 -927
  165. package/esm/object-create-51bf02dc.js +0 -125
  166. package/esm/regexp-flags-c09864e5.js +0 -50
  167. package/esm/vee-validate.esm-a17a23c3.js +0 -3192
  168. package/esm/web.timers-e406c8e6.js +0 -72
  169. /package/esm/{get-root-colours-865a52ba.js → get-root-colours-DYEoJPEb.js} +0 -0
  170. /package/esm/{index-0c5cae4f.js → index-BVcOAKar.js} +0 -0
  171. /package/esm/{style-inject.es-1f59c1d0.js → style-inject.es-tgCJW-Cu.js} +0 -0
  172. /package/esm/{uniqueId-fe08534a.js → uniqueId-DK6xzFd8.js} +0 -0
@@ -1,58 +1,58 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- /**
3
- * The transaction title of the card
4
- */
5
- title: {
6
- type: StringConstructor;
7
- };
8
- /**
9
- * The transaction sub-title of the card
10
- */
11
- subTitle: {
12
- type: StringConstructor;
13
- required: false;
14
- };
15
- /**
16
- * The transaction amount.
17
- */
18
- amount: {
19
- type: StringConstructor;
20
- required: false;
21
- };
22
- /**
23
- * The src url for the image.
24
- */
25
- imageUrl: {
26
- type: StringConstructor;
27
- required: false;
28
- };
29
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
30
- /**
31
- * The transaction title of the card
32
- */
33
- title: {
34
- type: StringConstructor;
35
- };
36
- /**
37
- * The transaction sub-title of the card
38
- */
39
- subTitle: {
40
- type: StringConstructor;
41
- required: false;
42
- };
43
- /**
44
- * The transaction amount.
45
- */
46
- amount: {
47
- type: StringConstructor;
48
- required: false;
49
- };
50
- /**
51
- * The src url for the image.
52
- */
53
- imageUrl: {
54
- type: StringConstructor;
55
- required: false;
56
- };
57
- }>>, {}>;
58
- export default _default;
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * The transaction title of the card
4
+ */
5
+ title: {
6
+ type: StringConstructor;
7
+ };
8
+ /**
9
+ * The transaction sub-title of the card
10
+ */
11
+ subTitle: {
12
+ type: StringConstructor;
13
+ required: false;
14
+ };
15
+ /**
16
+ * The transaction amount.
17
+ */
18
+ amount: {
19
+ type: StringConstructor;
20
+ required: false;
21
+ };
22
+ /**
23
+ * The src url for the image.
24
+ */
25
+ imageUrl: {
26
+ type: StringConstructor;
27
+ required: false;
28
+ };
29
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
30
+ /**
31
+ * The transaction title of the card
32
+ */
33
+ title: {
34
+ type: StringConstructor;
35
+ };
36
+ /**
37
+ * The transaction sub-title of the card
38
+ */
39
+ subTitle: {
40
+ type: StringConstructor;
41
+ required: false;
42
+ };
43
+ /**
44
+ * The transaction amount.
45
+ */
46
+ amount: {
47
+ type: StringConstructor;
48
+ required: false;
49
+ };
50
+ /**
51
+ * The src url for the image.
52
+ */
53
+ imageUrl: {
54
+ type: StringConstructor;
55
+ required: false;
56
+ };
57
+ }>>, {}, {}>;
58
+ export default _default;
@@ -1,2 +1,2 @@
1
- import FwTransactionsCard from './fw-transactions-card.vue';
2
- export { FwTransactionsCard };
1
+ import FwTransactionsCard from './fw-transactions-card.vue';
2
+ export { FwTransactionsCard };
@@ -1,6 +1,6 @@
1
- export declare interface FwTransactionsCardProps {
2
- title: string;
3
- subTitle?: string;
4
- imageUrl?: string;
5
- amount?: string;
6
- }
1
+ export declare interface FwTransactionsCardProps {
2
+ title: string;
3
+ subTitle?: string;
4
+ imageUrl?: string;
5
+ amount?: string;
6
+ }
@@ -1,24 +1,24 @@
1
- export * from './fw-form';
2
- export * from './fw-input';
3
- export * from './fw-checkbox';
4
- export * from './fw-dropdown';
5
- export * from './fw-card';
6
- export * from './fw-button';
7
- export * from './fw-navigation-menu';
8
- export * from './fw-tabs';
9
- export * from './fw-modal';
10
- export * from './fw-progress-bar';
11
- export * from './fw-tag';
12
- export * from './fw-table';
13
- export * from './fw-accordion';
14
- export * from './fw-image';
15
- export * from './fw-loading';
16
- export * from './fw-toast';
17
- export * from './fw-transactions-card';
18
- export * from './fw-bar-chart';
19
- export * from './fw-sidebar-menu';
20
- export * from './fw-drawer';
21
- export * from './fw-provider-list';
22
- export * from './fw-date-picker';
23
- export * from './fw-popover';
24
- export * from './fw-animations';
1
+ export * from './fw-form';
2
+ export * from './fw-input';
3
+ export * from './fw-checkbox';
4
+ export * from './fw-dropdown';
5
+ export * from './fw-card';
6
+ export * from './fw-button';
7
+ export * from './fw-navigation-menu';
8
+ export * from './fw-tabs';
9
+ export * from './fw-modal';
10
+ export * from './fw-progress-bar';
11
+ export * from './fw-tag';
12
+ export * from './fw-table';
13
+ export * from './fw-accordion';
14
+ export * from './fw-image';
15
+ export * from './fw-loading';
16
+ export * from './fw-toast';
17
+ export * from './fw-transactions-card';
18
+ export * from './fw-bar-chart';
19
+ export * from './fw-sidebar-menu';
20
+ export * from './fw-drawer';
21
+ export * from './fw-provider-list';
22
+ export * from './fw-date-picker';
23
+ export * from './fw-popover';
24
+ export * from './fw-animations';
@@ -1,20 +1,21 @@
1
- export * from '../components/fw-card/index.types';
2
- export * from '../components/fw-button/index.types';
3
- export * from '../components/fw-navigation-menu/index.types';
4
- export * from '../components/fw-input/index.types';
5
- export * from '../components/fw-checkbox/index.types';
6
- export * from '../components/fw-modal/index.types';
7
- export * from '../components/fw-progress-bar/index.types';
8
- export * from '../components/fw-tag/index.types';
9
- export * from '../components/fw-table/index.types';
10
- export * from '../components/fw-dropdown/index.types';
11
- export * from '../components/fw-accordion/index.types';
12
- export * from '../components/fw-image/index.types';
13
- export * from '../components/fw-toast/index.types';
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';
17
- export * from '../components/fw-drawer/index.types';
18
- export * from '../components/fw-provider-list/index.types';
19
- export * from '../components/fw-date-picker/index.types';
20
- export * from '../components/fw-popover/index.types';
1
+ export * from '../components/fw-card/index.types';
2
+ export * from '../components/fw-button/index.types';
3
+ export * from '../components/fw-navigation-menu/index.types';
4
+ export * from '../components/fw-input/index.types';
5
+ export * from '../components/fw-checkbox/index.types';
6
+ export * from '../components/fw-modal/index.types';
7
+ export * from '../components/fw-progress-bar/index.types';
8
+ export * from '../components/fw-tag/index.types';
9
+ export * from '../components/fw-table/index.types';
10
+ export * from '../components/fw-dropdown/index.types';
11
+ export * from '../components/fw-accordion/index.types';
12
+ export * from '../components/fw-image/index.types';
13
+ export * from '../components/fw-toast/index.types';
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';
17
+ export * from '../components/fw-drawer/index.types';
18
+ export * from '../components/fw-provider-list/index.types';
19
+ export * from '../components/fw-date-picker/index.types';
20
+ export * from '../components/fw-popover/index.types';
21
+ export * from '../components/fw-tabs/index.types';
@@ -1,2 +1,2 @@
1
- import { lazyLoadDirective } from './lazy-loader';
2
- export { lazyLoadDirective };
1
+ import { lazyLoadDirective } from './lazy-loader';
2
+ export { lazyLoadDirective };
@@ -1,3 +1,3 @@
1
- export declare const lazyLoadDirective: {
2
- mounted: (el: Element) => void;
3
- };
1
+ export declare const lazyLoadDirective: {
2
+ mounted: (el: Element) => void;
3
+ };
@@ -1,17 +1,17 @@
1
- export declare const useColours: () => {
2
- colorPrimary: string;
3
- colorSecondary: string;
4
- colorTertiary: string;
5
- fontFamily: string;
6
- colorBody: string;
7
- primaryFade5: string;
8
- primaryFade10: string;
9
- primaryFade20: string;
10
- primaryFade30: string;
11
- primaryFade40: string;
12
- primaryFade50: string;
13
- primaryFade60: string;
14
- primaryFade70: string;
15
- primaryFade80: string;
16
- primaryFade90: string;
17
- };
1
+ export declare const useColours: () => {
2
+ colorPrimary: string;
3
+ colorSecondary: string;
4
+ colorTertiary: string;
5
+ fontFamily: string;
6
+ colorBody: string;
7
+ primaryFade5: string;
8
+ primaryFade10: string;
9
+ primaryFade20: string;
10
+ primaryFade30: string;
11
+ primaryFade40: string;
12
+ primaryFade50: string;
13
+ primaryFade60: string;
14
+ primaryFade70: string;
15
+ primaryFade80: string;
16
+ primaryFade90: string;
17
+ };
@@ -1,41 +1,43 @@
1
- import ViewSvg from './view.svg';
2
- import GenerateSvg from './generate.svg';
3
- import ManageSvg from './manage.svg';
4
- import NotFoundSvg from './not-found.svg';
5
- import EmailFilledSvg from './email-filled.svg';
6
- import AlertSvg from './alert.svg';
7
- import LockSvg from './lock.svg';
8
- import EyeSvg from './eye.svg';
9
- import EyeCrossedSvg from './eye-crossed.svg';
10
- import DownloadSvg from './download.svg';
11
- import IdCardSvg from './id-card.svg';
12
- import InfoCircleSvg from './info-circle.svg';
13
- import FileExclamationSvg from './file-exclamation.svg';
14
- import HourglassClockSvg from './hourglass-clock.svg';
15
- import EnvelopeSvg from './envelope.svg';
16
- import CheckSvg from './check.svg';
17
- import ChevronUpSvg from './chevron-up.svg';
18
- import ChevronDownSvg from './chevron-down.svg';
19
- import ChevronRightSvg from './chevron-right.svg';
20
- import ChevronLeftSvg from './chevron-left.svg';
21
- import ErrorFilledSvg from './error-filled.svg';
22
- import LightBulbSvg from './light-bulb.svg';
23
- import LandmarkSvg from './landmark.svg';
24
- import CoinsSvg from './coins.svg';
25
- import CaretDownSvg from './caret-down.svg';
26
- import SortLightSvg from './sort-light.svg';
27
- import PlusSvg from './plus.svg';
28
- import UserSvg from './user.svg';
29
- import LoadingSvg from './loading.svg';
30
- import BullseyeSvg from './bullseye.svg';
31
- import SolidCheckSvg from './solid-check.svg';
32
- import SolidXMarkSvg from './solid-xmark.svg';
33
- import ArrowSortSvg from './arrow-sort.svg';
34
- import ArrowDownSvg from './arrow-down.svg';
35
- import SearchSvg from './search.svg';
36
- import XMarkSvg from './xmark.svg';
37
- import PenSvg from './pen.svg';
38
- import CalendarSvg from './calendar.svg';
39
- import CalendarDaySvg from './calendar-day.svg';
40
- import EllipsisSvg from './ellipsis.svg';
41
- 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, ArrowSortSvg, ArrowDownSvg, SearchSvg, XMarkSvg, PenSvg, CalendarSvg, CalendarDaySvg, EllipsisSvg };
1
+ import ViewSvg from './view.svg';
2
+ import GenerateSvg from './generate.svg';
3
+ import ManageSvg from './manage.svg';
4
+ import NotFoundSvg from './not-found.svg';
5
+ import EmailFilledSvg from './email-filled.svg';
6
+ import AlertSvg from './alert.svg';
7
+ import LockSvg from './lock.svg';
8
+ import EyeSvg from './eye.svg';
9
+ import EyeCrossedSvg from './eye-crossed.svg';
10
+ import DownloadSvg from './download.svg';
11
+ import IdCardSvg from './id-card.svg';
12
+ import InfoCircleSvg from './info-circle.svg';
13
+ import FileExclamationSvg from './file-exclamation.svg';
14
+ import HourglassClockSvg from './hourglass-clock.svg';
15
+ import EnvelopeSvg from './envelope.svg';
16
+ import CheckSvg from './check.svg';
17
+ import ChevronUpSvg from './chevron-up.svg';
18
+ import ChevronDownSvg from './chevron-down.svg';
19
+ import ChevronRightSvg from './chevron-right.svg';
20
+ import ChevronLeftSvg from './chevron-left.svg';
21
+ import ErrorFilledSvg from './error-filled.svg';
22
+ import LightBulbSvg from './light-bulb.svg';
23
+ import LandmarkSvg from './landmark.svg';
24
+ import CoinsSvg from './coins.svg';
25
+ import CaretDownSvg from './caret-down.svg';
26
+ import SortLightSvg from './sort-light.svg';
27
+ import PlusSvg from './plus.svg';
28
+ import UserSvg from './user.svg';
29
+ import LoadingSvg from './loading.svg';
30
+ import BullseyeSvg from './bullseye.svg';
31
+ import SolidCheckSvg from './solid-check.svg';
32
+ import SolidXMarkSvg from './solid-xmark.svg';
33
+ import ArrowSortSvg from './arrow-sort.svg';
34
+ import ArrowDownSvg from './arrow-down.svg';
35
+ import SearchSvg from './search.svg';
36
+ import XMarkSvg from './xmark.svg';
37
+ import PenSvg from './pen.svg';
38
+ import CalendarSvg from './calendar.svg';
39
+ import CalendarDaySvg from './calendar-day.svg';
40
+ import EllipsisSvg from './ellipsis.svg';
41
+ import ChartLineUpSvg from './chart-line-up.svg';
42
+ import SackDollarSvg from './sack-dollar.svg';
43
+ 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, ArrowSortSvg, ArrowDownSvg, SearchSvg, XMarkSvg, PenSvg, CalendarSvg, CalendarDaySvg, EllipsisSvg, ChartLineUpSvg, SackDollarSvg };
@@ -1,6 +1,6 @@
1
- import install from './index.esm';
2
- export default install;
3
- export * from './components';
4
- export * from './services';
5
- declare module '@frollo/frollo-web-ui/icons' { }
6
- export * from './components/index.types';
1
+ import install from './index.esm';
2
+ export default install;
3
+ export * from './components';
4
+ export * from './services';
5
+ declare module '@frollo/frollo-web-ui/icons' { }
6
+ export * from './components/index.types';
@@ -1 +1,2 @@
1
- import '../src/styles/web-components.scss';
1
+ import '../src/styles/web-components.scss';
2
+ export declare const exporterClasses = "\n m-0 m-1 m-2 m-3 m-4 m-5 m-6\n my-0 my-1 my-2 my-3 my-4 my-5 my-6 \n mx-0 mx-1 mx-2 mx-3 mx-4 mx-5 mx-6 \n mt-0 mt-1 mt-2 mt-3 mt-4 mt-5 mt-6\n mb-0 mb-1 mb-2 mb-3 mb-4 mb-5 mb-6\n ml-0 ml-1 ml-2 ml-3 ml-4 ml-5 ml-6\n mr-0 mr-1 mr-2 mr-3 mr-4 mr-5 mr-6\n p-0 p-1 p-2 p-3 p-4 p-5 p-6\n py-0 py-1 py-2 py-3 py-4 py-5 py-6 \n px-0 px-1 px-2 px-3 px-4 px-5 px-6 \n pt-0 pt-1 pt-2 pt-3 pt-4 pt-5 pt-6\n pb-0 pb-1 pb-2 pb-3 pb-4 pb-5 pb-6\n pl-0 pl-1 pl-2 pl-3 pl-4 pl-5 pl-6\n pr-0 pr-1 pr-2 pr-3 pr-4 pr-5 pr-6\n gap-0 gap-1 gap-2 gap-3 gap-4 gap-5 gap-6\n gap-x-0 gap-x-1 gap-x-2 gap-x-3 gap-x-4 gap-x-5 gap-x-6\n gap-y-0 gap-y-1 gap-y-2 gap-y-3 gap-y-4 gap-y-5 gap-y-6\n";
package/types/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import plugin from './index.esm';
2
- export default plugin;
3
- export * from './services';
1
+ import plugin from './index.esm';
2
+ export default plugin;
3
+ export * from './services';
@@ -1,5 +1,5 @@
1
- import { Plugin } from 'vue';
2
- declare const install: Exclude<Plugin['install'], undefined>;
3
- export default install;
4
- export * from './components';
5
- export * from './services';
1
+ import { Plugin } from 'vue';
2
+ declare const install: Exclude<Plugin['install'], undefined>;
3
+ export default install;
4
+ export * from './components';
5
+ export * from './services';
@@ -1,2 +1,2 @@
1
- export * from './modal';
2
- export * from './toast';
1
+ export * from './modal';
2
+ export * from './toast';
@@ -1,9 +1,9 @@
1
- import { FwModalProps } from '../components/fw-modal/index.types';
2
- export declare interface ModalServiceProps extends Omit<FwModalProps, 'modelValue'> {
3
- onConfirm?: () => void;
4
- onCancel?: () => void;
5
- }
6
- export declare const modalService: (options?: ModalServiceProps) => {
7
- open: () => void;
8
- close: () => void;
9
- };
1
+ import { FwModalProps } from '../components/fw-modal/index.types';
2
+ export declare interface ModalServiceProps extends Omit<FwModalProps, 'modelValue'> {
3
+ onConfirm?: () => void;
4
+ onCancel?: () => void;
5
+ }
6
+ export declare const modalService: (options?: ModalServiceProps) => {
7
+ open: () => void;
8
+ close: () => void;
9
+ };
@@ -1,9 +1,9 @@
1
- import { FwToastProps } from '../components/fw-toast/index.types';
2
- export declare interface ToastServiceProps extends Omit<FwToastProps, 'modelValue' | 'type'> {
3
- onDismissed?: () => void;
4
- }
5
- export declare const toastService: () => {
6
- success: (options?: ToastServiceProps) => void;
7
- error: (options?: ToastServiceProps) => void;
8
- warning: (options?: ToastServiceProps) => void;
9
- };
1
+ import { FwToastProps } from '../components/fw-toast/index.types';
2
+ export declare interface ToastServiceProps extends Omit<FwToastProps, 'modelValue' | 'type'> {
3
+ onDismissed?: () => void;
4
+ }
5
+ export declare const toastService: () => {
6
+ success: (options?: ToastServiceProps) => void;
7
+ error: (options?: ToastServiceProps) => void;
8
+ warning: (options?: ToastServiceProps) => void;
9
+ };