@volverjs/ui-vue 0.0.10-beta.5 → 0.0.10-beta.51

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 (496) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +148 -51
  3. package/auto-imports.d.ts +25 -12
  4. package/bin/icons.cjs +1 -1
  5. package/bin/icons.js +28 -20
  6. package/dist/Volver.d.ts +11 -11
  7. package/dist/components/VvAccordion/VvAccordion.es.js +192 -104
  8. package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
  9. package/dist/components/VvAccordion/VvAccordion.vue.d.ts +29 -10
  10. package/dist/components/VvAccordion/index.d.ts +8 -9
  11. package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +485 -206
  12. package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
  13. package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +61 -18
  14. package/dist/components/VvAccordionGroup/index.d.ts +16 -8
  15. package/dist/components/VvAction/VvAction.es.js +84 -33
  16. package/dist/components/VvAction/VvAction.umd.js +1 -1
  17. package/dist/components/VvAction/VvAction.vue.d.ts +61 -28
  18. package/dist/components/VvAction/index.d.ts +26 -10
  19. package/dist/components/VvAlert/VvAlert.es.js +350 -318
  20. package/dist/components/VvAlert/VvAlert.umd.js +1 -1
  21. package/dist/components/VvAlert/VvAlert.vue.d.ts +25 -17
  22. package/dist/components/VvAlert/index.d.ts +20 -11
  23. package/dist/components/VvAlertGroup/VvAlertGroup.es.js +388 -327
  24. package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
  25. package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +22 -17
  26. package/dist/components/VvAlertGroup/index.d.ts +10 -18
  27. package/dist/components/VvAvatar/VvAvatar.es.js +66 -28
  28. package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
  29. package/dist/components/VvAvatar/VvAvatar.vue.d.ts +13 -5
  30. package/dist/components/VvAvatar/index.d.ts +4 -1
  31. package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +147 -74
  32. package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
  33. package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +17 -10
  34. package/dist/components/VvAvatarGroup/index.d.ts +6 -3
  35. package/dist/components/VvBadge/VvBadge.es.js +78 -34
  36. package/dist/components/VvBadge/VvBadge.umd.js +1 -1
  37. package/dist/components/VvBadge/VvBadge.vue.d.ts +13 -5
  38. package/dist/components/VvBadge/index.d.ts +4 -1
  39. package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +294 -83
  40. package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
  41. package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +28 -8
  42. package/dist/components/VvBreadcrumb/index.d.ts +6 -10
  43. package/dist/components/VvButton/VvButton.es.js +510 -488
  44. package/dist/components/VvButton/VvButton.umd.js +1 -1
  45. package/dist/components/VvButton/VvButton.vue.d.ts +97 -45
  46. package/dist/components/VvButton/index.d.ts +52 -30
  47. package/dist/components/VvButtonGroup/VvButtonGroup.es.js +95 -45
  48. package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
  49. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +35 -17
  50. package/dist/components/VvButtonGroup/index.d.ts +13 -4
  51. package/dist/components/VvCard/VvCard.es.js +87 -42
  52. package/dist/components/VvCard/VvCard.umd.js +1 -1
  53. package/dist/components/VvCard/VvCard.vue.d.ts +13 -5
  54. package/dist/components/VvCard/index.d.ts +4 -1
  55. package/dist/components/VvCheckbox/VvCheckbox.es.js +177 -136
  56. package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
  57. package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +105 -35
  58. package/dist/components/VvCheckbox/index.d.ts +52 -19
  59. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +408 -322
  60. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  61. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +103 -34
  62. package/dist/components/VvCheckboxGroup/index.d.ts +45 -12
  63. package/dist/components/VvCombobox/VvCombobox.es.js +1963 -1639
  64. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  65. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +260 -672
  66. package/dist/components/VvCombobox/index.d.ts +385 -135
  67. package/dist/components/VvDialog/VvDialog.es.js +177 -297
  68. package/dist/components/VvDialog/VvDialog.umd.js +1 -1
  69. package/dist/components/VvDialog/VvDialog.vue.d.ts +23 -7
  70. package/dist/components/VvDialog/index.d.ts +12 -0
  71. package/dist/components/VvDropdown/VvDropdown.es.js +172 -102
  72. package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
  73. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +110 -315
  74. package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +77 -28
  75. package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +13 -1
  76. package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +13 -5
  77. package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +38 -10
  78. package/dist/components/VvDropdown/index.d.ts +52 -118
  79. package/dist/components/VvDropdownAction/VvDropdownAction.es.js +165 -60
  80. package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
  81. package/dist/components/VvDropdownItem/VvDropdownItem.es.js +337 -10
  82. package/dist/components/VvDropdownItem/VvDropdownItem.umd.js +1 -1
  83. package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +63 -20
  84. package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
  85. package/dist/components/VvDropdownOption/VvDropdownOption.es.js +188 -80
  86. package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
  87. package/dist/components/VvIcon/VvIcon.es.js +24 -102
  88. package/dist/components/VvIcon/VvIcon.umd.js +1 -1
  89. package/dist/components/VvIcon/VvIcon.vue.d.ts +4 -68
  90. package/dist/components/VvIcon/index.d.ts +33 -48
  91. package/dist/components/VvInputFile/VvInputFile.es.js +1777 -0
  92. package/dist/components/VvInputFile/VvInputFile.umd.js +1 -0
  93. package/dist/components/VvInputFile/VvInputFile.vue.d.ts +317 -0
  94. package/dist/components/VvInputFile/index.d.ts +193 -0
  95. package/dist/components/VvInputText/VvInputClearAction.d.ts +16 -10
  96. package/dist/components/VvInputText/VvInputPasswordAction.d.ts +20 -14
  97. package/dist/components/VvInputText/VvInputStepAction.d.ts +11 -7
  98. package/dist/components/VvInputText/VvInputText.es.js +1495 -548
  99. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  100. package/dist/components/VvInputText/VvInputText.vue.d.ts +216 -68
  101. package/dist/components/VvInputText/index.d.ts +101 -31
  102. package/dist/components/VvNav/VvNav.es.js +155 -75
  103. package/dist/components/VvNav/VvNav.umd.js +1 -1
  104. package/dist/components/VvNav/VvNav.vue.d.ts +32 -11
  105. package/dist/components/VvNav/VvNavItem.vue.d.ts +1 -1
  106. package/dist/components/VvNav/VvNavSeparator.vue.d.ts +1 -1
  107. package/dist/components/VvNav/index.d.ts +5 -2
  108. package/dist/components/VvNavItem/VvNavItem.es.js +100 -39
  109. package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
  110. package/dist/components/VvProgress/VvProgress.es.js +73 -27
  111. package/dist/components/VvProgress/VvProgress.umd.js +1 -1
  112. package/dist/components/VvProgress/VvProgress.vue.d.ts +13 -6
  113. package/dist/components/VvProgress/index.d.ts +4 -1
  114. package/dist/components/VvRadio/VvRadio.es.js +175 -135
  115. package/dist/components/VvRadio/VvRadio.umd.js +1 -1
  116. package/dist/components/VvRadio/VvRadio.vue.d.ts +103 -33
  117. package/dist/components/VvRadio/index.d.ts +50 -17
  118. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +406 -321
  119. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  120. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +103 -34
  121. package/dist/components/VvRadioGroup/index.d.ts +45 -12
  122. package/dist/components/VvSelect/VvSelect.es.js +677 -611
  123. package/dist/components/VvSelect/VvSelect.umd.js +1 -1
  124. package/dist/components/VvSelect/VvSelect.vue.d.ts +107 -199
  125. package/dist/components/VvSelect/index.d.ts +196 -16
  126. package/dist/components/VvTab/VvTab.es.js +230 -110
  127. package/dist/components/VvTab/VvTab.umd.js +1 -1
  128. package/dist/components/VvTab/VvTab.vue.d.ts +34 -12
  129. package/dist/components/VvTab/index.d.ts +6 -3
  130. package/dist/components/VvTextarea/VvTextarea.es.js +278 -255
  131. package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
  132. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +159 -54
  133. package/dist/components/VvTextarea/index.d.ts +69 -20
  134. package/dist/components/VvTooltip/VvTooltip.es.js +83 -30
  135. package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
  136. package/dist/components/VvTooltip/VvTooltip.vue.d.ts +16 -9
  137. package/dist/components/VvTooltip/index.d.ts +5 -2
  138. package/dist/components/common/HintSlot.d.ts +8 -9
  139. package/dist/components/index.d.ts +10 -0
  140. package/dist/components/index.es.js +4303 -2228
  141. package/dist/components/index.umd.js +1 -1
  142. package/dist/composables/alert/useAlerInject.d.ts +4 -0
  143. package/dist/composables/alert/useAlert.d.ts +71 -6
  144. package/dist/composables/alert/{useProvideAlert.d.ts → useAlertProvide.d.ts} +1 -1
  145. package/dist/composables/dropdown/useDropdownContextmenu.d.ts +18 -0
  146. package/dist/composables/dropdown/useDropdownInject.d.ts +12 -0
  147. package/dist/composables/dropdown/{useProvideDropdown.d.ts → useDropdownProvide.d.ts} +6 -7
  148. package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +17 -0
  149. package/dist/composables/group/useGroupStateInject.d.ts +9 -0
  150. package/dist/composables/group/useGroupStateProvide.d.ts +6 -0
  151. package/dist/composables/index.d.ts +3 -0
  152. package/dist/composables/index.es.js +178 -6
  153. package/dist/composables/index.umd.js +1 -1
  154. package/dist/composables/useBlurhash.d.ts +7 -0
  155. package/dist/composables/useComponentFocus.d.ts +2 -2
  156. package/dist/composables/useComponentIcon.d.ts +9 -8
  157. package/dist/composables/useOptions.d.ts +5 -5
  158. package/dist/composables/usePersistence.d.ts +3 -0
  159. package/dist/composables/useUniqueId.d.ts +2 -2
  160. package/dist/composables/useVolver.d.ts +1 -1
  161. package/dist/constants.d.ts +35 -33
  162. package/dist/directives/index.d.ts +3 -5
  163. package/dist/directives/index.es.js +247 -82
  164. package/dist/directives/index.umd.js +1 -1
  165. package/dist/directives/v-contextmenu.es.js +137 -31
  166. package/dist/directives/v-contextmenu.umd.js +1 -1
  167. package/dist/directives/v-tooltip.es.js +101 -39
  168. package/dist/directives/v-tooltip.umd.js +1 -1
  169. package/dist/icons.d.ts +17 -17
  170. package/dist/icons.es.js +516 -516
  171. package/dist/icons.umd.js +1 -1
  172. package/dist/index.d.ts +3 -1
  173. package/dist/index.es.js +74 -6
  174. package/dist/index.umd.js +1 -1
  175. package/dist/props/index.d.ts +288 -198
  176. package/dist/resolvers/unplugin.d.ts +6 -1
  177. package/dist/resolvers/unplugin.es.js +87 -10
  178. package/dist/resolvers/unplugin.umd.js +1 -1
  179. package/dist/stories/Accordion/Accordion.settings.d.ts +2 -57
  180. package/dist/stories/AccordionGroup/AccordionGroup.settings.d.ts +2 -66
  181. package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +2 -127
  182. package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +1304 -538
  183. package/dist/stories/Alert/Alert.settings.d.ts +2 -109
  184. package/dist/stories/AlertGroup/AlertGroup.settings.d.ts +2 -85
  185. package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +1 -1
  186. package/dist/stories/AvatarGroup/AvatarGroup.settings.d.ts +2 -38
  187. package/dist/stories/Badge/Badge.settings.d.ts +2 -26
  188. package/dist/stories/Badge/Badge.test.d.ts +1 -1
  189. package/dist/stories/Blurhash/BlurhashComposable.stories.d.ts +4 -0
  190. package/dist/stories/Breadcrumb/Breadcrumb.settings.d.ts +2 -18
  191. package/dist/stories/Breadcrumb/Breadcrumb.test.d.ts +1 -1
  192. package/dist/stories/Button/Button.settings.d.ts +2 -194
  193. package/dist/stories/ButtonGroup/ButtonGroup.settings.d.ts +2 -40
  194. package/dist/stories/Card/Card.settings.d.ts +2 -63
  195. package/dist/stories/Checkbox/Checkbox.settings.d.ts +2 -132
  196. package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +1 -141
  197. package/dist/stories/Combobox/Combobox.settings.d.ts +2 -609
  198. package/dist/stories/Combobox/Combobox.stories.d.ts +1 -0
  199. package/dist/stories/Combobox/ComboboxMultiple.stories.d.ts +1 -0
  200. package/dist/stories/Dialog/Dialog.settings.d.ts +2 -47
  201. package/dist/stories/Dialog/DialogModifiers.stories.d.ts +8 -0
  202. package/dist/stories/Dropdown/Dropdown.settings.d.ts +2 -205
  203. package/dist/stories/Icon/Icon.settings.d.ts +3 -68
  204. package/dist/stories/InputFile/InputFile.settings.d.ts +6 -0
  205. package/dist/stories/InputFile/InputFile.stories.d.ts +13 -0
  206. package/dist/stories/InputFile/InputFileDropArea.stories.d.ts +9 -0
  207. package/dist/stories/InputFile/InputFileIconPosition.stories.d.ts +8 -0
  208. package/dist/stories/InputFile/InputFileSlots.stories.d.ts +7 -0
  209. package/dist/stories/InputText/InputText.settings.d.ts +2 -438
  210. package/dist/stories/Nav/Nav.settings.d.ts +2 -10
  211. package/dist/stories/Progress/Progress.settings.d.ts +2 -27
  212. package/dist/stories/Radio/Radio.settings.d.ts +1 -110
  213. package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +1 -141
  214. package/dist/stories/Select/Select.settings.d.ts +2 -246
  215. package/dist/stories/Select/Select.stories.d.ts +1 -0
  216. package/dist/stories/Tab/Tab.settings.d.ts +2 -15
  217. package/dist/stories/Textarea/Textarea.settings.d.ts +2 -287
  218. package/dist/stories/argTypes.d.ts +27 -866
  219. package/dist/test/expect.d.ts +1 -2
  220. package/dist/test/options.d.ts +1 -1
  221. package/dist/test/sleep.d.ts +1 -1
  222. package/dist/types/alert.d.ts +9 -7
  223. package/dist/types/blurhash.d.ts +12 -0
  224. package/dist/types/floating-ui.d.ts +1 -1
  225. package/dist/types/generic.d.ts +1 -2
  226. package/dist/types/group.d.ts +37 -15
  227. package/dist/types/index.d.ts +7 -0
  228. package/dist/types/input-file.d.ts +9 -0
  229. package/dist/types/nav.d.ts +2 -2
  230. package/dist/utils/DomUtilities.d.ts +1 -0
  231. package/dist/utils/ObjectUtilities.d.ts +8 -9
  232. package/dist/workers/blurhash.d.ts +1 -0
  233. package/package.json +238 -246
  234. package/src/Volver.ts +251 -246
  235. package/src/assets/icons/detailed.json +1 -1
  236. package/src/assets/icons/normal.json +1 -1
  237. package/src/assets/icons/simple.json +1 -1
  238. package/src/components/VvAccordion/VvAccordion.vue +163 -100
  239. package/src/components/VvAccordion/index.ts +65 -80
  240. package/src/components/VvAccordionGroup/VvAccordionGroup.vue +224 -106
  241. package/src/components/VvAccordionGroup/index.ts +42 -42
  242. package/src/components/VvAction/VvAction.vue +144 -130
  243. package/src/components/VvAlert/VvAlert.vue +72 -70
  244. package/src/components/VvAlert/index.ts +149 -147
  245. package/src/components/VvAlertGroup/VvAlertGroup.vue +57 -56
  246. package/src/components/VvAlertGroup/index.ts +102 -118
  247. package/src/components/VvAvatar/VvAvatar.vue +20 -14
  248. package/src/components/VvAvatar/index.ts +5 -5
  249. package/src/components/VvAvatarGroup/VvAvatarGroup.vue +58 -53
  250. package/src/components/VvAvatarGroup/index.ts +21 -21
  251. package/src/components/VvBadge/VvBadge.vue +15 -14
  252. package/src/components/VvBadge/index.ts +2 -2
  253. package/src/components/VvBreadcrumb/VvBreadcrumb.vue +50 -48
  254. package/src/components/VvBreadcrumb/index.ts +3 -9
  255. package/src/components/VvButton/VvButton.vue +163 -152
  256. package/src/components/VvButton/index.ts +104 -111
  257. package/src/components/VvButtonGroup/VvButtonGroup.vue +73 -65
  258. package/src/components/VvButtonGroup/index.ts +23 -22
  259. package/src/components/VvCard/VvCard.vue +30 -30
  260. package/src/components/VvCard/index.ts +2 -2
  261. package/src/components/VvCheckbox/VvCheckbox.vue +186 -184
  262. package/src/components/VvCheckbox/index.ts +45 -45
  263. package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +88 -87
  264. package/src/components/VvCombobox/VvCombobox.vue +657 -619
  265. package/src/components/VvCombobox/index.ts +212 -168
  266. package/src/components/VvDialog/VvDialog.vue +139 -129
  267. package/src/components/VvDialog/index.ts +42 -36
  268. package/src/components/VvDropdown/VvDropdown.vue +466 -445
  269. package/src/components/VvDropdown/VvDropdownAction.vue +37 -39
  270. package/src/components/VvDropdown/VvDropdownItem.vue +30 -26
  271. package/src/components/VvDropdown/VvDropdownOptgroup.vue +13 -12
  272. package/src/components/VvDropdown/VvDropdownOption.vue +47 -64
  273. package/src/components/VvDropdown/index.ts +61 -27
  274. package/src/components/VvIcon/README.md +1 -1
  275. package/src/components/VvIcon/VvIcon.vue +133 -133
  276. package/src/components/VvIcon/index.ts +84 -97
  277. package/src/components/VvInputFile/VvInputFile.vue +413 -0
  278. package/src/components/VvInputFile/index.ts +143 -0
  279. package/src/components/VvInputText/VvInputClearAction.ts +51 -47
  280. package/src/components/VvInputText/VvInputPasswordAction.ts +66 -62
  281. package/src/components/VvInputText/VvInputStepAction.ts +43 -43
  282. package/src/components/VvInputText/VvInputText.vue +653 -516
  283. package/src/components/VvInputText/VvInputTextActions.ts +87 -87
  284. package/src/components/VvInputText/index.ts +201 -186
  285. package/src/components/VvNav/VvNav.vue +40 -36
  286. package/src/components/VvNav/VvNavItem.vue +12 -12
  287. package/src/components/VvNav/VvNavSeparator.vue +6 -6
  288. package/src/components/VvNav/index.ts +2 -2
  289. package/src/components/VvProgress/VvProgress.vue +27 -27
  290. package/src/components/VvProgress/index.ts +28 -28
  291. package/src/components/VvRadio/VvRadio.vue +115 -112
  292. package/src/components/VvRadio/index.ts +29 -29
  293. package/src/components/VvRadioGroup/VvRadioGroup.vue +91 -90
  294. package/src/components/VvSelect/VvSelect.vue +262 -241
  295. package/src/components/VvSelect/index.ts +88 -63
  296. package/src/components/VvTab/VvTab.vue +79 -69
  297. package/src/components/VvTab/index.ts +13 -13
  298. package/src/components/VvTextarea/VvTextarea.vue +218 -219
  299. package/src/components/VvTextarea/index.ts +35 -35
  300. package/src/components/VvTooltip/VvTooltip.vue +22 -16
  301. package/src/components/VvTooltip/index.ts +12 -12
  302. package/src/components/common/HintSlot.ts +151 -152
  303. package/src/components/index.ts +10 -0
  304. package/src/composables/alert/{useInjectAlert.ts → useAlerInject.ts} +1 -1
  305. package/src/composables/alert/useAlert.ts +76 -73
  306. package/src/composables/alert/{useProvideAlert.ts → useAlertProvide.ts} +12 -12
  307. package/src/composables/dropdown/useDropdownContextmenu.ts +22 -0
  308. package/src/composables/dropdown/{useInjectDropdown.ts → useDropdownInject.ts} +6 -6
  309. package/src/composables/dropdown/useDropdownProvide.ts +94 -0
  310. package/src/composables/dropdown/useDropdownVirtualElement.ts +53 -0
  311. package/src/composables/group/useGroupStateInject.ts +55 -0
  312. package/src/composables/group/useGroupStateProvide.ts +14 -0
  313. package/src/composables/index.ts +3 -0
  314. package/src/composables/useBlurhash.ts +68 -0
  315. package/src/composables/useComponentFocus.ts +9 -9
  316. package/src/composables/useComponentIcon.ts +36 -35
  317. package/src/composables/useDebouncedInput.ts +25 -25
  318. package/src/composables/useDefaults.ts +81 -80
  319. package/src/composables/useModifiers.ts +29 -29
  320. package/src/composables/useOptions.ts +51 -42
  321. package/src/composables/usePersistence.ts +74 -0
  322. package/src/composables/useTextCount.ts +46 -46
  323. package/src/composables/useUniqueId.ts +4 -4
  324. package/src/composables/useVolver.ts +1 -1
  325. package/src/constants.ts +98 -83
  326. package/src/directives/index.ts +3 -6
  327. package/src/directives/v-contextmenu.ts +26 -34
  328. package/src/directives/v-tooltip.ts +20 -11
  329. package/src/icons.ts +2 -2
  330. package/src/index.ts +6 -4
  331. package/src/props/index.ts +467 -383
  332. package/src/resolvers/unplugin.ts +154 -144
  333. package/src/shims.d.ts +4 -5
  334. package/src/stories/Accordion/Accordion.settings.ts +51 -50
  335. package/src/stories/Accordion/Accordion.stories.ts +21 -21
  336. package/src/stories/Accordion/Accordion.test.ts +56 -54
  337. package/src/stories/Accordion/AccordionSlots.stories.ts +13 -13
  338. package/src/stories/AccordionGroup/AccordionGroup.settings.ts +70 -67
  339. package/src/stories/AccordionGroup/AccordionGroup.stories.ts +41 -39
  340. package/src/stories/AccordionGroup/AccordionGroup.test.ts +49 -45
  341. package/src/stories/AccordionGroup/AccordionGroupSlots.stories.ts +36 -36
  342. package/src/stories/Alert/Alert.settings.ts +117 -116
  343. package/src/stories/Alert/Alert.stories.ts +30 -30
  344. package/src/stories/Alert/Alert.test.ts +78 -80
  345. package/src/stories/Alert/AlertModifiers.stories.ts +45 -45
  346. package/src/stories/Alert/AlertSlots.stories.ts +35 -35
  347. package/src/stories/AlertGroup/AlertGroup.settings.ts +107 -105
  348. package/src/stories/AlertGroup/AlertGroup.stories.ts +25 -25
  349. package/src/stories/AlertGroup/AlertGroup.test.ts +69 -71
  350. package/src/stories/AlertGroup/AlertGroupPosition.stories.ts +68 -68
  351. package/src/stories/AlertGroup/AlertGroupSlots.stories.ts +23 -23
  352. package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +58 -58
  353. package/src/stories/Avatar/Avatar.settings.ts +29 -29
  354. package/src/stories/Avatar/Avatar.stories.ts +22 -22
  355. package/src/stories/Avatar/Avatar.test.ts +22 -24
  356. package/src/stories/Avatar/AvatarBadge.stories.ts +15 -15
  357. package/src/stories/Avatar/AvatarModifiers.stories.ts +60 -60
  358. package/src/stories/Avatar/AvatarSlots.stories.ts +17 -17
  359. package/src/stories/AvatarGroup/AvatarGroup.settings.ts +54 -53
  360. package/src/stories/AvatarGroup/AvatarGroup.stories.ts +17 -17
  361. package/src/stories/AvatarGroup/AvatarGroup.test.ts +24 -26
  362. package/src/stories/AvatarGroup/AvatarGroupModifiers.stories.ts +15 -15
  363. package/src/stories/AvatarGroup/AvatarGroupSlotDefault.stories.ts +17 -17
  364. package/src/stories/Badge/Badge.settings.ts +21 -20
  365. package/src/stories/Badge/Badge.stories.ts +24 -24
  366. package/src/stories/Badge/Badge.test.ts +8 -8
  367. package/src/stories/Badge/BadgeSlots.stories.ts +10 -10
  368. package/src/stories/Blurhash/BlurhashComposable.stories.ts +116 -0
  369. package/src/stories/Breadcrumb/Breadcrumb.settings.ts +35 -34
  370. package/src/stories/Breadcrumb/Breadcrumb.stories.ts +23 -23
  371. package/src/stories/Breadcrumb/Breadcrumb.test.ts +44 -43
  372. package/src/stories/Breadcrumb/BreadcrumbSlots.stories.ts +19 -19
  373. package/src/stories/Button/Button.settings.ts +147 -151
  374. package/src/stories/Button/Button.stories.ts +19 -19
  375. package/src/stories/Button/Button.test.ts +41 -42
  376. package/src/stories/Button/ButtonIcon.stories.ts +42 -42
  377. package/src/stories/Button/ButtonLink.stories.ts +24 -24
  378. package/src/stories/Button/ButtonLoading.stories.ts +22 -22
  379. package/src/stories/Button/ButtonModifiers.stories.ts +91 -91
  380. package/src/stories/Button/ButtonSlots.stories.ts +47 -47
  381. package/src/stories/Button/ButtonState.stories.ts +23 -23
  382. package/src/stories/Button/ButtonToggle.stories.ts +30 -30
  383. package/src/stories/ButtonGroup/ButtonGroup.settings.ts +33 -24
  384. package/src/stories/ButtonGroup/ButtonGroup.stories.ts +19 -19
  385. package/src/stories/ButtonGroup/ButtonGroup.test.ts +23 -26
  386. package/src/stories/ButtonGroup/ButtonGroupModifiers.stories.ts +20 -20
  387. package/src/stories/ButtonGroup/ButtonGroupSlots.stories.ts +17 -17
  388. package/src/stories/ButtonGroup/ButtonGroupToggle.stories.ts +22 -22
  389. package/src/stories/Card/Card.settings.ts +49 -48
  390. package/src/stories/Card/Card.stories.ts +22 -22
  391. package/src/stories/Card/Card.test.ts +14 -16
  392. package/src/stories/Card/CardSlots.stories.ts +42 -42
  393. package/src/stories/Checkbox/Checkbox.settings.ts +36 -35
  394. package/src/stories/Checkbox/Checkbox.stories.ts +57 -57
  395. package/src/stories/Checkbox/Checkbox.test.ts +63 -66
  396. package/src/stories/Checkbox/CheckboxBinary.stories.ts +18 -18
  397. package/src/stories/Checkbox/CheckboxSlots.stories.ts +15 -15
  398. package/src/stories/CheckboxGroup/CheckboxGroup.settings.ts +9 -9
  399. package/src/stories/CheckboxGroup/CheckboxGroup.stories.ts +50 -50
  400. package/src/stories/CheckboxGroup/CheckboxGroup.test.ts +64 -68
  401. package/src/stories/CheckboxGroup/CheckboxGroupOptions.stories.ts +34 -34
  402. package/src/stories/CheckboxGroup/CheckboxGroupSlots.stories.ts +23 -23
  403. package/src/stories/Combobox/Combobox.settings.ts +408 -385
  404. package/src/stories/Combobox/Combobox.stories.ts +116 -107
  405. package/src/stories/Combobox/Combobox.test.ts +92 -92
  406. package/src/stories/Combobox/ComboboxIconPosition.stories.ts +25 -24
  407. package/src/stories/Combobox/ComboboxMultiple.stories.ts +32 -22
  408. package/src/stories/Combobox/ComboboxOptions.stories.ts +81 -84
  409. package/src/stories/Combobox/ComboboxSlots.stories.ts +55 -54
  410. package/src/stories/Dialog/Dialog.settings.ts +49 -40
  411. package/src/stories/Dialog/Dialog.stories.ts +28 -28
  412. package/src/stories/Dialog/Dialog.test.ts +49 -54
  413. package/src/stories/Dialog/DialogModifiers.stories.ts +42 -0
  414. package/src/stories/Dialog/DialogSlots.stories.ts +20 -20
  415. package/src/stories/Dropdown/Dropdown.settings.ts +62 -61
  416. package/src/stories/Dropdown/Dropdown.stories.ts +60 -60
  417. package/src/stories/Dropdown/Dropdown.test.ts +9 -13
  418. package/src/stories/Dropdown/DropdownContextmenuDirective.stories.ts +18 -19
  419. package/src/stories/Dropdown/DropdownMultilevel.stories.ts +19 -19
  420. package/src/stories/Dropdown/DropdownSlots.stories.ts +51 -51
  421. package/src/stories/Icon/Icon.settings.ts +66 -65
  422. package/src/stories/Icon/Icon.stories.ts +29 -30
  423. package/src/stories/Icon/IconsCollection.stories.ts +24 -24
  424. package/src/stories/InputFile/InputFile.settings.ts +37 -0
  425. package/src/stories/InputFile/InputFile.stories.ts +97 -0
  426. package/src/stories/InputFile/InputFileDropArea.stories.ts +56 -0
  427. package/src/stories/InputFile/InputFileIconPosition.stories.ts +43 -0
  428. package/src/stories/InputFile/InputFileSlots.stories.ts +33 -0
  429. package/src/stories/InputText/InputText.settings.ts +248 -246
  430. package/src/stories/InputText/InputText.stories.ts +68 -68
  431. package/src/stories/InputText/InputText.test.ts +119 -122
  432. package/src/stories/InputText/InputTextIconPosition.stories.ts +24 -24
  433. package/src/stories/InputText/InputTextLength.stories.ts +33 -33
  434. package/src/stories/InputText/InputTextMask.stories.ts +91 -91
  435. package/src/stories/InputText/InputTextMinMax.stories.ts +30 -30
  436. package/src/stories/InputText/InputTextSlots.stories.ts +20 -20
  437. package/src/stories/InputText/InputTextType.stories.ts +70 -70
  438. package/src/stories/Nav/Nav.settings.ts +27 -27
  439. package/src/stories/Nav/Nav.stories.ts +18 -18
  440. package/src/stories/Nav/Nav.test.ts +10 -12
  441. package/src/stories/Nav/NavModifiers.stories.ts +25 -25
  442. package/src/stories/Progress/Progress.settings.ts +24 -23
  443. package/src/stories/Progress/Progress.stories.ts +23 -23
  444. package/src/stories/Progress/Progress.test.ts +5 -5
  445. package/src/stories/Radio/Radio.settings.ts +9 -9
  446. package/src/stories/Radio/Radio.stories.ts +47 -47
  447. package/src/stories/Radio/Radio.test.ts +54 -57
  448. package/src/stories/Radio/RadioSlots.stories.ts +15 -15
  449. package/src/stories/RadioGroup/RadioGroup.settings.ts +9 -9
  450. package/src/stories/RadioGroup/RadioGroup.stories.ts +51 -52
  451. package/src/stories/RadioGroup/RadioGroup.test.ts +64 -68
  452. package/src/stories/RadioGroup/RadioGroupOptions.stories.ts +35 -35
  453. package/src/stories/RadioGroup/RadioGroupSlots.stories.ts +23 -23
  454. package/src/stories/Select/Select.settings.ts +72 -71
  455. package/src/stories/Select/Select.stories.ts +75 -66
  456. package/src/stories/Select/Select.test.ts +67 -70
  457. package/src/stories/Select/SelectIconPosition.stories.ts +27 -26
  458. package/src/stories/Select/SelectOptions.stories.ts +55 -55
  459. package/src/stories/Select/SelectSlots.stories.ts +21 -20
  460. package/src/stories/Tab/Tab.settings.ts +34 -34
  461. package/src/stories/Tab/Tab.stories.ts +16 -16
  462. package/src/stories/Tab/Tab.test.ts +17 -19
  463. package/src/stories/Textarea/Textarea.settings.ts +80 -78
  464. package/src/stories/Textarea/Textarea.stories.ts +63 -63
  465. package/src/stories/Textarea/Textarea.test.ts +70 -73
  466. package/src/stories/Textarea/TextareaLength.stories.ts +33 -33
  467. package/src/stories/Textarea/TextareaSlots.stories.ts +20 -20
  468. package/src/stories/Textarea/TextareatIconPosition.stories.ts +24 -24
  469. package/src/stories/Tooltip/Tooltip.settings.ts +16 -17
  470. package/src/stories/Tooltip/Tooltip.stories.ts +18 -18
  471. package/src/stories/Tooltip/Tooltip.test.ts +53 -54
  472. package/src/stories/Tooltip/TooltipDirective.stories.ts +37 -37
  473. package/src/stories/argTypes.ts +506 -505
  474. package/src/test/expect.ts +74 -79
  475. package/src/test/options.ts +17 -16
  476. package/src/test/sleep.ts +3 -2
  477. package/src/test/types.d.ts +12 -12
  478. package/src/types/alert.ts +21 -17
  479. package/src/types/blurhash.ts +21 -0
  480. package/src/types/floating-ui.ts +1 -1
  481. package/src/types/generic.ts +2 -3
  482. package/src/types/group.ts +35 -27
  483. package/src/types/index.ts +7 -0
  484. package/src/types/input-file.ts +10 -0
  485. package/src/types/nav.ts +13 -14
  486. package/src/utils/DomUtilities.ts +15 -0
  487. package/src/utils/ObjectUtilities.ts +192 -188
  488. package/src/workers/blurhash.ts +9 -0
  489. package/dist/composables/alert/useInjectAlert.d.ts +0 -9
  490. package/dist/composables/dropdown/useInjectDropdown.d.ts +0 -32
  491. package/dist/composables/group/useInjectedGroupState.d.ts +0 -10
  492. package/dist/composables/group/useProvideGroupState.d.ts +0 -6
  493. package/src/composables/dropdown/useProvideDropdown.ts +0 -94
  494. package/src/composables/group/useInjectedGroupState.ts +0 -51
  495. package/src/composables/group/useProvideGroupState.ts +0 -20
  496. /package/src/assets/icons/normal/{dulicate.svg → duplicate.svg} +0 -0
