@volverjs/ui-vue 0.0.10-beta.16 → 0.0.10-beta.18
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/auto-imports.d.ts +3 -2
- package/bin/icons.js +1 -1
- package/dist/Volver.d.ts +1 -1
- package/dist/components/VvAccordion/VvAccordion.es.js +2 -1
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +4 -2
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +2 -2
- package/dist/components/VvAction/VvAction.es.js +2 -1
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAction/VvAction.vue.d.ts +1 -1
- package/dist/components/VvAlert/VvAlert.es.js +3 -2
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +1 -1
- package/dist/components/VvAlert/index.d.ts +2 -2
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +5 -3
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +1 -1
- package/dist/components/VvAvatar/VvAvatar.vue.d.ts +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +1 -1
- package/dist/components/VvBadge/VvBadge.vue.d.ts +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +2 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +1 -1
- package/dist/components/VvButton/VvButton.es.js +5 -3
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +7 -7
- package/dist/components/VvButton/index.d.ts +3 -3
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +2 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +1 -1
- package/dist/components/VvCard/VvCard.vue.d.ts +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +2 -1
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +7 -7
- package/dist/components/VvCheckbox/index.d.ts +3 -3
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +4 -2
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +3 -3
- package/dist/components/VvCheckboxGroup/index.d.ts +1 -1
- package/dist/components/VvCombobox/VvCombobox.es.js +11 -6
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +3 -3
- package/dist/components/VvCombobox/index.d.ts +1 -1
- package/dist/components/VvDialog/VvDialog.es.js +60 -54
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDialog/VvDialog.vue.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdown.es.js +2 -1
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +1 -1
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +2 -1
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.es.js +1 -1
- package/dist/components/VvIcon/VvIcon.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.vue.d.ts +23 -103
- package/dist/components/VvInputFile/VvInputFile.es.js +87 -57
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +1 -1
- package/dist/components/VvInputText/VvInputClearAction.d.ts +1 -1
- package/dist/components/VvInputText/VvInputPasswordAction.d.ts +1 -1
- package/dist/components/VvInputText/VvInputStepAction.d.ts +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +48 -42
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +3 -3
- package/dist/components/VvInputText/index.d.ts +1 -1
- package/dist/components/VvNav/VvNav.es.js +7 -6
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +1 -1
- package/dist/components/VvNav/VvNavItem.vue.d.ts +1 -1
- package/dist/components/VvNav/VvNavSeparator.vue.d.ts +1 -1
- package/dist/components/VvNavItem/VvNavItem.es.js +2 -1
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
- package/dist/components/VvProgress/VvProgress.vue.d.ts +1 -1
- package/dist/components/VvRadio/VvRadio.es.js +2 -1
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +5 -5
- package/dist/components/VvRadio/index.d.ts +2 -2
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +4 -2
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +3 -3
- package/dist/components/VvRadioGroup/index.d.ts +1 -1
- package/dist/components/VvSelect/VvSelect.es.js +3 -2
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +3 -3
- package/dist/components/VvSelect/index.d.ts +1 -1
- package/dist/components/VvTab/VvTab.es.js +9 -7
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +2 -2
- package/dist/components/VvTextarea/VvTextarea.es.js +3 -2
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +5 -5
- package/dist/components/VvTextarea/index.d.ts +2 -2
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +1 -1
- package/dist/components/index.es.js +266 -210
- 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.es.js +14 -3
- package/dist/composables/index.umd.js +1 -1
- package/dist/directives/index.d.ts +3 -3
- package/dist/directives/index.es.js +3 -3
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-tooltip.es.js +1 -1
- package/dist/directives/v-tooltip.umd.js +1 -1
- package/dist/icons.es.js +6 -6
- package/dist/icons.umd.js +1 -1
- package/dist/index.es.js +62 -0
- package/dist/index.umd.js +1 -1
- package/dist/props/index.d.ts +5 -5
- package/dist/resolvers/unplugin.es.js +59 -6
- package/dist/resolvers/unplugin.umd.js +1 -1
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +59 -117
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +519 -661
- package/dist/utils/ObjectUtilities.d.ts +0 -1
- package/package.json +53 -53
- package/src/Volver.ts +9 -4
- 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/VvInputFile/VvInputFile.vue +33 -10
- package/src/directives/index.ts +3 -3
- package/src/resolvers/unplugin.ts +3 -13
- package/src/utils/ObjectUtilities.ts +0 -11
|
@@ -4,182 +4,98 @@ 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
|
-
disabled
|
|
9
|
-
modifiers
|
|
10
|
-
collapse
|
|
11
|
-
not
|
|
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
|
-
|
|
17
|
-
style?: unknown;
|
|
18
|
-
class?: unknown;
|
|
19
|
-
ref_for?: boolean | undefined;
|
|
20
|
-
ref_key?: string | undefined;
|
|
21
|
-
onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
22
|
-
[key: string]: any;
|
|
23
|
-
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
24
|
-
[key: string]: any;
|
|
25
|
-
}>) => void)[] | undefined;
|
|
26
|
-
onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
27
|
-
[key: string]: any;
|
|
28
|
-
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
|
-
[key: string]: any;
|
|
30
|
-
}>) => void)[] | undefined;
|
|
31
|
-
onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
32
|
-
[key: string]: any;
|
|
33
|
-
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
34
|
-
[key: string]: any;
|
|
35
|
-
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
36
|
-
[key: string]: any;
|
|
37
|
-
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
|
-
[key: string]: any;
|
|
39
|
-
}>) => void)[] | undefined;
|
|
40
|
-
onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
41
|
-
[key: string]: any;
|
|
42
|
-
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
|
-
[key: string]: any;
|
|
44
|
-
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
45
|
-
[key: string]: any;
|
|
46
|
-
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
|
-
[key: string]: any;
|
|
48
|
-
}>) => void)[] | undefined;
|
|
49
|
-
onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
50
|
-
[key: string]: any;
|
|
51
|
-
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
52
|
-
[key: string]: any;
|
|
53
|
-
}>) => void)[] | undefined;
|
|
54
|
-
onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
55
|
-
[key: string]: any;
|
|
56
|
-
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
57
|
-
[key: string]: any;
|
|
58
|
-
}>) => void)[] | undefined;
|
|
21
|
+
readonly modifiers?: string | string[] | undefined;
|
|
59
22
|
readonly storeKey?: string | undefined;
|
|
60
|
-
} & {
|
|
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"> & {
|
|
61
42
|
default?: import("vue").VNodeChild | ((_: {}) => any);
|
|
62
43
|
}>, "props"> | undefined;
|
|
63
44
|
subcomponents?: Record<string, Omit<import("vue").ConcreteComponent<unknown>, "props">> | undefined;
|
|
64
|
-
play?: import("@storybook/types").PlayFunction<import("@storybook/vue3/dist/
|
|
65
|
-
new (...args: any[]): {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
[key: string]: any;
|
|
119
|
-
}>) => void)[] | undefined;
|
|
120
|
-
readonly storeKey?: string | undefined;
|
|
121
|
-
};
|
|
122
|
-
$attrs: {
|
|
123
|
-
[x: string]: unknown;
|
|
124
|
-
};
|
|
125
|
-
$refs: {
|
|
126
|
-
[x: string]: unknown;
|
|
127
|
-
};
|
|
128
|
-
$slots: Readonly<{
|
|
129
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
130
|
-
}>;
|
|
131
|
-
$root: globalThis.ComponentPublicInstance | null;
|
|
132
|
-
$parent: globalThis.ComponentPublicInstance | null;
|
|
133
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
134
|
-
$el: any;
|
|
135
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
136
|
-
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
137
|
-
items: {
|
|
138
|
-
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
139
|
-
default: () => never[];
|
|
140
|
-
};
|
|
141
|
-
collapse: BooleanConstructor;
|
|
142
|
-
itemModifiers: {
|
|
143
|
-
type: globalThis.PropType<string | string[]>;
|
|
144
|
-
default: string;
|
|
145
|
-
};
|
|
146
|
-
disabled: BooleanConstructor;
|
|
147
|
-
not: BooleanConstructor;
|
|
148
|
-
storeKey: StringConstructor;
|
|
149
|
-
modifiers: {
|
|
150
|
-
type: globalThis.PropType<string | string[]>;
|
|
151
|
-
default: undefined;
|
|
152
|
-
};
|
|
153
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
154
|
-
[x: string]: (...args: any[]) => void;
|
|
155
|
-
}, string, {
|
|
156
|
-
disabled: boolean;
|
|
157
|
-
modifiers: string | string[];
|
|
158
|
-
collapse: boolean;
|
|
159
|
-
not: boolean;
|
|
160
|
-
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
161
|
-
itemModifiers: string | string[];
|
|
162
|
-
}, {}, string, {}> & {
|
|
163
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
164
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
165
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
166
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
167
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
168
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
169
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
170
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
171
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
172
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
173
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
174
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
175
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
176
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
177
|
-
errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
|
|
178
|
-
};
|
|
179
|
-
$forceUpdate: () => void;
|
|
180
|
-
$nextTick: typeof import("vue").nextTick;
|
|
181
|
-
$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;
|
|
182
|
-
} & 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<{
|
|
47
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
48
|
+
items: {
|
|
49
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
50
|
+
default: () => never[];
|
|
51
|
+
};
|
|
52
|
+
collapse: BooleanConstructor;
|
|
53
|
+
itemModifiers: {
|
|
54
|
+
type: globalThis.PropType<string | string[]>;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
disabled: BooleanConstructor;
|
|
58
|
+
not: BooleanConstructor;
|
|
59
|
+
storeKey: StringConstructor;
|
|
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<{
|
|
183
99
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
184
100
|
items: {
|
|
185
101
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -197,11 +113,18 @@ declare const _default: {
|
|
|
197
113
|
type: globalThis.PropType<string | string[]>;
|
|
198
114
|
default: undefined;
|
|
199
115
|
};
|
|
200
|
-
}
|
|
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
|
+
}>;
|
|
201
124
|
__isFragment?: undefined;
|
|
202
125
|
__isTeleport?: undefined;
|
|
203
126
|
__isSuspense?: undefined;
|
|
204
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
127
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
205
128
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
206
129
|
items: {
|
|
207
130
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -229,12 +152,66 @@ declare const _default: {
|
|
|
229
152
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
230
153
|
itemModifiers: string | string[];
|
|
231
154
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
232
|
-
$slots: Partial<Record
|
|
155
|
+
$slots: Partial<Record<`header::${string}`, (_: any) => any>> & Partial<Record<`details::${string}`, (_: any) => any>> & {
|
|
233
156
|
default?(_: {}): any;
|
|
234
157
|
};
|
|
235
158
|
})>> | undefined;
|
|
236
159
|
tags?: string[] | undefined;
|
|
237
|
-
decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/vue3/dist/
|
|
160
|
+
decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/vue3/dist/types-ad933ac1").V, {
|
|
161
|
+
disabled?: boolean | undefined;
|
|
162
|
+
modifiers?: string | string[] | undefined;
|
|
163
|
+
collapse?: boolean | undefined;
|
|
164
|
+
not?: boolean | undefined;
|
|
165
|
+
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
166
|
+
itemModifiers?: string | string[] | undefined;
|
|
167
|
+
key?: string | number | symbol | undefined;
|
|
168
|
+
readonly modelValue?: string | unknown[] | undefined;
|
|
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, {
|
|
238
215
|
disabled?: boolean | undefined;
|
|
239
216
|
modifiers?: string | string[] | undefined;
|
|
240
217
|
collapse?: boolean | undefined;
|
|
@@ -291,124 +268,7 @@ declare const _default: {
|
|
|
291
268
|
}>[] | undefined;
|
|
292
269
|
parameters?: import("@storybook/types").Parameters | undefined;
|
|
293
270
|
args?: Partial<import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
294
|
-
new (...args: any[]): {
|
|
295
|
-
$: import("vue").ComponentInternalInstance;
|
|
296
|
-
$data: {};
|
|
297
|
-
$props: {
|
|
298
|
-
disabled?: boolean | undefined;
|
|
299
|
-
modifiers?: string | string[] | undefined;
|
|
300
|
-
collapse?: boolean | undefined;
|
|
301
|
-
not?: boolean | undefined;
|
|
302
|
-
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
303
|
-
itemModifiers?: string | string[] | undefined;
|
|
304
|
-
key?: string | number | symbol | undefined;
|
|
305
|
-
readonly modelValue?: string | unknown[] | undefined;
|
|
306
|
-
ref?: import("vue").VNodeRef | undefined;
|
|
307
|
-
style?: unknown;
|
|
308
|
-
class?: unknown;
|
|
309
|
-
ref_for?: boolean | undefined;
|
|
310
|
-
ref_key?: string | undefined;
|
|
311
|
-
onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
312
|
-
[key: string]: any;
|
|
313
|
-
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
314
|
-
[key: string]: any;
|
|
315
|
-
}>) => void)[] | undefined;
|
|
316
|
-
onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
317
|
-
[key: string]: any;
|
|
318
|
-
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
319
|
-
[key: string]: any;
|
|
320
|
-
}>) => void)[] | undefined;
|
|
321
|
-
onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
322
|
-
[key: string]: any;
|
|
323
|
-
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
324
|
-
[key: string]: any;
|
|
325
|
-
}>) => void) | ((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)[] | undefined;
|
|
330
|
-
onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
331
|
-
[key: string]: any;
|
|
332
|
-
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
333
|
-
[key: string]: any;
|
|
334
|
-
}>) => void) | ((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)[] | undefined;
|
|
339
|
-
onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
340
|
-
[key: string]: any;
|
|
341
|
-
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
342
|
-
[key: string]: any;
|
|
343
|
-
}>) => void)[] | undefined;
|
|
344
|
-
onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
345
|
-
[key: string]: any;
|
|
346
|
-
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
347
|
-
[key: string]: any;
|
|
348
|
-
}>) => void)[] | undefined;
|
|
349
|
-
readonly storeKey?: string | undefined;
|
|
350
|
-
};
|
|
351
|
-
$attrs: {
|
|
352
|
-
[x: string]: unknown;
|
|
353
|
-
};
|
|
354
|
-
$refs: {
|
|
355
|
-
[x: string]: unknown;
|
|
356
|
-
};
|
|
357
|
-
$slots: Readonly<{
|
|
358
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
359
|
-
}>;
|
|
360
|
-
$root: globalThis.ComponentPublicInstance | null;
|
|
361
|
-
$parent: globalThis.ComponentPublicInstance | null;
|
|
362
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
363
|
-
$el: any;
|
|
364
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
365
|
-
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
366
|
-
items: {
|
|
367
|
-
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
368
|
-
default: () => never[];
|
|
369
|
-
};
|
|
370
|
-
collapse: BooleanConstructor;
|
|
371
|
-
itemModifiers: {
|
|
372
|
-
type: globalThis.PropType<string | string[]>;
|
|
373
|
-
default: string;
|
|
374
|
-
};
|
|
375
|
-
disabled: BooleanConstructor;
|
|
376
|
-
not: BooleanConstructor;
|
|
377
|
-
storeKey: StringConstructor;
|
|
378
|
-
modifiers: {
|
|
379
|
-
type: globalThis.PropType<string | string[]>;
|
|
380
|
-
default: undefined;
|
|
381
|
-
};
|
|
382
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
383
|
-
[x: string]: (...args: any[]) => void;
|
|
384
|
-
}, string, {
|
|
385
|
-
disabled: boolean;
|
|
386
|
-
modifiers: string | string[];
|
|
387
|
-
collapse: boolean;
|
|
388
|
-
not: boolean;
|
|
389
|
-
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
390
|
-
itemModifiers: string | string[];
|
|
391
|
-
}, {}, string, {}> & {
|
|
392
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
393
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
394
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
395
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
396
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
397
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
398
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
399
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
400
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
401
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
402
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
403
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
404
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
405
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
406
|
-
errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
|
|
407
|
-
};
|
|
408
|
-
$forceUpdate: () => void;
|
|
409
|
-
$nextTick: typeof import("vue").nextTick;
|
|
410
|
-
$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;
|
|
411
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
271
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
412
272
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
413
273
|
items: {
|
|
414
274
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -426,11 +286,70 @@ declare const _default: {
|
|
|
426
286
|
type: globalThis.PropType<string | string[]>;
|
|
427
287
|
default: undefined;
|
|
428
288
|
};
|
|
429
|
-
}
|
|
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<{
|
|
292
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
293
|
+
items: {
|
|
294
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
295
|
+
default: () => never[];
|
|
296
|
+
};
|
|
297
|
+
collapse: BooleanConstructor;
|
|
298
|
+
itemModifiers: {
|
|
299
|
+
type: globalThis.PropType<string | string[]>;
|
|
300
|
+
default: string;
|
|
301
|
+
};
|
|
302
|
+
disabled: BooleanConstructor;
|
|
303
|
+
not: BooleanConstructor;
|
|
304
|
+
storeKey: StringConstructor;
|
|
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
|
+
}>;
|
|
430
349
|
__isFragment?: undefined;
|
|
431
350
|
__isTeleport?: undefined;
|
|
432
351
|
__isSuspense?: undefined;
|
|
433
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
352
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
434
353
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
435
354
|
items: {
|
|
436
355
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -458,129 +377,64 @@ declare const _default: {
|
|
|
458
377
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
459
378
|
itemModifiers: string | string[];
|
|
460
379
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
461
|
-
$slots: Partial<Record
|
|
380
|
+
$slots: Partial<Record<`header::${string}`, (_: any) => any>> & Partial<Record<`details::${string}`, (_: any) => any>> & {
|
|
462
381
|
default?(_: {}): any;
|
|
463
382
|
};
|
|
464
383
|
})>> | undefined;
|
|
465
384
|
argTypes?: Partial<import("@storybook/types").ArgTypes<import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
466
|
-
new (...args: any[]): {
|
|
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
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
[key: string]: any;
|
|
520
|
-
}>) => void)[] | undefined;
|
|
521
|
-
readonly storeKey?: string | undefined;
|
|
522
|
-
};
|
|
523
|
-
$attrs: {
|
|
524
|
-
[x: string]: unknown;
|
|
525
|
-
};
|
|
526
|
-
$refs: {
|
|
527
|
-
[x: string]: unknown;
|
|
528
|
-
};
|
|
529
|
-
$slots: Readonly<{
|
|
530
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
531
|
-
}>;
|
|
532
|
-
$root: globalThis.ComponentPublicInstance | null;
|
|
533
|
-
$parent: globalThis.ComponentPublicInstance | null;
|
|
534
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
535
|
-
$el: any;
|
|
536
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
537
|
-
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
538
|
-
items: {
|
|
539
|
-
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
540
|
-
default: () => never[];
|
|
541
|
-
};
|
|
542
|
-
collapse: BooleanConstructor;
|
|
543
|
-
itemModifiers: {
|
|
544
|
-
type: globalThis.PropType<string | string[]>;
|
|
545
|
-
default: string;
|
|
546
|
-
};
|
|
547
|
-
disabled: BooleanConstructor;
|
|
548
|
-
not: BooleanConstructor;
|
|
549
|
-
storeKey: StringConstructor;
|
|
550
|
-
modifiers: {
|
|
551
|
-
type: globalThis.PropType<string | string[]>;
|
|
552
|
-
default: undefined;
|
|
553
|
-
};
|
|
554
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
555
|
-
[x: string]: (...args: any[]) => void;
|
|
556
|
-
}, string, {
|
|
557
|
-
disabled: boolean;
|
|
558
|
-
modifiers: string | string[];
|
|
559
|
-
collapse: boolean;
|
|
560
|
-
not: boolean;
|
|
561
|
-
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
562
|
-
itemModifiers: string | string[];
|
|
563
|
-
}, {}, string, {}> & {
|
|
564
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
565
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
566
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
567
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
568
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
569
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
570
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
571
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
572
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
573
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
574
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
575
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
576
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
577
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
578
|
-
errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
|
|
579
|
-
};
|
|
580
|
-
$forceUpdate: () => void;
|
|
581
|
-
$nextTick: typeof import("vue").nextTick;
|
|
582
|
-
$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;
|
|
583
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
385
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
386
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
387
|
+
items: {
|
|
388
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
389
|
+
default: () => never[];
|
|
390
|
+
};
|
|
391
|
+
collapse: BooleanConstructor;
|
|
392
|
+
itemModifiers: {
|
|
393
|
+
type: globalThis.PropType<string | string[]>;
|
|
394
|
+
default: string;
|
|
395
|
+
};
|
|
396
|
+
disabled: BooleanConstructor;
|
|
397
|
+
not: BooleanConstructor;
|
|
398
|
+
storeKey: StringConstructor;
|
|
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<{
|
|
584
438
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
585
439
|
items: {
|
|
586
440
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -598,11 +452,18 @@ declare const _default: {
|
|
|
598
452
|
type: globalThis.PropType<string | string[]>;
|
|
599
453
|
default: undefined;
|
|
600
454
|
};
|
|
601
|
-
}
|
|
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
|
+
}>;
|
|
602
463
|
__isFragment?: undefined;
|
|
603
464
|
__isTeleport?: undefined;
|
|
604
465
|
__isSuspense?: undefined;
|
|
605
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
466
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
606
467
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
607
468
|
items: {
|
|
608
469
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -630,129 +491,12 @@ declare const _default: {
|
|
|
630
491
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
631
492
|
itemModifiers: string | string[];
|
|
632
493
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
633
|
-
$slots: Partial<Record
|
|
494
|
+
$slots: Partial<Record<`header::${string}`, (_: any) => any>> & Partial<Record<`details::${string}`, (_: any) => any>> & {
|
|
634
495
|
default?(_: {}): any;
|
|
635
496
|
};
|
|
636
497
|
})>>> | undefined;
|
|
637
|
-
loaders?: import("@storybook/types").LoaderFunction<import("@storybook/vue3/dist/
|
|
638
|
-
new (...args: any[]): {
|
|
639
|
-
$: import("vue").ComponentInternalInstance;
|
|
640
|
-
$data: {};
|
|
641
|
-
$props: {
|
|
642
|
-
disabled?: boolean | undefined;
|
|
643
|
-
modifiers?: string | string[] | undefined;
|
|
644
|
-
collapse?: boolean | undefined;
|
|
645
|
-
not?: boolean | undefined;
|
|
646
|
-
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
647
|
-
itemModifiers?: string | string[] | undefined;
|
|
648
|
-
key?: string | number | symbol | undefined;
|
|
649
|
-
readonly modelValue?: string | unknown[] | undefined;
|
|
650
|
-
ref?: import("vue").VNodeRef | undefined;
|
|
651
|
-
style?: unknown;
|
|
652
|
-
class?: unknown;
|
|
653
|
-
ref_for?: boolean | undefined;
|
|
654
|
-
ref_key?: string | undefined;
|
|
655
|
-
onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
656
|
-
[key: string]: any;
|
|
657
|
-
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
658
|
-
[key: string]: any;
|
|
659
|
-
}>) => void)[] | undefined;
|
|
660
|
-
onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
661
|
-
[key: string]: any;
|
|
662
|
-
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
663
|
-
[key: string]: any;
|
|
664
|
-
}>) => void)[] | undefined;
|
|
665
|
-
onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
666
|
-
[key: string]: any;
|
|
667
|
-
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
668
|
-
[key: string]: any;
|
|
669
|
-
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
670
|
-
[key: string]: any;
|
|
671
|
-
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
672
|
-
[key: string]: any;
|
|
673
|
-
}>) => void)[] | undefined;
|
|
674
|
-
onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
675
|
-
[key: string]: any;
|
|
676
|
-
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
677
|
-
[key: string]: any;
|
|
678
|
-
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
679
|
-
[key: string]: any;
|
|
680
|
-
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
681
|
-
[key: string]: any;
|
|
682
|
-
}>) => void)[] | undefined;
|
|
683
|
-
onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
684
|
-
[key: string]: any;
|
|
685
|
-
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
686
|
-
[key: string]: any;
|
|
687
|
-
}>) => void)[] | undefined;
|
|
688
|
-
onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
689
|
-
[key: string]: any;
|
|
690
|
-
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
691
|
-
[key: string]: any;
|
|
692
|
-
}>) => void)[] | undefined;
|
|
693
|
-
readonly storeKey?: string | undefined;
|
|
694
|
-
};
|
|
695
|
-
$attrs: {
|
|
696
|
-
[x: string]: unknown;
|
|
697
|
-
};
|
|
698
|
-
$refs: {
|
|
699
|
-
[x: string]: unknown;
|
|
700
|
-
};
|
|
701
|
-
$slots: Readonly<{
|
|
702
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
703
|
-
}>;
|
|
704
|
-
$root: globalThis.ComponentPublicInstance | null;
|
|
705
|
-
$parent: globalThis.ComponentPublicInstance | null;
|
|
706
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
707
|
-
$el: any;
|
|
708
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
709
|
-
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
710
|
-
items: {
|
|
711
|
-
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
712
|
-
default: () => never[];
|
|
713
|
-
};
|
|
714
|
-
collapse: BooleanConstructor;
|
|
715
|
-
itemModifiers: {
|
|
716
|
-
type: globalThis.PropType<string | string[]>;
|
|
717
|
-
default: string;
|
|
718
|
-
};
|
|
719
|
-
disabled: BooleanConstructor;
|
|
720
|
-
not: BooleanConstructor;
|
|
721
|
-
storeKey: StringConstructor;
|
|
722
|
-
modifiers: {
|
|
723
|
-
type: globalThis.PropType<string | string[]>;
|
|
724
|
-
default: undefined;
|
|
725
|
-
};
|
|
726
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
727
|
-
[x: string]: (...args: any[]) => void;
|
|
728
|
-
}, string, {
|
|
729
|
-
disabled: boolean;
|
|
730
|
-
modifiers: string | string[];
|
|
731
|
-
collapse: boolean;
|
|
732
|
-
not: boolean;
|
|
733
|
-
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
734
|
-
itemModifiers: string | string[];
|
|
735
|
-
}, {}, string, {}> & {
|
|
736
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
737
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
738
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
739
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
740
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
741
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
742
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
743
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
744
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
745
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
746
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
747
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
748
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
749
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
750
|
-
errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
|
|
751
|
-
};
|
|
752
|
-
$forceUpdate: () => void;
|
|
753
|
-
$nextTick: typeof import("vue").nextTick;
|
|
754
|
-
$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;
|
|
755
|
-
} & 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<{
|
|
756
500
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
757
501
|
items: {
|
|
758
502
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -770,11 +514,70 @@ declare const _default: {
|
|
|
770
514
|
type: globalThis.PropType<string | string[]>;
|
|
771
515
|
default: undefined;
|
|
772
516
|
};
|
|
773
|
-
}
|
|
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<{
|
|
552
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
553
|
+
items: {
|
|
554
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
555
|
+
default: () => never[];
|
|
556
|
+
};
|
|
557
|
+
collapse: BooleanConstructor;
|
|
558
|
+
itemModifiers: {
|
|
559
|
+
type: globalThis.PropType<string | string[]>;
|
|
560
|
+
default: string;
|
|
561
|
+
};
|
|
562
|
+
disabled: BooleanConstructor;
|
|
563
|
+
not: BooleanConstructor;
|
|
564
|
+
storeKey: StringConstructor;
|
|
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
|
+
}>;
|
|
774
577
|
__isFragment?: undefined;
|
|
775
578
|
__isTeleport?: undefined;
|
|
776
579
|
__isSuspense?: undefined;
|
|
777
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
580
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
778
581
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
779
582
|
items: {
|
|
780
583
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -802,129 +605,177 @@ declare const _default: {
|
|
|
802
605
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
803
606
|
itemModifiers: string | string[];
|
|
804
607
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
805
|
-
$slots: Partial<Record
|
|
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[];
|
|
716
|
+
collapse: boolean;
|
|
717
|
+
not: boolean;
|
|
718
|
+
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
719
|
+
itemModifiers: string | string[];
|
|
720
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
721
|
+
$slots: Partial<Record<`header::${string}`, (_: any) => any>> & Partial<Record<`details::${string}`, (_: any) => any>> & {
|
|
806
722
|
default?(_: {}): any;
|
|
807
723
|
};
|
|
808
724
|
})>>[] | undefined;
|
|
809
|
-
render?: import("@storybook/types").ArgsStoryFn<import("@storybook/vue3/dist/
|
|
810
|
-
new (...args: any[]): {
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
[key: string]: any;
|
|
864
|
-
}>) => void)[] | undefined;
|
|
865
|
-
readonly storeKey?: string | undefined;
|
|
866
|
-
};
|
|
867
|
-
$attrs: {
|
|
868
|
-
[x: string]: unknown;
|
|
869
|
-
};
|
|
870
|
-
$refs: {
|
|
871
|
-
[x: string]: unknown;
|
|
872
|
-
};
|
|
873
|
-
$slots: Readonly<{
|
|
874
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
875
|
-
}>;
|
|
876
|
-
$root: globalThis.ComponentPublicInstance | null;
|
|
877
|
-
$parent: globalThis.ComponentPublicInstance | null;
|
|
878
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
879
|
-
$el: any;
|
|
880
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
881
|
-
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
882
|
-
items: {
|
|
883
|
-
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
884
|
-
default: () => never[];
|
|
885
|
-
};
|
|
886
|
-
collapse: BooleanConstructor;
|
|
887
|
-
itemModifiers: {
|
|
888
|
-
type: globalThis.PropType<string | string[]>;
|
|
889
|
-
default: string;
|
|
890
|
-
};
|
|
891
|
-
disabled: BooleanConstructor;
|
|
892
|
-
not: BooleanConstructor;
|
|
893
|
-
storeKey: StringConstructor;
|
|
894
|
-
modifiers: {
|
|
895
|
-
type: globalThis.PropType<string | string[]>;
|
|
896
|
-
default: undefined;
|
|
897
|
-
};
|
|
898
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
899
|
-
[x: string]: (...args: any[]) => void;
|
|
900
|
-
}, string, {
|
|
901
|
-
disabled: boolean;
|
|
902
|
-
modifiers: string | string[];
|
|
903
|
-
collapse: boolean;
|
|
904
|
-
not: boolean;
|
|
905
|
-
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
906
|
-
itemModifiers: string | string[];
|
|
907
|
-
}, {}, string, {}> & {
|
|
908
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
909
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
910
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
911
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
912
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
913
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
914
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
915
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
916
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
917
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
918
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
919
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
920
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
921
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
922
|
-
errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
|
|
923
|
-
};
|
|
924
|
-
$forceUpdate: () => void;
|
|
925
|
-
$nextTick: typeof import("vue").nextTick;
|
|
926
|
-
$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;
|
|
927
|
-
} & 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<{
|
|
727
|
+
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
728
|
+
items: {
|
|
729
|
+
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
730
|
+
default: () => never[];
|
|
731
|
+
};
|
|
732
|
+
collapse: BooleanConstructor;
|
|
733
|
+
itemModifiers: {
|
|
734
|
+
type: globalThis.PropType<string | string[]>;
|
|
735
|
+
default: string;
|
|
736
|
+
};
|
|
737
|
+
disabled: BooleanConstructor;
|
|
738
|
+
not: BooleanConstructor;
|
|
739
|
+
storeKey: StringConstructor;
|
|
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<{
|
|
928
779
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
929
780
|
items: {
|
|
930
781
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -942,11 +793,18 @@ declare const _default: {
|
|
|
942
793
|
type: globalThis.PropType<string | string[]>;
|
|
943
794
|
default: undefined;
|
|
944
795
|
};
|
|
945
|
-
}
|
|
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
|
+
}>;
|
|
946
804
|
__isFragment?: undefined;
|
|
947
805
|
__isTeleport?: undefined;
|
|
948
806
|
__isSuspense?: undefined;
|
|
949
|
-
} & import("vue").ComponentOptionsBase<Readonly<
|
|
807
|
+
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
950
808
|
modelValue: (ArrayConstructor | StringConstructor)[];
|
|
951
809
|
items: {
|
|
952
810
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -974,7 +832,7 @@ declare const _default: {
|
|
|
974
832
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
975
833
|
itemModifiers: string | string[];
|
|
976
834
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
977
|
-
$slots: Partial<Record
|
|
835
|
+
$slots: Partial<Record<`header::${string}`, (_: any) => any>> & Partial<Record<`details::${string}`, (_: any) => any>> & {
|
|
978
836
|
default?(_: {}): any;
|
|
979
837
|
};
|
|
980
838
|
})>> | undefined;
|