@volverjs/ui-vue 0.0.10-beta.2 → 0.0.10-beta.21

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 (258) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +98 -3
  3. package/auto-imports.d.ts +6 -2
  4. package/bin/icons.cjs +1 -1
  5. package/bin/icons.js +23 -16
  6. package/dist/Volver.d.ts +1 -1
  7. package/dist/components/VvAccordion/VvAccordion.es.js +70 -14
  8. package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
  9. package/dist/components/VvAccordion/VvAccordion.vue.d.ts +13 -6
  10. package/dist/components/VvAccordion/index.d.ts +4 -1
  11. package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +117 -38
  12. package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
  13. package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +15 -8
  14. package/dist/components/VvAccordionGroup/index.d.ts +4 -1
  15. package/dist/components/VvAction/VvAction.es.js +58 -13
  16. package/dist/components/VvAction/VvAction.umd.js +1 -1
  17. package/dist/components/VvAction/VvAction.vue.d.ts +59 -12
  18. package/dist/components/VvAction/index.d.ts +25 -4
  19. package/dist/components/VvAlert/VvAlert.es.js +195 -152
  20. package/dist/components/VvAlert/VvAlert.umd.js +1 -1
  21. package/dist/components/VvAlert/VvAlert.vue.d.ts +18 -8
  22. package/dist/components/VvAlert/index.d.ts +9 -5
  23. package/dist/components/VvAlertGroup/VvAlertGroup.es.js +240 -174
  24. package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
  25. package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +13 -6
  26. package/dist/components/VvAlertGroup/index.d.ts +6 -2
  27. package/dist/components/VvAvatar/VvAvatar.es.js +54 -9
  28. package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
  29. package/dist/components/VvAvatar/VvAvatar.vue.d.ts +12 -4
  30. package/dist/components/VvAvatar/index.d.ts +4 -1
  31. package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +111 -36
  32. package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
  33. package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +10 -3
  34. package/dist/components/VvAvatarGroup/index.d.ts +4 -1
  35. package/dist/components/VvBadge/VvBadge.es.js +73 -17
  36. package/dist/components/VvBadge/VvBadge.umd.js +1 -1
  37. package/dist/components/VvBadge/VvBadge.vue.d.ts +12 -4
  38. package/dist/components/VvBadge/index.d.ts +4 -1
  39. package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +259 -49
  40. package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
  41. package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +27 -7
  42. package/dist/components/VvBreadcrumb/index.d.ts +6 -10
  43. package/dist/components/VvButton/VvButton.es.js +187 -141
  44. package/dist/components/VvButton/VvButton.umd.js +1 -1
  45. package/dist/components/VvButton/VvButton.vue.d.ts +101 -27
  46. package/dist/components/VvButton/index.d.ts +41 -14
  47. package/dist/components/VvButtonGroup/VvButtonGroup.es.js +69 -16
  48. package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
  49. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +23 -10
  50. package/dist/components/VvButtonGroup/index.d.ts +8 -2
  51. package/dist/components/VvCard/VvCard.es.js +84 -25
  52. package/dist/components/VvCard/VvCard.umd.js +1 -1
  53. package/dist/components/VvCard/VvCard.vue.d.ts +12 -4
  54. package/dist/components/VvCard/index.d.ts +4 -1
  55. package/dist/components/VvCheckbox/VvCheckbox.es.js +91 -22
  56. package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
  57. package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +104 -32
  58. package/dist/components/VvCheckbox/index.d.ts +45 -12
  59. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +180 -67
  60. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  61. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +100 -29
  62. package/dist/components/VvCheckboxGroup/index.d.ts +45 -12
  63. package/dist/components/VvCombobox/VvCombobox.es.js +758 -531
  64. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  65. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +181 -108
  66. package/dist/components/VvCombobox/index.d.ts +53 -22
  67. package/dist/components/VvDialog/VvDialog.es.js +136 -141
  68. package/dist/components/VvDialog/VvDialog.umd.js +1 -1
  69. package/dist/components/VvDialog/VvDialog.vue.d.ts +4 -4
  70. package/dist/components/VvDropdown/VvDropdown.es.js +121 -55
  71. package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
  72. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +101 -75
  73. package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +72 -11
  74. package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +1 -1
  75. package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +12 -4
  76. package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +26 -7
  77. package/dist/components/VvDropdown/index.d.ts +16 -11
  78. package/dist/components/VvDropdownAction/VvDropdownAction.es.js +82 -22
  79. package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
  80. package/dist/components/VvDropdownItem/VvDropdownItem.es.js +13 -7
  81. package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +56 -8
  82. package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
  83. package/dist/components/VvDropdownOption/VvDropdownOption.es.js +76 -17
  84. package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
  85. package/dist/components/VvIcon/VvIcon.es.js +23 -96
  86. package/dist/components/VvIcon/VvIcon.umd.js +1 -1
  87. package/dist/components/VvIcon/VvIcon.vue.d.ts +23 -66
  88. package/dist/components/VvIcon/index.d.ts +33 -48
  89. package/dist/components/VvInputFile/VvInputFile.es.js +1734 -0
  90. package/dist/components/VvInputFile/VvInputFile.umd.js +1 -0
  91. package/dist/components/VvInputFile/VvInputFile.vue.d.ts +313 -0
  92. package/dist/components/VvInputFile/index.d.ts +179 -0
  93. package/dist/components/VvInputText/VvInputClearAction.d.ts +7 -5
  94. package/dist/components/VvInputText/VvInputPasswordAction.d.ts +10 -8
  95. package/dist/components/VvInputText/VvInputStepAction.d.ts +1 -1
  96. package/dist/components/VvInputText/VvInputText.es.js +331 -293
  97. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  98. package/dist/components/VvInputText/VvInputText.vue.d.ts +162 -55
  99. package/dist/components/VvInputText/index.d.ts +71 -29
  100. package/dist/components/VvNav/VvNav.es.js +151 -73
  101. package/dist/components/VvNav/VvNav.umd.js +1 -1
  102. package/dist/components/VvNav/VvNav.vue.d.ts +41 -14
  103. package/dist/components/VvNav/VvNavItem.vue.d.ts +9 -0
  104. package/dist/components/VvNav/VvNavSeparator.vue.d.ts +2 -0
  105. package/dist/components/VvNav/index.d.ts +5 -13
  106. package/dist/components/VvNavItem/VvNavItem.es.js +436 -0
  107. package/dist/components/VvNavItem/VvNavItem.umd.js +1 -0
  108. package/dist/components/VvNavSeparator/VvNavSeparator.es.js +24 -0
  109. package/dist/components/VvNavSeparator/VvNavSeparator.umd.js +1 -0
  110. package/dist/components/VvProgress/VvProgress.es.js +65 -14
  111. package/dist/components/VvProgress/VvProgress.umd.js +1 -1
  112. package/dist/components/VvProgress/VvProgress.vue.d.ts +10 -3
  113. package/dist/components/VvProgress/index.d.ts +4 -1
  114. package/dist/components/VvRadio/VvRadio.es.js +89 -21
  115. package/dist/components/VvRadio/VvRadio.umd.js +1 -1
  116. package/dist/components/VvRadio/VvRadio.vue.d.ts +102 -30
  117. package/dist/components/VvRadio/index.d.ts +44 -11
  118. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +180 -66
  119. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  120. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +100 -29
  121. package/dist/components/VvRadioGroup/index.d.ts +45 -12
  122. package/dist/components/VvSelect/VvSelect.es.js +248 -226
  123. package/dist/components/VvSelect/VvSelect.umd.js +1 -1
  124. package/dist/components/VvSelect/VvSelect.vue.d.ts +112 -39
  125. package/dist/components/VvSelect/index.d.ts +48 -14
  126. package/dist/components/VvTab/VvTab.es.js +256 -110
  127. package/dist/components/VvTab/VvTab.umd.js +1 -1
  128. package/dist/components/VvTab/VvTab.vue.d.ts +50 -13
  129. package/dist/components/VvTab/index.d.ts +13 -4
  130. package/dist/components/VvTextarea/VvTextarea.es.js +229 -212
  131. package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
  132. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +155 -48
  133. package/dist/components/VvTextarea/index.d.ts +68 -19
  134. package/dist/components/VvTooltip/VvTooltip.es.js +72 -17
  135. package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
  136. package/dist/components/VvTooltip/VvTooltip.vue.d.ts +10 -3
  137. package/dist/components/VvTooltip/index.d.ts +4 -1
  138. package/dist/components/common/HintSlot.d.ts +1 -1
  139. package/dist/components/index.d.ts +10 -0
  140. package/dist/components/index.es.js +2902 -1329
  141. package/dist/components/index.umd.js +1 -1
  142. package/dist/composables/alert/useAlert.d.ts +37 -4
  143. package/dist/composables/dropdown/useProvideDropdown.d.ts +1 -1
  144. package/dist/composables/index.d.ts +1 -0
  145. package/dist/composables/index.es.js +88 -1
  146. package/dist/composables/index.umd.js +1 -1
  147. package/dist/composables/useBlurhash.d.ts +7 -0
  148. package/dist/composables/useComponentIcon.d.ts +9 -8
  149. package/dist/composables/useVolver.d.ts +1 -1
  150. package/dist/directives/index.d.ts +3 -5
  151. package/dist/directives/index.es.js +92 -31
  152. package/dist/directives/index.umd.js +1 -1
  153. package/dist/directives/v-tooltip.es.js +90 -26
  154. package/dist/directives/v-tooltip.umd.js +1 -1
  155. package/dist/icons.es.js +210 -210
  156. package/dist/icons.umd.js +1 -1
  157. package/dist/index.d.ts +3 -1
  158. package/dist/index.es.js +81 -16
  159. package/dist/index.umd.js +1 -1
  160. package/dist/props/index.d.ts +287 -73
  161. package/dist/resolvers/unplugin.d.ts +6 -1
  162. package/dist/resolvers/unplugin.es.js +78 -10
  163. package/dist/resolvers/unplugin.umd.js +1 -1
  164. package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +72 -84
  165. package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +623 -461
  166. package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +1 -1
  167. package/dist/stories/Blurhash/BlurhashComposable.stories.d.ts +4 -0
  168. package/dist/stories/Combobox/Combobox.settings.d.ts +8 -0
  169. package/dist/stories/Icon/Icon.settings.d.ts +1 -0
  170. package/dist/stories/InputFile/InputFile.settings.d.ts +56 -0
  171. package/dist/stories/InputFile/InputFile.stories.d.ts +12 -0
  172. package/dist/stories/InputFile/InputFileDropArea.stories.d.ts +9 -0
  173. package/dist/stories/InputFile/InputFileIconPosition.stories.d.ts +8 -0
  174. package/dist/stories/InputFile/InputFileSlots.stories.d.ts +7 -0
  175. package/dist/stories/Tab/Tab.settings.d.ts +4 -37
  176. package/dist/types/alert.d.ts +13 -0
  177. package/dist/types/blurhash.d.ts +12 -0
  178. package/dist/types/floating-ui.d.ts +6 -0
  179. package/dist/types/generic.d.ts +4 -0
  180. package/dist/types/group.d.ts +37 -0
  181. package/dist/types/index.d.ts +7 -0
  182. package/dist/types/input-file.d.ts +16 -0
  183. package/dist/types/nav.d.ts +18 -0
  184. package/dist/utils/ObjectUtilities.d.ts +0 -1
  185. package/dist/workers/blurhash.d.ts +1 -0
  186. package/package.json +97 -80
  187. package/src/Volver.ts +31 -20
  188. package/src/assets/icons/detailed.json +1 -1
  189. package/src/assets/icons/normal.json +1 -1
  190. package/src/assets/icons/simple.json +1 -1
  191. package/src/components/VvAccordion/VvAccordion.vue +2 -2
  192. package/src/components/VvAction/VvAction.vue +5 -2
  193. package/src/components/VvAlert/index.ts +1 -3
  194. package/src/components/VvAlertGroup/index.ts +2 -1
  195. package/src/components/VvBreadcrumb/VvBreadcrumb.vue +20 -19
  196. package/src/components/VvBreadcrumb/index.ts +2 -8
  197. package/src/components/VvButton/VvButton.vue +6 -6
  198. package/src/components/VvButton/index.ts +2 -4
  199. package/src/components/VvCombobox/VvCombobox.vue +24 -16
  200. package/src/components/VvCombobox/index.ts +4 -0
  201. package/src/components/VvIcon/VvIcon.vue +2 -2
  202. package/src/components/VvIcon/index.ts +35 -48
  203. package/src/components/VvInputFile/VvInputFile.vue +365 -0
  204. package/src/components/VvInputFile/index.ts +116 -0
  205. package/src/components/VvInputText/VvInputClearAction.ts +10 -6
  206. package/src/components/VvInputText/VvInputPasswordAction.ts +13 -9
  207. package/src/components/VvInputText/VvInputText.vue +17 -18
  208. package/src/components/VvInputText/index.ts +7 -15
  209. package/src/components/VvNav/VvNav.vue +30 -50
  210. package/src/components/VvNav/VvNavItem.vue +18 -0
  211. package/src/components/VvNav/VvNavSeparator.vue +11 -0
  212. package/src/components/VvNav/index.ts +2 -15
  213. package/src/components/VvSelect/VvSelect.vue +5 -8
  214. package/src/components/VvTab/VvTab.vue +63 -35
  215. package/src/components/VvTab/index.ts +10 -4
  216. package/src/components/VvTextarea/VvTextarea.vue +6 -9
  217. package/src/components/index.ts +10 -0
  218. package/src/composables/index.ts +1 -0
  219. package/src/composables/useBlurhash.ts +76 -0
  220. package/src/composables/useComponentIcon.ts +15 -14
  221. package/src/composables/useUniqueId.ts +2 -2
  222. package/src/directives/index.ts +3 -6
  223. package/src/directives/v-tooltip.ts +19 -10
  224. package/src/index.ts +3 -1
  225. package/src/props/index.ts +115 -27
  226. package/src/resolvers/unplugin.ts +24 -14
  227. package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +2 -2
  228. package/src/stories/Blurhash/BlurhashComposable.stories.ts +195 -0
  229. package/src/stories/Combobox/Combobox.settings.ts +8 -0
  230. package/src/stories/Icon/Icon.settings.ts +3 -3
  231. package/src/stories/InputFile/InputFile.settings.ts +36 -0
  232. package/src/stories/InputFile/InputFile.stories.ts +89 -0
  233. package/src/stories/InputFile/InputFileDropArea.stories.ts +56 -0
  234. package/src/stories/InputFile/InputFileIconPosition.stories.ts +43 -0
  235. package/src/stories/InputFile/InputFileSlots.stories.ts +33 -0
  236. package/src/stories/Nav/Nav.settings.ts +3 -4
  237. package/src/stories/Nav/Nav.test.ts +4 -15
  238. package/src/stories/Tab/Tab.settings.ts +9 -9
  239. package/src/stories/Tab/Tab.stories.ts +2 -2
  240. package/src/stories/Tab/Tab.test.ts +6 -14
  241. package/src/stories/argTypes.ts +1 -1
  242. package/src/types/blurhash.ts +21 -0
  243. package/src/types/generic.ts +6 -0
  244. package/src/types/index.ts +7 -0
  245. package/src/types/input-file.ts +18 -0
  246. package/src/types/nav.ts +20 -0
  247. package/src/utils/ObjectUtilities.ts +0 -11
  248. package/src/workers/blurhash.ts +9 -0
  249. package/dist/components/VvNav/VvNavItemTitle.vue.d.ts +0 -6
  250. package/dist/components/VvNav/VvNavSeparator.d.ts +0 -2
  251. package/dist/components/VvNavItemTitle/VvNavItemTitle.es.js +0 -19
  252. package/dist/components/VvNavItemTitle/VvNavItemTitle.umd.js +0 -1
  253. package/src/components/VvNav/VvNavItemTitle.vue +0 -11
  254. package/src/components/VvNav/VvNavSeparator.ts +0 -8
  255. package/src/types/generic.d.ts +0 -6
  256. /package/src/types/{alert.d.ts → alert.ts} +0 -0
  257. /package/src/types/{floating-ui.d.ts → floating-ui.ts} +0 -0
  258. /package/src/types/{group.d.ts → group.ts} +0 -0