@@ -1,679 +1,1445 @@
1
1
  import { type Story } from './AccordionGroup.stories';
2
2
  declare const _default: {
3
3
  title: string;
4
- id?: string | undefined;
5
- includeStories?: (RegExp | string[]) | undefined;
6
- excludeStories?: (RegExp | string[]) | undefined;
7
- component?: Omit<import("vue").ConcreteComponent<{
8
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
9
- disabled?: boolean | undefined;
10
- collapse?: boolean | undefined;
11
- not?: boolean | undefined;
12
- items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
13
- itemModifiers?: string | string[] | undefined;
14
- key?: string | number | symbol | undefined;
15
- readonly modelValue?: string | unknown[] | undefined;
4
+ id?: import("@storybook/csf").ComponentId;
5
+ includeStories?: RegExp | string[];
6
+ excludeStories?: RegExp | string[];
7
+ component?: Omit<import("vue").ConcreteComponent<Partial<{
8
+ collapse: boolean;
9
+ disabled: boolean;
10
+ modelValue: string | string[] | undefined;
11
+ not: boolean;
12
+ modifiers: string | string[];
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;
16
24
  readonly modifiers?: string | string[] | undefined;
17
- ref?: import("vue").VNodeRef | undefined;
18
- style?: unknown;
19
- class?: unknown;
20
- ref_for?: boolean | undefined;
21
- ref_key?: string | undefined;
22
- readonly storeKey?: string | undefined;
23
- } & {
24
- default?: import("vue").VNodeChild | ((_: {}) => any);
25
+ readonly storageKey?: string | undefined;
26
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "collapse" | "disabled" | "modelValue" | "not" | "modifiers" | "items" | "itemModifiers" | "storageType"> & {
27
+ default?: import("vue").VNodeChild | ((_: {
28
+ expandedAccordions: Set<string>;
29
+ expand: (name?: string | string[]) => void;
30
+ collapse: boolean & ((name?: string | string[]) => void);
31
+ }) => any);
25
32
  }>, "props"> | undefined;
26
33
  subcomponents?: Record<string, Omit<import("vue").ConcreteComponent<unknown>, "props">> | undefined;
27
- play?: import("@storybook/types").PlayFunction<import("@storybook/vue3/dist/render-ddbe18a8").V, import("@storybook/vue3").ComponentPropsAndSlots<{
28
- new (...args: any[]): {
29
- $: import("vue").ComponentInternalInstance;
30
- $data: {};
31
- $props: {
32
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
33
- disabled?: boolean | undefined;
34
- collapse?: boolean | undefined;
35
- not?: boolean | undefined;
36
- items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
37
- itemModifiers?: string | string[] | undefined;
38
- key?: string | number | symbol | undefined;
39
- readonly modelValue?: string | unknown[] | undefined;
40
- readonly modifiers?: string | string[] | undefined;
41
- ref?: import("vue").VNodeRef | undefined;
42
- style?: unknown;
43
- class?: unknown;
44
- ref_for?: boolean | undefined;
45
- ref_key?: string | undefined;
46
- readonly storeKey?: string | undefined;
47
- };
48
- $attrs: {
49
- [x: string]: unknown;
50
- };
51
- $refs: {
52
- [x: string]: unknown;
53
- };
54
- $slots: Readonly<{
55
- [name: string]: import("vue").Slot<any> | undefined;
56
- }>;
57
- $root: globalThis.ComponentPublicInstance | null;
58
- $parent: globalThis.ComponentPublicInstance | null;
59
- $emit: (event: string, ...args: any[]) => void;
60
- $el: any;
61
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
62
- modelValue: (ArrayConstructor | StringConstructor)[];
63
- items: {
64
- type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
65
- default: () => never[];
66
- };
67
- collapse: BooleanConstructor;
68
- itemModifiers: {
69
- type: globalThis.PropType<string | string[]>;
70
- default: string;
71
- };
72
- disabled: BooleanConstructor;
73
- not: BooleanConstructor;
74
- storeKey: StringConstructor;
75
- modifiers: globalThis.PropType<string | string[]>;
76
- }>> & {
77
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
78
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
79
- disabled: boolean;
80
- collapse: boolean;
81
- not: boolean;
82
- items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
83
- itemModifiers: string | string[];
84
- }, {}, string, {}> & {
85
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
86
- created?: ((() => void) | (() => void)[]) | undefined;
87
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
88
- mounted?: ((() => void) | (() => void)[]) | undefined;
89
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
90
- updated?: ((() => void) | (() => void)[]) | undefined;
91
- activated?: ((() => void) | (() => void)[]) | undefined;
92
- deactivated?: ((() => void) | (() => void)[]) | undefined;
93
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
94
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
95
- destroyed?: ((() => void) | (() => void)[]) | undefined;
96
- unmounted?: ((() => void) | (() => void)[]) | undefined;
97
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
98
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
99
- errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
100
- };
101
- $forceUpdate: () => void;
102
- $nextTick: typeof import("vue").nextTick;
103
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
104
- } & Readonly<import("vue").ExtractPropTypes<{
105
- modelValue: (ArrayConstructor | StringConstructor)[];
34
+ play?: import("@storybook/csf").PlayFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
35
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
36
+ modelValue: {
37
+ type: PropType<string | string[] | undefined>;
38
+ default: undefined;
39
+ };
106
40
  items: {
107
- type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
41
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
108
42
  default: () => never[];
109
43
  };
110
44
  collapse: BooleanConstructor;
111
45
  itemModifiers: {
112
- type: globalThis.PropType<string | string[]>;
46
+ type: PropType<string | string[]>;
113
47
  default: string;
114
48
  };
115
49
  disabled: BooleanConstructor;
116
50
  not: BooleanConstructor;
117
- storeKey: StringConstructor;
118
- modifiers: globalThis.PropType<string | string[]>;
119
- }>> & {
120
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
121
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
122
- __isFragment?: undefined;
123
- __isTeleport?: undefined;
124
- __isSuspense?: undefined;
125
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
126
- modelValue: (ArrayConstructor | StringConstructor)[];
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
+ collapse: boolean;
67
+ disabled: boolean;
68
+ modelValue: string | string[] | undefined;
69
+ not: boolean;
70
+ modifiers: string | string[];
71
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
72
+ itemModifiers: string | string[];
73
+ storageType: "local" | "session";
74
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, 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
+ collapse: boolean;
113
+ disabled: boolean;
114
+ modelValue: string | string[] | undefined;
115
+ not: boolean;
116
+ modifiers: string | string[];
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
+ };
127
129
  items: {
128
- type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
130
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
129
131
  default: () => never[];
130
132
  };
131
133
  collapse: BooleanConstructor;
132
134
  itemModifiers: {
133
- type: globalThis.PropType<string | string[]>;
135
+ type: PropType<string | string[]>;
134
136
  default: string;
135
137
  };
136
138
  disabled: BooleanConstructor;
137
139
  not: BooleanConstructor;
138
- storeKey: StringConstructor;
139
- modifiers: globalThis.PropType<string | string[]>;
140
- }>> & {
141
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
142
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
143
- disabled: boolean;
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, {
144
155
  collapse: boolean;
156
+ disabled: boolean;
157
+ modelValue: string | string[] | undefined;
145
158
  not: boolean;
159
+ modifiers: string | string[];
146
160
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
147
161
  itemModifiers: string | string[];
148
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
149
- $slots: Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & {
150
- default?(_: {}): any;
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: Partial<Record<`summary::${string}`, (_: {
165
+ isExpanded: boolean;
166
+ expand: () => void;
167
+ collapse: () => void;
168
+ groupExpand: (name?: string | string[]) => void;
169
+ groupCollapse: (name?: string | string[]) => void;
170
+ }) => any>> & Partial<Record<`content::${string}`, (_: {
171
+ isExpanded: boolean;
172
+ expand: () => void;
173
+ collapse: () => void;
174
+ groupExpand: (name?: string | string[]) => void;
175
+ groupCollapse: (name?: string | string[]) => void;
176
+ }) => any>> & {
177
+ default?(_: {
178
+ expandedAccordions: Set<string>;
179
+ expand: (name?: string | string[]) => void;
180
+ collapse: boolean & ((name?: string | string[]) => void);
181
+ }): any;
151
182
  };
152
183
  })>> | undefined;
153
- tags?: string[] | undefined;
154
- decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/vue3/dist/render-ddbe18a8").V, {
155
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
156
- disabled?: boolean | undefined;
184
+ globals?: import("@storybook/csf").Globals;
185
+ decorators?: import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
157
186
  collapse?: boolean | undefined;
187
+ disabled?: boolean | undefined;
188
+ modelValue?: string | string[] | undefined;
158
189
  not?: boolean | undefined;
190
+ modifiers?: string | string[] | undefined;
159
191
  items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
160
192
  itemModifiers?: string | string[] | undefined;
161
- key?: string | number | symbol | undefined;
162
- readonly modelValue?: string | unknown[] | undefined;
163
- readonly modifiers?: string | string[] | undefined;
164
- ref?: import("vue").VNodeRef | undefined;
193
+ storageType?: "local" | "session" | undefined;
165
194
  style?: unknown;
195
+ ref?: import("vue").VNodeRef | undefined;
196
+ key?: PropertyKey | undefined;
197
+ ref_for?: boolean | undefined;
198
+ ref_key?: string | undefined;
199
+ onVnodeBeforeMount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
200
+ onVnodeMounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
201
+ onVnodeBeforeUpdate?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
202
+ onVnodeUpdated?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
203
+ onVnodeBeforeUnmount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
204
+ onVnodeUnmounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
166
205
  class?: unknown;
206
+ readonly storageKey?: string | undefined;
207
+ default?: import("vue").VNodeChild | ((_: {
208
+ expandedAccordions: Set<string>;
209
+ expand: (name?: string | string[]) => void;
210
+ collapse: boolean & ((name?: string | string[]) => void);
211
+ }) => any);
212
+ }> | import("@storybook/csf").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
213
+ collapse?: boolean | undefined;
214
+ disabled?: boolean | undefined;
215
+ modelValue?: string | string[] | undefined;
216
+ not?: boolean | undefined;
217
+ modifiers?: string | string[] | undefined;
218
+ items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
219
+ itemModifiers?: string | string[] | undefined;
220
+ storageType?: "local" | "session" | undefined;
221
+ style?: unknown;
222
+ ref?: import("vue").VNodeRef | undefined;
223
+ key?: PropertyKey | undefined;
167
224
  ref_for?: boolean | undefined;
168
225
  ref_key?: string | undefined;
169
- readonly storeKey?: string | undefined;
170
- default?: import("vue").VNodeChild | ((_: {}) => any);
226
+ onVnodeBeforeMount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
227
+ onVnodeMounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
228
+ onVnodeBeforeUpdate?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
229
+ onVnodeUpdated?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
230
+ onVnodeBeforeUnmount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
231
+ onVnodeUnmounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
232
+ class?: unknown;
233
+ readonly storageKey?: string | undefined;
234
+ default?: import("vue").VNodeChild | ((_: {
235
+ expandedAccordions: Set<string>;
236
+ expand: (name?: string | string[]) => void;
237
+ collapse: boolean & ((name?: string | string[]) => void);
238
+ }) => any);
171
239
  }>[] | undefined;
172
- parameters?: import("@storybook/types").Parameters | undefined;
240
+ parameters?: import("@storybook/csf").Parameters;
173
241
  args?: Partial<import("@storybook/vue3").ComponentPropsAndSlots<{
174
- new (...args: any[]): {
175
- $: import("vue").ComponentInternalInstance;
176
- $data: {};
177
- $props: {
178
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
179
- disabled?: boolean | undefined;
180
- collapse?: boolean | undefined;
181
- not?: boolean | undefined;
182
- items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
183
- itemModifiers?: string | string[] | undefined;
184
- key?: string | number | symbol | undefined;
185
- readonly modelValue?: string | unknown[] | undefined;
186
- readonly modifiers?: string | string[] | undefined;
187
- ref?: import("vue").VNodeRef | undefined;
188
- style?: unknown;
189
- class?: unknown;
190
- ref_for?: boolean | undefined;
191
- ref_key?: string | undefined;
192
- readonly storeKey?: string | undefined;
193
- };
194
- $attrs: {
195
- [x: string]: unknown;
196
- };
197
- $refs: {
198
- [x: string]: unknown;
199
- };
200
- $slots: Readonly<{
201
- [name: string]: import("vue").Slot<any> | undefined;
202
- }>;
203
- $root: globalThis.ComponentPublicInstance | null;
204
- $parent: globalThis.ComponentPublicInstance | null;
205
- $emit: (event: string, ...args: any[]) => void;
206
- $el: any;
207
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
208
- modelValue: (ArrayConstructor | StringConstructor)[];
209
- items: {
210
- type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
211
- default: () => never[];
212
- };
213
- collapse: BooleanConstructor;
214
- itemModifiers: {
215
- type: globalThis.PropType<string | string[]>;
216
- default: string;
217
- };
218
- disabled: BooleanConstructor;
219
- not: BooleanConstructor;
220
- storeKey: StringConstructor;
221
- modifiers: globalThis.PropType<string | string[]>;
222
- }>> & {
223
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
224
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
225
- disabled: boolean;
226
- collapse: boolean;
227
- not: boolean;
228
- items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
229
- itemModifiers: string | string[];
230
- }, {}, string, {}> & {
231
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
232
- created?: ((() => void) | (() => void)[]) | undefined;
233
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
234
- mounted?: ((() => void) | (() => void)[]) | undefined;
235
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
236
- updated?: ((() => void) | (() => void)[]) | undefined;
237
- activated?: ((() => void) | (() => void)[]) | undefined;
238
- deactivated?: ((() => void) | (() => void)[]) | undefined;
239
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
240
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
241
- destroyed?: ((() => void) | (() => void)[]) | undefined;
242
- unmounted?: ((() => void) | (() => void)[]) | undefined;
243
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
244
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
245
- errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
246
- };
247
- $forceUpdate: () => void;
248
- $nextTick: typeof import("vue").nextTick;
249
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
250
- } & Readonly<import("vue").ExtractPropTypes<{
251
- modelValue: (ArrayConstructor | StringConstructor)[];
242
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
243
+ modelValue: {
244
+ type: PropType<string | string[] | undefined>;
245
+ default: undefined;
246
+ };
252
247
  items: {
253
- type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
248
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
254
249
  default: () => never[];
255
250
  };
256
251
  collapse: BooleanConstructor;
257
252
  itemModifiers: {
258
- type: globalThis.PropType<string | string[]>;
253
+ type: PropType<string | string[]>;
259
254
  default: string;
260
255
  };
261
256
  disabled: BooleanConstructor;
262
257
  not: BooleanConstructor;
263
- storeKey: StringConstructor;
264
- modifiers: globalThis.PropType<string | string[]>;
265
- }>> & {
266
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
267
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
268
- __isFragment?: undefined;
269
- __isTeleport?: undefined;
270
- __isSuspense?: undefined;
271
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
272
- modelValue: (ArrayConstructor | StringConstructor)[];
258
+ storageType: {
259
+ type: PropType<`${import("../../constants").StorageType}`>;
260
+ default: import("../../constants").StorageType;
261
+ validator: (value: import("../../constants").StorageType) => boolean;
262
+ };
263
+ storageKey: StringConstructor;
264
+ modifiers: {
265
+ type: PropType<string | string[]>;
266
+ default: undefined;
267
+ };
268
+ }>> & Readonly<{}>, {
269
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
270
+ expand: (name?: string | string[]) => void;
271
+ collapse: (name?: string | string[]) => void;
272
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
273
+ collapse: boolean;
274
+ disabled: boolean;
275
+ modelValue: string | string[] | undefined;
276
+ not: boolean;
277
+ modifiers: string | string[];
278
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
279
+ itemModifiers: string | string[];
280
+ storageType: "local" | "session";
281
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
282
+ P: {};
283
+ B: {};
284
+ D: {};
285
+ C: {};
286
+ M: {};
287
+ Defaults: {};
288
+ }, Readonly<globalThis.ExtractPropTypes<{
289
+ modelValue: {
290
+ type: PropType<string | string[] | undefined>;
291
+ default: undefined;
292
+ };
293
+ items: {
294
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
295
+ default: () => never[];
296
+ };
297
+ collapse: BooleanConstructor;
298
+ itemModifiers: {
299
+ type: PropType<string | string[]>;
300
+ default: string;
301
+ };
302
+ disabled: BooleanConstructor;
303
+ not: BooleanConstructor;
304
+ storageType: {
305
+ type: PropType<`${import("../../constants").StorageType}`>;
306
+ default: import("../../constants").StorageType;
307
+ validator: (value: import("../../constants").StorageType) => boolean;
308
+ };
309
+ storageKey: StringConstructor;
310
+ modifiers: {
311
+ type: PropType<string | string[]>;
312
+ default: undefined;
313
+ };
314
+ }>> & Readonly<{}>, {
315
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
316
+ expand: (name?: string | string[]) => void;
317
+ collapse: (name?: string | string[]) => void;
318
+ }, {}, {}, {}, {
319
+ collapse: boolean;
320
+ disabled: boolean;
321
+ modelValue: string | string[] | undefined;
322
+ not: boolean;
323
+ modifiers: string | string[];
324
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
325
+ itemModifiers: string | string[];
326
+ storageType: "local" | "session";
327
+ }>;
328
+ __isFragment?: never;
329
+ __isTeleport?: never;
330
+ __isSuspense?: never;
331
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
332
+ modelValue: {
333
+ type: PropType<string | string[] | undefined>;
334
+ default: undefined;
335
+ };
273
336
  items: {
274
- type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
337
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
275
338
  default: () => never[];
276
339
  };
277
340
  collapse: BooleanConstructor;
278
341
  itemModifiers: {
279
- type: globalThis.PropType<string | string[]>;
342
+ type: PropType<string | string[]>;
280
343
  default: string;
281
344
  };
282
345
  disabled: BooleanConstructor;
283
346
  not: BooleanConstructor;
284
- storeKey: StringConstructor;
285
- modifiers: globalThis.PropType<string | string[]>;
286
- }>> & {
287
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
288
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
289
- disabled: boolean;
347
+ storageType: {
348
+ type: PropType<`${import("../../constants").StorageType}`>;
349
+ default: import("../../constants").StorageType;
350
+ validator: (value: import("../../constants").StorageType) => boolean;
351
+ };
352
+ storageKey: StringConstructor;
353
+ modifiers: {
354
+ type: PropType<string | string[]>;
355
+ default: undefined;
356
+ };
357
+ }>> & Readonly<{}>, {
358
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
359
+ expand: (name?: string | string[]) => void;
360
+ collapse: (name?: string | string[]) => void;
361
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
290
362
  collapse: boolean;
363
+ disabled: boolean;
364
+ modelValue: string | string[] | undefined;
291
365
  not: boolean;
366
+ modifiers: string | string[];
292
367
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
293
368
  itemModifiers: string | string[];
294
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
295
- $slots: Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & {
296
- default?(_: {}): any;
369
+ storageType: "local" | "session";
370
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
371
+ $slots: Partial<Record<`summary::${string}`, (_: {
372
+ isExpanded: boolean;
373
+ expand: () => void;
374
+ collapse: () => void;
375
+ groupExpand: (name?: string | string[]) => void;
376
+ groupCollapse: (name?: string | string[]) => void;
377
+ }) => any>> & Partial<Record<`content::${string}`, (_: {
378
+ isExpanded: boolean;
379
+ expand: () => void;
380
+ collapse: () => void;
381
+ groupExpand: (name?: string | string[]) => void;
382
+ groupCollapse: (name?: string | string[]) => void;
383
+ }) => any>> & {
384
+ default?(_: {
385
+ expandedAccordions: Set<string>;
386
+ expand: (name?: string | string[]) => void;
387
+ collapse: boolean & ((name?: string | string[]) => void);
388
+ }): any;
297
389
  };
298
390
  })>> | undefined;
