@volverjs/ui-vue 0.0.10-beta.24 → 0.0.10-beta.26
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 +1 -0
- package/dist/components/VvAccordion/VvAccordion.es.js +14 -12
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +169 -89
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +31 -5
- package/dist/components/VvAccordionGroup/index.d.ts +7 -4
- package/dist/components/VvAction/VvAction.es.js +14 -12
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAction/VvAction.vue.d.ts +2 -11
- package/dist/components/VvAction/index.d.ts +1 -5
- package/dist/components/VvAlert/VvAlert.es.js +14 -12
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +14 -12
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAvatar/VvAvatar.es.js +14 -12
- package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +14 -12
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvBadge/VvBadge.es.js +14 -12
- package/dist/components/VvBadge/VvBadge.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +14 -12
- 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 +14 -12
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +2 -19
- package/dist/components/VvButton/index.d.ts +1 -5
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +14 -12
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvCard/VvCard.es.js +14 -12
- package/dist/components/VvCard/VvCard.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +14 -12
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +14 -12
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.es.js +58 -34
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +2 -8
- package/dist/components/VvCombobox/index.d.ts +9 -2
- package/dist/components/VvDialog/VvDialog.es.js +14 -12
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.es.js +24 -16
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +2 -19
- package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +13 -1
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +9 -0
- package/dist/components/VvDropdown/index.d.ts +37 -0
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +64 -15
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvDropdownItem/VvDropdownItem.es.js +322 -1
- package/dist/components/VvDropdownItem/VvDropdownItem.umd.js +1 -1
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +14 -12
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +131 -76
- package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
- package/dist/components/VvInputFile/VvInputFile.es.js +14 -12
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
- package/dist/components/VvInputFile/index.d.ts +5 -5
- package/dist/components/VvInputText/VvInputText.es.js +979 -107
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +44 -1
- package/dist/components/VvInputText/index.d.ts +28 -0
- package/dist/components/VvNav/VvNav.es.js +14 -12
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +1 -1
- package/dist/components/VvNavItem/VvNavItem.es.js +14 -12
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
- package/dist/components/VvProgress/VvProgress.es.js +14 -12
- package/dist/components/VvProgress/VvProgress.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.es.js +14 -12
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +14 -12
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.es.js +14 -12
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvTab/VvTab.es.js +14 -12
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +1 -1
- package/dist/components/VvTextarea/VvTextarea.es.js +14 -12
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTooltip/VvTooltip.es.js +14 -12
- package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
- package/dist/components/index.es.js +435 -195
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/dropdown/useInjectDropdown.d.ts +3 -23
- package/dist/composables/dropdown/useProvideDropdown.d.ts +2 -3
- package/dist/composables/usePersistence.d.ts +3 -0
- package/dist/constants.d.ts +24 -21
- package/dist/directives/index.es.js +14 -12
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-tooltip.es.js +14 -12
- package/dist/directives/v-tooltip.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/props/index.d.ts +11 -11
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +51 -9
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +327 -64
- package/dist/stories/Button/Button.settings.d.ts +0 -1
- package/dist/types/nav.d.ts +1 -2
- package/package.json +1 -1
- 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/VvAccordionGroup/VvAccordionGroup.vue +86 -69
- package/src/components/VvAccordionGroup/index.ts +3 -5
- package/src/components/VvCombobox/VvCombobox.vue +2 -0
- package/src/components/VvDropdown/VvDropdown.vue +11 -2
- package/src/components/VvDropdown/VvDropdownItem.vue +4 -1
- package/src/components/VvDropdown/VvDropdownOption.vue +3 -21
- package/src/components/VvDropdown/index.ts +35 -1
- package/src/components/VvInputText/VvInputText.vue +98 -3
- package/src/components/VvInputText/index.ts +24 -1
- package/src/composables/dropdown/useProvideDropdown.ts +4 -4
- package/src/composables/usePersistence.ts +76 -0
- package/src/constants.ts +23 -18
- package/src/props/index.ts +12 -7
- package/src/stories/AccordionGroup/AccordionGroup.settings.ts +2 -2
- package/src/stories/AccordionGroup/AccordionGroup.test.ts +5 -5
- package/src/stories/Button/Button.settings.ts +1 -4
- package/src/types/nav.ts +1 -3
|
@@ -7,22 +7,26 @@ declare const _default: {
|
|
|
7
7
|
component?: Omit<import("vue").ConcreteComponent<Partial<{
|
|
8
8
|
collapse: boolean;
|
|
9
9
|
disabled: boolean;
|
|
10
|
+
modelValue: string | string[] | undefined;
|
|
10
11
|
not: boolean;
|
|
11
12
|
modifiers: string | string[];
|
|
12
13
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
13
14
|
itemModifiers: string | string[];
|
|
15
|
+
storageType: "local" | "session";
|
|
14
16
|
}> & Omit<{
|
|
15
17
|
readonly collapse: boolean;
|
|
16
18
|
readonly disabled: boolean;
|
|
17
19
|
readonly not: boolean;
|
|
18
20
|
readonly items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
19
21
|
readonly itemModifiers: string | string[];
|
|
22
|
+
readonly storageType: "local" | "session";
|
|
20
23
|
readonly modelValue?: string | string[] | undefined;
|
|
21
24
|
readonly modifiers?: string | string[] | undefined;
|
|
22
|
-
readonly
|
|
25
|
+
readonly storageKey?: string | undefined;
|
|
23
26
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
24
27
|
modelValue: {
|
|
25
28
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
29
|
+
default: undefined;
|
|
26
30
|
};
|
|
27
31
|
items: {
|
|
28
32
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -35,14 +39,19 @@ declare const _default: {
|
|
|
35
39
|
};
|
|
36
40
|
disabled: BooleanConstructor;
|
|
37
41
|
not: BooleanConstructor;
|
|
38
|
-
|
|
42
|
+
storageType: {
|
|
43
|
+
type: globalThis.PropType<"local" | "session">;
|
|
44
|
+
default: import("../../constants").StorageType;
|
|
45
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
46
|
+
};
|
|
47
|
+
storageKey: StringConstructor;
|
|
39
48
|
modifiers: {
|
|
40
49
|
type: globalThis.PropType<string | string[]>;
|
|
41
50
|
default: undefined;
|
|
42
51
|
};
|
|
43
|
-
}>>, "collapse" | "disabled" | "not" | "modifiers" | "items" | "itemModifiers"> & {
|
|
52
|
+
}>>, "collapse" | "disabled" | "modelValue" | "not" | "modifiers" | "items" | "itemModifiers" | "storageType"> & {
|
|
44
53
|
default?: import("vue").VNodeChild | ((_: {
|
|
45
|
-
|
|
54
|
+
expandedAccordions: Set<string>;
|
|
46
55
|
expand: (name?: string | string[] | undefined) => void;
|
|
47
56
|
collapse: (name?: string | string[] | undefined) => void;
|
|
48
57
|
}) => any);
|
|
@@ -52,6 +61,7 @@ declare const _default: {
|
|
|
52
61
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
53
62
|
modelValue: {
|
|
54
63
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
64
|
+
default: undefined;
|
|
55
65
|
};
|
|
56
66
|
items: {
|
|
57
67
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -64,13 +74,18 @@ declare const _default: {
|
|
|
64
74
|
};
|
|
65
75
|
disabled: BooleanConstructor;
|
|
66
76
|
not: BooleanConstructor;
|
|
67
|
-
|
|
77
|
+
storageType: {
|
|
78
|
+
type: globalThis.PropType<"local" | "session">;
|
|
79
|
+
default: import("../../constants").StorageType;
|
|
80
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
81
|
+
};
|
|
82
|
+
storageKey: StringConstructor;
|
|
68
83
|
modifiers: {
|
|
69
84
|
type: globalThis.PropType<string | string[]>;
|
|
70
85
|
default: undefined;
|
|
71
86
|
};
|
|
72
87
|
}>>, {
|
|
73
|
-
|
|
88
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
74
89
|
expand: (name?: string | string[] | undefined) => void;
|
|
75
90
|
collapse: (name?: string | string[] | undefined) => void;
|
|
76
91
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -78,6 +93,7 @@ declare const _default: {
|
|
|
78
93
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
79
94
|
modelValue: {
|
|
80
95
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
96
|
+
default: undefined;
|
|
81
97
|
};
|
|
82
98
|
items: {
|
|
83
99
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -90,7 +106,12 @@ declare const _default: {
|
|
|
90
106
|
};
|
|
91
107
|
disabled: BooleanConstructor;
|
|
92
108
|
not: BooleanConstructor;
|
|
93
|
-
|
|
109
|
+
storageType: {
|
|
110
|
+
type: globalThis.PropType<"local" | "session">;
|
|
111
|
+
default: import("../../constants").StorageType;
|
|
112
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
113
|
+
};
|
|
114
|
+
storageKey: StringConstructor;
|
|
94
115
|
modifiers: {
|
|
95
116
|
type: globalThis.PropType<string | string[]>;
|
|
96
117
|
default: undefined;
|
|
@@ -98,10 +119,12 @@ declare const _default: {
|
|
|
98
119
|
}>>, {
|
|
99
120
|
collapse: boolean;
|
|
100
121
|
disabled: boolean;
|
|
122
|
+
modelValue: string | string[] | undefined;
|
|
101
123
|
not: boolean;
|
|
102
124
|
modifiers: string | string[];
|
|
103
125
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
104
126
|
itemModifiers: string | string[];
|
|
127
|
+
storageType: "local" | "session";
|
|
105
128
|
}, true, {}, {}, {
|
|
106
129
|
P: {};
|
|
107
130
|
B: {};
|
|
@@ -112,6 +135,7 @@ declare const _default: {
|
|
|
112
135
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
113
136
|
modelValue: {
|
|
114
137
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
138
|
+
default: undefined;
|
|
115
139
|
};
|
|
116
140
|
items: {
|
|
117
141
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -124,22 +148,29 @@ declare const _default: {
|
|
|
124
148
|
};
|
|
125
149
|
disabled: BooleanConstructor;
|
|
126
150
|
not: BooleanConstructor;
|
|
127
|
-
|
|
151
|
+
storageType: {
|
|
152
|
+
type: globalThis.PropType<"local" | "session">;
|
|
153
|
+
default: import("../../constants").StorageType;
|
|
154
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
155
|
+
};
|
|
156
|
+
storageKey: StringConstructor;
|
|
128
157
|
modifiers: {
|
|
129
158
|
type: globalThis.PropType<string | string[]>;
|
|
130
159
|
default: undefined;
|
|
131
160
|
};
|
|
132
161
|
}>>, {
|
|
133
|
-
|
|
162
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
134
163
|
expand: (name?: string | string[] | undefined) => void;
|
|
135
164
|
collapse: (name?: string | string[] | undefined) => void;
|
|
136
165
|
}, {}, {}, {}, {
|
|
137
166
|
collapse: boolean;
|
|
138
167
|
disabled: boolean;
|
|
168
|
+
modelValue: string | string[] | undefined;
|
|
139
169
|
not: boolean;
|
|
140
170
|
modifiers: string | string[];
|
|
141
171
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
142
172
|
itemModifiers: string | string[];
|
|
173
|
+
storageType: "local" | "session";
|
|
143
174
|
}>;
|
|
144
175
|
__isFragment?: undefined;
|
|
145
176
|
__isTeleport?: undefined;
|
|
@@ -147,6 +178,7 @@ declare const _default: {
|
|
|
147
178
|
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
148
179
|
modelValue: {
|
|
149
180
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
181
|
+
default: undefined;
|
|
150
182
|
};
|
|
151
183
|
items: {
|
|
152
184
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -159,13 +191,18 @@ declare const _default: {
|
|
|
159
191
|
};
|
|
160
192
|
disabled: BooleanConstructor;
|
|
161
193
|
not: BooleanConstructor;
|
|
162
|
-
|
|
194
|
+
storageType: {
|
|
195
|
+
type: globalThis.PropType<"local" | "session">;
|
|
196
|
+
default: import("../../constants").StorageType;
|
|
197
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
198
|
+
};
|
|
199
|
+
storageKey: StringConstructor;
|
|
163
200
|
modifiers: {
|
|
164
201
|
type: globalThis.PropType<string | string[]>;
|
|
165
202
|
default: undefined;
|
|
166
203
|
};
|
|
167
204
|
}>>, {
|
|
168
|
-
|
|
205
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
169
206
|
expand: (name?: string | string[] | undefined) => void;
|
|
170
207
|
collapse: (name?: string | string[] | undefined) => void;
|
|
171
208
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -173,14 +210,28 @@ declare const _default: {
|
|
|
173
210
|
}, string, {
|
|
174
211
|
collapse: boolean;
|
|
175
212
|
disabled: boolean;
|
|
213
|
+
modelValue: string | string[] | undefined;
|
|
176
214
|
not: boolean;
|
|
177
215
|
modifiers: string | string[];
|
|
178
216
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
179
217
|
itemModifiers: string | string[];
|
|
218
|
+
storageType: "local" | "session";
|
|
180
219
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
181
|
-
$slots: Partial<Record<`
|
|
220
|
+
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
221
|
+
isExpanded: boolean;
|
|
222
|
+
expand: () => void;
|
|
223
|
+
collapse: () => void;
|
|
224
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
225
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
226
|
+
}) => any>> & Partial<Record<`content::${string}`, (_: {
|
|
227
|
+
isExpanded: boolean;
|
|
228
|
+
expand: () => void;
|
|
229
|
+
collapse: () => void;
|
|
230
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
231
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
232
|
+
}) => any>> & {
|
|
182
233
|
default?(_: {
|
|
183
|
-
|
|
234
|
+
expandedAccordions: Set<string>;
|
|
184
235
|
expand: (name?: string | string[] | undefined) => void;
|
|
185
236
|
collapse: (name?: string | string[] | undefined) => void;
|
|
186
237
|
}): any;
|
|
@@ -190,13 +241,14 @@ declare const _default: {
|
|
|
190
241
|
decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/vue3/dist/types-ad933ac1").V, {
|
|
191
242
|
collapse?: boolean | undefined;
|
|
192
243
|
disabled?: boolean | undefined;
|
|
244
|
+
modelValue?: string | string[] | undefined;
|
|
193
245
|
not?: boolean | undefined;
|
|
194
246
|
modifiers?: string | string[] | undefined;
|
|
195
247
|
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
196
248
|
itemModifiers?: string | string[] | undefined;
|
|
249
|
+
storageType?: "local" | "session" | undefined;
|
|
197
250
|
ref?: import("vue").VNodeRef | undefined;
|
|
198
251
|
style?: unknown;
|
|
199
|
-
readonly modelValue?: string | string[] | undefined;
|
|
200
252
|
class?: unknown;
|
|
201
253
|
key?: string | number | symbol | undefined;
|
|
202
254
|
ref_for?: boolean | undefined;
|
|
@@ -239,22 +291,23 @@ declare const _default: {
|
|
|
239
291
|
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
240
292
|
[key: string]: any;
|
|
241
293
|
}>) => void)[] | undefined;
|
|
242
|
-
readonly
|
|
294
|
+
readonly storageKey?: string | undefined;
|
|
243
295
|
default?: import("vue").VNodeChild | ((_: {
|
|
244
|
-
|
|
296
|
+
expandedAccordions: Set<string>;
|
|
245
297
|
expand: (name?: string | string[] | undefined) => void;
|
|
246
298
|
collapse: (name?: string | string[] | undefined) => void;
|
|
247
299
|
}) => any);
|
|
248
300
|
}> | import("@storybook/types").DecoratorFunction<import("@storybook/vue3/dist/types-ad933ac1").V, {
|
|
249
301
|
collapse?: boolean | undefined;
|
|
250
302
|
disabled?: boolean | undefined;
|
|
303
|
+
modelValue?: string | string[] | undefined;
|
|
251
304
|
not?: boolean | undefined;
|
|
252
305
|
modifiers?: string | string[] | undefined;
|
|
253
306
|
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
254
307
|
itemModifiers?: string | string[] | undefined;
|
|
308
|
+
storageType?: "local" | "session" | undefined;
|
|
255
309
|
ref?: import("vue").VNodeRef | undefined;
|
|
256
310
|
style?: unknown;
|
|
257
|
-
readonly modelValue?: string | string[] | undefined;
|
|
258
311
|
class?: unknown;
|
|
259
312
|
key?: string | number | symbol | undefined;
|
|
260
313
|
ref_for?: boolean | undefined;
|
|
@@ -297,9 +350,9 @@ declare const _default: {
|
|
|
297
350
|
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
298
351
|
[key: string]: any;
|
|
299
352
|
}>) => void)[] | undefined;
|
|
300
|
-
readonly
|
|
353
|
+
readonly storageKey?: string | undefined;
|
|
301
354
|
default?: import("vue").VNodeChild | ((_: {
|
|
302
|
-
|
|
355
|
+
expandedAccordions: Set<string>;
|
|
303
356
|
expand: (name?: string | string[] | undefined) => void;
|
|
304
357
|
collapse: (name?: string | string[] | undefined) => void;
|
|
305
358
|
}) => any);
|
|
@@ -309,6 +362,7 @@ declare const _default: {
|
|
|
309
362
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
310
363
|
modelValue: {
|
|
311
364
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
365
|
+
default: undefined;
|
|
312
366
|
};
|
|
313
367
|
items: {
|
|
314
368
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -321,13 +375,18 @@ declare const _default: {
|
|
|
321
375
|
};
|
|
322
376
|
disabled: BooleanConstructor;
|
|
323
377
|
not: BooleanConstructor;
|
|
324
|
-
|
|
378
|
+
storageType: {
|
|
379
|
+
type: globalThis.PropType<"local" | "session">;
|
|
380
|
+
default: import("../../constants").StorageType;
|
|
381
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
382
|
+
};
|
|
383
|
+
storageKey: StringConstructor;
|
|
325
384
|
modifiers: {
|
|
326
385
|
type: globalThis.PropType<string | string[]>;
|
|
327
386
|
default: undefined;
|
|
328
387
|
};
|
|
329
388
|
}>>, {
|
|
330
|
-
|
|
389
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
331
390
|
expand: (name?: string | string[] | undefined) => void;
|
|
332
391
|
collapse: (name?: string | string[] | undefined) => void;
|
|
333
392
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -335,6 +394,7 @@ declare const _default: {
|
|
|
335
394
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
336
395
|
modelValue: {
|
|
337
396
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
397
|
+
default: undefined;
|
|
338
398
|
};
|
|
339
399
|
items: {
|
|
340
400
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -347,7 +407,12 @@ declare const _default: {
|
|
|
347
407
|
};
|
|
348
408
|
disabled: BooleanConstructor;
|
|
349
409
|
not: BooleanConstructor;
|
|
350
|
-
|
|
410
|
+
storageType: {
|
|
411
|
+
type: globalThis.PropType<"local" | "session">;
|
|
412
|
+
default: import("../../constants").StorageType;
|
|
413
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
414
|
+
};
|
|
415
|
+
storageKey: StringConstructor;
|
|
351
416
|
modifiers: {
|
|
352
417
|
type: globalThis.PropType<string | string[]>;
|
|
353
418
|
default: undefined;
|
|
@@ -355,10 +420,12 @@ declare const _default: {
|
|
|
355
420
|
}>>, {
|
|
356
421
|
collapse: boolean;
|
|
357
422
|
disabled: boolean;
|
|
423
|
+
modelValue: string | string[] | undefined;
|
|
358
424
|
not: boolean;
|
|
359
425
|
modifiers: string | string[];
|
|
360
426
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
361
427
|
itemModifiers: string | string[];
|
|
428
|
+
storageType: "local" | "session";
|
|
362
429
|
}, true, {}, {}, {
|
|
363
430
|
P: {};
|
|
364
431
|
B: {};
|
|
@@ -369,6 +436,7 @@ declare const _default: {
|
|
|
369
436
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
370
437
|
modelValue: {
|
|
371
438
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
439
|
+
default: undefined;
|
|
372
440
|
};
|
|
373
441
|
items: {
|
|
374
442
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -381,22 +449,29 @@ declare const _default: {
|
|
|
381
449
|
};
|
|
382
450
|
disabled: BooleanConstructor;
|
|
383
451
|
not: BooleanConstructor;
|
|
384
|
-
|
|
452
|
+
storageType: {
|
|
453
|
+
type: globalThis.PropType<"local" | "session">;
|
|
454
|
+
default: import("../../constants").StorageType;
|
|
455
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
456
|
+
};
|
|
457
|
+
storageKey: StringConstructor;
|
|
385
458
|
modifiers: {
|
|
386
459
|
type: globalThis.PropType<string | string[]>;
|
|
387
460
|
default: undefined;
|
|
388
461
|
};
|
|
389
462
|
}>>, {
|
|
390
|
-
|
|
463
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
391
464
|
expand: (name?: string | string[] | undefined) => void;
|
|
392
465
|
collapse: (name?: string | string[] | undefined) => void;
|
|
393
466
|
}, {}, {}, {}, {
|
|
394
467
|
collapse: boolean;
|
|
395
468
|
disabled: boolean;
|
|
469
|
+
modelValue: string | string[] | undefined;
|
|
396
470
|
not: boolean;
|
|
397
471
|
modifiers: string | string[];
|
|
398
472
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
399
473
|
itemModifiers: string | string[];
|
|
474
|
+
storageType: "local" | "session";
|
|
400
475
|
}>;
|
|
401
476
|
__isFragment?: undefined;
|
|
402
477
|
__isTeleport?: undefined;
|
|
@@ -404,6 +479,7 @@ declare const _default: {
|
|
|
404
479
|
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
405
480
|
modelValue: {
|
|
406
481
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
482
|
+
default: undefined;
|
|
407
483
|
};
|
|
408
484
|
items: {
|
|
409
485
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -416,13 +492,18 @@ declare const _default: {
|
|
|
416
492
|
};
|
|
417
493
|
disabled: BooleanConstructor;
|
|
418
494
|
not: BooleanConstructor;
|
|
419
|
-
|
|
495
|
+
storageType: {
|
|
496
|
+
type: globalThis.PropType<"local" | "session">;
|
|
497
|
+
default: import("../../constants").StorageType;
|
|
498
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
499
|
+
};
|
|
500
|
+
storageKey: StringConstructor;
|
|
420
501
|
modifiers: {
|
|
421
502
|
type: globalThis.PropType<string | string[]>;
|
|
422
503
|
default: undefined;
|
|
423
504
|
};
|
|
424
505
|
}>>, {
|
|
425
|
-
|
|
506
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
426
507
|
expand: (name?: string | string[] | undefined) => void;
|
|
427
508
|
collapse: (name?: string | string[] | undefined) => void;
|
|
428
509
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -430,14 +511,28 @@ declare const _default: {
|
|
|
430
511
|
}, string, {
|
|
431
512
|
collapse: boolean;
|
|
432
513
|
disabled: boolean;
|
|
514
|
+
modelValue: string | string[] | undefined;
|
|
433
515
|
not: boolean;
|
|
434
516
|
modifiers: string | string[];
|
|
435
517
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
436
518
|
itemModifiers: string | string[];
|
|
519
|
+
storageType: "local" | "session";
|
|
437
520
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
438
|
-
$slots: Partial<Record<`
|
|
521
|
+
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
522
|
+
isExpanded: boolean;
|
|
523
|
+
expand: () => void;
|
|
524
|
+
collapse: () => void;
|
|
525
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
526
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
527
|
+
}) => any>> & Partial<Record<`content::${string}`, (_: {
|
|
528
|
+
isExpanded: boolean;
|
|
529
|
+
expand: () => void;
|
|
530
|
+
collapse: () => void;
|
|
531
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
532
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
533
|
+
}) => any>> & {
|
|
439
534
|
default?(_: {
|
|
440
|
-
|
|
535
|
+
expandedAccordions: Set<string>;
|
|
441
536
|
expand: (name?: string | string[] | undefined) => void;
|
|
442
537
|
collapse: (name?: string | string[] | undefined) => void;
|
|
443
538
|
}): any;
|
|
@@ -447,6 +542,7 @@ declare const _default: {
|
|
|
447
542
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
448
543
|
modelValue: {
|
|
449
544
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
545
|
+
default: undefined;
|
|
450
546
|
};
|
|
451
547
|
items: {
|
|
452
548
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -459,13 +555,18 @@ declare const _default: {
|
|
|
459
555
|
};
|
|
460
556
|
disabled: BooleanConstructor;
|
|
461
557
|
not: BooleanConstructor;
|
|
462
|
-
|
|
558
|
+
storageType: {
|
|
559
|
+
type: globalThis.PropType<"local" | "session">;
|
|
560
|
+
default: import("../../constants").StorageType;
|
|
561
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
562
|
+
};
|
|
563
|
+
storageKey: StringConstructor;
|
|
463
564
|
modifiers: {
|
|
464
565
|
type: globalThis.PropType<string | string[]>;
|
|
465
566
|
default: undefined;
|
|
466
567
|
};
|
|
467
568
|
}>>, {
|
|
468
|
-
|
|
569
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
469
570
|
expand: (name?: string | string[] | undefined) => void;
|
|
470
571
|
collapse: (name?: string | string[] | undefined) => void;
|
|
471
572
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -473,6 +574,7 @@ declare const _default: {
|
|
|
473
574
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
474
575
|
modelValue: {
|
|
475
576
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
577
|
+
default: undefined;
|
|
476
578
|
};
|
|
477
579
|
items: {
|
|
478
580
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -485,7 +587,12 @@ declare const _default: {
|
|
|
485
587
|
};
|
|
486
588
|
disabled: BooleanConstructor;
|
|
487
589
|
not: BooleanConstructor;
|
|
488
|
-
|
|
590
|
+
storageType: {
|
|
591
|
+
type: globalThis.PropType<"local" | "session">;
|
|
592
|
+
default: import("../../constants").StorageType;
|
|
593
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
594
|
+
};
|
|
595
|
+
storageKey: StringConstructor;
|
|
489
596
|
modifiers: {
|
|
490
597
|
type: globalThis.PropType<string | string[]>;
|
|
491
598
|
default: undefined;
|
|
@@ -493,10 +600,12 @@ declare const _default: {
|
|
|
493
600
|
}>>, {
|
|
494
601
|
collapse: boolean;
|
|
495
602
|
disabled: boolean;
|
|
603
|
+
modelValue: string | string[] | undefined;
|
|
496
604
|
not: boolean;
|
|
497
605
|
modifiers: string | string[];
|
|
498
606
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
499
607
|
itemModifiers: string | string[];
|
|
608
|
+
storageType: "local" | "session";
|
|
500
609
|
}, true, {}, {}, {
|
|
501
610
|
P: {};
|
|
502
611
|
B: {};
|
|
@@ -507,6 +616,7 @@ declare const _default: {
|
|
|
507
616
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
508
617
|
modelValue: {
|
|
509
618
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
619
|
+
default: undefined;
|
|
510
620
|
};
|
|
511
621
|
items: {
|
|
512
622
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -519,22 +629,29 @@ declare const _default: {
|
|
|
519
629
|
};
|
|
520
630
|
disabled: BooleanConstructor;
|
|
521
631
|
not: BooleanConstructor;
|
|
522
|
-
|
|
632
|
+
storageType: {
|
|
633
|
+
type: globalThis.PropType<"local" | "session">;
|
|
634
|
+
default: import("../../constants").StorageType;
|
|
635
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
636
|
+
};
|
|
637
|
+
storageKey: StringConstructor;
|
|
523
638
|
modifiers: {
|
|
524
639
|
type: globalThis.PropType<string | string[]>;
|
|
525
640
|
default: undefined;
|
|
526
641
|
};
|
|
527
642
|
}>>, {
|
|
528
|
-
|
|
643
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
529
644
|
expand: (name?: string | string[] | undefined) => void;
|
|
530
645
|
collapse: (name?: string | string[] | undefined) => void;
|
|
531
646
|
}, {}, {}, {}, {
|
|
532
647
|
collapse: boolean;
|
|
533
648
|
disabled: boolean;
|
|
649
|
+
modelValue: string | string[] | undefined;
|
|
534
650
|
not: boolean;
|
|
535
651
|
modifiers: string | string[];
|
|
536
652
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
537
653
|
itemModifiers: string | string[];
|
|
654
|
+
storageType: "local" | "session";
|
|
538
655
|
}>;
|
|
539
656
|
__isFragment?: undefined;
|
|
540
657
|
__isTeleport?: undefined;
|
|
@@ -542,6 +659,7 @@ declare const _default: {
|
|
|
542
659
|
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
543
660
|
modelValue: {
|
|
544
661
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
662
|
+
default: undefined;
|
|
545
663
|
};
|
|
546
664
|
items: {
|
|
547
665
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -554,13 +672,18 @@ declare const _default: {
|
|
|
554
672
|
};
|
|
555
673
|
disabled: BooleanConstructor;
|
|
556
674
|
not: BooleanConstructor;
|
|
557
|
-
|
|
675
|
+
storageType: {
|
|
676
|
+
type: globalThis.PropType<"local" | "session">;
|
|
677
|
+
default: import("../../constants").StorageType;
|
|
678
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
679
|
+
};
|
|
680
|
+
storageKey: StringConstructor;
|
|
558
681
|
modifiers: {
|
|
559
682
|
type: globalThis.PropType<string | string[]>;
|
|
560
683
|
default: undefined;
|
|
561
684
|
};
|
|
562
685
|
}>>, {
|
|
563
|
-
|
|
686
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
564
687
|
expand: (name?: string | string[] | undefined) => void;
|
|
565
688
|
collapse: (name?: string | string[] | undefined) => void;
|
|
566
689
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -568,14 +691,28 @@ declare const _default: {
|
|
|
568
691
|
}, string, {
|
|
569
692
|
collapse: boolean;
|
|
570
693
|
disabled: boolean;
|
|
694
|
+
modelValue: string | string[] | undefined;
|
|
571
695
|
not: boolean;
|
|
572
696
|
modifiers: string | string[];
|
|
573
697
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
574
698
|
itemModifiers: string | string[];
|
|
699
|
+
storageType: "local" | "session";
|
|
575
700
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
576
|
-
$slots: Partial<Record<`
|
|
701
|
+
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
702
|
+
isExpanded: boolean;
|
|
703
|
+
expand: () => void;
|
|
704
|
+
collapse: () => void;
|
|
705
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
706
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
707
|
+
}) => any>> & Partial<Record<`content::${string}`, (_: {
|
|
708
|
+
isExpanded: boolean;
|
|
709
|
+
expand: () => void;
|
|
710
|
+
collapse: () => void;
|
|
711
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
712
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
713
|
+
}) => any>> & {
|
|
577
714
|
default?(_: {
|
|
578
|
-
|
|
715
|
+
expandedAccordions: Set<string>;
|
|
579
716
|
expand: (name?: string | string[] | undefined) => void;
|
|
580
717
|
collapse: (name?: string | string[] | undefined) => void;
|
|
581
718
|
}): any;
|
|
@@ -585,6 +722,7 @@ declare const _default: {
|
|
|
585
722
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
586
723
|
modelValue: {
|
|
587
724
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
725
|
+
default: undefined;
|
|
588
726
|
};
|
|
589
727
|
items: {
|
|
590
728
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -597,13 +735,18 @@ declare const _default: {
|
|
|
597
735
|
};
|
|
598
736
|
disabled: BooleanConstructor;
|
|
599
737
|
not: BooleanConstructor;
|
|
600
|
-
|
|
738
|
+
storageType: {
|
|
739
|
+
type: globalThis.PropType<"local" | "session">;
|
|
740
|
+
default: import("../../constants").StorageType;
|
|
741
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
742
|
+
};
|
|
743
|
+
storageKey: StringConstructor;
|
|
601
744
|
modifiers: {
|
|
602
745
|
type: globalThis.PropType<string | string[]>;
|
|
603
746
|
default: undefined;
|
|
604
747
|
};
|
|
605
748
|
}>>, {
|
|
606
|
-
|
|
749
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
607
750
|
expand: (name?: string | string[] | undefined) => void;
|
|
608
751
|
collapse: (name?: string | string[] | undefined) => void;
|
|
609
752
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -611,6 +754,7 @@ declare const _default: {
|
|
|
611
754
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
612
755
|
modelValue: {
|
|
613
756
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
757
|
+
default: undefined;
|
|
614
758
|
};
|
|
615
759
|
items: {
|
|
616
760
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -623,7 +767,12 @@ declare const _default: {
|
|
|
623
767
|
};
|
|
624
768
|
disabled: BooleanConstructor;
|
|
625
769
|
not: BooleanConstructor;
|
|
626
|
-
|
|
770
|
+
storageType: {
|
|
771
|
+
type: globalThis.PropType<"local" | "session">;
|
|
772
|
+
default: import("../../constants").StorageType;
|
|
773
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
774
|
+
};
|
|
775
|
+
storageKey: StringConstructor;
|
|
627
776
|
modifiers: {
|
|
628
777
|
type: globalThis.PropType<string | string[]>;
|
|
629
778
|
default: undefined;
|
|
@@ -631,10 +780,12 @@ declare const _default: {
|
|
|
631
780
|
}>>, {
|
|
632
781
|
collapse: boolean;
|
|
633
782
|
disabled: boolean;
|
|
783
|
+
modelValue: string | string[] | undefined;
|
|
634
784
|
not: boolean;
|
|
635
785
|
modifiers: string | string[];
|
|
636
786
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
637
787
|
itemModifiers: string | string[];
|
|
788
|
+
storageType: "local" | "session";
|
|
638
789
|
}, true, {}, {}, {
|
|
639
790
|
P: {};
|
|
640
791
|
B: {};
|
|
@@ -645,6 +796,7 @@ declare const _default: {
|
|
|
645
796
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
646
797
|
modelValue: {
|
|
647
798
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
799
|
+
default: undefined;
|
|
648
800
|
};
|
|
649
801
|
items: {
|
|
650
802
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -657,22 +809,29 @@ declare const _default: {
|
|
|
657
809
|
};
|
|
658
810
|
disabled: BooleanConstructor;
|
|
659
811
|
not: BooleanConstructor;
|
|
660
|
-
|
|
812
|
+
storageType: {
|
|
813
|
+
type: globalThis.PropType<"local" | "session">;
|
|
814
|
+
default: import("../../constants").StorageType;
|
|
815
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
816
|
+
};
|
|
817
|
+
storageKey: StringConstructor;
|
|
661
818
|
modifiers: {
|
|
662
819
|
type: globalThis.PropType<string | string[]>;
|
|
663
820
|
default: undefined;
|
|
664
821
|
};
|
|
665
822
|
}>>, {
|
|
666
|
-
|
|
823
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
667
824
|
expand: (name?: string | string[] | undefined) => void;
|
|
668
825
|
collapse: (name?: string | string[] | undefined) => void;
|
|
669
826
|
}, {}, {}, {}, {
|
|
670
827
|
collapse: boolean;
|
|
671
828
|
disabled: boolean;
|
|
829
|
+
modelValue: string | string[] | undefined;
|
|
672
830
|
not: boolean;
|
|
673
831
|
modifiers: string | string[];
|
|
674
832
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
675
833
|
itemModifiers: string | string[];
|
|
834
|
+
storageType: "local" | "session";
|
|
676
835
|
}>;
|
|
677
836
|
__isFragment?: undefined;
|
|
678
837
|
__isTeleport?: undefined;
|
|
@@ -680,6 +839,7 @@ declare const _default: {
|
|
|
680
839
|
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
681
840
|
modelValue: {
|
|
682
841
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
842
|
+
default: undefined;
|
|
683
843
|
};
|
|
684
844
|
items: {
|
|
685
845
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -692,13 +852,18 @@ declare const _default: {
|
|
|
692
852
|
};
|
|
693
853
|
disabled: BooleanConstructor;
|
|
694
854
|
not: BooleanConstructor;
|
|
695
|
-
|
|
855
|
+
storageType: {
|
|
856
|
+
type: globalThis.PropType<"local" | "session">;
|
|
857
|
+
default: import("../../constants").StorageType;
|
|
858
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
859
|
+
};
|
|
860
|
+
storageKey: StringConstructor;
|
|
696
861
|
modifiers: {
|
|
697
862
|
type: globalThis.PropType<string | string[]>;
|
|
698
863
|
default: undefined;
|
|
699
864
|
};
|
|
700
865
|
}>>, {
|
|
701
|
-
|
|
866
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
702
867
|
expand: (name?: string | string[] | undefined) => void;
|
|
703
868
|
collapse: (name?: string | string[] | undefined) => void;
|
|
704
869
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -706,14 +871,28 @@ declare const _default: {
|
|
|
706
871
|
}, string, {
|
|
707
872
|
collapse: boolean;
|
|
708
873
|
disabled: boolean;
|
|
874
|
+
modelValue: string | string[] | undefined;
|
|
709
875
|
not: boolean;
|
|
710
876
|
modifiers: string | string[];
|
|
711
877
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
712
878
|
itemModifiers: string | string[];
|
|
879
|
+
storageType: "local" | "session";
|
|
713
880
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
714
|
-
$slots: Partial<Record<`
|
|
881
|
+
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
882
|
+
isExpanded: boolean;
|
|
883
|
+
expand: () => void;
|
|
884
|
+
collapse: () => void;
|
|
885
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
886
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
887
|
+
}) => any>> & Partial<Record<`content::${string}`, (_: {
|
|
888
|
+
isExpanded: boolean;
|
|
889
|
+
expand: () => void;
|
|
890
|
+
collapse: () => void;
|
|
891
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
892
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
893
|
+
}) => any>> & {
|
|
715
894
|
default?(_: {
|
|
716
|
-
|
|
895
|
+
expandedAccordions: Set<string>;
|
|
717
896
|
expand: (name?: string | string[] | undefined) => void;
|
|
718
897
|
collapse: (name?: string | string[] | undefined) => void;
|
|
719
898
|
}): any;
|
|
@@ -722,6 +901,7 @@ declare const _default: {
|
|
|
722
901
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
723
902
|
modelValue: {
|
|
724
903
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
904
|
+
default: undefined;
|
|
725
905
|
};
|
|
726
906
|
items: {
|
|
727
907
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -734,13 +914,18 @@ declare const _default: {
|
|
|
734
914
|
};
|
|
735
915
|
disabled: BooleanConstructor;
|
|
736
916
|
not: BooleanConstructor;
|
|
737
|
-
|
|
917
|
+
storageType: {
|
|
918
|
+
type: globalThis.PropType<"local" | "session">;
|
|
919
|
+
default: import("../../constants").StorageType;
|
|
920
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
921
|
+
};
|
|
922
|
+
storageKey: StringConstructor;
|
|
738
923
|
modifiers: {
|
|
739
924
|
type: globalThis.PropType<string | string[]>;
|
|
740
925
|
default: undefined;
|
|
741
926
|
};
|
|
742
927
|
}>>, {
|
|
743
|
-
|
|
928
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
744
929
|
expand: (name?: string | string[] | undefined) => void;
|
|
745
930
|
collapse: (name?: string | string[] | undefined) => void;
|
|
746
931
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -748,6 +933,7 @@ declare const _default: {
|
|
|
748
933
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
749
934
|
modelValue: {
|
|
750
935
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
936
|
+
default: undefined;
|
|
751
937
|
};
|
|
752
938
|
items: {
|
|
753
939
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -760,7 +946,12 @@ declare const _default: {
|
|
|
760
946
|
};
|
|
761
947
|
disabled: BooleanConstructor;
|
|
762
948
|
not: BooleanConstructor;
|
|
763
|
-
|
|
949
|
+
storageType: {
|
|
950
|
+
type: globalThis.PropType<"local" | "session">;
|
|
951
|
+
default: import("../../constants").StorageType;
|
|
952
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
953
|
+
};
|
|
954
|
+
storageKey: StringConstructor;
|
|
764
955
|
modifiers: {
|
|
765
956
|
type: globalThis.PropType<string | string[]>;
|
|
766
957
|
default: undefined;
|
|
@@ -768,10 +959,12 @@ declare const _default: {
|
|
|
768
959
|
}>>, {
|
|
769
960
|
collapse: boolean;
|
|
770
961
|
disabled: boolean;
|
|
962
|
+
modelValue: string | string[] | undefined;
|
|
771
963
|
not: boolean;
|
|
772
964
|
modifiers: string | string[];
|
|
773
965
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
774
966
|
itemModifiers: string | string[];
|
|
967
|
+
storageType: "local" | "session";
|
|
775
968
|
}, true, {}, {}, {
|
|
776
969
|
P: {};
|
|
777
970
|
B: {};
|
|
@@ -782,6 +975,7 @@ declare const _default: {
|
|
|
782
975
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
783
976
|
modelValue: {
|
|
784
977
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
978
|
+
default: undefined;
|
|
785
979
|
};
|
|
786
980
|
items: {
|
|
787
981
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -794,22 +988,29 @@ declare const _default: {
|
|
|
794
988
|
};
|
|
795
989
|
disabled: BooleanConstructor;
|
|
796
990
|
not: BooleanConstructor;
|
|
797
|
-
|
|
991
|
+
storageType: {
|
|
992
|
+
type: globalThis.PropType<"local" | "session">;
|
|
993
|
+
default: import("../../constants").StorageType;
|
|
994
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
995
|
+
};
|
|
996
|
+
storageKey: StringConstructor;
|
|
798
997
|
modifiers: {
|
|
799
998
|
type: globalThis.PropType<string | string[]>;
|
|
800
999
|
default: undefined;
|
|
801
1000
|
};
|
|
802
1001
|
}>>, {
|
|
803
|
-
|
|
1002
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
804
1003
|
expand: (name?: string | string[] | undefined) => void;
|
|
805
1004
|
collapse: (name?: string | string[] | undefined) => void;
|
|
806
1005
|
}, {}, {}, {}, {
|
|
807
1006
|
collapse: boolean;
|
|
808
1007
|
disabled: boolean;
|
|
1008
|
+
modelValue: string | string[] | undefined;
|
|
809
1009
|
not: boolean;
|
|
810
1010
|
modifiers: string | string[];
|
|
811
1011
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
812
1012
|
itemModifiers: string | string[];
|
|
1013
|
+
storageType: "local" | "session";
|
|
813
1014
|
}>;
|
|
814
1015
|
__isFragment?: undefined;
|
|
815
1016
|
__isTeleport?: undefined;
|
|
@@ -817,6 +1018,7 @@ declare const _default: {
|
|
|
817
1018
|
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
818
1019
|
modelValue: {
|
|
819
1020
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
1021
|
+
default: undefined;
|
|
820
1022
|
};
|
|
821
1023
|
items: {
|
|
822
1024
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -829,13 +1031,18 @@ declare const _default: {
|
|
|
829
1031
|
};
|
|
830
1032
|
disabled: BooleanConstructor;
|
|
831
1033
|
not: BooleanConstructor;
|
|
832
|
-
|
|
1034
|
+
storageType: {
|
|
1035
|
+
type: globalThis.PropType<"local" | "session">;
|
|
1036
|
+
default: import("../../constants").StorageType;
|
|
1037
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
1038
|
+
};
|
|
1039
|
+
storageKey: StringConstructor;
|
|
833
1040
|
modifiers: {
|
|
834
1041
|
type: globalThis.PropType<string | string[]>;
|
|
835
1042
|
default: undefined;
|
|
836
1043
|
};
|
|
837
1044
|
}>>, {
|
|
838
|
-
|
|
1045
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
839
1046
|
expand: (name?: string | string[] | undefined) => void;
|
|
840
1047
|
collapse: (name?: string | string[] | undefined) => void;
|
|
841
1048
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -843,14 +1050,28 @@ declare const _default: {
|
|
|
843
1050
|
}, string, {
|
|
844
1051
|
collapse: boolean;
|
|
845
1052
|
disabled: boolean;
|
|
1053
|
+
modelValue: string | string[] | undefined;
|
|
846
1054
|
not: boolean;
|
|
847
1055
|
modifiers: string | string[];
|
|
848
1056
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
849
1057
|
itemModifiers: string | string[];
|
|
1058
|
+
storageType: "local" | "session";
|
|
850
1059
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
851
|
-
$slots: Partial<Record<`
|
|
1060
|
+
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
1061
|
+
isExpanded: boolean;
|
|
1062
|
+
expand: () => void;
|
|
1063
|
+
collapse: () => void;
|
|
1064
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
1065
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
1066
|
+
}) => any>> & Partial<Record<`content::${string}`, (_: {
|
|
1067
|
+
isExpanded: boolean;
|
|
1068
|
+
expand: () => void;
|
|
1069
|
+
collapse: () => void;
|
|
1070
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
1071
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
1072
|
+
}) => any>> & {
|
|
852
1073
|
default?(_: {
|
|
853
|
-
|
|
1074
|
+
expandedAccordions: Set<string>;
|
|
854
1075
|
expand: (name?: string | string[] | undefined) => void;
|
|
855
1076
|
collapse: (name?: string | string[] | undefined) => void;
|
|
856
1077
|
}): any;
|
|
@@ -860,6 +1081,7 @@ declare const _default: {
|
|
|
860
1081
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
861
1082
|
modelValue: {
|
|
862
1083
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
1084
|
+
default: undefined;
|
|
863
1085
|
};
|
|
864
1086
|
items: {
|
|
865
1087
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -872,13 +1094,18 @@ declare const _default: {
|
|
|
872
1094
|
};
|
|
873
1095
|
disabled: BooleanConstructor;
|
|
874
1096
|
not: BooleanConstructor;
|
|
875
|
-
|
|
1097
|
+
storageType: {
|
|
1098
|
+
type: globalThis.PropType<"local" | "session">;
|
|
1099
|
+
default: import("../../constants").StorageType;
|
|
1100
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
1101
|
+
};
|
|
1102
|
+
storageKey: StringConstructor;
|
|
876
1103
|
modifiers: {
|
|
877
1104
|
type: globalThis.PropType<string | string[]>;
|
|
878
1105
|
default: undefined;
|
|
879
1106
|
};
|
|
880
1107
|
}>>, {
|
|
881
|
-
|
|
1108
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
882
1109
|
expand: (name?: string | string[] | undefined) => void;
|
|
883
1110
|
collapse: (name?: string | string[] | undefined) => void;
|
|
884
1111
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -886,6 +1113,7 @@ declare const _default: {
|
|
|
886
1113
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
|
|
887
1114
|
modelValue: {
|
|
888
1115
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
1116
|
+
default: undefined;
|
|
889
1117
|
};
|
|
890
1118
|
items: {
|
|
891
1119
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -898,7 +1126,12 @@ declare const _default: {
|
|
|
898
1126
|
};
|
|
899
1127
|
disabled: BooleanConstructor;
|
|
900
1128
|
not: BooleanConstructor;
|
|
901
|
-
|
|
1129
|
+
storageType: {
|
|
1130
|
+
type: globalThis.PropType<"local" | "session">;
|
|
1131
|
+
default: import("../../constants").StorageType;
|
|
1132
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
1133
|
+
};
|
|
1134
|
+
storageKey: StringConstructor;
|
|
902
1135
|
modifiers: {
|
|
903
1136
|
type: globalThis.PropType<string | string[]>;
|
|
904
1137
|
default: undefined;
|
|
@@ -906,10 +1139,12 @@ declare const _default: {
|
|
|
906
1139
|
}>>, {
|
|
907
1140
|
collapse: boolean;
|
|
908
1141
|
disabled: boolean;
|
|
1142
|
+
modelValue: string | string[] | undefined;
|
|
909
1143
|
not: boolean;
|
|
910
1144
|
modifiers: string | string[];
|
|
911
1145
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
912
1146
|
itemModifiers: string | string[];
|
|
1147
|
+
storageType: "local" | "session";
|
|
913
1148
|
}, true, {}, {}, {
|
|
914
1149
|
P: {};
|
|
915
1150
|
B: {};
|
|
@@ -920,6 +1155,7 @@ declare const _default: {
|
|
|
920
1155
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
921
1156
|
modelValue: {
|
|
922
1157
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
1158
|
+
default: undefined;
|
|
923
1159
|
};
|
|
924
1160
|
items: {
|
|
925
1161
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -932,22 +1168,29 @@ declare const _default: {
|
|
|
932
1168
|
};
|
|
933
1169
|
disabled: BooleanConstructor;
|
|
934
1170
|
not: BooleanConstructor;
|
|
935
|
-
|
|
1171
|
+
storageType: {
|
|
1172
|
+
type: globalThis.PropType<"local" | "session">;
|
|
1173
|
+
default: import("../../constants").StorageType;
|
|
1174
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
1175
|
+
};
|
|
1176
|
+
storageKey: StringConstructor;
|
|
936
1177
|
modifiers: {
|
|
937
1178
|
type: globalThis.PropType<string | string[]>;
|
|
938
1179
|
default: undefined;
|
|
939
1180
|
};
|
|
940
1181
|
}>>, {
|
|
941
|
-
|
|
1182
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
942
1183
|
expand: (name?: string | string[] | undefined) => void;
|
|
943
1184
|
collapse: (name?: string | string[] | undefined) => void;
|
|
944
1185
|
}, {}, {}, {}, {
|
|
945
1186
|
collapse: boolean;
|
|
946
1187
|
disabled: boolean;
|
|
1188
|
+
modelValue: string | string[] | undefined;
|
|
947
1189
|
not: boolean;
|
|
948
1190
|
modifiers: string | string[];
|
|
949
1191
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
950
1192
|
itemModifiers: string | string[];
|
|
1193
|
+
storageType: "local" | "session";
|
|
951
1194
|
}>;
|
|
952
1195
|
__isFragment?: undefined;
|
|
953
1196
|
__isTeleport?: undefined;
|
|
@@ -955,6 +1198,7 @@ declare const _default: {
|
|
|
955
1198
|
} & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
956
1199
|
modelValue: {
|
|
957
1200
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
1201
|
+
default: undefined;
|
|
958
1202
|
};
|
|
959
1203
|
items: {
|
|
960
1204
|
type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
|
|
@@ -967,13 +1211,18 @@ declare const _default: {
|
|
|
967
1211
|
};
|
|
968
1212
|
disabled: BooleanConstructor;
|
|
969
1213
|
not: BooleanConstructor;
|
|
970
|
-
|
|
1214
|
+
storageType: {
|
|
1215
|
+
type: globalThis.PropType<"local" | "session">;
|
|
1216
|
+
default: import("../../constants").StorageType;
|
|
1217
|
+
validator: (value: import("../../constants").StorageType) => boolean;
|
|
1218
|
+
};
|
|
1219
|
+
storageKey: StringConstructor;
|
|
971
1220
|
modifiers: {
|
|
972
1221
|
type: globalThis.PropType<string | string[]>;
|
|
973
1222
|
default: undefined;
|
|
974
1223
|
};
|
|
975
1224
|
}>>, {
|
|
976
|
-
|
|
1225
|
+
expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
|
|
977
1226
|
expand: (name?: string | string[] | undefined) => void;
|
|
978
1227
|
collapse: (name?: string | string[] | undefined) => void;
|
|
979
1228
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -981,14 +1230,28 @@ declare const _default: {
|
|
|
981
1230
|
}, string, {
|
|
982
1231
|
collapse: boolean;
|
|
983
1232
|
disabled: boolean;
|
|
1233
|
+
modelValue: string | string[] | undefined;
|
|
984
1234
|
not: boolean;
|
|
985
1235
|
modifiers: string | string[];
|
|
986
1236
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
987
1237
|
itemModifiers: string | string[];
|
|
1238
|
+
storageType: "local" | "session";
|
|
988
1239
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
989
|
-
$slots: Partial<Record<`
|
|
1240
|
+
$slots: Partial<Record<`summary::${string}`, (_: {
|
|
1241
|
+
isExpanded: boolean;
|
|
1242
|
+
expand: () => void;
|
|
1243
|
+
collapse: () => void;
|
|
1244
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
1245
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
1246
|
+
}) => any>> & Partial<Record<`content::${string}`, (_: {
|
|
1247
|
+
isExpanded: boolean;
|
|
1248
|
+
expand: () => void;
|
|
1249
|
+
collapse: () => void;
|
|
1250
|
+
groupExpand: (name?: string | string[] | undefined) => void;
|
|
1251
|
+
groupCollapse: (name?: string | string[] | undefined) => void;
|
|
1252
|
+
}) => any>> & {
|
|
990
1253
|
default?(_: {
|
|
991
|
-
|
|
1254
|
+
expandedAccordions: Set<string>;
|
|
992
1255
|
expand: (name?: string | string[] | undefined) => void;
|
|
993
1256
|
collapse: (name?: string | string[] | undefined) => void;
|
|
994
1257
|
}): any;
|