@volverjs/ui-vue 0.0.13 → 0.0.14

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 (268) hide show
  1. package/dist/Volver.d.ts +121 -0
  2. package/dist/components/VvAccordion/VvAccordion.vue.d.ts +68 -0
  3. package/dist/components/VvAccordion/index.d.ts +47 -0
  4. package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +98 -0
  5. package/dist/components/VvAccordionGroup/index.d.ts +54 -0
  6. package/dist/components/VvAction/VvAction.vue.d.ts +110 -0
  7. package/dist/components/VvAction/index.d.ts +45 -0
  8. package/dist/components/VvAlert/VvAlert.vue.d.ts +124 -0
  9. package/dist/components/VvAlert/index.d.ts +104 -0
  10. package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +97 -0
  11. package/dist/components/VvAlertGroup/index.d.ts +47 -0
  12. package/dist/components/VvAvatar/VvAvatar.vue.d.ts +24 -0
  13. package/dist/components/VvAvatar/index.d.ts +10 -0
  14. package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +50 -0
  15. package/dist/components/VvAvatarGroup/index.d.ts +28 -0
  16. package/dist/components/VvBadge/VvBadge.vue.d.ts +24 -0
  17. package/dist/components/VvBadge/index.d.ts +7 -0
  18. package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +39 -0
  19. package/dist/components/VvBreadcrumb/index.d.ts +8 -0
  20. package/dist/components/VvButton/VvButton.vue.d.ts +221 -0
  21. package/dist/components/VvButton/index.d.ts +131 -0
  22. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +84 -0
  23. package/dist/components/VvButtonGroup/index.d.ts +37 -0
  24. package/dist/components/VvCard/VvCard.vue.d.ts +30 -0
  25. package/dist/components/VvCard/index.d.ts +7 -0
  26. package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +187 -0
  27. package/dist/components/VvCheckbox/index.d.ts +94 -0
  28. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +212 -0
  29. package/dist/components/VvCheckboxGroup/index.d.ts +79 -0
  30. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +346 -0
  31. package/dist/components/VvCombobox/index.d.ts +694 -0
  32. package/dist/components/VvDialog/VvDialog.vue.d.ts +73 -0
  33. package/dist/components/VvDialog/index.d.ts +45 -0
  34. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +258 -0
  35. package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +118 -0
  36. package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +22 -0
  37. package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +22 -0
  38. package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +82 -0
  39. package/dist/components/VvDropdown/index.d.ts +120 -0
  40. package/dist/components/VvIcon/VvIcon.vue.d.ts +6 -0
  41. package/dist/components/VvIcon/index.d.ts +86 -0
  42. package/dist/components/VvInputFile/VvInputFile.vue.d.ts +361 -0
  43. package/dist/components/VvInputFile/index.d.ts +204 -0
  44. package/dist/components/VvInputText/VvInputText.vue.d.ts +524 -0
  45. package/dist/components/VvInputText/VvInputTextActions.d.ts +4 -0
  46. package/dist/components/VvInputText/index.d.ts +313 -0
  47. package/dist/components/VvNav/VvNav.vue.d.ts +48 -0
  48. package/dist/components/VvNav/VvNavItem.vue.d.ts +14 -0
  49. package/dist/components/VvNav/VvNavSeparator.vue.d.ts +3 -0
  50. package/dist/components/VvNav/index.d.ts +11 -0
  51. package/dist/components/VvProgress/VvProgress.vue.d.ts +38 -0
  52. package/dist/components/VvProgress/index.d.ts +33 -0
  53. package/dist/components/VvRadio/VvRadio.vue.d.ts +179 -0
  54. package/dist/components/VvRadio/index.d.ts +80 -0
  55. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +212 -0
  56. package/dist/components/VvRadioGroup/index.d.ts +79 -0
  57. package/dist/components/VvSelect/VvSelect.vue.d.ts +183 -0
  58. package/dist/components/VvSelect/index.d.ts +298 -0
  59. package/dist/components/VvTab/VvTab.vue.d.ts +64 -0
  60. package/dist/components/VvTab/index.d.ts +19 -0
  61. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +384 -0
  62. package/dist/components/VvTextarea/index.d.ts +190 -0
  63. package/dist/components/VvTooltip/VvTooltip.vue.d.ts +37 -0
  64. package/dist/components/VvTooltip/index.d.ts +19 -0
  65. package/dist/components/VvVirtualScroll/VvVirtualScroll.vue.d.ts +51 -0
  66. package/dist/components/common/HintSlot.d.ts +57 -0
  67. package/dist/components/common/VvInputClearAction.d.ts +52 -0
  68. package/dist/components/common/VvInputPasswordAction.d.ts +71 -0
  69. package/dist/components/common/VvInputStepAction.d.ts +50 -0
  70. package/dist/components/index.d.ts +34 -0
  71. package/dist/composables/alert/useAlerInject.d.ts +4 -0
  72. package/dist/composables/alert/useAlert.d.ts +92 -0
  73. package/dist/composables/alert/useAlertProvide.d.ts +10 -0
  74. package/dist/composables/dropdown/useDropdownContextmenu.d.ts +18 -0
  75. package/dist/composables/dropdown/useDropdownInject.d.ts +12 -0
  76. package/dist/composables/dropdown/useDropdownProvide.d.ts +40 -0
  77. package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +17 -0
  78. package/dist/composables/group/useGroupStateInject.d.ts +9 -0
  79. package/dist/composables/group/useGroupStateProvide.d.ts +6 -0
  80. package/dist/composables/index.d.ts +5 -0
  81. package/dist/composables/useBlurhash.d.ts +7 -0
  82. package/dist/composables/useComponentFocus.d.ts +4 -0
  83. package/dist/composables/useComponentIcon.d.ts +11 -0
  84. package/dist/composables/useDebouncedInput.d.ts +5 -0
  85. package/dist/composables/useDefaults.d.ts +2 -0
  86. package/dist/composables/useModifiers.d.ts +2 -0
  87. package/dist/composables/useOptions.d.ts +8 -0
  88. package/dist/composables/usePersistence.d.ts +3 -0
  89. package/dist/composables/useTextCount.d.ts +10 -0
  90. package/dist/composables/useUniqueId.d.ts +2 -0
  91. package/dist/composables/useVirtualScroll.d.ts +35 -0
  92. package/dist/composables/useVolver.d.ts +4 -0
  93. package/dist/constants.d.ts +104 -0
  94. package/dist/directives/index.d.ts +3 -0
  95. package/dist/directives/v-contextmenu.d.ts +3 -0
  96. package/dist/directives/v-tooltip.d.ts +3 -0
  97. package/dist/icons.d.ts +1889 -0
  98. package/dist/index.d.ts +10 -0
  99. package/dist/json-render/catalog.d.ts +395 -0
  100. package/dist/json-render/components.d.ts +111 -0
  101. package/dist/json-render/definitions.d.ts +697 -0
  102. package/dist/json-render/index.d.ts +55 -0
  103. package/dist/json-render/registry.d.ts +34 -0
  104. package/dist/props/index.d.ts +959 -0
  105. package/dist/resolvers/unplugin.d.ts +38 -0
  106. package/dist/stories/Accordion/Accordion.settings.d.ts +9 -0
  107. package/dist/stories/Accordion/Accordion.stories.d.ts +7 -0
  108. package/dist/stories/Accordion/Accordion.test.d.ts +2 -0
  109. package/dist/stories/Accordion/AccordionSlots.stories.d.ts +7 -0
  110. package/dist/stories/AccordionGroup/AccordionGroup.settings.d.ts +13 -0
  111. package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +9 -0
  112. package/dist/stories/AccordionGroup/AccordionGroup.test.d.ts +2 -0
  113. package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +1788 -0
  114. package/dist/stories/Alert/Alert.settings.d.ts +4 -0
  115. package/dist/stories/Alert/Alert.stories.d.ts +9 -0
  116. package/dist/stories/Alert/Alert.test.d.ts +2 -0
  117. package/dist/stories/Alert/AlertModifiers.stories.d.ts +13 -0
  118. package/dist/stories/Alert/AlertSlots.stories.d.ts +10 -0
  119. package/dist/stories/AlertGroup/AlertGroup.settings.d.ts +14 -0
  120. package/dist/stories/AlertGroup/AlertGroup.stories.d.ts +8 -0
  121. package/dist/stories/AlertGroup/AlertGroup.test.d.ts +2 -0
  122. package/dist/stories/AlertGroup/AlertGroupPosition.stories.d.ts +14 -0
  123. package/dist/stories/AlertGroup/AlertGroupSlots.stories.d.ts +8 -0
  124. package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +4 -0
  125. package/dist/stories/Avatar/Avatar.settings.d.ts +5 -0
  126. package/dist/stories/Avatar/Avatar.stories.d.ts +7 -0
  127. package/dist/stories/Avatar/Avatar.test.d.ts +2 -0
  128. package/dist/stories/Avatar/AvatarBadge.stories.d.ts +6 -0
  129. package/dist/stories/Avatar/AvatarModifiers.stories.d.ts +13 -0
  130. package/dist/stories/Avatar/AvatarSlots.stories.d.ts +6 -0
  131. package/dist/stories/AvatarGroup/AvatarGroup.settings.d.ts +14 -0
  132. package/dist/stories/AvatarGroup/AvatarGroup.stories.d.ts +6 -0
  133. package/dist/stories/AvatarGroup/AvatarGroup.test.d.ts +2 -0
  134. package/dist/stories/AvatarGroup/AvatarGroupModifiers.stories.d.ts +7 -0
  135. package/dist/stories/AvatarGroup/AvatarGroupSlotDefault.stories.d.ts +6 -0
  136. package/dist/stories/Badge/Badge.settings.d.ts +5 -0
  137. package/dist/stories/Badge/Badge.stories.d.ts +7 -0
  138. package/dist/stories/Badge/Badge.test.d.ts +2 -0
  139. package/dist/stories/Badge/BadgeSlots.stories.d.ts +6 -0
  140. package/dist/stories/Blurhash/BlurhashComposable.stories.d.ts +4 -0
  141. package/dist/stories/Breadcrumb/Breadcrumb.settings.d.ts +13 -0
  142. package/dist/stories/Breadcrumb/Breadcrumb.stories.d.ts +7 -0
  143. package/dist/stories/Breadcrumb/Breadcrumb.test.d.ts +2 -0
  144. package/dist/stories/Breadcrumb/BreadcrumbSlots.stories.d.ts +6 -0
  145. package/dist/stories/Button/Button.settings.d.ts +4 -0
  146. package/dist/stories/Button/Button.stories.d.ts +6 -0
  147. package/dist/stories/Button/Button.test.d.ts +2 -0
  148. package/dist/stories/Button/ButtonIcon.stories.d.ts +10 -0
  149. package/dist/stories/Button/ButtonLink.stories.d.ts +7 -0
  150. package/dist/stories/Button/ButtonLoading.stories.d.ts +8 -0
  151. package/dist/stories/Button/ButtonModifiers.stories.d.ts +17 -0
  152. package/dist/stories/Button/ButtonSlots.stories.d.ts +9 -0
  153. package/dist/stories/Button/ButtonState.stories.d.ts +8 -0
  154. package/dist/stories/Button/ButtonToggle.stories.d.ts +9 -0
  155. package/dist/stories/ButtonGroup/ButtonGroup.settings.d.ts +5 -0
  156. package/dist/stories/ButtonGroup/ButtonGroup.stories.d.ts +6 -0
  157. package/dist/stories/ButtonGroup/ButtonGroup.test.d.ts +2 -0
  158. package/dist/stories/ButtonGroup/ButtonGroupModifiers.stories.d.ts +8 -0
  159. package/dist/stories/ButtonGroup/ButtonGroupSlots.stories.d.ts +6 -0
  160. package/dist/stories/ButtonGroup/ButtonGroupToggle.stories.d.ts +8 -0
  161. package/dist/stories/Card/Card.settings.d.ts +6 -0
  162. package/dist/stories/Card/Card.stories.d.ts +6 -0
  163. package/dist/stories/Card/Card.test.d.ts +2 -0
  164. package/dist/stories/Card/CardSlots.stories.d.ts +9 -0
  165. package/dist/stories/Checkbox/Checkbox.settings.d.ts +15 -0
  166. package/dist/stories/Checkbox/Checkbox.stories.d.ts +13 -0
  167. package/dist/stories/Checkbox/Checkbox.test.d.ts +2 -0
  168. package/dist/stories/Checkbox/CheckboxBinary.stories.d.ts +7 -0
  169. package/dist/stories/Checkbox/CheckboxSlots.stories.d.ts +7 -0
  170. package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +12 -0
  171. package/dist/stories/CheckboxGroup/CheckboxGroup.stories.d.ts +12 -0
  172. package/dist/stories/CheckboxGroup/CheckboxGroup.test.d.ts +2 -0
  173. package/dist/stories/CheckboxGroup/CheckboxGroupOptions.stories.d.ts +8 -0
  174. package/dist/stories/CheckboxGroup/CheckboxGroupSlots.stories.d.ts +7 -0
  175. package/dist/stories/Combobox/Combobox.settings.d.ts +4 -0
  176. package/dist/stories/Combobox/Combobox.stories.d.ts +24 -0
  177. package/dist/stories/Combobox/Combobox.test.d.ts +2 -0
  178. package/dist/stories/Combobox/ComboboxIconPosition.stories.d.ts +8 -0
  179. package/dist/stories/Combobox/ComboboxMultiple.stories.d.ts +9 -0
  180. package/dist/stories/Combobox/ComboboxOptions.stories.d.ts +11 -0
  181. package/dist/stories/Combobox/ComboboxSlots.stories.d.ts +10 -0
  182. package/dist/stories/Dialog/Dialog.settings.d.ts +10 -0
  183. package/dist/stories/Dialog/Dialog.stories.d.ts +7 -0
  184. package/dist/stories/Dialog/Dialog.test.d.ts +2 -0
  185. package/dist/stories/Dialog/DialogModifiers.stories.d.ts +8 -0
  186. package/dist/stories/Dialog/DialogSlots.stories.d.ts +8 -0
  187. package/dist/stories/Dropdown/Dropdown.settings.d.ts +5 -0
  188. package/dist/stories/Dropdown/Dropdown.stories.d.ts +9 -0
  189. package/dist/stories/Dropdown/Dropdown.test.d.ts +2 -0
  190. package/dist/stories/Dropdown/DropdownContextmenuDirective.stories.d.ts +6 -0
  191. package/dist/stories/Dropdown/DropdownMultilevel.stories.d.ts +6 -0
  192. package/dist/stories/Dropdown/DropdownSlots.stories.d.ts +8 -0
  193. package/dist/stories/Icon/Icon.settings.d.ts +7 -0
  194. package/dist/stories/Icon/Icon.stories.d.ts +8 -0
  195. package/dist/stories/Icon/IconsCollection.stories.d.ts +6 -0
  196. package/dist/stories/InputFile/InputFile.settings.d.ts +6 -0
  197. package/dist/stories/InputFile/InputFile.stories.d.ts +13 -0
  198. package/dist/stories/InputFile/InputFileDropArea.stories.d.ts +9 -0
  199. package/dist/stories/InputFile/InputFileIconPosition.stories.d.ts +8 -0
  200. package/dist/stories/InputFile/InputFileSlots.stories.d.ts +7 -0
  201. package/dist/stories/InputText/InputText.settings.d.ts +11 -0
  202. package/dist/stories/InputText/InputText.stories.d.ts +16 -0
  203. package/dist/stories/InputText/InputText.test.d.ts +5 -0
  204. package/dist/stories/InputText/InputTextIconPosition.stories.d.ts +8 -0
  205. package/dist/stories/InputText/InputTextIso.stories.d.ts +10 -0
  206. package/dist/stories/InputText/InputTextLength.stories.d.ts +10 -0
  207. package/dist/stories/InputText/InputTextMask.stories.d.ts +12 -0
  208. package/dist/stories/InputText/InputTextMinMax.stories.d.ts +9 -0
  209. package/dist/stories/InputText/InputTextSlots.stories.d.ts +8 -0
  210. package/dist/stories/InputText/InputTextSuggestions.stories.d.ts +8 -0
  211. package/dist/stories/InputText/InputTextType.stories.d.ts +18 -0
  212. package/dist/stories/Nav/Nav.settings.d.ts +4 -0
  213. package/dist/stories/Nav/Nav.stories.d.ts +6 -0
  214. package/dist/stories/Nav/Nav.test.d.ts +2 -0
  215. package/dist/stories/Nav/NavModifiers.stories.d.ts +9 -0
  216. package/dist/stories/Progress/Progress.settings.d.ts +7 -0
  217. package/dist/stories/Progress/Progress.stories.d.ts +7 -0
  218. package/dist/stories/Progress/Progress.test.d.ts +2 -0
  219. package/dist/stories/Radio/Radio.settings.d.ts +12 -0
  220. package/dist/stories/Radio/Radio.stories.d.ts +11 -0
  221. package/dist/stories/Radio/Radio.test.d.ts +2 -0
  222. package/dist/stories/Radio/RadioSlots.stories.d.ts +7 -0
  223. package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +12 -0
  224. package/dist/stories/RadioGroup/RadioGroup.stories.d.ts +12 -0
  225. package/dist/stories/RadioGroup/RadioGroup.test.d.ts +2 -0
  226. package/dist/stories/RadioGroup/RadioGroupOptions.stories.d.ts +8 -0
  227. package/dist/stories/RadioGroup/RadioGroupSlots.stories.d.ts +7 -0
  228. package/dist/stories/Select/Select.settings.d.ts +8 -0
  229. package/dist/stories/Select/Select.stories.d.ts +16 -0
  230. package/dist/stories/Select/Select.test.d.ts +2 -0
  231. package/dist/stories/Select/SelectIconPosition.stories.d.ts +8 -0
  232. package/dist/stories/Select/SelectOptions.stories.d.ts +9 -0
  233. package/dist/stories/Select/SelectSlots.stories.d.ts +8 -0
  234. package/dist/stories/Tab/Tab.settings.d.ts +4 -0
  235. package/dist/stories/Tab/Tab.stories.d.ts +6 -0
  236. package/dist/stories/Tab/Tab.test.d.ts +2 -0
  237. package/dist/stories/Textarea/Textarea.settings.d.ts +9 -0
  238. package/dist/stories/Textarea/Textarea.stories.d.ts +14 -0
  239. package/dist/stories/Textarea/Textarea.test.d.ts +2 -0
  240. package/dist/stories/Textarea/TextareaLength.stories.d.ts +10 -0
  241. package/dist/stories/Textarea/TextareaSlots.stories.d.ts +8 -0
  242. package/dist/stories/Textarea/TextareatIconPosition.stories.d.ts +8 -0
  243. package/dist/stories/Tooltip/Tooltip.settings.d.ts +5 -0
  244. package/dist/stories/Tooltip/Tooltip.stories.d.ts +6 -0
  245. package/dist/stories/Tooltip/Tooltip.test.d.ts +2 -0
  246. package/dist/stories/Tooltip/TooltipDirective.stories.d.ts +10 -0
  247. package/dist/stories/VirtualScroll/VirtualScroll.settings.d.ts +5 -0
  248. package/dist/stories/VirtualScroll/VirtualScroll.stories.d.ts +7 -0
  249. package/dist/stories/VirtualScroll/VirtualScroll.test.d.ts +2 -0
  250. package/dist/stories/VirtualScroll/VirtualScrollWithComposable.stories.d.ts +4 -0
  251. package/dist/stories/argTypes.d.ts +56 -0
  252. package/dist/test/expect.d.ts +18 -0
  253. package/dist/test/options.d.ts +1 -0
  254. package/dist/test/sleep.d.ts +1 -0
  255. package/dist/types/alert.d.ts +15 -0
  256. package/dist/types/blurhash.d.ts +12 -0
  257. package/dist/types/floating-ui.d.ts +15 -0
  258. package/dist/types/generic.d.ts +4 -0
  259. package/dist/types/group.d.ts +59 -0
  260. package/dist/types/index.d.ts +7 -0
  261. package/dist/types/input-file.d.ts +9 -0
  262. package/dist/types/nav.d.ts +17 -0
  263. package/dist/utils/DateUtilities.d.ts +14 -0
  264. package/dist/utils/DomUtilities.d.ts +1 -0
  265. package/dist/utils/FileUtilities.d.ts +14 -0
  266. package/dist/utils/ObjectUtilities.d.ts +82 -0
  267. package/dist/workers/blurhash.d.ts +1 -0
  268. package/package.json +3 -2
