@volverjs/ui-vue 0.0.10-beta.47 → 0.0.10-beta.49

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 (357) hide show
  1. package/README.md +2 -2
  2. package/auto-imports.d.ts +19 -11
  3. package/bin/icons.js +1 -0
  4. package/dist/components/VvAccordion/VvAccordion.es.js +4 -5
  5. package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
  6. package/dist/components/VvAccordion/VvAccordion.vue.d.ts +8 -11
  7. package/dist/components/VvAccordion/index.d.ts +2 -2
  8. package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +45 -46
  9. package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
  10. package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +11 -13
  11. package/dist/components/VvAccordionGroup/index.d.ts +2 -2
  12. package/dist/components/VvAction/VvAction.vue.d.ts +8 -10
  13. package/dist/components/VvAction/index.d.ts +1 -1
  14. package/dist/components/VvAlert/VvAlert.es.js +158 -161
  15. package/dist/components/VvAlert/VvAlert.umd.js +1 -1
  16. package/dist/components/VvAlert/VvAlert.vue.d.ts +20 -22
  17. package/dist/components/VvAlert/index.d.ts +1 -1
  18. package/dist/components/VvAlertGroup/VvAlertGroup.es.js +271 -274
  19. package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
  20. package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +9 -11
  21. package/dist/components/VvAlertGroup/index.d.ts +2 -2
  22. package/dist/components/VvAvatar/VvAvatar.vue.d.ts +6 -6
  23. package/dist/components/VvAvatar/index.d.ts +1 -1
  24. package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +21 -22
  25. package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
  26. package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +6 -6
  27. package/dist/components/VvAvatarGroup/index.d.ts +1 -1
  28. package/dist/components/VvBadge/VvBadge.vue.d.ts +6 -6
  29. package/dist/components/VvBadge/index.d.ts +1 -1
  30. package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +23 -23
  31. package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
  32. package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +19 -19
  33. package/dist/components/VvBreadcrumb/index.d.ts +1 -1
  34. package/dist/components/VvButton/VvButton.es.js +313 -314
  35. package/dist/components/VvButton/VvButton.umd.js +1 -1
  36. package/dist/components/VvButton/VvButton.vue.d.ts +14 -16
  37. package/dist/components/VvButton/index.d.ts +9 -9
  38. package/dist/components/VvButtonGroup/VvButtonGroup.es.js +2 -2
  39. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +6 -8
  40. package/dist/components/VvButtonGroup/index.d.ts +1 -1
  41. package/dist/components/VvCard/VvCard.vue.d.ts +6 -6
  42. package/dist/components/VvCard/index.d.ts +1 -1
  43. package/dist/components/VvCheckbox/VvCheckbox.es.js +186 -187
  44. package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
  45. package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +11 -13
  46. package/dist/components/VvCheckbox/index.d.ts +7 -7
  47. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +190 -191
  48. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  49. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +11 -13
  50. package/dist/components/VvCheckboxGroup/index.d.ts +2 -2
  51. package/dist/components/VvCombobox/VvCombobox.es.js +1864 -1865
  52. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  53. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +72 -291
  54. package/dist/components/VvCombobox/index.d.ts +1 -1
  55. package/dist/components/VvDialog/VvDialog.vue.d.ts +7 -9
  56. package/dist/components/VvDialog/index.d.ts +1 -1
  57. package/dist/components/VvDropdown/VvDropdown.es.js +9 -10
  58. package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
  59. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +51 -51
  60. package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +22 -16
  61. package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +4 -4
  62. package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +4 -4
  63. package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +6 -6
  64. package/dist/components/VvDropdownAction/VvDropdownAction.es.js +2 -2
  65. package/dist/components/VvDropdownItem/VvDropdownItem.es.js +2 -2
  66. package/dist/components/VvDropdownOption/VvDropdownOption.es.js +2 -2
  67. package/dist/components/VvIcon/VvIcon.vue.d.ts +2 -23
  68. package/dist/components/VvInputFile/VvInputFile.es.js +651 -652
  69. package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
  70. package/dist/components/VvInputFile/VvInputFile.vue.d.ts +19 -19
  71. package/dist/components/VvInputFile/index.d.ts +4 -4
  72. package/dist/components/VvInputText/VvInputClearAction.d.ts +10 -6
  73. package/dist/components/VvInputText/VvInputPasswordAction.d.ts +11 -7
  74. package/dist/components/VvInputText/VvInputStepAction.d.ts +10 -6
  75. package/dist/components/VvInputText/VvInputText.es.js +715 -716
  76. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  77. package/dist/components/VvInputText/VvInputText.vue.d.ts +30 -32
  78. package/dist/components/VvInputText/index.d.ts +1 -1
  79. package/dist/components/VvNav/VvNav.es.js +5 -5
  80. package/dist/components/VvNav/VvNav.umd.js +1 -1
  81. package/dist/components/VvNav/VvNav.vue.d.ts +8 -10
  82. package/dist/components/VvNav/VvNavItem.vue.d.ts +1 -1
  83. package/dist/components/VvNav/VvNavSeparator.vue.d.ts +1 -1
  84. package/dist/components/VvNav/index.d.ts +2 -2
  85. package/dist/components/VvProgress/VvProgress.vue.d.ts +6 -6
  86. package/dist/components/VvProgress/index.d.ts +1 -1
  87. package/dist/components/VvRadio/VvRadio.es.js +186 -187
  88. package/dist/components/VvRadio/VvRadio.umd.js +1 -1
  89. package/dist/components/VvRadio/VvRadio.vue.d.ts +10 -12
  90. package/dist/components/VvRadio/index.d.ts +5 -5
  91. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +190 -191
  92. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  93. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +11 -13
  94. package/dist/components/VvRadioGroup/index.d.ts +2 -2
  95. package/dist/components/VvSelect/VvSelect.es.js +337 -338
  96. package/dist/components/VvSelect/VvSelect.umd.js +1 -1
  97. package/dist/components/VvSelect/VvSelect.vue.d.ts +20 -131
  98. package/dist/components/VvSelect/index.d.ts +7 -7
  99. package/dist/components/VvTab/VvTab.es.js +18 -18
  100. package/dist/components/VvTab/VvTab.umd.js +1 -1
  101. package/dist/components/VvTab/VvTab.vue.d.ts +6 -8
  102. package/dist/components/VvTab/index.d.ts +1 -1
  103. package/dist/components/VvTextarea/VvTextarea.es.js +292 -293
  104. package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
  105. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +14 -16
  106. package/dist/components/VvTextarea/index.d.ts +3 -3
  107. package/dist/components/VvTooltip/VvTooltip.vue.d.ts +8 -8
  108. package/dist/components/common/HintSlot.d.ts +6 -6
  109. package/dist/components/index.d.ts +1 -1
  110. package/dist/components/index.es.js +2760 -2763
  111. package/dist/components/index.umd.js +1 -1
  112. package/dist/composables/alert/useAlert.d.ts +4 -4
  113. package/dist/composables/alert/{useProvideAlert.d.ts → useAlertProvide.d.ts} +1 -1
  114. package/dist/composables/dropdown/useDropdownContextmenu.d.ts +18 -0
  115. package/dist/composables/dropdown/{useProvideDropdown.d.ts → useDropdownProvide.d.ts} +6 -6
  116. package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +17 -0
  117. package/dist/composables/group/{useInjectedGroupState.d.ts → useGroupStateInject.d.ts} +1 -1
  118. package/dist/composables/group/{useProvideGroupState.d.ts → useGroupStateProvide.d.ts} +2 -2
  119. package/dist/composables/index.d.ts +2 -0
  120. package/dist/composables/index.es.js +87 -3
  121. package/dist/composables/index.umd.js +1 -1
  122. package/dist/composables/useComponentFocus.d.ts +1 -1
  123. package/dist/composables/useOptions.d.ts +1 -1
  124. package/dist/composables/usePersistence.d.ts +1 -1
  125. package/dist/composables/useUniqueId.d.ts +1 -1
  126. package/dist/constants.d.ts +3 -3
  127. package/dist/directives/index.d.ts +2 -2
  128. package/dist/directives/index.es.js +145 -39
  129. package/dist/directives/index.umd.js +1 -1
  130. package/dist/directives/v-contextmenu.es.js +137 -31
  131. package/dist/directives/v-contextmenu.umd.js +1 -1
  132. package/dist/icons.d.ts +17 -17
  133. package/dist/icons.es.js +424 -424
  134. package/dist/icons.umd.js +1 -1
  135. package/dist/index.d.ts +1 -1
  136. package/dist/index.umd.js +1 -1
  137. package/dist/props/index.d.ts +4 -4
  138. package/dist/resolvers/unplugin.umd.js +1 -1
  139. package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +178 -474
  140. package/dist/stories/Alert/Alert.settings.d.ts +1 -1
  141. package/dist/stories/Alert/AlertModifiers.stories.d.ts +1 -1
  142. package/dist/stories/Alert/AlertSlots.stories.d.ts +1 -1
  143. package/dist/stories/AlertGroup/AlertGroupPosition.stories.d.ts +1 -1
  144. package/dist/stories/AlertGroup/AlertGroupSlots.stories.d.ts +1 -1
  145. package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +1 -1
  146. package/dist/stories/Button/Button.settings.d.ts +1 -1
  147. package/dist/stories/Combobox/Combobox.settings.d.ts +1 -1
  148. package/dist/stories/Nav/Nav.settings.d.ts +1 -1
  149. package/dist/stories/Tab/Tab.settings.d.ts +1 -1
  150. package/dist/types/floating-ui.d.ts +1 -1
  151. package/dist/types/group.d.ts +1 -1
  152. package/dist/types/index.d.ts +2 -2
  153. package/dist/utils/DomUtilities.d.ts +1 -0
  154. package/package.json +43 -43
  155. package/src/Volver.ts +3 -3
  156. package/src/assets/icons/detailed.json +1 -1
  157. package/src/assets/icons/normal.json +1 -1
  158. package/src/assets/icons/simple.json +1 -1
  159. package/src/components/VvAccordion/VvAccordion.vue +5 -5
  160. package/src/components/VvAccordion/index.ts +2 -2
  161. package/src/components/VvAccordionGroup/VvAccordionGroup.vue +5 -5
  162. package/src/components/VvAction/VvAction.vue +1 -1
  163. package/src/components/VvAlert/VvAlert.vue +1 -1
  164. package/src/components/VvAlert/index.ts +1 -1
  165. package/src/components/VvAlertGroup/VvAlertGroup.vue +1 -1
  166. package/src/components/VvAlertGroup/index.ts +3 -3
  167. package/src/components/VvAvatarGroup/VvAvatarGroup.vue +1 -1
  168. package/src/components/VvBreadcrumb/VvBreadcrumb.vue +2 -2
  169. package/src/components/VvBreadcrumb/index.ts +1 -1
  170. package/src/components/VvButton/VvButton.vue +3 -3
  171. package/src/components/VvButton/index.ts +4 -4
  172. package/src/components/VvButtonGroup/VvButtonGroup.vue +3 -3
  173. package/src/components/VvCheckbox/VvCheckbox.vue +2 -2
  174. package/src/components/VvCheckbox/index.ts +2 -2
  175. package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +2 -2
  176. package/src/components/VvCombobox/VvCombobox.vue +9 -9
  177. package/src/components/VvCombobox/index.ts +15 -15
  178. package/src/components/VvDropdown/VvDropdown.vue +19 -19
  179. package/src/components/VvDropdown/VvDropdownAction.vue +1 -1
  180. package/src/components/VvDropdown/VvDropdownItem.vue +1 -1
  181. package/src/components/VvDropdown/VvDropdownOption.vue +1 -1
  182. package/src/components/VvDropdown/index.ts +2 -2
  183. package/src/components/VvIcon/VvIcon.vue +2 -2
  184. package/src/components/VvInputFile/VvInputFile.vue +7 -7
  185. package/src/components/VvInputFile/index.ts +7 -7
  186. package/src/components/VvInputText/VvInputPasswordAction.ts +1 -1
  187. package/src/components/VvInputText/VvInputText.vue +19 -19
  188. package/src/components/VvInputText/VvInputTextActions.ts +4 -4
  189. package/src/components/VvInputText/index.ts +2 -2
  190. package/src/components/VvNav/VvNav.vue +1 -1
  191. package/src/components/VvRadio/VvRadio.vue +1 -1
  192. package/src/components/VvRadio/index.ts +2 -2
  193. package/src/components/VvRadioGroup/VvRadioGroup.vue +2 -2
  194. package/src/components/VvSelect/VvSelect.vue +6 -6
  195. package/src/components/VvSelect/index.ts +12 -12
  196. package/src/components/VvTab/VvTab.vue +2 -2
  197. package/src/components/VvTab/index.ts +1 -1
  198. package/src/components/VvTextarea/VvTextarea.vue +1 -1
  199. package/src/components/common/HintSlot.ts +14 -14
  200. package/src/components/index.ts +1 -1
  201. package/src/composables/alert/useAlert.ts +2 -2
  202. package/src/composables/alert/{useProvideAlert.ts → useAlertProvide.ts} +2 -2
  203. package/src/composables/dropdown/useDropdownContextmenu.ts +22 -0
  204. package/src/composables/dropdown/{useProvideDropdown.ts → useDropdownProvide.ts} +9 -9
  205. package/src/composables/dropdown/useDropdownVirtualElement.ts +53 -0
  206. package/src/composables/group/{useInjectedGroupState.ts → useGroupStateInject.ts} +2 -2
  207. package/src/composables/group/{useProvideGroupState.ts → useGroupStateProvide.ts} +2 -2
  208. package/src/composables/index.ts +2 -0
  209. package/src/composables/useBlurhash.ts +2 -2
  210. package/src/composables/useOptions.ts +1 -1
  211. package/src/composables/usePersistence.ts +1 -1
  212. package/src/composables/useTextCount.ts +2 -2
  213. package/src/composables/useUniqueId.ts +2 -3
  214. package/src/constants.ts +5 -5
  215. package/src/directives/index.ts +2 -2
  216. package/src/directives/v-contextmenu.ts +21 -29
  217. package/src/directives/v-tooltip.ts +2 -2
  218. package/src/icons.ts +2 -2
  219. package/src/index.ts +1 -1
  220. package/src/props/index.ts +7 -7
  221. package/src/resolvers/unplugin.ts +5 -5
  222. package/src/stories/Accordion/Accordion.stories.ts +2 -2
  223. package/src/stories/Accordion/Accordion.test.ts +1 -1
  224. package/src/stories/Accordion/AccordionSlots.stories.ts +2 -2
  225. package/src/stories/AccordionGroup/AccordionGroup.stories.ts +2 -2
  226. package/src/stories/AccordionGroup/AccordionGroup.test.ts +1 -1
  227. package/src/stories/AccordionGroup/AccordionGroupSlots.stories.ts +3 -3
  228. package/src/stories/Alert/Alert.settings.ts +1 -1
  229. package/src/stories/Alert/Alert.stories.ts +2 -2
  230. package/src/stories/Alert/Alert.test.ts +1 -1
  231. package/src/stories/Alert/AlertModifiers.stories.ts +2 -2
  232. package/src/stories/Alert/AlertSlots.stories.ts +2 -2
  233. package/src/stories/AlertGroup/AlertGroup.stories.ts +2 -2
  234. package/src/stories/AlertGroup/AlertGroup.test.ts +3 -3
  235. package/src/stories/AlertGroup/AlertGroupPosition.stories.ts +2 -2
  236. package/src/stories/AlertGroup/AlertGroupSlots.stories.ts +2 -2
  237. package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +2 -2
  238. package/src/stories/Avatar/Avatar.stories.ts +2 -2
  239. package/src/stories/Avatar/Avatar.test.ts +1 -1
  240. package/src/stories/Avatar/AvatarBadge.stories.ts +1 -1
  241. package/src/stories/Avatar/AvatarModifiers.stories.ts +2 -2
  242. package/src/stories/Avatar/AvatarSlots.stories.ts +2 -2
  243. package/src/stories/AvatarGroup/AvatarGroup.stories.ts +2 -2
  244. package/src/stories/AvatarGroup/AvatarGroup.test.ts +1 -1
  245. package/src/stories/AvatarGroup/AvatarGroupModifiers.stories.ts +2 -2
  246. package/src/stories/AvatarGroup/AvatarGroupSlotDefault.stories.ts +3 -3
  247. package/src/stories/Badge/Badge.stories.ts +2 -2
  248. package/src/stories/Badge/Badge.test.ts +1 -1
  249. package/src/stories/Badge/BadgeSlots.stories.ts +2 -2
  250. package/src/stories/Blurhash/BlurhashComposable.stories.ts +37 -117
  251. package/src/stories/Breadcrumb/Breadcrumb.stories.ts +2 -2
  252. package/src/stories/Breadcrumb/BreadcrumbSlots.stories.ts +5 -5
  253. package/src/stories/Button/Button.settings.ts +3 -3
  254. package/src/stories/Button/Button.stories.ts +2 -2
  255. package/src/stories/Button/Button.test.ts +1 -1
  256. package/src/stories/Button/ButtonIcon.stories.ts +2 -2
  257. package/src/stories/Button/ButtonLink.stories.ts +2 -2
  258. package/src/stories/Button/ButtonLoading.stories.ts +2 -2
  259. package/src/stories/Button/ButtonModifiers.stories.ts +2 -2
  260. package/src/stories/Button/ButtonSlots.stories.ts +3 -3
  261. package/src/stories/Button/ButtonState.stories.ts +2 -2
  262. package/src/stories/Button/ButtonToggle.stories.ts +2 -2
  263. package/src/stories/ButtonGroup/ButtonGroup.settings.ts +2 -2
  264. package/src/stories/ButtonGroup/ButtonGroup.stories.ts +2 -2
  265. package/src/stories/ButtonGroup/ButtonGroup.test.ts +1 -1
  266. package/src/stories/ButtonGroup/ButtonGroupModifiers.stories.ts +2 -2
  267. package/src/stories/ButtonGroup/ButtonGroupSlots.stories.ts +2 -2
  268. package/src/stories/ButtonGroup/ButtonGroupToggle.stories.ts +2 -2
  269. package/src/stories/Card/Card.stories.ts +2 -2
  270. package/src/stories/Card/Card.test.ts +1 -1
  271. package/src/stories/Card/CardSlots.stories.ts +2 -2
  272. package/src/stories/Checkbox/Checkbox.stories.ts +2 -2
  273. package/src/stories/Checkbox/Checkbox.test.ts +1 -1
  274. package/src/stories/Checkbox/CheckboxBinary.stories.ts +2 -2
  275. package/src/stories/Checkbox/CheckboxSlots.stories.ts +2 -2
  276. package/src/stories/CheckboxGroup/CheckboxGroup.stories.ts +2 -2
  277. package/src/stories/CheckboxGroup/CheckboxGroup.test.ts +2 -2
  278. package/src/stories/CheckboxGroup/CheckboxGroupOptions.stories.ts +2 -2
  279. package/src/stories/CheckboxGroup/CheckboxGroupSlots.stories.ts +3 -3
  280. package/src/stories/Combobox/Combobox.settings.ts +9 -9
  281. package/src/stories/Combobox/Combobox.stories.ts +2 -2
  282. package/src/stories/Combobox/Combobox.test.ts +2 -2
  283. package/src/stories/Combobox/ComboboxIconPosition.stories.ts +2 -2
  284. package/src/stories/Combobox/ComboboxMultiple.stories.ts +2 -2
  285. package/src/stories/Combobox/ComboboxOptions.stories.ts +2 -2
  286. package/src/stories/Combobox/ComboboxSlots.stories.ts +3 -3
  287. package/src/stories/Dialog/Dialog.stories.ts +2 -2
  288. package/src/stories/Dialog/Dialog.test.ts +1 -1
  289. package/src/stories/Dialog/DialogModifiers.stories.ts +2 -2
  290. package/src/stories/Dialog/DialogSlots.stories.ts +2 -2
  291. package/src/stories/Dropdown/Dropdown.settings.ts +1 -1
  292. package/src/stories/Dropdown/Dropdown.stories.ts +4 -4
  293. package/src/stories/Dropdown/Dropdown.test.ts +1 -1
  294. package/src/stories/Dropdown/DropdownContextmenuDirective.stories.ts +3 -4
  295. package/src/stories/Dropdown/DropdownMultilevel.stories.ts +4 -4
  296. package/src/stories/Dropdown/DropdownSlots.stories.ts +4 -4
  297. package/src/stories/Icon/Icon.settings.ts +1 -1
  298. package/src/stories/Icon/Icon.stories.ts +2 -2
  299. package/src/stories/Icon/IconsCollection.stories.ts +3 -3
  300. package/src/stories/InputFile/InputFile.settings.ts +1 -1
  301. package/src/stories/InputFile/InputFile.stories.ts +1 -1
  302. package/src/stories/InputFile/InputFileDropArea.stories.ts +2 -2
  303. package/src/stories/InputFile/InputFileIconPosition.stories.ts +2 -2
  304. package/src/stories/InputFile/InputFileSlots.stories.ts +2 -2
  305. package/src/stories/InputText/InputText.settings.ts +2 -2
  306. package/src/stories/InputText/InputText.stories.ts +2 -2
  307. package/src/stories/InputText/InputText.test.ts +2 -2
  308. package/src/stories/InputText/InputTextIconPosition.stories.ts +2 -2
  309. package/src/stories/InputText/InputTextLength.stories.ts +2 -2
  310. package/src/stories/InputText/InputTextMask.stories.ts +2 -2
  311. package/src/stories/InputText/InputTextMinMax.stories.ts +2 -2
  312. package/src/stories/InputText/InputTextSlots.stories.ts +2 -2
  313. package/src/stories/InputText/InputTextType.stories.ts +2 -2
  314. package/src/stories/Nav/Nav.settings.ts +1 -1
  315. package/src/stories/Nav/Nav.stories.ts +2 -2
  316. package/src/stories/Nav/Nav.test.ts +1 -1
  317. package/src/stories/Nav/NavModifiers.stories.ts +2 -2
  318. package/src/stories/Progress/Progress.stories.ts +2 -2
  319. package/src/stories/Progress/Progress.test.ts +2 -2
  320. package/src/stories/Radio/Radio.stories.ts +2 -2
  321. package/src/stories/Radio/Radio.test.ts +1 -1
  322. package/src/stories/Radio/RadioSlots.stories.ts +2 -2
  323. package/src/stories/RadioGroup/RadioGroup.stories.ts +2 -2
  324. package/src/stories/RadioGroup/RadioGroup.test.ts +2 -2
  325. package/src/stories/RadioGroup/RadioGroupOptions.stories.ts +2 -2
  326. package/src/stories/RadioGroup/RadioGroupSlots.stories.ts +3 -3
  327. package/src/stories/Select/Select.settings.ts +10 -10
  328. package/src/stories/Select/Select.stories.ts +2 -2
  329. package/src/stories/Select/Select.test.ts +1 -1
  330. package/src/stories/Select/SelectIconPosition.stories.ts +2 -2
  331. package/src/stories/Select/SelectOptions.stories.ts +2 -2
  332. package/src/stories/Select/SelectSlots.stories.ts +2 -2
  333. package/src/stories/Tab/Tab.settings.ts +1 -1
  334. package/src/stories/Tab/Tab.stories.ts +1 -1
  335. package/src/stories/Tab/Tab.test.ts +1 -1
  336. package/src/stories/Textarea/Textarea.settings.ts +1 -1
  337. package/src/stories/Textarea/Textarea.stories.ts +2 -2
  338. package/src/stories/Textarea/Textarea.test.ts +1 -1
  339. package/src/stories/Textarea/TextareaLength.stories.ts +2 -2
  340. package/src/stories/Textarea/TextareaSlots.stories.ts +2 -2
  341. package/src/stories/Textarea/TextareatIconPosition.stories.ts +2 -2
  342. package/src/stories/Tooltip/Tooltip.stories.ts +3 -3
  343. package/src/stories/Tooltip/Tooltip.test.ts +1 -1
  344. package/src/stories/Tooltip/TooltipDirective.stories.ts +3 -3
  345. package/src/test/expect.ts +3 -3
  346. package/src/test/types.d.ts +2 -2
  347. package/src/types/floating-ui.ts +1 -1
  348. package/src/types/group.ts +1 -1
  349. package/src/types/index.ts +2 -2
  350. package/src/utils/DomUtilities.ts +15 -0
  351. package/src/utils/ObjectUtilities.ts +4 -4
  352. package/src/workers/blurhash.ts +1 -1
  353. package/dist/composables/alert/{useInjectAlert.d.ts → useAlerInject.d.ts} +0 -0
  354. package/dist/composables/dropdown/{useInjectDropdown.d.ts → useDropdownInject.d.ts} +0 -0
  355. package/src/assets/icons/normal/{dulicate.svg → duplicate.svg} +0 -0
  356. package/src/composables/alert/{useInjectAlert.ts → useAlerInject.ts} +0 -0
  357. package/src/composables/dropdown/{useInjectDropdown.ts → useDropdownInject.ts} +1 -1
