@volverjs/ui-vue 0.0.10-beta.3 → 0.0.10-beta.31
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 +106 -10
- package/auto-imports.d.ts +7 -2
- package/bin/icons.cjs +1 -1
- package/bin/icons.js +22 -15
- package/dist/Volver.d.ts +1 -1
- package/dist/components/VvAccordion/VvAccordion.es.js +192 -103
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +160 -8
- package/dist/components/VvAccordion/index.d.ts +8 -9
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +451 -172
- 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 +78 -27
- 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 +204 -171
- 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 +250 -188
- 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 +6 -14
- package/dist/components/VvAvatar/VvAvatar.es.js +61 -21
- 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 +118 -48
- 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 +78 -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 +291 -252
- 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 +81 -40
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +24 -11
- package/dist/components/VvButtonGroup/index.d.ts +8 -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 +177 -120
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +105 -33
- package/dist/components/VvCheckbox/index.d.ts +47 -14
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +190 -107
- 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 +806 -581
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +171 -104
- package/dist/components/VvCombobox/index.d.ts +62 -26
- package/dist/components/VvDialog/VvDialog.es.js +140 -153
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDialog/VvDialog.vue.d.ts +4 -4
- package/dist/components/VvDropdown/VvDropdown.es.js +138 -71
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +101 -75
- 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 +152 -39
- 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 +23 -96
- 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 +1777 -0
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -0
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +359 -0
- package/dist/components/VvInputFile/index.d.ts +200 -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 +1237 -324
- 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 +99 -29
- package/dist/components/VvNav/VvNav.es.js +135 -56
- 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 +91 -33
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
- package/dist/components/VvProgress/VvProgress.es.js +72 -26
- 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 +160 -103
- 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 +190 -107
- 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 +251 -238
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +117 -44
- package/dist/components/VvSelect/index.d.ts +48 -14
- package/dist/components/VvTab/VvTab.es.js +191 -75
- 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 +232 -224
- 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 +79 -29
- 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 +1 -1
- package/dist/components/index.d.ts +10 -0
- package/dist/components/index.es.js +3534 -1650
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/alert/useAlert.d.ts +99 -4
- 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 +92 -3
- package/dist/composables/index.umd.js +1 -1
- package/dist/composables/useBlurhash.d.ts +7 -0
- package/dist/composables/useComponentIcon.d.ts +9 -8
- package/dist/composables/usePersistence.d.ts +2 -0
- 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 +99 -43
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-tooltip.es.js +97 -38
- 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 +90 -16
- 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/AccordionGroup/AccordionGroup.stories.d.ts +143 -89
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +1075 -492
- package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +1 -1
- package/dist/stories/Blurhash/BlurhashComposable.stories.d.ts +4 -0
- package/dist/stories/Button/Button.settings.d.ts +0 -1
- package/dist/stories/Combobox/Combobox.settings.d.ts +8 -0
- package/dist/stories/Icon/Icon.settings.d.ts +1 -0
- package/dist/stories/InputFile/InputFile.settings.d.ts +56 -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/Tab/Tab.settings.d.ts +2 -15
- package/dist/test/expect.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 +0 -1
- package/dist/workers/blurhash.d.ts +1 -0
- package/package.json +78 -78
- package/src/Volver.ts +31 -20
- 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 +121 -58
- package/src/components/VvAccordion/index.ts +8 -23
- package/src/components/VvAccordionGroup/VvAccordionGroup.vue +164 -47
- package/src/components/VvAccordionGroup/index.ts +6 -6
- package/src/components/VvAction/VvAction.vue +17 -5
- package/src/components/VvAlert/index.ts +14 -9
- package/src/components/VvAlertGroup/index.ts +3 -15
- package/src/components/VvBreadcrumb/VvBreadcrumb.vue +20 -19
- package/src/components/VvBreadcrumb/index.ts +2 -8
- package/src/components/VvButton/VvButton.vue +17 -7
- package/src/components/VvButton/index.ts +9 -16
- package/src/components/VvButtonGroup/VvButtonGroup.vue +1 -2
- package/src/components/VvCheckbox/index.ts +2 -2
- package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +1 -2
- package/src/components/VvCombobox/VvCombobox.vue +15 -12
- package/src/components/VvCombobox/index.ts +4 -0
- package/src/components/VvDropdown/VvDropdown.vue +11 -2
- package/src/components/VvDropdown/VvDropdownItem.vue +4 -1
- package/src/components/VvDropdown/VvDropdownOption.vue +4 -21
- package/src/components/VvDropdown/index.ts +35 -1
- package/src/components/VvIcon/VvIcon.vue +2 -2
- package/src/components/VvIcon/index.ts +35 -48
- package/src/components/VvInputFile/VvInputFile.vue +395 -0
- package/src/components/VvInputFile/index.ts +135 -0
- package/src/components/VvInputText/VvInputClearAction.ts +10 -6
- package/src/components/VvInputText/VvInputPasswordAction.ts +13 -9
- package/src/components/VvInputText/VvInputText.vue +141 -33
- package/src/components/VvInputText/index.ts +31 -16
- package/src/components/VvNav/VvNav.vue +4 -2
- package/src/components/VvRadio/index.ts +5 -5
- package/src/components/VvRadioGroup/VvRadioGroup.vue +1 -2
- package/src/components/VvSelect/VvSelect.vue +5 -8
- package/src/components/VvTab/VvTab.vue +5 -1
- package/src/components/VvTextarea/VvTextarea.vue +6 -9
- package/src/components/index.ts +10 -0
- package/src/composables/alert/useAlert.ts +12 -9
- package/src/composables/dropdown/useProvideDropdown.ts +4 -4
- package/src/composables/group/useInjectedGroupState.ts +20 -16
- package/src/composables/group/useProvideGroupState.ts +10 -15
- package/src/composables/index.ts +1 -0
- package/src/composables/useBlurhash.ts +76 -0
- package/src/composables/useComponentIcon.ts +15 -14
- package/src/composables/usePersistence.ts +76 -0
- package/src/composables/useUniqueId.ts +2 -2
- package/src/constants.ts +47 -32
- package/src/directives/index.ts +3 -6
- package/src/directives/v-tooltip.ts +19 -10
- package/src/index.ts +3 -1
- package/src/props/index.ts +108 -31
- package/src/resolvers/unplugin.ts +24 -14
- package/src/stories/Accordion/Accordion.test.ts +1 -1
- package/src/stories/AccordionGroup/AccordionGroup.settings.ts +2 -2
- package/src/stories/AccordionGroup/AccordionGroup.test.ts +17 -11
- package/src/stories/AccordionGroup/AccordionGroupSlots.stories.ts +1 -1
- package/src/stories/Alert/Alert.test.ts +1 -1
- package/src/stories/AlertGroup/AlertGroup.test.ts +1 -1
- package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +2 -2
- package/src/stories/Avatar/Avatar.test.ts +1 -1
- package/src/stories/AvatarGroup/AvatarGroup.test.ts +1 -1
- package/src/stories/Badge/Badge.test.ts +1 -1
- package/src/stories/Blurhash/BlurhashComposable.stories.ts +195 -0
- package/src/stories/Button/Button.settings.ts +1 -4
- package/src/stories/Button/Button.test.ts +1 -1
- package/src/stories/ButtonGroup/ButtonGroup.test.ts +1 -1
- package/src/stories/Card/Card.test.ts +1 -1
- package/src/stories/Checkbox/Checkbox.test.ts +1 -1
- package/src/stories/CheckboxGroup/CheckboxGroup.test.ts +1 -1
- package/src/stories/Combobox/Combobox.settings.ts +8 -0
- package/src/stories/Combobox/Combobox.test.ts +1 -1
- package/src/stories/Dialog/Dialog.test.ts +2 -2
- package/src/stories/Dropdown/Dropdown.test.ts +1 -1
- package/src/stories/Icon/Icon.settings.ts +3 -3
- package/src/stories/InputFile/InputFile.settings.ts +36 -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.test.ts +1 -1
- package/src/stories/Nav/Nav.test.ts +1 -1
- package/src/stories/Progress/Progress.test.ts +1 -1
- package/src/stories/Radio/Radio.test.ts +1 -1
- package/src/stories/RadioGroup/RadioGroup.test.ts +1 -1
- package/src/stories/Select/Select.test.ts +1 -1
- package/src/stories/Tab/Tab.settings.ts +2 -2
- package/src/stories/Tab/Tab.test.ts +1 -1
- package/src/stories/Textarea/Textarea.test.ts +1 -1
- package/src/stories/Tooltip/Tooltip.test.ts +1 -1
- package/src/stories/argTypes.ts +1 -1
- package/src/test/expect.ts +2 -4
- package/src/types/alert.ts +11 -7
- package/src/types/blurhash.ts +21 -0
- package/src/types/generic.ts +3 -3
- package/src/types/group.ts +22 -14
- package/src/types/index.ts +7 -0
- package/src/types/input-file.ts +18 -0
- package/src/types/nav.ts +2 -3
- package/src/utils/ObjectUtilities.ts +0 -11
- 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,253 @@ 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
240
|
tags?: string[] | undefined;
|
|
154
|
-
decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/vue3
|
|
155
|
-
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
156
|
-
disabled?: boolean | undefined;
|
|
241
|
+
decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
|
|
157
242
|
collapse?: boolean | undefined;
|
|
243
|
+
disabled?: boolean | undefined;
|
|
244
|
+
modelValue?: string | string[] | undefined;
|
|
158
245
|
not?: boolean | undefined;
|
|
246
|
+
modifiers?: string | string[] | undefined;
|
|
159
247
|
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
160
248
|
itemModifiers?: string | string[] | undefined;
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
readonly modifiers?: string | string[] | undefined;
|
|
249
|
+
storageType?: "local" | "session" | undefined;
|
|
250
|
+
style?: unknown;
|
|
164
251
|
ref?: import("vue").VNodeRef | undefined;
|
|
252
|
+
class?: unknown;
|
|
253
|
+
key?: string | number | symbol | undefined;
|
|
254
|
+
ref_for?: boolean | undefined;
|
|
255
|
+
ref_key?: string | undefined;
|
|
256
|
+
onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
257
|
+
[key: string]: any;
|
|
258
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
259
|
+
[key: string]: any;
|
|
260
|
+
}>) => void)[] | undefined;
|
|
261
|
+
onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
262
|
+
[key: string]: any;
|
|
263
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
264
|
+
[key: string]: any;
|
|
265
|
+
}>) => void)[] | undefined;
|
|
266
|
+
onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
267
|
+
[key: string]: any;
|
|
268
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
269
|
+
[key: string]: any;
|
|
270
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
271
|
+
[key: string]: any;
|
|
272
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
273
|
+
[key: string]: any;
|
|
274
|
+
}>) => void)[] | undefined;
|
|
275
|
+
onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
276
|
+
[key: string]: any;
|
|
277
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
278
|
+
[key: string]: any;
|
|
279
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
280
|
+
[key: string]: any;
|
|
281
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
282
|
+
[key: string]: any;
|
|
283
|
+
}>) => void)[] | undefined;
|
|
284
|
+
onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
285
|
+
[key: string]: any;
|
|
286
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
287
|
+
[key: string]: any;
|
|
288
|
+
}>) => void)[] | undefined;
|
|
289
|
+
onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
290
|
+
[key: string]: any;
|
|
291
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
292
|
+
[key: string]: any;
|
|
293
|
+
}>) => void)[] | undefined;
|
|
294
|
+
readonly storageKey?: string | undefined;
|
|
295
|
+
default?: import("vue").VNodeChild | ((_: {
|
|
296
|
+
expandedAccordions: Set<string>;
|
|
297
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
298
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
299
|
+
}) => any);
|
|
300
|
+
}> | import("@storybook/types").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
|
|
301
|
+
collapse?: boolean | undefined;
|
|
302
|
+
disabled?: boolean | undefined;
|
|
303
|
+
modelValue?: string | string[] | undefined;
|
|
304
|
+
not?: boolean | undefined;
|
|
305
|
+
modifiers?: string | string[] | undefined;
|
|
306
|
+
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
307
|
+
itemModifiers?: string | string[] | undefined;
|
|
308
|
+
storageType?: "local" | "session" | undefined;
|
|
165
309
|
style?: unknown;
|
|
310
|
+
ref?: import("vue").VNodeRef | undefined;
|
|
166
311
|
class?: unknown;
|
|
312
|
+
key?: string | number | symbol | undefined;
|
|
167
313
|
ref_for?: boolean | undefined;
|
|
168
314
|
ref_key?: string | undefined;
|
|
169
|
-
|
|
170
|
-
|
|
315
|
+
onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
316
|
+
[key: string]: any;
|
|
317
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
318
|
+
[key: string]: any;
|
|
319
|
+
}>) => void)[] | undefined;
|
|
320
|
+
onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
321
|
+
[key: string]: any;
|
|
322
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
323
|
+
[key: string]: any;
|
|
324
|
+
}>) => void)[] | undefined;
|
|
325
|
+
onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
326
|
+
[key: string]: any;
|
|
327
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
328
|
+
[key: string]: any;
|
|
329
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
330
|
+
[key: string]: any;
|
|
331
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
332
|
+
[key: string]: any;
|
|
333
|
+
}>) => void)[] | undefined;
|
|
334
|
+
onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
335
|
+
[key: string]: any;
|
|
336
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
337
|
+
[key: string]: any;
|
|
338
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
339
|
+
[key: string]: any;
|
|
340
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
341
|
+
[key: string]: any;
|
|
342
|
+
}>) => void)[] | undefined;
|
|
343
|
+
onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
344
|
+
[key: string]: any;
|
|
345
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
346
|
+
[key: string]: any;
|
|
347
|
+
}>) => void)[] | undefined;
|
|
348
|
+
onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
349
|
+
[key: string]: any;
|
|
350
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
351
|
+
[key: string]: any;
|
|
352
|
+
}>) => void)[] | undefined;
|
|
353
|
+
readonly storageKey?: string | undefined;
|
|
354
|
+
default?: import("vue").VNodeChild | ((_: {
|
|
355
|
+
expandedAccordions: Set<string>;
|
|
356
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
357
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
358
|
+
}) => any);
|
|
171
359
|
}>[] | undefined;
|
|
172
360
|
parameters?: import("@storybook/types").Parameters | undefined;
|
|
173
361
|
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
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
};
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
362
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
363
|
+
modelValue: {
|
|
364
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
365
|
+
default: undefined;
|
|
366
|
+
};
|
|
367
|
+
items: {
|
|
368
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
369
|
+
default: () => never[];
|
|
370
|
+
};
|
|
371
|
+
collapse: BooleanConstructor;
|
|
372
|
+
itemModifiers: {
|
|
373
|
+
type: globalThis.PropType<string | string[]>;
|
|
374
|
+
default: string;
|
|
375
|
+
};
|
|
376
|
+
disabled: BooleanConstructor;
|
|
377
|
+
not: BooleanConstructor;
|
|
378
|
+
storageType: {
|
|
379
|
+
type: globalThis.PropType<"local" | "session">;
|
|
380
|
+
default: import("../../constants").StorageType;
|
|
381
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
382
|
+
};
|
|
383
|
+
storageKey: StringConstructor;
|
|
384
|
+
modifiers: {
|
|
385
|
+
type: globalThis.PropType<string | string[]>;
|
|
386
|
+
default: undefined;
|
|
387
|
+
};
|
|
388
|
+
}>>, {
|
|
389
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
390
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
391
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
392
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
393
|
+
[x: string]: (...args: any[]) => void;
|
|
394
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
395
|
+
modelValue: {
|
|
396
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
397
|
+
default: undefined;
|
|
398
|
+
};
|
|
399
|
+
items: {
|
|
400
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
401
|
+
default: () => never[];
|
|
402
|
+
};
|
|
403
|
+
collapse: BooleanConstructor;
|
|
404
|
+
itemModifiers: {
|
|
405
|
+
type: globalThis.PropType<string | string[]>;
|
|
406
|
+
default: string;
|
|
407
|
+
};
|
|
408
|
+
disabled: BooleanConstructor;
|
|
409
|
+
not: BooleanConstructor;
|
|
410
|
+
storageType: {
|
|
411
|
+
type: globalThis.PropType<"local" | "session">;
|
|
412
|
+
default: import("../../constants").StorageType;
|
|
413
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
414
|
+
};
|
|
415
|
+
storageKey: StringConstructor;
|
|
416
|
+
modifiers: {
|
|
417
|
+
type: globalThis.PropType<string | string[]>;
|
|
418
|
+
default: undefined;
|
|
419
|
+
};
|
|
420
|
+
}>>, {
|
|
421
|
+
collapse: boolean;
|
|
422
|
+
disabled: boolean;
|
|
423
|
+
modelValue: string | string[] | undefined;
|
|
424
|
+
not: boolean;
|
|
425
|
+
modifiers: string | string[];
|
|
426
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
427
|
+
itemModifiers: string | string[];
|
|
428
|
+
storageType: "local" | "session";
|
|
429
|
+
}, true, {}, {}, {
|
|
430
|
+
P: {};
|
|
431
|
+
B: {};
|
|
432
|
+
D: {};
|
|
433
|
+
C: {};
|
|
434
|
+
M: {};
|
|
435
|
+
Defaults: {};
|
|
436
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
437
|
+
modelValue: {
|
|
438
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
439
|
+
default: undefined;
|
|
440
|
+
};
|
|
252
441
|
items: {
|
|
253
442
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
254
443
|
default: () => never[];
|
|
@@ -260,16 +449,38 @@ declare const _default: {
|
|
|
260
449
|
};
|
|
261
450
|
disabled: BooleanConstructor;
|
|
262
451
|
not: BooleanConstructor;
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
452
|
+
storageType: {
|
|
453
|
+
type: globalThis.PropType<"local" | "session">;
|
|
454
|
+
default: import("../../constants").StorageType;
|
|
455
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
456
|
+
};
|
|
457
|
+
storageKey: StringConstructor;
|
|
458
|
+
modifiers: {
|
|
459
|
+
type: globalThis.PropType<string | string[]>;
|
|
460
|
+
default: undefined;
|
|
461
|
+
};
|
|
462
|
+
}>>, {
|
|
463
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
464
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
465
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
466
|
+
}, {}, {}, {}, {
|
|
467
|
+
collapse: boolean;
|
|
468
|
+
disabled: boolean;
|
|
469
|
+
modelValue: string | string[] | undefined;
|
|
470
|
+
not: boolean;
|
|
471
|
+
modifiers: string | string[];
|
|
472
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
473
|
+
itemModifiers: string | string[];
|
|
474
|
+
storageType: "local" | "session";
|
|
475
|
+
}>;
|
|
268
476
|
__isFragment?: undefined;
|
|
269
477
|
__isTeleport?: undefined;
|
|
270
478
|
__isSuspense?: undefined;
|
|
271
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
272
|
-
modelValue:
|
|
479
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
480
|
+
modelValue: {
|
|
481
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
482
|
+
default: undefined;
|
|
483
|
+
};
|
|
273
484
|
items: {
|
|
274
485
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
275
486
|
default: () => never[];
|
|
@@ -281,100 +492,132 @@ declare const _default: {
|
|
|
281
492
|
};
|
|
282
493
|
disabled: BooleanConstructor;
|
|
283
494
|
not: BooleanConstructor;
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
495
|
+
storageType: {
|
|
496
|
+
type: globalThis.PropType<"local" | "session">;
|
|
497
|
+
default: import("../../constants").StorageType;
|
|
498
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
499
|
+
};
|
|
500
|
+
storageKey: StringConstructor;
|
|
501
|
+
modifiers: {
|
|
502
|
+
type: globalThis.PropType<string | string[]>;
|
|
503
|
+
default: undefined;
|
|
504
|
+
};
|
|
505
|
+
}>>, {
|
|
506
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
507
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
508
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
509
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
510
|
+
[x: string]: (...args: any[]) => void;
|
|
511
|
+
}, string, {
|
|
290
512
|
collapse: boolean;
|
|
513
|
+
disabled: boolean;
|
|
514
|
+
modelValue: string | string[] | undefined;
|
|
291
515
|
not: boolean;
|
|
516
|
+
modifiers: string | string[];
|
|
292
517
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
293
518
|
itemModifiers: string | string[];
|
|
519
|
+
storageType: "local" | "session";
|
|
294
520
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
295
|
-
$slots: Partial<Record
|
|
296
|
-
|
|
521
|
+
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
522
|
+
isExpanded: boolean;
|
|
523
|
+
expand: () => void;
|
|
524
|
+
collapse: () => void;
|
|
525
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
526
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
527
|
+
}) => any>> & Partial<Record<`content::${string}`, (_: {
|
|
528
|
+
isExpanded: boolean;
|
|
529
|
+
expand: () => void;
|
|
530
|
+
collapse: () => void;
|
|
531
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
532
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
533
|
+
}) => any>> & {
|
|
534
|
+
default?(_: {
|
|
535
|
+
expandedAccordions: Set<string>;
|
|
536
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
537
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
538
|
+
}): any;
|
|
297
539
|
};
|
|
298
540
|
})>> | undefined;
|
|
299
541
|
argTypes?: Partial<import("@storybook/types").ArgTypes<import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
300
|
-
new (...args: any[]): {
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
};
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
};
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
542
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
543
|
+
modelValue: {
|
|
544
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
545
|
+
default: undefined;
|
|
546
|
+
};
|
|
547
|
+
items: {
|
|
548
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
549
|
+
default: () => never[];
|
|
550
|
+
};
|
|
551
|
+
collapse: BooleanConstructor;
|
|
552
|
+
itemModifiers: {
|
|
553
|
+
type: globalThis.PropType<string | string[]>;
|
|
554
|
+
default: string;
|
|
555
|
+
};
|
|
556
|
+
disabled: BooleanConstructor;
|
|
557
|
+
not: BooleanConstructor;
|
|
558
|
+
storageType: {
|
|
559
|
+
type: globalThis.PropType<"local" | "session">;
|
|
560
|
+
default: import("../../constants").StorageType;
|
|
561
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
562
|
+
};
|
|
563
|
+
storageKey: StringConstructor;
|
|
564
|
+
modifiers: {
|
|
565
|
+
type: globalThis.PropType<string | string[]>;
|
|
566
|
+
default: undefined;
|
|
567
|
+
};
|
|
568
|
+
}>>, {
|
|
569
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
570
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
571
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
572
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
573
|
+
[x: string]: (...args: any[]) => void;
|
|
574
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
575
|
+
modelValue: {
|
|
576
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
577
|
+
default: undefined;
|
|
578
|
+
};
|
|
579
|
+
items: {
|
|
580
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
581
|
+
default: () => never[];
|
|
582
|
+
};
|
|
583
|
+
collapse: BooleanConstructor;
|
|
584
|
+
itemModifiers: {
|
|
585
|
+
type: globalThis.PropType<string | string[]>;
|
|
586
|
+
default: string;
|
|
587
|
+
};
|
|
588
|
+
disabled: BooleanConstructor;
|
|
589
|
+
not: BooleanConstructor;
|
|
590
|
+
storageType: {
|
|
591
|
+
type: globalThis.PropType<"local" | "session">;
|
|
592
|
+
default: import("../../constants").StorageType;
|
|
593
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
594
|
+
};
|
|
595
|
+
storageKey: StringConstructor;
|
|
596
|
+
modifiers: {
|
|
597
|
+
type: globalThis.PropType<string | string[]>;
|
|
598
|
+
default: undefined;
|
|
599
|
+
};
|
|
600
|
+
}>>, {
|
|
601
|
+
collapse: boolean;
|
|
602
|
+
disabled: boolean;
|
|
603
|
+
modelValue: string | string[] | undefined;
|
|
604
|
+
not: boolean;
|
|
605
|
+
modifiers: string | string[];
|
|
606
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
607
|
+
itemModifiers: string | string[];
|
|
608
|
+
storageType: "local" | "session";
|
|
609
|
+
}, true, {}, {}, {
|
|
610
|
+
P: {};
|
|
611
|
+
B: {};
|
|
612
|
+
D: {};
|
|
613
|
+
C: {};
|
|
614
|
+
M: {};
|
|
615
|
+
Defaults: {};
|
|
616
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
617
|
+
modelValue: {
|
|
618
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
619
|
+
default: undefined;
|
|
620
|
+
};
|
|
378
621
|
items: {
|
|
379
622
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
380
623
|
default: () => never[];
|
|
@@ -386,16 +629,38 @@ declare const _default: {
|
|
|
386
629
|
};
|
|
387
630
|
disabled: BooleanConstructor;
|
|
388
631
|
not: BooleanConstructor;
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
632
|
+
storageType: {
|
|
633
|
+
type: globalThis.PropType<"local" | "session">;
|
|
634
|
+
default: import("../../constants").StorageType;
|
|
635
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
636
|
+
};
|
|
637
|
+
storageKey: StringConstructor;
|
|
638
|
+
modifiers: {
|
|
639
|
+
type: globalThis.PropType<string | string[]>;
|
|
640
|
+
default: undefined;
|
|
641
|
+
};
|
|
642
|
+
}>>, {
|
|
643
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
644
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
645
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
646
|
+
}, {}, {}, {}, {
|
|
647
|
+
collapse: boolean;
|
|
648
|
+
disabled: boolean;
|
|
649
|
+
modelValue: string | string[] | undefined;
|
|
650
|
+
not: boolean;
|
|
651
|
+
modifiers: string | string[];
|
|
652
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
653
|
+
itemModifiers: string | string[];
|
|
654
|
+
storageType: "local" | "session";
|
|
655
|
+
}>;
|
|
394
656
|
__isFragment?: undefined;
|
|
395
657
|
__isTeleport?: undefined;
|
|
396
658
|
__isSuspense?: undefined;
|
|
397
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
398
|
-
modelValue:
|
|
659
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
660
|
+
modelValue: {
|
|
661
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
662
|
+
default: undefined;
|
|
663
|
+
};
|
|
399
664
|
items: {
|
|
400
665
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
401
666
|
default: () => never[];
|
|
@@ -407,100 +672,132 @@ declare const _default: {
|
|
|
407
672
|
};
|
|
408
673
|
disabled: BooleanConstructor;
|
|
409
674
|
not: BooleanConstructor;
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
675
|
+
storageType: {
|
|
676
|
+
type: globalThis.PropType<"local" | "session">;
|
|
677
|
+
default: import("../../constants").StorageType;
|
|
678
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
679
|
+
};
|
|
680
|
+
storageKey: StringConstructor;
|
|
681
|
+
modifiers: {
|
|
682
|
+
type: globalThis.PropType<string | string[]>;
|
|
683
|
+
default: undefined;
|
|
684
|
+
};
|
|
685
|
+
}>>, {
|
|
686
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
687
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
688
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
689
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
690
|
+
[x: string]: (...args: any[]) => void;
|
|
691
|
+
}, string, {
|
|
416
692
|
collapse: boolean;
|
|
693
|
+
disabled: boolean;
|
|
694
|
+
modelValue: string | string[] | undefined;
|
|
417
695
|
not: boolean;
|
|
696
|
+
modifiers: string | string[];
|
|
418
697
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
419
698
|
itemModifiers: string | string[];
|
|
699
|
+
storageType: "local" | "session";
|
|
420
700
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
421
|
-
$slots: Partial<Record
|
|
422
|
-
|
|
701
|
+
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
702
|
+
isExpanded: boolean;
|
|
703
|
+
expand: () => void;
|
|
704
|
+
collapse: () => void;
|
|
705
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
706
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
707
|
+
}) => any>> & Partial<Record<`content::${string}`, (_: {
|
|
708
|
+
isExpanded: boolean;
|
|
709
|
+
expand: () => void;
|
|
710
|
+
collapse: () => void;
|
|
711
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
712
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
713
|
+
}) => any>> & {
|
|
714
|
+
default?(_: {
|
|
715
|
+
expandedAccordions: Set<string>;
|
|
716
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
717
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
718
|
+
}): any;
|
|
423
719
|
};
|
|
424
720
|
})>>> | 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
|
-
|
|
721
|
+
loaders?: import("@storybook/types").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
722
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
723
|
+
modelValue: {
|
|
724
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
725
|
+
default: undefined;
|
|
726
|
+
};
|
|
727
|
+
items: {
|
|
728
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
729
|
+
default: () => never[];
|
|
730
|
+
};
|
|
731
|
+
collapse: BooleanConstructor;
|
|
732
|
+
itemModifiers: {
|
|
733
|
+
type: globalThis.PropType<string | string[]>;
|
|
734
|
+
default: string;
|
|
735
|
+
};
|
|
736
|
+
disabled: BooleanConstructor;
|
|
737
|
+
not: BooleanConstructor;
|
|
738
|
+
storageType: {
|
|
739
|
+
type: globalThis.PropType<"local" | "session">;
|
|
740
|
+
default: import("../../constants").StorageType;
|
|
741
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
742
|
+
};
|
|
743
|
+
storageKey: StringConstructor;
|
|
744
|
+
modifiers: {
|
|
745
|
+
type: globalThis.PropType<string | string[]>;
|
|
746
|
+
default: undefined;
|
|
747
|
+
};
|
|
748
|
+
}>>, {
|
|
749
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
750
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
751
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
752
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
753
|
+
[x: string]: (...args: any[]) => void;
|
|
754
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
755
|
+
modelValue: {
|
|
756
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
757
|
+
default: undefined;
|
|
758
|
+
};
|
|
759
|
+
items: {
|
|
760
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
761
|
+
default: () => never[];
|
|
762
|
+
};
|
|
763
|
+
collapse: BooleanConstructor;
|
|
764
|
+
itemModifiers: {
|
|
765
|
+
type: globalThis.PropType<string | string[]>;
|
|
766
|
+
default: string;
|
|
767
|
+
};
|
|
768
|
+
disabled: BooleanConstructor;
|
|
769
|
+
not: BooleanConstructor;
|
|
770
|
+
storageType: {
|
|
771
|
+
type: globalThis.PropType<"local" | "session">;
|
|
772
|
+
default: import("../../constants").StorageType;
|
|
773
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
774
|
+
};
|
|
775
|
+
storageKey: StringConstructor;
|
|
776
|
+
modifiers: {
|
|
777
|
+
type: globalThis.PropType<string | string[]>;
|
|
778
|
+
default: undefined;
|
|
779
|
+
};
|
|
780
|
+
}>>, {
|
|
781
|
+
collapse: boolean;
|
|
782
|
+
disabled: boolean;
|
|
783
|
+
modelValue: string | string[] | undefined;
|
|
784
|
+
not: boolean;
|
|
785
|
+
modifiers: string | string[];
|
|
786
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
787
|
+
itemModifiers: string | string[];
|
|
788
|
+
storageType: "local" | "session";
|
|
789
|
+
}, true, {}, {}, {
|
|
790
|
+
P: {};
|
|
791
|
+
B: {};
|
|
792
|
+
D: {};
|
|
793
|
+
C: {};
|
|
794
|
+
M: {};
|
|
795
|
+
Defaults: {};
|
|
796
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
797
|
+
modelValue: {
|
|
798
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
799
|
+
default: undefined;
|
|
800
|
+
};
|
|
504
801
|
items: {
|
|
505
802
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
506
803
|
default: () => never[];
|
|
@@ -512,16 +809,38 @@ declare const _default: {
|
|
|
512
809
|
};
|
|
513
810
|
disabled: BooleanConstructor;
|
|
514
811
|
not: BooleanConstructor;
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
812
|
+
storageType: {
|
|
813
|
+
type: globalThis.PropType<"local" | "session">;
|
|
814
|
+
default: import("../../constants").StorageType;
|
|
815
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
816
|
+
};
|
|
817
|
+
storageKey: StringConstructor;
|
|
818
|
+
modifiers: {
|
|
819
|
+
type: globalThis.PropType<string | string[]>;
|
|
820
|
+
default: undefined;
|
|
821
|
+
};
|
|
822
|
+
}>>, {
|
|
823
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
824
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
825
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
826
|
+
}, {}, {}, {}, {
|
|
827
|
+
collapse: boolean;
|
|
828
|
+
disabled: boolean;
|
|
829
|
+
modelValue: string | string[] | undefined;
|
|
830
|
+
not: boolean;
|
|
831
|
+
modifiers: string | string[];
|
|
832
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
833
|
+
itemModifiers: string | string[];
|
|
834
|
+
storageType: "local" | "session";
|
|
835
|
+
}>;
|
|
520
836
|
__isFragment?: undefined;
|
|
521
837
|
__isTeleport?: undefined;
|
|
522
838
|
__isSuspense?: undefined;
|
|
523
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
524
|
-
modelValue:
|
|
839
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
840
|
+
modelValue: {
|
|
841
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
842
|
+
default: undefined;
|
|
843
|
+
};
|
|
525
844
|
items: {
|
|
526
845
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
527
846
|
default: () => never[];
|
|
@@ -533,100 +852,237 @@ declare const _default: {
|
|
|
533
852
|
};
|
|
534
853
|
disabled: BooleanConstructor;
|
|
535
854
|
not: BooleanConstructor;
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
855
|
+
storageType: {
|
|
856
|
+
type: globalThis.PropType<"local" | "session">;
|
|
857
|
+
default: import("../../constants").StorageType;
|
|
858
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
859
|
+
};
|
|
860
|
+
storageKey: StringConstructor;
|
|
861
|
+
modifiers: {
|
|
862
|
+
type: globalThis.PropType<string | string[]>;
|
|
863
|
+
default: undefined;
|
|
864
|
+
};
|
|
865
|
+
}>>, {
|
|
866
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
867
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
868
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
869
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
870
|
+
[x: string]: (...args: any[]) => void;
|
|
871
|
+
}, string, {
|
|
872
|
+
collapse: boolean;
|
|
541
873
|
disabled: boolean;
|
|
874
|
+
modelValue: string | string[] | undefined;
|
|
875
|
+
not: boolean;
|
|
876
|
+
modifiers: string | string[];
|
|
877
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
878
|
+
itemModifiers: string | string[];
|
|
879
|
+
storageType: "local" | "session";
|
|
880
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
881
|
+
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
882
|
+
isExpanded: boolean;
|
|
883
|
+
expand: () => void;
|
|
884
|
+
collapse: () => void;
|
|
885
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
886
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
887
|
+
}) => any>> & Partial<Record<`content::${string}`, (_: {
|
|
888
|
+
isExpanded: boolean;
|
|
889
|
+
expand: () => void;
|
|
890
|
+
collapse: () => void;
|
|
891
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
892
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
893
|
+
}) => any>> & {
|
|
894
|
+
default?(_: {
|
|
895
|
+
expandedAccordions: Set<string>;
|
|
896
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
897
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
898
|
+
}): any;
|
|
899
|
+
};
|
|
900
|
+
})>> | import("@storybook/types").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
901
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
902
|
+
modelValue: {
|
|
903
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
904
|
+
default: undefined;
|
|
905
|
+
};
|
|
906
|
+
items: {
|
|
907
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
908
|
+
default: () => never[];
|
|
909
|
+
};
|
|
910
|
+
collapse: BooleanConstructor;
|
|
911
|
+
itemModifiers: {
|
|
912
|
+
type: globalThis.PropType<string | string[]>;
|
|
913
|
+
default: string;
|
|
914
|
+
};
|
|
915
|
+
disabled: BooleanConstructor;
|
|
916
|
+
not: BooleanConstructor;
|
|
917
|
+
storageType: {
|
|
918
|
+
type: globalThis.PropType<"local" | "session">;
|
|
919
|
+
default: import("../../constants").StorageType;
|
|
920
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
921
|
+
};
|
|
922
|
+
storageKey: StringConstructor;
|
|
923
|
+
modifiers: {
|
|
924
|
+
type: globalThis.PropType<string | string[]>;
|
|
925
|
+
default: undefined;
|
|
926
|
+
};
|
|
927
|
+
}>>, {
|
|
928
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
929
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
930
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
931
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
932
|
+
[x: string]: (...args: any[]) => void;
|
|
933
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
934
|
+
modelValue: {
|
|
935
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
936
|
+
default: undefined;
|
|
937
|
+
};
|
|
938
|
+
items: {
|
|
939
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
940
|
+
default: () => never[];
|
|
941
|
+
};
|
|
942
|
+
collapse: BooleanConstructor;
|
|
943
|
+
itemModifiers: {
|
|
944
|
+
type: globalThis.PropType<string | string[]>;
|
|
945
|
+
default: string;
|
|
946
|
+
};
|
|
947
|
+
disabled: BooleanConstructor;
|
|
948
|
+
not: BooleanConstructor;
|
|
949
|
+
storageType: {
|
|
950
|
+
type: globalThis.PropType<"local" | "session">;
|
|
951
|
+
default: import("../../constants").StorageType;
|
|
952
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
953
|
+
};
|
|
954
|
+
storageKey: StringConstructor;
|
|
955
|
+
modifiers: {
|
|
956
|
+
type: globalThis.PropType<string | string[]>;
|
|
957
|
+
default: undefined;
|
|
958
|
+
};
|
|
959
|
+
}>>, {
|
|
960
|
+
collapse: boolean;
|
|
961
|
+
disabled: boolean;
|
|
962
|
+
modelValue: string | string[] | undefined;
|
|
963
|
+
not: boolean;
|
|
964
|
+
modifiers: string | string[];
|
|
965
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
966
|
+
itemModifiers: string | string[];
|
|
967
|
+
storageType: "local" | "session";
|
|
968
|
+
}, true, {}, {}, {
|
|
969
|
+
P: {};
|
|
970
|
+
B: {};
|
|
971
|
+
D: {};
|
|
972
|
+
C: {};
|
|
973
|
+
M: {};
|
|
974
|
+
Defaults: {};
|
|
975
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
976
|
+
modelValue: {
|
|
977
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
978
|
+
default: undefined;
|
|
979
|
+
};
|
|
980
|
+
items: {
|
|
981
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
982
|
+
default: () => never[];
|
|
983
|
+
};
|
|
984
|
+
collapse: BooleanConstructor;
|
|
985
|
+
itemModifiers: {
|
|
986
|
+
type: globalThis.PropType<string | string[]>;
|
|
987
|
+
default: string;
|
|
988
|
+
};
|
|
989
|
+
disabled: BooleanConstructor;
|
|
990
|
+
not: BooleanConstructor;
|
|
991
|
+
storageType: {
|
|
992
|
+
type: globalThis.PropType<"local" | "session">;
|
|
993
|
+
default: import("../../constants").StorageType;
|
|
994
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
995
|
+
};
|
|
996
|
+
storageKey: StringConstructor;
|
|
997
|
+
modifiers: {
|
|
998
|
+
type: globalThis.PropType<string | string[]>;
|
|
999
|
+
default: undefined;
|
|
1000
|
+
};
|
|
1001
|
+
}>>, {
|
|
1002
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
1003
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
1004
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
1005
|
+
}, {}, {}, {}, {
|
|
1006
|
+
collapse: boolean;
|
|
1007
|
+
disabled: boolean;
|
|
1008
|
+
modelValue: string | string[] | undefined;
|
|
1009
|
+
not: boolean;
|
|
1010
|
+
modifiers: string | string[];
|
|
1011
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
1012
|
+
itemModifiers: string | string[];
|
|
1013
|
+
storageType: "local" | "session";
|
|
1014
|
+
}>;
|
|
1015
|
+
__isFragment?: undefined;
|
|
1016
|
+
__isTeleport?: undefined;
|
|
1017
|
+
__isSuspense?: undefined;
|
|
1018
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
1019
|
+
modelValue: {
|
|
1020
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
1021
|
+
default: undefined;
|
|
1022
|
+
};
|
|
1023
|
+
items: {
|
|
1024
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
1025
|
+
default: () => never[];
|
|
1026
|
+
};
|
|
1027
|
+
collapse: BooleanConstructor;
|
|
1028
|
+
itemModifiers: {
|
|
1029
|
+
type: globalThis.PropType<string | string[]>;
|
|
1030
|
+
default: string;
|
|
1031
|
+
};
|
|
1032
|
+
disabled: BooleanConstructor;
|
|
1033
|
+
not: BooleanConstructor;
|
|
1034
|
+
storageType: {
|
|
1035
|
+
type: globalThis.PropType<"local" | "session">;
|
|
1036
|
+
default: import("../../constants").StorageType;
|
|
1037
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
1038
|
+
};
|
|
1039
|
+
storageKey: StringConstructor;
|
|
1040
|
+
modifiers: {
|
|
1041
|
+
type: globalThis.PropType<string | string[]>;
|
|
1042
|
+
default: undefined;
|
|
1043
|
+
};
|
|
1044
|
+
}>>, {
|
|
1045
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
1046
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
1047
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
1048
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1049
|
+
[x: string]: (...args: any[]) => void;
|
|
1050
|
+
}, string, {
|
|
542
1051
|
collapse: boolean;
|
|
1052
|
+
disabled: boolean;
|
|
1053
|
+
modelValue: string | string[] | undefined;
|
|
543
1054
|
not: boolean;
|
|
1055
|
+
modifiers: string | string[];
|
|
544
1056
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
545
1057
|
itemModifiers: string | string[];
|
|
1058
|
+
storageType: "local" | "session";
|
|
546
1059
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
547
|
-
$slots: Partial<Record
|
|
548
|
-
|
|
1060
|
+
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
1061
|
+
isExpanded: boolean;
|
|
1062
|
+
expand: () => void;
|
|
1063
|
+
collapse: () => void;
|
|
1064
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
1065
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
1066
|
+
}) => any>> & Partial<Record<`content::${string}`, (_: {
|
|
1067
|
+
isExpanded: boolean;
|
|
1068
|
+
expand: () => void;
|
|
1069
|
+
collapse: () => void;
|
|
1070
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
1071
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
1072
|
+
}) => any>> & {
|
|
1073
|
+
default?(_: {
|
|
1074
|
+
expandedAccordions: Set<string>;
|
|
1075
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
1076
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
1077
|
+
}): any;
|
|
549
1078
|
};
|
|
550
1079
|
})>>[] | undefined;
|
|
551
|
-
render?: import("@storybook/types").ArgsStoryFn<import("@storybook/vue3
|
|
552
|
-
new (...args: any[]): {
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
disabled?: boolean | undefined;
|
|
558
|
-
collapse?: boolean | undefined;
|
|
559
|
-
not?: boolean | undefined;
|
|
560
|
-
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
561
|
-
itemModifiers?: string | string[] | undefined;
|
|
562
|
-
key?: string | number | symbol | undefined;
|
|
563
|
-
readonly modelValue?: string | unknown[] | undefined;
|
|
564
|
-
readonly modifiers?: string | string[] | undefined;
|
|
565
|
-
ref?: import("vue").VNodeRef | undefined;
|
|
566
|
-
style?: unknown;
|
|
567
|
-
class?: unknown;
|
|
568
|
-
ref_for?: boolean | undefined;
|
|
569
|
-
ref_key?: string | undefined;
|
|
570
|
-
readonly storeKey?: string | undefined;
|
|
571
|
-
};
|
|
572
|
-
$attrs: {
|
|
573
|
-
[x: string]: unknown;
|
|
574
|
-
};
|
|
575
|
-
$refs: {
|
|
576
|
-
[x: string]: unknown;
|
|
577
|
-
};
|
|
578
|
-
$slots: Readonly<{
|
|
579
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
580
|
-
}>;
|
|
581
|
-
$root: globalThis.ComponentPublicInstance | null;
|
|
582
|
-
$parent: globalThis.ComponentPublicInstance | null;
|
|
583
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
584
|
-
$el: any;
|
|
585
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
586
|
-
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
587
|
-
items: {
|
|
588
|
-
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
589
|
-
default: () => never[];
|
|
590
|
-
};
|
|
591
|
-
collapse: BooleanConstructor;
|
|
592
|
-
itemModifiers: {
|
|
593
|
-
type: globalThis.PropType<string | string[]>;
|
|
594
|
-
default: string;
|
|
595
|
-
};
|
|
596
|
-
disabled: BooleanConstructor;
|
|
597
|
-
not: BooleanConstructor;
|
|
598
|
-
storeKey: StringConstructor;
|
|
599
|
-
modifiers: globalThis.PropType<string | string[]>;
|
|
600
|
-
}>> & {
|
|
601
|
-
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
602
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
|
|
603
|
-
disabled: boolean;
|
|
604
|
-
collapse: boolean;
|
|
605
|
-
not: boolean;
|
|
606
|
-
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
607
|
-
itemModifiers: string | string[];
|
|
608
|
-
}, {}, string, {}> & {
|
|
609
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
610
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
611
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
612
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
613
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
614
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
615
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
616
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
617
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
618
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
619
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
620
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
621
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
622
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
623
|
-
errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
|
|
624
|
-
};
|
|
625
|
-
$forceUpdate: () => void;
|
|
626
|
-
$nextTick: typeof import("vue").nextTick;
|
|
627
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
628
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
629
|
-
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
1080
|
+
render?: import("@storybook/types").ArgsStoryFn<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
1081
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
1082
|
+
modelValue: {
|
|
1083
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
1084
|
+
default: undefined;
|
|
1085
|
+
};
|
|
630
1086
|
items: {
|
|
631
1087
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
632
1088
|
default: () => never[];
|
|
@@ -638,16 +1094,112 @@ declare const _default: {
|
|
|
638
1094
|
};
|
|
639
1095
|
disabled: BooleanConstructor;
|
|
640
1096
|
not: BooleanConstructor;
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
1097
|
+
storageType: {
|
|
1098
|
+
type: globalThis.PropType<"local" | "session">;
|
|
1099
|
+
default: import("../../constants").StorageType;
|
|
1100
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
1101
|
+
};
|
|
1102
|
+
storageKey: StringConstructor;
|
|
1103
|
+
modifiers: {
|
|
1104
|
+
type: globalThis.PropType<string | string[]>;
|
|
1105
|
+
default: undefined;
|
|
1106
|
+
};
|
|
1107
|
+
}>>, {
|
|
1108
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
1109
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
1110
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
1111
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1112
|
+
[x: string]: (...args: any[]) => void;
|
|
1113
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
1114
|
+
modelValue: {
|
|
1115
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
1116
|
+
default: undefined;
|
|
1117
|
+
};
|
|
1118
|
+
items: {
|
|
1119
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
1120
|
+
default: () => never[];
|
|
1121
|
+
};
|
|
1122
|
+
collapse: BooleanConstructor;
|
|
1123
|
+
itemModifiers: {
|
|
1124
|
+
type: globalThis.PropType<string | string[]>;
|
|
1125
|
+
default: string;
|
|
1126
|
+
};
|
|
1127
|
+
disabled: BooleanConstructor;
|
|
1128
|
+
not: BooleanConstructor;
|
|
1129
|
+
storageType: {
|
|
1130
|
+
type: globalThis.PropType<"local" | "session">;
|
|
1131
|
+
default: import("../../constants").StorageType;
|
|
1132
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
1133
|
+
};
|
|
1134
|
+
storageKey: StringConstructor;
|
|
1135
|
+
modifiers: {
|
|
1136
|
+
type: globalThis.PropType<string | string[]>;
|
|
1137
|
+
default: undefined;
|
|
1138
|
+
};
|
|
1139
|
+
}>>, {
|
|
1140
|
+
collapse: boolean;
|
|
1141
|
+
disabled: boolean;
|
|
1142
|
+
modelValue: string | string[] | undefined;
|
|
1143
|
+
not: boolean;
|
|
1144
|
+
modifiers: string | string[];
|
|
1145
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
1146
|
+
itemModifiers: string | string[];
|
|
1147
|
+
storageType: "local" | "session";
|
|
1148
|
+
}, true, {}, {}, {
|
|
1149
|
+
P: {};
|
|
1150
|
+
B: {};
|
|
1151
|
+
D: {};
|
|
1152
|
+
C: {};
|
|
1153
|
+
M: {};
|
|
1154
|
+
Defaults: {};
|
|
1155
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
1156
|
+
modelValue: {
|
|
1157
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
1158
|
+
default: undefined;
|
|
1159
|
+
};
|
|
1160
|
+
items: {
|
|
1161
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
1162
|
+
default: () => never[];
|
|
1163
|
+
};
|
|
1164
|
+
collapse: BooleanConstructor;
|
|
1165
|
+
itemModifiers: {
|
|
1166
|
+
type: globalThis.PropType<string | string[]>;
|
|
1167
|
+
default: string;
|
|
1168
|
+
};
|
|
1169
|
+
disabled: BooleanConstructor;
|
|
1170
|
+
not: BooleanConstructor;
|
|
1171
|
+
storageType: {
|
|
1172
|
+
type: globalThis.PropType<"local" | "session">;
|
|
1173
|
+
default: import("../../constants").StorageType;
|
|
1174
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
1175
|
+
};
|
|
1176
|
+
storageKey: StringConstructor;
|
|
1177
|
+
modifiers: {
|
|
1178
|
+
type: globalThis.PropType<string | string[]>;
|
|
1179
|
+
default: undefined;
|
|
1180
|
+
};
|
|
1181
|
+
}>>, {
|
|
1182
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
1183
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
1184
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
1185
|
+
}, {}, {}, {}, {
|
|
1186
|
+
collapse: boolean;
|
|
1187
|
+
disabled: boolean;
|
|
1188
|
+
modelValue: string | string[] | undefined;
|
|
1189
|
+
not: boolean;
|
|
1190
|
+
modifiers: string | string[];
|
|
1191
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
1192
|
+
itemModifiers: string | string[];
|
|
1193
|
+
storageType: "local" | "session";
|
|
1194
|
+
}>;
|
|
646
1195
|
__isFragment?: undefined;
|
|
647
1196
|
__isTeleport?: undefined;
|
|
648
1197
|
__isSuspense?: undefined;
|
|
649
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
650
|
-
modelValue:
|
|
1198
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
1199
|
+
modelValue: {
|
|
1200
|
+
type: globalThis.PropType<string | string[] | undefined>;
|
|
1201
|
+
default: undefined;
|
|
1202
|
+
};
|
|
651
1203
|
items: {
|
|
652
1204
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
653
1205
|
default: () => never[];
|
|
@@ -659,19 +1211,50 @@ declare const _default: {
|
|
|
659
1211
|
};
|
|
660
1212
|
disabled: BooleanConstructor;
|
|
661
1213
|
not: BooleanConstructor;
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
1214
|
+
storageType: {
|
|
1215
|
+
type: globalThis.PropType<"local" | "session">;
|
|
1216
|
+
default: import("../../constants").StorageType;
|
|
1217
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
1218
|
+
};
|
|
1219
|
+
storageKey: StringConstructor;
|
|
1220
|
+
modifiers: {
|
|
1221
|
+
type: globalThis.PropType<string | string[]>;
|
|
1222
|
+
default: undefined;
|
|
1223
|
+
};
|
|
1224
|
+
}>>, {
|
|
1225
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
1226
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
1227
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
1228
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1229
|
+
[x: string]: (...args: any[]) => void;
|
|
1230
|
+
}, string, {
|
|
668
1231
|
collapse: boolean;
|
|
1232
|
+
disabled: boolean;
|
|
1233
|
+
modelValue: string | string[] | undefined;
|
|
669
1234
|
not: boolean;
|
|
1235
|
+
modifiers: string | string[];
|
|
670
1236
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
671
1237
|
itemModifiers: string | string[];
|
|
1238
|
+
storageType: "local" | "session";
|
|
672
1239
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
673
|
-
$slots: Partial<Record
|
|
674
|
-
|
|
1240
|
+
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
1241
|
+
isExpanded: boolean;
|
|
1242
|
+
expand: () => void;
|
|
1243
|
+
collapse: () => void;
|
|
1244
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
1245
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
1246
|
+
}) => any>> & Partial<Record<`content::${string}`, (_: {
|
|
1247
|
+
isExpanded: boolean;
|
|
1248
|
+
expand: () => void;
|
|
1249
|
+
collapse: () => void;
|
|
1250
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
1251
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
1252
|
+
}) => any>> & {
|
|
1253
|
+
default?(_: {
|
|
1254
|
+
expandedAccordions: Set<string>;
|
|
1255
|
+
expand: (name?: string | string[] | undefined) => void;
|
|
1256
|
+
collapse: (name?: string | string[] | undefined) => void;
|
|
1257
|
+
}): any;
|
|
675
1258
|
};
|
|
676
1259
|
})>> | undefined;
|
|
677
1260
|
};
|