299
- argTypes?: Partial<import("@storybook/types").ArgTypes<import("@storybook/vue3").ComponentPropsAndSlots<{
300
- new (...args: any[]): {
301
- $: import("vue").ComponentInternalInstance;
302
- $data: {};
303
- $props: {
304
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
305
- disabled?: boolean | undefined;
306
- collapse?: boolean | undefined;
307
- not?: boolean | undefined;
308
- items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
309
- itemModifiers?: string | string[] | undefined;
310
- key?: string | number | symbol | undefined;
311
- readonly modelValue?: string | unknown[] | undefined;
312
- readonly modifiers?: string | string[] | undefined;
313
- ref?: import("vue").VNodeRef | undefined;
314
- style?: unknown;
315
- class?: unknown;
316
- ref_for?: boolean | undefined;
317
- ref_key?: string | undefined;
318
- readonly storeKey?: string | undefined;
319
- };
320
- $attrs: {
321
- [x: string]: unknown;
322
- };
323
- $refs: {
324
- [x: string]: unknown;
325
- };
326
- $slots: Readonly<{
327
- [name: string]: import("vue").Slot<any> | undefined;
328
- }>;
329
- $root: globalThis.ComponentPublicInstance | null;
330
- $parent: globalThis.ComponentPublicInstance | null;
331
- $emit: (event: string, ...args: any[]) => void;
332
- $el: any;
333
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
334
- modelValue: (ArrayConstructor | StringConstructor)[];
335
- items: {
336
- type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
337
- default: () => never[];
338
- };
339
- collapse: BooleanConstructor;
340
- itemModifiers: {
341
- type: globalThis.PropType<string | string[]>;
342
- default: string;
343
- };
344
- disabled: BooleanConstructor;
345
- not: BooleanConstructor;
346
- storeKey: StringConstructor;
347
- modifiers: globalThis.PropType<string | string[]>;
348
- }>> & {
349
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
350
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
351
- disabled: boolean;
352
- collapse: boolean;
353
- not: boolean;
354
- items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
355
- itemModifiers: string | string[];
356
- }, {}, string, {}> & {
357
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
358
- created?: ((() => void) | (() => void)[]) | undefined;
359
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
360
- mounted?: ((() => void) | (() => void)[]) | undefined;
361
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
362
- updated?: ((() => void) | (() => void)[]) | undefined;
363
- activated?: ((() => void) | (() => void)[]) | undefined;
364
- deactivated?: ((() => void) | (() => void)[]) | undefined;
365
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
366
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
367
- destroyed?: ((() => void) | (() => void)[]) | undefined;
368
- unmounted?: ((() => void) | (() => void)[]) | undefined;
369
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
370
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
371
- errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
372
- };
373
- $forceUpdate: () => void;
374
- $nextTick: typeof import("vue").nextTick;
375
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
376
- } & Readonly<import("vue").ExtractPropTypes<{
377
- modelValue: (ArrayConstructor | StringConstructor)[];
391
+ argTypes?: Partial<import("@storybook/csf").ArgTypes<import("@storybook/vue3").ComponentPropsAndSlots<{
392
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
393
+ modelValue: {
394
+ type: PropType<string | string[] | undefined>;
395
+ default: undefined;
396
+ };
397
+ items: {
398
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
399
+ default: () => never[];
400
+ };
401
+ collapse: BooleanConstructor;
402
+ itemModifiers: {
403
+ type: PropType<string | string[]>;
404
+ default: string;
405
+ };
406
+ disabled: BooleanConstructor;
407
+ not: BooleanConstructor;
408
+ storageType: {
409
+ type: PropType<`${import("../../constants").StorageType}`>;
410
+ default: import("../../constants").StorageType;
411
+ validator: (value: import("../../constants").StorageType) => boolean;
412
+ };
413
+ storageKey: StringConstructor;
414
+ modifiers: {
415
+ type: PropType<string | string[]>;
416
+ default: undefined;
417
+ };
418
+ }>> & Readonly<{}>, {
419
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
420
+ expand: (name?: string | string[]) => void;
421
+ collapse: (name?: string | string[]) => void;
422
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
423
+ collapse: boolean;
424
+ disabled: boolean;
425
+ modelValue: string | string[] | undefined;
426
+ not: boolean;
427
+ modifiers: string | string[];
428
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
429
+ itemModifiers: string | string[];
430
+ storageType: "local" | "session";
431
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
432
+ P: {};
433
+ B: {};
434
+ D: {};
435
+ C: {};
436
+ M: {};
437
+ Defaults: {};
438
+ }, Readonly<globalThis.ExtractPropTypes<{
439
+ modelValue: {
440
+ type: PropType<string | string[] | undefined>;
441
+ default: undefined;
442
+ };
378
443
  items: {
379
- type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
444
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
380
445
  default: () => never[];
381
446
  };
382
447
  collapse: BooleanConstructor;
383
448
  itemModifiers: {
384
- type: globalThis.PropType<string | string[]>;
449
+ type: PropType<string | string[]>;
385
450
  default: string;
386
451
  };
387
452
  disabled: BooleanConstructor;
388
453
  not: BooleanConstructor;
389
- storeKey: StringConstructor;
390
- modifiers: globalThis.PropType<string | string[]>;
391
- }>> & {
392
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
393
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
394
- __isFragment?: undefined;
395
- __isTeleport?: undefined;
396
- __isSuspense?: undefined;
397
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
398
- modelValue: (ArrayConstructor | StringConstructor)[];
454
+ storageType: {
455
+ type: PropType<`${import("../../constants").StorageType}`>;
456
+ default: import("../../constants").StorageType;
457
+ validator: (value: import("../../constants").StorageType) => boolean;
458
+ };
459
+ storageKey: StringConstructor;
460
+ modifiers: {
461
+ type: PropType<string | string[]>;
462
+ default: undefined;
463
+ };
464
+ }>> & Readonly<{}>, {
465
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
466
+ expand: (name?: string | string[]) => void;
467
+ collapse: (name?: string | string[]) => void;
468
+ }, {}, {}, {}, {
469
+ collapse: boolean;
470
+ disabled: boolean;
471
+ modelValue: string | string[] | undefined;
472
+ not: boolean;
473
+ modifiers: string | string[];
474
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
475
+ itemModifiers: string | string[];
476
+ storageType: "local" | "session";
477
+ }>;
478
+ __isFragment?: never;
479
+ __isTeleport?: never;
480
+ __isSuspense?: never;
481
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
482
+ modelValue: {
483
+ type: PropType<string | string[] | undefined>;
484
+ default: undefined;
485
+ };
399
486
  items: {
400
- type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
487
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
401
488
  default: () => never[];
402
489
  };
403
490
  collapse: BooleanConstructor;
404
491
  itemModifiers: {
405
- type: globalThis.PropType<string | string[]>;
492
+ type: PropType<string | string[]>;
406
493
  default: string;
407
494
  };
408
495
  disabled: BooleanConstructor;
409
496
  not: BooleanConstructor;
410
- storeKey: StringConstructor;
411
- modifiers: globalThis.PropType<string | string[]>;
412
- }>> & {
413
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
414
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
415
- disabled: boolean;
497
+ storageType: {
498
+ type: PropType<`${import("../../constants").StorageType}`>;
499
+ default: import("../../constants").StorageType;
500
+ validator: (value: import("../../constants").StorageType) => boolean;
501
+ };
502
+ storageKey: StringConstructor;
503
+ modifiers: {
504
+ type: PropType<string | string[]>;
505
+ default: undefined;
506
+ };
507
+ }>> & Readonly<{}>, {
508
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
509
+ expand: (name?: string | string[]) => void;
510
+ collapse: (name?: string | string[]) => void;
511
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
416
512
  collapse: boolean;
513
+ disabled: boolean;
514
+ modelValue: string | string[] | undefined;
417
515
  not: boolean;
516
+ modifiers: string | string[];
418
517
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
419
518
  itemModifiers: string | string[];
420
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
421
- $slots: Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & {
422
- default?(_: {}): any;
519
+ storageType: "local" | "session";
520
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
521
+ $slots: Partial<Record<`summary::${string}`, (_: {
522
+ isExpanded: boolean;
523
+ expand: () => void;
524
+ collapse: () => void;
525
+ groupExpand: (name?: string | string[]) => void;
526
+ groupCollapse: (name?: string | string[]) => void;
527
+ }) => any>> & Partial<Record<`content::${string}`, (_: {
528
+ isExpanded: boolean;
529
+ expand: () => void;
530
+ collapse: () => void;
531
+ groupExpand: (name?: string | string[]) => void;
532
+ groupCollapse: (name?: string | string[]) => void;
533
+ }) => any>> & {
534
+ default?(_: {
535
+ expandedAccordions: Set<string>;
536
+ expand: (name?: string | string[]) => void;
537
+ collapse: boolean & ((name?: string | string[]) => void);
538
+ }): any;
423
539
  };
424
540
  })>>> | undefined;
