vuetify 3.6.15 → 3.7.0
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/json/attributes.json +182 -26
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +150 -150
- package/dist/json/tags.json +44 -5
- package/dist/json/web-types.json +445 -42
- package/dist/vuetify-labs.css +2359 -2344
- package/dist/vuetify-labs.d.ts +690 -341
- package/dist/vuetify-labs.esm.js +253 -211
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +252 -210
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2553 -2538
- package/dist/vuetify.d.ts +559 -315
- package/dist/vuetify.esm.js +189 -127
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +188 -126
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +160 -156
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VApp/VApp.mjs +2 -5
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.mts +6 -6
- package/lib/components/VAppBar/VAppBar.mjs +5 -5
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +8 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +78 -49
- package/lib/components/VAvatar/VAvatar.css +9 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +2 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +2 -2
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.css +0 -4
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +0 -6
- package/lib/components/VBtn/_variables.scss +0 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VCard/VCard.css +1 -0
- package/lib/components/VCard/VCard.sass +1 -0
- package/lib/components/VCard/_variables.scss +7 -3
- package/lib/components/VCarousel/index.d.mts +9 -0
- package/lib/components/VCheckbox/index.d.mts +7 -6
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +78 -49
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +72 -0
- package/lib/components/VFab/index.d.mts +6 -0
- package/lib/components/VFileInput/index.d.mts +19 -18
- package/lib/components/VFooter/VFooter.mjs +1 -3
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +3 -3
- package/lib/components/VForm/index.d.mts +10 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +36 -0
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +9 -0
- package/lib/components/VInput/index.d.mts +7 -6
- package/lib/components/VLayout/VLayout.mjs +2 -5
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +4 -6
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +9 -9
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +3 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +19 -18
- package/lib/components/VMain/VMain.mjs +2 -3
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +2 -2
- package/lib/components/VMenu/VMenu.mjs +26 -8
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +30 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +5 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +3 -2
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +7 -6
- package/lib/components/VRangeSlider/index.d.mts +7 -6
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +78 -49
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +6 -0
- package/lib/components/VSlider/index.d.mts +7 -6
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +28 -13
- package/lib/components/VSwitch/index.d.mts +7 -6
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/VTextField/index.d.mts +19 -18
- package/lib/components/VTextarea/index.d.mts +19 -18
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VValidation/index.d.mts +7 -6
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +3 -0
- package/lib/components/index.d.mts +504 -259
- package/lib/composables/layout.mjs +37 -14
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +3 -3
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +55 -56
- package/lib/labs/VDateInput/index.d.mts +7 -6
- package/lib/labs/VNumberInput/index.d.mts +43 -42
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +4 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -1
- package/lib/labs/VPullToRefresh/index.d.mts +9 -0
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/index.d.mts +36 -0
- package/lib/labs/VTreeview/VTreeview.mjs +21 -6
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +133 -95
- package/lib/labs/components.d.mts +193 -109
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -58,6 +58,7 @@ interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'v
|
|
|
58
58
|
|
|
59
59
|
type ListItemSlot = {
|
|
60
60
|
isActive: boolean;
|
|
61
|
+
isOpen: boolean;
|
|
61
62
|
isSelected: boolean;
|
|
62
63
|
isIndeterminate: boolean;
|
|
63
64
|
select: (value: boolean) => void;
|
|
@@ -76,6 +77,22 @@ type VListItemSlots = {
|
|
|
76
77
|
subtitle: ListItemSubtitleSlot;
|
|
77
78
|
};
|
|
78
79
|
|
|
80
|
+
/**
|
|
81
|
+
* - match without highlight
|
|
82
|
+
* - single match (index), length already known
|
|
83
|
+
* - single match (start, end)
|
|
84
|
+
* - multiple matches (start, end), probably shouldn't overlap
|
|
85
|
+
*/
|
|
86
|
+
type FilterMatch = boolean | number | [number, number] | [number, number][];
|
|
87
|
+
type FilterFunction = (value: string, query: string, item?: InternalItem) => FilterMatch;
|
|
88
|
+
type FilterKeyFunctions = Record<string, FilterFunction>;
|
|
89
|
+
type FilterKeys = string | string[];
|
|
90
|
+
type FilterMode = 'some' | 'every' | 'union' | 'intersection';
|
|
91
|
+
interface InternalItem<T = any> {
|
|
92
|
+
value: any;
|
|
93
|
+
raw: T;
|
|
94
|
+
}
|
|
95
|
+
|
|
79
96
|
type ActiveStrategyFn = (data: {
|
|
80
97
|
id: unknown;
|
|
81
98
|
value: boolean;
|
|
@@ -92,28 +109,6 @@ type ActiveStrategy = {
|
|
|
92
109
|
out: ActiveStrategyTransformOutFn;
|
|
93
110
|
};
|
|
94
111
|
|
|
95
|
-
type OpenStrategyFn = (data: {
|
|
96
|
-
id: unknown;
|
|
97
|
-
value: boolean;
|
|
98
|
-
opened: Set<unknown>;
|
|
99
|
-
children: Map<unknown, unknown[]>;
|
|
100
|
-
parents: Map<unknown, unknown>;
|
|
101
|
-
event?: Event;
|
|
102
|
-
}) => Set<unknown>;
|
|
103
|
-
type OpenSelectStrategyFn = (data: {
|
|
104
|
-
id: unknown;
|
|
105
|
-
value: boolean;
|
|
106
|
-
opened: Set<unknown>;
|
|
107
|
-
selected: Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
|
108
|
-
children: Map<unknown, unknown[]>;
|
|
109
|
-
parents: Map<unknown, unknown>;
|
|
110
|
-
event?: Event;
|
|
111
|
-
}) => Set<unknown> | null;
|
|
112
|
-
type OpenStrategy = {
|
|
113
|
-
open: OpenStrategyFn;
|
|
114
|
-
select: OpenSelectStrategyFn;
|
|
115
|
-
};
|
|
116
|
-
|
|
117
112
|
type SelectStrategyFn = (data: {
|
|
118
113
|
id: unknown;
|
|
119
114
|
value: boolean;
|
|
@@ -132,7 +127,25 @@ type SelectStrategy = {
|
|
|
132
127
|
|
|
133
128
|
type ActiveStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | ActiveStrategy | ((mandatory: boolean) => ActiveStrategy);
|
|
134
129
|
type SelectStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategy | ((mandatory: boolean) => SelectStrategy);
|
|
135
|
-
|
|
130
|
+
|
|
131
|
+
interface ListItem<T = any> extends InternalItem<T> {
|
|
132
|
+
title: string;
|
|
133
|
+
props: {
|
|
134
|
+
[key: string]: any;
|
|
135
|
+
title: string;
|
|
136
|
+
value: any;
|
|
137
|
+
};
|
|
138
|
+
children?: ListItem<T>[];
|
|
139
|
+
}
|
|
140
|
+
interface ItemProps {
|
|
141
|
+
items: any[];
|
|
142
|
+
itemTitle: SelectItemKey;
|
|
143
|
+
itemValue: SelectItemKey;
|
|
144
|
+
itemChildren: SelectItemKey;
|
|
145
|
+
itemProps: SelectItemKey;
|
|
146
|
+
returnObject: boolean;
|
|
147
|
+
valueComparator: typeof deepEqual;
|
|
148
|
+
}
|
|
136
149
|
|
|
137
150
|
type VListChildrenSlots<T> = {
|
|
138
151
|
[K in keyof Omit<VListItemSlots, 'default'>]: VListItemSlots[K] & {
|
|
@@ -154,41 +167,6 @@ type VListChildrenSlots<T> = {
|
|
|
154
167
|
};
|
|
155
168
|
};
|
|
156
169
|
|
|
157
|
-
/**
|
|
158
|
-
* - match without highlight
|
|
159
|
-
* - single match (index), length already known
|
|
160
|
-
* - single match (start, end)
|
|
161
|
-
* - multiple matches (start, end), probably shouldn't overlap
|
|
162
|
-
*/
|
|
163
|
-
type FilterMatch = boolean | number | [number, number] | [number, number][];
|
|
164
|
-
type FilterFunction = (value: string, query: string, item?: InternalItem) => FilterMatch;
|
|
165
|
-
type FilterKeyFunctions = Record<string, FilterFunction>;
|
|
166
|
-
type FilterKeys = string | string[];
|
|
167
|
-
type FilterMode = 'some' | 'every' | 'union' | 'intersection';
|
|
168
|
-
interface InternalItem<T = any> {
|
|
169
|
-
value: any;
|
|
170
|
-
raw: T;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
interface ListItem<T = any> extends InternalItem<T> {
|
|
174
|
-
title: string;
|
|
175
|
-
props: {
|
|
176
|
-
[key: string]: any;
|
|
177
|
-
title: string;
|
|
178
|
-
value: any;
|
|
179
|
-
};
|
|
180
|
-
children?: ListItem<T>[];
|
|
181
|
-
}
|
|
182
|
-
interface ItemProps {
|
|
183
|
-
items: any[];
|
|
184
|
-
itemTitle: SelectItemKey;
|
|
185
|
-
itemValue: SelectItemKey;
|
|
186
|
-
itemChildren: SelectItemKey;
|
|
187
|
-
itemProps: SelectItemKey;
|
|
188
|
-
returnObject: boolean;
|
|
189
|
-
valueComparator: typeof deepEqual;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
170
|
interface InternalListItem<T = any> extends ListItem<T> {
|
|
193
171
|
type?: 'item' | 'subheader' | 'divider';
|
|
194
172
|
}
|
|
@@ -200,14 +178,15 @@ declare const VTreeview: {
|
|
|
200
178
|
disabled: boolean;
|
|
201
179
|
tag: string;
|
|
202
180
|
mandatory: boolean;
|
|
181
|
+
modelValue: unknown[];
|
|
203
182
|
tile: boolean;
|
|
204
183
|
density: Density;
|
|
205
184
|
slim: boolean;
|
|
206
185
|
valueComparator: typeof deepEqual;
|
|
186
|
+
indeterminateIcon: IconValue;
|
|
207
187
|
activatable: boolean;
|
|
208
188
|
selectable: boolean;
|
|
209
189
|
selectStrategy: SelectStrategyProp;
|
|
210
|
-
openStrategy: OpenStrategyProp;
|
|
211
190
|
collapseIcon: string;
|
|
212
191
|
expandIcon: string;
|
|
213
192
|
lines: false | "one" | "two" | "three";
|
|
@@ -239,11 +218,13 @@ declare const VTreeview: {
|
|
|
239
218
|
rounded?: string | number | boolean | undefined;
|
|
240
219
|
baseColor?: string | undefined;
|
|
241
220
|
bgColor?: string | undefined;
|
|
221
|
+
activeColor?: string | undefined;
|
|
222
|
+
falseIcon?: IconValue | undefined;
|
|
223
|
+
trueIcon?: IconValue | undefined;
|
|
242
224
|
activeClass?: string | undefined;
|
|
243
225
|
opened?: any;
|
|
244
226
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
245
227
|
'onUpdate:opened'?: (() => void) | undefined;
|
|
246
|
-
activeColor?: string | undefined;
|
|
247
228
|
customFilter?: FilterFunction | undefined;
|
|
248
229
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
249
230
|
'onClick:open'?: ((args_0: {
|
|
@@ -256,8 +237,11 @@ declare const VTreeview: {
|
|
|
256
237
|
value: boolean;
|
|
257
238
|
path: unknown[];
|
|
258
239
|
}) => void) | undefined;
|
|
240
|
+
openOnClick?: boolean | undefined;
|
|
241
|
+
selectedColor?: string | undefined;
|
|
259
242
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
260
243
|
} & {
|
|
244
|
+
"onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
|
|
261
245
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
|
262
246
|
"onUpdate:selected"?: ((val: unknown) => any) | undefined;
|
|
263
247
|
"onUpdate:opened"?: ((val: unknown) => any) | undefined;
|
|
@@ -275,6 +259,7 @@ declare const VTreeview: {
|
|
|
275
259
|
'update:opened': (val: unknown) => true;
|
|
276
260
|
'update:activated': (val: unknown) => true;
|
|
277
261
|
'update:selected': (val: unknown) => true;
|
|
262
|
+
'update:modelValue': (val: unknown) => true;
|
|
278
263
|
'click:open': (value: {
|
|
279
264
|
id: unknown;
|
|
280
265
|
value: boolean;
|
|
@@ -291,14 +276,15 @@ declare const VTreeview: {
|
|
|
291
276
|
disabled: boolean;
|
|
292
277
|
tag: string;
|
|
293
278
|
mandatory: boolean;
|
|
279
|
+
modelValue: unknown[];
|
|
294
280
|
tile: boolean;
|
|
295
281
|
density: Density;
|
|
296
282
|
slim: boolean;
|
|
297
283
|
valueComparator: typeof deepEqual;
|
|
284
|
+
indeterminateIcon: IconValue;
|
|
298
285
|
activatable: boolean;
|
|
299
286
|
selectable: boolean;
|
|
300
287
|
selectStrategy: SelectStrategyProp;
|
|
301
|
-
openStrategy: OpenStrategyProp;
|
|
302
288
|
collapseIcon: string;
|
|
303
289
|
expandIcon: string;
|
|
304
290
|
lines: false | "one" | "two" | "three";
|
|
@@ -330,11 +316,13 @@ declare const VTreeview: {
|
|
|
330
316
|
rounded?: string | number | boolean | undefined;
|
|
331
317
|
baseColor?: string | undefined;
|
|
332
318
|
bgColor?: string | undefined;
|
|
319
|
+
activeColor?: string | undefined;
|
|
320
|
+
falseIcon?: IconValue | undefined;
|
|
321
|
+
trueIcon?: IconValue | undefined;
|
|
333
322
|
activeClass?: string | undefined;
|
|
334
323
|
opened?: any;
|
|
335
324
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
336
325
|
'onUpdate:opened'?: (() => void) | undefined;
|
|
337
|
-
activeColor?: string | undefined;
|
|
338
326
|
customFilter?: FilterFunction | undefined;
|
|
339
327
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
340
328
|
'onClick:open'?: ((args_0: {
|
|
@@ -347,8 +335,11 @@ declare const VTreeview: {
|
|
|
347
335
|
value: boolean;
|
|
348
336
|
path: unknown[];
|
|
349
337
|
}) => void) | undefined;
|
|
338
|
+
openOnClick?: boolean | undefined;
|
|
339
|
+
selectedColor?: string | undefined;
|
|
350
340
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
351
341
|
} & {
|
|
342
|
+
"onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
|
|
352
343
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
|
353
344
|
"onUpdate:selected"?: ((val: unknown) => any) | undefined;
|
|
354
345
|
"onUpdate:opened"?: ((val: unknown) => any) | undefined;
|
|
@@ -368,15 +359,16 @@ declare const VTreeview: {
|
|
|
368
359
|
disabled: boolean;
|
|
369
360
|
tag: string;
|
|
370
361
|
mandatory: boolean;
|
|
362
|
+
modelValue: unknown[];
|
|
371
363
|
rounded: string | number | boolean;
|
|
372
364
|
tile: boolean;
|
|
373
365
|
density: Density;
|
|
374
366
|
slim: boolean;
|
|
375
367
|
valueComparator: typeof deepEqual;
|
|
368
|
+
indeterminateIcon: IconValue;
|
|
376
369
|
activatable: boolean;
|
|
377
370
|
selectable: boolean;
|
|
378
371
|
selectStrategy: SelectStrategyProp;
|
|
379
|
-
openStrategy: OpenStrategyProp;
|
|
380
372
|
collapseIcon: string;
|
|
381
373
|
expandIcon: string;
|
|
382
374
|
lines: false | "one" | "two" | "three";
|
|
@@ -388,6 +380,7 @@ declare const VTreeview: {
|
|
|
388
380
|
itemValue: SelectItemKey;
|
|
389
381
|
itemChildren: SelectItemKey;
|
|
390
382
|
itemProps: SelectItemKey;
|
|
383
|
+
openOnClick: boolean;
|
|
391
384
|
loadingIcon: string;
|
|
392
385
|
openAll: boolean;
|
|
393
386
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -429,14 +422,15 @@ declare const VTreeview: {
|
|
|
429
422
|
disabled: boolean;
|
|
430
423
|
tag: string;
|
|
431
424
|
mandatory: boolean;
|
|
425
|
+
modelValue: unknown[];
|
|
432
426
|
tile: boolean;
|
|
433
427
|
density: Density;
|
|
434
428
|
slim: boolean;
|
|
435
429
|
valueComparator: typeof deepEqual;
|
|
430
|
+
indeterminateIcon: IconValue;
|
|
436
431
|
activatable: boolean;
|
|
437
432
|
selectable: boolean;
|
|
438
433
|
selectStrategy: SelectStrategyProp;
|
|
439
|
-
openStrategy: OpenStrategyProp;
|
|
440
434
|
collapseIcon: string;
|
|
441
435
|
expandIcon: string;
|
|
442
436
|
lines: false | "one" | "two" | "three";
|
|
@@ -468,11 +462,13 @@ declare const VTreeview: {
|
|
|
468
462
|
rounded?: string | number | boolean | undefined;
|
|
469
463
|
baseColor?: string | undefined;
|
|
470
464
|
bgColor?: string | undefined;
|
|
465
|
+
activeColor?: string | undefined;
|
|
466
|
+
falseIcon?: IconValue | undefined;
|
|
467
|
+
trueIcon?: IconValue | undefined;
|
|
471
468
|
activeClass?: string | undefined;
|
|
472
469
|
opened?: any;
|
|
473
470
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
474
471
|
'onUpdate:opened'?: (() => void) | undefined;
|
|
475
|
-
activeColor?: string | undefined;
|
|
476
472
|
customFilter?: FilterFunction | undefined;
|
|
477
473
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
478
474
|
'onClick:open'?: ((args_0: {
|
|
@@ -485,8 +481,11 @@ declare const VTreeview: {
|
|
|
485
481
|
value: boolean;
|
|
486
482
|
path: unknown[];
|
|
487
483
|
}) => void) | undefined;
|
|
484
|
+
openOnClick?: boolean | undefined;
|
|
485
|
+
selectedColor?: string | undefined;
|
|
488
486
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
489
487
|
} & {
|
|
488
|
+
"onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
|
|
490
489
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
|
491
490
|
"onUpdate:selected"?: ((val: unknown) => any) | undefined;
|
|
492
491
|
"onUpdate:opened"?: ((val: unknown) => any) | undefined;
|
|
@@ -506,15 +505,16 @@ declare const VTreeview: {
|
|
|
506
505
|
disabled: boolean;
|
|
507
506
|
tag: string;
|
|
508
507
|
mandatory: boolean;
|
|
508
|
+
modelValue: unknown[];
|
|
509
509
|
rounded: string | number | boolean;
|
|
510
510
|
tile: boolean;
|
|
511
511
|
density: Density;
|
|
512
512
|
slim: boolean;
|
|
513
513
|
valueComparator: typeof deepEqual;
|
|
514
|
+
indeterminateIcon: IconValue;
|
|
514
515
|
activatable: boolean;
|
|
515
516
|
selectable: boolean;
|
|
516
517
|
selectStrategy: SelectStrategyProp;
|
|
517
|
-
openStrategy: OpenStrategyProp;
|
|
518
518
|
collapseIcon: string;
|
|
519
519
|
expandIcon: string;
|
|
520
520
|
lines: false | "one" | "two" | "three";
|
|
@@ -526,6 +526,7 @@ declare const VTreeview: {
|
|
|
526
526
|
itemValue: SelectItemKey;
|
|
527
527
|
itemChildren: SelectItemKey;
|
|
528
528
|
itemProps: SelectItemKey;
|
|
529
|
+
openOnClick: boolean;
|
|
529
530
|
loadingIcon: string;
|
|
530
531
|
openAll: boolean;
|
|
531
532
|
}>;
|
|
@@ -538,14 +539,15 @@ declare const VTreeview: {
|
|
|
538
539
|
disabled: boolean;
|
|
539
540
|
tag: string;
|
|
540
541
|
mandatory: boolean;
|
|
542
|
+
modelValue: unknown[];
|
|
541
543
|
tile: boolean;
|
|
542
544
|
density: Density;
|
|
543
545
|
slim: boolean;
|
|
544
546
|
valueComparator: typeof deepEqual;
|
|
547
|
+
indeterminateIcon: IconValue;
|
|
545
548
|
activatable: boolean;
|
|
546
549
|
selectable: boolean;
|
|
547
550
|
selectStrategy: SelectStrategyProp;
|
|
548
|
-
openStrategy: OpenStrategyProp;
|
|
549
551
|
collapseIcon: string;
|
|
550
552
|
expandIcon: string;
|
|
551
553
|
lines: false | "one" | "two" | "three";
|
|
@@ -577,11 +579,13 @@ declare const VTreeview: {
|
|
|
577
579
|
rounded?: string | number | boolean | undefined;
|
|
578
580
|
baseColor?: string | undefined;
|
|
579
581
|
bgColor?: string | undefined;
|
|
582
|
+
activeColor?: string | undefined;
|
|
583
|
+
falseIcon?: IconValue | undefined;
|
|
584
|
+
trueIcon?: IconValue | undefined;
|
|
580
585
|
activeClass?: string | undefined;
|
|
581
586
|
opened?: any;
|
|
582
587
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
583
588
|
'onUpdate:opened'?: (() => void) | undefined;
|
|
584
|
-
activeColor?: string | undefined;
|
|
585
589
|
customFilter?: FilterFunction | undefined;
|
|
586
590
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
587
591
|
'onClick:open'?: ((args_0: {
|
|
@@ -594,8 +598,11 @@ declare const VTreeview: {
|
|
|
594
598
|
value: boolean;
|
|
595
599
|
path: unknown[];
|
|
596
600
|
}) => void) | undefined;
|
|
601
|
+
openOnClick?: boolean | undefined;
|
|
602
|
+
selectedColor?: string | undefined;
|
|
597
603
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
598
604
|
} & {
|
|
605
|
+
"onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
|
|
599
606
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
|
600
607
|
"onUpdate:selected"?: ((val: unknown) => any) | undefined;
|
|
601
608
|
"onUpdate:opened"?: ((val: unknown) => any) | undefined;
|
|
@@ -613,6 +620,7 @@ declare const VTreeview: {
|
|
|
613
620
|
'update:opened': (val: unknown) => true;
|
|
614
621
|
'update:activated': (val: unknown) => true;
|
|
615
622
|
'update:selected': (val: unknown) => true;
|
|
623
|
+
'update:modelValue': (val: unknown) => true;
|
|
616
624
|
'click:open': (value: {
|
|
617
625
|
id: unknown;
|
|
618
626
|
value: boolean;
|
|
@@ -629,15 +637,16 @@ declare const VTreeview: {
|
|
|
629
637
|
disabled: boolean;
|
|
630
638
|
tag: string;
|
|
631
639
|
mandatory: boolean;
|
|
640
|
+
modelValue: unknown[];
|
|
632
641
|
rounded: string | number | boolean;
|
|
633
642
|
tile: boolean;
|
|
634
643
|
density: Density;
|
|
635
644
|
slim: boolean;
|
|
636
645
|
valueComparator: typeof deepEqual;
|
|
646
|
+
indeterminateIcon: IconValue;
|
|
637
647
|
activatable: boolean;
|
|
638
648
|
selectable: boolean;
|
|
639
649
|
selectStrategy: SelectStrategyProp;
|
|
640
|
-
openStrategy: OpenStrategyProp;
|
|
641
650
|
collapseIcon: string;
|
|
642
651
|
expandIcon: string;
|
|
643
652
|
lines: false | "one" | "two" | "three";
|
|
@@ -649,6 +658,7 @@ declare const VTreeview: {
|
|
|
649
658
|
itemValue: SelectItemKey;
|
|
650
659
|
itemChildren: SelectItemKey;
|
|
651
660
|
itemProps: SelectItemKey;
|
|
661
|
+
openOnClick: boolean;
|
|
652
662
|
loadingIcon: string;
|
|
653
663
|
openAll: boolean;
|
|
654
664
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -680,6 +690,10 @@ declare const VTreeview: {
|
|
|
680
690
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
|
681
691
|
items?: T[];
|
|
682
692
|
}, slots: VListChildrenSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
|
693
|
+
modelValue: {
|
|
694
|
+
type: ArrayConstructor;
|
|
695
|
+
default: () => never[];
|
|
696
|
+
};
|
|
683
697
|
variant: Omit<{
|
|
684
698
|
type: vue.PropType<Variant>;
|
|
685
699
|
default: string;
|
|
@@ -730,6 +744,7 @@ declare const VTreeview: {
|
|
|
730
744
|
};
|
|
731
745
|
baseColor: StringConstructor;
|
|
732
746
|
bgColor: StringConstructor;
|
|
747
|
+
activeColor: StringConstructor;
|
|
733
748
|
slim: {
|
|
734
749
|
type: vue.PropType<boolean>;
|
|
735
750
|
default: boolean;
|
|
@@ -747,12 +762,7 @@ declare const VTreeview: {
|
|
|
747
762
|
type: vue.PropType<SelectStrategyProp>;
|
|
748
763
|
default: NonNullable<SelectStrategyProp>;
|
|
749
764
|
};
|
|
750
|
-
openStrategy: {
|
|
751
|
-
type: vue.PropType<OpenStrategyProp>;
|
|
752
|
-
default: NonNullable<OpenStrategyProp>;
|
|
753
|
-
};
|
|
754
765
|
'onUpdate:opened': vue.PropType<() => void>;
|
|
755
|
-
activeColor: StringConstructor;
|
|
756
766
|
collapseIcon: {
|
|
757
767
|
type: vue.PropType<string>;
|
|
758
768
|
default: string;
|
|
@@ -797,6 +807,17 @@ declare const VTreeview: {
|
|
|
797
807
|
type: StringConstructor;
|
|
798
808
|
default: string;
|
|
799
809
|
};
|
|
810
|
+
openOnClick: {
|
|
811
|
+
type: BooleanConstructor;
|
|
812
|
+
default: undefined;
|
|
813
|
+
};
|
|
814
|
+
indeterminateIcon: {
|
|
815
|
+
type: vue.PropType<IconValue>;
|
|
816
|
+
default: string;
|
|
817
|
+
};
|
|
818
|
+
falseIcon: vue.PropType<IconValue>;
|
|
819
|
+
trueIcon: vue.PropType<IconValue>;
|
|
820
|
+
selectedColor: StringConstructor;
|
|
800
821
|
customFilter: vue.PropType<FilterFunction>;
|
|
801
822
|
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
|
802
823
|
filterKeys: {
|
|
@@ -811,6 +832,10 @@ declare const VTreeview: {
|
|
|
811
832
|
openAll: BooleanConstructor;
|
|
812
833
|
search: StringConstructor;
|
|
813
834
|
}, vue.ExtractPropTypes<{
|
|
835
|
+
modelValue: {
|
|
836
|
+
type: ArrayConstructor;
|
|
837
|
+
default: () => never[];
|
|
838
|
+
};
|
|
814
839
|
variant: Omit<{
|
|
815
840
|
type: vue.PropType<Variant>;
|
|
816
841
|
default: string;
|
|
@@ -861,6 +886,7 @@ declare const VTreeview: {
|
|
|
861
886
|
};
|
|
862
887
|
baseColor: StringConstructor;
|
|
863
888
|
bgColor: StringConstructor;
|
|
889
|
+
activeColor: StringConstructor;
|
|
864
890
|
slim: {
|
|
865
891
|
type: vue.PropType<boolean>;
|
|
866
892
|
default: boolean;
|
|
@@ -878,12 +904,7 @@ declare const VTreeview: {
|
|
|
878
904
|
type: vue.PropType<SelectStrategyProp>;
|
|
879
905
|
default: NonNullable<SelectStrategyProp>;
|
|
880
906
|
};
|
|
881
|
-
openStrategy: {
|
|
882
|
-
type: vue.PropType<OpenStrategyProp>;
|
|
883
|
-
default: NonNullable<OpenStrategyProp>;
|
|
884
|
-
};
|
|
885
907
|
'onUpdate:opened': vue.PropType<() => void>;
|
|
886
|
-
activeColor: StringConstructor;
|
|
887
908
|
collapseIcon: {
|
|
888
909
|
type: vue.PropType<string>;
|
|
889
910
|
default: string;
|
|
@@ -928,6 +949,17 @@ declare const VTreeview: {
|
|
|
928
949
|
type: StringConstructor;
|
|
929
950
|
default: string;
|
|
930
951
|
};
|
|
952
|
+
openOnClick: {
|
|
953
|
+
type: BooleanConstructor;
|
|
954
|
+
default: undefined;
|
|
955
|
+
};
|
|
956
|
+
indeterminateIcon: {
|
|
957
|
+
type: vue.PropType<IconValue>;
|
|
958
|
+
default: string;
|
|
959
|
+
};
|
|
960
|
+
falseIcon: vue.PropType<IconValue>;
|
|
961
|
+
trueIcon: vue.PropType<IconValue>;
|
|
962
|
+
selectedColor: StringConstructor;
|
|
931
963
|
customFilter: vue.PropType<FilterFunction>;
|
|
932
964
|
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
|
933
965
|
filterKeys: {
|
|
@@ -974,7 +1006,7 @@ declare const VTreeviewItem: {
|
|
|
974
1006
|
value?: any;
|
|
975
1007
|
title?: string | number | undefined;
|
|
976
1008
|
class?: any;
|
|
977
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
1009
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
978
1010
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
979
1011
|
href?: string | undefined;
|
|
980
1012
|
elevation?: string | number | undefined;
|
|
@@ -982,15 +1014,16 @@ declare const VTreeviewItem: {
|
|
|
982
1014
|
theme?: string | undefined;
|
|
983
1015
|
rounded?: string | number | boolean | undefined;
|
|
984
1016
|
baseColor?: string | undefined;
|
|
1017
|
+
activeColor?: string | undefined;
|
|
985
1018
|
prependIcon?: IconValue | undefined;
|
|
986
1019
|
appendIcon?: IconValue | undefined;
|
|
987
1020
|
activeClass?: string | undefined;
|
|
988
1021
|
appendAvatar?: string | undefined;
|
|
989
1022
|
prependAvatar?: string | undefined;
|
|
990
|
-
activeColor?: string | undefined;
|
|
991
1023
|
subtitle?: string | number | undefined;
|
|
992
1024
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
993
1025
|
toggleIcon?: IconValue | undefined;
|
|
1026
|
+
onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
|
|
994
1027
|
} & {
|
|
995
1028
|
$children?: vue.VNodeChild | {
|
|
996
1029
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1041,7 +1074,7 @@ declare const VTreeviewItem: {
|
|
|
1041
1074
|
value?: any;
|
|
1042
1075
|
title?: string | number | undefined;
|
|
1043
1076
|
class?: any;
|
|
1044
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
1077
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
1045
1078
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
1046
1079
|
href?: string | undefined;
|
|
1047
1080
|
elevation?: string | number | undefined;
|
|
@@ -1049,15 +1082,16 @@ declare const VTreeviewItem: {
|
|
|
1049
1082
|
theme?: string | undefined;
|
|
1050
1083
|
rounded?: string | number | boolean | undefined;
|
|
1051
1084
|
baseColor?: string | undefined;
|
|
1085
|
+
activeColor?: string | undefined;
|
|
1052
1086
|
prependIcon?: IconValue | undefined;
|
|
1053
1087
|
appendIcon?: IconValue | undefined;
|
|
1054
1088
|
activeClass?: string | undefined;
|
|
1055
1089
|
appendAvatar?: string | undefined;
|
|
1056
1090
|
prependAvatar?: string | undefined;
|
|
1057
|
-
activeColor?: string | undefined;
|
|
1058
1091
|
subtitle?: string | number | undefined;
|
|
1059
1092
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
1060
1093
|
toggleIcon?: IconValue | undefined;
|
|
1094
|
+
onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
|
|
1061
1095
|
} & {
|
|
1062
1096
|
$children?: vue.VNodeChild | {
|
|
1063
1097
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1139,7 +1173,7 @@ declare const VTreeviewItem: {
|
|
|
1139
1173
|
value?: any;
|
|
1140
1174
|
title?: string | number | undefined;
|
|
1141
1175
|
class?: any;
|
|
1142
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
1176
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
1143
1177
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
1144
1178
|
href?: string | undefined;
|
|
1145
1179
|
elevation?: string | number | undefined;
|
|
@@ -1147,15 +1181,16 @@ declare const VTreeviewItem: {
|
|
|
1147
1181
|
theme?: string | undefined;
|
|
1148
1182
|
rounded?: string | number | boolean | undefined;
|
|
1149
1183
|
baseColor?: string | undefined;
|
|
1184
|
+
activeColor?: string | undefined;
|
|
1150
1185
|
prependIcon?: IconValue | undefined;
|
|
1151
1186
|
appendIcon?: IconValue | undefined;
|
|
1152
1187
|
activeClass?: string | undefined;
|
|
1153
1188
|
appendAvatar?: string | undefined;
|
|
1154
1189
|
prependAvatar?: string | undefined;
|
|
1155
|
-
activeColor?: string | undefined;
|
|
1156
1190
|
subtitle?: string | number | undefined;
|
|
1157
1191
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
1158
1192
|
toggleIcon?: IconValue | undefined;
|
|
1193
|
+
onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
|
|
1159
1194
|
} & {
|
|
1160
1195
|
$children?: vue.VNodeChild | {
|
|
1161
1196
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1228,7 +1263,7 @@ declare const VTreeviewItem: {
|
|
|
1228
1263
|
value?: any;
|
|
1229
1264
|
title?: string | number | undefined;
|
|
1230
1265
|
class?: any;
|
|
1231
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
1266
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
1232
1267
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
1233
1268
|
href?: string | undefined;
|
|
1234
1269
|
elevation?: string | number | undefined;
|
|
@@ -1236,15 +1271,16 @@ declare const VTreeviewItem: {
|
|
|
1236
1271
|
theme?: string | undefined;
|
|
1237
1272
|
rounded?: string | number | boolean | undefined;
|
|
1238
1273
|
baseColor?: string | undefined;
|
|
1274
|
+
activeColor?: string | undefined;
|
|
1239
1275
|
prependIcon?: IconValue | undefined;
|
|
1240
1276
|
appendIcon?: IconValue | undefined;
|
|
1241
1277
|
activeClass?: string | undefined;
|
|
1242
1278
|
appendAvatar?: string | undefined;
|
|
1243
1279
|
prependAvatar?: string | undefined;
|
|
1244
|
-
activeColor?: string | undefined;
|
|
1245
1280
|
subtitle?: string | number | undefined;
|
|
1246
1281
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
1247
1282
|
toggleIcon?: IconValue | undefined;
|
|
1283
|
+
onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
|
|
1248
1284
|
} & {
|
|
1249
1285
|
$children?: vue.VNodeChild | {
|
|
1250
1286
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1364,9 +1400,10 @@ declare const VTreeviewItem: {
|
|
|
1364
1400
|
subtitle: (StringConstructor | NumberConstructor)[];
|
|
1365
1401
|
title: (StringConstructor | NumberConstructor)[];
|
|
1366
1402
|
value: null;
|
|
1367
|
-
onClick: vue.PropType<(args_0: MouseEvent) => void>;
|
|
1403
|
+
onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
1368
1404
|
onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
|
|
1369
1405
|
loading: BooleanConstructor;
|
|
1406
|
+
onToggleExpand: vue.PropType<(args_0: MouseEvent) => void>;
|
|
1370
1407
|
toggleIcon: vue.PropType<IconValue>;
|
|
1371
1408
|
}, vue.ExtractPropTypes<{
|
|
1372
1409
|
color: StringConstructor;
|
|
@@ -1442,9 +1479,10 @@ declare const VTreeviewItem: {
|
|
|
1442
1479
|
subtitle: (StringConstructor | NumberConstructor)[];
|
|
1443
1480
|
title: (StringConstructor | NumberConstructor)[];
|
|
1444
1481
|
value: null;
|
|
1445
|
-
onClick: vue.PropType<(args_0: MouseEvent) => void>;
|
|
1482
|
+
onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
1446
1483
|
onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
|
|
1447
1484
|
loading: BooleanConstructor;
|
|
1485
|
+
onToggleExpand: vue.PropType<(args_0: MouseEvent) => void>;
|
|
1448
1486
|
toggleIcon: vue.PropType<IconValue>;
|
|
1449
1487
|
}>>;
|
|
1450
1488
|
type VTreeviewItem = InstanceType<typeof VTreeviewItem>;
|
|
@@ -1462,9 +1500,9 @@ declare const VTreeviewGroup: {
|
|
|
1462
1500
|
title?: string | undefined;
|
|
1463
1501
|
class?: any;
|
|
1464
1502
|
baseColor?: string | undefined;
|
|
1503
|
+
activeColor?: string | undefined;
|
|
1465
1504
|
prependIcon?: IconValue | undefined;
|
|
1466
1505
|
appendIcon?: IconValue | undefined;
|
|
1467
|
-
activeColor?: string | undefined;
|
|
1468
1506
|
} & {
|
|
1469
1507
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1470
1508
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1498,9 +1536,9 @@ declare const VTreeviewGroup: {
|
|
|
1498
1536
|
title?: string | undefined;
|
|
1499
1537
|
class?: any;
|
|
1500
1538
|
baseColor?: string | undefined;
|
|
1539
|
+
activeColor?: string | undefined;
|
|
1501
1540
|
prependIcon?: IconValue | undefined;
|
|
1502
1541
|
appendIcon?: IconValue | undefined;
|
|
1503
|
-
activeColor?: string | undefined;
|
|
1504
1542
|
} & {
|
|
1505
1543
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1506
1544
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1553,9 +1591,9 @@ declare const VTreeviewGroup: {
|
|
|
1553
1591
|
title?: string | undefined;
|
|
1554
1592
|
class?: any;
|
|
1555
1593
|
baseColor?: string | undefined;
|
|
1594
|
+
activeColor?: string | undefined;
|
|
1556
1595
|
prependIcon?: IconValue | undefined;
|
|
1557
1596
|
appendIcon?: IconValue | undefined;
|
|
1558
|
-
activeColor?: string | undefined;
|
|
1559
1597
|
} & {
|
|
1560
1598
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1561
1599
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1599,9 +1637,9 @@ declare const VTreeviewGroup: {
|
|
|
1599
1637
|
title?: string | undefined;
|
|
1600
1638
|
class?: any;
|
|
1601
1639
|
baseColor?: string | undefined;
|
|
1640
|
+
activeColor?: string | undefined;
|
|
1602
1641
|
prependIcon?: IconValue | undefined;
|
|
1603
1642
|
appendIcon?: IconValue | undefined;
|
|
1604
|
-
activeColor?: string | undefined;
|
|
1605
1643
|
} & {
|
|
1606
1644
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1607
1645
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1649,9 +1687,9 @@ declare const VTreeviewGroup: {
|
|
|
1649
1687
|
default: string;
|
|
1650
1688
|
};
|
|
1651
1689
|
baseColor: StringConstructor;
|
|
1690
|
+
activeColor: StringConstructor;
|
|
1652
1691
|
prependIcon: vue.PropType<IconValue>;
|
|
1653
1692
|
appendIcon: vue.PropType<IconValue>;
|
|
1654
|
-
activeColor: StringConstructor;
|
|
1655
1693
|
collapseIcon: Omit<{
|
|
1656
1694
|
type: vue.PropType<IconValue>;
|
|
1657
1695
|
default: string;
|
|
@@ -1681,9 +1719,9 @@ declare const VTreeviewGroup: {
|
|
|
1681
1719
|
default: string;
|
|
1682
1720
|
};
|
|
1683
1721
|
baseColor: StringConstructor;
|
|
1722
|
+
activeColor: StringConstructor;
|
|
1684
1723
|
prependIcon: vue.PropType<IconValue>;
|
|
1685
1724
|
appendIcon: vue.PropType<IconValue>;
|
|
1686
|
-
activeColor: StringConstructor;
|
|
1687
1725
|
collapseIcon: Omit<{
|
|
1688
1726
|
type: vue.PropType<IconValue>;
|
|
1689
1727
|
default: string;
|