@@ -0,0 +1,697 @@
1
+ import { z } from 'zod';
2
+ export declare const CardDefinition: {
3
+ props: z.ZodObject<{
4
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
6
+ }, z.core.$strip>;
7
+ slots: string[];
8
+ description: string;
9
+ };
10
+ export declare const AccordionDefinition: {
11
+ props: z.ZodObject<{
12
+ title: z.ZodString;
13
+ content: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
15
+ }, z.core.$strip>;
16
+ slots: string[];
17
+ description: string;
18
+ };
19
+ export declare const AccordionGroupDefinition: {
20
+ props: z.ZodObject<{
21
+ collapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
22
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
23
+ }, z.core.$strip>;
24
+ slots: string[];
25
+ description: string;
26
+ };
27
+ export declare const DialogDefinition: {
28
+ props: z.ZodObject<{
29
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
31
+ }, z.core.$strip>;
32
+ slots: string[];
33
+ description: string;
34
+ };
35
+ export declare const TabDefinition: {
36
+ props: z.ZodObject<{
37
+ items: z.ZodArray<z.ZodObject<{
38
+ label: z.ZodString;
39
+ value: z.ZodString;
40
+ }, z.core.$strip>>;
41
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
42
+ }, z.core.$strip>;
43
+ slots: string[];
44
+ description: string;
45
+ };
46
+ export declare const AlertDefinition: {
47
+ props: z.ZodObject<{
48
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
49
+ content: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
51
+ info: "info";
52
+ warning: "warning";
53
+ success: "success";
54
+ danger: "danger";
55
+ brand: "brand";
56
+ accent: "accent";
57
+ }>, z.ZodArray<z.ZodEnum<{
58
+ info: "info";
59
+ warning: "warning";
60
+ success: "success";
61
+ danger: "danger";
62
+ brand: "brand";
63
+ accent: "accent";
64
+ }>>]>>>;
65
+ dismissable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
66
+ role: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
67
+ alert: "alert";
68
+ alertdialog: "alertdialog";
69
+ }>>>;
70
+ }, z.core.$strip>;
71
+ slots: string[];
72
+ description: string;
73
+ };
74
+ export declare const AlertGroupDefinition: {
75
+ props: z.ZodObject<{
76
+ stack: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
77
+ position: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
78
+ "top-left": "top-left";
79
+ "top-center": "top-center";
80
+ "top-right": "top-right";
81
+ "bottom-left": "bottom-left";
82
+ "bottom-center": "bottom-center";
83
+ "bottom-right": "bottom-right";
84
+ }>>>;
85
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
86
+ }, z.core.$strip>;
87
+ slots: string[];
88
+ description: string;
89
+ };
90
+ export declare const BadgeDefinition: {
91
+ props: z.ZodObject<{
92
+ value: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
93
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
94
+ }, z.core.$strip>;
95
+ slots: string[];
96
+ description: string;
97
+ };
98
+ export declare const AvatarDefinition: {
99
+ props: z.ZodObject<{
100
+ imgSrc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
101
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
102
+ }, z.core.$strip>;
103
+ slots: string[];
104
+ description: string;
105
+ };
106
+ export declare const AvatarGroupDefinition: {
107
+ props: z.ZodObject<{
108
+ toShow: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
109
+ totalItems: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
110
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
111
+ }, z.core.$strip>;
112
+ slots: string[];
113
+ description: string;
114
+ };
115
+ export declare const ProgressDefinition: {
116
+ props: z.ZodObject<{
117
+ label: z.ZodString;
118
+ value: z.ZodNumber;
119
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
120
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
121
+ }, z.core.$strip>;
122
+ description: string;
123
+ };
124
+ export declare const IconDefinition: {
125
+ props: z.ZodObject<{
126
+ name: z.ZodString;
127
+ color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
128
+ size: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
129
+ }, z.core.$strip>;
130
+ description: string;
131
+ };
132
+ export declare const TooltipDefinition: {
133
+ props: z.ZodObject<{
134
+ value: z.ZodString;
135
+ position: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
136
+ top: "top";
137
+ right: "right";
138
+ bottom: "bottom";
139
+ left: "left";
140
+ }>>>;
141
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
142
+ }, z.core.$strip>;
143
+ slots: string[];
144
+ description: string;
145
+ };
146
+ export declare const ButtonDefinition: {
147
+ props: z.ZodObject<{
148
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
149
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
150
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
151
+ loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
152
+ icon: z.ZodOptional<z.ZodNullable<z.ZodString>>;
153
+ iconPosition: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
154
+ before: "before";
155
+ after: "after";
156
+ }>>>;
157
+ type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
158
+ button: "button";
159
+ submit: "submit";
160
+ reset: "reset";
161
+ }>>>;
162
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
163
+ }, z.core.$strip>;
164
+ slots: string[];
165
+ description: string;
166
+ };
167
+ export declare const ButtonGroupDefinition: {
168
+ props: z.ZodObject<{
169
+ toggle: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
170
+ multiple: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
171
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
172
+ }, z.core.$strip>;
173
+ slots: string[];
174
+ description: string;
175
+ };
176
+ export declare const BreadcrumbDefinition: {
177
+ props: z.ZodObject<{
178
+ routes: z.ZodArray<z.ZodObject<{
179
+ label: z.ZodString;
180
+ to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
181
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
182
+ }, z.core.$strip>>;
183
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
184
+ }, z.core.$strip>;
185
+ description: string;
186
+ };
187
+ export declare const NavDefinition: {
188
+ props: z.ZodObject<{
189
+ items: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
190
+ label: z.ZodString;
191
+ to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
192
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
193
+ items: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
194
+ label: z.ZodString;
195
+ to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
196
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
197
+ }, z.core.$strip>>>>;
198
+ }, z.core.$strip>>>>;
199
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
200
+ }, z.core.$strip>;
201
+ slots: string[];
202
+ description: string;
203
+ };
204
+ export declare const InputTextDefinition: {
205
+ props: z.ZodObject<{
206
+ type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
207
+ number: "number";
208
+ date: "date";
209
+ time: "time";
210
+ search: "search";
211
+ text: "text";
212
+ email: "email";
213
+ password: "password";
214
+ tel: "tel";
215
+ url: "url";
216
+ }>>>;
217
+ placeholder: z.ZodOptional<z.ZodNullable<z.ZodString>>;
218
+ readonly: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
219
+ icon: z.ZodOptional<z.ZodNullable<z.ZodString>>;
220
+ iconPosition: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
221
+ before: "before";
222
+ after: "after";
223
+ }>>>;
224
+ floating: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
225
+ name: z.ZodString;
226
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
227
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
228
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
229
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
230
+ }, z.core.$strip>;
231
+ description: string;
232
+ };
233
+ export declare const TextareaDefinition: {
234
+ props: z.ZodObject<{
235
+ placeholder: z.ZodOptional<z.ZodNullable<z.ZodString>>;
236
+ rows: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
237
+ readonly: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
238
+ floating: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
239
+ name: z.ZodString;
240
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
241
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
242
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
243
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
244
+ }, z.core.$strip>;
245
+ description: string;
246
+ };
247
+ export declare const SelectDefinition: {
248
+ props: z.ZodObject<{
249
+ options: z.ZodArray<z.ZodObject<{
250
+ label: z.ZodString;
251
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>;
252
+ }, z.core.$strip>>;
253
+ multiple: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
254
+ placeholder: z.ZodOptional<z.ZodNullable<z.ZodString>>;
255
+ floating: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
256
+ name: z.ZodString;
257
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
258
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
259
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
260
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
261
+ }, z.core.$strip>;
262
+ description: string;
263
+ };
264
+ export declare const CheckboxDefinition: {
265
+ props: z.ZodObject<{
266
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
267
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
268
+ value: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
269
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
270
+ switch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
271
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
272
+ }, z.core.$strip>;
273
+ description: string;
274
+ };
275
+ export declare const CheckboxGroupDefinition: {
276
+ props: z.ZodObject<{
277
+ options: z.ZodArray<z.ZodObject<{
278
+ label: z.ZodString;
279
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>;
280
+ }, z.core.$strip>>;
281
+ vertical: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
282
+ name: z.ZodString;
283
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
284
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
285
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
286
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
287
+ }, z.core.$strip>;
288
+ slots: string[];
289
+ description: string;
290
+ };
291
+ export declare const RadioDefinition: {
292
+ props: z.ZodObject<{
293
+ name: z.ZodString;
294
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
295
+ value: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
296
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
297
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
298
+ }, z.core.$strip>;
299
+ description: string;
300
+ };
301
+ export declare const RadioGroupDefinition: {
302
+ props: z.ZodObject<{
303
+ options: z.ZodArray<z.ZodObject<{
304
+ label: z.ZodString;
305
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>;
306
+ }, z.core.$strip>>;
307
+ vertical: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
308
+ name: z.ZodString;
309
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
310
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
311
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
312
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
313
+ }, z.core.$strip>;
314
+ slots: string[];
315
+ description: string;
316
+ };
317
+ export declare const ComboboxDefinition: {
318
+ props: z.ZodObject<{
319
+ options: z.ZodArray<z.ZodObject<{
320
+ label: z.ZodString;
321
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>;
322
+ }, z.core.$strip>>;
323
+ placeholder: z.ZodOptional<z.ZodNullable<z.ZodString>>;
324
+ searchable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
325
+ multiple: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
326
+ name: z.ZodString;
327
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
328
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
329
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
330
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
331
+ }, z.core.$strip>;
332
+ description: string;
333
+ };
334
+ export declare const InputFileDefinition: {
335
+ props: z.ZodObject<{
336
+ accept: z.ZodOptional<z.ZodNullable<z.ZodString>>;
337
+ multiple: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
338
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
339
+ name: z.ZodString;
340
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
341
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
342
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
343
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
344
+ }, z.core.$strip>;
345
+ description: string;
346
+ };
347
+ /**
348
+ * All Volver component definitions for building custom json-render catalogs.
349
+ * Import individual definitions or spread into defineCatalog.
350
+ */
351
+ export declare const volverComponentDefinitions: {
352
+ readonly Card: {
353
+ props: z.ZodObject<{
354
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
355
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
356
+ }, z.core.$strip>;
357
+ slots: string[];
358
+ description: string;
359
+ };
360
+ readonly Accordion: {
361
+ props: z.ZodObject<{
362
+ title: z.ZodString;
363
+ content: z.ZodOptional<z.ZodNullable<z.ZodString>>;
364
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
365
+ }, z.core.$strip>;
366
+ slots: string[];
367
+ description: string;
368
+ };
369
+ readonly AccordionGroup: {
370
+ props: z.ZodObject<{
371
+ collapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
372
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
373
+ }, z.core.$strip>;
374
+ slots: string[];
375
+ description: string;
376
+ };
377
+ readonly Dialog: {
378
+ props: z.ZodObject<{
379
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
380
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
381
+ }, z.core.$strip>;
382
+ slots: string[];
383
+ description: string;
384
+ };
385
+ readonly Tab: {
386
+ props: z.ZodObject<{
387
+ items: z.ZodArray<z.ZodObject<{
388
+ label: z.ZodString;
389
+ value: z.ZodString;
390
+ }, z.core.$strip>>;
391
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
392
+ }, z.core.$strip>;
393
+ slots: string[];
394
+ description: string;
395
+ };
396
+ readonly Alert: {
397
+ props: z.ZodObject<{
398
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
399
+ content: z.ZodOptional<z.ZodNullable<z.ZodString>>;
400
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
401
+ info: "info";
402
+ warning: "warning";
403
+ success: "success";
404
+ danger: "danger";
405
+ brand: "brand";
406
+ accent: "accent";
407
+ }>, z.ZodArray<z.ZodEnum<{
408
+ info: "info";
409
+ warning: "warning";
410
+ success: "success";
411
+ danger: "danger";
412
+ brand: "brand";
413
+ accent: "accent";
414
+ }>>]>>>;
415
+ dismissable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
416
+ role: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
417
+ alert: "alert";
418
+ alertdialog: "alertdialog";
419
+ }>>>;
420
+ }, z.core.$strip>;
421
+ slots: string[];
422
+ description: string;
423
+ };
424
+ readonly AlertGroup: {
425
+ props: z.ZodObject<{
426
+ stack: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
427
+ position: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
428
+ "top-left": "top-left";
429
+ "top-center": "top-center";
430
+ "top-right": "top-right";
431
+ "bottom-left": "bottom-left";
432
+ "bottom-center": "bottom-center";
433
+ "bottom-right": "bottom-right";
434
+ }>>>;
435
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
436
+ }, z.core.$strip>;
437
+ slots: string[];
438
+ description: string;
439
+ };
440
+ readonly Badge: {
441
+ props: z.ZodObject<{
442
+ value: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
443
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
444
+ }, z.core.$strip>;
445
+ slots: string[];
446
+ description: string;
447
+ };
448
+ readonly Avatar: {
449
+ props: z.ZodObject<{
450
+ imgSrc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
451
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
452
+ }, z.core.$strip>;
453
+ slots: string[];
454
+ description: string;
455
+ };
456
+ readonly AvatarGroup: {
457
+ props: z.ZodObject<{
458
+ toShow: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
459
+ totalItems: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
460
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
461
+ }, z.core.$strip>;
462
+ slots: string[];
463
+ description: string;
464
+ };
465
+ readonly Progress: {
466
+ props: z.ZodObject<{
467
+ label: z.ZodString;
468
+ value: z.ZodNumber;
469
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
470
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
471
+ }, z.core.$strip>;
472
+ description: string;
473
+ };
474
+ readonly Icon: {
475
+ props: z.ZodObject<{
476
+ name: z.ZodString;
477
+ color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
478
+ size: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
479
+ }, z.core.$strip>;
480
+ description: string;
481
+ };
482
+ readonly Tooltip: {
483
+ props: z.ZodObject<{
484
+ value: z.ZodString;
485
+ position: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
486
+ top: "top";
487
+ right: "right";
488
+ bottom: "bottom";
489
+ left: "left";
490
+ }>>>;
491
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
492
+ }, z.core.$strip>;
493
+ slots: string[];
494
+ description: string;
495
+ };
496
+ readonly Button: {
497
+ props: z.ZodObject<{
498
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
499
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
500
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
501
+ loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
502
+ icon: z.ZodOptional<z.ZodNullable<z.ZodString>>;
503
+ iconPosition: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
504
+ before: "before";
505
+ after: "after";
506
+ }>>>;
507
+ type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
508
+ button: "button";
509
+ submit: "submit";
510
+ reset: "reset";
511
+ }>>>;
512
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
513
+ }, z.core.$strip>;
514
+ slots: string[];
515
+ description: string;
516
+ };
517
+ readonly ButtonGroup: {
518
+ props: z.ZodObject<{
519
+ toggle: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
520
+ multiple: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
521
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
522
+ }, z.core.$strip>;
523
+ slots: string[];
524
+ description: string;
525
+ };
526
+ readonly Breadcrumb: {
527
+ props: z.ZodObject<{
528
+ routes: z.ZodArray<z.ZodObject<{
529
+ label: z.ZodString;
530
+ to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
531
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
532
+ }, z.core.$strip>>;
533
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
534
+ }, z.core.$strip>;
535
+ description: string;
536
+ };
537
+ readonly Nav: {
538
+ props: z.ZodObject<{
539
+ items: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
540
+ label: z.ZodString;
541
+ to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
542
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
543
+ items: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
544
+ label: z.ZodString;
545
+ to: z.ZodOptional<z.ZodNullable<z.ZodString>>;
546
+ href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
547
+ }, z.core.$strip>>>>;
548
+ }, z.core.$strip>>>>;
549
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
550
+ }, z.core.$strip>;
551
+ slots: string[];
552
+ description: string;
553
+ };
554
+ readonly InputText: {
555
+ props: z.ZodObject<{
556
+ type: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
557
+ number: "number";
558
+ date: "date";
559
+ time: "time";
560
+ search: "search";
561
+ text: "text";
562
+ email: "email";
563
+ password: "password";
564
+ tel: "tel";
565
+ url: "url";
566
+ }>>>;
567
+ placeholder: z.ZodOptional<z.ZodNullable<z.ZodString>>;
568
+ readonly: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
569
+ icon: z.ZodOptional<z.ZodNullable<z.ZodString>>;
570
+ iconPosition: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
571
+ before: "before";
572
+ after: "after";
573
+ }>>>;
574
+ floating: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
575
+ name: z.ZodString;
576
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
577
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
578
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
579
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
580
+ }, z.core.$strip>;
581
+ description: string;
582
+ };
583
+ readonly Textarea: {
584
+ props: z.ZodObject<{
585
+ placeholder: z.ZodOptional<z.ZodNullable<z.ZodString>>;
586
+ rows: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
587
+ readonly: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
588
+ floating: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
589
+ name: z.ZodString;
590
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
591
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
592
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
593
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
594
+ }, z.core.$strip>;
595
+ description: string;
596
+ };
597
+ readonly Select: {
598
+ props: z.ZodObject<{
599
+ options: z.ZodArray<z.ZodObject<{
600
+ label: z.ZodString;
601
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>;
602
+ }, z.core.$strip>>;
603
+ multiple: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
604
+ placeholder: z.ZodOptional<z.ZodNullable<z.ZodString>>;
605
+ floating: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
606
+ name: z.ZodString;
607
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
608
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
609
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
610
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
611
+ }, z.core.$strip>;
612
+ description: string;
613
+ };
614
+ readonly Checkbox: {
615
+ props: z.ZodObject<{
616
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
617
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
618
+ value: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
619
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
620
+ switch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
621
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
622
+ }, z.core.$strip>;
623
+ description: string;
624
+ };
625
+ readonly CheckboxGroup: {
626
+ props: z.ZodObject<{
627
+ options: z.ZodArray<z.ZodObject<{
628
+ label: z.ZodString;
629
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>;
630
+ }, z.core.$strip>>;
631
+ vertical: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
632
+ name: z.ZodString;
633
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
634
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
635
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
636
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
637
+ }, z.core.$strip>;
638
+ slots: string[];
639
+ description: string;
640
+ };
641
+ readonly Radio: {
642
+ props: z.ZodObject<{
643
+ name: z.ZodString;
644
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
645
+ value: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
646
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
647
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
648
+ }, z.core.$strip>;
649
+ description: string;
650
+ };
651
+ readonly RadioGroup: {
652
+ props: z.ZodObject<{
653
+ options: z.ZodArray<z.ZodObject<{
654
+ label: z.ZodString;
655
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>;
656
+ }, z.core.$strip>>;
657
+ vertical: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
658
+ name: z.ZodString;
659
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
660
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
661
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
662
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
663
+ }, z.core.$strip>;
664
+ slots: string[];
665
+ description: string;
666
+ };
667
+ readonly Combobox: {
668
+ props: z.ZodObject<{
669
+ options: z.ZodArray<z.ZodObject<{
670
+ label: z.ZodString;
671
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>;
672
+ }, z.core.$strip>>;
673
+ placeholder: z.ZodOptional<z.ZodNullable<z.ZodString>>;
674
+ searchable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
675
+ multiple: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
676
+ name: z.ZodString;
677
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
678
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
679
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
680
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
681
+ }, z.core.$strip>;
682
+ description: string;
683
+ };
684
+ readonly InputFile: {
685
+ props: z.ZodObject<{
686
+ accept: z.ZodOptional<z.ZodNullable<z.ZodString>>;
687
+ multiple: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
688
+ max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
689
+ name: z.ZodString;
690
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
691
+ required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
692
+ disabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
693
+ modifiers: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>>;
694
+ }, z.core.$strip>;
695
+ description: string;
696
+ };
697
+ };