425
- loaders?: import("@storybook/types").LoaderFunction<import("@storybook/vue3/dist/render-ddbe18a8").V, import("@storybook/vue3").ComponentPropsAndSlots<{
426
- new (...args: any[]): {
427
- $: import("vue").ComponentInternalInstance;
428
- $data: {};
429
- $props: {
430
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
431
- disabled?: boolean | undefined;
432
- collapse?: boolean | undefined;
433
- not?: boolean | undefined;
434
- items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
435
- itemModifiers?: string | string[] | undefined;
436
- key?: string | number | symbol | undefined;
437
- readonly modelValue?: string | unknown[] | undefined;
438
- readonly modifiers?: string | string[] | undefined;
439
- ref?: import("vue").VNodeRef | undefined;
440
- style?: unknown;
441
- class?: unknown;
442
- ref_for?: boolean | undefined;
443
- ref_key?: string | undefined;
444
- readonly storeKey?: string | undefined;
445
- };
446
- $attrs: {
447
- [x: string]: unknown;
448
- };
449
- $refs: {
450
- [x: string]: unknown;
451
- };
452
- $slots: Readonly<{
453
- [name: string]: import("vue").Slot<any> | undefined;
454
- }>;
455
- $root: globalThis.ComponentPublicInstance | null;
456
- $parent: globalThis.ComponentPublicInstance | null;
457
- $emit: (event: string, ...args: any[]) => void;
458
- $el: any;
459
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
460
- modelValue: (ArrayConstructor | StringConstructor)[];
461
- items: {
462
- type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
463
- default: () => never[];
464
- };
465
- collapse: BooleanConstructor;
466
- itemModifiers: {
467
- type: globalThis.PropType<string | string[]>;
468
- default: string;
469
- };
470
- disabled: BooleanConstructor;
471
- not: BooleanConstructor;
472
- storeKey: StringConstructor;
473
- modifiers: globalThis.PropType<string | string[]>;
474
- }>> & {
475
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
476
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
477
- disabled: boolean;
478
- collapse: boolean;
479
- not: boolean;
480
- items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
481
- itemModifiers: string | string[];
482
- }, {}, string, {}> & {
483
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
484
- created?: ((() => void) | (() => void)[]) | undefined;
485
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
486
- mounted?: ((() => void) | (() => void)[]) | undefined;
487
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
488
- updated?: ((() => void) | (() => void)[]) | undefined;
489
- activated?: ((() => void) | (() => void)[]) | undefined;
490
- deactivated?: ((() => void) | (() => void)[]) | undefined;
491
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
492
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
493
- destroyed?: ((() => void) | (() => void)[]) | undefined;
494
- unmounted?: ((() => void) | (() => void)[]) | undefined;
495
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
496
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
497
- errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
498
- };
499
- $forceUpdate: () => void;
500
- $nextTick: typeof import("vue").nextTick;
501
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
502
- } & Readonly<import("vue").ExtractPropTypes<{
503
- modelValue: (ArrayConstructor | StringConstructor)[];
541
+ loaders?: import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
542
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
543
+ modelValue: {
544
+ type: PropType<string | string[] | undefined>;
545
+ default: undefined;
546
+ };
504
547
  items: {
505
- type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
548
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
506
549
  default: () => never[];
507
550
  };
508
551
  collapse: BooleanConstructor;
509
552
  itemModifiers: {
510
- type: globalThis.PropType<string | string[]>;
553
+ type: PropType<string | string[]>;
511
554
  default: string;
512
555
  };
513
556
  disabled: BooleanConstructor;
514
557
  not: BooleanConstructor;
515
- storeKey: StringConstructor;
516
- modifiers: globalThis.PropType<string | string[]>;
517
- }>> & {
518
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
519
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
520
- __isFragment?: undefined;
521
- __isTeleport?: undefined;
522
- __isSuspense?: undefined;
523
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
524
- modelValue: (ArrayConstructor | StringConstructor)[];
558
+ storageType: {
559
+ type: PropType<`${import("../../constants").StorageType}`>;
560
+ default: import("../../constants").StorageType;
561
+ validator: (value: import("../../constants").StorageType) => boolean;
562
+ };
563
+ storageKey: StringConstructor;
564
+ modifiers: {
565
+ type: PropType<string | string[]>;
566
+ default: undefined;
567
+ };
568
+ }>> & Readonly<{}>, {
569
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
570
+ expand: (name?: string | string[]) => void;
571
+ collapse: (name?: string | string[]) => void;
572
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
573
+ collapse: boolean;
574
+ disabled: boolean;
575
+ modelValue: string | string[] | undefined;
576
+ not: boolean;
577
+ modifiers: string | string[];
578
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
579
+ itemModifiers: string | string[];
580
+ storageType: "local" | "session";
581
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
582
+ P: {};
583
+ B: {};
584
+ D: {};
585
+ C: {};
586
+ M: {};
587
+ Defaults: {};
588
+ }, Readonly<globalThis.ExtractPropTypes<{
589
+ modelValue: {
590
+ type: PropType<string | string[] | undefined>;
591
+ default: undefined;
592
+ };
593
+ items: {
594
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
595
+ default: () => never[];
596
+ };
597
+ collapse: BooleanConstructor;
598
+ itemModifiers: {
599
+ type: PropType<string | string[]>;
600
+ default: string;
601
+ };
602
+ disabled: BooleanConstructor;
603
+ not: BooleanConstructor;
604
+ storageType: {
605
+ type: PropType<`${import("../../constants").StorageType}`>;
606
+ default: import("../../constants").StorageType;
607
+ validator: (value: import("../../constants").StorageType) => boolean;
608
+ };
609
+ storageKey: StringConstructor;
610
+ modifiers: {
611
+ type: PropType<string | string[]>;
612
+ default: undefined;
613
+ };
614
+ }>> & Readonly<{}>, {
615
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
616
+ expand: (name?: string | string[]) => void;
617
+ collapse: (name?: string | string[]) => void;
618
+ }, {}, {}, {}, {
619
+ collapse: boolean;
620
+ disabled: boolean;
621
+ modelValue: string | string[] | undefined;
622
+ not: boolean;
623
+ modifiers: string | string[];
624
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
625
+ itemModifiers: string | string[];
626
+ storageType: "local" | "session";
627
+ }>;
628
+ __isFragment?: never;
629
+ __isTeleport?: never;
630
+ __isSuspense?: never;
631
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
632
+ modelValue: {
633
+ type: PropType<string | string[] | undefined>;
634
+ default: undefined;
635
+ };
525
636
  items: {
526
- type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
637
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
527
638
  default: () => never[];
528
639
  };
