@volverjs/ui-vue 0.0.10-beta.2 → 0.0.10-beta.21
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 +98 -3
- package/auto-imports.d.ts +6 -2
- package/bin/icons.cjs +1 -1
- package/bin/icons.js +23 -16
- package/dist/Volver.d.ts +1 -1
- package/dist/components/VvAccordion/VvAccordion.es.js +70 -14
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +13 -6
- package/dist/components/VvAccordion/index.d.ts +4 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +117 -38
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +15 -8
- package/dist/components/VvAccordionGroup/index.d.ts +4 -1
- package/dist/components/VvAction/VvAction.es.js +58 -13
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAction/VvAction.vue.d.ts +59 -12
- package/dist/components/VvAction/index.d.ts +25 -4
- package/dist/components/VvAlert/VvAlert.es.js +195 -152
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +18 -8
- package/dist/components/VvAlert/index.d.ts +9 -5
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +240 -174
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +13 -6
- package/dist/components/VvAlertGroup/index.d.ts +6 -2
- package/dist/components/VvAvatar/VvAvatar.es.js +54 -9
- 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 +111 -36
- 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 +73 -17
- 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 +259 -49
- 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 +187 -141
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +101 -27
- package/dist/components/VvButton/index.d.ts +41 -14
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +69 -16
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +23 -10
- package/dist/components/VvButtonGroup/index.d.ts +8 -2
- package/dist/components/VvCard/VvCard.es.js +84 -25
- 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 +91 -22
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +104 -32
- package/dist/components/VvCheckbox/index.d.ts +45 -12
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +180 -67
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +100 -29
- package/dist/components/VvCheckboxGroup/index.d.ts +45 -12
- package/dist/components/VvCombobox/VvCombobox.es.js +758 -531
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +181 -108
- package/dist/components/VvCombobox/index.d.ts +53 -22
- package/dist/components/VvDialog/VvDialog.es.js +136 -141
- 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 +121 -55
- 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 +72 -11
- package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +12 -4
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +26 -7
- package/dist/components/VvDropdown/index.d.ts +16 -11
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +82 -22
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvDropdownItem/VvDropdownItem.es.js +13 -7
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +56 -8
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +76 -17
- 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 +1734 -0
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -0
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +313 -0
- package/dist/components/VvInputFile/index.d.ts +179 -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 +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +331 -293
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +162 -55
- package/dist/components/VvInputText/index.d.ts +71 -29
- package/dist/components/VvNav/VvNav.es.js +151 -73
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +41 -14
- package/dist/components/VvNav/VvNavItem.vue.d.ts +9 -0
- package/dist/components/VvNav/VvNavSeparator.vue.d.ts +2 -0
- package/dist/components/VvNav/index.d.ts +5 -13
- package/dist/components/VvNavItem/VvNavItem.es.js +436 -0
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -0
- package/dist/components/VvNavSeparator/VvNavSeparator.es.js +24 -0
- package/dist/components/VvNavSeparator/VvNavSeparator.umd.js +1 -0
- package/dist/components/VvProgress/VvProgress.es.js +65 -14
- 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 +89 -21
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +102 -30
- package/dist/components/VvRadio/index.d.ts +44 -11
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +180 -66
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +100 -29
- package/dist/components/VvRadioGroup/index.d.ts +45 -12
- package/dist/components/VvSelect/VvSelect.es.js +248 -226
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +112 -39
- package/dist/components/VvSelect/index.d.ts +48 -14
- package/dist/components/VvTab/VvTab.es.js +256 -110
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +50 -13
- package/dist/components/VvTab/index.d.ts +13 -4
- package/dist/components/VvTextarea/VvTextarea.es.js +229 -212
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +155 -48
- package/dist/components/VvTextarea/index.d.ts +68 -19
- package/dist/components/VvTooltip/VvTooltip.es.js +72 -17
- package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +10 -3
- package/dist/components/VvTooltip/index.d.ts +4 -1
- package/dist/components/common/HintSlot.d.ts +1 -1
- package/dist/components/index.d.ts +10 -0
- package/dist/components/index.es.js +2902 -1329
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/alert/useAlert.d.ts +37 -4
- package/dist/composables/dropdown/useProvideDropdown.d.ts +1 -1
- package/dist/composables/index.d.ts +1 -0
- package/dist/composables/index.es.js +88 -1
- 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/useVolver.d.ts +1 -1
- package/dist/directives/index.d.ts +3 -5
- package/dist/directives/index.es.js +92 -31
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-tooltip.es.js +90 -26
- package/dist/directives/v-tooltip.umd.js +1 -1
- package/dist/icons.es.js +210 -210
- package/dist/icons.umd.js +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.es.js +81 -16
- package/dist/index.umd.js +1 -1
- package/dist/props/index.d.ts +287 -73
- package/dist/resolvers/unplugin.d.ts +6 -1
- package/dist/resolvers/unplugin.es.js +78 -10
- package/dist/resolvers/unplugin.umd.js +1 -1
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +72 -84
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +623 -461
- package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +1 -1
- package/dist/stories/Blurhash/BlurhashComposable.stories.d.ts +4 -0
- 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 +4 -37
- package/dist/types/alert.d.ts +13 -0
- package/dist/types/blurhash.d.ts +12 -0
- package/dist/types/floating-ui.d.ts +6 -0
- package/dist/types/generic.d.ts +4 -0
- package/dist/types/group.d.ts +37 -0
- package/dist/types/index.d.ts +7 -0
- package/dist/types/input-file.d.ts +16 -0
- package/dist/types/nav.d.ts +18 -0
- package/dist/utils/ObjectUtilities.d.ts +0 -1
- package/dist/workers/blurhash.d.ts +1 -0
- package/package.json +97 -80
- 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 +2 -2
- package/src/components/VvAction/VvAction.vue +5 -2
- package/src/components/VvAlert/index.ts +1 -3
- package/src/components/VvAlertGroup/index.ts +2 -1
- package/src/components/VvBreadcrumb/VvBreadcrumb.vue +20 -19
- package/src/components/VvBreadcrumb/index.ts +2 -8
- package/src/components/VvButton/VvButton.vue +6 -6
- package/src/components/VvButton/index.ts +2 -4
- package/src/components/VvCombobox/VvCombobox.vue +24 -16
- package/src/components/VvCombobox/index.ts +4 -0
- package/src/components/VvIcon/VvIcon.vue +2 -2
- package/src/components/VvIcon/index.ts +35 -48
- package/src/components/VvInputFile/VvInputFile.vue +365 -0
- package/src/components/VvInputFile/index.ts +116 -0
- package/src/components/VvInputText/VvInputClearAction.ts +10 -6
- package/src/components/VvInputText/VvInputPasswordAction.ts +13 -9
- package/src/components/VvInputText/VvInputText.vue +17 -18
- package/src/components/VvInputText/index.ts +7 -15
- package/src/components/VvNav/VvNav.vue +30 -50
- package/src/components/VvNav/VvNavItem.vue +18 -0
- package/src/components/VvNav/VvNavSeparator.vue +11 -0
- package/src/components/VvNav/index.ts +2 -15
- package/src/components/VvSelect/VvSelect.vue +5 -8
- package/src/components/VvTab/VvTab.vue +63 -35
- package/src/components/VvTab/index.ts +10 -4
- package/src/components/VvTextarea/VvTextarea.vue +6 -9
- package/src/components/index.ts +10 -0
- package/src/composables/index.ts +1 -0
- package/src/composables/useBlurhash.ts +76 -0
- package/src/composables/useComponentIcon.ts +15 -14
- package/src/composables/useUniqueId.ts +2 -2
- 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 +115 -27
- package/src/resolvers/unplugin.ts +24 -14
- package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +2 -2
- package/src/stories/Blurhash/BlurhashComposable.stories.ts +195 -0
- package/src/stories/Combobox/Combobox.settings.ts +8 -0
- 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/Nav/Nav.settings.ts +3 -4
- package/src/stories/Nav/Nav.test.ts +4 -15
- package/src/stories/Tab/Tab.settings.ts +9 -9
- package/src/stories/Tab/Tab.stories.ts +2 -2
- package/src/stories/Tab/Tab.test.ts +6 -14
- package/src/stories/argTypes.ts +1 -1
- package/src/types/blurhash.ts +21 -0
- package/src/types/generic.ts +6 -0
- package/src/types/index.ts +7 -0
- package/src/types/input-file.ts +18 -0
- package/src/types/nav.ts +20 -0
- package/src/utils/ObjectUtilities.ts +0 -11
- package/src/workers/blurhash.ts +9 -0
- package/dist/components/VvNav/VvNavItemTitle.vue.d.ts +0 -6
- package/dist/components/VvNav/VvNavSeparator.d.ts +0 -2
- package/dist/components/VvNavItemTitle/VvNavItemTitle.es.js +0 -19
- package/dist/components/VvNavItemTitle/VvNavItemTitle.umd.js +0 -1
- package/src/components/VvNav/VvNavItemTitle.vue +0 -11
- package/src/components/VvNav/VvNavSeparator.ts +0 -8
- package/src/types/generic.d.ts +0 -6
- /package/src/types/{alert.d.ts → alert.ts} +0 -0
- /package/src/types/{floating-ui.d.ts → floating-ui.ts} +0 -0
- /package/src/types/{group.d.ts → group.ts} +0 -0
|
@@ -4,104 +4,46 @@ 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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
items
|
|
13
|
-
itemModifiers
|
|
14
|
-
|
|
7
|
+
component?: Omit<import("vue").ConcreteComponent<Partial<{
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
modifiers: string | string[];
|
|
10
|
+
collapse: boolean;
|
|
11
|
+
not: boolean;
|
|
12
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
13
|
+
itemModifiers: string | string[];
|
|
14
|
+
}> & Omit<{
|
|
15
|
+
readonly disabled: boolean;
|
|
16
|
+
readonly collapse: boolean;
|
|
17
|
+
readonly not: boolean;
|
|
18
|
+
readonly items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
19
|
+
readonly itemModifiers: string | string[];
|
|
15
20
|
readonly modelValue?: string | unknown[] | undefined;
|
|
16
21
|
readonly modifiers?: string | string[] | undefined;
|
|
17
|
-
key?: string | number | symbol | undefined;
|
|
18
|
-
style?: unknown;
|
|
19
|
-
class?: unknown;
|
|
20
|
-
ref_for?: boolean | undefined;
|
|
21
|
-
ref_key?: string | undefined;
|
|
22
22
|
readonly storeKey?: string | undefined;
|
|
23
|
-
} & {
|
|
23
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
24
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
25
|
+
items: {
|
|
26
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
27
|
+
default: () => never[];
|
|
28
|
+
};
|
|
29
|
+
collapse: BooleanConstructor;
|
|
30
|
+
itemModifiers: {
|
|
31
|
+
type: globalThis.PropType<string | string[]>;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
disabled: BooleanConstructor;
|
|
35
|
+
not: BooleanConstructor;
|
|
36
|
+
storeKey: StringConstructor;
|
|
37
|
+
modifiers: {
|
|
38
|
+
type: globalThis.PropType<string | string[]>;
|
|
39
|
+
default: undefined;
|
|
40
|
+
};
|
|
41
|
+
}>>, "disabled" | "modifiers" | "collapse" | "not" | "items" | "itemModifiers"> & {
|
|
24
42
|
default?: import("vue").VNodeChild | ((_: {}) => any);
|
|
25
43
|
}>, "props"> | undefined;
|
|
26
44
|
subcomponents?: Record<string, Omit<import("vue").ConcreteComponent<unknown>, "props">> | undefined;
|
|
27
|
-
play?: import("@storybook/types").PlayFunction<import("@storybook/vue3/dist/
|
|
28
|
-
new (...args: any[]): {
|
|
29
|
-
$: import("vue").ComponentInternalInstance;
|
|
30
|
-
$data: {};
|
|
31
|
-
$props: {
|
|
32
|
-
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
33
|
-
disabled?: boolean | undefined;
|
|
34
|
-
not?: boolean | undefined;
|
|
35
|
-
collapse?: boolean | undefined;
|
|
36
|
-
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
37
|
-
itemModifiers?: string | string[] | undefined;
|
|
38
|
-
ref?: import("vue").VNodeRef | undefined;
|
|
39
|
-
readonly modelValue?: string | unknown[] | undefined;
|
|
40
|
-
readonly modifiers?: string | string[] | undefined;
|
|
41
|
-
key?: string | number | symbol | 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
|
-
not: boolean;
|
|
81
|
-
collapse: 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<{
|
|
45
|
+
play?: import("@storybook/types").PlayFunction<import("@storybook/vue3/dist/types-ad933ac1").V, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
46
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
105
47
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
106
48
|
items: {
|
|
107
49
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -115,14 +57,74 @@ declare const _default: {
|
|
|
115
57
|
disabled: BooleanConstructor;
|
|
116
58
|
not: BooleanConstructor;
|
|
117
59
|
storeKey: StringConstructor;
|
|
118
|
-
modifiers:
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
60
|
+
modifiers: {
|
|
61
|
+
type: globalThis.PropType<string | string[]>;
|
|
62
|
+
default: undefined;
|
|
63
|
+
};
|
|
64
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
65
|
+
[x: string]: (...args: any[]) => void;
|
|
66
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
67
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
68
|
+
items: {
|
|
69
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
70
|
+
default: () => never[];
|
|
71
|
+
};
|
|
72
|
+
collapse: BooleanConstructor;
|
|
73
|
+
itemModifiers: {
|
|
74
|
+
type: globalThis.PropType<string | string[]>;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
|
+
disabled: BooleanConstructor;
|
|
78
|
+
not: BooleanConstructor;
|
|
79
|
+
storeKey: StringConstructor;
|
|
80
|
+
modifiers: {
|
|
81
|
+
type: globalThis.PropType<string | string[]>;
|
|
82
|
+
default: undefined;
|
|
83
|
+
};
|
|
84
|
+
}>>, {
|
|
85
|
+
disabled: boolean;
|
|
86
|
+
modifiers: string | string[];
|
|
87
|
+
collapse: boolean;
|
|
88
|
+
not: boolean;
|
|
89
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
90
|
+
itemModifiers: string | string[];
|
|
91
|
+
}, true, {}, {}, {
|
|
92
|
+
P: {};
|
|
93
|
+
B: {};
|
|
94
|
+
D: {};
|
|
95
|
+
C: {};
|
|
96
|
+
M: {};
|
|
97
|
+
Defaults: {};
|
|
98
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
99
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
100
|
+
items: {
|
|
101
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
102
|
+
default: () => never[];
|
|
103
|
+
};
|
|
104
|
+
collapse: BooleanConstructor;
|
|
105
|
+
itemModifiers: {
|
|
106
|
+
type: globalThis.PropType<string | string[]>;
|
|
107
|
+
default: string;
|
|
108
|
+
};
|
|
109
|
+
disabled: BooleanConstructor;
|
|
110
|
+
not: BooleanConstructor;
|
|
111
|
+
storeKey: StringConstructor;
|
|
112
|
+
modifiers: {
|
|
113
|
+
type: globalThis.PropType<string | string[]>;
|
|
114
|
+
default: undefined;
|
|
115
|
+
};
|
|
116
|
+
}>>, {}, {}, {}, {}, {
|
|
117
|
+
disabled: boolean;
|
|
118
|
+
modifiers: string | string[];
|
|
119
|
+
collapse: boolean;
|
|
120
|
+
not: boolean;
|
|
121
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
122
|
+
itemModifiers: string | string[];
|
|
123
|
+
}>;
|
|
122
124
|
__isFragment?: undefined;
|
|
123
125
|
__isTeleport?: undefined;
|
|
124
126
|
__isSuspense?: undefined;
|
|
125
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
127
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
126
128
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
127
129
|
items: {
|
|
128
130
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -136,118 +138,157 @@ declare const _default: {
|
|
|
136
138
|
disabled: BooleanConstructor;
|
|
137
139
|
not: BooleanConstructor;
|
|
138
140
|
storeKey: StringConstructor;
|
|
139
|
-
modifiers:
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
141
|
+
modifiers: {
|
|
142
|
+
type: globalThis.PropType<string | string[]>;
|
|
143
|
+
default: undefined;
|
|
144
|
+
};
|
|
145
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
146
|
+
[x: string]: (...args: any[]) => void;
|
|
147
|
+
}, string, {
|
|
143
148
|
disabled: boolean;
|
|
144
|
-
|
|
149
|
+
modifiers: string | string[];
|
|
145
150
|
collapse: boolean;
|
|
151
|
+
not: boolean;
|
|
146
152
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
147
153
|
itemModifiers: string | string[];
|
|
148
154
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
149
|
-
$slots: Partial<Record
|
|
155
|
+
$slots: Partial<Record<`header::${string}`, (_: any) => any>> & Partial<Record<`details::${string}`, (_: any) => any>> & {
|
|
150
156
|
default?(_: {}): any;
|
|
151
157
|
};
|
|
152
158
|
})>> | undefined;
|
|
153
159
|
tags?: string[] | undefined;
|
|
154
|
-
decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/vue3/dist/
|
|
155
|
-
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
160
|
+
decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/vue3/dist/types-ad933ac1").V, {
|
|
156
161
|
disabled?: boolean | undefined;
|
|
157
|
-
|
|
162
|
+
modifiers?: string | string[] | undefined;
|
|
158
163
|
collapse?: boolean | undefined;
|
|
164
|
+
not?: boolean | undefined;
|
|
159
165
|
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
160
166
|
itemModifiers?: string | string[] | undefined;
|
|
161
|
-
|
|
167
|
+
key?: string | number | symbol | undefined;
|
|
162
168
|
readonly modelValue?: string | unknown[] | undefined;
|
|
163
|
-
|
|
169
|
+
ref?: import("vue").VNodeRef | undefined;
|
|
170
|
+
style?: unknown;
|
|
171
|
+
class?: unknown;
|
|
172
|
+
ref_for?: boolean | undefined;
|
|
173
|
+
ref_key?: string | undefined;
|
|
174
|
+
onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
175
|
+
[key: string]: any;
|
|
176
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
177
|
+
[key: string]: any;
|
|
178
|
+
}>) => void)[] | undefined;
|
|
179
|
+
onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
180
|
+
[key: string]: any;
|
|
181
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
182
|
+
[key: string]: any;
|
|
183
|
+
}>) => void)[] | undefined;
|
|
184
|
+
onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
185
|
+
[key: string]: any;
|
|
186
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
187
|
+
[key: string]: any;
|
|
188
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
189
|
+
[key: string]: any;
|
|
190
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
191
|
+
[key: string]: any;
|
|
192
|
+
}>) => void)[] | undefined;
|
|
193
|
+
onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
194
|
+
[key: string]: any;
|
|
195
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
196
|
+
[key: string]: any;
|
|
197
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
198
|
+
[key: string]: any;
|
|
199
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
200
|
+
[key: string]: any;
|
|
201
|
+
}>) => void)[] | undefined;
|
|
202
|
+
onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
203
|
+
[key: string]: any;
|
|
204
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
205
|
+
[key: string]: any;
|
|
206
|
+
}>) => void)[] | undefined;
|
|
207
|
+
onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
208
|
+
[key: string]: any;
|
|
209
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
210
|
+
[key: string]: any;
|
|
211
|
+
}>) => void)[] | undefined;
|
|
212
|
+
readonly storeKey?: string | undefined;
|
|
213
|
+
default?: import("vue").VNodeChild | ((_: {}) => any);
|
|
214
|
+
}> | import("@storybook/types").DecoratorFunction<import("@storybook/vue3/dist/types-ad933ac1").V, {
|
|
215
|
+
disabled?: boolean | undefined;
|
|
216
|
+
modifiers?: string | string[] | undefined;
|
|
217
|
+
collapse?: boolean | undefined;
|
|
218
|
+
not?: boolean | undefined;
|
|
219
|
+
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
220
|
+
itemModifiers?: string | string[] | undefined;
|
|
164
221
|
key?: string | number | symbol | undefined;
|
|
222
|
+
readonly modelValue?: string | unknown[] | undefined;
|
|
223
|
+
ref?: import("vue").VNodeRef | undefined;
|
|
165
224
|
style?: unknown;
|
|
166
225
|
class?: unknown;
|
|
167
226
|
ref_for?: boolean | undefined;
|
|
168
227
|
ref_key?: string | undefined;
|
|
228
|
+
onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
229
|
+
[key: string]: any;
|
|
230
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
231
|
+
[key: string]: any;
|
|
232
|
+
}>) => void)[] | undefined;
|
|
233
|
+
onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
234
|
+
[key: string]: any;
|
|
235
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
236
|
+
[key: string]: any;
|
|
237
|
+
}>) => void)[] | undefined;
|
|
238
|
+
onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
239
|
+
[key: string]: any;
|
|
240
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
241
|
+
[key: string]: any;
|
|
242
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
243
|
+
[key: string]: any;
|
|
244
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
245
|
+
[key: string]: any;
|
|
246
|
+
}>) => void)[] | undefined;
|
|
247
|
+
onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
248
|
+
[key: string]: any;
|
|
249
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
250
|
+
[key: string]: any;
|
|
251
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
252
|
+
[key: string]: any;
|
|
253
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
254
|
+
[key: string]: any;
|
|
255
|
+
}>) => void)[] | undefined;
|
|
256
|
+
onVnodeBeforeUnmount?: ((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
|
+
onVnodeUnmounted?: ((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;
|
|
169
266
|
readonly storeKey?: string | undefined;
|
|
170
267
|
default?: import("vue").VNodeChild | ((_: {}) => any);
|
|
171
268
|
}>[] | undefined;
|
|
172
269
|
parameters?: import("@storybook/types").Parameters | undefined;
|
|
173
270
|
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
|
-
[x: string]: unknown;
|
|
196
|
-
};
|
|
197
|
-
$refs: {
|
|
198
|
-
[x: string]: unknown;
|
|
199
|
-
};
|
|
200
|
-
$slots: Readonly<{
|
|
201
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
202
|
-
}>;
|
|
203
|
-
$root: globalThis.ComponentPublicInstance | null;
|
|
204
|
-
$parent: globalThis.ComponentPublicInstance | null;
|
|
205
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
206
|
-
$el: any;
|
|
207
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
208
|
-
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
209
|
-
items: {
|
|
210
|
-
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
211
|
-
default: () => never[];
|
|
212
|
-
};
|
|
213
|
-
collapse: BooleanConstructor;
|
|
214
|
-
itemModifiers: {
|
|
215
|
-
type: globalThis.PropType<string | string[]>;
|
|
216
|
-
default: string;
|
|
217
|
-
};
|
|
218
|
-
disabled: BooleanConstructor;
|
|
219
|
-
not: BooleanConstructor;
|
|
220
|
-
storeKey: StringConstructor;
|
|
221
|
-
modifiers: globalThis.PropType<string | string[]>;
|
|
222
|
-
}>> & {
|
|
223
|
-
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
224
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
|
|
225
|
-
disabled: boolean;
|
|
226
|
-
not: boolean;
|
|
227
|
-
collapse: 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<{
|
|
271
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
272
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
273
|
+
items: {
|
|
274
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
275
|
+
default: () => never[];
|
|
276
|
+
};
|
|
277
|
+
collapse: BooleanConstructor;
|
|
278
|
+
itemModifiers: {
|
|
279
|
+
type: globalThis.PropType<string | string[]>;
|
|
280
|
+
default: string;
|
|
281
|
+
};
|
|
282
|
+
disabled: BooleanConstructor;
|
|
283
|
+
not: BooleanConstructor;
|
|
284
|
+
storeKey: StringConstructor;
|
|
285
|
+
modifiers: {
|
|
286
|
+
type: globalThis.PropType<string | string[]>;
|
|
287
|
+
default: undefined;
|
|
288
|
+
};
|
|
289
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
290
|
+
[x: string]: (...args: any[]) => void;
|
|
291
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
251
292
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
252
293
|
items: {
|
|
253
294
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -261,14 +302,54 @@ declare const _default: {
|
|
|
261
302
|
disabled: BooleanConstructor;
|
|
262
303
|
not: BooleanConstructor;
|
|
263
304
|
storeKey: StringConstructor;
|
|
264
|
-
modifiers:
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
305
|
+
modifiers: {
|
|
306
|
+
type: globalThis.PropType<string | string[]>;
|
|
307
|
+
default: undefined;
|
|
308
|
+
};
|
|
309
|
+
}>>, {
|
|
310
|
+
disabled: boolean;
|
|
311
|
+
modifiers: string | string[];
|
|
312
|
+
collapse: boolean;
|
|
313
|
+
not: boolean;
|
|
314
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
315
|
+
itemModifiers: string | string[];
|
|
316
|
+
}, true, {}, {}, {
|
|
317
|
+
P: {};
|
|
318
|
+
B: {};
|
|
319
|
+
D: {};
|
|
320
|
+
C: {};
|
|
321
|
+
M: {};
|
|
322
|
+
Defaults: {};
|
|
323
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
324
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
325
|
+
items: {
|
|
326
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
327
|
+
default: () => never[];
|
|
328
|
+
};
|
|
329
|
+
collapse: BooleanConstructor;
|
|
330
|
+
itemModifiers: {
|
|
331
|
+
type: globalThis.PropType<string | string[]>;
|
|
332
|
+
default: string;
|
|
333
|
+
};
|
|
334
|
+
disabled: BooleanConstructor;
|
|
335
|
+
not: BooleanConstructor;
|
|
336
|
+
storeKey: StringConstructor;
|
|
337
|
+
modifiers: {
|
|
338
|
+
type: globalThis.PropType<string | string[]>;
|
|
339
|
+
default: undefined;
|
|
340
|
+
};
|
|
341
|
+
}>>, {}, {}, {}, {}, {
|
|
342
|
+
disabled: boolean;
|
|
343
|
+
modifiers: string | string[];
|
|
344
|
+
collapse: boolean;
|
|
345
|
+
not: boolean;
|
|
346
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
347
|
+
itemModifiers: string | string[];
|
|
348
|
+
}>;
|
|
268
349
|
__isFragment?: undefined;
|
|
269
350
|
__isTeleport?: undefined;
|
|
270
351
|
__isSuspense?: undefined;
|
|
271
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
352
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
272
353
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
273
354
|
items: {
|
|
274
355
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -282,98 +363,26 @@ declare const _default: {
|
|
|
282
363
|
disabled: BooleanConstructor;
|
|
283
364
|
not: BooleanConstructor;
|
|
284
365
|
storeKey: StringConstructor;
|
|
285
|
-
modifiers:
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
366
|
+
modifiers: {
|
|
367
|
+
type: globalThis.PropType<string | string[]>;
|
|
368
|
+
default: undefined;
|
|
369
|
+
};
|
|
370
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
371
|
+
[x: string]: (...args: any[]) => void;
|
|
372
|
+
}, string, {
|
|
289
373
|
disabled: boolean;
|
|
290
|
-
|
|
374
|
+
modifiers: string | string[];
|
|
291
375
|
collapse: boolean;
|
|
376
|
+
not: boolean;
|
|
292
377
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
293
378
|
itemModifiers: string | string[];
|
|
294
379
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
295
|
-
$slots: Partial<Record
|
|
380
|
+
$slots: Partial<Record<`header::${string}`, (_: any) => any>> & Partial<Record<`details::${string}`, (_: any) => any>> & {
|
|
296
381
|
default?(_: {}): any;
|
|
297
382
|
};
|
|
298
383
|
})>> | undefined;
|
|
299
384
|
argTypes?: Partial<import("@storybook/types").ArgTypes<import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
300
|
-
new (...args: any[]): {
|
|
301
|
-
$: import("vue").ComponentInternalInstance;
|
|
302
|
-
$data: {};
|
|
303
|
-
$props: {
|
|
304
|
-
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
305
|
-
disabled?: boolean | undefined;
|
|
306
|
-
not?: boolean | undefined;
|
|
307
|
-
collapse?: boolean | undefined;
|
|
308
|
-
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
309
|
-
itemModifiers?: string | string[] | undefined;
|
|
310
|
-
ref?: import("vue").VNodeRef | undefined;
|
|
311
|
-
readonly modelValue?: string | unknown[] | undefined;
|
|
312
|
-
readonly modifiers?: string | string[] | undefined;
|
|
313
|
-
key?: string | number | symbol | 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
|
-
not: boolean;
|
|
353
|
-
collapse: 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<{
|
|
385
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
377
386
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
378
387
|
items: {
|
|
379
388
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -387,14 +396,74 @@ declare const _default: {
|
|
|
387
396
|
disabled: BooleanConstructor;
|
|
388
397
|
not: BooleanConstructor;
|
|
389
398
|
storeKey: StringConstructor;
|
|
390
|
-
modifiers:
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
399
|
+
modifiers: {
|
|
400
|
+
type: globalThis.PropType<string | string[]>;
|
|
401
|
+
default: undefined;
|
|
402
|
+
};
|
|
403
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
404
|
+
[x: string]: (...args: any[]) => void;
|
|
405
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
406
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
407
|
+
items: {
|
|
408
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
409
|
+
default: () => never[];
|
|
410
|
+
};
|
|
411
|
+
collapse: BooleanConstructor;
|
|
412
|
+
itemModifiers: {
|
|
413
|
+
type: globalThis.PropType<string | string[]>;
|
|
414
|
+
default: string;
|
|
415
|
+
};
|
|
416
|
+
disabled: BooleanConstructor;
|
|
417
|
+
not: BooleanConstructor;
|
|
418
|
+
storeKey: StringConstructor;
|
|
419
|
+
modifiers: {
|
|
420
|
+
type: globalThis.PropType<string | string[]>;
|
|
421
|
+
default: undefined;
|
|
422
|
+
};
|
|
423
|
+
}>>, {
|
|
424
|
+
disabled: boolean;
|
|
425
|
+
modifiers: string | string[];
|
|
426
|
+
collapse: boolean;
|
|
427
|
+
not: boolean;
|
|
428
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
429
|
+
itemModifiers: string | string[];
|
|
430
|
+
}, true, {}, {}, {
|
|
431
|
+
P: {};
|
|
432
|
+
B: {};
|
|
433
|
+
D: {};
|
|
434
|
+
C: {};
|
|
435
|
+
M: {};
|
|
436
|
+
Defaults: {};
|
|
437
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
438
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
439
|
+
items: {
|
|
440
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
441
|
+
default: () => never[];
|
|
442
|
+
};
|
|
443
|
+
collapse: BooleanConstructor;
|
|
444
|
+
itemModifiers: {
|
|
445
|
+
type: globalThis.PropType<string | string[]>;
|
|
446
|
+
default: string;
|
|
447
|
+
};
|
|
448
|
+
disabled: BooleanConstructor;
|
|
449
|
+
not: BooleanConstructor;
|
|
450
|
+
storeKey: StringConstructor;
|
|
451
|
+
modifiers: {
|
|
452
|
+
type: globalThis.PropType<string | string[]>;
|
|
453
|
+
default: undefined;
|
|
454
|
+
};
|
|
455
|
+
}>>, {}, {}, {}, {}, {
|
|
456
|
+
disabled: boolean;
|
|
457
|
+
modifiers: string | string[];
|
|
458
|
+
collapse: boolean;
|
|
459
|
+
not: boolean;
|
|
460
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
461
|
+
itemModifiers: string | string[];
|
|
462
|
+
}>;
|
|
394
463
|
__isFragment?: undefined;
|
|
395
464
|
__isTeleport?: undefined;
|
|
396
465
|
__isSuspense?: undefined;
|
|
397
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
466
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
398
467
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
399
468
|
items: {
|
|
400
469
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -408,98 +477,78 @@ declare const _default: {
|
|
|
408
477
|
disabled: BooleanConstructor;
|
|
409
478
|
not: BooleanConstructor;
|
|
410
479
|
storeKey: StringConstructor;
|
|
411
|
-
modifiers:
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
480
|
+
modifiers: {
|
|
481
|
+
type: globalThis.PropType<string | string[]>;
|
|
482
|
+
default: undefined;
|
|
483
|
+
};
|
|
484
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
485
|
+
[x: string]: (...args: any[]) => void;
|
|
486
|
+
}, string, {
|
|
415
487
|
disabled: boolean;
|
|
416
|
-
|
|
488
|
+
modifiers: string | string[];
|
|
417
489
|
collapse: boolean;
|
|
490
|
+
not: boolean;
|
|
418
491
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
419
492
|
itemModifiers: string | string[];
|
|
420
493
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
421
|
-
$slots: Partial<Record
|
|
494
|
+
$slots: Partial<Record<`header::${string}`, (_: any) => any>> & Partial<Record<`details::${string}`, (_: any) => any>> & {
|
|
422
495
|
default?(_: {}): any;
|
|
423
496
|
};
|
|
424
497
|
})>>> | undefined;
|
|
425
|
-
loaders?: import("@storybook/types").LoaderFunction<import("@storybook/vue3/dist/
|
|
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
|
-
collapse: boolean;
|
|
480
|
-
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
481
|
-
itemModifiers: string | string[];
|
|
482
|
-
}, {}, string, {}> & {
|
|
483
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
484
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
485
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
486
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
487
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
488
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
489
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
490
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
491
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
492
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
493
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
494
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
495
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
496
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
497
|
-
errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
|
|
498
|
-
};
|
|
499
|
-
$forceUpdate: () => void;
|
|
500
|
-
$nextTick: typeof import("vue").nextTick;
|
|
501
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
502
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
498
|
+
loaders?: import("@storybook/types").LoaderFunction<import("@storybook/vue3/dist/types-ad933ac1").V, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
499
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
500
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
501
|
+
items: {
|
|
502
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
503
|
+
default: () => never[];
|
|
504
|
+
};
|
|
505
|
+
collapse: BooleanConstructor;
|
|
506
|
+
itemModifiers: {
|
|
507
|
+
type: globalThis.PropType<string | string[]>;
|
|
508
|
+
default: string;
|
|
509
|
+
};
|
|
510
|
+
disabled: BooleanConstructor;
|
|
511
|
+
not: BooleanConstructor;
|
|
512
|
+
storeKey: StringConstructor;
|
|
513
|
+
modifiers: {
|
|
514
|
+
type: globalThis.PropType<string | string[]>;
|
|
515
|
+
default: undefined;
|
|
516
|
+
};
|
|
517
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
518
|
+
[x: string]: (...args: any[]) => void;
|
|
519
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
520
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
521
|
+
items: {
|
|
522
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
523
|
+
default: () => never[];
|
|
524
|
+
};
|
|
525
|
+
collapse: BooleanConstructor;
|
|
526
|
+
itemModifiers: {
|
|
527
|
+
type: globalThis.PropType<string | string[]>;
|
|
528
|
+
default: string;
|
|
529
|
+
};
|
|
530
|
+
disabled: BooleanConstructor;
|
|
531
|
+
not: BooleanConstructor;
|
|
532
|
+
storeKey: StringConstructor;
|
|
533
|
+
modifiers: {
|
|
534
|
+
type: globalThis.PropType<string | string[]>;
|
|
535
|
+
default: undefined;
|
|
536
|
+
};
|
|
537
|
+
}>>, {
|
|
538
|
+
disabled: boolean;
|
|
539
|
+
modifiers: string | string[];
|
|
540
|
+
collapse: boolean;
|
|
541
|
+
not: boolean;
|
|
542
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
543
|
+
itemModifiers: string | string[];
|
|
544
|
+
}, true, {}, {}, {
|
|
545
|
+
P: {};
|
|
546
|
+
B: {};
|
|
547
|
+
D: {};
|
|
548
|
+
C: {};
|
|
549
|
+
M: {};
|
|
550
|
+
Defaults: {};
|
|
551
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
503
552
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
504
553
|
items: {
|
|
505
554
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -513,14 +562,22 @@ declare const _default: {
|
|
|
513
562
|
disabled: BooleanConstructor;
|
|
514
563
|
not: BooleanConstructor;
|
|
515
564
|
storeKey: StringConstructor;
|
|
516
|
-
modifiers:
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
565
|
+
modifiers: {
|
|
566
|
+
type: globalThis.PropType<string | string[]>;
|
|
567
|
+
default: undefined;
|
|
568
|
+
};
|
|
569
|
+
}>>, {}, {}, {}, {}, {
|
|
570
|
+
disabled: boolean;
|
|
571
|
+
modifiers: string | string[];
|
|
572
|
+
collapse: boolean;
|
|
573
|
+
not: boolean;
|
|
574
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
575
|
+
itemModifiers: string | string[];
|
|
576
|
+
}>;
|
|
520
577
|
__isFragment?: undefined;
|
|
521
578
|
__isTeleport?: undefined;
|
|
522
579
|
__isSuspense?: undefined;
|
|
523
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
580
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
524
581
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
525
582
|
items: {
|
|
526
583
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -534,98 +591,139 @@ declare const _default: {
|
|
|
534
591
|
disabled: BooleanConstructor;
|
|
535
592
|
not: BooleanConstructor;
|
|
536
593
|
storeKey: StringConstructor;
|
|
537
|
-
modifiers:
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
594
|
+
modifiers: {
|
|
595
|
+
type: globalThis.PropType<string | string[]>;
|
|
596
|
+
default: undefined;
|
|
597
|
+
};
|
|
598
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
599
|
+
[x: string]: (...args: any[]) => void;
|
|
600
|
+
}, string, {
|
|
541
601
|
disabled: boolean;
|
|
602
|
+
modifiers: string | string[];
|
|
603
|
+
collapse: boolean;
|
|
542
604
|
not: boolean;
|
|
605
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
606
|
+
itemModifiers: string | string[];
|
|
607
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
608
|
+
$slots: Partial<Record<`header::${string}`, (_: any) => any>> & Partial<Record<`details::${string}`, (_: any) => any>> & {
|
|
609
|
+
default?(_: {}): any;
|
|
610
|
+
};
|
|
611
|
+
})>> | import("@storybook/types").LoaderFunction<import("@storybook/vue3/dist/types-ad933ac1").V, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
612
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
613
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
614
|
+
items: {
|
|
615
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
616
|
+
default: () => never[];
|
|
617
|
+
};
|
|
618
|
+
collapse: BooleanConstructor;
|
|
619
|
+
itemModifiers: {
|
|
620
|
+
type: globalThis.PropType<string | string[]>;
|
|
621
|
+
default: string;
|
|
622
|
+
};
|
|
623
|
+
disabled: BooleanConstructor;
|
|
624
|
+
not: BooleanConstructor;
|
|
625
|
+
storeKey: StringConstructor;
|
|
626
|
+
modifiers: {
|
|
627
|
+
type: globalThis.PropType<string | string[]>;
|
|
628
|
+
default: undefined;
|
|
629
|
+
};
|
|
630
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
631
|
+
[x: string]: (...args: any[]) => void;
|
|
632
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
633
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
634
|
+
items: {
|
|
635
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
636
|
+
default: () => never[];
|
|
637
|
+
};
|
|
638
|
+
collapse: BooleanConstructor;
|
|
639
|
+
itemModifiers: {
|
|
640
|
+
type: globalThis.PropType<string | string[]>;
|
|
641
|
+
default: string;
|
|
642
|
+
};
|
|
643
|
+
disabled: BooleanConstructor;
|
|
644
|
+
not: BooleanConstructor;
|
|
645
|
+
storeKey: StringConstructor;
|
|
646
|
+
modifiers: {
|
|
647
|
+
type: globalThis.PropType<string | string[]>;
|
|
648
|
+
default: undefined;
|
|
649
|
+
};
|
|
650
|
+
}>>, {
|
|
651
|
+
disabled: boolean;
|
|
652
|
+
modifiers: string | string[];
|
|
653
|
+
collapse: boolean;
|
|
654
|
+
not: boolean;
|
|
655
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
656
|
+
itemModifiers: string | string[];
|
|
657
|
+
}, true, {}, {}, {
|
|
658
|
+
P: {};
|
|
659
|
+
B: {};
|
|
660
|
+
D: {};
|
|
661
|
+
C: {};
|
|
662
|
+
M: {};
|
|
663
|
+
Defaults: {};
|
|
664
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
665
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
666
|
+
items: {
|
|
667
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
668
|
+
default: () => never[];
|
|
669
|
+
};
|
|
670
|
+
collapse: BooleanConstructor;
|
|
671
|
+
itemModifiers: {
|
|
672
|
+
type: globalThis.PropType<string | string[]>;
|
|
673
|
+
default: string;
|
|
674
|
+
};
|
|
675
|
+
disabled: BooleanConstructor;
|
|
676
|
+
not: BooleanConstructor;
|
|
677
|
+
storeKey: StringConstructor;
|
|
678
|
+
modifiers: {
|
|
679
|
+
type: globalThis.PropType<string | string[]>;
|
|
680
|
+
default: undefined;
|
|
681
|
+
};
|
|
682
|
+
}>>, {}, {}, {}, {}, {
|
|
683
|
+
disabled: boolean;
|
|
684
|
+
modifiers: string | string[];
|
|
685
|
+
collapse: boolean;
|
|
686
|
+
not: boolean;
|
|
687
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
688
|
+
itemModifiers: string | string[];
|
|
689
|
+
}>;
|
|
690
|
+
__isFragment?: undefined;
|
|
691
|
+
__isTeleport?: undefined;
|
|
692
|
+
__isSuspense?: undefined;
|
|
693
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
694
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
695
|
+
items: {
|
|
696
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
697
|
+
default: () => never[];
|
|
698
|
+
};
|
|
699
|
+
collapse: BooleanConstructor;
|
|
700
|
+
itemModifiers: {
|
|
701
|
+
type: globalThis.PropType<string | string[]>;
|
|
702
|
+
default: string;
|
|
703
|
+
};
|
|
704
|
+
disabled: BooleanConstructor;
|
|
705
|
+
not: BooleanConstructor;
|
|
706
|
+
storeKey: StringConstructor;
|
|
707
|
+
modifiers: {
|
|
708
|
+
type: globalThis.PropType<string | string[]>;
|
|
709
|
+
default: undefined;
|
|
710
|
+
};
|
|
711
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
712
|
+
[x: string]: (...args: any[]) => void;
|
|
713
|
+
}, string, {
|
|
714
|
+
disabled: boolean;
|
|
715
|
+
modifiers: string | string[];
|
|
543
716
|
collapse: boolean;
|
|
717
|
+
not: boolean;
|
|
544
718
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
545
719
|
itemModifiers: string | string[];
|
|
546
720
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
547
|
-
$slots: Partial<Record
|
|
721
|
+
$slots: Partial<Record<`header::${string}`, (_: any) => any>> & Partial<Record<`details::${string}`, (_: any) => any>> & {
|
|
548
722
|
default?(_: {}): any;
|
|
549
723
|
};
|
|
550
724
|
})>>[] | undefined;
|
|
551
|
-
render?: import("@storybook/types").ArgsStoryFn<import("@storybook/vue3/dist/
|
|
552
|
-
new (...args: any[]): {
|
|
553
|
-
$: import("vue").ComponentInternalInstance;
|
|
554
|
-
$data: {};
|
|
555
|
-
$props: {
|
|
556
|
-
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
557
|
-
disabled?: boolean | undefined;
|
|
558
|
-
not?: boolean | undefined;
|
|
559
|
-
collapse?: boolean | undefined;
|
|
560
|
-
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
561
|
-
itemModifiers?: string | string[] | undefined;
|
|
562
|
-
ref?: import("vue").VNodeRef | undefined;
|
|
563
|
-
readonly modelValue?: string | unknown[] | undefined;
|
|
564
|
-
readonly modifiers?: string | string[] | undefined;
|
|
565
|
-
key?: string | number | symbol | 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
|
-
not: boolean;
|
|
605
|
-
collapse: 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<{
|
|
725
|
+
render?: import("@storybook/types").ArgsStoryFn<import("@storybook/vue3/dist/types-ad933ac1").V, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
726
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
629
727
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
630
728
|
items: {
|
|
631
729
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -639,14 +737,74 @@ declare const _default: {
|
|
|
639
737
|
disabled: BooleanConstructor;
|
|
640
738
|
not: BooleanConstructor;
|
|
641
739
|
storeKey: StringConstructor;
|
|
642
|
-
modifiers:
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
740
|
+
modifiers: {
|
|
741
|
+
type: globalThis.PropType<string | string[]>;
|
|
742
|
+
default: undefined;
|
|
743
|
+
};
|
|
744
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
745
|
+
[x: string]: (...args: any[]) => void;
|
|
746
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
747
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
748
|
+
items: {
|
|
749
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
750
|
+
default: () => never[];
|
|
751
|
+
};
|
|
752
|
+
collapse: BooleanConstructor;
|
|
753
|
+
itemModifiers: {
|
|
754
|
+
type: globalThis.PropType<string | string[]>;
|
|
755
|
+
default: string;
|
|
756
|
+
};
|
|
757
|
+
disabled: BooleanConstructor;
|
|
758
|
+
not: BooleanConstructor;
|
|
759
|
+
storeKey: StringConstructor;
|
|
760
|
+
modifiers: {
|
|
761
|
+
type: globalThis.PropType<string | string[]>;
|
|
762
|
+
default: undefined;
|
|
763
|
+
};
|
|
764
|
+
}>>, {
|
|
765
|
+
disabled: boolean;
|
|
766
|
+
modifiers: string | string[];
|
|
767
|
+
collapse: boolean;
|
|
768
|
+
not: boolean;
|
|
769
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
770
|
+
itemModifiers: string | string[];
|
|
771
|
+
}, true, {}, {}, {
|
|
772
|
+
P: {};
|
|
773
|
+
B: {};
|
|
774
|
+
D: {};
|
|
775
|
+
C: {};
|
|
776
|
+
M: {};
|
|
777
|
+
Defaults: {};
|
|
778
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
779
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
780
|
+
items: {
|
|
781
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
782
|
+
default: () => never[];
|
|
783
|
+
};
|
|
784
|
+
collapse: BooleanConstructor;
|
|
785
|
+
itemModifiers: {
|
|
786
|
+
type: globalThis.PropType<string | string[]>;
|
|
787
|
+
default: string;
|
|
788
|
+
};
|
|
789
|
+
disabled: BooleanConstructor;
|
|
790
|
+
not: BooleanConstructor;
|
|
791
|
+
storeKey: StringConstructor;
|
|
792
|
+
modifiers: {
|
|
793
|
+
type: globalThis.PropType<string | string[]>;
|
|
794
|
+
default: undefined;
|
|
795
|
+
};
|
|
796
|
+
}>>, {}, {}, {}, {}, {
|
|
797
|
+
disabled: boolean;
|
|
798
|
+
modifiers: string | string[];
|
|
799
|
+
collapse: boolean;
|
|
800
|
+
not: boolean;
|
|
801
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
802
|
+
itemModifiers: string | string[];
|
|
803
|
+
}>;
|
|
646
804
|
__isFragment?: undefined;
|
|
647
805
|
__isTeleport?: undefined;
|
|
648
806
|
__isSuspense?: undefined;
|
|
649
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
807
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
650
808
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
651
809
|
items: {
|
|
652
810
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -660,17 +818,21 @@ declare const _default: {
|
|
|
660
818
|
disabled: BooleanConstructor;
|
|
661
819
|
not: BooleanConstructor;
|
|
662
820
|
storeKey: StringConstructor;
|
|
663
|
-
modifiers:
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
821
|
+
modifiers: {
|
|
822
|
+
type: globalThis.PropType<string | string[]>;
|
|
823
|
+
default: undefined;
|
|
824
|
+
};
|
|
825
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
826
|
+
[x: string]: (...args: any[]) => void;
|
|
827
|
+
}, string, {
|
|
667
828
|
disabled: boolean;
|
|
668
|
-
|
|
829
|
+
modifiers: string | string[];
|
|
669
830
|
collapse: boolean;
|
|
831
|
+
not: boolean;
|
|
670
832
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
671
833
|
itemModifiers: string | string[];
|
|
672
834
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
673
|
-
$slots: Partial<Record
|
|
835
|
+
$slots: Partial<Record<`header::${string}`, (_: any) => any>> & Partial<Record<`details::${string}`, (_: any) => any>> & {
|
|
674
836
|
default?(_: {}): any;
|
|
675
837
|
};
|
|
676
838
|
})>> | undefined;
|