@@ -1,6 +1,8 @@
1
1
  import type { PropType } from 'vue';
2
- import type { Option } from '../types/generic';
3
- import { Placement, Strategy, Position, Side, AnchorTarget, ButtonType } from '../constants';
2
+ import type { Option } from '@/types/generic';
3
+ import type { NavItem } from '@/types/nav';
4
+ import { Placement, Strategy, Position, Side, AnchorTarget, ButtonType, ActionTag } from '@/constants';
5
+ import type { VvIconProps } from '@/components/VvIcon';
4
6
  export declare const LinkProps: {
5
7
  /**
6
8
  * The router-link/nuxt-link property, if it is defined the button is rendered as a ruouter-link or nuxt-link.
@@ -18,6 +20,7 @@ export declare const LinkProps: {
18
20
  */
19
21
  target: {
20
22
  type: PropType<"_blank" | "_self" | "_parent" | "_top">;
23
+ default: undefined;
21
24
  validator: (value: AnchorTarget) => boolean;
22
25
  };
23
26
  /**
@@ -32,27 +35,42 @@ export declare const ValidProps: {
32
35
  /**
33
36
  * Valid status
34
37
  */
35
- valid: BooleanConstructor;
38
+ valid: {
39
+ type: BooleanConstructor;
40
+ default: boolean;
41
+ };
36
42
  /**
37
43
  * Valid label
38
44
  */
39
- validLabel: (ArrayConstructor | StringConstructor)[];
45
+ validLabel: {
46
+ type: (ArrayConstructor | StringConstructor)[];
47
+ default: undefined;
48
+ };
40
49
  };