529
640
  collapse: BooleanConstructor;
530
641
  itemModifiers: {
531
- type: globalThis.PropType<string | string[]>;
642
+ type: PropType<string | string[]>;
532
643
  default: string;
533
644
  };
534
645
  disabled: BooleanConstructor;
535
646
  not: BooleanConstructor;
536
- storeKey: StringConstructor;
537
- modifiers: globalThis.PropType<string | string[]>;
538
- }>> & {
539
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
540
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
647
+ storageType: {
648
+ type: PropType<`${import("../../constants").StorageType}`>;
649
+ default: import("../../constants").StorageType;
650
+ validator: (value: import("../../constants").StorageType) => boolean;
651
+ };
652
+ storageKey: StringConstructor;
653
+ modifiers: {
654
+ type: PropType<string | string[]>;
655
+ default: undefined;
656
+ };
657
+ }>> & Readonly<{}>, {
658
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
659
+ expand: (name?: string | string[]) => void;
660
+ collapse: (name?: string | string[]) => void;
661
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
662
+ collapse: boolean;
541
663
  disabled: boolean;
664
+ modelValue: string | string[] | undefined;
665
+ not: boolean;
666
+ modifiers: string | string[];
667
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
668
+ itemModifiers: string | string[];
669
+ storageType: "local" | "session";
670
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
671
+ $slots: Partial<Record<`summary::${string}`, (_: {
672
+ isExpanded: boolean;
673
+ expand: () => void;
674
+ collapse: () => void;
675
+ groupExpand: (name?: string | string[]) => void;
676
+ groupCollapse: (name?: string | string[]) => void;
677
+ }) => any>> & Partial<Record<`content::${string}`, (_: {
678
+ isExpanded: boolean;
679
+ expand: () => void;
680
+ collapse: () => void;
681
+ groupExpand: (name?: string | string[]) => void;
682
+ groupCollapse: (name?: string | string[]) => void;
683
+ }) => any>> & {
684
+ default?(_: {
685
+ expandedAccordions: Set<string>;
686
+ expand: (name?: string | string[]) => void;
687
+ collapse: boolean & ((name?: string | string[]) => void);
688
+ }): any;
689
+ };
690
+ })>> | import("@storybook/csf").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
691
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
692
+ modelValue: {
693
+ type: PropType<string | string[] | undefined>;
694
+ default: undefined;
695
+ };
696
+ items: {
697
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
698
+ default: () => never[];
699
+ };
700
+ collapse: BooleanConstructor;
701
+ itemModifiers: {
702
+ type: PropType<string | string[]>;
703
+ default: string;
704
+ };
705
+ disabled: BooleanConstructor;
706
+ not: BooleanConstructor;
707
+ storageType: {
708
+ type: PropType<`${import("../../constants").StorageType}`>;
709
+ default: import("../../constants").StorageType;
710
+ validator: (value: import("../../constants").StorageType) => boolean;
711
+ };
712
+ storageKey: StringConstructor;
713
+ modifiers: {
714
+ type: PropType<string | string[]>;
715
+ default: undefined;
716
+ };
717
+ }>> & Readonly<{}>, {
718
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
719
+ expand: (name?: string | string[]) => void;
720
+ collapse: (name?: string | string[]) => void;
721
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
722
+ collapse: boolean;
723
+ disabled: boolean;
724
+ modelValue: string | string[] | undefined;
725
+ not: boolean;
726
+ modifiers: string | string[];
727
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
728
+ itemModifiers: string | string[];
729
+ storageType: "local" | "session";
730
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
731
+ P: {};
732
+ B: {};
733
+ D: {};
734
+ C: {};
735
+ M: {};
736
+ Defaults: {};
737
+ }, Readonly<globalThis.ExtractPropTypes<{
738
+ modelValue: {
739
+ type: PropType<string | string[] | undefined>;
740
+ default: undefined;
741
+ };
742
+ items: {
743
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
744
+ default: () => never[];
745
+ };
746
+ collapse: BooleanConstructor;
747
+ itemModifiers: {
748
+ type: PropType<string | string[]>;
749
+ default: string;
750
+ };
751
+ disabled: BooleanConstructor;
752
+ not: BooleanConstructor;
753
+ storageType: {
754
+ type: PropType<`${import("../../constants").StorageType}`>;
755
+ default: import("../../constants").StorageType;
756
+ validator: (value: import("../../constants").StorageType) => boolean;
757
+ };
758
+ storageKey: StringConstructor;
759
+ modifiers: {
760
+ type: PropType<string | string[]>;
761
+ default: undefined;
762
+ };
763
+ }>> & Readonly<{}>, {
764
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
765
+ expand: (name?: string | string[]) => void;
766
+ collapse: (name?: string | string[]) => void;
767
+ }, {}, {}, {}, {
768
+ collapse: boolean;
769
+ disabled: boolean;
770
+ modelValue: string | string[] | undefined;
771
+ not: boolean;
772
+ modifiers: string | string[];
773
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
774
+ itemModifiers: string | string[];
775
+ storageType: "local" | "session";
776
+ }>;
777
+ __isFragment?: never;
778
+ __isTeleport?: never;
779
+ __isSuspense?: never;
780
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
781
+ modelValue: {
782
+ type: PropType<string | string[] | undefined>;
783
+ default: undefined;
784
+ };
785
+ items: {
786
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
787
+ default: () => never[];
788
+ };
789
+ collapse: BooleanConstructor;
790
+ itemModifiers: {
791
+ type: PropType<string | string[]>;
792
+ default: string;
793
+ };
794
+ disabled: BooleanConstructor;
795
+ not: BooleanConstructor;
796
+ storageType: {
797
+ type: PropType<`${import("../../constants").StorageType}`>;
798
+ default: import("../../constants").StorageType;
799
+ validator: (value: import("../../constants").StorageType) => boolean;
800
+ };
801
+ storageKey: StringConstructor;
802
+ modifiers: {
803
+ type: PropType<string | string[]>;
804
+ default: undefined;
805
+ };
806
+ }>> & Readonly<{}>, {
807
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
808
+ expand: (name?: string | string[]) => void;
809
+ collapse: (name?: string | string[]) => void;
810
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
542
811
  collapse: boolean;
812
+ disabled: boolean;
813
+ modelValue: string | string[] | undefined;
543
814
  not: boolean;
815
+ modifiers: string | string[];
544
816
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
545
817
  itemModifiers: string | string[];
546
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
547
- $slots: Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & {
548
- default?(_: {}): any;
818
+ storageType: "local" | "session";
819
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
820
+ $slots: Partial<Record<`summary::${string}`, (_: {
821
+ isExpanded: boolean;
822
+ expand: () => void;
823
+ collapse: () => void;
824
+ groupExpand: (name?: string | string[]) => void;
825
+ groupCollapse: (name?: string | string[]) => void;
826
+ }) => any>> & Partial<Record<`content::${string}`, (_: {
827
+ isExpanded: boolean;
828
+ expand: () => void;
829
+ collapse: () => void;
830
+ groupExpand: (name?: string | string[]) => void;
831
+ groupCollapse: (name?: string | string[]) => void;
832
+ }) => any>> & {
833
+ default?(_: {
834
+ expandedAccordions: Set<string>;
835
+ expand: (name?: string | string[]) => void;
836
+ collapse: boolean & ((name?: string | string[]) => void);
837
+ }): any;
549
838
  };
550
839
  })>>[] | undefined;