@@ -23,42 +23,16 @@ declare const _default: {
23
23
  readonly modelValue?: string | string[] | undefined;
24
24
  readonly modifiers?: string | string[] | undefined;
25
25
  readonly storageKey?: string | undefined;
26
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
27
- modelValue: {
28
- type: PropType<string | string[] | undefined>;
29
- default: undefined;
30
- };
31
- items: {
32
- type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
33
- default: () => never[];
34
- };
35
- collapse: BooleanConstructor;
36
- itemModifiers: {
37
- type: PropType<string | string[]>;
38
- default: string;
39
- };
40
- disabled: BooleanConstructor;
41
- not: BooleanConstructor;
42
- storageType: {
43
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
44
- default: import("../../constants").StorageType;
45
- validator: (value: import("../../constants").StorageType) => boolean;
46
- };
47
- storageKey: StringConstructor;
48
- modifiers: {
49
- type: globalThis.PropType<string | string[]>;
50
- default: undefined;
51
- };
52
- }>>, "collapse" | "disabled" | "modelValue" | "not" | "modifiers" | "items" | "itemModifiers" | "storageType"> & {
26
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "collapse" | "disabled" | "modelValue" | "not" | "modifiers" | "items" | "itemModifiers" | "storageType"> & {
53
27
  default?: import("vue").VNodeChild | ((_: {
54
28
  expandedAccordions: Set<string>;
55
29
  expand: (name?: string | string[]) => void;
56
- collapse: (name?: string | string[]) => void;
30
+ collapse: boolean & ((name?: string | string[]) => void);
57
31
  }) => any);
58
32
  }>, "props"> | undefined;
59
33
  subcomponents?: Record<string, Omit<import("vue").ConcreteComponent<unknown>, "props">> | undefined;
60
- play?: import("@storybook/csf").PlayFunction<import("@storybook/vue3/*").VueRenderer, import("@storybook/vue3/*").ComponentPropsAndSlots<{
61
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
34
+ play?: import("@storybook/csf").PlayFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
35
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
62
36
  modelValue: {
63
37
  type: PropType<string | string[] | undefined>;
64
38
  default: undefined;
@@ -75,48 +49,20 @@ declare const _default: {
75
49
  disabled: BooleanConstructor;
76
50
  not: BooleanConstructor;
77
51
  storageType: {
78
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
52
+ type: PropType<`${import("../../constants").StorageType}`>;
79
53
  default: import("../../constants").StorageType;
80
54
  validator: (value: import("../../constants").StorageType) => boolean;
81
55
  };
82
56
  storageKey: StringConstructor;
83
57
  modifiers: {
84
- type: globalThis.PropType<string | string[]>;
58
+ type: PropType<string | string[]>;
85
59
  default: undefined;
86
60
  };
87
- }>>, {
88
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
61
+ }>> & Readonly<{}>, {
62
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
89
63
  expand: (name?: string | string[]) => void;
90
64
  collapse: (name?: string | string[]) => void;
91
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
92
- [x: string]: (...args: any[]) => void;
93
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
94
- modelValue: {
95
- type: PropType<string | string[] | undefined>;
96
- default: undefined;
97
- };
98
- items: {
99
- type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
100
- default: () => never[];
101
- };
102
- collapse: BooleanConstructor;
103
- itemModifiers: {
104
- type: PropType<string | string[]>;
105
- default: string;
106
- };
107
- disabled: BooleanConstructor;
108
- not: BooleanConstructor;
109
- storageType: {
110
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
111
- default: import("../../constants").StorageType;
112
- validator: (value: import("../../constants").StorageType) => boolean;
113
- };
114
- storageKey: StringConstructor;
115
- modifiers: {
116
- type: globalThis.PropType<string | string[]>;
117
- default: undefined;
118
- };
119
- }>>, {
65
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
120
66
  collapse: boolean;
121
67
  disabled: boolean;
122
68
  modelValue: string | string[] | undefined;
@@ -125,7 +71,7 @@ declare const _default: {
125
71
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
126
72
  itemModifiers: string | string[];
127
73
  storageType: "local" | "session";
128
- }, true, {}, {}, {
74
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
129
75
  P: {};
130
76
  B: {};
131
77
  D: {};
@@ -149,17 +95,17 @@ declare const _default: {
149
95
  disabled: BooleanConstructor;
150
96
  not: BooleanConstructor;
151
97
  storageType: {
152
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
98
+ type: PropType<`${import("../../constants").StorageType}`>;
153
99
  default: import("../../constants").StorageType;
154
100
  validator: (value: import("../../constants").StorageType) => boolean;
155
101
  };
156
102
  storageKey: StringConstructor;
157
103
  modifiers: {
158
- type: globalThis.PropType<string | string[]>;
104
+ type: PropType<string | string[]>;
159
105
  default: undefined;
160
106
  };
161
- }>>, {
162
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
107
+ }>> & Readonly<{}>, {
108
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
163
109
  expand: (name?: string | string[]) => void;
164
110
  collapse: (name?: string | string[]) => void;
165
111
  }, {}, {}, {}, {
@@ -192,22 +138,20 @@ declare const _default: {
192
138
  disabled: BooleanConstructor;
193
139
  not: BooleanConstructor;
194
140
  storageType: {
195
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
141
+ type: PropType<`${import("../../constants").StorageType}`>;
196
142
  default: import("../../constants").StorageType;
197
143
  validator: (value: import("../../constants").StorageType) => boolean;
198
144
  };
199
145
  storageKey: StringConstructor;
200
146
  modifiers: {
201
- type: globalThis.PropType<string | string[]>;
147
+ type: PropType<string | string[]>;
202
148
  default: undefined;
203
149
  };
204
- }>>, {
205
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
150
+ }>> & Readonly<{}>, {
151
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
206
152
  expand: (name?: string | string[]) => void;
207
153
  collapse: (name?: string | string[]) => void;
208
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
209
- [x: string]: (...args: any[]) => void;
210
- }, string, {
154
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
211
155
  collapse: boolean;
212
156
  disabled: boolean;
213
157
  modelValue: string | string[] | undefined;
@@ -216,7 +160,7 @@ declare const _default: {
216
160
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
217
161
  itemModifiers: string | string[];
218
162
  storageType: "local" | "session";
219
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
163
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
220
164
  $slots: Partial<Record<`summary::${string}`, (_: {
221
165
  isExpanded: boolean;
222
166
  expand: () => void;
@@ -233,12 +177,12 @@ declare const _default: {
233
177
  default?(_: {
234
178
  expandedAccordions: Set<string>;
235
179
  expand: (name?: string | string[]) => void;
236
- collapse: (name?: string | string[]) => void;
180
+ collapse: boolean & ((name?: string | string[]) => void);
237
181
  }): any;
238
182
  };
239
183
  })>> | undefined;
240
184
  globals?: import("@storybook/csf").Globals;
241
- decorators?: import("@storybook/csf").DecoratorFunction<import("@storybook/vue3/*").VueRenderer, {
185
+ decorators?: import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
242
186
  collapse?: boolean | undefined;
243
187
  disabled?: boolean | undefined;
244
188
  modelValue?: string | string[] | undefined;
@@ -263,9 +207,9 @@ declare const _default: {
263
207
  default?: import("vue").VNodeChild | ((_: {
264
208
  expandedAccordions: Set<string>;
265
209
  expand: (name?: string | string[]) => void;
266
- collapse: (name?: string | string[]) => void;
210
+ collapse: boolean & ((name?: string | string[]) => void);
267
211
  }) => any);
268
- }> | import("@storybook/csf").DecoratorFunction<import("@storybook/vue3/*").VueRenderer, {
212
+ }> | import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
269
213
  collapse?: boolean | undefined;
270
214
  disabled?: boolean | undefined;
271
215
  modelValue?: string | string[] | undefined;
@@ -290,12 +234,12 @@ declare const _default: {
290
234
  default?: import("vue").VNodeChild | ((_: {
291
235
  expandedAccordions: Set<string>;
292
236
  expand: (name?: string | string[]) => void;
293
- collapse: (name?: string | string[]) => void;
237
+ collapse: boolean & ((name?: string | string[]) => void);
294
238
  }) => any);
295
239
  }>[] | undefined;
296
240
  parameters?: import("@storybook/csf").Parameters;
297
- args?: Partial<import("@storybook/vue3/*").ComponentPropsAndSlots<{
298
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
241
+ args?: Partial<import("@storybook/vue3").ComponentPropsAndSlots<{
242
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
299
243
  modelValue: {
300
244
  type: PropType<string | string[] | undefined>;
301
245
  default: undefined;
@@ -312,48 +256,20 @@ declare const _default: {
312
256
  disabled: BooleanConstructor;
313
257
  not: BooleanConstructor;
314
258
  storageType: {
315
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
259
+ type: PropType<`${import("../../constants").StorageType}`>;
316
260
  default: import("../../constants").StorageType;
317
261
  validator: (value: import("../../constants").StorageType) => boolean;
318
262
  };
319
263
  storageKey: StringConstructor;
320
264
  modifiers: {
321
- type: globalThis.PropType<string | string[]>;
265
+ type: PropType<string | string[]>;
322
266
  default: undefined;
323
267
  };
324
- }>>, {
325
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
268
+ }>> & Readonly<{}>, {
269
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
326
270
  expand: (name?: string | string[]) => void;
327
271
  collapse: (name?: string | string[]) => void;
328
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
329
- [x: string]: (...args: any[]) => void;
330
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
331
- modelValue: {
332
- type: PropType<string | string[] | undefined>;
333
- default: undefined;
334
- };
335
- items: {
336
- type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
337
- default: () => never[];
338
- };
339
- collapse: BooleanConstructor;
340
- itemModifiers: {
341
- type: PropType<string | string[]>;
342
- default: string;
343
- };
344
- disabled: BooleanConstructor;
345
- not: BooleanConstructor;
346
- storageType: {
347
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
348
- default: import("../../constants").StorageType;
349
- validator: (value: import("../../constants").StorageType) => boolean;
350
- };
351
- storageKey: StringConstructor;
352
- modifiers: {
353
- type: globalThis.PropType<string | string[]>;
354
- default: undefined;
355
- };
356
- }>>, {
272
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
357
273
  collapse: boolean;
358
274
  disabled: boolean;
359
275
  modelValue: string | string[] | undefined;
@@ -362,7 +278,7 @@ declare const _default: {
362
278
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
363
279
  itemModifiers: string | string[];
364
280
  storageType: "local" | "session";
365
- }, true, {}, {}, {
281
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
366
282
  P: {};
367
283
  B: {};
368
284
  D: {};
@@ -386,17 +302,17 @@ declare const _default: {
386
302
  disabled: BooleanConstructor;
387
303
  not: BooleanConstructor;
388
304
  storageType: {
389
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
305
+ type: PropType<`${import("../../constants").StorageType}`>;
390
306
  default: import("../../constants").StorageType;
391
307
  validator: (value: import("../../constants").StorageType) => boolean;
392
308
  };
393
309
  storageKey: StringConstructor;
394
310
  modifiers: {
395
- type: globalThis.PropType<string | string[]>;
311
+ type: PropType<string | string[]>;
396
312
  default: undefined;
397
313
  };
398
- }>>, {
399
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
314
+ }>> & Readonly<{}>, {
315
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
400
316
  expand: (name?: string | string[]) => void;
401
317
  collapse: (name?: string | string[]) => void;
402
318
  }, {}, {}, {}, {
@@ -429,22 +345,20 @@ declare const _default: {
429
345
  disabled: BooleanConstructor;
430
346
  not: BooleanConstructor;
431
347
  storageType: {
432
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
348
+ type: PropType<`${import("../../constants").StorageType}`>;
433
349
  default: import("../../constants").StorageType;
434
350
  validator: (value: import("../../constants").StorageType) => boolean;
435
351
  };
436
352
  storageKey: StringConstructor;
437
353
  modifiers: {
438
- type: globalThis.PropType<string | string[]>;
354
+ type: PropType<string | string[]>;
439
355
  default: undefined;
440
356
  };
441
- }>>, {
442
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
357
+ }>> & Readonly<{}>, {
358
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
443
359
  expand: (name?: string | string[]) => void;
444
360
  collapse: (name?: string | string[]) => void;
445
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
446
- [x: string]: (...args: any[]) => void;
447
- }, string, {
361
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
448
362
  collapse: boolean;
449
363
  disabled: boolean;
450
364
  modelValue: string | string[] | undefined;
@@ -453,7 +367,7 @@ declare const _default: {
453
367
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
454
368
  itemModifiers: string | string[];
455
369
  storageType: "local" | "session";
456
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
370
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
457
371
  $slots: Partial<Record<`summary::${string}`, (_: {
458
372
  isExpanded: boolean;
459
373
  expand: () => void;
@@ -470,12 +384,12 @@ declare const _default: {
470
384
  default?(_: {
471
385
  expandedAccordions: Set<string>;
472
386
  expand: (name?: string | string[]) => void;
473
- collapse: (name?: string | string[]) => void;
387
+ collapse: boolean & ((name?: string | string[]) => void);
474
388
  }): any;
475
389
  };
476
390
  })>> | undefined;
477
- argTypes?: Partial<import("@storybook/csf").ArgTypes<import("@storybook/vue3/*").ComponentPropsAndSlots<{
478
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
391
+ argTypes?: Partial<import("@storybook/csf").ArgTypes<import("@storybook/vue3").ComponentPropsAndSlots<{
392
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
479
393
  modelValue: {
480
394
  type: PropType<string | string[] | undefined>;
481
395
  default: undefined;
@@ -492,48 +406,20 @@ declare const _default: {
492
406
  disabled: BooleanConstructor;
493
407
  not: BooleanConstructor;
494
408
  storageType: {
495
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
409
+ type: PropType<`${import("../../constants").StorageType}`>;
496
410
  default: import("../../constants").StorageType;
497
411
  validator: (value: import("../../constants").StorageType) => boolean;
498
412
  };
499
413
  storageKey: StringConstructor;
500
414
  modifiers: {
501
- type: globalThis.PropType<string | string[]>;
415
+ type: PropType<string | string[]>;
502
416
  default: undefined;
503
417
  };
504
- }>>, {
505
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
418
+ }>> & Readonly<{}>, {
419
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
506
420
  expand: (name?: string | string[]) => void;
507
421
  collapse: (name?: string | string[]) => void;
508
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
509
- [x: string]: (...args: any[]) => void;
510
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
511
- modelValue: {
512
- type: PropType<string | string[] | undefined>;
513
- default: undefined;
514
- };
515
- items: {
516
- type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
517
- default: () => never[];
518
- };
519
- collapse: BooleanConstructor;
520
- itemModifiers: {
521
- type: PropType<string | string[]>;
522
- default: string;
523
- };
524
- disabled: BooleanConstructor;
525
- not: BooleanConstructor;
526
- storageType: {
527
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
528
- default: import("../../constants").StorageType;
529
- validator: (value: import("../../constants").StorageType) => boolean;
530
- };
531
- storageKey: StringConstructor;
532
- modifiers: {
533
- type: globalThis.PropType<string | string[]>;
534
- default: undefined;
535
- };
536
- }>>, {
422
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
537
423
  collapse: boolean;
538
424
  disabled: boolean;
539
425
  modelValue: string | string[] | undefined;
@@ -542,7 +428,7 @@ declare const _default: {
542
428
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
543
429
  itemModifiers: string | string[];
544
430
  storageType: "local" | "session";
545
- }, true, {}, {}, {
431
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
546
432
  P: {};
547
433
  B: {};
548
434
  D: {};
@@ -566,17 +452,17 @@ declare const _default: {
566
452
  disabled: BooleanConstructor;
567
453
  not: BooleanConstructor;
568
454
  storageType: {
569
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
455
+ type: PropType<`${import("../../constants").StorageType}`>;
570
456
  default: import("../../constants").StorageType;
571
457
  validator: (value: import("../../constants").StorageType) => boolean;
572
458
  };
573
459
  storageKey: StringConstructor;
574
460
  modifiers: {
575
- type: globalThis.PropType<string | string[]>;
461
+ type: PropType<string | string[]>;
576
462
  default: undefined;
577
463
  };
578
- }>>, {
579
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
464
+ }>> & Readonly<{}>, {
465
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
580
466
  expand: (name?: string | string[]) => void;
581
467
  collapse: (name?: string | string[]) => void;
582
468
  }, {}, {}, {}, {
@@ -609,22 +495,20 @@ declare const _default: {
609
495
  disabled: BooleanConstructor;
610
496
  not: BooleanConstructor;
611
497
  storageType: {
612
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
498
+ type: PropType<`${import("../../constants").StorageType}`>;
613
499
  default: import("../../constants").StorageType;
614
500
  validator: (value: import("../../constants").StorageType) => boolean;
615
501
  };
616
502
  storageKey: StringConstructor;
617
503
  modifiers: {
618
- type: globalThis.PropType<string | string[]>;
504
+ type: PropType<string | string[]>;
619
505
  default: undefined;
620
506
  };
621
- }>>, {
622
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
507
+ }>> & Readonly<{}>, {
508
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
623
509
  expand: (name?: string | string[]) => void;
624
510
  collapse: (name?: string | string[]) => void;
625
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
626
- [x: string]: (...args: any[]) => void;
627
- }, string, {
511
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
628
512
  collapse: boolean;
629
513
  disabled: boolean;
630
514
  modelValue: string | string[] | undefined;
@@ -633,7 +517,7 @@ declare const _default: {
633
517
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
634
518
  itemModifiers: string | string[];
635
519
  storageType: "local" | "session";
636
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
520
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
637
521
  $slots: Partial<Record<`summary::${string}`, (_: {
638
522
  isExpanded: boolean;
639
523
  expand: () => void;
@@ -650,12 +534,12 @@ declare const _default: {
650
534
  default?(_: {
651
535
  expandedAccordions: Set<string>;
652
536
  expand: (name?: string | string[]) => void;
653
- collapse: (name?: string | string[]) => void;
537
+ collapse: boolean & ((name?: string | string[]) => void);
654
538
  }): any;
655
539
  };
656
540
  })>>> | undefined;
657
- loaders?: import("@storybook/csf").LoaderFunction<import("@storybook/vue3/*").VueRenderer, import("@storybook/vue3/*").ComponentPropsAndSlots<{
658
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
541
+ loaders?: import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
542
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
659
543
  modelValue: {
660
544
  type: PropType<string | string[] | undefined>;
661
545
  default: undefined;
@@ -672,48 +556,20 @@ declare const _default: {
672
556
  disabled: BooleanConstructor;
673
557
  not: BooleanConstructor;
674
558
  storageType: {
675
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
559
+ type: PropType<`${import("../../constants").StorageType}`>;
676
560
  default: import("../../constants").StorageType;
677
561
  validator: (value: import("../../constants").StorageType) => boolean;
678
562
  };
679
563
  storageKey: StringConstructor;
680
564
  modifiers: {
681
- type: globalThis.PropType<string | string[]>;
565
+ type: PropType<string | string[]>;
682
566
  default: undefined;
683
567
  };
684
- }>>, {
685
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
568
+ }>> & Readonly<{}>, {
569
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
686
570
  expand: (name?: string | string[]) => void;
687
571
  collapse: (name?: string | string[]) => void;
688
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
689
- [x: string]: (...args: any[]) => void;
690
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
691
- modelValue: {
692
- type: PropType<string | string[] | undefined>;
693
- default: undefined;
694
- };
695
- items: {
696
- type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
697
- default: () => never[];
698
- };
699
- collapse: BooleanConstructor;
700
- itemModifiers: {
701
- type: PropType<string | string[]>;
702
- default: string;
703
- };
704
- disabled: BooleanConstructor;
705
- not: BooleanConstructor;
706
- storageType: {
707
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
708
- default: import("../../constants").StorageType;
709
- validator: (value: import("../../constants").StorageType) => boolean;
710
- };
711
- storageKey: StringConstructor;
712
- modifiers: {
713
- type: globalThis.PropType<string | string[]>;
714
- default: undefined;
715
- };
716
- }>>, {
572
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
717
573
  collapse: boolean;
718
574
  disabled: boolean;
719
575
  modelValue: string | string[] | undefined;
@@ -722,7 +578,7 @@ declare const _default: {
722
578
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
723
579
  itemModifiers: string | string[];
724
580
  storageType: "local" | "session";
725
- }, true, {}, {}, {
581
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
726
582
  P: {};
727
583
  B: {};
728
584
  D: {};
@@ -746,17 +602,17 @@ declare const _default: {
746
602
  disabled: BooleanConstructor;
747
603
  not: BooleanConstructor;
748
604
  storageType: {
749
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
605
+ type: PropType<`${import("../../constants").StorageType}`>;
750
606
  default: import("../../constants").StorageType;
751
607
  validator: (value: import("../../constants").StorageType) => boolean;
752
608
  };
753
609
  storageKey: StringConstructor;
754
610
  modifiers: {
755
- type: globalThis.PropType<string | string[]>;
611
+ type: PropType<string | string[]>;
756
612
  default: undefined;
757
613
  };
758
- }>>, {
759
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
614
+ }>> & Readonly<{}>, {
615
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
760
616
  expand: (name?: string | string[]) => void;
761
617
  collapse: (name?: string | string[]) => void;
762
618
  }, {}, {}, {}, {
@@ -789,22 +645,20 @@ declare const _default: {
789
645
  disabled: BooleanConstructor;
790
646
  not: BooleanConstructor;
791
647
  storageType: {
792
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
648
+ type: PropType<`${import("../../constants").StorageType}`>;
793
649
  default: import("../../constants").StorageType;
794
650
  validator: (value: import("../../constants").StorageType) => boolean;
795
651
  };
796
652
  storageKey: StringConstructor;
797
653
  modifiers: {
798
- type: globalThis.PropType<string | string[]>;
654
+ type: PropType<string | string[]>;
799
655
  default: undefined;
800
656
  };
801
- }>>, {
802
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
657
+ }>> & Readonly<{}>, {
658
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
803
659
  expand: (name?: string | string[]) => void;
804
660
  collapse: (name?: string | string[]) => void;
805
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
806
- [x: string]: (...args: any[]) => void;
807
- }, string, {
661
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
808
662
  collapse: boolean;
809
663
  disabled: boolean;
810
664
  modelValue: string | string[] | undefined;
@@ -813,7 +667,7 @@ declare const _default: {
813
667
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
814
668
  itemModifiers: string | string[];
815
669
  storageType: "local" | "session";
816
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
670
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
817
671
  $slots: Partial<Record<`summary::${string}`, (_: {
818
672
  isExpanded: boolean;
819
673
  expand: () => void;
@@ -830,11 +684,11 @@ declare const _default: {
830
684
  default?(_: {
831
685
  expandedAccordions: Set<string>;
832
686
  expand: (name?: string | string[]) => void;
833
- collapse: (name?: string | string[]) => void;
687
+ collapse: boolean & ((name?: string | string[]) => void);
834
688
  }): any;
835
689
  };
836
- })>> | import("@storybook/csf").LoaderFunction<import("@storybook/vue3/*").VueRenderer, import("@storybook/vue3/*").ComponentPropsAndSlots<{
837
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
690
+ })>> | import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
691
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
838
692
  modelValue: {
839
693
  type: PropType<string | string[] | undefined>;
840
694
  default: undefined;
@@ -851,48 +705,20 @@ declare const _default: {
851
705
  disabled: BooleanConstructor;
852
706
  not: BooleanConstructor;
853
707
  storageType: {
854
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
708
+ type: PropType<`${import("../../constants").StorageType}`>;
855
709
  default: import("../../constants").StorageType;
856
710
  validator: (value: import("../../constants").StorageType) => boolean;
857
711
  };
858
712
  storageKey: StringConstructor;
859
713
  modifiers: {
860
- type: globalThis.PropType<string | string[]>;
714
+ type: PropType<string | string[]>;
861
715
  default: undefined;
862
716
  };
863
- }>>, {
864
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
717
+ }>> & Readonly<{}>, {
718
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
865
719
  expand: (name?: string | string[]) => void;
866
720
  collapse: (name?: string | string[]) => void;
867
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
868
- [x: string]: (...args: any[]) => void;
869
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
870
- modelValue: {
871
- type: PropType<string | string[] | undefined>;
872
- default: undefined;
873
- };
874
- items: {
875
- type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
876
- default: () => never[];
877
- };
878
- collapse: BooleanConstructor;
879
- itemModifiers: {
880
- type: PropType<string | string[]>;
881
- default: string;
882
- };
883
- disabled: BooleanConstructor;
884
- not: BooleanConstructor;
885
- storageType: {
886
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
887
- default: import("../../constants").StorageType;
888
- validator: (value: import("../../constants").StorageType) => boolean;
889
- };
890
- storageKey: StringConstructor;
891
- modifiers: {
892
- type: globalThis.PropType<string | string[]>;
893
- default: undefined;
894
- };
895
- }>>, {
721
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
896
722
  collapse: boolean;
897
723
  disabled: boolean;
898
724
  modelValue: string | string[] | undefined;
@@ -901,7 +727,7 @@ declare const _default: {
901
727
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
902
728
  itemModifiers: string | string[];
903
729
  storageType: "local" | "session";
904
- }, true, {}, {}, {
730
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
905
731
  P: {};
906
732
  B: {};
907
733
  D: {};
@@ -925,17 +751,17 @@ declare const _default: {
925
751
  disabled: BooleanConstructor;
926
752
  not: BooleanConstructor;
927
753
  storageType: {
928
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
754
+ type: PropType<`${import("../../constants").StorageType}`>;
929
755
  default: import("../../constants").StorageType;
930
756
  validator: (value: import("../../constants").StorageType) => boolean;
931
757
  };
932
758
  storageKey: StringConstructor;
933
759
  modifiers: {
934
- type: globalThis.PropType<string | string[]>;
760
+ type: PropType<string | string[]>;
935
761
  default: undefined;
936
762
  };
937
- }>>, {
938
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
763
+ }>> & Readonly<{}>, {
764
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
939
765
  expand: (name?: string | string[]) => void;
940
766
  collapse: (name?: string | string[]) => void;
941
767
  }, {}, {}, {}, {
@@ -968,22 +794,20 @@ declare const _default: {
968
794
  disabled: BooleanConstructor;
969
795
  not: BooleanConstructor;
970
796
  storageType: {
971
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
797
+ type: PropType<`${import("../../constants").StorageType}`>;
972
798
  default: import("../../constants").StorageType;
973
799
  validator: (value: import("../../constants").StorageType) => boolean;
974
800
  };
975
801
  storageKey: StringConstructor;
976
802
  modifiers: {
977
- type: globalThis.PropType<string | string[]>;
803
+ type: PropType<string | string[]>;
978
804
  default: undefined;
979
805
  };
980
- }>>, {
981
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
806
+ }>> & Readonly<{}>, {
807
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
982
808
  expand: (name?: string | string[]) => void;
983
809
  collapse: (name?: string | string[]) => void;
984
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
985
- [x: string]: (...args: any[]) => void;
986
- }, string, {
810
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
987
811
  collapse: boolean;
988
812
  disabled: boolean;
989
813
  modelValue: string | string[] | undefined;
@@ -992,7 +816,7 @@ declare const _default: {
992
816
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
993
817
  itemModifiers: string | string[];
994
818
  storageType: "local" | "session";
995
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
819
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
996
820
  $slots: Partial<Record<`summary::${string}`, (_: {
997
821
  isExpanded: boolean;
998
822
  expand: () => void;
@@ -1009,12 +833,12 @@ declare const _default: {
1009
833
  default?(_: {
1010
834
  expandedAccordions: Set<string>;
1011
835
  expand: (name?: string | string[]) => void;
1012
- collapse: (name?: string | string[]) => void;
836
+ collapse: boolean & ((name?: string | string[]) => void);
1013
837
  }): any;
1014
838
  };
1015
839
  })>>[] | undefined;
1016
- beforeEach?: import("@storybook/csf").BeforeEach<import("@storybook/vue3/*").VueRenderer, import("@storybook/vue3/*").ComponentPropsAndSlots<{
1017
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
840
+ beforeEach?: import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
841
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
1018
842
  modelValue: {
1019
843
  type: PropType<string | string[] | undefined>;
1020
844
  default: undefined;
@@ -1031,48 +855,20 @@ declare const _default: {
1031
855
  disabled: BooleanConstructor;
1032
856
  not: BooleanConstructor;
1033
857
  storageType: {
1034
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
858
+ type: PropType<`${import("../../constants").StorageType}`>;
1035
859
  default: import("../../constants").StorageType;
1036
860
  validator: (value: import("../../constants").StorageType) => boolean;
1037
861
  };
1038
862
  storageKey: StringConstructor;
1039
863
  modifiers: {
1040
- type: globalThis.PropType<string | string[]>;
864
+ type: PropType<string | string[]>;
1041
865
  default: undefined;
1042
866
  };
1043
- }>>, {
1044
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
867
+ }>> & Readonly<{}>, {
868
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1045
869
  expand: (name?: string | string[]) => void;
1046
870
  collapse: (name?: string | string[]) => void;
1047
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1048
- [x: string]: (...args: any[]) => void;
1049
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
1050
- modelValue: {
1051
- type: PropType<string | string[] | undefined>;
1052
- default: undefined;
1053
- };
1054
- items: {
1055
- type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1056
- default: () => never[];
1057
- };
1058
- collapse: BooleanConstructor;
1059
- itemModifiers: {
1060
- type: PropType<string | string[]>;
1061
- default: string;
1062
- };
1063
- disabled: BooleanConstructor;
1064
- not: BooleanConstructor;
1065
- storageType: {
1066
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
1067
- default: import("../../constants").StorageType;
1068
- validator: (value: import("../../constants").StorageType) => boolean;
1069
- };
1070
- storageKey: StringConstructor;
1071
- modifiers: {
1072
- type: globalThis.PropType<string | string[]>;
1073
- default: undefined;
1074
- };
1075
- }>>, {
871
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
1076
872
  collapse: boolean;
1077
873
  disabled: boolean;
1078
874
  modelValue: string | string[] | undefined;
@@ -1081,7 +877,7 @@ declare const _default: {
1081
877
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1082
878
  itemModifiers: string | string[];
1083
879
  storageType: "local" | "session";
1084
- }, true, {}, {}, {
880
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
1085
881
  P: {};
1086
882
  B: {};
1087
883
  D: {};
@@ -1105,17 +901,17 @@ declare const _default: {
1105
901
  disabled: BooleanConstructor;
1106
902
  not: BooleanConstructor;
1107
903
  storageType: {
1108
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
904
+ type: PropType<`${import("../../constants").StorageType}`>;
1109
905
  default: import("../../constants").StorageType;
1110
906
  validator: (value: import("../../constants").StorageType) => boolean;
1111
907
  };
1112
908
  storageKey: StringConstructor;
1113
909
  modifiers: {
1114
- type: globalThis.PropType<string | string[]>;
910
+ type: PropType<string | string[]>;
1115
911
  default: undefined;
1116
912
  };
1117
- }>>, {
1118
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
913
+ }>> & Readonly<{}>, {
914
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1119
915
  expand: (name?: string | string[]) => void;
1120
916
  collapse: (name?: string | string[]) => void;
1121
917
  }, {}, {}, {}, {
@@ -1148,22 +944,20 @@ declare const _default: {
1148
944
  disabled: BooleanConstructor;
1149
945
  not: BooleanConstructor;
1150
946
  storageType: {
1151
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
947
+ type: PropType<`${import("../../constants").StorageType}`>;
1152
948
  default: import("../../constants").StorageType;
1153
949
  validator: (value: import("../../constants").StorageType) => boolean;
1154
950
  };
1155
951
  storageKey: StringConstructor;
1156
952
  modifiers: {
1157
- type: globalThis.PropType<string | string[]>;
953
+ type: PropType<string | string[]>;
1158
954
  default: undefined;
1159
955
  };
1160
- }>>, {
1161
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
956
+ }>> & Readonly<{}>, {
957
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1162
958
  expand: (name?: string | string[]) => void;
1163
959
  collapse: (name?: string | string[]) => void;
1164
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1165
- [x: string]: (...args: any[]) => void;
1166
- }, string, {
960
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1167
961
  collapse: boolean;
1168
962
  disabled: boolean;
1169
963
  modelValue: string | string[] | undefined;
@@ -1172,7 +966,7 @@ declare const _default: {
1172
966
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1173
967
  itemModifiers: string | string[];
1174
968
  storageType: "local" | "session";
1175
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
969
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1176
970
  $slots: Partial<Record<`summary::${string}`, (_: {
1177
971
  isExpanded: boolean;
1178
972
  expand: () => void;
@@ -1189,11 +983,11 @@ declare const _default: {
1189
983
  default?(_: {
1190
984
  expandedAccordions: Set<string>;
1191
985
  expand: (name?: string | string[]) => void;
1192
- collapse: (name?: string | string[]) => void;
986
+ collapse: boolean & ((name?: string | string[]) => void);
1193
987
  }): any;
1194
988
  };
1195
- })>> | import("@storybook/csf").BeforeEach<import("@storybook/vue3/*").VueRenderer, import("@storybook/vue3/*").ComponentPropsAndSlots<{
1196
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
989
+ })>> | import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
990
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
1197
991
  modelValue: {
1198
992
  type: PropType<string | string[] | undefined>;
1199
993
  default: undefined;
@@ -1210,48 +1004,20 @@ declare const _default: {
1210
1004
  disabled: BooleanConstructor;
1211
1005
  not: BooleanConstructor;
1212
1006
  storageType: {
1213
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
1007
+ type: PropType<`${import("../../constants").StorageType}`>;
1214
1008
  default: import("../../constants").StorageType;
1215
1009
  validator: (value: import("../../constants").StorageType) => boolean;
1216
1010
  };
1217
1011
  storageKey: StringConstructor;
1218
1012
  modifiers: {
1219
- type: globalThis.PropType<string | string[]>;
1013
+ type: PropType<string | string[]>;
1220
1014
  default: undefined;
1221
1015
  };
1222
- }>>, {
1223
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
1016
+ }>> & Readonly<{}>, {
1017
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1224
1018
  expand: (name?: string | string[]) => void;
1225
1019
  collapse: (name?: string | string[]) => void;
1226
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1227
- [x: string]: (...args: any[]) => void;
1228
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
1229
- modelValue: {
1230
- type: PropType<string | string[] | undefined>;
1231
- default: undefined;
1232
- };
1233
- items: {
1234
- type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1235
- default: () => never[];
1236
- };
1237
- collapse: BooleanConstructor;
1238
- itemModifiers: {
1239
- type: PropType<string | string[]>;
1240
- default: string;
1241
- };
1242
- disabled: BooleanConstructor;
1243
- not: BooleanConstructor;
1244
- storageType: {
1245
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
1246
- default: import("../../constants").StorageType;
1247
- validator: (value: import("../../constants").StorageType) => boolean;
1248
- };
1249
- storageKey: StringConstructor;
1250
- modifiers: {
1251
- type: globalThis.PropType<string | string[]>;
1252
- default: undefined;
1253
- };
1254
- }>>, {
1020
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
1255
1021
  collapse: boolean;
1256
1022
  disabled: boolean;
1257
1023
  modelValue: string | string[] | undefined;
@@ -1260,7 +1026,7 @@ declare const _default: {
1260
1026
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1261
1027
  itemModifiers: string | string[];
1262
1028
  storageType: "local" | "session";
1263
- }, true, {}, {}, {
1029
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
1264
1030
  P: {};
1265
1031
  B: {};
1266
1032
  D: {};
@@ -1284,17 +1050,17 @@ declare const _default: {
1284
1050
  disabled: BooleanConstructor;
1285
1051
  not: BooleanConstructor;
1286
1052
  storageType: {
1287
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
1053
+ type: PropType<`${import("../../constants").StorageType}`>;
1288
1054
  default: import("../../constants").StorageType;
1289
1055
  validator: (value: import("../../constants").StorageType) => boolean;
1290
1056
  };
1291
1057
  storageKey: StringConstructor;
1292
1058
  modifiers: {
1293
- type: globalThis.PropType<string | string[]>;
1059
+ type: PropType<string | string[]>;
1294
1060
  default: undefined;
1295
1061
  };
1296
- }>>, {
1297
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
1062
+ }>> & Readonly<{}>, {
1063
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1298
1064
  expand: (name?: string | string[]) => void;
1299
1065
  collapse: (name?: string | string[]) => void;
1300
1066
  }, {}, {}, {}, {
@@ -1327,22 +1093,20 @@ declare const _default: {
1327
1093
  disabled: BooleanConstructor;
1328
1094
  not: BooleanConstructor;
1329
1095
  storageType: {
1330
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
1096
+ type: PropType<`${import("../../constants").StorageType}`>;
1331
1097
  default: import("../../constants").StorageType;
1332
1098
  validator: (value: import("../../constants").StorageType) => boolean;
1333
1099
  };
1334
1100
  storageKey: StringConstructor;
1335
1101
  modifiers: {
1336
- type: globalThis.PropType<string | string[]>;
1102
+ type: PropType<string | string[]>;
1337
1103
  default: undefined;
1338
1104
  };
1339
- }>>, {
1340
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
1105
+ }>> & Readonly<{}>, {
1106
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1341
1107
  expand: (name?: string | string[]) => void;
1342
1108
  collapse: (name?: string | string[]) => void;
1343
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1344
- [x: string]: (...args: any[]) => void;
1345
- }, string, {
1109
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1346
1110
  collapse: boolean;
1347
1111
  disabled: boolean;
1348
1112
  modelValue: string | string[] | undefined;
@@ -1351,7 +1115,7 @@ declare const _default: {
1351
1115
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1352
1116
  itemModifiers: string | string[];
1353
1117
  storageType: "local" | "session";
1354
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1118
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1355
1119
  $slots: Partial<Record<`summary::${string}`, (_: {
1356
1120
  isExpanded: boolean;
1357
1121
  expand: () => void;
@@ -1368,12 +1132,12 @@ declare const _default: {
1368
1132
  default?(_: {
1369
1133
  expandedAccordions: Set<string>;
1370
1134
  expand: (name?: string | string[]) => void;
1371
- collapse: (name?: string | string[]) => void;
1135
+ collapse: boolean & ((name?: string | string[]) => void);
1372
1136
  }): any;
1373
1137
  };
1374
1138
  })>>[] | undefined;
1375
- render?: import("@storybook/csf").ArgsStoryFn<import("@storybook/vue3/*").VueRenderer, import("@storybook/vue3/*").ComponentPropsAndSlots<{
1376
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
1139
+ render?: import("@storybook/csf").ArgsStoryFn<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1140
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
1377
1141
  modelValue: {
1378
1142
  type: PropType<string | string[] | undefined>;
1379
1143
  default: undefined;
@@ -1390,48 +1154,20 @@ declare const _default: {
1390
1154
  disabled: BooleanConstructor;
1391
1155
  not: BooleanConstructor;
1392
1156
  storageType: {
1393
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
1157
+ type: PropType<`${import("../../constants").StorageType}`>;
1394
1158
  default: import("../../constants").StorageType;
1395
1159
  validator: (value: import("../../constants").StorageType) => boolean;
1396
1160
  };
1397
1161
  storageKey: StringConstructor;
1398
1162
  modifiers: {
1399
- type: globalThis.PropType<string | string[]>;
1163
+ type: PropType<string | string[]>;
1400
1164
  default: undefined;
1401
1165
  };
1402
- }>>, {
1403
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
1166
+ }>> & Readonly<{}>, {
1167
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1404
1168
  expand: (name?: string | string[]) => void;
1405
1169
  collapse: (name?: string | string[]) => void;
1406
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1407
- [x: string]: (...args: any[]) => void;
1408
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
1409
- modelValue: {
1410
- type: PropType<string | string[] | undefined>;
1411
- default: undefined;
1412
- };
1413
- items: {
1414
- type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1415
- default: () => never[];
1416
- };
1417
- collapse: BooleanConstructor;
1418
- itemModifiers: {
1419
- type: PropType<string | string[]>;
1420
- default: string;
1421
- };
1422
- disabled: BooleanConstructor;
1423
- not: BooleanConstructor;
1424
- storageType: {
1425
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
1426
- default: import("../../constants").StorageType;
1427
- validator: (value: import("../../constants").StorageType) => boolean;
1428
- };
1429
- storageKey: StringConstructor;
1430
- modifiers: {
1431
- type: globalThis.PropType<string | string[]>;
1432
- default: undefined;
1433
- };
1434
- }>>, {
1170
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
1435
1171
  collapse: boolean;
1436
1172
  disabled: boolean;
1437
1173
  modelValue: string | string[] | undefined;
@@ -1440,7 +1176,7 @@ declare const _default: {
1440
1176
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1441
1177
  itemModifiers: string | string[];
1442
1178
  storageType: "local" | "session";
1443
- }, true, {}, {}, {
1179
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
1444
1180
  P: {};
1445
1181
  B: {};
1446
1182
  D: {};
@@ -1464,17 +1200,17 @@ declare const _default: {
1464
1200
  disabled: BooleanConstructor;
1465
1201
  not: BooleanConstructor;
1466
1202
  storageType: {
1467
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
1203
+ type: PropType<`${import("../../constants").StorageType}`>;
1468
1204
  default: import("../../constants").StorageType;
1469
1205
  validator: (value: import("../../constants").StorageType) => boolean;
1470
1206
  };
1471
1207
  storageKey: StringConstructor;
1472
1208
  modifiers: {
1473
- type: globalThis.PropType<string | string[]>;
1209
+ type: PropType<string | string[]>;
1474
1210
  default: undefined;
1475
1211
  };
1476
- }>>, {
1477
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
1212
+ }>> & Readonly<{}>, {
1213
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1478
1214
  expand: (name?: string | string[]) => void;
1479
1215
  collapse: (name?: string | string[]) => void;
1480
1216
  }, {}, {}, {}, {
@@ -1507,22 +1243,20 @@ declare const _default: {
1507
1243
  disabled: BooleanConstructor;
1508
1244
  not: BooleanConstructor;
1509
1245
  storageType: {
1510
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
1246
+ type: PropType<`${import("../../constants").StorageType}`>;
1511
1247
  default: import("../../constants").StorageType;
1512
1248
  validator: (value: import("../../constants").StorageType) => boolean;
1513
1249
  };
1514
1250
  storageKey: StringConstructor;
1515
1251
  modifiers: {
1516
- type: globalThis.PropType<string | string[]>;
1252
+ type: PropType<string | string[]>;
1517
1253
  default: undefined;
1518
1254
  };
1519
- }>>, {
1520
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
1255
+ }>> & Readonly<{}>, {
1256
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1521
1257
  expand: (name?: string | string[]) => void;
1522
1258
  collapse: (name?: string | string[]) => void;
1523
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1524
- [x: string]: (...args: any[]) => void;
1525
- }, string, {
1259
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1526
1260
  collapse: boolean;
1527
1261
  disabled: boolean;
1528
1262
  modelValue: string | string[] | undefined;
@@ -1531,7 +1265,7 @@ declare const _default: {
1531
1265
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1532
1266
  itemModifiers: string | string[];
1533
1267
  storageType: "local" | "session";
1534
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1268
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1535
1269
  $slots: Partial<Record<`summary::${string}`, (_: {
1536
1270
  isExpanded: boolean;
1537
1271
  expand: () => void;
@@ -1548,13 +1282,13 @@ declare const _default: {
1548
1282
  default?(_: {
1549
1283
  expandedAccordions: Set<string>;
1550
1284
  expand: (name?: string | string[]) => void;
1551
- collapse: (name?: string | string[]) => void;
1285
+ collapse: boolean & ((name?: string | string[]) => void);
1552
1286
  }): any;
1553
1287
  };
1554
1288
  })>> | undefined;
1555
1289
  tags?: import("@storybook/csf").Tag[];
1556
- mount?: ((context: import("@storybook/csf").StoryContext<import("@storybook/vue3/*").VueRenderer, import("@storybook/vue3/*").ComponentPropsAndSlots<{
1557
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
1290
+ mount?: ((context: import("@storybook/csf").StoryContext<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1291
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
1558
1292
  modelValue: {
1559
1293
  type: PropType<string | string[] | undefined>;
1560
1294
  default: undefined;
@@ -1571,48 +1305,20 @@ declare const _default: {
1571
1305
  disabled: BooleanConstructor;
1572
1306
  not: BooleanConstructor;
1573
1307
  storageType: {
1574
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
1308
+ type: PropType<`${import("../../constants").StorageType}`>;
1575
1309
  default: import("../../constants").StorageType;
1576
1310
  validator: (value: import("../../constants").StorageType) => boolean;
1577
1311
  };
1578
1312
  storageKey: StringConstructor;
1579
1313
  modifiers: {
1580
- type: globalThis.PropType<string | string[]>;
1314
+ type: PropType<string | string[]>;
1581
1315
  default: undefined;
1582
1316
  };
1583
- }>>, {
1584
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
1317
+ }>> & Readonly<{}>, {
1318
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1585
1319
  expand: (name?: string | string[]) => void;
1586
1320
  collapse: (name?: string | string[]) => void;
1587
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1588
- [x: string]: (...args: any[]) => void;
1589
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
1590
- modelValue: {
1591
- type: PropType<string | string[] | undefined>;
1592
- default: undefined;
1593
- };
1594
- items: {
1595
- type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1596
- default: () => never[];
1597
- };
1598
- collapse: BooleanConstructor;
1599
- itemModifiers: {
1600
- type: PropType<string | string[]>;
1601
- default: string;
1602
- };
1603
- disabled: BooleanConstructor;
1604
- not: BooleanConstructor;
1605
- storageType: {
1606
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
1607
- default: import("../../constants").StorageType;
1608
- validator: (value: import("../../constants").StorageType) => boolean;
1609
- };
1610
- storageKey: StringConstructor;
1611
- modifiers: {
1612
- type: globalThis.PropType<string | string[]>;
1613
- default: undefined;
1614
- };
1615
- }>>, {
1321
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
1616
1322
  collapse: boolean;
1617
1323
  disabled: boolean;
1618
1324
  modelValue: string | string[] | undefined;
@@ -1621,7 +1327,7 @@ declare const _default: {
1621
1327
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1622
1328
  itemModifiers: string | string[];
1623
1329
  storageType: "local" | "session";
1624
- }, true, {}, {}, {
1330
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
1625
1331
  P: {};
1626
1332
  B: {};
1627
1333
  D: {};
@@ -1645,17 +1351,17 @@ declare const _default: {
1645
1351
  disabled: BooleanConstructor;
1646
1352
  not: BooleanConstructor;
1647
1353
  storageType: {
1648
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
1354
+ type: PropType<`${import("../../constants").StorageType}`>;
1649
1355
  default: import("../../constants").StorageType;
1650
1356
  validator: (value: import("../../constants").StorageType) => boolean;
1651
1357
  };
1652
1358
  storageKey: StringConstructor;
1653
1359
  modifiers: {
1654
- type: globalThis.PropType<string | string[]>;
1360
+ type: PropType<string | string[]>;
1655
1361
  default: undefined;
1656
1362
  };
1657
- }>>, {
1658
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
1363
+ }>> & Readonly<{}>, {
1364
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1659
1365
  expand: (name?: string | string[]) => void;
1660
1366
  collapse: (name?: string | string[]) => void;
1661
1367
  }, {}, {}, {}, {
@@ -1688,22 +1394,20 @@ declare const _default: {
1688
1394
  disabled: BooleanConstructor;
1689
1395
  not: BooleanConstructor;
1690
1396
  storageType: {
1691
- type: globalThis.PropType<`${import("../../constants").StorageType}`>;
1397
+ type: PropType<`${import("../../constants").StorageType}`>;
1692
1398
  default: import("../../constants").StorageType;
1693
1399
  validator: (value: import("../../constants").StorageType) => boolean;
1694
1400
  };
1695
1401
  storageKey: StringConstructor;
1696
1402
  modifiers: {
1697
- type: globalThis.PropType<string | string[]>;
1403
+ type: PropType<string | string[]>;
1698
1404
  default: undefined;
1699
1405
  };
1700
- }>>, {
1701
- expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
1406
+ }>> & Readonly<{}>, {
1407
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1702
1408
  expand: (name?: string | string[]) => void;
1703
1409
  collapse: (name?: string | string[]) => void;
1704
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1705
- [x: string]: (...args: any[]) => void;
1706
- }, string, {
1410
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1707
1411
  collapse: boolean;
1708
1412
  disabled: boolean;
1709
1413
  modelValue: string | string[] | undefined;
@@ -1712,7 +1416,7 @@ declare const _default: {
1712
1416
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1713
1417
  itemModifiers: string | string[];
1714
1418
  storageType: "local" | "session";
1715
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1419
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1716
1420
  $slots: Partial<Record<`summary::${string}`, (_: {
1717
1421
  isExpanded: boolean;
1718
1422
  expand: () => void;
@@ -1729,10 +1433,10 @@ declare const _default: {
1729
1433
  default?(_: {
1730
1434
  expandedAccordions: Set<string>;
1731
1435
  expand: (name?: string | string[]) => void;
1732
- collapse: (name?: string | string[]) => void;
1436
+ collapse: boolean & ((name?: string | string[]) => void);
1733
1437
  }): any;
1734
1438
  };
1735
- })>>) => (Component?: import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, any> | import("vue").FunctionalComponent<any, {}, any, {}>, options?: {
1439
+ })>>) => (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?: {
1736
1440
  props?: Record<string, any>;
1737
1441
  slots?: Record<string, any>;
1738
1442
  }) => Promise<import("@storybook/csf").Canvas>) | undefined;