41
50
  export declare const InvalidProps: {
42
51
  /**
43
52
  * Invalid status
44
53
  */
45
- invalid: BooleanConstructor;
54
+ invalid: {
55
+ type: BooleanConstructor;
56
+ default: boolean;
57
+ };
46
58
  /**
47
59
  * Invalid label
48
60
  */
49
- invalidLabel: (ArrayConstructor | StringConstructor)[];
61
+ invalidLabel: {
62
+ type: (ArrayConstructor | StringConstructor)[];
63
+ default: undefined;
64
+ };
50
65
  };
51
66
  export declare const LoadingProps: {
52
67
  /**
53
68
  * Loading status
54
69
  */
55
- loading: BooleanConstructor;
70
+ loading: {
71
+ type: BooleanConstructor;
72
+ default: boolean;
73
+ };
56
74
  /**
57
75
  * Loading label
58
76
  */
@@ -65,43 +83,73 @@ export declare const DisabledProps: {
65
83
  /**
66
84
  * Whether the form control is disabled
67
85
  */
68
- disabled: BooleanConstructor;
86
+ disabled: {
87
+ type: BooleanConstructor;
88
+ default: boolean;
89
+ };
69
90
  };
70
91
  export declare const SelectedProps: {
71
92
  /**
72
93
  * Whether the item is selected
73
94
  */
74
- selected: BooleanConstructor;
95
+ selected: {
96
+ type: BooleanConstructor;
97
+ default: boolean;
98
+ };
75
99
  };
76
100
  export declare const ActiveProps: {
77
101
  /**
78
102
  * Whether the item is active
79
103
  */
80
- active: BooleanConstructor;
104
+ active: {
105
+ type: BooleanConstructor;
106
+ default: boolean;
107
+ };
108
+ };
109
+ export declare const CurrentProps: {
110
+ /**
111
+ * Whether the item is current
112
+ */
113
+ current: {
114
+ type: BooleanConstructor;
115
+ default: boolean;
116
+ };
81
117
  };
82
118
  export declare const PressedProps: {
83
119
  /**
84
120
  * Whether the item is pressed
85
121
  */
86
- pressed: BooleanConstructor;
122
+ pressed: {
123
+ type: BooleanConstructor;
124
+ default: boolean;
125
+ };
87
126
  };
88
127
  export declare const LabelProps: {
89
128
  /**
90
129
  * The item label
91
130
  */
92
- label: (StringConstructor | NumberConstructor)[];
131
+ label: {
132
+ type: (StringConstructor | NumberConstructor)[];
133
+ default: undefined;
134
+ };
93
135
  };
94
136
  export declare const ReadonlyProps: {
95
137
  /**
96
138
  * The value is not editable
97
139
  */
98
- readonly: BooleanConstructor;
140
+ readonly: {
141
+ type: BooleanConstructor;
142
+ default: boolean;
143
+ };
99
144
  };
100
145
  export declare const ModifiersProps: {
101
146
  /**
102
147
  * Component BEM modifiers
103
148
  */
104
- modifiers: PropType<string | string[]>;
149
+ modifiers: {
150
+ type: PropType<string | string[]>;
151
+ default: undefined;
152
+ };
105
153
  };
106
154
  export declare const HintProps: {
107
155
  hintLabel: {
@@ -144,7 +192,7 @@ export declare const CountProps: {
144
192
  * Show character limit
145
193
  */
146
194
  count: {
147
- type: (StringConstructor | BooleanConstructor)[];
195
+ type: (BooleanConstructor | StringConstructor)[];
148
196
  default: boolean;
149
197
  validator: (value: string) => boolean;
150
198
  };
@@ -153,7 +201,10 @@ export declare const DebounceProps: {
153
201
  /**
154
202
  * Milliseconds to wait before emitting the input event
155
203
  */
156
- debounce: (StringConstructor | NumberConstructor)[];
204
+ debounce: {
205
+ type: (StringConstructor | NumberConstructor)[];
206
+ default: undefined;
207
+ };
157
208
  };
158
209
  export declare const IconProps: {
159
210
  /**
@@ -161,7 +212,8 @@ export declare const IconProps: {
161
212
  * @see VVIcon
162
213
  */
163
214
  icon: {
164
- type: (ObjectConstructor | StringConstructor)[];
215
+ type: PropType<string | VvIconProps>;
216
+ default: undefined;
165
217
  };
166
218
  /**
167
219
  * VvIcon position
@@ -186,7 +238,10 @@ export declare const FloatingLabelProps: {
186
238
  /**
187
239
  * If true the label will be floating
188
240
  */
189
- floating: BooleanConstructor;
241
+ floating: {
242
+ type: BooleanConstructor;
243
+ default: boolean;
244
+ };
190
245
  };
191
246
  export declare const UnselectableProps: {
192
247
  /**
@@ -226,6 +281,7 @@ export declare const DropdownProps: {
226
281
  */
227
282
  transitionName: {
228
283
  type: StringConstructor;
284
+ default: undefined;
229
285
  };
230
286
  /**
231
287
  * Offset of the dropdown from the trigger
@@ -241,24 +297,24 @@ export declare const DropdownProps: {
241
297
  */
242
298
  shift: {
243
299
  type: PropType<boolean | {
244
- mainAxis?: boolean | undefined;
245
- crossAxis?: boolean | undefined;
246
300
  rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
247
301
  elementContext?: import("@floating-ui/core").ElementContext | undefined;
248
302
  altBoundary?: boolean | undefined;
249
303
  padding?: import("@floating-ui/utils").Padding | undefined;
304
+ crossAxis?: boolean | undefined;
305
+ mainAxis?: boolean | undefined;
250
306
  limiter?: {
251
307
  fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
252
308
  options?: any;
253
309
  } | undefined;
254
310
  boundary?: import("@floating-ui/dom").Boundary | undefined;
255
311
  } | import("@floating-ui/dom").Derivable<{
256
- mainAxis?: boolean | undefined;
257
- crossAxis?: boolean | undefined;
258
312
  rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
259
313
  elementContext?: import("@floating-ui/core").ElementContext | undefined;
260
314
  altBoundary?: boolean | undefined;
261
315
  padding?: import("@floating-ui/utils").Padding | undefined;
316
+ crossAxis?: boolean | undefined;
317
+ mainAxis?: boolean | undefined;
262
318
  limiter?: {
263
319
  fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/core").Coords;
264
320
  options?: any;
@@ -273,24 +329,24 @@ export declare const DropdownProps: {
273
329
  */
274
330
  flip: {
275
331
  type: PropType<boolean | {
276
- mainAxis?: boolean | undefined;
277
- crossAxis?: boolean | undefined;
278
332
  rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
279
333
  elementContext?: import("@floating-ui/core").ElementContext | undefined;
280
334
  altBoundary?: boolean | undefined;
281
335
  padding?: import("@floating-ui/utils").Padding | undefined;
336
+ crossAxis?: boolean | undefined;
337
+ mainAxis?: boolean | undefined;
282
338
  fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
283
339
  fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
284
340
  fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
285
341
  flipAlignment?: boolean | undefined;
286
342
  boundary?: import("@floating-ui/dom").Boundary | undefined;
287
343
  } | import("@floating-ui/dom").Derivable<{
288
- mainAxis?: boolean | undefined;
289
- crossAxis?: boolean | undefined;
290
344
  rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
291
345
  elementContext?: import("@floating-ui/core").ElementContext | undefined;
292
346
  altBoundary?: boolean | undefined;
293
347
  padding?: import("@floating-ui/utils").Padding | undefined;
348
+ crossAxis?: boolean | undefined;
349
+ mainAxis?: boolean | undefined;
294
350
  fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
295
351
  fallbackStrategy?: "initialPlacement" | "bestFit" | undefined;
296
352
  fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
@@ -322,6 +378,9 @@ export declare const DropdownProps: {
322
378
  elements: import("@floating-ui/dom").Elements;
323
379
  } & {
324
380
  availableWidth: number;
381
+ /**
382
+ * Milliseconds to wait before emitting the input event
383
+ */
325
384
  availableHeight: number;
326
385
  }) => void | Promise<void>) | undefined;
327
386
  } | import("@floating-ui/dom").Derivable<{
@@ -342,6 +401,9 @@ export declare const DropdownProps: {
342
401
  elements: import("@floating-ui/dom").Elements;
343
402
  } & {
344
403
  availableWidth: number;
404
+ /**
405
+ * Milliseconds to wait before emitting the input event
406
+ */
345
407
  availableHeight: number;
346
408
  }) => void | Promise<void>) | undefined;
347
409
  }> | undefined>;
@@ -355,21 +417,21 @@ export declare const DropdownProps: {
355
417
  */
356
418
  autoPlacement: {
357
419
  type: PropType<boolean | {
358
- crossAxis?: boolean | undefined;
359
420
  rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
360
421
  elementContext?: import("@floating-ui/core").ElementContext | undefined;
361
422
  altBoundary?: boolean | undefined;
362
423
  padding?: import("@floating-ui/utils").Padding | undefined;
424
+ crossAxis?: boolean | undefined;
363
425
  alignment?: import("@floating-ui/utils").Alignment | null | undefined;
364
426
  autoAlignment?: boolean | undefined;
365
427
  allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
366
428
  boundary?: import("@floating-ui/dom").Boundary | undefined;
367
429
  } | import("@floating-ui/dom").Derivable<{
368
- crossAxis?: boolean | undefined;
369
430
  rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
370
431
  elementContext?: import("@floating-ui/core").ElementContext | undefined;
371
432
  altBoundary?: boolean | undefined;
372
433
  padding?: import("@floating-ui/utils").Padding | undefined;
434
+ crossAxis?: boolean | undefined;
373
435
  alignment?: import("@floating-ui/utils").Alignment | null | undefined;
374
436
  autoAlignment?: boolean | undefined;
375
437
  allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
@@ -404,6 +466,7 @@ export declare const DropdownProps: {
404
466
  */
405
467
  triggerWidth: {
406
468
  type: BooleanConstructor;
469
+ default: boolean;
407
470
  };
408
471
  };
409
472
  export declare const IdNameProps: {
@@ -427,7 +490,10 @@ export declare const AutofocusProps: {
427
490
  * Global attribute autofocus
428
491
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus
429
492
  */
430
- autofocus: BooleanConstructor;
493
+ autofocus: {
494
+ type: BooleanConstructor;
495
+ default: boolean;
496
+ };
431
497
  };
432
498
  export declare const AutocompleteProps: {
433
499
  /**
@@ -446,42 +512,61 @@ export declare const InputTextareaProps: {
446
512
  * Available for input types: text, search, url, tel, email, password
447
513
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#minlength
448
514
  */
449
- minlength: (StringConstructor | NumberConstructor)[];
515
+ minlength: {
516
+ type: (StringConstructor | NumberConstructor)[];
517
+ default: undefined;
518
+ };
450
519
  /**
451
520
  * Input / Textarea maxlength
452
521
  * Maximum length (number of characters) of value
453
522
  * Available for input types: text, search, url, tel, email, password
454
523
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#maxlength
455
524
  */
456
- maxlength: (StringConstructor | NumberConstructor)[];
525
+ maxlength: {
526
+ type: (StringConstructor | NumberConstructor)[];
527
+ default: undefined;
528
+ };
457
529
  /**
458
530
  * Input / Textarea placeholder
459
531
  * Text that appears in the form control when it has no value set
460
532
  * Available for input types: text, search, url, tel, email, password, number
461
533
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#placeholder
462
534
  */
463
- placeholder: StringConstructor;
535
+ placeholder: {
536
+ type: StringConstructor;
537
+ default: undefined;
538
+ };
464
539
  /**
465
540
  * Input / Textarea required
466
541
  * A value is required or must be check for the form to be submittable
467
542
  * Available for all input types except color
468
543
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#required
469
544
  */
470
- required: BooleanConstructor;
545
+ required: {
546
+ type: BooleanConstructor;
547
+ default: boolean;
548
+ };
471
549
  /**
472
550
  * The item label
473
551
  */
474
- label: (StringConstructor | NumberConstructor)[];
552
+ label: {
553
+ type: (StringConstructor | NumberConstructor)[];
554
+ default: undefined;
555
+ };
475
556
  /**
476
557
  * If true the label will be floating
477
558
  */
478
- floating: BooleanConstructor;
559
+ floating: {
560
+ type: BooleanConstructor;
561
+ default: boolean;
562
+ };
479
563
  /**
480
564
  * VvIcon name or props
481
565
  * @see VVIcon
482
566
  */
483
567
  icon: {
484
- type: (ObjectConstructor | StringConstructor)[];
568
+ type: PropType<string | VvIconProps>;
569
+ default: undefined;
485
570
  };
486
571
  /**
487
572
  * VvIcon position
@@ -494,23 +579,32 @@ export declare const InputTextareaProps: {
494
579
  /**
495
580
  * Milliseconds to wait before emitting the input event
496
581
  */
497
- debounce: (StringConstructor | NumberConstructor)[];
582
+ debounce: {
583
+ type: (StringConstructor | NumberConstructor)[];
584
+ default: undefined;
585
+ };
498
586
  /**
499
587
  * Show character limit
500
588
  */
501
589
  count: {
502
- type: (StringConstructor | BooleanConstructor)[];
590
+ type: (BooleanConstructor | StringConstructor)[];
503
591
  default: boolean;
504
592
  validator: (value: string) => boolean;
505
593
  };
506
594
  /**
507
595
  * Component BEM modifiers
508
596
  */
509
- modifiers: PropType<string | string[]>;
597
+ modifiers: {
598
+ type: PropType<string | string[]>;
599
+ default: undefined;
600
+ };
510
601
  /**
511
602
  * Loading status
512
603
  */
513
- loading: BooleanConstructor;
604
+ loading: {
605
+ type: BooleanConstructor;
606
+ default: boolean;
607
+ };
514
608
  /**
515
609
  * Loading label
516
610
  */
@@ -525,27 +619,45 @@ export declare const InputTextareaProps: {
525
619
  /**
526
620
  * Invalid status
527
621
  */
528
- invalid: BooleanConstructor;
622
+ invalid: {
623
+ type: BooleanConstructor;
624
+ default: boolean;
625
+ };
529
626
  /**
530
627
  * Invalid label
531
628
  */
532
- invalidLabel: (ArrayConstructor | StringConstructor)[];
629
+ invalidLabel: {
630
+ type: (ArrayConstructor | StringConstructor)[];
631
+ default: undefined;
632
+ };
533
633
  /**
534
634
  * Valid status
535
635
  */
536
- valid: BooleanConstructor;
636
+ valid: {
637
+ type: BooleanConstructor;
638
+ default: boolean;
639
+ };
537
640
  /**
538
641
  * Valid label
539
642
  */
540
- validLabel: (ArrayConstructor | StringConstructor)[];
643
+ validLabel: {
644
+ type: (ArrayConstructor | StringConstructor)[];
645
+ default: undefined;
646
+ };
541
647
  /**
542
648
  * The value is not editable
543
649
  */
544
- readonly: BooleanConstructor;
650
+ readonly: {
651
+ type: BooleanConstructor;
652
+ default: boolean;
653
+ };
545
654
  /**
546
655
  * Whether the form control is disabled
547
656
  */
548
- disabled: BooleanConstructor;
657
+ disabled: {
658
+ type: BooleanConstructor;
659
+ default: boolean;
660
+ };
549
661
  /**
550
662
  * Global attribute tabindex
551
663
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex
@@ -566,7 +678,10 @@ export declare const InputTextareaProps: {
566
678
  * Global attribute autofocus
567
679
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus
568
680
  */
569
- autofocus: BooleanConstructor;
681
+ autofocus: {
682
+ type: BooleanConstructor;
683
+ default: boolean;
684
+ };
570
685
  /**
571
686
  * Input / Textarea name
572
687
  * Name of the form control. Submitted with the form as part of a name/value pair
@@ -587,15 +702,24 @@ export declare const CheckboxRadioProps: {
587
702
  * Input value
588
703
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#value
589
704
  */
590
- value: (StringConstructor | BooleanConstructor | NumberConstructor)[];
705
+ value: {
706
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
707
+ default: undefined;
708
+ };
591
709
  /**
592
710
  * Input value
593
711
  */
594
- modelValue: (ObjectConstructor | StringConstructor | BooleanConstructor | NumberConstructor)[];
712
+ modelValue: {
713
+ type: (ObjectConstructor | BooleanConstructor | StringConstructor | NumberConstructor)[];
714
+ default: undefined;
715
+ };
595
716
  /**
596
717
  * Loading status
597
718
  */
598
- loading: BooleanConstructor;
719
+ loading: {
720
+ type: BooleanConstructor;
721
+ default: boolean;
722
+ };
599
723
  /**
600
724
  * Loading label
601
725
  */
@@ -606,19 +730,31 @@ export declare const CheckboxRadioProps: {
606
730
  /**
607
731
  * The item label
608
732
  */
609
- label: (StringConstructor | NumberConstructor)[];
733
+ label: {
734
+ type: (StringConstructor | NumberConstructor)[];
735
+ default: undefined;
736
+ };
610
737
  /**
611
738
  * Component BEM modifiers
612
739
  */
613
- modifiers: PropType<string | string[]>;
740
+ modifiers: {
741
+ type: PropType<string | string[]>;
742
+ default: undefined;
743
+ };
614
744
  /**
615
745
  * The value is not editable
616
746
  */
617
- readonly: BooleanConstructor;
747
+ readonly: {
748
+ type: BooleanConstructor;
749
+ default: boolean;
750
+ };
618
751
  /**
619
752
  * Whether the form control is disabled
620
753
  */
621
- disabled: BooleanConstructor;
754
+ disabled: {
755
+ type: BooleanConstructor;
756
+ default: boolean;
757
+ };
622
758
  hintLabel: {
623
759
  type: StringConstructor;
624
760
  default: string;
@@ -626,19 +762,31 @@ export declare const CheckboxRadioProps: {
626
762
  /**
627
763
  * Invalid status
628
764
  */
629
- invalid: BooleanConstructor;
765
+ invalid: {
766
+ type: BooleanConstructor;
767
+ default: boolean;
768
+ };
630
769
  /**
631
770
  * Invalid label
632
771
  */
633
- invalidLabel: (ArrayConstructor | StringConstructor)[];
772
+ invalidLabel: {
773
+ type: (ArrayConstructor | StringConstructor)[];
774
+ default: undefined;
775
+ };
634
776
  /**
635
777
  * Valid status
636
778
  */
637
- valid: BooleanConstructor;
779
+ valid: {
780
+ type: BooleanConstructor;
781
+ default: boolean;
782
+ };
638
783
  /**
639
784
  * Valid label
640
785
  */
641
- validLabel: (ArrayConstructor | StringConstructor)[];
786
+ validLabel: {
787
+ type: (ArrayConstructor | StringConstructor)[];
788
+ default: undefined;
789
+ };
642
790
  /**
643
791
  * Global attribute tabindex
644
792
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex
@@ -666,7 +814,10 @@ export declare const CheckboxRadioGroupProps: {
666
814
  /**
667
815
  * Input value
668
816
  */
669
- modelValue: (SymbolConstructor | ArrayConstructor | StringConstructor | BooleanConstructor | NumberConstructor)[];
817
+ modelValue: {
818
+ type: (SymbolConstructor | ArrayConstructor | BooleanConstructor | StringConstructor | NumberConstructor)[];
819
+ default: undefined;
820
+ };
670
821
  /**
671
822
  * Input name
672
823
  */
@@ -677,11 +828,17 @@ export declare const CheckboxRadioGroupProps: {
677
828
  /**
678
829
  * If true, the group will be displayed in a vertical column
679
830
  */
680
- vertical: BooleanConstructor;
831
+ vertical: {
832
+ type: BooleanConstructor;
833
+ default: boolean;
834
+ };
681
835
  /**
682
836
  * Loading status
683
837
  */
684
- loading: BooleanConstructor;
838
+ loading: {
839
+ type: BooleanConstructor;
840
+ default: boolean;
841
+ };
685
842
  /**
686
843
  * Loading label
687
844
  */
@@ -692,19 +849,31 @@ export declare const CheckboxRadioGroupProps: {
692
849
  /**
693
850
  * The item label
694
851
  */
695
- label: (StringConstructor | NumberConstructor)[];
852
+ label: {
853
+ type: (StringConstructor | NumberConstructor)[];
854
+ default: undefined;
855
+ };
696
856
  /**
697
857
  * Component BEM modifiers
698
858
  */
699
- modifiers: PropType<string | string[]>;
859
+ modifiers: {
860
+ type: PropType<string | string[]>;
861
+ default: undefined;
862
+ };
700
863
  /**
701
864
  * The value is not editable
702
865
  */
703
- readonly: BooleanConstructor;
866
+ readonly: {
867
+ type: BooleanConstructor;
868
+ default: boolean;
869
+ };
704
870
  /**
705
871
  * Whether the form control is disabled
706
872
  */
707
- disabled: BooleanConstructor;
873
+ disabled: {
874
+ type: BooleanConstructor;
875
+ default: boolean;
876
+ };
708
877
  hintLabel: {
709
878
  type: StringConstructor;
710
879
  default: string;
@@ -740,19 +909,31 @@ export declare const CheckboxRadioGroupProps: {
740
909
  /**
741
910
  * Invalid status
742
911
  */
743
- invalid: BooleanConstructor;
912
+ invalid: {
913
+ type: BooleanConstructor;
914
+ default: boolean;
915
+ };
744
916
  /**
745
917
  * Invalid label
746
918
  */
747
- invalidLabel: (ArrayConstructor | StringConstructor)[];
919
+ invalidLabel: {
920
+ type: (ArrayConstructor | StringConstructor)[];
921
+ default: undefined;
922
+ };
748
923
  /**
749
924
  * Valid status
750
925
  */
751
- valid: BooleanConstructor;
926
+ valid: {
927
+ type: BooleanConstructor;
928
+ default: boolean;
929
+ };
752
930
  /**
753
931
  * Valid label
754
932
  */
755
- validLabel: (ArrayConstructor | StringConstructor)[];
933
+ validLabel: {
934
+ type: (ArrayConstructor | StringConstructor)[];
935
+ default: undefined;
936
+ };
756
937
  };
757
938
  export declare const ActionProps: {
758
939
  /**
@@ -770,6 +951,13 @@ export declare const ActionProps: {
770
951
  type: StringConstructor;
771
952
  default: undefined;
772
953
  };
954
+ /**
955
+ * Default tag for the action
956
+ */
957
+ defaultTag: {
958
+ type: StringConstructor;
959
+ default: ActionTag;
960
+ };
773
961
  /**
774
962
  * The router-link/nuxt-link property, if it is defined the button is rendered as a ruouter-link or nuxt-link.
775
963
  * @see Documentation of [router-link](https://router.vuejs.org/api/#router-link) and [nuxt-link](https://nuxtjs.org/api/components-nuxt-link/)
@@ -786,6 +974,7 @@ export declare const ActionProps: {
786
974
  */
787
975
  target: {
788
976
  type: PropType<"_blank" | "_self" | "_parent" | "_top">;
977
+ default: undefined;
789
978
  validator: (value: AnchorTarget) => boolean;
790
979
  };
791
980
  /**
@@ -795,20 +984,45 @@ export declare const ActionProps: {
795
984
  type: StringConstructor;
796
985
  default: string;
797
986
  };
987
+ /**
988
+ * Whether the item is current
989
+ */
990
+ current: {
991
+ type: BooleanConstructor;
992
+ default: boolean;
993
+ };
798
994
  /**
799
995
  * Whether the item is active
800
996
  */
801
- active: BooleanConstructor;
997
+ active: {
998
+ type: BooleanConstructor;
999
+ default: boolean;
1000
+ };
802
1001
  /**
803
1002
  * Whether the item is pressed
804
1003
  */
805
- pressed: BooleanConstructor;
1004
+ pressed: {
1005
+ type: BooleanConstructor;
1006
+ default: boolean;
1007
+ };
806
1008
  /**
807
1009
  * The item label
808
1010
  */
809
- label: (StringConstructor | NumberConstructor)[];
1011
+ label: {
1012
+ type: (StringConstructor | NumberConstructor)[];
1013
+ default: undefined;
1014
+ };
810
1015
  /**
811
1016
  * Whether the form control is disabled
812
1017
  */
813
- disabled: BooleanConstructor;
1018
+ disabled: {
1019
+ type: BooleanConstructor;
1020
+ default: boolean;
1021
+ };
1022
+ };
1023
+ export declare const NavProps: {
1024
+ items: {
1025
+ type: PropType<NavItem[]>;
1026
+ default: () => never[];
1027
+ };
814
1028
  };