551
- render?: import("@storybook/types").ArgsStoryFn<import("@storybook/vue3/dist/render-ddbe18a8").V, import("@storybook/vue3").ComponentPropsAndSlots<{
552
- new (...args: any[]): {
553
- $: import("vue").ComponentInternalInstance;
554
- $data: {};
555
- $props: {
556
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
557
- disabled?: boolean | undefined;
558
- collapse?: boolean | undefined;
559
- not?: boolean | undefined;
560
- items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
561
- itemModifiers?: string | string[] | undefined;
562
- key?: string | number | symbol | undefined;
563
- readonly modelValue?: string | unknown[] | undefined;
564
- readonly modifiers?: string | string[] | undefined;
565
- ref?: import("vue").VNodeRef | undefined;
566
- style?: unknown;
567
- class?: unknown;
568
- ref_for?: boolean | undefined;
569
- ref_key?: string | undefined;
570
- readonly storeKey?: string | undefined;
571
- };
572
- $attrs: {
573
- [x: string]: unknown;
574
- };
575
- $refs: {
576
- [x: string]: unknown;
577
- };
578
- $slots: Readonly<{
579
- [name: string]: import("vue").Slot<any> | undefined;
580
- }>;
581
- $root: globalThis.ComponentPublicInstance | null;
582
- $parent: globalThis.ComponentPublicInstance | null;
583
- $emit: (event: string, ...args: any[]) => void;
584
- $el: any;
585
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
586
- modelValue: (ArrayConstructor | StringConstructor)[];
587
- items: {
588
- type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
589
- default: () => never[];
590
- };
591
- collapse: BooleanConstructor;
592
- itemModifiers: {
593
- type: globalThis.PropType<string | string[]>;
594
- default: string;
595
- };
596
- disabled: BooleanConstructor;
597
- not: BooleanConstructor;
598
- storeKey: StringConstructor;
599
- modifiers: globalThis.PropType<string | string[]>;
600
- }>> & {
601
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
602
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
603
- disabled: boolean;
604
- collapse: boolean;
605
- not: boolean;
606
- items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
607
- itemModifiers: string | string[];
608
- }, {}, string, {}> & {
609
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
610
- created?: ((() => void) | (() => void)[]) | undefined;
611
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
612
- mounted?: ((() => void) | (() => void)[]) | undefined;
613
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
614
- updated?: ((() => void) | (() => void)[]) | undefined;
615
- activated?: ((() => void) | (() => void)[]) | undefined;
616
- deactivated?: ((() => void) | (() => void)[]) | undefined;
617
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
618
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
619
- destroyed?: ((() => void) | (() => void)[]) | undefined;
620
- unmounted?: ((() => void) | (() => void)[]) | undefined;
621
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
622
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
623
- errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
624
- };
625
- $forceUpdate: () => void;
626
- $nextTick: typeof import("vue").nextTick;
627
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
628
- } & Readonly<import("vue").ExtractPropTypes<{
629
- modelValue: (ArrayConstructor | StringConstructor)[];
840
+ beforeEach?: import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
841
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
842
+ modelValue: {
843
+ type: PropType<string | string[] | undefined>;
844
+ default: undefined;
845
+ };
630
846
  items: {
631
- type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
847
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
632
848
  default: () => never[];
633
849
  };
634
850
  collapse: BooleanConstructor;
635
851
  itemModifiers: {
636
- type: globalThis.PropType<string | string[]>;
852
+ type: PropType<string | string[]>;
637
853
  default: string;
638
854
  };
639
855
  disabled: BooleanConstructor;
640
856
  not: BooleanConstructor;
641
- storeKey: StringConstructor;
642
- modifiers: globalThis.PropType<string | string[]>;
643
- }>> & {
644
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
645
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
646
- __isFragment?: undefined;
647
- __isTeleport?: undefined;
648
- __isSuspense?: undefined;
649
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
650
- modelValue: (ArrayConstructor | StringConstructor)[];
857
+ storageType: {
858
+ type: PropType<`${import("../../constants").StorageType}`>;
859
+ default: import("../../constants").StorageType;
860
+ validator: (value: import("../../constants").StorageType) => boolean;
861
+ };
862
+ storageKey: StringConstructor;
863
+ modifiers: {
864
+ type: PropType<string | string[]>;
865
+ default: undefined;
866
+ };
867
+ }>> & Readonly<{}>, {
868
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
869
+ expand: (name?: string | string[]) => void;
870
+ collapse: (name?: string | string[]) => void;
871
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
872
+ collapse: boolean;
873
+ disabled: boolean;
874
+ modelValue: string | string[] | undefined;
875
+ not: boolean;
876
+ modifiers: string | string[];
877
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
878
+ itemModifiers: string | string[];
879
+ storageType: "local" | "session";
880
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
881
+ P: {};
882
+ B: {};
883
+ D: {};
884
+ C: {};
885
+ M: {};
886
+ Defaults: {};
887
+ }, Readonly<globalThis.ExtractPropTypes<{
888
+ modelValue: {
889
+ type: PropType<string | string[] | undefined>;
890
+ default: undefined;
891
+ };
892
+ items: {
893
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
894
+ default: () => never[];
895
+ };
896
+ collapse: BooleanConstructor;
897
+ itemModifiers: {
898
+ type: PropType<string | string[]>;
899
+ default: string;
900
+ };
901
+ disabled: BooleanConstructor;
902
+ not: BooleanConstructor;
903
+ storageType: {
904
+ type: PropType<`${import("../../constants").StorageType}`>;
905
+ default: import("../../constants").StorageType;
906
+ validator: (value: import("../../constants").StorageType) => boolean;
907
+ };
908
+ storageKey: StringConstructor;
909
+ modifiers: {
910
+ type: PropType<string | string[]>;
911
+ default: undefined;
912
+ };
913
+ }>> & Readonly<{}>, {
914
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
915
+ expand: (name?: string | string[]) => void;
916
+ collapse: (name?: string | string[]) => void;
917
+ }, {}, {}, {}, {
918
+ collapse: boolean;
919
+ disabled: boolean;
920
+ modelValue: string | string[] | undefined;
921
+ not: boolean;
922
+ modifiers: string | string[];
923
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
924
+ itemModifiers: string | string[];
925
+ storageType: "local" | "session";
926
+ }>;
927
+ __isFragment?: never;
928
+ __isTeleport?: never;
929
+ __isSuspense?: never;
930
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
931
+ modelValue: {
932
+ type: PropType<string | string[] | undefined>;
933
+ default: undefined;
934
+ };
651
935
  items: {
652
- type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
936
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
653
937
  default: () => never[];
654
938
  };
