@colorffy/ui 1.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 (220) hide show
  1. package/README.md +634 -0
  2. package/dist/components/layout/HeaderContent.vue.d.ts +71 -0
  3. package/dist/components/layout/HeaderContent.vue.d.ts.map +1 -0
  4. package/dist/components/layout/PaneContent.vue.d.ts +42 -0
  5. package/dist/components/layout/PaneContent.vue.d.ts.map +1 -0
  6. package/dist/components/state/BaseSkeleton.vue.d.ts +30 -0
  7. package/dist/components/state/BaseSkeleton.vue.d.ts.map +1 -0
  8. package/dist/components/state/Empty.vue.d.ts +37 -0
  9. package/dist/components/state/Empty.vue.d.ts.map +1 -0
  10. package/dist/components/state/ExpressiveLoading.vue.d.ts +24 -0
  11. package/dist/components/state/ExpressiveLoading.vue.d.ts.map +1 -0
  12. package/dist/components/state/GridSkeleton.vue.d.ts +21 -0
  13. package/dist/components/state/GridSkeleton.vue.d.ts.map +1 -0
  14. package/dist/components/state/Loading.vue.d.ts +26 -0
  15. package/dist/components/state/Loading.vue.d.ts.map +1 -0
  16. package/dist/components/state/ShapeLoading.vue.d.ts +22 -0
  17. package/dist/components/state/ShapeLoading.vue.d.ts.map +1 -0
  18. package/dist/components/state/TableSkeleton.vue.d.ts +26 -0
  19. package/dist/components/state/TableSkeleton.vue.d.ts.map +1 -0
  20. package/dist/components/ui/accordion/Accordion.stories.d.ts +86 -0
  21. package/dist/components/ui/accordion/Accordion.stories.d.ts.map +1 -0
  22. package/dist/components/ui/accordion/Accordion.vue.d.ts +37 -0
  23. package/dist/components/ui/accordion/Accordion.vue.d.ts.map +1 -0
  24. package/dist/components/ui/accordion/AccordionGroup.vue.d.ts +22 -0
  25. package/dist/components/ui/accordion/AccordionGroup.vue.d.ts.map +1 -0
  26. package/dist/components/ui/alert/Alert.stories.d.ts +70 -0
  27. package/dist/components/ui/alert/Alert.stories.d.ts.map +1 -0
  28. package/dist/components/ui/alert/Alert.vue.d.ts +26 -0
  29. package/dist/components/ui/alert/Alert.vue.d.ts.map +1 -0
  30. package/dist/components/ui/alert/AlertToast.vue.d.ts +21 -0
  31. package/dist/components/ui/alert/AlertToast.vue.d.ts.map +1 -0
  32. package/dist/components/ui/badge/Badge.stories.d.ts +45 -0
  33. package/dist/components/ui/badge/Badge.stories.d.ts.map +1 -0
  34. package/dist/components/ui/badge/Badge.vue.d.ts +13 -0
  35. package/dist/components/ui/badge/Badge.vue.d.ts.map +1 -0
  36. package/dist/components/ui/badge/BadgeGroup.vue.d.ts +18 -0
  37. package/dist/components/ui/badge/BadgeGroup.vue.d.ts.map +1 -0
  38. package/dist/components/ui/button/Button.stories.d.ts +110 -0
  39. package/dist/components/ui/button/Button.stories.d.ts.map +1 -0
  40. package/dist/components/ui/button/Button.vue.d.ts +37 -0
  41. package/dist/components/ui/button/Button.vue.d.ts.map +1 -0
  42. package/dist/components/ui/button/ButtonFabGroup.vue.d.ts +23 -0
  43. package/dist/components/ui/button/ButtonFabGroup.vue.d.ts.map +1 -0
  44. package/dist/components/ui/button/ButtonGroup.vue.d.ts +24 -0
  45. package/dist/components/ui/button/ButtonGroup.vue.d.ts.map +1 -0
  46. package/dist/components/ui/button/ButtonMenu.vue.d.ts +46 -0
  47. package/dist/components/ui/button/ButtonMenu.vue.d.ts.map +1 -0
  48. package/dist/components/ui/button/ButtonMenuDivider.vue.d.ts +3 -0
  49. package/dist/components/ui/button/ButtonMenuDivider.vue.d.ts.map +1 -0
  50. package/dist/components/ui/button/ButtonMenuItem.vue.d.ts +26 -0
  51. package/dist/components/ui/button/ButtonMenuItem.vue.d.ts.map +1 -0
  52. package/dist/components/ui/button/ButtonMenuText.vue.d.ts +9 -0
  53. package/dist/components/ui/button/ButtonMenuText.vue.d.ts.map +1 -0
  54. package/dist/components/ui/button/ButtonToggleGroup.vue.d.ts +30 -0
  55. package/dist/components/ui/button/ButtonToggleGroup.vue.d.ts.map +1 -0
  56. package/dist/components/ui/button/ButtonTooltip.vue.d.ts +42 -0
  57. package/dist/components/ui/button/ButtonTooltip.vue.d.ts.map +1 -0
  58. package/dist/components/ui/card/Card.stories.d.ts +57 -0
  59. package/dist/components/ui/card/Card.stories.d.ts.map +1 -0
  60. package/dist/components/ui/card/Card.vue.d.ts +28 -0
  61. package/dist/components/ui/card/Card.vue.d.ts.map +1 -0
  62. package/dist/components/ui/datatable/Datatable.stories.d.ts +13 -0
  63. package/dist/components/ui/datatable/Datatable.stories.d.ts.map +1 -0
  64. package/dist/components/ui/datatable/Datatable.vue.d.ts +48 -0
  65. package/dist/components/ui/datatable/Datatable.vue.d.ts.map +1 -0
  66. package/dist/components/ui/dialog/ConfirmModal.vue.d.ts +49 -0
  67. package/dist/components/ui/dialog/ConfirmModal.vue.d.ts.map +1 -0
  68. package/dist/components/ui/dialog/Modal.stories.d.ts +79 -0
  69. package/dist/components/ui/dialog/Modal.stories.d.ts.map +1 -0
  70. package/dist/components/ui/dialog/Modal.vue.d.ts +41 -0
  71. package/dist/components/ui/dialog/Modal.vue.d.ts.map +1 -0
  72. package/dist/components/ui/icon/App.vue.d.ts +16 -0
  73. package/dist/components/ui/icon/App.vue.d.ts.map +1 -0
  74. package/dist/components/ui/icon/Material.stories.d.ts +36 -0
  75. package/dist/components/ui/icon/Material.stories.d.ts.map +1 -0
  76. package/dist/components/ui/icon/Material.vue.d.ts +7 -0
  77. package/dist/components/ui/icon/Material.vue.d.ts.map +1 -0
  78. package/dist/components/ui/icon/Shapes.vue.d.ts +10 -0
  79. package/dist/components/ui/icon/Shapes.vue.d.ts.map +1 -0
  80. package/dist/components/ui/icon/Tool.vue.d.ts +9 -0
  81. package/dist/components/ui/icon/Tool.vue.d.ts.map +1 -0
  82. package/dist/components/ui/image/Avatar.stories.d.ts +12 -0
  83. package/dist/components/ui/image/Avatar.stories.d.ts.map +1 -0
  84. package/dist/components/ui/image/Avatar.vue.d.ts +10 -0
  85. package/dist/components/ui/image/Avatar.vue.d.ts.map +1 -0
  86. package/dist/components/ui/input/Check.stories.d.ts +10 -0
  87. package/dist/components/ui/input/Check.stories.d.ts.map +1 -0
  88. package/dist/components/ui/input/Check.vue.d.ts +25 -0
  89. package/dist/components/ui/input/Check.vue.d.ts.map +1 -0
  90. package/dist/components/ui/input/ColorPicker.stories.d.ts +10 -0
  91. package/dist/components/ui/input/ColorPicker.stories.d.ts.map +1 -0
  92. package/dist/components/ui/input/ColorPicker.vue.d.ts +26 -0
  93. package/dist/components/ui/input/ColorPicker.vue.d.ts.map +1 -0
  94. package/dist/components/ui/input/File.vue.d.ts +30 -0
  95. package/dist/components/ui/input/File.vue.d.ts.map +1 -0
  96. package/dist/components/ui/input/PhoneNumber.vue.d.ts +40 -0
  97. package/dist/components/ui/input/PhoneNumber.vue.d.ts.map +1 -0
  98. package/dist/components/ui/input/Radio.vue.d.ts +28 -0
  99. package/dist/components/ui/input/Radio.vue.d.ts.map +1 -0
  100. package/dist/components/ui/input/Range.stories.d.ts +13 -0
  101. package/dist/components/ui/input/Range.stories.d.ts.map +1 -0
  102. package/dist/components/ui/input/Range.vue.d.ts +36 -0
  103. package/dist/components/ui/input/Range.vue.d.ts.map +1 -0
  104. package/dist/components/ui/input/Select.stories.d.ts +14 -0
  105. package/dist/components/ui/input/Select.stories.d.ts.map +1 -0
  106. package/dist/components/ui/input/Select.vue.d.ts +42 -0
  107. package/dist/components/ui/input/Select.vue.d.ts.map +1 -0
  108. package/dist/components/ui/input/Text.stories.d.ts +12 -0
  109. package/dist/components/ui/input/Text.stories.d.ts.map +1 -0
  110. package/dist/components/ui/input/Text.vue.d.ts +48 -0
  111. package/dist/components/ui/input/Text.vue.d.ts.map +1 -0
  112. package/dist/components/ui/input/TextArea.stories.d.ts +18 -0
  113. package/dist/components/ui/input/TextArea.stories.d.ts.map +1 -0
  114. package/dist/components/ui/input/Textarea.vue.d.ts +48 -0
  115. package/dist/components/ui/input/Textarea.vue.d.ts.map +1 -0
  116. package/dist/components/ui/link/LinkTooltip.vue.d.ts +40 -0
  117. package/dist/components/ui/link/LinkTooltip.vue.d.ts.map +1 -0
  118. package/dist/components/ui/list/List.stories.d.ts +62 -0
  119. package/dist/components/ui/list/List.stories.d.ts.map +1 -0
  120. package/dist/components/ui/list/ListGroup.vue.d.ts +24 -0
  121. package/dist/components/ui/list/ListGroup.vue.d.ts.map +1 -0
  122. package/dist/components/ui/list/ListItem.vue.d.ts +11 -0
  123. package/dist/components/ui/list/ListItem.vue.d.ts.map +1 -0
  124. package/dist/components/ui/navbar/Navbar.stories.d.ts +56 -0
  125. package/dist/components/ui/navbar/Navbar.stories.d.ts.map +1 -0
  126. package/dist/components/ui/navbar/Navbar.vue.d.ts +24 -0
  127. package/dist/components/ui/navbar/Navbar.vue.d.ts.map +1 -0
  128. package/dist/components/ui/navbar/NavbarAvatar.vue.d.ts +13 -0
  129. package/dist/components/ui/navbar/NavbarAvatar.vue.d.ts.map +1 -0
  130. package/dist/components/ui/navbar/NavbarBrand.vue.d.ts +29 -0
  131. package/dist/components/ui/navbar/NavbarBrand.vue.d.ts.map +1 -0
  132. package/dist/components/ui/navbar/NavbarCollapse.vue.d.ts +22 -0
  133. package/dist/components/ui/navbar/NavbarCollapse.vue.d.ts.map +1 -0
  134. package/dist/components/ui/navbar/NavbarItem.vue.d.ts +21 -0
  135. package/dist/components/ui/navbar/NavbarItem.vue.d.ts.map +1 -0
  136. package/dist/components/ui/navbar/NavbarLink.vue.d.ts +31 -0
  137. package/dist/components/ui/navbar/NavbarLink.vue.d.ts.map +1 -0
  138. package/dist/components/ui/navbar/NavbarMobileMenu.vue.d.ts +21 -0
  139. package/dist/components/ui/navbar/NavbarMobileMenu.vue.d.ts.map +1 -0
  140. package/dist/components/ui/navbar/NavbarNav.vue.d.ts +22 -0
  141. package/dist/components/ui/navbar/NavbarNav.vue.d.ts.map +1 -0
  142. package/dist/components/ui/navbar/NavbarTitle.vue.d.ts +23 -0
  143. package/dist/components/ui/navbar/NavbarTitle.vue.d.ts.map +1 -0
  144. package/dist/components/ui/navbar/NavbarToggle.vue.d.ts +13 -0
  145. package/dist/components/ui/navbar/NavbarToggle.vue.d.ts.map +1 -0
  146. package/dist/components/ui/navigation/NavigationBar.vue.d.ts +16 -0
  147. package/dist/components/ui/navigation/NavigationBar.vue.d.ts.map +1 -0
  148. package/dist/components/ui/navigation/PopoverMenu.vue.d.ts +50 -0
  149. package/dist/components/ui/navigation/PopoverMenu.vue.d.ts.map +1 -0
  150. package/dist/components/ui/navigation/SegmentedControls.vue.d.ts +16 -0
  151. package/dist/components/ui/navigation/SegmentedControls.vue.d.ts.map +1 -0
  152. package/dist/components/ui/navigation/Tabs.vue.d.ts +16 -0
  153. package/dist/components/ui/navigation/Tabs.vue.d.ts.map +1 -0
  154. package/dist/components/ui/sidebar/Sidebar.stories.d.ts +64 -0
  155. package/dist/components/ui/sidebar/Sidebar.stories.d.ts.map +1 -0
  156. package/dist/components/ui/sidebar/Sidebar.vue.d.ts +27 -0
  157. package/dist/components/ui/sidebar/Sidebar.vue.d.ts.map +1 -0
  158. package/dist/components/ui/sidebar/SidebarBody.vue.d.ts +22 -0
  159. package/dist/components/ui/sidebar/SidebarBody.vue.d.ts.map +1 -0
  160. package/dist/components/ui/sidebar/SidebarDropdown.vue.d.ts +25 -0
  161. package/dist/components/ui/sidebar/SidebarDropdown.vue.d.ts.map +1 -0
  162. package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts +22 -0
  163. package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts.map +1 -0
  164. package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts +25 -0
  165. package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts.map +1 -0
  166. package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts +22 -0
  167. package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts.map +1 -0
  168. package/dist/components/ui/sidebar/SidebarLink.vue.d.ts +47 -0
  169. package/dist/components/ui/sidebar/SidebarLink.vue.d.ts.map +1 -0
  170. package/dist/components/ui/sidebar/SidebarText.vue.d.ts +11 -0
  171. package/dist/components/ui/sidebar/SidebarText.vue.d.ts.map +1 -0
  172. package/dist/components-CPV7PsCp.cjs +10 -0
  173. package/dist/components-CPV7PsCp.cjs.map +1 -0
  174. package/dist/components-DUB9BBm_.js +4210 -0
  175. package/dist/components-DUB9BBm_.js.map +1 -0
  176. package/dist/components.d.ts +68 -0
  177. package/dist/components.d.ts.map +1 -0
  178. package/dist/composables/useDateUtils.d.ts +4 -0
  179. package/dist/composables/useDateUtils.d.ts.map +1 -0
  180. package/dist/composables/useTextUtils.d.ts +6 -0
  181. package/dist/composables/useTextUtils.d.ts.map +1 -0
  182. package/dist/composables/useToast.d.ts +14 -0
  183. package/dist/composables/useToast.d.ts.map +1 -0
  184. package/dist/index.cjs +2 -0
  185. package/dist/index.cjs.map +1 -0
  186. package/dist/index.d.ts +17 -0
  187. package/dist/index.d.ts.map +1 -0
  188. package/dist/index.js +102 -0
  189. package/dist/index.js.map +1 -0
  190. package/dist/nuxt.cjs +2 -0
  191. package/dist/nuxt.cjs.map +1 -0
  192. package/dist/nuxt.d.ts +1 -0
  193. package/dist/nuxt.js +21 -0
  194. package/dist/nuxt.js.map +1 -0
  195. package/dist/plugin.d.ts +4 -0
  196. package/dist/plugin.d.ts.map +1 -0
  197. package/dist/style.css +1 -0
  198. package/dist/types/accordion.d.ts +56 -0
  199. package/dist/types/accordion.d.ts.map +1 -0
  200. package/dist/types/alert.d.ts +46 -0
  201. package/dist/types/alert.d.ts.map +1 -0
  202. package/dist/types/avatar.d.ts +16 -0
  203. package/dist/types/avatar.d.ts.map +1 -0
  204. package/dist/types/badge.d.ts +47 -0
  205. package/dist/types/badge.d.ts.map +1 -0
  206. package/dist/types/button.d.ts +115 -0
  207. package/dist/types/button.d.ts.map +1 -0
  208. package/dist/types/card.d.ts +37 -0
  209. package/dist/types/card.d.ts.map +1 -0
  210. package/dist/types/dialog.d.ts +89 -0
  211. package/dist/types/dialog.d.ts.map +1 -0
  212. package/dist/types/icon.d.ts +142 -0
  213. package/dist/types/icon.d.ts.map +1 -0
  214. package/dist/types/list.d.ts +70 -0
  215. package/dist/types/list.d.ts.map +1 -0
  216. package/dist/types/navbar.d.ts +184 -0
  217. package/dist/types/navbar.d.ts.map +1 -0
  218. package/dist/types/sidebar.d.ts +146 -0
  219. package/dist/types/sidebar.d.ts.map +1 -0
  220. package/package.json +70 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmModal.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/ConfirmModal.vue"],"names":[],"mappings":"AAqLA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAMlD,iBAAiB;AACjB,UAAU,kBAAmB,SAAQ,YAAY;IAC/C,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAoGD,cAAc;AACd,iBAAS,UAAU,SAOlB;AACD,iBAAS,WAAW,SAEnB;AAyBD,iBAAS,cAAc;WAgHT,OAAO,IAA6B;;0BAXpB,GAAG;;;;;;EAgBhC;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;eAnRP,OAAO;kBACJ,MAAM;;;;;qBA6RrB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,79 @@
