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