@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,4 @@
1
+ import type { Component, Ref } from 'vue';
2
+ import type { VvInputTextPropsTypes } from '.';
3
+ import { INPUT_TYPES } from '.';
4
+ export default function VvInputTextActionsFactory(type: typeof INPUT_TYPES[keyof typeof INPUT_TYPES], parentProps: VvInputTextPropsTypes, isDirty: Ref<boolean>): Component;
@@ -0,0 +1,313 @@
1
+ import type { FactoryOpts } from 'imask';
2
+ import type { ExtractPropTypes, PropType } from 'vue';
3
+ import type { VvIconProps } from '../VvIcon';
4
+ export declare const INPUT_TYPES: {
5
+ readonly TEXT: "text";
6
+ readonly PASSWORD: "password";
7
+ readonly NUMBER: "number";
8
+ readonly EMAIL: "email";
9
+ readonly TEL: "tel";
10
+ readonly URL: "url";
11
+ readonly COLOR: "color";
12
+ readonly SEARCH: "search";
13
+ readonly DATE: "date";
14
+ readonly TIME: "time";
15
+ readonly DATETIME_LOCAL: "datetime-local";
16
+ readonly MONTH: "month";
17
+ readonly WEEK: "week";
18
+ };
19
+ export type InputType = ValueOf<typeof INPUT_TYPES>;
20
+ export declare const VvInputTextEvents: string[];
21
+ export declare const VvInputTextProps: {
22
+ /**
23
+ * Input value
24
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#value
25
+ */
26
+ modelValue: (DateConstructor | NumberConstructor | StringConstructor)[];
27
+ /**
28
+ * Type of form control
29
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#type
30
+ */
31
+ type: {
32
+ type: PropType<InputType>;
33
+ default: "text";
34
+ validator: (value: InputType) => boolean;
35
+ };
36
+ /**
37
+ * Minimum value
38
+ * Available for input types: date, month, week, time, datetime-local, number, range.
39
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#min
40
+ */
41
+ min: (DateConstructor | NumberConstructor | StringConstructor)[];
42
+ /**
43
+ * Maximum value
44
+ * Available for input types: date, month, week, time, datetime-local, number, range.
45
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#max
46
+ */
47
+ max: (DateConstructor | NumberConstructor | StringConstructor)[];
48
+ /**
49
+ * Incremental values that are valid
50
+ * Available for input types: date, month, week, time, datetime-local and number
51
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#step
52
+ */
53
+ step: {
54
+ type: (NumberConstructor | StringConstructor)[];
55
+ default: number;
56
+ };
57
+ /**
58
+ * Pattern the value must match to be valid
59
+ * Available for input types: text, search, url, tel, email and password
60
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#pattern
61
+ */
62
+ pattern: StringConstructor;
63
+ /**
64
+ * Whether to allow multiple values
65
+ * Available for input type email
66
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#multiple
67
+ */
68
+ multiple: BooleanConstructor;
69
+ /**
70
+ * VvIcon name for show password button
71
+ * @see VvIcon
72
+ */
73
+ iconShowPassword: {
74
+ type: PropType<string | VvIconProps>;
75
+ default: "eye-on";
76
+ };
77
+ /**
78
+ * VvIcon name for hide password button
79
+ * @see VvIcon
80
+ */
81
+ iconHidePassword: {
82
+ type: PropType<string | VvIconProps>;
83
+ default: "eye-off";
84
+ };
85
+ /**
86
+ * VvIcon name for clear button
87
+ * @see VvIcon
88
+ */
89
+ iconClear: {
90
+ type: PropType<string | VvIconProps>;
91
+ default: "close";
92
+ };
93
+ /**
94
+ * VvIcon name for remove suggestion button
95
+ * @see VvIcon
96
+ */
97
+ iconRemoveSuggestion: {
98
+ type: PropType<string | VvIconProps>;
99
+ default: "trash";
100
+ };
101
+ /**
102
+ * Label for step up button
103
+ */
104
+ labelStepUp: {
105
+ type: StringConstructor;
106
+ default: string;
107
+ };
108
+ /**
109
+ * Label for step down button
110
+ */
111
+ labelStepDown: {
112
+ type: StringConstructor;
113
+ default: string;
114
+ };
115
+ /**
116
+ * Label for show password button
117
+ */
118
+ labelShowPassword: {
119
+ type: StringConstructor;
120
+ default: string;
121
+ };
122
+ /**
123
+ * Label for hide password button
124
+ */
125
+ labelHidePassword: {
126
+ type: StringConstructor;
127
+ default: string;
128
+ };
129
+ /**
130
+ * Label for clear button
131
+ */
132
+ labelClear: {
133
+ type: StringConstructor;
134
+ default: string;
135
+ };
136
+ /**
137
+ * Label for remove suggestion button
138
+ */
139
+ labelRemoveSuggestion: {
140
+ type: StringConstructor;
141
+ default: string;
142
+ };
143
+ /**
144
+ * iMask options
145
+ * @see https://imask.js.org/guide.html
146
+ */
147
+ iMask: {
148
+ type: PropType<FactoryOpts>;
149
+ default: undefined;
150
+ };
151
+ /**
152
+ * Masked value
153
+ */
154
+ masked: {
155
+ type: StringConstructor;
156
+ default: undefined;
157
+ };
158
+ /**
159
+ * Adjust input width to content
160
+ */
161
+ autoWidth: {
162
+ type: BooleanConstructor;
163
+ default: boolean;
164
+ };
165
+ /**
166
+ * Hide type number, password and search actions
167
+ */
168
+ hideActions: {
169
+ type: BooleanConstructor;
170
+ default: boolean;
171
+ };
172
+ /**
173
+ * Add unit label to input
174
+ */
175
+ unit: {
176
+ type: StringConstructor;
177
+ };
178
+ /**
179
+ * Select input text on focus
180
+ */
181
+ selectOnFocus: {
182
+ type: BooleanConstructor;
183
+ default: boolean;
184
+ };
185
+ /**
186
+ * Maximum number of suggestions
187
+ */
188
+ maxSuggestions: {
189
+ type: NumberConstructor;
190
+ default: number;
191
+ };
192
+ /**
193
+ * External suggestions to display
194
+ */
195
+ suggestions: {
196
+ type: PropType<(string | number | Date)[]>;
197
+ default: undefined;
198
+ };
199
+ /**
200
+ * The input mode to use for the input
201
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode
202
+ */
203
+ inputMode: {
204
+ type: StringConstructor;
205
+ default: string;
206
+ };
207
+ storageType: {
208
+ type: PropType<`${import("../../constants").StorageType}`>;
209
+ default: import("../../constants").StorageType;
210
+ validator: (value: import("../../constants").StorageType) => boolean;
211
+ };
212
+ storageKey: StringConstructor;
213
+ required: {
214
+ type: BooleanConstructor;
215
+ default: boolean;
216
+ };
217
+ minlength: {
218
+ type: (NumberConstructor | StringConstructor)[];
219
+ default: undefined;
220
+ };
221
+ maxlength: {
222
+ type: (NumberConstructor | StringConstructor)[];
223
+ default: undefined;
224
+ };
225
+ placeholder: {
226
+ type: StringConstructor;
227
+ default: undefined;
228
+ };
229
+ label: {
230
+ type: (NumberConstructor | StringConstructor)[];
231
+ default: undefined;
232
+ };
233
+ floating: {
234
+ type: BooleanConstructor;
235
+ default: boolean;
236
+ };
237
+ icon: {
238
+ type: PropType<string | VvIconProps>;
239
+ default: undefined;
240
+ };
241
+ iconPosition: {
242
+ type: PropType<`${import("../../constants").Position}`>;
243
+ default: import("../../constants").Position;
244
+ validation: (value: import("../../constants").Position) => boolean;
245
+ };
246
+ debounce: {
247
+ type: (NumberConstructor | StringConstructor)[];
248
+ default: undefined;
249
+ };
250
+ count: {
251
+ type: (BooleanConstructor | StringConstructor)[];
252
+ default: boolean;
253
+ validator: (value: string) => boolean;
254
+ };
255
+ modifiers: {
256
+ type: PropType<string | string[]>;
257
+ default: undefined;
258
+ };
259
+ loading: {
260
+ type: BooleanConstructor;
261
+ default: boolean;
262
+ };
263
+ loadingLabel: {
264
+ type: StringConstructor;
265
+ default: string;
266
+ };
267
+ hintLabel: {
268
+ type: StringConstructor;
269
+ default: string;
270
+ };
271
+ invalid: {
272
+ type: BooleanConstructor;
273
+ default: boolean;
274
+ };
275
+ invalidLabel: {
276
+ type: (ArrayConstructor | StringConstructor)[];
277
+ default: undefined;
278
+ };
279
+ valid: {
280
+ type: BooleanConstructor;
281
+ default: boolean;
282
+ };
283
+ validLabel: {
284
+ type: (ArrayConstructor | StringConstructor)[];
285
+ default: undefined;
286
+ };
287
+ readonly: {
288
+ type: BooleanConstructor;
289
+ default: boolean;
290
+ };
291
+ disabled: {
292
+ type: BooleanConstructor;
293
+ default: boolean;
294
+ };
295
+ tabindex: {
296
+ type: (NumberConstructor | StringConstructor)[];
297
+ default: number;
298
+ };
299
+ autocomplete: {
300
+ type: StringConstructor;
301
+ default: string;
302
+ };
303
+ autofocus: {
304
+ type: BooleanConstructor;
305
+ default: boolean;
306
+ };
307
+ name: {
308
+ type: StringConstructor;
309
+ required: boolean;
310
+ };
311
+ id: (NumberConstructor | StringConstructor)[];
312
+ };
313
+ export type VvInputTextPropsTypes = ExtractPropTypes<typeof VvInputTextProps>;
@@ -0,0 +1,48 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<globalThis.ExtractPropTypes<{
4
+ items: {
5
+ type: PropType<import("../../index.js").NavItem[]>;
6
+ default: () => never[];
7
+ };
8
+ modifiers: {
9
+ type: PropType<string | string[]>;
10
+ default: undefined;
11
+ };
12
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
13
+ items: {
14
+ type: PropType<import("../../index.js").NavItem[]>;
15
+ default: () => never[];
16
+ };
17
+ modifiers: {
18
+ type: PropType<string | string[]>;
19
+ default: undefined;
20
+ };
21
+ }>> & Readonly<{}>, {
22
+ modifiers: string | string[];
23
+ items: import("../../index.js").NavItem[];
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
25
+ default?: (props: {}) => any;
26
+ } & {
27
+ item?: (props: {
28
+ item: {
29
+ label: string;
30
+ ariaLabel?: string;
31
+ title?: string;
32
+ to?: string | Record<string, unknown>;
33
+ href?: string;
34
+ target?: string;
35
+ rel?: string;
36
+ disabled?: boolean;
37
+ current?: boolean;
38
+ class?: string | string[];
39
+ };
40
+ data: Record<string, unknown> | undefined;
41
+ index: number;
42
+ }) => any;
43
+ }>;
44
+ type __VLS_WithSlots<T, S> = T & {
45
+ new (): {
46
+ $slots: S;
47
+ };
48
+ };
@@ -0,0 +1,14 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
4
+ before?: (props: {}) => any;
5
+ } & {
6
+ default?: (props: {}) => any;
7
+ } & {
8
+ after?: (props: {}) => any;
9
+ }>;
10
+ type __VLS_WithSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
@@ -0,0 +1,3 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1,11 @@
1
+ export declare const VvNavProps: {
2
+ items: {
3
+ type: PropType<import("../..").NavItem[]>;
4
+ default: () => never[];
5
+ };
6
+ modifiers: {
7
+ type: PropType<string | string[]>;
8
+ default: undefined;
9
+ };
10
+ };
11
+ export declare const VvNavEvents: string[];
@@ -0,0 +1,38 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
4
+ value: {
5
+ type: (NumberConstructor | StringConstructor)[];
6
+ default: undefined;
7
+ };
8
+ max: {
9
+ type: (NumberConstructor | StringConstructor)[];
10
+ };
11
+ label: {
12
+ type: StringConstructor;
13
+ required: boolean;
14
+ };
15
+ modifiers: {
16
+ type: PropType<string | string[]>;
17
+ default: undefined;
18
+ };
19
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
20
+ value: {
21
+ type: (NumberConstructor | StringConstructor)[];
22
+ default: undefined;
23
+ };
24
+ max: {
25
+ type: (NumberConstructor | StringConstructor)[];
26
+ };
27
+ label: {
28
+ type: StringConstructor;
29
+ required: boolean;
30
+ };
31
+ modifiers: {
32
+ type: PropType<string | string[]>;
33
+ default: undefined;
34
+ };
35
+ }>> & Readonly<{}>, {
36
+ modifiers: string | string[];
37
+ value: string | number;
38
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1,33 @@
1
+ export declare const VvProgressProps: {
2
+ /**
3
+ * Progress value
4
+ * This attribute specifies how much of the task that has been completed.
5
+ * It must be a valid floating point number between 0 and max, or between 0 and 1 if max is omitted.
6
+ * If there is no value attribute, the progress bar is indeterminate.
7
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-max
8
+ */
9
+ value: {
10
+ type: (NumberConstructor | StringConstructor)[];
11
+ default: undefined;
12
+ };
13
+ /**
14
+ * Progress max
15
+ * This attribute describes how much work the task indicated by the progress element requires.
16
+ * The max attribute, if present, must have a value greater than 0 and be a valid floating point number. The default value is 1.
17
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-max
18
+ */
19
+ max: {
20
+ type: (NumberConstructor | StringConstructor)[];
21
+ };
22
+ /**
23
+ * Progress aria-label
24
+ */
25
+ label: {
26
+ type: StringConstructor;
27
+ required: boolean;
28
+ };
29
+ modifiers: {
30
+ type: PropType<string | string[]>;
31
+ default: undefined;
32
+ };
33
+ };
@@ -0,0 +1,179 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<globalThis.ExtractPropTypes<{
4
+ value: {
5
+ type: (NumberConstructor | BooleanConstructor | StringConstructor)[];
6
+ default: undefined;
7
+ };
8
+ modelValue: {
9
+ type: (NumberConstructor | ObjectConstructor | BooleanConstructor | StringConstructor)[];
10
+ default: undefined;
11
+ };
12
+ loading: {
13
+ type: BooleanConstructor;
14
+ default: boolean;
15
+ };
16
+ loadingLabel: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ label: {
21
+ type: (NumberConstructor | StringConstructor)[];
22
+ default: undefined;
23
+ };
24
+ modifiers: {
25
+ type: PropType<string | string[]>;
26
+ default: undefined;
27
+ };
28
+ readonly: {
29
+ type: BooleanConstructor;
30
+ default: boolean;
31
+ };
32
+ disabled: {
33
+ type: BooleanConstructor;
34
+ default: boolean;
35
+ };
36
+ hintLabel: {
37
+ type: StringConstructor;
38
+ default: string;
39
+ };
40
+ invalid: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ invalidLabel: {
45
+ type: (ArrayConstructor | StringConstructor)[];
46
+ default: undefined;
47
+ };
48
+ valid: {
49
+ type: BooleanConstructor;
50
+ default: boolean;
51
+ };
52
+ validLabel: {
53
+ type: (ArrayConstructor | StringConstructor)[];
54
+ default: undefined;
55
+ };
56
+ tabindex: {
57
+ type: (NumberConstructor | StringConstructor)[];
58
+ default: number;
59
+ };
60
+ name: {
61
+ type: StringConstructor;
62
+ required: boolean;
63
+ };
64
+ id: (NumberConstructor | StringConstructor)[];
65
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
66
+ value: {
67
+ type: (NumberConstructor | BooleanConstructor | StringConstructor)[];
68
+ default: undefined;
69
+ };
70
+ modelValue: {
71
+ type: (NumberConstructor | ObjectConstructor | BooleanConstructor | StringConstructor)[];
72
+ default: undefined;
73
+ };
74
+ loading: {
75
+ type: BooleanConstructor;
76
+ default: boolean;
77
+ };
78
+ loadingLabel: {
79
+ type: StringConstructor;
80
+ default: string;
81
+ };
82
+ label: {
83
+ type: (NumberConstructor | StringConstructor)[];
84
+ default: undefined;
85
+ };
86
+ modifiers: {
87
+ type: PropType<string | string[]>;
88
+ default: undefined;
89
+ };
90
+ readonly: {
91
+ type: BooleanConstructor;
92
+ default: boolean;
93
+ };
94
+ disabled: {
95
+ type: BooleanConstructor;
96
+ default: boolean;
97
+ };
98
+ hintLabel: {
99
+ type: StringConstructor;
100
+ default: string;
101
+ };
102
+ invalid: {
103
+ type: BooleanConstructor;
104
+ default: boolean;
105
+ };
106
+ invalidLabel: {
107
+ type: (ArrayConstructor | StringConstructor)[];
108
+ default: undefined;
109
+ };
110
+ valid: {
111
+ type: BooleanConstructor;
112
+ default: boolean;
113
+ };
114
+ validLabel: {
115
+ type: (ArrayConstructor | StringConstructor)[];
116
+ default: undefined;
117
+ };
118
+ tabindex: {
119
+ type: (NumberConstructor | StringConstructor)[];
120
+ default: number;
121
+ };
122
+ name: {
123
+ type: StringConstructor;
124
+ required: boolean;
125
+ };
126
+ id: (NumberConstructor | StringConstructor)[];
127
+ }>> & Readonly<{}>, {
128
+ modelValue: string | number | boolean | Record<string, any>;
129
+ modifiers: string | string[];
130
+ label: string | number;
131
+ value: string | number | boolean;
132
+ disabled: boolean;
133
+ tabindex: string | number;
134
+ invalid: boolean;
135
+ loading: boolean;
136
+ loadingLabel: string;
137
+ readonly: boolean;
138
+ hintLabel: string;
139
+ invalidLabel: string | unknown[];
140
+ valid: boolean;
141
+ validLabel: string | unknown[];
142
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
143
+ default?: (props: {
144
+ value: unknown;
145
+ }) => any;
146
+ } & {
147
+ hint?: (props: {
148
+ modelValue: unknown;
149
+ valid: boolean;
150
+ invalid: boolean;
151
+ loading: boolean;
152
+ }) => any;
153
+ } & {
154
+ loading?: (props: {
155
+ modelValue: unknown;
156
+ valid: boolean;
157
+ invalid: boolean;
158
+ loading: boolean;
159
+ }) => any;
160
+ } & {
161
+ valid?: (props: {
162
+ modelValue: unknown;
163
+ valid: boolean;
164
+ invalid: boolean;
165
+ loading: boolean;
166
+ }) => any;
167
+ } & {
168
+ invalid?: (props: {
169
+ modelValue: unknown;
170
+ valid: boolean;
171
+ invalid: boolean;
172
+ loading: boolean;
173
+ }) => any;
174
+ }>;
175
+ type __VLS_WithSlots<T, S> = T & {
176
+ new (): {
177
+ $slots: S;
178
+ };
179
+ };