@volverjs/ui-vue 0.0.13 → 0.0.15

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 (343) 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.es.js +26 -26
  7. package/dist/components/VvAction/VvAction.umd.js +1 -1
  8. package/dist/components/VvAction/VvAction.vue.d.ts +110 -0
  9. package/dist/components/VvAction/index.d.ts +2 -0
  10. package/dist/components/VvAlert/VvAlert.es.js +43 -44
  11. package/dist/components/VvAlert/VvAlert.umd.js +1 -1
  12. package/dist/components/VvAlert/VvAlert.vue.d.ts +124 -0
  13. package/dist/components/VvAlert/index.d.ts +104 -0
  14. package/dist/components/VvAlertGroup/VvAlertGroup.es.js +54 -55
  15. package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
  16. package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +97 -0
  17. package/dist/components/VvAlertGroup/index.d.ts +47 -0
  18. package/dist/components/VvAvatar/VvAvatar.vue.d.ts +24 -0
  19. package/dist/components/VvAvatar/index.d.ts +10 -0
  20. package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +50 -0
  21. package/dist/components/VvAvatarGroup/index.d.ts +28 -0
  22. package/dist/components/VvBadge/VvBadge.vue.d.ts +24 -0
  23. package/dist/components/VvBadge/index.d.ts +7 -0
  24. package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +34 -34
  25. package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
  26. package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +39 -0
  27. package/dist/components/VvBreadcrumb/index.d.ts +8 -0
  28. package/dist/components/VvButton/VvButton.es.js +186 -187
  29. package/dist/components/VvButton/VvButton.umd.js +1 -1
  30. package/dist/components/VvButton/VvButton.vue.d.ts +221 -0
  31. package/dist/components/VvButton/index.d.ts +131 -0
  32. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +84 -0
  33. package/dist/components/VvButtonGroup/index.d.ts +37 -0
  34. package/dist/components/VvCard/VvCard.vue.d.ts +30 -0
  35. package/dist/components/VvCard/index.d.ts +7 -0
  36. package/dist/components/VvCheckbox/VvCheckbox.es.js +215 -217
  37. package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
  38. package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +187 -0
  39. package/dist/components/VvCheckbox/index.d.ts +94 -0
  40. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +235 -237
  41. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  42. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +212 -0
  43. package/dist/components/VvCheckboxGroup/index.d.ts +2 -0
  44. package/dist/components/VvCombobox/VvCombobox.es.js +810 -813
  45. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  46. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +346 -0
  47. package/dist/components/VvCombobox/index.d.ts +694 -0
  48. package/dist/components/VvDialog/VvDialog.vue.d.ts +73 -0
  49. package/dist/components/VvDialog/index.d.ts +45 -0
  50. package/dist/components/VvDropdown/VvDropdown.es.js +4 -4
  51. package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
  52. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +258 -0
  53. package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +118 -0
  54. package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +22 -0
  55. package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +22 -0
  56. package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +82 -0
  57. package/dist/components/VvDropdown/index.d.ts +120 -0
  58. package/dist/components/VvDropdownAction/VvDropdownAction.es.js +50 -50
  59. package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
  60. package/dist/components/VvIcon/VvIcon.es.js +30 -31
  61. package/dist/components/VvIcon/VvIcon.umd.js +1 -1
  62. package/dist/components/VvIcon/VvIcon.vue.d.ts +6 -0
  63. package/dist/components/VvIcon/index.d.ts +86 -0
  64. package/dist/components/VvInputFile/VvInputFile.es.js +415 -418
  65. package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
  66. package/dist/components/VvInputFile/VvInputFile.vue.d.ts +361 -0
  67. package/dist/components/VvInputFile/index.d.ts +204 -0
  68. package/dist/components/VvInputText/VvInputText.es.js +595 -588
  69. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  70. package/dist/components/VvInputText/VvInputText.vue.d.ts +524 -0
  71. package/dist/components/VvInputText/VvInputTextActions.d.ts +4 -0
  72. package/dist/components/VvInputText/index.d.ts +313 -0
  73. package/dist/components/VvNav/VvNav.es.js +63 -63
  74. package/dist/components/VvNav/VvNav.umd.js +1 -1
  75. package/dist/components/VvNav/VvNav.vue.d.ts +48 -0
  76. package/dist/components/VvNav/VvNavItem.vue.d.ts +14 -0
  77. package/dist/components/VvNav/VvNavSeparator.vue.d.ts +3 -0
  78. package/dist/components/VvNav/index.d.ts +11 -0
  79. package/dist/components/VvNavItem/VvNavItem.es.js +41 -41
  80. package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
  81. package/dist/components/VvProgress/VvProgress.vue.d.ts +38 -0
  82. package/dist/components/VvProgress/index.d.ts +33 -0
  83. package/dist/components/VvRadio/VvRadio.es.js +222 -224
  84. package/dist/components/VvRadio/VvRadio.umd.js +1 -1
  85. package/dist/components/VvRadio/VvRadio.vue.d.ts +179 -0
  86. package/dist/components/VvRadio/index.d.ts +80 -0
  87. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +234 -236
  88. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  89. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +212 -0
  90. package/dist/components/VvRadioGroup/index.d.ts +2 -0
  91. package/dist/components/VvSelect/VvSelect.es.js +200 -203
  92. package/dist/components/VvSelect/VvSelect.umd.js +1 -1
  93. package/dist/components/VvSelect/VvSelect.vue.d.ts +183 -0
  94. package/dist/components/VvSelect/index.d.ts +298 -0
  95. package/dist/components/VvTab/VvTab.es.js +35 -35
  96. package/dist/components/VvTab/VvTab.umd.js +1 -1
  97. package/dist/components/VvTab/VvTab.vue.d.ts +64 -0
  98. package/dist/components/VvTab/index.d.ts +19 -0
  99. package/dist/components/VvTextarea/VvTextarea.es.js +341 -344
  100. package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
  101. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +384 -0
  102. package/dist/components/VvTextarea/index.d.ts +190 -0
  103. package/dist/components/VvTooltip/VvTooltip.vue.d.ts +37 -0
  104. package/dist/components/VvTooltip/index.d.ts +19 -0
  105. package/dist/components/VvVirtualScroll/VvVirtualScroll.vue.d.ts +51 -0
  106. package/dist/components/common/HintSlot.d.ts +57 -0
  107. package/dist/components/common/VvInputClearAction.d.ts +52 -0
  108. package/dist/components/common/VvInputPasswordAction.d.ts +71 -0
  109. package/dist/components/common/VvInputStepAction.d.ts +50 -0
  110. package/dist/components/index.d.ts +34 -0
  111. package/dist/components/index.es.js +1965 -1958
  112. package/dist/components/index.umd.js +1 -1
  113. package/dist/composables/alert/useAlerInject.d.ts +4 -0
  114. package/dist/composables/alert/useAlert.d.ts +92 -0
  115. package/dist/composables/alert/useAlertProvide.d.ts +10 -0
  116. package/dist/composables/dropdown/useDropdownContextmenu.d.ts +18 -0
  117. package/dist/composables/dropdown/useDropdownInject.d.ts +12 -0
  118. package/dist/composables/dropdown/useDropdownProvide.d.ts +40 -0
  119. package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +17 -0
  120. package/dist/composables/group/useGroupStateInject.d.ts +9 -0
  121. package/dist/composables/group/useGroupStateProvide.d.ts +6 -0
  122. package/dist/composables/index.d.ts +5 -0
  123. package/dist/composables/index.es.js +34 -34
  124. package/dist/composables/index.umd.js +2 -2
  125. package/dist/composables/useBlurhash.d.ts +7 -0
  126. package/dist/composables/useComponentFocus.d.ts +4 -0
  127. package/dist/composables/useComponentIcon.d.ts +11 -0
  128. package/dist/composables/useDebouncedInput.d.ts +5 -0
  129. package/dist/composables/useDefaults.d.ts +2 -0
  130. package/dist/composables/useModifiers.d.ts +2 -0
  131. package/dist/composables/useOptions.d.ts +8 -0
  132. package/dist/composables/usePersistence.d.ts +3 -0
  133. package/dist/composables/useTextCount.d.ts +10 -0
  134. package/dist/composables/useUniqueId.d.ts +2 -0
  135. package/dist/composables/useVirtualScroll.d.ts +35 -0
  136. package/dist/composables/useVolver.d.ts +4 -0
  137. package/dist/constants.d.ts +104 -0
  138. package/dist/directives/index.d.ts +3 -0
  139. package/dist/directives/index.es.js +22 -22
  140. package/dist/directives/index.umd.js +1 -1
  141. package/dist/directives/v-contextmenu.d.ts +3 -0
  142. package/dist/directives/v-contextmenu.es.js +13 -13
  143. package/dist/directives/v-contextmenu.umd.js +1 -1
  144. package/dist/directives/v-tooltip.d.ts +3 -0
  145. package/dist/icons.d.ts +1889 -0
  146. package/dist/index.d.ts +10 -0
  147. package/dist/index.es.js +19 -19
  148. package/dist/index.umd.js +1 -1
  149. package/dist/json-render/catalog.d.ts +395 -0
  150. package/dist/json-render/components.d.ts +111 -0
  151. package/dist/json-render/definitions.d.ts +697 -0
  152. package/dist/json-render/index.d.ts +55 -0
  153. package/dist/json-render/index.es.js +1877 -1870
  154. package/dist/json-render/index.umd.js +1 -1
  155. package/dist/json-render/registry.d.ts +34 -0
  156. package/dist/props/index.d.ts +959 -0
  157. package/dist/resolvers/unplugin.d.ts +38 -0
  158. package/dist/resolvers/unplugin.es.js +28 -28
  159. package/dist/resolvers/unplugin.umd.js +1 -1
  160. package/dist/stories/Accordion/Accordion.settings.d.ts +9 -0
  161. package/dist/stories/Accordion/Accordion.stories.d.ts +7 -0
  162. package/dist/stories/Accordion/Accordion.test.d.ts +2 -0
  163. package/dist/stories/Accordion/AccordionSlots.stories.d.ts +7 -0
  164. package/dist/stories/AccordionGroup/AccordionGroup.settings.d.ts +13 -0
  165. package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +9 -0
  166. package/dist/stories/AccordionGroup/AccordionGroup.test.d.ts +2 -0
  167. package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +1788 -0
  168. package/dist/stories/Alert/Alert.settings.d.ts +4 -0
  169. package/dist/stories/Alert/Alert.stories.d.ts +9 -0
  170. package/dist/stories/Alert/Alert.test.d.ts +2 -0
  171. package/dist/stories/Alert/AlertModifiers.stories.d.ts +13 -0
  172. package/dist/stories/Alert/AlertSlots.stories.d.ts +10 -0
  173. package/dist/stories/AlertGroup/AlertGroup.settings.d.ts +14 -0
  174. package/dist/stories/AlertGroup/AlertGroup.stories.d.ts +8 -0
  175. package/dist/stories/AlertGroup/AlertGroup.test.d.ts +2 -0
  176. package/dist/stories/AlertGroup/AlertGroupPosition.stories.d.ts +14 -0
  177. package/dist/stories/AlertGroup/AlertGroupSlots.stories.d.ts +8 -0
  178. package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +4 -0
  179. package/dist/stories/Avatar/Avatar.settings.d.ts +5 -0
  180. package/dist/stories/Avatar/Avatar.stories.d.ts +7 -0
  181. package/dist/stories/Avatar/Avatar.test.d.ts +2 -0
  182. package/dist/stories/Avatar/AvatarBadge.stories.d.ts +6 -0
  183. package/dist/stories/Avatar/AvatarModifiers.stories.d.ts +13 -0
  184. package/dist/stories/Avatar/AvatarSlots.stories.d.ts +6 -0
  185. package/dist/stories/AvatarGroup/AvatarGroup.settings.d.ts +14 -0
  186. package/dist/stories/AvatarGroup/AvatarGroup.stories.d.ts +6 -0
  187. package/dist/stories/AvatarGroup/AvatarGroup.test.d.ts +2 -0
  188. package/dist/stories/AvatarGroup/AvatarGroupModifiers.stories.d.ts +7 -0
  189. package/dist/stories/AvatarGroup/AvatarGroupSlotDefault.stories.d.ts +6 -0
  190. package/dist/stories/Badge/Badge.settings.d.ts +5 -0
  191. package/dist/stories/Badge/Badge.stories.d.ts +7 -0
  192. package/dist/stories/Badge/Badge.test.d.ts +2 -0
  193. package/dist/stories/Badge/BadgeSlots.stories.d.ts +6 -0
  194. package/dist/stories/Blurhash/BlurhashComposable.stories.d.ts +4 -0
  195. package/dist/stories/Breadcrumb/Breadcrumb.settings.d.ts +13 -0
  196. package/dist/stories/Breadcrumb/Breadcrumb.stories.d.ts +7 -0
  197. package/dist/stories/Breadcrumb/Breadcrumb.test.d.ts +2 -0
  198. package/dist/stories/Breadcrumb/BreadcrumbSlots.stories.d.ts +6 -0
  199. package/dist/stories/Button/Button.settings.d.ts +4 -0
  200. package/dist/stories/Button/Button.stories.d.ts +6 -0
  201. package/dist/stories/Button/Button.test.d.ts +2 -0
  202. package/dist/stories/Button/ButtonIcon.stories.d.ts +10 -0
  203. package/dist/stories/Button/ButtonLink.stories.d.ts +7 -0
  204. package/dist/stories/Button/ButtonLoading.stories.d.ts +8 -0
  205. package/dist/stories/Button/ButtonModifiers.stories.d.ts +17 -0
  206. package/dist/stories/Button/ButtonSlots.stories.d.ts +9 -0
  207. package/dist/stories/Button/ButtonState.stories.d.ts +8 -0
  208. package/dist/stories/Button/ButtonToggle.stories.d.ts +9 -0
  209. package/dist/stories/ButtonGroup/ButtonGroup.settings.d.ts +5 -0
  210. package/dist/stories/ButtonGroup/ButtonGroup.stories.d.ts +6 -0
  211. package/dist/stories/ButtonGroup/ButtonGroup.test.d.ts +2 -0
  212. package/dist/stories/ButtonGroup/ButtonGroupModifiers.stories.d.ts +8 -0
  213. package/dist/stories/ButtonGroup/ButtonGroupSlots.stories.d.ts +6 -0
  214. package/dist/stories/ButtonGroup/ButtonGroupToggle.stories.d.ts +8 -0
  215. package/dist/stories/Card/Card.settings.d.ts +6 -0
  216. package/dist/stories/Card/Card.stories.d.ts +6 -0
  217. package/dist/stories/Card/Card.test.d.ts +2 -0
  218. package/dist/stories/Card/CardSlots.stories.d.ts +9 -0
  219. package/dist/stories/Checkbox/Checkbox.settings.d.ts +15 -0
  220. package/dist/stories/Checkbox/Checkbox.stories.d.ts +13 -0
  221. package/dist/stories/Checkbox/Checkbox.test.d.ts +2 -0
  222. package/dist/stories/Checkbox/CheckboxBinary.stories.d.ts +7 -0
  223. package/dist/stories/Checkbox/CheckboxSlots.stories.d.ts +7 -0
  224. package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +12 -0
  225. package/dist/stories/CheckboxGroup/CheckboxGroup.stories.d.ts +12 -0
  226. package/dist/stories/CheckboxGroup/CheckboxGroup.test.d.ts +2 -0
  227. package/dist/stories/CheckboxGroup/CheckboxGroupOptions.stories.d.ts +8 -0
  228. package/dist/stories/CheckboxGroup/CheckboxGroupSlots.stories.d.ts +7 -0
  229. package/dist/stories/Combobox/Combobox.settings.d.ts +4 -0
  230. package/dist/stories/Combobox/Combobox.stories.d.ts +24 -0
  231. package/dist/stories/Combobox/Combobox.test.d.ts +2 -0
  232. package/dist/stories/Combobox/ComboboxIconPosition.stories.d.ts +8 -0
  233. package/dist/stories/Combobox/ComboboxMultiple.stories.d.ts +9 -0
  234. package/dist/stories/Combobox/ComboboxOptions.stories.d.ts +11 -0
  235. package/dist/stories/Combobox/ComboboxSlots.stories.d.ts +10 -0
  236. package/dist/stories/Dialog/Dialog.settings.d.ts +10 -0
  237. package/dist/stories/Dialog/Dialog.stories.d.ts +7 -0
  238. package/dist/stories/Dialog/Dialog.test.d.ts +2 -0
  239. package/dist/stories/Dialog/DialogModifiers.stories.d.ts +8 -0
  240. package/dist/stories/Dialog/DialogSlots.stories.d.ts +8 -0
  241. package/dist/stories/Dropdown/Dropdown.settings.d.ts +5 -0
  242. package/dist/stories/Dropdown/Dropdown.stories.d.ts +9 -0
  243. package/dist/stories/Dropdown/Dropdown.test.d.ts +2 -0
  244. package/dist/stories/Dropdown/DropdownContextmenuDirective.stories.d.ts +6 -0
  245. package/dist/stories/Dropdown/DropdownMultilevel.stories.d.ts +6 -0
  246. package/dist/stories/Dropdown/DropdownSlots.stories.d.ts +8 -0
  247. package/dist/stories/Icon/Icon.settings.d.ts +7 -0
  248. package/dist/stories/Icon/Icon.stories.d.ts +8 -0
  249. package/dist/stories/Icon/IconsCollection.stories.d.ts +6 -0
  250. package/dist/stories/InputFile/InputFile.settings.d.ts +6 -0
  251. package/dist/stories/InputFile/InputFile.stories.d.ts +13 -0
  252. package/dist/stories/InputFile/InputFileDropArea.stories.d.ts +9 -0
  253. package/dist/stories/InputFile/InputFileIconPosition.stories.d.ts +8 -0
  254. package/dist/stories/InputFile/InputFileSlots.stories.d.ts +7 -0
  255. package/dist/stories/InputText/InputText.settings.d.ts +11 -0
  256. package/dist/stories/InputText/InputText.stories.d.ts +16 -0
  257. package/dist/stories/InputText/InputText.test.d.ts +5 -0
  258. package/dist/stories/InputText/InputTextIconPosition.stories.d.ts +8 -0
  259. package/dist/stories/InputText/InputTextIso.stories.d.ts +10 -0
  260. package/dist/stories/InputText/InputTextLength.stories.d.ts +10 -0
  261. package/dist/stories/InputText/InputTextMask.stories.d.ts +12 -0
  262. package/dist/stories/InputText/InputTextMinMax.stories.d.ts +9 -0
  263. package/dist/stories/InputText/InputTextSlots.stories.d.ts +8 -0
  264. package/dist/stories/InputText/InputTextSuggestions.stories.d.ts +8 -0
  265. package/dist/stories/InputText/InputTextType.stories.d.ts +18 -0
  266. package/dist/stories/Nav/Nav.settings.d.ts +4 -0
  267. package/dist/stories/Nav/Nav.stories.d.ts +6 -0
  268. package/dist/stories/Nav/Nav.test.d.ts +2 -0
  269. package/dist/stories/Nav/NavModifiers.stories.d.ts +9 -0
  270. package/dist/stories/Progress/Progress.settings.d.ts +7 -0
  271. package/dist/stories/Progress/Progress.stories.d.ts +7 -0
  272. package/dist/stories/Progress/Progress.test.d.ts +2 -0
  273. package/dist/stories/Radio/Radio.settings.d.ts +12 -0
  274. package/dist/stories/Radio/Radio.stories.d.ts +11 -0
  275. package/dist/stories/Radio/Radio.test.d.ts +2 -0
  276. package/dist/stories/Radio/RadioSlots.stories.d.ts +7 -0
  277. package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +12 -0
  278. package/dist/stories/RadioGroup/RadioGroup.stories.d.ts +12 -0
  279. package/dist/stories/RadioGroup/RadioGroup.test.d.ts +2 -0
  280. package/dist/stories/RadioGroup/RadioGroupOptions.stories.d.ts +8 -0
  281. package/dist/stories/RadioGroup/RadioGroupSlots.stories.d.ts +7 -0
  282. package/dist/stories/Select/Select.settings.d.ts +8 -0
  283. package/dist/stories/Select/Select.stories.d.ts +16 -0
  284. package/dist/stories/Select/Select.test.d.ts +2 -0
  285. package/dist/stories/Select/SelectIconPosition.stories.d.ts +8 -0
  286. package/dist/stories/Select/SelectOptions.stories.d.ts +9 -0
  287. package/dist/stories/Select/SelectSlots.stories.d.ts +8 -0
  288. package/dist/stories/Tab/Tab.settings.d.ts +4 -0
  289. package/dist/stories/Tab/Tab.stories.d.ts +6 -0
  290. package/dist/stories/Tab/Tab.test.d.ts +2 -0
  291. package/dist/stories/Textarea/Textarea.settings.d.ts +9 -0
  292. package/dist/stories/Textarea/Textarea.stories.d.ts +14 -0
  293. package/dist/stories/Textarea/Textarea.test.d.ts +2 -0
  294. package/dist/stories/Textarea/TextareaLength.stories.d.ts +10 -0
  295. package/dist/stories/Textarea/TextareaSlots.stories.d.ts +8 -0
  296. package/dist/stories/Textarea/TextareatIconPosition.stories.d.ts +8 -0
  297. package/dist/stories/Tooltip/Tooltip.settings.d.ts +5 -0
  298. package/dist/stories/Tooltip/Tooltip.stories.d.ts +6 -0
  299. package/dist/stories/Tooltip/Tooltip.test.d.ts +2 -0
  300. package/dist/stories/Tooltip/TooltipDirective.stories.d.ts +10 -0
  301. package/dist/stories/VirtualScroll/VirtualScroll.settings.d.ts +5 -0
  302. package/dist/stories/VirtualScroll/VirtualScroll.stories.d.ts +7 -0
  303. package/dist/stories/VirtualScroll/VirtualScroll.test.d.ts +2 -0
  304. package/dist/stories/VirtualScroll/VirtualScrollWithComposable.stories.d.ts +4 -0
  305. package/dist/stories/argTypes.d.ts +56 -0
  306. package/dist/test/expect.d.ts +18 -0
  307. package/dist/test/options.d.ts +1 -0
  308. package/dist/test/sleep.d.ts +1 -0
  309. package/dist/types/alert.d.ts +15 -0
  310. package/dist/types/blurhash.d.ts +12 -0
  311. package/dist/types/floating-ui.d.ts +15 -0
  312. package/dist/types/generic.d.ts +4 -0
  313. package/dist/types/group.d.ts +59 -0
  314. package/dist/types/index.d.ts +7 -0
  315. package/dist/types/input-file.d.ts +9 -0
  316. package/dist/types/nav.d.ts +17 -0
  317. package/dist/utils/DateUtilities.d.ts +14 -0
  318. package/dist/utils/DomUtilities.d.ts +1 -0
  319. package/dist/utils/FileUtilities.d.ts +14 -0
  320. package/dist/utils/ObjectUtilities.d.ts +76 -0
  321. package/dist/workers/blurhash.d.ts +1 -0
  322. package/package.json +3 -2
  323. package/src/Volver.ts +8 -6
  324. package/src/components/VvAction/index.ts +1 -3
  325. package/src/components/VvButton/VvButton.vue +1 -1
  326. package/src/components/VvCheckboxGroup/index.ts +1 -3
  327. package/src/components/VvCombobox/VvCombobox.vue +3 -3
  328. package/src/components/VvDropdown/VvDropdown.vue +8 -8
  329. package/src/components/VvIcon/VvIcon.vue +3 -6
  330. package/src/components/VvInputFile/VvInputFile.vue +6 -6
  331. package/src/components/VvInputText/VvInputText.vue +95 -78
  332. package/src/components/VvRadioGroup/index.ts +1 -3
  333. package/src/composables/useBlurhash.ts +1 -1
  334. package/src/composables/useDebouncedInput.ts +1 -1
  335. package/src/composables/useDefaults.ts +55 -44
  336. package/src/composables/useModifiers.ts +1 -1
  337. package/src/index.ts +2 -2
  338. package/src/resolvers/unplugin.ts +6 -6
  339. package/src/types/alert.ts +1 -1
  340. package/src/types/nav.ts +1 -1
  341. package/src/utils/DateUtilities.ts +3 -3
  342. package/src/utils/DomUtilities.ts +7 -1
  343. package/src/utils/ObjectUtilities.ts +60 -59
