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