@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,384 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<globalThis.ExtractPropTypes<{
4
+ modelValue: StringConstructor;
5
+ cols: {
6
+ type: (NumberConstructor | StringConstructor)[];
7
+ default: number;
8
+ };
9
+ rows: {
10
+ type: (NumberConstructor | StringConstructor)[];
11
+ default: number;
12
+ };
13
+ wrap: {
14
+ type: StringConstructor;
15
+ default: string;
16
+ };
17
+ spellcheck: {
18
+ type: (BooleanConstructor | StringConstructor)[];
19
+ default: string;
20
+ };
21
+ iconRemoveSuggestion: {
22
+ type: PropType<string | import("../VvIcon").VvIconProps>;
23
+ default: "trash";
24
+ };
25
+ labelRemoveSuggestion: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ maxSuggestions: {
30
+ type: NumberConstructor;
31
+ default: number;
32
+ };
33
+ selectOnFocus: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ resizable: BooleanConstructor;
38
+ storageType: {
39
+ type: PropType<`${import("../../constants").StorageType}`>;
40
+ default: import("../../constants").StorageType;
41
+ validator: (value: import("../../constants").StorageType) => boolean;
42
+ };
43
+ storageKey: StringConstructor;
44
+ required: {
45
+ type: BooleanConstructor;
46
+ default: boolean;
47
+ };
48
+ minlength: {
49
+ type: (NumberConstructor | StringConstructor)[];
50
+ default: undefined;
51
+ };
52
+ maxlength: {
53
+ type: (NumberConstructor | StringConstructor)[];
54
+ default: undefined;
55
+ };
56
+ placeholder: {
57
+ type: StringConstructor;
58
+ default: undefined;
59
+ };
60
+ label: {
61
+ type: (NumberConstructor | StringConstructor)[];
62
+ default: undefined;
63
+ };
64
+ floating: {
65
+ type: BooleanConstructor;
66
+ default: boolean;
67
+ };
68
+ icon: {
69
+ type: PropType<string | import("../VvIcon").VvIconProps>;
70
+ default: undefined;
71
+ };
72
+ iconPosition: {
73
+ type: PropType<`${import("../../constants").Position}`>;
74
+ default: import("../../constants").Position;
75
+ validation: (value: import("../../constants").Position) => boolean;
76
+ };
77
+ debounce: {
78
+ type: (NumberConstructor | StringConstructor)[];
79
+ default: undefined;
80
+ };
81
+ count: {
82
+ type: (BooleanConstructor | StringConstructor)[];
83
+ default: boolean;
84
+ validator: (value: string) => boolean;
85
+ };
86
+ modifiers: {
87
+ type: PropType<string | string[]>;
88
+ default: undefined;
89
+ };
90
+ loading: {
91
+ type: BooleanConstructor;
92
+ default: boolean;
93
+ };
94
+ loadingLabel: {
95
+ type: StringConstructor;
96
+ default: string;
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
+ readonly: {
119
+ type: BooleanConstructor;
120
+ default: boolean;
121
+ };
122
+ disabled: {
123
+ type: BooleanConstructor;
124
+ default: boolean;
125
+ };
126
+ tabindex: {
127
+ type: (NumberConstructor | StringConstructor)[];
128
+ default: number;
129
+ };
130
+ autocomplete: {
131
+ type: StringConstructor;
132
+ default: string;
133
+ };
134
+ autofocus: {
135
+ type: BooleanConstructor;
136
+ default: boolean;
137
+ };
138
+ name: {
139
+ type: StringConstructor;
140
+ required: boolean;
141
+ };
142
+ id: (NumberConstructor | StringConstructor)[];
143
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
144
+ modelValue: StringConstructor;
145
+ cols: {
146
+ type: (NumberConstructor | StringConstructor)[];
147
+ default: number;
148
+ };
149
+ rows: {
150
+ type: (NumberConstructor | StringConstructor)[];
151
+ default: number;
152
+ };
153
+ wrap: {
154
+ type: StringConstructor;
155
+ default: string;
156
+ };
157
+ spellcheck: {
158
+ type: (BooleanConstructor | StringConstructor)[];
159
+ default: string;
160
+ };
161
+ iconRemoveSuggestion: {
162
+ type: PropType<string | import("../VvIcon").VvIconProps>;
163
+ default: "trash";
164
+ };
165
+ labelRemoveSuggestion: {
166
+ type: StringConstructor;
167
+ default: string;
168
+ };
169
+ maxSuggestions: {
170
+ type: NumberConstructor;
171
+ default: number;
172
+ };
173
+ selectOnFocus: {
174
+ type: BooleanConstructor;
175
+ default: boolean;
176
+ };
177
+ resizable: BooleanConstructor;
178
+ storageType: {
179
+ type: PropType<`${import("../../constants").StorageType}`>;
180
+ default: import("../../constants").StorageType;
181
+ validator: (value: import("../../constants").StorageType) => boolean;
182
+ };
183
+ storageKey: StringConstructor;
184
+ required: {
185
+ type: BooleanConstructor;
186
+ default: boolean;
187
+ };
188
+ minlength: {
189
+ type: (NumberConstructor | StringConstructor)[];
190
+ default: undefined;
191
+ };
192
+ maxlength: {
193
+ type: (NumberConstructor | StringConstructor)[];
194
+ default: undefined;
195
+ };
196
+ placeholder: {
197
+ type: StringConstructor;
198
+ default: undefined;
199
+ };
200
+ label: {
201
+ type: (NumberConstructor | StringConstructor)[];
202
+ default: undefined;
203
+ };
204
+ floating: {
205
+ type: BooleanConstructor;
206
+ default: boolean;
207
+ };
208
+ icon: {
209
+ type: PropType<string | import("../VvIcon").VvIconProps>;
210
+ default: undefined;
211
+ };
212
+ iconPosition: {
213
+ type: PropType<`${import("../../constants").Position}`>;
214
+ default: import("../../constants").Position;
215
+ validation: (value: import("../../constants").Position) => boolean;
216
+ };
217
+ debounce: {
218
+ type: (NumberConstructor | StringConstructor)[];
219
+ default: undefined;
220
+ };
221
+ count: {
222
+ type: (BooleanConstructor | StringConstructor)[];
223
+ default: boolean;
224
+ validator: (value: string) => boolean;
225
+ };
226
+ modifiers: {
227
+ type: PropType<string | string[]>;
228
+ default: undefined;
229
+ };
230
+ loading: {
231
+ type: BooleanConstructor;
232
+ default: boolean;
233
+ };
234
+ loadingLabel: {
235
+ type: StringConstructor;
236
+ default: string;
237
+ };
238
+ hintLabel: {
239
+ type: StringConstructor;
240
+ default: string;
241
+ };
242
+ invalid: {
243
+ type: BooleanConstructor;
244
+ default: boolean;
245
+ };
246
+ invalidLabel: {
247
+ type: (ArrayConstructor | StringConstructor)[];
248
+ default: undefined;
249
+ };
250
+ valid: {
251
+ type: BooleanConstructor;
252
+ default: boolean;
253
+ };
254
+ validLabel: {
255
+ type: (ArrayConstructor | StringConstructor)[];
256
+ default: undefined;
257
+ };
258
+ readonly: {
259
+ type: BooleanConstructor;
260
+ default: boolean;
261
+ };
262
+ disabled: {
263
+ type: BooleanConstructor;
264
+ default: boolean;
265
+ };
266
+ tabindex: {
267
+ type: (NumberConstructor | StringConstructor)[];
268
+ default: number;
269
+ };
270
+ autocomplete: {
271
+ type: StringConstructor;
272
+ default: string;
273
+ };
274
+ autofocus: {
275
+ type: BooleanConstructor;
276
+ default: boolean;
277
+ };
278
+ name: {
279
+ type: StringConstructor;
280
+ required: boolean;
281
+ };
282
+ id: (NumberConstructor | StringConstructor)[];
283
+ }>> & Readonly<{}>, {
284
+ floating: boolean;
285
+ icon: string | import("../VvIcon").VvIconProps;
286
+ modifiers: string | string[];
287
+ label: string | number;
288
+ disabled: boolean;
289
+ tabindex: string | number;
290
+ invalid: boolean;
291
+ count: string | boolean;
292
+ storageType: "local" | "session";
293
+ iconPosition: "before" | "after";
294
+ required: boolean;
295
+ loading: boolean;
296
+ loadingLabel: string;
297
+ readonly: boolean;
298
+ hintLabel: string;
299
+ invalidLabel: string | unknown[];
300
+ valid: boolean;
301
+ validLabel: string | unknown[];
302
+ placeholder: string;
303
+ autocomplete: string;
304
+ autofocus: boolean;
305
+ spellcheck: string | boolean;
306
+ iconRemoveSuggestion: string | import("../VvIcon").VvIconProps;
307
+ labelRemoveSuggestion: string;
308
+ selectOnFocus: boolean;
309
+ maxSuggestions: number;
310
+ minlength: string | number;
311
+ maxlength: string | number;
312
+ debounce: string | number;
313
+ cols: string | number;
314
+ rows: string | number;
315
+ wrap: string;
316
+ resizable: boolean;
317
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
318
+ before?: (props: {
319
+ valid: boolean;
320
+ invalid: boolean;
321
+ modelValue: string | undefined;
322
+ hintLabel: string;
323
+ maxlength: string | number | undefined;
324
+ minlength: string | number | undefined;
325
+ clear: () => void;
326
+ }) => any;
327
+ } & {
328
+ after?: (props: {
329
+ valid: boolean;
330
+ invalid: boolean;
331
+ modelValue: string | undefined;
332
+ hintLabel: string;
333
+ maxlength: string | number | undefined;
334
+ minlength: string | number | undefined;
335
+ clear: () => void;
336
+ }) => any;
337
+ } & {
338
+ count?: (props: {
339
+ valid: boolean;
340
+ invalid: boolean;
341
+ modelValue: string | undefined;
342
+ hintLabel: string;
343
+ maxlength: string | number | undefined;
344
+ minlength: string | number | undefined;
345
+ clear: () => void;
346
+ }) => any;
347
+ } & {
348
+ hint?: (props: {
349
+ modelValue: unknown;
350
+ valid: boolean;
351
+ invalid: boolean;
352
+ loading: boolean;
353
+ }) => any;
354
+ } & {
355
+ loading?: (props: {
356
+ modelValue: unknown;
357
+ valid: boolean;
358
+ invalid: boolean;
359
+ loading: boolean;
360
+ }) => any;
361
+ } & {
362
+ valid?: (props: {
363
+ modelValue: unknown;
364
+ valid: boolean;
365
+ invalid: boolean;
366
+ loading: boolean;
367
+ }) => any;
368
+ } & {
369
+ invalid?: (props: {
370
+ modelValue: unknown;
371
+ valid: boolean;
372
+ invalid: boolean;
373
+ loading: boolean;
374
+ }) => any;
375
+ } & {
376
+ suggestion?: (props: {
377
+ value: string;
378
+ }) => any;
379
+ }>;
380
+ type __VLS_WithSlots<T, S> = T & {
381
+ new (): {
382
+ $slots: S;
383
+ };
384
+ };
@@ -0,0 +1,190 @@
1
+ import type { ExtractPropTypes } from 'vue';
2
+ import type { VvIconProps } from '../VvIcon';
3
+ export declare const WRAP: {
4
+ hard: string;
5
+ soft: string;
6
+ };
7
+ export declare const SPELLCHECK: {
8
+ true: boolean;
9
+ false: boolean;
10
+ default: string;
11
+ };
12
+ export declare const VvTextareaEvents: string[];
13
+ export declare const VvTextareaProps: {
14
+ /**
15
+ * Textarea value
16
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea#value
17
+ */
18
+ modelValue: StringConstructor;
19
+ /**
20
+ * The visible width of the text control, in average character widths. If it is specified, it must be a positive integer. If it is not specified, the default value is 20.
21
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea#cols
22
+ */
23
+ cols: {
24
+ type: (NumberConstructor | StringConstructor)[];
25
+ default: number;
26
+ };
27
+ /**
28
+ * The number of visible text lines for the control. If it is specified, it must be a positive integer. If it is not specified, the default value is 2.
29
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea#rows
30
+ */
31
+ rows: {
32
+ type: (NumberConstructor | StringConstructor)[];
33
+ default: number;
34
+ };
35
+ /**
36
+ * Indicates how the control should wrap the value for form submission.
37
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea#wrap
38
+ */
39
+ wrap: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ /**
44
+ * Specifies whether the <textarea> is subject to spell checking by the underlying browser/OS.
45
+ * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea#wrap
46
+ */
47
+ spellcheck: {
48
+ type: (BooleanConstructor | StringConstructor)[];
49
+ default: string;
50
+ };
51
+ /**
52
+ * VvIcon name for remove suggestion button
53
+ * @see VvIcon
54
+ */
55
+ iconRemoveSuggestion: {
56
+ type: PropType<string | VvIconProps>;
57
+ default: "trash";
58
+ };
59
+ /**
60
+ * Label for remove suggestion button
61
+ */
62
+ labelRemoveSuggestion: {
63
+ type: StringConstructor;
64
+ default: string;
65
+ };
66
+ /**
67
+ * Maximum number of suggestions
68
+ */
69
+ maxSuggestions: {
70
+ type: NumberConstructor;
71
+ default: number;
72
+ };
73
+ /**
74
+ * Select input text on focus
75
+ */
76
+ selectOnFocus: {
77
+ type: BooleanConstructor;
78
+ default: boolean;
79
+ };
80
+ /**
81
+ * If true, the textarea will be resizable
82
+ */
83
+ resizable: BooleanConstructor;
84
+ storageType: {
85
+ type: PropType<`${import("../../constants").StorageType}`>;
86
+ default: import("../../constants").StorageType;
87
+ validator: (value: import("../../constants").StorageType) => boolean;
88
+ };
89
+ storageKey: StringConstructor;
90
+ required: {
91
+ type: BooleanConstructor;
92
+ default: boolean;
93
+ };
94
+ minlength: {
95
+ type: (NumberConstructor | StringConstructor)[];
96
+ default: undefined;
97
+ };
98
+ maxlength: {
99
+ type: (NumberConstructor | StringConstructor)[];
100
+ default: undefined;
101
+ };
102
+ placeholder: {
103
+ type: StringConstructor;
104
+ default: undefined;
105
+ };
106
+ label: {
107
+ type: (NumberConstructor | StringConstructor)[];
108
+ default: undefined;
109
+ };
110
+ floating: {
111
+ type: BooleanConstructor;
112
+ default: boolean;
113
+ };
114
+ icon: {
115
+ type: PropType<string | VvIconProps>;
116
+ default: undefined;
117
+ };
118
+ iconPosition: {
119
+ type: PropType<`${import("../../constants").Position}`>;
120
+ default: import("../../constants").Position;
121
+ validation: (value: import("../../constants").Position) => boolean;
122
+ };
123
+ debounce: {
124
+ type: (NumberConstructor | StringConstructor)[];
125
+ default: undefined;
126
+ };
127
+ count: {
128
+ type: (BooleanConstructor | StringConstructor)[];
129
+ default: boolean;
130
+ validator: (value: string) => boolean;
131
+ };
132
+ modifiers: {
133
+ type: PropType<string | string[]>;
134
+ default: undefined;
135
+ };
136
+ loading: {
137
+ type: BooleanConstructor;
138
+ default: boolean;
139
+ };
140
+ loadingLabel: {
141
+ type: StringConstructor;
142
+ default: string;
143
+ };
144
+ hintLabel: {
145
+ type: StringConstructor;
146
+ default: string;
147
+ };
148
+ invalid: {
149
+ type: BooleanConstructor;
150
+ default: boolean;
151
+ };
152
+ invalidLabel: {
153
+ type: (ArrayConstructor | StringConstructor)[];
154
+ default: undefined;
155
+ };
156
+ valid: {
157
+ type: BooleanConstructor;
158
+ default: boolean;
159
+ };
160
+ validLabel: {
161
+ type: (ArrayConstructor | StringConstructor)[];
162
+ default: undefined;
163
+ };
164
+ readonly: {
165
+ type: BooleanConstructor;
166
+ default: boolean;
167
+ };
168
+ disabled: {
169
+ type: BooleanConstructor;
170
+ default: boolean;
171
+ };
172
+ tabindex: {
173
+ type: (NumberConstructor | StringConstructor)[];
174
+ default: number;
175
+ };
176
+ autocomplete: {
177
+ type: StringConstructor;
178
+ default: string;
179
+ };
180
+ autofocus: {
181
+ type: BooleanConstructor;
182
+ default: boolean;
183
+ };
184
+ name: {
185
+ type: StringConstructor;
186
+ required: boolean;
187
+ };
188
+ id: (NumberConstructor | StringConstructor)[];
189
+ };
190
+ export type VvTextareaPropsTypes = ExtractPropTypes<typeof VvTextareaProps>;
@@ -0,0 +1,37 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<globalThis.ExtractPropTypes<{
4
+ position: {
5
+ type: PropType<`${import("../../constants").Side}`>;
6
+ default: import("../../constants").Side;
7
+ };
8
+ value: {
9
+ type: StringConstructor;
10
+ };
11
+ modifiers: {
12
+ type: PropType<string | string[]>;
13
+ default: undefined;
14
+ };
15
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
16
+ position: {
17
+ type: PropType<`${import("../../constants").Side}`>;
18
+ default: import("../../constants").Side;
19
+ };
20
+ value: {
21
+ type: StringConstructor;
22
+ };
23
+ modifiers: {
24
+ type: PropType<string | string[]>;
25
+ default: undefined;
26
+ };
27
+ }>> & Readonly<{}>, {
28
+ modifiers: string | string[];
29
+ position: "top" | "right" | "bottom" | "left";
30
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
31
+ default?: (props: {}) => any;
32
+ }>;
33
+ type __VLS_WithSlots<T, S> = T & {
34
+ new (): {
35
+ $slots: S;
36
+ };
37
+ };
@@ -0,0 +1,19 @@
1
+ import type { PropType } from 'vue';
2
+ import { Side } from '../../constants';
3
+ export declare const VvTooltipProps: {
4
+ /**
5
+ * Define the tooltip position
6
+ * @default Side.bottom
7
+ */
8
+ position: {
9
+ type: PropType<`${Side}`>;
10
+ default: Side;
11
+ };
12
+ value: {
13
+ type: StringConstructor;
14
+ };
15
+ modifiers: {
16
+ type: PropType<string | string[]>;
17
+ default: undefined;
18
+ };
19
+ };
@@ -0,0 +1,51 @@
1
+ import type { Component } from 'vue';
2
+ import type { ScrollToOptions } from '@/composables/useVirtualScroll';
3
+ declare const __VLS_export: <ListItem extends (Record<string | number | symbol, any> | string | number | symbol)>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
+ props: import("vue").PublicProps & __VLS_PrettifyLocal<{
5
+ items: ListItem[];
6
+ estimateSize: string | number | ((index: number) => number);
7
+ wrapperTag?: string | Component;
8
+ itemTag?: string | Component;
9
+ itemProps?: Record<string, unknown> | ((index: number) => Record<string, unknown>);
10
+ startSpacerProps?: Record<string, unknown>;
11
+ endSpacerProps?: Record<string, unknown>;
12
+ startSpacerTag?: string | Component;
13
+ endSpacerTag?: string | Component;
14
+ overscan?: string | number;
15
+ getItemKey?: (index: number) => number | string;
16
+ horizontal?: boolean;
17
+ focusable?: boolean;
18
+ }> & (typeof globalThis extends {
19
+ __VLS_PROPS_FALLBACK: infer P;
20
+ } ? P : {});
21
+ expose: (exposed: import("vue").ShallowUnwrapRef<{
22
+ virtualizer: globalThis.Ref<import("@tanstack/vue-virtual").Virtualizer<HTMLElement, Element>, import("@tanstack/vue-virtual").Virtualizer<HTMLElement, Element>>;
23
+ getElementAtIndex: (index: number) => ListItem;
24
+ scrollToIndex: (index: number, options?: ScrollToOptions) => void;
25
+ scrollToOffset: (offset: number, options?: ScrollToOptions) => void;
26
+ measure: () => void;
27
+ }>) => void;
28
+ attrs: any;
29
+ slots: {
30
+ default?: (props: {
31
+ item: ListItem;
32
+ start: number;
33
+ end: number;
34
+ index: number;
35
+ virtualIndex: number;
36
+ scrollToIndex: (index: number, options?: ScrollToOptions) => void;
37
+ scrollToOffset: (offset: number, options?: ScrollToOptions) => void;
38
+ virtualizer: import("@tanstack/vue-virtual").Virtualizer<HTMLElement, Element>;
39
+ }) => any;
40
+ };
41
+ emit: {};
42
+ }>) => import("vue").VNode & {
43
+ __ctx?: Awaited<typeof __VLS_setup>;
44
+ };
45
+ declare const _default: typeof __VLS_export;
46
+ export default _default;
47
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
48
+ [K in keyof T]: T[K];
49
+ } : {
50
+ [K in keyof T as K]: T[K];
51
+ }) & {};