@@ -0,0 +1,1788 @@
1
+ import type { Story } from './AccordionGroup.stories';
2
+ declare const _default: {
3
+ title: string;
4
+ id?: import("storybook/internal/csf").ComponentId;
5
+ includeStories?: RegExp | string[];
6
+ excludeStories?: RegExp | string[];
7
+ component?: Omit<import("vue").ConcreteComponent<Partial<{
8
+ modelValue: string | string[] | undefined;
9
+ collapse: boolean;
10
+ modifiers: string | string[];
11
+ disabled: boolean;
12
+ not: boolean;
13
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
14
+ itemModifiers: string | string[];
15
+ storageType: "local" | "session";
16
+ }> & Omit<{
17
+ readonly collapse: boolean;
18
+ readonly disabled: boolean;
19
+ readonly not: boolean;
20
+ readonly items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
21
+ readonly itemModifiers: string | string[];
22
+ readonly storageType: "local" | "session";
23
+ readonly modelValue?: string | string[] | undefined;
24
+ readonly modifiers?: string | string[] | undefined;
25
+ readonly storageKey?: string | undefined;
26
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "collapse" | "modifiers" | "disabled" | "not" | "items" | "itemModifiers" | "storageType"> & {
27
+ default?: ((props: {
28
+ expandedAccordions: Set<string>;
29
+ expand: (name?: string | string[]) => void;
30
+ collapse: (name?: string | string[]) => void;
31
+ }) => any) | import("vue").VNodeChild;
32
+ }>, "props"> | undefined;
33
+ subcomponents?: Record<string, Omit<import("vue").ConcreteComponent<any>, "props">> | undefined;
34
+ play?: import("storybook/internal/csf").PlayFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
35
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
36
+ modelValue: {
37
+ type: PropType<string | string[] | undefined>;
38
+ default: undefined;
39
+ };
40
+ items: {
41
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
42
+ default: () => never[];
43
+ };
44
+ collapse: BooleanConstructor;
45
+ itemModifiers: {
46
+ type: PropType<string | string[]>;
47
+ default: string;
48
+ };
49
+ disabled: BooleanConstructor;
50
+ not: BooleanConstructor;
51
+ storageType: {
52
+ type: PropType<`${import("../../constants").StorageType}`>;
53
+ default: import("../../constants").StorageType;
54
+ validator: (value: import("../../constants").StorageType) => boolean;
55
+ };
56
+ storageKey: StringConstructor;
57
+ modifiers: {
58
+ type: PropType<string | string[]>;
59
+ default: undefined;
60
+ };
61
+ }>> & Readonly<{}>, {
62
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
63
+ expand: (name?: string | string[]) => void;
64
+ collapse: (name?: string | string[]) => void;
65
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
66
+ modelValue: string | string[] | undefined;
67
+ collapse: boolean;
68
+ modifiers: string | string[];
69
+ disabled: boolean;
70
+ not: boolean;
71
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
72
+ itemModifiers: string | string[];
73
+ storageType: "local" | "session";
74
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
75
+ P: {};
76
+ B: {};
77
+ D: {};
78
+ C: {};
79
+ M: {};
80
+ Defaults: {};
81
+ }, Readonly<globalThis.ExtractPropTypes<{
82
+ modelValue: {
83
+ type: PropType<string | string[] | undefined>;
84
+ default: undefined;
85
+ };
86
+ items: {
87
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
88
+ default: () => never[];
89
+ };
90
+ collapse: BooleanConstructor;
91
+ itemModifiers: {
92
+ type: PropType<string | string[]>;
93
+ default: string;
94
+ };
95
+ disabled: BooleanConstructor;
96
+ not: BooleanConstructor;
97
+ storageType: {
98
+ type: PropType<`${import("../../constants").StorageType}`>;
99
+ default: import("../../constants").StorageType;
100
+ validator: (value: import("../../constants").StorageType) => boolean;
101
+ };
102
+ storageKey: StringConstructor;
103
+ modifiers: {
104
+ type: PropType<string | string[]>;
105
+ default: undefined;
106
+ };
107
+ }>> & Readonly<{}>, {
108
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
109
+ expand: (name?: string | string[]) => void;
110
+ collapse: (name?: string | string[]) => void;
111
+ }, {}, {}, {}, {
112
+ modelValue: string | string[] | undefined;
113
+ collapse: boolean;
114
+ modifiers: string | string[];
115
+ disabled: boolean;
116
+ not: boolean;
117
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
118
+ itemModifiers: string | string[];
119
+ storageType: "local" | "session";
120
+ }>;
121
+ __isFragment?: never;
122
+ __isTeleport?: never;
123
+ __isSuspense?: never;
124
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
125
+ modelValue: {
126
+ type: PropType<string | string[] | undefined>;
127
+ default: undefined;
128
+ };
129
+ items: {
130
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
131
+ default: () => never[];
132
+ };
133
+ collapse: BooleanConstructor;
134
+ itemModifiers: {
135
+ type: PropType<string | string[]>;
136
+ default: string;
137
+ };
138
+ disabled: BooleanConstructor;
139
+ not: BooleanConstructor;
140
+ storageType: {
141
+ type: PropType<`${import("../../constants").StorageType}`>;
142
+ default: import("../../constants").StorageType;
143
+ validator: (value: import("../../constants").StorageType) => boolean;
144
+ };
145
+ storageKey: StringConstructor;
146
+ modifiers: {
147
+ type: PropType<string | string[]>;
148
+ default: undefined;
149
+ };
150
+ }>> & Readonly<{}>, {
151
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
152
+ expand: (name?: string | string[]) => void;
153
+ collapse: (name?: string | string[]) => void;
154
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
155
+ modelValue: string | string[] | undefined;
156
+ collapse: boolean;
157
+ modifiers: string | string[];
158
+ disabled: boolean;
159
+ not: boolean;
160
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
161
+ itemModifiers: string | string[];
162
+ storageType: "local" | "session";
163
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
164
+ $slots: {
165
+ [x: `summary::${string}`]: ((props: {
166
+ isExpanded: boolean;
167
+ expand: () => void;
168
+ collapse: () => void;
169
+ groupExpand: (name?: string | string[]) => void;
170
+ groupCollapse: (name?: string | string[]) => void;
171
+ }) => any) | undefined;
172
+ } & {
173
+ [x: `content::${string}`]: ((props: {
174
+ isExpanded: boolean;
175
+ expand: () => void;
176
+ collapse: () => void;
177
+ groupExpand: (name?: string | string[]) => void;
178
+ groupCollapse: (name?: string | string[]) => void;
179
+ }) => any) | undefined;
180
+ } & {
181
+ default?: (props: {
182
+ expandedAccordions: Set<string>;
183
+ expand: (name?: string | string[]) => void;
184
+ collapse: (name?: string | string[]) => void;
185
+ }) => any;
186
+ };
187
+ })>> | undefined;
188
+ globals?: import("storybook/internal/csf").Globals | undefined;
189
+ decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
190
+ modelValue?: string | string[] | undefined;
191
+ collapse?: boolean | undefined;
192
+ modifiers?: string | string[] | undefined;
193
+ disabled?: boolean | undefined;
194
+ not?: boolean | undefined;
195
+ items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
196
+ itemModifiers?: string | string[] | undefined;
197
+ storageType?: "local" | "session" | undefined;
198
+ key?: PropertyKey | undefined;
199
+ style?: unknown;
200
+ ref?: import("vue").VNodeRef | undefined;
201
+ ref_for?: boolean | undefined;
202
+ ref_key?: string | undefined;
203
+ onVnodeBeforeMount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
204
+ onVnodeMounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
205
+ onVnodeBeforeUpdate?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
206
+ onVnodeUpdated?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
207
+ onVnodeBeforeUnmount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
208
+ onVnodeUnmounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
209
+ class?: unknown;
210
+ readonly storageKey?: string | undefined;
211
+ default?: ((props: {
212
+ expandedAccordions: Set<string>;
213
+ expand: (name?: string | string[]) => void;
214
+ collapse: (name?: string | string[]) => void;
215
+ }) => any) | import("vue").VNodeChild;
216
+ }> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/vue3-vite").VueRenderer, {
217
+ modelValue?: string | string[] | undefined;
218
+ collapse?: boolean | undefined;
219
+ modifiers?: string | string[] | undefined;
220
+ disabled?: boolean | undefined;
221
+ not?: boolean | undefined;
222
+ items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
223
+ itemModifiers?: string | string[] | undefined;
224
+ storageType?: "local" | "session" | undefined;
225
+ key?: PropertyKey | undefined;
226
+ style?: unknown;
227
+ ref?: import("vue").VNodeRef | undefined;
228
+ ref_for?: boolean | undefined;
229
+ ref_key?: string | undefined;
230
+ onVnodeBeforeMount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
231
+ onVnodeMounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
232
+ onVnodeBeforeUpdate?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
233
+ onVnodeUpdated?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
234
+ onVnodeBeforeUnmount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
235
+ onVnodeUnmounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
236
+ class?: unknown;
237
+ readonly storageKey?: string | undefined;
238
+ default?: ((props: {
239
+ expandedAccordions: Set<string>;
240
+ expand: (name?: string | string[]) => void;
241
+ collapse: (name?: string | string[]) => void;
242
+ }) => any) | import("vue").VNodeChild;
243
+ }>[] | undefined;
244
+ parameters?: import("@storybook/vue3-vite").Parameters | undefined;
245
+ args?: Partial<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
246
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
247
+ modelValue: {
248
+ type: PropType<string | string[] | undefined>;
249
+ default: undefined;
250
+ };
251
+ items: {
252
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
253
+ default: () => never[];
254
+ };
255
+ collapse: BooleanConstructor;
256
+ itemModifiers: {
257
+ type: PropType<string | string[]>;
258
+ default: string;
259
+ };
260
+ disabled: BooleanConstructor;
261
+ not: BooleanConstructor;
262
+ storageType: {
263
+ type: PropType<`${import("../../constants").StorageType}`>;
264
+ default: import("../../constants").StorageType;
265
+ validator: (value: import("../../constants").StorageType) => boolean;
266
+ };
267
+ storageKey: StringConstructor;
268
+ modifiers: {
269
+ type: PropType<string | string[]>;
270
+ default: undefined;
271
+ };
272
+ }>> & Readonly<{}>, {
273
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
274
+ expand: (name?: string | string[]) => void;
275
+ collapse: (name?: string | string[]) => void;
276
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
277
+ modelValue: string | string[] | undefined;
278
+ collapse: boolean;
279
+ modifiers: string | string[];
280
+ disabled: boolean;
281
+ not: boolean;
282
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
283
+ itemModifiers: string | string[];
284
+ storageType: "local" | "session";
285
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
286
+ P: {};
287
+ B: {};
288
+ D: {};
289
+ C: {};
290
+ M: {};
291
+ Defaults: {};
292
+ }, Readonly<globalThis.ExtractPropTypes<{
293
+ modelValue: {
294
+ type: PropType<string | string[] | undefined>;
295
+ default: undefined;
296
+ };
297
+ items: {
298
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
299
+ default: () => never[];
300
+ };
301
+ collapse: BooleanConstructor;
302
+ itemModifiers: {
303
+ type: PropType<string | string[]>;
304
+ default: string;
305
+ };
306
+ disabled: BooleanConstructor;
307
+ not: BooleanConstructor;
308
+ storageType: {
309
+ type: PropType<`${import("../../constants").StorageType}`>;
310
+ default: import("../../constants").StorageType;
311
+ validator: (value: import("../../constants").StorageType) => boolean;
312
+ };
313
+ storageKey: StringConstructor;
314
+ modifiers: {
315
+ type: PropType<string | string[]>;
316
+ default: undefined;
317
+ };
318
+ }>> & Readonly<{}>, {
319
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
320
+ expand: (name?: string | string[]) => void;
321
+ collapse: (name?: string | string[]) => void;
322
+ }, {}, {}, {}, {
323
+ modelValue: string | string[] | undefined;
324
+ collapse: boolean;
325
+ modifiers: string | string[];
326
+ disabled: boolean;
327
+ not: boolean;
328
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
329
+ itemModifiers: string | string[];
330
+ storageType: "local" | "session";
331
+ }>;
332
+ __isFragment?: never;
333
+ __isTeleport?: never;
334
+ __isSuspense?: never;
335
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
336
+ modelValue: {
337
+ type: PropType<string | string[] | undefined>;
338
+ default: undefined;
339
+ };
340
+ items: {
341
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
342
+ default: () => never[];
343
+ };
344
+ collapse: BooleanConstructor;
345
+ itemModifiers: {
346
+ type: PropType<string | string[]>;
347
+ default: string;
348
+ };
349
+ disabled: BooleanConstructor;
350
+ not: BooleanConstructor;
351
+ storageType: {
352
+ type: PropType<`${import("../../constants").StorageType}`>;
353
+ default: import("../../constants").StorageType;
354
+ validator: (value: import("../../constants").StorageType) => boolean;
355
+ };
356
+ storageKey: StringConstructor;
357
+ modifiers: {
358
+ type: PropType<string | string[]>;
359
+ default: undefined;
360
+ };
361
+ }>> & Readonly<{}>, {
362
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
363
+ expand: (name?: string | string[]) => void;
364
+ collapse: (name?: string | string[]) => void;
365
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
366
+ modelValue: string | string[] | undefined;
367
+ collapse: boolean;
368
+ modifiers: string | string[];
369
+ disabled: boolean;
370
+ not: boolean;
371
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
372
+ itemModifiers: string | string[];
373
+ storageType: "local" | "session";
374
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
375
+ $slots: {
376
+ [x: `summary::${string}`]: ((props: {
377
+ isExpanded: boolean;
378
+ expand: () => void;
379
+ collapse: () => void;
380
+ groupExpand: (name?: string | string[]) => void;
381
+ groupCollapse: (name?: string | string[]) => void;
382
+ }) => any) | undefined;
383
+ } & {
384
+ [x: `content::${string}`]: ((props: {
385
+ isExpanded: boolean;
386
+ expand: () => void;
387
+ collapse: () => void;
388
+ groupExpand: (name?: string | string[]) => void;
389
+ groupCollapse: (name?: string | string[]) => void;
390
+ }) => any) | undefined;
391
+ } & {
392
+ default?: (props: {
393
+ expandedAccordions: Set<string>;
394
+ expand: (name?: string | string[]) => void;
395
+ collapse: (name?: string | string[]) => void;
396
+ }) => any;
397
+ };
398
+ })>> | undefined;
399
+ argTypes?: Partial<import("@storybook/vue3-vite").ArgTypes<import("@storybook/vue3-vite").ComponentPropsAndSlots<{
400
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
401
+ modelValue: {
402
+ type: PropType<string | string[] | undefined>;
403
+ default: undefined;
404
+ };
405
+ items: {
406
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
407
+ default: () => never[];
408
+ };
409
+ collapse: BooleanConstructor;
410
+ itemModifiers: {
411
+ type: PropType<string | string[]>;
412
+ default: string;
413
+ };
414
+ disabled: BooleanConstructor;
415
+ not: BooleanConstructor;
416
+ storageType: {
417
+ type: PropType<`${import("../../constants").StorageType}`>;
418
+ default: import("../../constants").StorageType;
419
+ validator: (value: import("../../constants").StorageType) => boolean;
420
+ };
421
+ storageKey: StringConstructor;
422
+ modifiers: {
423
+ type: PropType<string | string[]>;
424
+ default: undefined;
425
+ };
426
+ }>> & Readonly<{}>, {
427
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
428
+ expand: (name?: string | string[]) => void;
429
+ collapse: (name?: string | string[]) => void;
430
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
431
+ modelValue: string | string[] | undefined;
432
+ collapse: boolean;
433
+ modifiers: string | string[];
434
+ disabled: boolean;
435
+ not: boolean;
436
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
437
+ itemModifiers: string | string[];
438
+ storageType: "local" | "session";
439
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
440
+ P: {};
441
+ B: {};
442
+ D: {};
443
+ C: {};
444
+ M: {};
445
+ Defaults: {};
446
+ }, Readonly<globalThis.ExtractPropTypes<{
447
+ modelValue: {
448
+ type: PropType<string | string[] | undefined>;
449
+ default: undefined;
450
+ };
451
+ items: {
452
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
453
+ default: () => never[];
454
+ };
455
+ collapse: BooleanConstructor;
456
+ itemModifiers: {
457
+ type: PropType<string | string[]>;
458
+ default: string;
459
+ };
460
+ disabled: BooleanConstructor;
461
+ not: BooleanConstructor;
462
+ storageType: {
463
+ type: PropType<`${import("../../constants").StorageType}`>;
464
+ default: import("../../constants").StorageType;
465
+ validator: (value: import("../../constants").StorageType) => boolean;
466
+ };
467
+ storageKey: StringConstructor;
468
+ modifiers: {
469
+ type: PropType<string | string[]>;
470
+ default: undefined;
471
+ };
472
+ }>> & Readonly<{}>, {
473
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
474
+ expand: (name?: string | string[]) => void;
475
+ collapse: (name?: string | string[]) => void;
476
+ }, {}, {}, {}, {
477
+ modelValue: string | string[] | undefined;
478
+ collapse: boolean;
479
+ modifiers: string | string[];
480
+ disabled: boolean;
481
+ not: boolean;
482
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
483
+ itemModifiers: string | string[];
484
+ storageType: "local" | "session";
485
+ }>;
486
+ __isFragment?: never;
487
+ __isTeleport?: never;
488
+ __isSuspense?: never;
489
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
490
+ modelValue: {
491
+ type: PropType<string | string[] | undefined>;
492
+ default: undefined;
493
+ };
494
+ items: {
495
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
496
+ default: () => never[];
497
+ };
498
+ collapse: BooleanConstructor;
499
+ itemModifiers: {
500
+ type: PropType<string | string[]>;
501
+ default: string;
502
+ };
503
+ disabled: BooleanConstructor;
504
+ not: BooleanConstructor;
505
+ storageType: {
506
+ type: PropType<`${import("../../constants").StorageType}`>;
507
+ default: import("../../constants").StorageType;
508
+ validator: (value: import("../../constants").StorageType) => boolean;
509
+ };
510
+ storageKey: StringConstructor;
511
+ modifiers: {
512
+ type: PropType<string | string[]>;
513
+ default: undefined;
514
+ };
515
+ }>> & Readonly<{}>, {
516
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
517
+ expand: (name?: string | string[]) => void;
518
+ collapse: (name?: string | string[]) => void;
519
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
520
+ modelValue: string | string[] | undefined;
521
+ collapse: boolean;
522
+ modifiers: string | string[];
523
+ disabled: boolean;
524
+ not: boolean;
525
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
526
+ itemModifiers: string | string[];
527
+ storageType: "local" | "session";
528
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
529
+ $slots: {
530
+ [x: `summary::${string}`]: ((props: {
531
+ isExpanded: boolean;
532
+ expand: () => void;
533
+ collapse: () => void;
534
+ groupExpand: (name?: string | string[]) => void;
535
+ groupCollapse: (name?: string | string[]) => void;
536
+ }) => any) | undefined;
537
+ } & {
538
+ [x: `content::${string}`]: ((props: {
539
+ isExpanded: boolean;
540
+ expand: () => void;
541
+ collapse: () => void;
542
+ groupExpand: (name?: string | string[]) => void;
543
+ groupCollapse: (name?: string | string[]) => void;
544
+ }) => any) | undefined;
545
+ } & {
546
+ default?: (props: {
547
+ expandedAccordions: Set<string>;
548
+ expand: (name?: string | string[]) => void;
549
+ collapse: (name?: string | string[]) => void;
550
+ }) => any;
551
+ };
552
+ })>>> | undefined;
553
+ loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
554
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
555
+ modelValue: {
556
+ type: PropType<string | string[] | undefined>;
557
+ default: undefined;
558
+ };
559
+ items: {
560
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
561
+ default: () => never[];
562
+ };
563
+ collapse: BooleanConstructor;
564
+ itemModifiers: {
565
+ type: PropType<string | string[]>;
566
+ default: string;
567
+ };
568
+ disabled: BooleanConstructor;
569
+ not: BooleanConstructor;
570
+ storageType: {
571
+ type: PropType<`${import("../../constants").StorageType}`>;
572
+ default: import("../../constants").StorageType;
573
+ validator: (value: import("../../constants").StorageType) => boolean;
574
+ };
575
+ storageKey: StringConstructor;
576
+ modifiers: {
577
+ type: PropType<string | string[]>;
578
+ default: undefined;
579
+ };
580
+ }>> & Readonly<{}>, {
581
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
582
+ expand: (name?: string | string[]) => void;
583
+ collapse: (name?: string | string[]) => void;
584
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
585
+ modelValue: string | string[] | undefined;
586
+ collapse: boolean;
587
+ modifiers: string | string[];
588
+ disabled: boolean;
589
+ not: boolean;
590
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
591
+ itemModifiers: string | string[];
592
+ storageType: "local" | "session";
593
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
594
+ P: {};
595
+ B: {};
596
+ D: {};
597
+ C: {};
598
+ M: {};
599
+ Defaults: {};
600
+ }, Readonly<globalThis.ExtractPropTypes<{
601
+ modelValue: {
602
+ type: PropType<string | string[] | undefined>;
603
+ default: undefined;
604
+ };
605
+ items: {
606
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
607
+ default: () => never[];
608
+ };
609
+ collapse: BooleanConstructor;
610
+ itemModifiers: {
611
+ type: PropType<string | string[]>;
612
+ default: string;
613
+ };
614
+ disabled: BooleanConstructor;
615
+ not: BooleanConstructor;
616
+ storageType: {
617
+ type: PropType<`${import("../../constants").StorageType}`>;
618
+ default: import("../../constants").StorageType;
619
+ validator: (value: import("../../constants").StorageType) => boolean;
620
+ };
621
+ storageKey: StringConstructor;
622
+ modifiers: {
623
+ type: PropType<string | string[]>;
624
+ default: undefined;
625
+ };
626
+ }>> & Readonly<{}>, {
627
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
628
+ expand: (name?: string | string[]) => void;
629
+ collapse: (name?: string | string[]) => void;
630
+ }, {}, {}, {}, {
631
+ modelValue: string | string[] | undefined;
632
+ collapse: boolean;
633
+ modifiers: string | string[];
634
+ disabled: boolean;
635
+ not: boolean;
636
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
637
+ itemModifiers: string | string[];
638
+ storageType: "local" | "session";
639
+ }>;
640
+ __isFragment?: never;
641
+ __isTeleport?: never;
642
+ __isSuspense?: never;
643
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
644
+ modelValue: {
645
+ type: PropType<string | string[] | undefined>;
646
+ default: undefined;
647
+ };
648
+ items: {
649
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
650
+ default: () => never[];
651
+ };
652
+ collapse: BooleanConstructor;
653
+ itemModifiers: {
654
+ type: PropType<string | string[]>;
655
+ default: string;
656
+ };
657
+ disabled: BooleanConstructor;
658
+ not: BooleanConstructor;
659
+ storageType: {
660
+ type: PropType<`${import("../../constants").StorageType}`>;
661
+ default: import("../../constants").StorageType;
662
+ validator: (value: import("../../constants").StorageType) => boolean;
663
+ };
664
+ storageKey: StringConstructor;
665
+ modifiers: {
666
+ type: PropType<string | string[]>;
667
+ default: undefined;
668
+ };
669
+ }>> & Readonly<{}>, {
670
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
671
+ expand: (name?: string | string[]) => void;
672
+ collapse: (name?: string | string[]) => void;
673
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
674
+ modelValue: string | string[] | undefined;
675
+ collapse: boolean;
676
+ modifiers: string | string[];
677
+ disabled: boolean;
678
+ not: boolean;
679
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
680
+ itemModifiers: string | string[];
681
+ storageType: "local" | "session";
682
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
683
+ $slots: {
684
+ [x: `summary::${string}`]: ((props: {
685
+ isExpanded: boolean;
686
+ expand: () => void;
687
+ collapse: () => void;
688
+ groupExpand: (name?: string | string[]) => void;
689
+ groupCollapse: (name?: string | string[]) => void;
690
+ }) => any) | undefined;
691
+ } & {
692
+ [x: `content::${string}`]: ((props: {
693
+ isExpanded: boolean;
694
+ expand: () => void;
695
+ collapse: () => void;
696
+ groupExpand: (name?: string | string[]) => void;
697
+ groupCollapse: (name?: string | string[]) => void;
698
+ }) => any) | undefined;
699
+ } & {
700
+ default?: (props: {
701
+ expandedAccordions: Set<string>;
702
+ expand: (name?: string | string[]) => void;
703
+ collapse: (name?: string | string[]) => void;
704
+ }) => any;
705
+ };
706
+ })>> | import("storybook/internal/csf").LoaderFunction<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
707
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
708
+ modelValue: {
709
+ type: PropType<string | string[] | undefined>;
710
+ default: undefined;
711
+ };
712
+ items: {
713
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
714
+ default: () => never[];
715
+ };
716
+ collapse: BooleanConstructor;
717
+ itemModifiers: {
718
+ type: PropType<string | string[]>;
719
+ default: string;
720
+ };
721
+ disabled: BooleanConstructor;
722
+ not: BooleanConstructor;
723
+ storageType: {
724
+ type: PropType<`${import("../../constants").StorageType}`>;
725
+ default: import("../../constants").StorageType;
726
+ validator: (value: import("../../constants").StorageType) => boolean;
727
+ };
728
+ storageKey: StringConstructor;
729
+ modifiers: {
730
+ type: PropType<string | string[]>;
731
+ default: undefined;
732
+ };
733
+ }>> & Readonly<{}>, {
734
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
735
+ expand: (name?: string | string[]) => void;
736
+ collapse: (name?: string | string[]) => void;
737
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
738
+ modelValue: string | string[] | undefined;
739
+ collapse: boolean;
740
+ modifiers: string | string[];
741
+ disabled: boolean;
742
+ not: boolean;
743
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
744
+ itemModifiers: string | string[];
745
+ storageType: "local" | "session";
746
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
747
+ P: {};
748
+ B: {};
749
+ D: {};
750
+ C: {};
751
+ M: {};
752
+ Defaults: {};
753
+ }, Readonly<globalThis.ExtractPropTypes<{
754
+ modelValue: {
755
+ type: PropType<string | string[] | undefined>;
756
+ default: undefined;
757
+ };
758
+ items: {
759
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
760
+ default: () => never[];
761
+ };
762
+ collapse: BooleanConstructor;
763
+ itemModifiers: {
764
+ type: PropType<string | string[]>;
765
+ default: string;
766
+ };
767
+ disabled: BooleanConstructor;
768
+ not: BooleanConstructor;
769
+ storageType: {
770
+ type: PropType<`${import("../../constants").StorageType}`>;
771
+ default: import("../../constants").StorageType;
772
+ validator: (value: import("../../constants").StorageType) => boolean;
773
+ };
774
+ storageKey: StringConstructor;
775
+ modifiers: {
776
+ type: PropType<string | string[]>;
777
+ default: undefined;
778
+ };
779
+ }>> & Readonly<{}>, {
780
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
781
+ expand: (name?: string | string[]) => void;
782
+ collapse: (name?: string | string[]) => void;
783
+ }, {}, {}, {}, {
784
+ modelValue: string | string[] | undefined;
785
+ collapse: boolean;
786
+ modifiers: string | string[];
787
+ disabled: boolean;
788
+ not: boolean;
789
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
790
+ itemModifiers: string | string[];
791
+ storageType: "local" | "session";
792
+ }>;
793
+ __isFragment?: never;
794
+ __isTeleport?: never;
795
+ __isSuspense?: never;
796
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
797
+ modelValue: {
798
+ type: PropType<string | string[] | undefined>;
799
+ default: undefined;
800
+ };
801
+ items: {
802
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
803
+ default: () => never[];
804
+ };
805
+ collapse: BooleanConstructor;
806
+ itemModifiers: {
807
+ type: PropType<string | string[]>;
808
+ default: string;
809
+ };
810
+ disabled: BooleanConstructor;
811
+ not: BooleanConstructor;
812
+ storageType: {
813
+ type: PropType<`${import("../../constants").StorageType}`>;
814
+ default: import("../../constants").StorageType;
815
+ validator: (value: import("../../constants").StorageType) => boolean;
816
+ };
817
+ storageKey: StringConstructor;
818
+ modifiers: {
819
+ type: PropType<string | string[]>;
820
+ default: undefined;
821
+ };
822
+ }>> & Readonly<{}>, {
823
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
824
+ expand: (name?: string | string[]) => void;
825
+ collapse: (name?: string | string[]) => void;
826
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
827
+ modelValue: string | string[] | undefined;
828
+ collapse: boolean;
829
+ modifiers: string | string[];
830
+ disabled: boolean;
831
+ not: boolean;
832
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
833
+ itemModifiers: string | string[];
834
+ storageType: "local" | "session";
835
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
836
+ $slots: {
837
+ [x: `summary::${string}`]: ((props: {
838
+ isExpanded: boolean;
839
+ expand: () => void;
840
+ collapse: () => void;
841
+ groupExpand: (name?: string | string[]) => void;
842
+ groupCollapse: (name?: string | string[]) => void;
843
+ }) => any) | undefined;
844
+ } & {
845
+ [x: `content::${string}`]: ((props: {
846
+ isExpanded: boolean;
847
+ expand: () => void;
848
+ collapse: () => void;
849
+ groupExpand: (name?: string | string[]) => void;
850
+ groupCollapse: (name?: string | string[]) => void;
851
+ }) => any) | undefined;
852
+ } & {
853
+ default?: (props: {
854
+ expandedAccordions: Set<string>;
855
+ expand: (name?: string | string[]) => void;
856
+ collapse: (name?: string | string[]) => void;
857
+ }) => any;
858
+ };
859
+ })>>[] | undefined;
860
+ beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
861
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
862
+ modelValue: {
863
+ type: PropType<string | string[] | undefined>;
864
+ default: undefined;
865
+ };
866
+ items: {
867
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
868
+ default: () => never[];
869
+ };
870
+ collapse: BooleanConstructor;
871
+ itemModifiers: {
872
+ type: PropType<string | string[]>;
873
+ default: string;
874
+ };
875
+ disabled: BooleanConstructor;
876
+ not: BooleanConstructor;
877
+ storageType: {
878
+ type: PropType<`${import("../../constants").StorageType}`>;
879
+ default: import("../../constants").StorageType;
880
+ validator: (value: import("../../constants").StorageType) => boolean;
881
+ };
882
+ storageKey: StringConstructor;
883
+ modifiers: {
884
+ type: PropType<string | string[]>;
885
+ default: undefined;
886
+ };
887
+ }>> & Readonly<{}>, {
888
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
889
+ expand: (name?: string | string[]) => void;
890
+ collapse: (name?: string | string[]) => void;
891
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
892
+ modelValue: string | string[] | undefined;
893
+ collapse: boolean;
894
+ modifiers: string | string[];
895
+ disabled: boolean;
896
+ not: boolean;
897
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
898
+ itemModifiers: string | string[];
899
+ storageType: "local" | "session";
900
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
901
+ P: {};
902
+ B: {};
903
+ D: {};
904
+ C: {};
905
+ M: {};
906
+ Defaults: {};
907
+ }, Readonly<globalThis.ExtractPropTypes<{
908
+ modelValue: {
909
+ type: PropType<string | string[] | undefined>;
910
+ default: undefined;
911
+ };
912
+ items: {
913
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
914
+ default: () => never[];
915
+ };
916
+ collapse: BooleanConstructor;
917
+ itemModifiers: {
918
+ type: PropType<string | string[]>;
919
+ default: string;
920
+ };
921
+ disabled: BooleanConstructor;
922
+ not: BooleanConstructor;
923
+ storageType: {
924
+ type: PropType<`${import("../../constants").StorageType}`>;
925
+ default: import("../../constants").StorageType;
926
+ validator: (value: import("../../constants").StorageType) => boolean;
927
+ };
928
+ storageKey: StringConstructor;
929
+ modifiers: {
930
+ type: PropType<string | string[]>;
931
+ default: undefined;
932
+ };
933
+ }>> & Readonly<{}>, {
934
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
935
+ expand: (name?: string | string[]) => void;
936
+ collapse: (name?: string | string[]) => void;
937
+ }, {}, {}, {}, {
938
+ modelValue: string | string[] | undefined;
939
+ collapse: boolean;
940
+ modifiers: string | string[];
941
+ disabled: boolean;
942
+ not: boolean;
943
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
944
+ itemModifiers: string | string[];
945
+ storageType: "local" | "session";
946
+ }>;
947
+ __isFragment?: never;
948
+ __isTeleport?: never;
949
+ __isSuspense?: never;
950
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
951
+ modelValue: {
952
+ type: PropType<string | string[] | undefined>;
953
+ default: undefined;
954
+ };
955
+ items: {
956
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
957
+ default: () => never[];
958
+ };
959
+ collapse: BooleanConstructor;
960
+ itemModifiers: {
961
+ type: PropType<string | string[]>;
962
+ default: string;
963
+ };
964
+ disabled: BooleanConstructor;
965
+ not: BooleanConstructor;
966
+ storageType: {
967
+ type: PropType<`${import("../../constants").StorageType}`>;
968
+ default: import("../../constants").StorageType;
969
+ validator: (value: import("../../constants").StorageType) => boolean;
970
+ };
971
+ storageKey: StringConstructor;
972
+ modifiers: {
973
+ type: PropType<string | string[]>;
974
+ default: undefined;
975
+ };
976
+ }>> & Readonly<{}>, {
977
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
978
+ expand: (name?: string | string[]) => void;
979
+ collapse: (name?: string | string[]) => void;
980
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
981
+ modelValue: string | string[] | undefined;
982
+ collapse: boolean;
983
+ modifiers: string | string[];
984
+ disabled: boolean;
985
+ not: boolean;
986
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
987
+ itemModifiers: string | string[];
988
+ storageType: "local" | "session";
989
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
990
+ $slots: {
991
+ [x: `summary::${string}`]: ((props: {
992
+ isExpanded: boolean;
993
+ expand: () => void;
994
+ collapse: () => void;
995
+ groupExpand: (name?: string | string[]) => void;
996
+ groupCollapse: (name?: string | string[]) => void;
997
+ }) => any) | undefined;
998
+ } & {
999
+ [x: `content::${string}`]: ((props: {
1000
+ isExpanded: boolean;
1001
+ expand: () => void;
1002
+ collapse: () => void;
1003
+ groupExpand: (name?: string | string[]) => void;
1004
+ groupCollapse: (name?: string | string[]) => void;
1005
+ }) => any) | undefined;
1006
+ } & {
1007
+ default?: (props: {
1008
+ expandedAccordions: Set<string>;
1009
+ expand: (name?: string | string[]) => void;
1010
+ collapse: (name?: string | string[]) => void;
1011
+ }) => any;
1012
+ };
1013
+ })>> | import("storybook/internal/csf").BeforeEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1014
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
1015
+ modelValue: {
1016
+ type: PropType<string | string[] | undefined>;
1017
+ default: undefined;
1018
+ };
1019
+ items: {
1020
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1021
+ default: () => never[];
1022
+ };
1023
+ collapse: BooleanConstructor;
1024
+ itemModifiers: {
1025
+ type: PropType<string | string[]>;
1026
+ default: string;
1027
+ };
1028
+ disabled: BooleanConstructor;
1029
+ not: BooleanConstructor;
1030
+ storageType: {
1031
+ type: PropType<`${import("../../constants").StorageType}`>;
1032
+ default: import("../../constants").StorageType;
1033
+ validator: (value: import("../../constants").StorageType) => boolean;
1034
+ };
1035
+ storageKey: StringConstructor;
1036
+ modifiers: {
1037
+ type: PropType<string | string[]>;
1038
+ default: undefined;
1039
+ };
1040
+ }>> & Readonly<{}>, {
1041
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1042
+ expand: (name?: string | string[]) => void;
1043
+ collapse: (name?: string | string[]) => void;
1044
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
1045
+ modelValue: string | string[] | undefined;
1046
+ collapse: boolean;
1047
+ modifiers: string | string[];
1048
+ disabled: boolean;
1049
+ not: boolean;
1050
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1051
+ itemModifiers: string | string[];
1052
+ storageType: "local" | "session";
1053
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1054
+ P: {};
1055
+ B: {};
1056
+ D: {};
1057
+ C: {};
1058
+ M: {};
1059
+ Defaults: {};
1060
+ }, Readonly<globalThis.ExtractPropTypes<{
1061
+ modelValue: {
1062
+ type: PropType<string | string[] | undefined>;
1063
+ default: undefined;
1064
+ };
1065
+ items: {
1066
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1067
+ default: () => never[];
1068
+ };
1069
+ collapse: BooleanConstructor;
1070
+ itemModifiers: {
1071
+ type: PropType<string | string[]>;
1072
+ default: string;
1073
+ };
1074
+ disabled: BooleanConstructor;
1075
+ not: BooleanConstructor;
1076
+ storageType: {
1077
+ type: PropType<`${import("../../constants").StorageType}`>;
1078
+ default: import("../../constants").StorageType;
1079
+ validator: (value: import("../../constants").StorageType) => boolean;
1080
+ };
1081
+ storageKey: StringConstructor;
1082
+ modifiers: {
1083
+ type: PropType<string | string[]>;
1084
+ default: undefined;
1085
+ };
1086
+ }>> & Readonly<{}>, {
1087
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1088
+ expand: (name?: string | string[]) => void;
1089
+ collapse: (name?: string | string[]) => void;
1090
+ }, {}, {}, {}, {
1091
+ modelValue: string | string[] | undefined;
1092
+ collapse: boolean;
1093
+ modifiers: string | string[];
1094
+ disabled: boolean;
1095
+ not: boolean;
1096
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1097
+ itemModifiers: string | string[];
1098
+ storageType: "local" | "session";
1099
+ }>;
1100
+ __isFragment?: never;
1101
+ __isTeleport?: never;
1102
+ __isSuspense?: never;
1103
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1104
+ modelValue: {
1105
+ type: PropType<string | string[] | undefined>;
1106
+ default: undefined;
1107
+ };
1108
+ items: {
1109
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1110
+ default: () => never[];
1111
+ };
1112
+ collapse: BooleanConstructor;
1113
+ itemModifiers: {
1114
+ type: PropType<string | string[]>;
1115
+ default: string;
1116
+ };
1117
+ disabled: BooleanConstructor;
1118
+ not: BooleanConstructor;
1119
+ storageType: {
1120
+ type: PropType<`${import("../../constants").StorageType}`>;
1121
+ default: import("../../constants").StorageType;
1122
+ validator: (value: import("../../constants").StorageType) => boolean;
1123
+ };
1124
+ storageKey: StringConstructor;
1125
+ modifiers: {
1126
+ type: PropType<string | string[]>;
1127
+ default: undefined;
1128
+ };
1129
+ }>> & Readonly<{}>, {
1130
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1131
+ expand: (name?: string | string[]) => void;
1132
+ collapse: (name?: string | string[]) => void;
1133
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1134
+ modelValue: string | string[] | undefined;
1135
+ collapse: boolean;
1136
+ modifiers: string | string[];
1137
+ disabled: boolean;
1138
+ not: boolean;
1139
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1140
+ itemModifiers: string | string[];
1141
+ storageType: "local" | "session";
1142
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1143
+ $slots: {
1144
+ [x: `summary::${string}`]: ((props: {
1145
+ isExpanded: boolean;
1146
+ expand: () => void;
1147
+ collapse: () => void;
1148
+ groupExpand: (name?: string | string[]) => void;
1149
+ groupCollapse: (name?: string | string[]) => void;
1150
+ }) => any) | undefined;
1151
+ } & {
1152
+ [x: `content::${string}`]: ((props: {
1153
+ isExpanded: boolean;
1154
+ expand: () => void;
1155
+ collapse: () => void;
1156
+ groupExpand: (name?: string | string[]) => void;
1157
+ groupCollapse: (name?: string | string[]) => void;
1158
+ }) => any) | undefined;
1159
+ } & {
1160
+ default?: (props: {
1161
+ expandedAccordions: Set<string>;
1162
+ expand: (name?: string | string[]) => void;
1163
+ collapse: (name?: string | string[]) => void;
1164
+ }) => any;
1165
+ };
1166
+ })>>[] | undefined;
1167
+ afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1168
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
1169
+ modelValue: {
1170
+ type: PropType<string | string[] | undefined>;
1171
+ default: undefined;
1172
+ };
1173
+ items: {
1174
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1175
+ default: () => never[];
1176
+ };
1177
+ collapse: BooleanConstructor;
1178
+ itemModifiers: {
1179
+ type: PropType<string | string[]>;
1180
+ default: string;
1181
+ };
1182
+ disabled: BooleanConstructor;
1183
+ not: BooleanConstructor;
1184
+ storageType: {
1185
+ type: PropType<`${import("../../constants").StorageType}`>;
1186
+ default: import("../../constants").StorageType;
1187
+ validator: (value: import("../../constants").StorageType) => boolean;
1188
+ };
1189
+ storageKey: StringConstructor;
1190
+ modifiers: {
1191
+ type: PropType<string | string[]>;
1192
+ default: undefined;
1193
+ };
1194
+ }>> & Readonly<{}>, {
1195
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1196
+ expand: (name?: string | string[]) => void;
1197
+ collapse: (name?: string | string[]) => void;
1198
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
1199
+ modelValue: string | string[] | undefined;
1200
+ collapse: boolean;
1201
+ modifiers: string | string[];
1202
+ disabled: boolean;
1203
+ not: boolean;
1204
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1205
+ itemModifiers: string | string[];
1206
+ storageType: "local" | "session";
1207
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1208
+ P: {};
1209
+ B: {};
1210
+ D: {};
1211
+ C: {};
1212
+ M: {};
1213
+ Defaults: {};
1214
+ }, Readonly<globalThis.ExtractPropTypes<{
1215
+ modelValue: {
1216
+ type: PropType<string | string[] | undefined>;
1217
+ default: undefined;
1218
+ };
1219
+ items: {
1220
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1221
+ default: () => never[];
1222
+ };
1223
+ collapse: BooleanConstructor;
1224
+ itemModifiers: {
1225
+ type: PropType<string | string[]>;
1226
+ default: string;
1227
+ };
1228
+ disabled: BooleanConstructor;
1229
+ not: BooleanConstructor;
1230
+ storageType: {
1231
+ type: PropType<`${import("../../constants").StorageType}`>;
1232
+ default: import("../../constants").StorageType;
1233
+ validator: (value: import("../../constants").StorageType) => boolean;
1234
+ };
1235
+ storageKey: StringConstructor;
1236
+ modifiers: {
1237
+ type: PropType<string | string[]>;
1238
+ default: undefined;
1239
+ };
1240
+ }>> & Readonly<{}>, {
1241
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1242
+ expand: (name?: string | string[]) => void;
1243
+ collapse: (name?: string | string[]) => void;
1244
+ }, {}, {}, {}, {
1245
+ modelValue: string | string[] | undefined;
1246
+ collapse: boolean;
1247
+ modifiers: string | string[];
1248
+ disabled: boolean;
1249
+ not: boolean;
1250
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1251
+ itemModifiers: string | string[];
1252
+ storageType: "local" | "session";
1253
+ }>;
1254
+ __isFragment?: never;
1255
+ __isTeleport?: never;
1256
+ __isSuspense?: never;
1257
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1258
+ modelValue: {
1259
+ type: PropType<string | string[] | undefined>;
1260
+ default: undefined;
1261
+ };
1262
+ items: {
1263
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1264
+ default: () => never[];
1265
+ };
1266
+ collapse: BooleanConstructor;
1267
+ itemModifiers: {
1268
+ type: PropType<string | string[]>;
1269
+ default: string;
1270
+ };
1271
+ disabled: BooleanConstructor;
1272
+ not: BooleanConstructor;
1273
+ storageType: {
1274
+ type: PropType<`${import("../../constants").StorageType}`>;
1275
+ default: import("../../constants").StorageType;
1276
+ validator: (value: import("../../constants").StorageType) => boolean;
1277
+ };
1278
+ storageKey: StringConstructor;
1279
+ modifiers: {
1280
+ type: PropType<string | string[]>;
1281
+ default: undefined;
1282
+ };
1283
+ }>> & Readonly<{}>, {
1284
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1285
+ expand: (name?: string | string[]) => void;
1286
+ collapse: (name?: string | string[]) => void;
1287
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1288
+ modelValue: string | string[] | undefined;
1289
+ collapse: boolean;
1290
+ modifiers: string | string[];
1291
+ disabled: boolean;
1292
+ not: boolean;
1293
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1294
+ itemModifiers: string | string[];
1295
+ storageType: "local" | "session";
1296
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1297
+ $slots: {
1298
+ [x: `summary::${string}`]: ((props: {
1299
+ isExpanded: boolean;
1300
+ expand: () => void;
1301
+ collapse: () => void;
1302
+ groupExpand: (name?: string | string[]) => void;
1303
+ groupCollapse: (name?: string | string[]) => void;
1304
+ }) => any) | undefined;
1305
+ } & {
1306
+ [x: `content::${string}`]: ((props: {
1307
+ isExpanded: boolean;
1308
+ expand: () => void;
1309
+ collapse: () => void;
1310
+ groupExpand: (name?: string | string[]) => void;
1311
+ groupCollapse: (name?: string | string[]) => void;
1312
+ }) => any) | undefined;
1313
+ } & {
1314
+ default?: (props: {
1315
+ expandedAccordions: Set<string>;
1316
+ expand: (name?: string | string[]) => void;
1317
+ collapse: (name?: string | string[]) => void;
1318
+ }) => any;
1319
+ };
1320
+ })>> | import("storybook/internal/csf").AfterEach<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1321
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
1322
+ modelValue: {
1323
+ type: PropType<string | string[] | undefined>;
1324
+ default: undefined;
1325
+ };
1326
+ items: {
1327
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1328
+ default: () => never[];
1329
+ };
1330
+ collapse: BooleanConstructor;
1331
+ itemModifiers: {
1332
+ type: PropType<string | string[]>;
1333
+ default: string;
1334
+ };
1335
+ disabled: BooleanConstructor;
1336
+ not: BooleanConstructor;
1337
+ storageType: {
1338
+ type: PropType<`${import("../../constants").StorageType}`>;
1339
+ default: import("../../constants").StorageType;
1340
+ validator: (value: import("../../constants").StorageType) => boolean;
1341
+ };
1342
+ storageKey: StringConstructor;
1343
+ modifiers: {
1344
+ type: PropType<string | string[]>;
1345
+ default: undefined;
1346
+ };
1347
+ }>> & Readonly<{}>, {
1348
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1349
+ expand: (name?: string | string[]) => void;
1350
+ collapse: (name?: string | string[]) => void;
1351
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
1352
+ modelValue: string | string[] | undefined;
1353
+ collapse: boolean;
1354
+ modifiers: string | string[];
1355
+ disabled: boolean;
1356
+ not: boolean;
1357
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1358
+ itemModifiers: string | string[];
1359
+ storageType: "local" | "session";
1360
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1361
+ P: {};
1362
+ B: {};
1363
+ D: {};
1364
+ C: {};
1365
+ M: {};
1366
+ Defaults: {};
1367
+ }, Readonly<globalThis.ExtractPropTypes<{
1368
+ modelValue: {
1369
+ type: PropType<string | string[] | undefined>;
1370
+ default: undefined;
1371
+ };
1372
+ items: {
1373
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1374
+ default: () => never[];
1375
+ };
1376
+ collapse: BooleanConstructor;
1377
+ itemModifiers: {
1378
+ type: PropType<string | string[]>;
1379
+ default: string;
1380
+ };
1381
+ disabled: BooleanConstructor;
1382
+ not: BooleanConstructor;
1383
+ storageType: {
1384
+ type: PropType<`${import("../../constants").StorageType}`>;
1385
+ default: import("../../constants").StorageType;
1386
+ validator: (value: import("../../constants").StorageType) => boolean;
1387
+ };
1388
+ storageKey: StringConstructor;
1389
+ modifiers: {
1390
+ type: PropType<string | string[]>;
1391
+ default: undefined;
1392
+ };
1393
+ }>> & Readonly<{}>, {
1394
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1395
+ expand: (name?: string | string[]) => void;
1396
+ collapse: (name?: string | string[]) => void;
1397
+ }, {}, {}, {}, {
1398
+ modelValue: string | string[] | undefined;
1399
+ collapse: boolean;
1400
+ modifiers: string | string[];
1401
+ disabled: boolean;
1402
+ not: boolean;
1403
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1404
+ itemModifiers: string | string[];
1405
+ storageType: "local" | "session";
1406
+ }>;
1407
+ __isFragment?: never;
1408
+ __isTeleport?: never;
1409
+ __isSuspense?: never;
1410
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1411
+ modelValue: {
1412
+ type: PropType<string | string[] | undefined>;
1413
+ default: undefined;
1414
+ };
1415
+ items: {
1416
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1417
+ default: () => never[];
1418
+ };
1419
+ collapse: BooleanConstructor;
1420
+ itemModifiers: {
1421
+ type: PropType<string | string[]>;
1422
+ default: string;
1423
+ };
1424
+ disabled: BooleanConstructor;
1425
+ not: BooleanConstructor;
1426
+ storageType: {
1427
+ type: PropType<`${import("../../constants").StorageType}`>;
1428
+ default: import("../../constants").StorageType;
1429
+ validator: (value: import("../../constants").StorageType) => boolean;
1430
+ };
1431
+ storageKey: StringConstructor;
1432
+ modifiers: {
1433
+ type: PropType<string | string[]>;
1434
+ default: undefined;
1435
+ };
1436
+ }>> & Readonly<{}>, {
1437
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1438
+ expand: (name?: string | string[]) => void;
1439
+ collapse: (name?: string | string[]) => void;
1440
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1441
+ modelValue: string | string[] | undefined;
1442
+ collapse: boolean;
1443
+ modifiers: string | string[];
1444
+ disabled: boolean;
1445
+ not: boolean;
1446
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1447
+ itemModifiers: string | string[];
1448
+ storageType: "local" | "session";
1449
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1450
+ $slots: {
1451
+ [x: `summary::${string}`]: ((props: {
1452
+ isExpanded: boolean;
1453
+ expand: () => void;
1454
+ collapse: () => void;
1455
+ groupExpand: (name?: string | string[]) => void;
1456
+ groupCollapse: (name?: string | string[]) => void;
1457
+ }) => any) | undefined;
1458
+ } & {
1459
+ [x: `content::${string}`]: ((props: {
1460
+ isExpanded: boolean;
1461
+ expand: () => void;
1462
+ collapse: () => void;
1463
+ groupExpand: (name?: string | string[]) => void;
1464
+ groupCollapse: (name?: string | string[]) => void;
1465
+ }) => any) | undefined;
1466
+ } & {
1467
+ default?: (props: {
1468
+ expandedAccordions: Set<string>;
1469
+ expand: (name?: string | string[]) => void;
1470
+ collapse: (name?: string | string[]) => void;
1471
+ }) => any;
1472
+ };
1473
+ })>>[] | undefined;
1474
+ render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1475
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
1476
+ modelValue: {
1477
+ type: PropType<string | string[] | undefined>;
1478
+ default: undefined;
1479
+ };
1480
+ items: {
1481
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1482
+ default: () => never[];
1483
+ };
1484
+ collapse: BooleanConstructor;
1485
+ itemModifiers: {
1486
+ type: PropType<string | string[]>;
1487
+ default: string;
1488
+ };
1489
+ disabled: BooleanConstructor;
1490
+ not: BooleanConstructor;
1491
+ storageType: {
1492
+ type: PropType<`${import("../../constants").StorageType}`>;
1493
+ default: import("../../constants").StorageType;
1494
+ validator: (value: import("../../constants").StorageType) => boolean;
1495
+ };
1496
+ storageKey: StringConstructor;
1497
+ modifiers: {
1498
+ type: PropType<string | string[]>;
1499
+ default: undefined;
1500
+ };
1501
+ }>> & Readonly<{}>, {
1502
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1503
+ expand: (name?: string | string[]) => void;
1504
+ collapse: (name?: string | string[]) => void;
1505
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
1506
+ modelValue: string | string[] | undefined;
1507
+ collapse: boolean;
1508
+ modifiers: string | string[];
1509
+ disabled: boolean;
1510
+ not: boolean;
1511
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1512
+ itemModifiers: string | string[];
1513
+ storageType: "local" | "session";
1514
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1515
+ P: {};
1516
+ B: {};
1517
+ D: {};
1518
+ C: {};
1519
+ M: {};
1520
+ Defaults: {};
1521
+ }, Readonly<globalThis.ExtractPropTypes<{
1522
+ modelValue: {
1523
+ type: PropType<string | string[] | undefined>;
1524
+ default: undefined;
1525
+ };
1526
+ items: {
1527
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1528
+ default: () => never[];
1529
+ };
1530
+ collapse: BooleanConstructor;
1531
+ itemModifiers: {
1532
+ type: PropType<string | string[]>;
1533
+ default: string;
1534
+ };
1535
+ disabled: BooleanConstructor;
1536
+ not: BooleanConstructor;
1537
+ storageType: {
1538
+ type: PropType<`${import("../../constants").StorageType}`>;
1539
+ default: import("../../constants").StorageType;
1540
+ validator: (value: import("../../constants").StorageType) => boolean;
1541
+ };
1542
+ storageKey: StringConstructor;
1543
+ modifiers: {
1544
+ type: PropType<string | string[]>;
1545
+ default: undefined;
1546
+ };
1547
+ }>> & Readonly<{}>, {
1548
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1549
+ expand: (name?: string | string[]) => void;
1550
+ collapse: (name?: string | string[]) => void;
1551
+ }, {}, {}, {}, {
1552
+ modelValue: string | string[] | undefined;
1553
+ collapse: boolean;
1554
+ modifiers: string | string[];
1555
+ disabled: boolean;
1556
+ not: boolean;
1557
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1558
+ itemModifiers: string | string[];
1559
+ storageType: "local" | "session";
1560
+ }>;
1561
+ __isFragment?: never;
1562
+ __isTeleport?: never;
1563
+ __isSuspense?: never;
1564
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1565
+ modelValue: {
1566
+ type: PropType<string | string[] | undefined>;
1567
+ default: undefined;
1568
+ };
1569
+ items: {
1570
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1571
+ default: () => never[];
1572
+ };
1573
+ collapse: BooleanConstructor;
1574
+ itemModifiers: {
1575
+ type: PropType<string | string[]>;
1576
+ default: string;
1577
+ };
1578
+ disabled: BooleanConstructor;
1579
+ not: BooleanConstructor;
1580
+ storageType: {
1581
+ type: PropType<`${import("../../constants").StorageType}`>;
1582
+ default: import("../../constants").StorageType;
1583
+ validator: (value: import("../../constants").StorageType) => boolean;
1584
+ };
1585
+ storageKey: StringConstructor;
1586
+ modifiers: {
1587
+ type: PropType<string | string[]>;
1588
+ default: undefined;
1589
+ };
1590
+ }>> & Readonly<{}>, {
1591
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1592
+ expand: (name?: string | string[]) => void;
1593
+ collapse: (name?: string | string[]) => void;
1594
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1595
+ modelValue: string | string[] | undefined;
1596
+ collapse: boolean;
1597
+ modifiers: string | string[];
1598
+ disabled: boolean;
1599
+ not: boolean;
1600
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1601
+ itemModifiers: string | string[];
1602
+ storageType: "local" | "session";
1603
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1604
+ $slots: {
1605
+ [x: `summary::${string}`]: ((props: {
1606
+ isExpanded: boolean;
1607
+ expand: () => void;
1608
+ collapse: () => void;
1609
+ groupExpand: (name?: string | string[]) => void;
1610
+ groupCollapse: (name?: string | string[]) => void;
1611
+ }) => any) | undefined;
1612
+ } & {
1613
+ [x: `content::${string}`]: ((props: {
1614
+ isExpanded: boolean;
1615
+ expand: () => void;
1616
+ collapse: () => void;
1617
+ groupExpand: (name?: string | string[]) => void;
1618
+ groupCollapse: (name?: string | string[]) => void;
1619
+ }) => any) | undefined;
1620
+ } & {
1621
+ default?: (props: {
1622
+ expandedAccordions: Set<string>;
1623
+ expand: (name?: string | string[]) => void;
1624
+ collapse: (name?: string | string[]) => void;
1625
+ }) => any;
1626
+ };
1627
+ })>> | undefined;
1628
+ tags?: import("storybook/internal/csf").Tag[];
1629
+ mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/vue3-vite").VueRenderer, import("@storybook/vue3-vite").ComponentPropsAndSlots<{
1630
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
1631
+ modelValue: {
1632
+ type: PropType<string | string[] | undefined>;
1633
+ default: undefined;
1634
+ };
1635
+ items: {
1636
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1637
+ default: () => never[];
1638
+ };
1639
+ collapse: BooleanConstructor;
1640
+ itemModifiers: {
1641
+ type: PropType<string | string[]>;
1642
+ default: string;
1643
+ };
1644
+ disabled: BooleanConstructor;
1645
+ not: BooleanConstructor;
1646
+ storageType: {
1647
+ type: PropType<`${import("../../constants").StorageType}`>;
1648
+ default: import("../../constants").StorageType;
1649
+ validator: (value: import("../../constants").StorageType) => boolean;
1650
+ };
1651
+ storageKey: StringConstructor;
1652
+ modifiers: {
1653
+ type: PropType<string | string[]>;
1654
+ default: undefined;
1655
+ };
1656
+ }>> & Readonly<{}>, {
1657
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1658
+ expand: (name?: string | string[]) => void;
1659
+ collapse: (name?: string | string[]) => void;
1660
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
1661
+ modelValue: string | string[] | undefined;
1662
+ collapse: boolean;
1663
+ modifiers: string | string[];
1664
+ disabled: boolean;
1665
+ not: boolean;
1666
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1667
+ itemModifiers: string | string[];
1668
+ storageType: "local" | "session";
1669
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1670
+ P: {};
1671
+ B: {};
1672
+ D: {};
1673
+ C: {};
1674
+ M: {};
1675
+ Defaults: {};
1676
+ }, Readonly<globalThis.ExtractPropTypes<{
1677
+ modelValue: {
1678
+ type: PropType<string | string[] | undefined>;
1679
+ default: undefined;
1680
+ };
1681
+ items: {
1682
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1683
+ default: () => never[];
1684
+ };
1685
+ collapse: BooleanConstructor;
1686
+ itemModifiers: {
1687
+ type: PropType<string | string[]>;
1688
+ default: string;
1689
+ };
1690
+ disabled: BooleanConstructor;
1691
+ not: BooleanConstructor;
1692
+ storageType: {
1693
+ type: PropType<`${import("../../constants").StorageType}`>;
1694
+ default: import("../../constants").StorageType;
1695
+ validator: (value: import("../../constants").StorageType) => boolean;
1696
+ };
1697
+ storageKey: StringConstructor;
1698
+ modifiers: {
1699
+ type: PropType<string | string[]>;
1700
+ default: undefined;
1701
+ };
1702
+ }>> & Readonly<{}>, {
1703
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1704
+ expand: (name?: string | string[]) => void;
1705
+ collapse: (name?: string | string[]) => void;
1706
+ }, {}, {}, {}, {
1707
+ modelValue: string | string[] | undefined;
1708
+ collapse: boolean;
1709
+ modifiers: string | string[];
1710
+ disabled: boolean;
1711
+ not: boolean;
1712
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1713
+ itemModifiers: string | string[];
1714
+ storageType: "local" | "session";
1715
+ }>;
1716
+ __isFragment?: never;
1717
+ __isTeleport?: never;
1718
+ __isSuspense?: never;
1719
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1720
+ modelValue: {
1721
+ type: PropType<string | string[] | undefined>;
1722
+ default: undefined;
1723
+ };
1724
+ items: {
1725
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1726
+ default: () => never[];
1727
+ };
1728
+ collapse: BooleanConstructor;
1729
+ itemModifiers: {
1730
+ type: PropType<string | string[]>;
1731
+ default: string;
1732
+ };
1733
+ disabled: BooleanConstructor;
1734
+ not: BooleanConstructor;
1735
+ storageType: {
1736
+ type: PropType<`${import("../../constants").StorageType}`>;
1737
+ default: import("../../constants").StorageType;
1738
+ validator: (value: import("../../constants").StorageType) => boolean;
1739
+ };
1740
+ storageKey: StringConstructor;
1741
+ modifiers: {
1742
+ type: PropType<string | string[]>;
1743
+ default: undefined;
1744
+ };
1745
+ }>> & Readonly<{}>, {
1746
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1747
+ expand: (name?: string | string[]) => void;
1748
+ collapse: (name?: string | string[]) => void;
1749
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1750
+ modelValue: string | string[] | undefined;
1751
+ collapse: boolean;
1752
+ modifiers: string | string[];
1753
+ disabled: boolean;
1754
+ not: boolean;
1755
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1756
+ itemModifiers: string | string[];
1757
+ storageType: "local" | "session";
1758
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1759
+ $slots: {
1760
+ [x: `summary::${string}`]: ((props: {
1761
+ isExpanded: boolean;
1762
+ expand: () => void;
1763
+ collapse: () => void;
1764
+ groupExpand: (name?: string | string[]) => void;
1765
+ groupCollapse: (name?: string | string[]) => void;
1766
+ }) => any) | undefined;
1767
+ } & {
1768
+ [x: `content::${string}`]: ((props: {
1769
+ isExpanded: boolean;
1770
+ expand: () => void;
1771
+ collapse: () => void;
1772
+ groupExpand: (name?: string | string[]) => void;
1773
+ groupCollapse: (name?: string | string[]) => void;
1774
+ }) => any) | undefined;
1775
+ } & {
1776
+ default?: (props: {
1777
+ expandedAccordions: Set<string>;
1778
+ expand: (name?: string | string[]) => void;
1779
+ collapse: (name?: string | string[]) => void;
1780
+ }) => any;
1781
+ };
1782
+ })>>) => (Component?: import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> | import("vue").FunctionalComponent<any, {}, any, {}>, options?: {
1783
+ props?: Record<string, any>;
1784
+ slots?: Record<string, any>;
1785
+ }) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
1786
+ };
1787
+ export default _default;
1788
+ export declare const Default: Story;