655
939
  collapse: BooleanConstructor;
656
940
  itemModifiers: {
657
- type: globalThis.PropType<string | string[]>;
941
+ type: PropType<string | string[]>;
658
942
  default: string;
659
943
  };
660
944
  disabled: BooleanConstructor;
661
945
  not: BooleanConstructor;
662
- storeKey: StringConstructor;
663
- modifiers: globalThis.PropType<string | string[]>;
664
- }>> & {
665
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
666
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
946
+ storageType: {
947
+ type: PropType<`${import("../../constants").StorageType}`>;
948
+ default: import("../../constants").StorageType;
949
+ validator: (value: import("../../constants").StorageType) => boolean;
950
+ };
951
+ storageKey: StringConstructor;
952
+ modifiers: {
953
+ type: PropType<string | string[]>;
954
+ default: undefined;
955
+ };
956
+ }>> & Readonly<{}>, {
957
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
958
+ expand: (name?: string | string[]) => void;
959
+ collapse: (name?: string | string[]) => void;
960
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
961
+ collapse: boolean;
667
962
  disabled: boolean;
963
+ modelValue: string | string[] | undefined;
964
+ not: boolean;
965
+ modifiers: string | string[];
966
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
967
+ itemModifiers: string | string[];
968
+ storageType: "local" | "session";
969
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
970
+ $slots: Partial<Record<`summary::${string}`, (_: {
971
+ isExpanded: boolean;
972
+ expand: () => void;
973
+ collapse: () => void;
974
+ groupExpand: (name?: string | string[]) => void;
975
+ groupCollapse: (name?: string | string[]) => void;
976
+ }) => any>> & Partial<Record<`content::${string}`, (_: {
977
+ isExpanded: boolean;
978
+ expand: () => void;
979
+ collapse: () => void;
980
+ groupExpand: (name?: string | string[]) => void;
981
+ groupCollapse: (name?: string | string[]) => void;
982
+ }) => any>> & {
983
+ default?(_: {
984
+ expandedAccordions: Set<string>;
985
+ expand: (name?: string | string[]) => void;
986
+ collapse: boolean & ((name?: string | string[]) => void);
987
+ }): any;
988
+ };
989
+ })>> | import("@storybook/csf").BeforeEach<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
990
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
991
+ modelValue: {
992
+ type: PropType<string | string[] | undefined>;
993
+ default: undefined;
994
+ };
995
+ items: {
996
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
997
+ default: () => never[];
998
+ };
999
+ collapse: BooleanConstructor;
1000
+ itemModifiers: {
1001
+ type: PropType<string | string[]>;
1002
+ default: string;
1003
+ };
1004
+ disabled: BooleanConstructor;
1005
+ not: BooleanConstructor;
1006
+ storageType: {
1007
+ type: PropType<`${import("../../constants").StorageType}`>;
1008
+ default: import("../../constants").StorageType;
1009
+ validator: (value: import("../../constants").StorageType) => boolean;
1010
+ };
1011
+ storageKey: StringConstructor;
1012
+ modifiers: {
1013
+ type: PropType<string | string[]>;
1014
+ default: undefined;
1015
+ };
1016
+ }>> & Readonly<{}>, {
1017
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1018
+ expand: (name?: string | string[]) => void;
1019
+ collapse: (name?: string | string[]) => void;
1020
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
1021
+ collapse: boolean;
1022
+ disabled: boolean;
1023
+ modelValue: string | string[] | undefined;
1024
+ not: boolean;
1025
+ modifiers: string | string[];
1026
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1027
+ itemModifiers: string | string[];
1028
+ storageType: "local" | "session";
1029
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
1030
+ P: {};
1031
+ B: {};
1032
+ D: {};
1033
+ C: {};
1034
+ M: {};
1035
+ Defaults: {};
1036
+ }, Readonly<globalThis.ExtractPropTypes<{
1037
+ modelValue: {
1038
+ type: PropType<string | string[] | undefined>;
1039
+ default: undefined;
1040
+ };
1041
+ items: {
1042
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1043
+ default: () => never[];
1044
+ };
1045
+ collapse: BooleanConstructor;
1046
+ itemModifiers: {
1047
+ type: PropType<string | string[]>;
1048
+ default: string;
1049
+ };
1050
+ disabled: BooleanConstructor;
1051
+ not: BooleanConstructor;
1052
+ storageType: {
1053
+ type: PropType<`${import("../../constants").StorageType}`>;
1054
+ default: import("../../constants").StorageType;
1055
+ validator: (value: import("../../constants").StorageType) => boolean;
1056
+ };
1057
+ storageKey: StringConstructor;
1058
+ modifiers: {
1059
+ type: PropType<string | string[]>;
1060
+ default: undefined;
1061
+ };
1062
+ }>> & Readonly<{}>, {
1063
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1064
+ expand: (name?: string | string[]) => void;
1065
+ collapse: (name?: string | string[]) => void;
1066
+ }, {}, {}, {}, {
1067
+ collapse: boolean;
1068
+ disabled: boolean;
1069
+ modelValue: string | string[] | undefined;
1070
+ not: boolean;
1071
+ modifiers: string | string[];
1072
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1073
+ itemModifiers: string | string[];
1074
+ storageType: "local" | "session";
1075
+ }>;
1076
+ __isFragment?: never;
1077
+ __isTeleport?: never;
1078
+ __isSuspense?: never;
1079
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1080
+ modelValue: {
1081
+ type: PropType<string | string[] | undefined>;
1082
+ default: undefined;
1083
+ };
1084
+ items: {
1085
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1086
+ default: () => never[];
1087
+ };
1088
+ collapse: BooleanConstructor;
1089
+ itemModifiers: {
1090
+ type: PropType<string | string[]>;
1091
+ default: string;
1092
+ };
1093
+ disabled: BooleanConstructor;
1094
+ not: BooleanConstructor;
1095
+ storageType: {
1096
+ type: PropType<`${import("../../constants").StorageType}`>;
1097
+ default: import("../../constants").StorageType;
1098
+ validator: (value: import("../../constants").StorageType) => boolean;
1099
+ };
1100
+ storageKey: StringConstructor;
1101
+ modifiers: {
1102
+ type: PropType<string | string[]>;
1103
+ default: undefined;
1104
+ };
1105
+ }>> & Readonly<{}>, {
1106
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1107
+ expand: (name?: string | string[]) => void;
1108
+ collapse: (name?: string | string[]) => void;
1109
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
668
1110
  collapse: boolean;
1111
+ disabled: boolean;
1112
+ modelValue: string | string[] | undefined;
669
1113
  not: boolean;
1114
+ modifiers: string | string[];
670
1115
  items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
671
1116
  itemModifiers: string | string[];
672
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
673
- $slots: Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & {
674
- default?(_: {}): any;
1117
+ storageType: "local" | "session";
1118
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1119
+ $slots: Partial<Record<`summary::${string}`, (_: {
1120
+ isExpanded: boolean;
1121
+ expand: () => void;
1122
+ collapse: () => void;
1123
+ groupExpand: (name?: string | string[]) => void;
1124
+ groupCollapse: (name?: string | string[]) => void;
1125
+ }) => any>> & Partial<Record<`content::${string}`, (_: {
1126
+ isExpanded: boolean;
1127
+ expand: () => void;
1128
+ collapse: () => void;
1129
+ groupExpand: (name?: string | string[]) => void;
1130
+ groupCollapse: (name?: string | string[]) => void;
1131
+ }) => any>> & {
1132
+ default?(_: {
1133
+ expandedAccordions: Set<string>;
1134
+ expand: (name?: string | string[]) => void;
1135
+ collapse: boolean & ((name?: string | string[]) => void);
1136
+ }): any;
1137
+ };
1138
+ })>>[] | undefined;
1139
+ render?: import("@storybook/csf").ArgsStoryFn<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1140
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
1141
+ modelValue: {
1142
+ type: PropType<string | string[] | undefined>;
1143
+ default: undefined;
1144
+ };
1145
+ items: {
1146
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1147
+ default: () => never[];
1148
+ };
1149
+ collapse: BooleanConstructor;
1150
+ itemModifiers: {
1151
+ type: PropType<string | string[]>;
1152
+ default: string;
1153
+ };
1154
+ disabled: BooleanConstructor;
1155
+ not: BooleanConstructor;
1156
+ storageType: {
1157
+ type: PropType<`${import("../../constants").StorageType}`>;
1158
+ default: import("../../constants").StorageType;
1159
+ validator: (value: import("../../constants").StorageType) => boolean;
1160
+ };
1161
+ storageKey: StringConstructor;
1162
+ modifiers: {
1163
+ type: PropType<string | string[]>;
1164
+ default: undefined;
1165
+ };
1166
+ }>> & Readonly<{}>, {
1167
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1168
+ expand: (name?: string | string[]) => void;
1169
+ collapse: (name?: string | string[]) => void;
1170
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
1171
+ collapse: boolean;
1172
+ disabled: boolean;
1173
+ modelValue: string | string[] | undefined;
1174
+ not: boolean;
1175
+ modifiers: string | string[];
1176
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1177
+ itemModifiers: string | string[];
1178
+ storageType: "local" | "session";
1179
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
1180
+ P: {};
1181
+ B: {};
1182
+ D: {};
1183
+ C: {};
1184
+ M: {};
1185
+ Defaults: {};
1186
+ }, Readonly<globalThis.ExtractPropTypes<{
1187
+ modelValue: {
1188
+ type: PropType<string | string[] | undefined>;
1189
+ default: undefined;
1190
+ };
1191
+ items: {
1192
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1193
+ default: () => never[];
1194
+ };
1195
+ collapse: BooleanConstructor;
1196
+ itemModifiers: {
1197
+ type: PropType<string | string[]>;
1198
+ default: string;
1199
+ };
1200
+ disabled: BooleanConstructor;
1201
+ not: BooleanConstructor;
1202
+ storageType: {
1203
+ type: PropType<`${import("../../constants").StorageType}`>;
1204
+ default: import("../../constants").StorageType;
1205
+ validator: (value: import("../../constants").StorageType) => boolean;
1206
+ };
1207
+ storageKey: StringConstructor;
1208
+ modifiers: {
1209
+ type: PropType<string | string[]>;
1210
+ default: undefined;
1211
+ };
1212
+ }>> & Readonly<{}>, {
1213
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1214
+ expand: (name?: string | string[]) => void;
1215
+ collapse: (name?: string | string[]) => void;
1216
+ }, {}, {}, {}, {
1217
+ collapse: boolean;
1218
+ disabled: boolean;
1219
+ modelValue: string | string[] | undefined;
1220
+ not: boolean;
1221
+ modifiers: string | string[];
1222
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1223
+ itemModifiers: string | string[];
1224
+ storageType: "local" | "session";
1225
+ }>;
1226
+ __isFragment?: never;
1227
+ __isTeleport?: never;
1228
+ __isSuspense?: never;
1229
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1230
+ modelValue: {
1231
+ type: PropType<string | string[] | undefined>;
1232
+ default: undefined;
1233
+ };
1234
+ items: {
1235
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1236
+ default: () => never[];
1237
+ };
1238
+ collapse: BooleanConstructor;
1239
+ itemModifiers: {
1240
+ type: PropType<string | string[]>;
1241
+ default: string;
1242
+ };
1243
+ disabled: BooleanConstructor;
1244
+ not: BooleanConstructor;
1245
+ storageType: {
1246
+ type: PropType<`${import("../../constants").StorageType}`>;
1247
+ default: import("../../constants").StorageType;
1248
+ validator: (value: import("../../constants").StorageType) => boolean;
1249
+ };
1250
+ storageKey: StringConstructor;
1251
+ modifiers: {
1252
+ type: PropType<string | string[]>;
1253
+ default: undefined;
1254
+ };
1255
+ }>> & Readonly<{}>, {
1256
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1257
+ expand: (name?: string | string[]) => void;
1258
+ collapse: (name?: string | string[]) => void;
1259
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1260
+ collapse: boolean;
1261
+ disabled: boolean;
1262
+ modelValue: string | string[] | undefined;
1263
+ not: boolean;
1264
+ modifiers: string | string[];
1265
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1266
+ itemModifiers: string | string[];
1267
+ storageType: "local" | "session";
1268
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1269
+ $slots: Partial<Record<`summary::${string}`, (_: {
1270
+ isExpanded: boolean;
1271
+ expand: () => void;
1272
+ collapse: () => void;
1273
+ groupExpand: (name?: string | string[]) => void;
1274
+ groupCollapse: (name?: string | string[]) => void;
1275
+ }) => any>> & Partial<Record<`content::${string}`, (_: {
1276
+ isExpanded: boolean;
1277
+ expand: () => void;
1278
+ collapse: () => void;
1279
+ groupExpand: (name?: string | string[]) => void;
1280
+ groupCollapse: (name?: string | string[]) => void;
1281
+ }) => any>> & {
1282
+ default?(_: {
1283
+ expandedAccordions: Set<string>;
1284
+ expand: (name?: string | string[]) => void;
1285
+ collapse: boolean & ((name?: string | string[]) => void);
1286
+ }): any;
675
1287
  };
676
1288
  })>> | undefined;