1
+ import { StoryObj } from '@storybook/vue3';
2
+ declare const meta: {
3
+ title: string;
4
+ component: {
5
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../..').IDialogProps> & Readonly<{
6
+ onOnCloseDialog?: ((...args: any[]) => any) | undefined;
7
+ }>, {
8
+ showDialog: () => void;
9
+ closeDialog: () => void;
10
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ onCloseDialog: (...args: any[]) => void;
12
+ }, import('vue').PublicProps, {
13
+ size: import('../../..').DialogSize | null;
14
+ customClass: import('../../..').DialogClassName | null;
15
+ mode: import('../../..').DialogMode;
16
+ showAsModal: boolean | null;
17
+ bodyDialogClass: import('../../..').DialogClassName | null;
18
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
19
+ dialogRef: HTMLDialogElement;
20
+ }, HTMLDialogElement, import('vue').ComponentProvideOptions, {
21
+ P: {};
22
+ B: {};
23
+ D: {};
24
+ C: {};
25
+ M: {};
26
+ Defaults: {};
27
+ }, Readonly<import('../../..').IDialogProps> & Readonly<{
28
+ onOnCloseDialog?: ((...args: any[]) => any) | undefined;
29
+ }>, {
30
+ showDialog: () => void;
31
+ closeDialog: () => void;
32
+ }, {}, {}, {}, {
33
+ size: import('../../..').DialogSize | null;
34
+ customClass: import('../../..').DialogClassName | null;
35
+ mode: import('../../..').DialogMode;
36
+ showAsModal: boolean | null;
37
+ bodyDialogClass: import('../../..').DialogClassName | null;
38
+ }>;
39
+ __isFragment?: never;
40
+ __isTeleport?: never;
41
+ __isSuspense?: never;
42
+ } & import('vue').ComponentOptionsBase<Readonly<import('../../..').IDialogProps> & Readonly<{
43
+ onOnCloseDialog?: ((...args: any[]) => any) | undefined;
44
+ }>, {
45
+ showDialog: () => void;
46
+ closeDialog: () => void;
47
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
48
+ onCloseDialog: (...args: any[]) => void;
49
+ }, string, {
50
+ size: import('../../..').DialogSize | null;
51
+ customClass: import('../../..').DialogClassName | null;
52
+ mode: import('../../..').DialogMode;
53
+ showAsModal: boolean | null;
54
+ bodyDialogClass: import('../../..').DialogClassName | null;
55
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
56
+ $slots: {
57
+ header?(_: {}): any;
58
+ body?(_: {}): any;
59
+ footer?(_: {}): any;
60
+ };
61
+ });
62
+ tags: string[];
63
+ argTypes: {
64
+ title: {
65
+ control: "text";
66
+ };
67
+ size: {
68
+ control: "select";
69
+ options: string[];
70
+ };
71
+ };
72
+ };
73
+ export default meta;
74
+ type Story = StoryObj<typeof meta>;
75
+ export declare const Default: Story;
76
+ export declare const WithFooter: Story;
77
+ export declare const LargeModal: Story;
78
+ export declare const SmallModal: Story;
79
+ //# sourceMappingURL=Modal.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Modal.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/Modal.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAKrD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWsB,CAAA;AAEhC,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,OAAO,EAAE,KA0BrB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAkCxB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KA2BxB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KA0BxB,CAAA"}
@@ -0,0 +1,41 @@
1
+ import { IDialogProps } from '../../../types/dialog';
2
+ /** Methods */
3
+ declare function showDialog(): void;
4
+ declare function closeDialog(): void;
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ header?(_: {}): any;
9
+ body?(_: {}): any;
10
+ footer?(_: {}): any;
11
+ };
12
+ refs: {
13
+ dialogRef: HTMLDialogElement;
14
+ };
15
+ rootEl: HTMLDialogElement;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import('vue').DefineComponent<IDialogProps, {
19
+ showDialog: typeof showDialog;
20
+ closeDialog: typeof closeDialog;
21
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
+ onCloseDialog: (...args: any[]) => void;
23
+ }, string, import('vue').PublicProps, Readonly<IDialogProps> & Readonly<{
24
+ onOnCloseDialog?: ((...args: any[]) => any) | undefined;
25
+ }>, {
26
+ size: import('../../../types/dialog').DialogSize | null;
27
+ customClass: import('../../../types/dialog').DialogClassName | null;
28
+ mode: import('../../../types/dialog').DialogMode;
29
+ showAsModal: boolean | null;
30
+ bodyDialogClass: import('../../../types/dialog').DialogClassName | null;
31
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
32
+ dialogRef: HTMLDialogElement;
33
+ }, HTMLDialogElement>;
34
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
35
+ export default _default;
36
+ type __VLS_WithTemplateSlots<T, S> = T & {
37
+ new (): {
38
+ $slots: S;
39
+ };
40
+ };
41
+ //# sourceMappingURL=Modal.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Modal.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/Modal.vue"],"names":[],"mappings":"AAmGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAqDlD,cAAc;AACd,iBAAS,UAAU,SAOlB;AACD,iBAAS,WAAW,SAGnB;AAoBD,iBAAS,cAAc;WAmDT,OAAO,IAA6B;;wBAbtB,GAAG;sBACL,GAAG;wBACD,GAAG;;;;;;EAgB9B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;qBAWnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { IconBrandName, IconSize, IIconBaseProps } from '../../../types/icon';
2
+ /** Interfaces */
3
+ interface IIconAppProps extends IIconBaseProps {
4
+ icon?: IconBrandName | null;
5
+ brand?: IconBrandName | null;
6
+ }
7
+ declare const _default: import('vue').DefineComponent<IIconAppProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IIconAppProps> & Readonly<{}>, {
8
+ brand: IconBrandName | null;
9
+ size: IconSize | number | null;
10
+ color: string | null;
11
+ decorative: boolean;
12
+ ariaLabel: string | null;
13
+ icon: IconBrandName | null;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ export default _default;
16
+ //# sourceMappingURL=App.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"App.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/icon/App.vue"],"names":[],"mappings":"AAwSA,OAAO,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,cAAc,CAAA;AAG3E,iBAAiB;AACjB,UAAU,aAAc,SAAQ,cAAc;IAC5C,IAAI,CAAC,EAAE,aAAa,GAAG,IAAI,CAAA;IAC3B,KAAK,CAAC,EAAE,aAAa,GAAG,IAAI,CAAA;CAC7B;;WADS,aAAa,GAAG,IAAI;;;;;UADrB,aAAa,GAAG,IAAI;;AAsa7B,wBAQG"}
@@ -0,0 +1,36 @@
1
+ import { StoryObj } from '@storybook/vue3';
2
+ declare const meta: {
3
+ title: string;
4
+ component: import('vue').DefineComponent<import('../../..').IMaterialIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../../..').IMaterialIconProps> & Readonly<{}>, {
5
+ decorative: boolean;
6
+ ariaLabel: string | null;
7
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
8
+ tags: string[];
9
+ argTypes: {
10
+ iconCode: {
11
+ control: "text";
12
+ };
13
+ color: {
14
+ control: "text";
15
+ };
16
+ decorative: {
17
+ control: "boolean";
18
+ };
19
+ ariaLabel: {
20
+ control: "text";
21
+ };
22
+ };
23
+ };
24
+ export default meta;
25
+ type Story = StoryObj<typeof meta>;
26
+ export declare const Search: Story;
27
+ export declare const Home: Story;
28
+ export declare const Settings: Story;
29
+ export declare const Favorite: Story;
30
+ export declare const Delete: Story;
31
+ export declare const Edit: Story;
32
+ export declare const Check: Story;
33
+ export declare const Close: Story;
34
+ export declare const AllIcons: Story;
35
+ export declare const WithAccessibility: Story;
36
+ //# sourceMappingURL=Material.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Material.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/icon/Material.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAGrD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;CAU6B,CAAA;AAEvC,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,MAAM,EAAE,KAIpB,CAAA;AAED,eAAO,MAAM,IAAI,EAAE,KAIlB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAItB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAItB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KAIpB,CAAA;AAED,eAAO,MAAM,IAAI,EAAE,KAIlB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAInB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAInB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KA2DtB,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KA6B/B,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { IMaterialIconProps } from '../../../types/icon';
2
+ declare const _default: import('vue').DefineComponent<IMaterialIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IMaterialIconProps> & Readonly<{}>, {
3
+ decorative: boolean;
4
+ ariaLabel: string | null;
5
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
6
+ export default _default;
7
+ //# sourceMappingURL=Material.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Material.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/icon/Material.vue"],"names":[],"mappings":"AA2BA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAA;;;;;AAgEtD,wBAQG"}
@@ -0,0 +1,10 @@
1
+ import { IconSize, IShapeIconProps } from '../../../types/icon';
2
+ declare const _default: import('vue').DefineComponent<IShapeIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IShapeIconProps> & Readonly<{}>, {
3
+ shape: import('../../../types/icon').IconShape;
4
+ title: string | null;
5
+ size: IconSize | number | null;
6
+ decorative: boolean;
7
+ ariaLabel: string | null;
8
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
9
+ export default _default;
10
+ //# sourceMappingURL=Shapes.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Shapes.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/icon/Shapes.vue"],"names":[],"mappings":"AA4WA,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;;;;;;;;AA6rC7D,wBAQG"}
@@ -0,0 +1,9 @@
1
+ import { IconSize, IconToolName, IToolIconProps } from '../../../types/icon';
2
+ declare const _default: import('vue').DefineComponent<IToolIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IToolIconProps> & Readonly<{}>, {
3
+ tool: IconToolName;
4
+ size: IconSize | number | null;
5
+ decorative: boolean;
6
+ ariaLabel: string | null;
7
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
9
+ //# sourceMappingURL=Tool.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tool.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/icon/Tool.vue"],"names":[],"mappings":"AAkNA,OAAO,KAAK,EAAE,QAAQ,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,cAAc,CAAA;;;;;;;AAuV1E,wBAOG"}
@@ -0,0 +1,12 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as UiAvatar } from './Avatar.vue';
3
+ declare const meta: Meta<typeof UiAvatar>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Default: Story;
7
+ export declare const Small: Story;
8
+ export declare const Medium: Story;
9
+ export declare const Large: Story;
10
+ export declare const WithInitials: Story;
11
+ export declare const Multiple: Story;
12
+ //# sourceMappingURL=Avatar.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/image/Avatar.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,QAAQ,MAAM,cAAc,CAAA;AAEnC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,QAAQ,CAY/B,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAKnB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KAKpB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAKnB,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAK1B,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAoBtB,CAAA"}
@@ -0,0 +1,10 @@
1
+ import { IAvatarProps } from '../../../types/avatar';
2
+ declare const _default: import('vue').DefineComponent<IAvatarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IAvatarProps> & Readonly<{}>, {
3
+ size: "sm" | "md" | "lg" | "navbar" | "menu";
4
+ src: string;
5
+ initials: string | null;
6
+ maskShape: import('../../../types/avatar').AvatarMaskShape | null;
7
+ maskStretch: boolean;
8
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ export default _default;
10
+ //# sourceMappingURL=Avatar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/image/Avatar.vue"],"names":[],"mappings":"AAwFA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;;;;;;;;AA+HlD,wBAOG"}
@@ -0,0 +1,10 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as UiInputCheck } from './Check.vue';
3
+ declare const meta: Meta<typeof UiInputCheck>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Default: Story;
7
+ export declare const Checked: Story;
8
+ export declare const Disabled: Story;
9
+ export declare const Multiple: Story;
10
+ //# sourceMappingURL=Check.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Check.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/Check.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,YAAY,MAAM,aAAa,CAAA;AAEtC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAQnC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAiBrB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAItB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAkBtB,CAAA"}
@@ -0,0 +1,25 @@
1
+ /** Interfaces */
2
+ interface ICheckProps {
3
+ id?: string | null;
4
+ label: string;
5
+ type?: string;
6
+ modelValue?: string | boolean | null;
7
+ errorMessages?: string[];
8
+ }
9
+ /** Props */
10
+ type __VLS_Props = ICheckProps;
11
+ type __VLS_PublicProps = {
12
+ 'modelValue'?: string | boolean | null;
13
+ } & __VLS_Props;
14
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ "update:modelValue": (value: string | boolean | null) => any;
16
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
17
+ "onUpdate:modelValue"?: ((value: string | boolean | null) => any) | undefined;
18
+ }>, {
19
+ type: string;
20
+ id: string | null;
21
+ modelValue: string | boolean | null;
22
+ errorMessages: string[];
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
24
+ export default _default;
25
+ //# sourceMappingURL=Check.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Check.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/Check.vue"],"names":[],"mappings":"AAgEA,iBAAiB;AACjB,UAAU,WAAW;IACnB,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;IACpC,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;CACzB;AAED,YAAY;AACZ,KAAK,WAAW,GAAG,WAAW,CAAC;AA0B/B,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC;CACtC,GAAG,WAAW,CAAC;;;;;;UAlCP,MAAM;QAFR,MAAM,GAAG,IAAI;gBAmCL,MAAM,GAAG,OAAO,GAAG,IAAI;mBA/BpB,MAAM,EAAE;;AAqG1B,wBASG"}
@@ -0,0 +1,10 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as UiInputColorPicker } from './ColorPicker.vue';
3
+ declare const meta: Meta<typeof UiInputColorPicker>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Default: Story;
7
+ export declare const WithoutLabel: Story;
8
+ export declare const CustomColors: Story;
9
+ export declare const Interactive: Story;
10
+ //# sourceMappingURL=ColorPicker.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColorPicker.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/ColorPicker.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,kBAAkB,MAAM,mBAAmB,CAAA;AAElD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,kBAAkB,CAQzC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAI1B,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAoB1B,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAsBzB,CAAA"}
@@ -0,0 +1,26 @@
1
+ /** Interfaces */
2
+ interface IColorPickerProps {
3
+ id?: string | null;
4
+ label?: string | null;
5
+ maxLength?: number;
6
+ modelValue?: string | null;
7
+ }
8
+ /** Props */
9
+ type __VLS_Props = IColorPickerProps;
10
+ type __VLS_PublicProps = {
11
+ 'modelValue'?: string | null;
12
+ } & __VLS_Props;
13
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ onUpdate: (...args: any[]) => void;
15
+ "update:modelValue": (value: string | null) => void;
16
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
17
+ "onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
18
+ onOnUpdate?: ((...args: any[]) => any) | undefined;
19
+ }>, {
20
+ label: string | null;
21
+ id: string | null;
22
+ modelValue: string | null;
23
+ maxLength: number;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
25
+ export default _default;
26
+ //# sourceMappingURL=ColorPicker.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColorPicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/ColorPicker.vue"],"names":[],"mappings":"AAsEA,iBAAiB;AACjB,UAAU,iBAAiB;IACzB,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAC3B;AAED,YAAY;AACZ,KAAK,WAAW,GAAG,iBAAiB,CAAC;AA4BrC,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,GAAG,WAAW,CAAC;;;;;;;;WApCN,MAAM,GAAG,IAAI;QADhB,MAAM,GAAG,IAAI;gBAoCL,MAAM,GAAG,IAAI;eAlCd,MAAM;;AAqHpB,wBAYG"}
@@ -0,0 +1,30 @@
1
+ /** Interfaces */
2
+ interface IFileInputProps {
3
+ id?: string | null;
4
+ label?: string | null;
5
+ inputLabel?: string | null;
6
+ large?: boolean;
7
+ modelValue?: File | null;
8
+ }
9
+ /** Props */
10
+ type __VLS_Props = IFileInputProps;
11
+ type __VLS_PublicProps = {
12
+ 'modelValue'?: File | null;
13
+ } & __VLS_Props;
14
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ "update:modelValue": (value: File | null) => any;
16
+ } & {
17
+ "update:modelValue": (value: File | null) => any;
18
+ onUpdate: (value: File | null) => any;
19
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
20
+ "onUpdate:modelValue"?: ((value: File | null) => any) | undefined;
21
+ onOnUpdate?: ((value: File | null) => any) | undefined;
22
+ }>, {
23
+ label: string | null;
24
+ id: string | null;
25
+ large: boolean;
26
+ modelValue: File | null;
27
+ inputLabel: string | null;
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
29
+ export default _default;
30
+ //# sourceMappingURL=File.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"File.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/File.vue"],"names":[],"mappings":"AA4EA,iBAAiB;AACjB,UAAU,eAAe;IACvB,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;CACzB;AAMD,YAAY;AACZ,KAAK,WAAW,GAAG,eAAe,CAAC;AAwCnC,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CAC1B,GAAG,WAAW,CAAC;;;;;;;;;;WArDN,MAAM,GAAG,IAAI;QADhB,MAAM,GAAG,IAAI;WAGV,OAAO;gBAkDF,IAAI,GAAG,IAAI;gBAnDX,MAAM,GAAG,IAAI;;AAsJ5B,wBASG"}
@@ -0,0 +1,40 @@
1
+ /** Interfaces */
2
+ interface IPhoneNumberInputProps {
3
+ id?: string | null;
4
+ label?: string | null;
5
+ modelValue?: string | null;
6
+ errorMessages?: string[];
7
+ maxlength?: number;
8
+ placeholder?: string | null;
9
+ disabled?: boolean;
10
+ required?: boolean;
11
+ autofocus?: boolean;
12
+ optionalLabel?: boolean;
13
+ }
14
+ /** Props */
15
+ type __VLS_Props = IPhoneNumberInputProps;
16
+ type __VLS_PublicProps = {
17
+ 'modelValue'?: string | null;
18
+ } & __VLS_Props;
19
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
+ "update:modelValue": (value: string | null) => any;
21
+ } & {
22
+ "update:modelValue": (value: string | null) => any;
23
+ onUpdate: (value: string | null) => any;
24
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
25
+ "onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
26
+ onOnUpdate?: ((value: string | null) => any) | undefined;
27
+ }>, {
28
+ required: boolean;
29
+ label: string | null;
30
+ id: string | null;
31
+ disabled: boolean;
32
+ placeholder: string | null;
33
+ modelValue: string | null;
34
+ errorMessages: string[];
35
+ maxlength: number;
36
+ autofocus: boolean;
37
+ optionalLabel: boolean;
38
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
39
+ export default _default;
40
+ //# sourceMappingURL=PhoneNumber.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PhoneNumber.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/PhoneNumber.vue"],"names":[],"mappings":"AAgHA,iBAAiB;AACjB,UAAU,sBAAsB;IAC9B,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAMD,YAAY;AACZ,KAAK,WAAW,GAAG,sBAAsB,CAAC;AA8D1C,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,GAAG,WAAW,CAAC;;;;;;;;;;cA1EH,OAAO;WANV,MAAM,GAAG,IAAI;QADhB,MAAM,GAAG,IAAI;cAMP,OAAO;iBADJ,MAAM,GAAG,IAAI;gBA2Ed,MAAM,GAAG,IAAI;mBA7EV,MAAM,EAAE;eACZ,MAAM;eAIN,OAAO;mBACH,OAAO;;AAqJzB,wBASG"}
@@ -0,0 +1,28 @@
1
+ /** Interfaces */
2
+ interface IRadioInputProps {
3
+ id?: string | null;
4
+ labelDefaultOption: string;
5
+ labelOption: string;
6
+ type?: string;
7
+ modelValue?: string | number | null;
8
+ }
9
+ /** Props */
10
+ type __VLS_Props = IRadioInputProps;
11
+ type __VLS_PublicProps = {
12
+ 'modelValue'?: string | number | null;
13
+ } & __VLS_Props;
14
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ "update:modelValue": (value: string | number | null) => any;
16
+ } & {
17
+ "update:modelValue": (value: string | number | null) => any;
18
+ onUpdate: (value: string | number | null) => any;
19
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
20
+ "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
21
+ onOnUpdate?: ((value: string | number | null) => any) | undefined;
22
+ }>, {
23
+ type: string;
24
+ id: string | null;
25
+ modelValue: string | number | null;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
27
+ export default _default;
28
+ //# sourceMappingURL=Radio.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Radio.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/Radio.vue"],"names":[],"mappings":"AA+EA,iBAAiB;AACjB,UAAU,gBAAgB;IACxB,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAClB,kBAAkB,EAAE,MAAM,CAAA;IAC1B,WAAW,EAAE,MAAM,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;CACpC;AAMD,YAAY;AACZ,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAkCpC,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;CACrC,GAAG,WAAW,CAAC;;;;;;;;;;UA7CP,MAAM;QAHR,MAAM,GAAG,IAAI;gBA+CL,MAAM,GAAG,MAAM,GAAG,IAAI;;AA+ErC,wBASG"}
@@ -0,0 +1,13 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as UiInputRange } from './Range.vue';
3
+ declare const meta: Meta<typeof UiInputRange>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Default: Story;
7
+ export declare const WithoutLabel: Story;
8
+ export declare const Percentage: Story;
9
+ export declare const Temperature: Story;
10
+ export declare const DecimalSteps: Story;
11
+ export declare const Multiple: Story;
12
+ export declare const WithOptionalLabel: Story;
13
+ //# sourceMappingURL=Range.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Range.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/Range.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,YAAY,MAAM,aAAa,CAAA;AAEtC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAWnC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,OAAO,EAAE,KAQrB,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAO1B,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAQxB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAQzB,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAQ1B,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAsBtB,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAS/B,CAAA"}
@@ -0,0 +1,36 @@
1
+ /** Interfaces */
2
+ interface IRangeInputProps {
3
+ id?: string | null;
4
+ label?: string | null;
5
+ min?: number;
6
+ max?: number;
7
+ step?: number;
8
+ modelValue?: string | number | null;
9
+ errorMessages?: string[];
10
+ optionalLabel?: boolean;
11
+ }
12
+ /** Props */
13
+ type __VLS_Props = IRangeInputProps;
14
+ type __VLS_PublicProps = {
15
+ 'modelValue'?: string | number | null;
16
+ } & __VLS_Props;
17
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ "update:modelValue": (value: string | number | null) => any;
19
+ } & {
20
+ "update:modelValue": (value: string | number | null) => any;
21
+ onUpdate: (value: string | number | null) => any;
22
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
23
+ "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
24
+ onOnUpdate?: ((value: string | number | null) => any) | undefined;
25
+ }>, {
26
+ label: string | null;
27
+ id: string | null;
28
+ modelValue: string | number | null;
29
+ errorMessages: string[];
30
+ optionalLabel: boolean;
31
+ min: number;
32
+ max: number;
33
+ step: number;
34
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
35
+ export default _default;
36
+ //# sourceMappingURL=Range.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Range.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/Range.vue"],"names":[],"mappings":"AA0FA,iBAAiB;AACjB,UAAU,gBAAgB;IACxB,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;IACnC,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAMD,YAAY;AACZ,KAAK,WAAW,GAAG,gBAAgB,CAAC;AA2CpC,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;CACrC,GAAG,WAAW,CAAC;;;;;;;;;;WA3DN,MAAM,GAAG,IAAI;QADhB,MAAM,GAAG,IAAI;gBA2DL,MAAM,GAAG,MAAM,GAAG,IAAI;mBArDnB,MAAM,EAAE;mBACR,OAAO;SALjB,MAAM;SACN,MAAM;UACL,MAAM;;AAmIf,wBASG"}
@@ -0,0 +1,14 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as UiInputSelect } from './Select.vue';
3
+ declare const meta: Meta<typeof UiInputSelect>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Default: Story;
7
+ export declare const WithValue: Story;
8
+ export declare const WithObjectOptions: Story;
9
+ export declare const WithCountries: Story;
10
+ export declare const Required: Story;
11
+ export declare const Disabled: Story;
12
+ export declare const WithOptionalLabel: Story;
13
+ export declare const Multiple: Story;
14
+ //# sourceMappingURL=Select.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Select.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/Select.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,aAAa,MAAM,cAAc,CAAA;AAExC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,aAAa,CAWpC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAmBlC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAMvB,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAQ/B,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAQ3B,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAOtB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAOtB,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAO/B,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAoCtB,CAAA"}
@@ -0,0 +1,42 @@
1
+ /** Interfaces */
2
+ interface ISelectInputProps {
3
+ id?: string | null;
4
+ label?: string | null;
5
+ modelValue?: string | number | Record<string, unknown> | null;
6
+ errorMessages?: string[];
7
+ options?: any[];
8
+ optionLabel?: string | null;
9
+ optionValue?: string | null;
10
+ placeholder?: string | null;
11
+ disabled?: boolean;
12
+ required?: boolean;
13
+ optionalLabel?: boolean;
14
+ }
15
+ /** Props */
16
+ type __VLS_Props = ISelectInputProps;
17
+ type __VLS_PublicProps = {
18
+ 'modelValue'?: string | number | Record<string, unknown> | null;
19
+ } & __VLS_Props;
20
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21
+ "update:modelValue": (value: string | number | Record<string, unknown> | null) => any;
22
+ } & {
23
+ "update:modelValue": (value: string | number | Record<string, unknown> | null) => any;
24
+ onUpdate: (value: string | number | Record<string, unknown> | null) => any;
25
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
26
+ "onUpdate:modelValue"?: ((value: string | number | Record<string, unknown> | null) => any) | undefined;
27
+ onOnUpdate?: ((value: string | number | Record<string, unknown> | null) => any) | undefined;
28
+ }>, {
29
+ required: boolean;
30
+ label: string | null;
31
+ id: string | null;
32
+ disabled: boolean;
33
+ placeholder: string | null;
34
+ options: any[];
35
+ modelValue: string | number | Record<string, unknown> | null;
36
+ errorMessages: string[];
37
+ optionalLabel: boolean;
38
+ optionLabel: string | null;
39
+ optionValue: string | null;
40
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
41
+ export default _default;
42
+ //# sourceMappingURL=Select.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Select.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/Select.vue"],"names":[],"mappings":"AA2GA,iBAAiB;AACjB,UAAU,iBAAiB;IACzB,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAA;IAC7D,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB,OAAO,CAAC,EAAE,GAAG,EAAE,CAAA;IACf,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAMD,YAAY;AACZ,KAAK,WAAW,GAAG,iBAAiB,CAAC;AAkDrC,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC;CAC/D,GAAG,WAAW,CAAC;;;;;;;;;;cA7DH,OAAO;WARV,MAAM,GAAG,IAAI;QADhB,MAAM,GAAG,IAAI;cAQP,OAAO;iBADJ,MAAM,GAAG,IAAI;aAHjB,GAAG,EAAE;gBAiEF,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;mBAlE7C,MAAM,EAAE;mBAOR,OAAO;iBALT,MAAM,GAAG,IAAI;iBACb,MAAM,GAAG,IAAI;;AAuJ7B,wBASG"}
@@ -0,0 +1,12 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as UiInputText } from './Text.vue';
3
+ declare const meta: Meta<typeof UiInputText>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Default: Story;
7
+ export declare const WithValue: Story;
8
+ export declare const Required: Story;
9
+ export declare const Disabled: Story;
10
+ export declare const Readonly: Story;
11
+ export declare const Multiple: Story;
12
+ //# sourceMappingURL=Text.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/input/Text.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,WAAW,MAAM,YAAY,CAAA;AAEpC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAWlC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAcvB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAmBtB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAgBtB,CAAA"}