1289
+ tags?: import("@storybook/csf").Tag[];
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<{
1292
+ modelValue: {
1293
+ type: PropType<string | string[] | undefined>;
1294
+ default: undefined;
1295
+ };
1296
+ items: {
1297
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1298
+ default: () => never[];
1299
+ };
1300
+ collapse: BooleanConstructor;
1301
+ itemModifiers: {
1302
+ type: PropType<string | string[]>;
1303
+ default: string;
1304
+ };
1305
+ disabled: BooleanConstructor;
1306
+ not: BooleanConstructor;
1307
+ storageType: {
1308
+ type: PropType<`${import("../../constants").StorageType}`>;
1309
+ default: import("../../constants").StorageType;
1310
+ validator: (value: import("../../constants").StorageType) => boolean;
1311
+ };
1312
+ storageKey: StringConstructor;
1313
+ modifiers: {
1314
+ type: PropType<string | string[]>;
1315
+ default: undefined;
1316
+ };
1317
+ }>> & Readonly<{}>, {
1318
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1319
+ expand: (name?: string | string[]) => void;
1320
+ collapse: (name?: string | string[]) => void;
1321
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
1322
+ collapse: boolean;
1323
+ disabled: boolean;
1324
+ modelValue: string | string[] | undefined;
1325
+ not: boolean;
1326
+ modifiers: string | string[];
1327
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1328
+ itemModifiers: string | string[];
1329
+ storageType: "local" | "session";
1330
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
1331
+ P: {};
1332
+ B: {};
1333
+ D: {};
1334
+ C: {};
1335
+ M: {};
1336
+ Defaults: {};
1337
+ }, Readonly<globalThis.ExtractPropTypes<{
1338
+ modelValue: {
1339
+ type: PropType<string | string[] | undefined>;
1340
+ default: undefined;
1341
+ };
1342
+ items: {
1343
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1344
+ default: () => never[];
1345
+ };
1346
+ collapse: BooleanConstructor;
1347
+ itemModifiers: {
1348
+ type: PropType<string | string[]>;
1349
+ default: string;
1350
+ };
1351
+ disabled: BooleanConstructor;
1352
+ not: BooleanConstructor;
1353
+ storageType: {
1354
+ type: PropType<`${import("../../constants").StorageType}`>;
1355
+ default: import("../../constants").StorageType;
1356
+ validator: (value: import("../../constants").StorageType) => boolean;
1357
+ };
1358
+ storageKey: StringConstructor;
1359
+ modifiers: {
1360
+ type: PropType<string | string[]>;
1361
+ default: undefined;
1362
+ };
1363
+ }>> & Readonly<{}>, {
1364
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1365
+ expand: (name?: string | string[]) => void;
1366
+ collapse: (name?: string | string[]) => void;
1367
+ }, {}, {}, {}, {
1368
+ collapse: boolean;
1369
+ disabled: boolean;
1370
+ modelValue: string | string[] | undefined;
1371
+ not: boolean;
1372
+ modifiers: string | string[];
1373
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1374
+ itemModifiers: string | string[];
1375
+ storageType: "local" | "session";
1376
+ }>;
1377
+ __isFragment?: never;
1378
+ __isTeleport?: never;
1379
+ __isSuspense?: never;
1380
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1381
+ modelValue: {
1382
+ type: PropType<string | string[] | undefined>;
1383
+ default: undefined;
1384
+ };
1385
+ items: {
1386
+ type: PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1387
+ default: () => never[];
1388
+ };
1389
+ collapse: BooleanConstructor;
1390
+ itemModifiers: {
1391
+ type: PropType<string | string[]>;
1392
+ default: string;
1393
+ };
1394
+ disabled: BooleanConstructor;
1395
+ not: BooleanConstructor;
1396
+ storageType: {
1397
+ type: PropType<`${import("../../constants").StorageType}`>;
1398
+ default: import("../../constants").StorageType;
1399
+ validator: (value: import("../../constants").StorageType) => boolean;
1400
+ };
1401
+ storageKey: StringConstructor;
1402
+ modifiers: {
1403
+ type: PropType<string | string[]>;
1404
+ default: undefined;
1405
+ };
1406
+ }>> & Readonly<{}>, {
1407
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>, Set<string>>;
1408
+ expand: (name?: string | string[]) => void;
1409
+ collapse: (name?: string | string[]) => void;
1410
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1411
+ collapse: boolean;
1412
+ disabled: boolean;
1413
+ modelValue: string | string[] | undefined;
1414
+ not: boolean;
1415
+ modifiers: string | string[];
1416
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1417
+ itemModifiers: string | string[];
1418
+ storageType: "local" | "session";
1419
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1420
+ $slots: Partial<Record<`summary::${string}`, (_: {
1421
+ isExpanded: boolean;
1422
+ expand: () => void;
1423
+ collapse: () => void;
1424
+ groupExpand: (name?: string | string[]) => void;
1425
+ groupCollapse: (name?: string | string[]) => void;
1426
+ }) => any>> & Partial<Record<`content::${string}`, (_: {
1427
+ isExpanded: boolean;
1428
+ expand: () => void;
1429
+ collapse: () => void;
1430
+ groupExpand: (name?: string | string[]) => void;
1431
+ groupCollapse: (name?: string | string[]) => void;
1432
+ }) => any>> & {
1433
+ default?(_: {
1434
+ expandedAccordions: Set<string>;
1435
+ expand: (name?: string | string[]) => void;
1436
+ collapse: boolean & ((name?: string | string[]) => void);
1437
+ }): any;
1438
+ };
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?: {
1440
+ props?: Record<string, any>;
1441
+ slots?: Record<string, any>;
1442
+ }) => Promise<import("@storybook/csf").Canvas>) | undefined;
677
1443
  };
678
1444
  export default _default;
679
1445
  export declare const Default: Story;