vuetify 3.6.13 → 3.7.0-beta.1
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 +166 -26
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +40 -5
- package/dist/json/web-types.json +394 -41
- package/dist/vuetify-labs.css +2300 -2284
- package/dist/vuetify-labs.d.ts +12763 -12509
- package/dist/vuetify-labs.esm.js +153 -145
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +153 -145
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +887 -871
- package/dist/vuetify.d.ts +11161 -10982
- package/dist/vuetify.esm.js +107 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1076 -1078
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +175 -169
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +635 -634
- package/lib/components/VAvatar/VAvatar.css +7 -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 +36 -30
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +42 -42
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +113 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +130 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +635 -634
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +196 -124
- package/lib/components/VFab/index.d.mts +233 -227
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -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 +178 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- 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 +101 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +191 -190
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +423 -423
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +635 -634
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +39 -33
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +530 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VValidation/index.d.mts +22 -21
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11225 -11046
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +3 -4
- 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 +44 -44
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/index.d.mts +235 -235
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +224 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/VTreeview.mjs +7 -5
- 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 +270 -253
- package/lib/labs/components.d.mts +1835 -1782
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -5
|
@@ -42,6 +42,7 @@ declare const IconValue: PropType<IconValue>;
|
|
|
42
42
|
|
|
43
43
|
type ListItemSlot = {
|
|
44
44
|
isActive: boolean;
|
|
45
|
+
isOpen: boolean;
|
|
45
46
|
isSelected: boolean;
|
|
46
47
|
isIndeterminate: boolean;
|
|
47
48
|
select: (value: boolean) => void;
|
|
@@ -92,28 +93,6 @@ type ActiveStrategy = {
|
|
|
92
93
|
out: ActiveStrategyTransformOutFn;
|
|
93
94
|
};
|
|
94
95
|
|
|
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
96
|
type SelectStrategyFn = (data: {
|
|
118
97
|
id: unknown;
|
|
119
98
|
value: boolean;
|
|
@@ -132,7 +111,6 @@ type SelectStrategy = {
|
|
|
132
111
|
|
|
133
112
|
type ActiveStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | ActiveStrategy | ((mandatory: boolean) => ActiveStrategy);
|
|
134
113
|
type SelectStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategy | ((mandatory: boolean) => SelectStrategy);
|
|
135
|
-
type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
|
|
136
114
|
|
|
137
115
|
interface ListItem<T = any> extends InternalItem<T> {
|
|
138
116
|
title: string;
|
|
@@ -170,19 +148,19 @@ type VListChildrenSlots<T> = {
|
|
|
170
148
|
|
|
171
149
|
declare const VTreeview: {
|
|
172
150
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
151
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
173
152
|
style: vue.StyleValue;
|
|
174
153
|
disabled: boolean;
|
|
175
154
|
tag: string;
|
|
176
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
177
155
|
mandatory: boolean;
|
|
178
156
|
tile: boolean;
|
|
179
157
|
density: Density;
|
|
180
158
|
slim: boolean;
|
|
181
159
|
valueComparator: typeof deepEqual;
|
|
160
|
+
indeterminateIcon: IconValue;
|
|
182
161
|
activatable: boolean;
|
|
183
162
|
selectable: boolean;
|
|
184
163
|
selectStrategy: NonNullable<SelectStrategyProp>;
|
|
185
|
-
openStrategy: NonNullable<OpenStrategyProp>;
|
|
186
164
|
collapseIcon: string;
|
|
187
165
|
expandIcon: string;
|
|
188
166
|
lines: false | "one" | "two" | "three";
|
|
@@ -199,27 +177,29 @@ declare const VTreeview: {
|
|
|
199
177
|
openAll: boolean;
|
|
200
178
|
} & {
|
|
201
179
|
search?: string | undefined;
|
|
202
|
-
class?: any;
|
|
203
|
-
width?: string | number | undefined;
|
|
204
180
|
height?: string | number | undefined;
|
|
205
|
-
|
|
206
|
-
color?: string | undefined;
|
|
207
|
-
activated?: any;
|
|
181
|
+
width?: string | number | undefined;
|
|
208
182
|
border?: string | number | boolean | undefined;
|
|
209
|
-
|
|
183
|
+
color?: string | undefined;
|
|
210
184
|
maxHeight?: string | number | undefined;
|
|
211
185
|
maxWidth?: string | number | undefined;
|
|
212
186
|
minHeight?: string | number | undefined;
|
|
213
187
|
minWidth?: string | number | undefined;
|
|
188
|
+
activated?: any;
|
|
189
|
+
class?: any;
|
|
190
|
+
selected?: any;
|
|
214
191
|
elevation?: string | number | undefined;
|
|
192
|
+
theme?: string | undefined;
|
|
193
|
+
rounded?: string | number | boolean | undefined;
|
|
215
194
|
baseColor?: string | undefined;
|
|
216
|
-
selected?: any;
|
|
217
195
|
bgColor?: string | undefined;
|
|
196
|
+
activeColor?: string | undefined;
|
|
197
|
+
falseIcon?: IconValue | undefined;
|
|
198
|
+
trueIcon?: IconValue | undefined;
|
|
218
199
|
activeClass?: string | undefined;
|
|
219
200
|
opened?: any;
|
|
220
201
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
221
202
|
'onUpdate:opened'?: (() => void) | undefined;
|
|
222
|
-
activeColor?: string | undefined;
|
|
223
203
|
customFilter?: FilterFunction | undefined;
|
|
224
204
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
225
205
|
'onClick:open'?: ((args_0: {
|
|
@@ -232,6 +212,8 @@ declare const VTreeview: {
|
|
|
232
212
|
value: boolean;
|
|
233
213
|
path: unknown[];
|
|
234
214
|
}) => void) | undefined;
|
|
215
|
+
openOnClick?: boolean | undefined;
|
|
216
|
+
selectedColor?: string | undefined;
|
|
235
217
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
236
218
|
} & {
|
|
237
219
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
|
@@ -263,20 +245,20 @@ declare const VTreeview: {
|
|
|
263
245
|
value: boolean;
|
|
264
246
|
path: unknown[];
|
|
265
247
|
}) => boolean;
|
|
266
|
-
}, "v-slot:default" | "
|
|
248
|
+
}, "$children" | "v-slot:default" | "v-slots" | "items" | "v-slot:title" | "v-slot:append" | "v-slot:prepend" | "v-slot:subtitle" | "v-slot:item" | "v-slot:header" | "v-slot:divider" | "v-slot:subheader">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
249
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
267
250
|
style: vue.StyleValue;
|
|
268
251
|
disabled: boolean;
|
|
269
252
|
tag: string;
|
|
270
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
271
253
|
mandatory: boolean;
|
|
272
254
|
tile: boolean;
|
|
273
255
|
density: Density;
|
|
274
256
|
slim: boolean;
|
|
275
257
|
valueComparator: typeof deepEqual;
|
|
258
|
+
indeterminateIcon: IconValue;
|
|
276
259
|
activatable: boolean;
|
|
277
260
|
selectable: boolean;
|
|
278
261
|
selectStrategy: NonNullable<SelectStrategyProp>;
|
|
279
|
-
openStrategy: NonNullable<OpenStrategyProp>;
|
|
280
262
|
collapseIcon: string;
|
|
281
263
|
expandIcon: string;
|
|
282
264
|
lines: false | "one" | "two" | "three";
|
|
@@ -293,27 +275,29 @@ declare const VTreeview: {
|
|
|
293
275
|
openAll: boolean;
|
|
294
276
|
} & {
|
|
295
277
|
search?: string | undefined;
|
|
296
|
-
class?: any;
|
|
297
|
-
width?: string | number | undefined;
|
|
298
278
|
height?: string | number | undefined;
|
|
299
|
-
|
|
300
|
-
color?: string | undefined;
|
|
301
|
-
activated?: any;
|
|
279
|
+
width?: string | number | undefined;
|
|
302
280
|
border?: string | number | boolean | undefined;
|
|
303
|
-
|
|
281
|
+
color?: string | undefined;
|
|
304
282
|
maxHeight?: string | number | undefined;
|
|
305
283
|
maxWidth?: string | number | undefined;
|
|
306
284
|
minHeight?: string | number | undefined;
|
|
307
285
|
minWidth?: string | number | undefined;
|
|
286
|
+
activated?: any;
|
|
287
|
+
class?: any;
|
|
288
|
+
selected?: any;
|
|
308
289
|
elevation?: string | number | undefined;
|
|
290
|
+
theme?: string | undefined;
|
|
291
|
+
rounded?: string | number | boolean | undefined;
|
|
309
292
|
baseColor?: string | undefined;
|
|
310
|
-
selected?: any;
|
|
311
293
|
bgColor?: string | undefined;
|
|
294
|
+
activeColor?: string | undefined;
|
|
295
|
+
falseIcon?: IconValue | undefined;
|
|
296
|
+
trueIcon?: IconValue | undefined;
|
|
312
297
|
activeClass?: string | undefined;
|
|
313
298
|
opened?: any;
|
|
314
299
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
315
300
|
'onUpdate:opened'?: (() => void) | undefined;
|
|
316
|
-
activeColor?: string | undefined;
|
|
317
301
|
customFilter?: FilterFunction | undefined;
|
|
318
302
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
319
303
|
'onClick:open'?: ((args_0: {
|
|
@@ -326,6 +310,8 @@ declare const VTreeview: {
|
|
|
326
310
|
value: boolean;
|
|
327
311
|
path: unknown[];
|
|
328
312
|
}) => void) | undefined;
|
|
313
|
+
openOnClick?: boolean | undefined;
|
|
314
|
+
selectedColor?: string | undefined;
|
|
329
315
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
330
316
|
} & {
|
|
331
317
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
|
@@ -342,20 +328,20 @@ declare const VTreeview: {
|
|
|
342
328
|
path: unknown[];
|
|
343
329
|
}) => any) | undefined;
|
|
344
330
|
}, {
|
|
331
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
345
332
|
style: vue.StyleValue;
|
|
346
333
|
disabled: boolean;
|
|
347
334
|
tag: string;
|
|
348
|
-
rounded: string | number | boolean;
|
|
349
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
350
335
|
mandatory: boolean;
|
|
336
|
+
rounded: string | number | boolean;
|
|
351
337
|
tile: boolean;
|
|
352
338
|
density: Density;
|
|
353
339
|
slim: boolean;
|
|
354
340
|
valueComparator: typeof deepEqual;
|
|
341
|
+
indeterminateIcon: IconValue;
|
|
355
342
|
activatable: boolean;
|
|
356
343
|
selectable: boolean;
|
|
357
344
|
selectStrategy: NonNullable<SelectStrategyProp>;
|
|
358
|
-
openStrategy: NonNullable<OpenStrategyProp>;
|
|
359
345
|
collapseIcon: string;
|
|
360
346
|
expandIcon: string;
|
|
361
347
|
lines: false | "one" | "two" | "three";
|
|
@@ -368,6 +354,7 @@ declare const VTreeview: {
|
|
|
368
354
|
itemChildren: SelectItemKey;
|
|
369
355
|
itemProps: SelectItemKey;
|
|
370
356
|
itemType: string;
|
|
357
|
+
openOnClick: boolean;
|
|
371
358
|
loadingIcon: string;
|
|
372
359
|
openAll: boolean;
|
|
373
360
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -376,12 +363,12 @@ declare const VTreeview: {
|
|
|
376
363
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
377
364
|
[key: string]: any;
|
|
378
365
|
}>[];
|
|
379
|
-
|
|
366
|
+
append: (arg: ListItemSlot & {
|
|
380
367
|
item: unknown;
|
|
381
368
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
382
369
|
[key: string]: any;
|
|
383
370
|
}>[];
|
|
384
|
-
|
|
371
|
+
prepend: (arg: ListItemSlot & {
|
|
385
372
|
item: unknown;
|
|
386
373
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
387
374
|
[key: string]: any;
|
|
@@ -438,19 +425,19 @@ declare const VTreeview: {
|
|
|
438
425
|
M: {};
|
|
439
426
|
Defaults: {};
|
|
440
427
|
}, {
|
|
428
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
441
429
|
style: vue.StyleValue;
|
|
442
430
|
disabled: boolean;
|
|
443
431
|
tag: string;
|
|
444
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
445
432
|
mandatory: boolean;
|
|
446
433
|
tile: boolean;
|
|
447
434
|
density: Density;
|
|
448
435
|
slim: boolean;
|
|
449
436
|
valueComparator: typeof deepEqual;
|
|
437
|
+
indeterminateIcon: IconValue;
|
|
450
438
|
activatable: boolean;
|
|
451
439
|
selectable: boolean;
|
|
452
440
|
selectStrategy: NonNullable<SelectStrategyProp>;
|
|
453
|
-
openStrategy: NonNullable<OpenStrategyProp>;
|
|
454
441
|
collapseIcon: string;
|
|
455
442
|
expandIcon: string;
|
|
456
443
|
lines: false | "one" | "two" | "three";
|
|
@@ -467,27 +454,29 @@ declare const VTreeview: {
|
|
|
467
454
|
openAll: boolean;
|
|
468
455
|
} & {
|
|
469
456
|
search?: string | undefined;
|
|
470
|
-
class?: any;
|
|
471
|
-
width?: string | number | undefined;
|
|
472
457
|
height?: string | number | undefined;
|
|
473
|
-
|
|
474
|
-
color?: string | undefined;
|
|
475
|
-
activated?: any;
|
|
458
|
+
width?: string | number | undefined;
|
|
476
459
|
border?: string | number | boolean | undefined;
|
|
477
|
-
|
|
460
|
+
color?: string | undefined;
|
|
478
461
|
maxHeight?: string | number | undefined;
|
|
479
462
|
maxWidth?: string | number | undefined;
|
|
480
463
|
minHeight?: string | number | undefined;
|
|
481
464
|
minWidth?: string | number | undefined;
|
|
465
|
+
activated?: any;
|
|
466
|
+
class?: any;
|
|
467
|
+
selected?: any;
|
|
482
468
|
elevation?: string | number | undefined;
|
|
469
|
+
theme?: string | undefined;
|
|
470
|
+
rounded?: string | number | boolean | undefined;
|
|
483
471
|
baseColor?: string | undefined;
|
|
484
|
-
selected?: any;
|
|
485
472
|
bgColor?: string | undefined;
|
|
473
|
+
activeColor?: string | undefined;
|
|
474
|
+
falseIcon?: IconValue | undefined;
|
|
475
|
+
trueIcon?: IconValue | undefined;
|
|
486
476
|
activeClass?: string | undefined;
|
|
487
477
|
opened?: any;
|
|
488
478
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
489
479
|
'onUpdate:opened'?: (() => void) | undefined;
|
|
490
|
-
activeColor?: string | undefined;
|
|
491
480
|
customFilter?: FilterFunction | undefined;
|
|
492
481
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
493
482
|
'onClick:open'?: ((args_0: {
|
|
@@ -500,6 +489,8 @@ declare const VTreeview: {
|
|
|
500
489
|
value: boolean;
|
|
501
490
|
path: unknown[];
|
|
502
491
|
}) => void) | undefined;
|
|
492
|
+
openOnClick?: boolean | undefined;
|
|
493
|
+
selectedColor?: string | undefined;
|
|
503
494
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
504
495
|
} & {
|
|
505
496
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
|
@@ -518,20 +509,20 @@ declare const VTreeview: {
|
|
|
518
509
|
}, {
|
|
519
510
|
open: typeof open;
|
|
520
511
|
}, {}, {}, {}, {
|
|
512
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
521
513
|
style: vue.StyleValue;
|
|
522
514
|
disabled: boolean;
|
|
523
515
|
tag: string;
|
|
524
|
-
rounded: string | number | boolean;
|
|
525
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
526
516
|
mandatory: boolean;
|
|
517
|
+
rounded: string | number | boolean;
|
|
527
518
|
tile: boolean;
|
|
528
519
|
density: Density;
|
|
529
520
|
slim: boolean;
|
|
530
521
|
valueComparator: typeof deepEqual;
|
|
522
|
+
indeterminateIcon: IconValue;
|
|
531
523
|
activatable: boolean;
|
|
532
524
|
selectable: boolean;
|
|
533
525
|
selectStrategy: NonNullable<SelectStrategyProp>;
|
|
534
|
-
openStrategy: NonNullable<OpenStrategyProp>;
|
|
535
526
|
collapseIcon: string;
|
|
536
527
|
expandIcon: string;
|
|
537
528
|
lines: false | "one" | "two" | "three";
|
|
@@ -544,6 +535,7 @@ declare const VTreeview: {
|
|
|
544
535
|
itemChildren: SelectItemKey;
|
|
545
536
|
itemProps: SelectItemKey;
|
|
546
537
|
itemType: string;
|
|
538
|
+
openOnClick: boolean;
|
|
547
539
|
loadingIcon: string;
|
|
548
540
|
openAll: boolean;
|
|
549
541
|
}>;
|
|
@@ -551,19 +543,19 @@ declare const VTreeview: {
|
|
|
551
543
|
__isTeleport?: undefined;
|
|
552
544
|
__isSuspense?: undefined;
|
|
553
545
|
} & vue.ComponentOptionsBase<{
|
|
546
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
554
547
|
style: vue.StyleValue;
|
|
555
548
|
disabled: boolean;
|
|
556
549
|
tag: string;
|
|
557
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
558
550
|
mandatory: boolean;
|
|
559
551
|
tile: boolean;
|
|
560
552
|
density: Density;
|
|
561
553
|
slim: boolean;
|
|
562
554
|
valueComparator: typeof deepEqual;
|
|
555
|
+
indeterminateIcon: IconValue;
|
|
563
556
|
activatable: boolean;
|
|
564
557
|
selectable: boolean;
|
|
565
558
|
selectStrategy: NonNullable<SelectStrategyProp>;
|
|
566
|
-
openStrategy: NonNullable<OpenStrategyProp>;
|
|
567
559
|
collapseIcon: string;
|
|
568
560
|
expandIcon: string;
|
|
569
561
|
lines: false | "one" | "two" | "three";
|
|
@@ -580,27 +572,29 @@ declare const VTreeview: {
|
|
|
580
572
|
openAll: boolean;
|
|
581
573
|
} & {
|
|
582
574
|
search?: string | undefined;
|
|
583
|
-
class?: any;
|
|
584
|
-
width?: string | number | undefined;
|
|
585
575
|
height?: string | number | undefined;
|
|
586
|
-
|
|
587
|
-
color?: string | undefined;
|
|
588
|
-
activated?: any;
|
|
576
|
+
width?: string | number | undefined;
|
|
589
577
|
border?: string | number | boolean | undefined;
|
|
590
|
-
|
|
578
|
+
color?: string | undefined;
|
|
591
579
|
maxHeight?: string | number | undefined;
|
|
592
580
|
maxWidth?: string | number | undefined;
|
|
593
581
|
minHeight?: string | number | undefined;
|
|
594
582
|
minWidth?: string | number | undefined;
|
|
583
|
+
activated?: any;
|
|
584
|
+
class?: any;
|
|
585
|
+
selected?: any;
|
|
595
586
|
elevation?: string | number | undefined;
|
|
587
|
+
theme?: string | undefined;
|
|
588
|
+
rounded?: string | number | boolean | undefined;
|
|
596
589
|
baseColor?: string | undefined;
|
|
597
|
-
selected?: any;
|
|
598
590
|
bgColor?: string | undefined;
|
|
591
|
+
activeColor?: string | undefined;
|
|
592
|
+
falseIcon?: IconValue | undefined;
|
|
593
|
+
trueIcon?: IconValue | undefined;
|
|
599
594
|
activeClass?: string | undefined;
|
|
600
595
|
opened?: any;
|
|
601
596
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
602
597
|
'onUpdate:opened'?: (() => void) | undefined;
|
|
603
|
-
activeColor?: string | undefined;
|
|
604
598
|
customFilter?: FilterFunction | undefined;
|
|
605
599
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
606
600
|
'onClick:open'?: ((args_0: {
|
|
@@ -613,6 +607,8 @@ declare const VTreeview: {
|
|
|
613
607
|
value: boolean;
|
|
614
608
|
path: unknown[];
|
|
615
609
|
}) => void) | undefined;
|
|
610
|
+
openOnClick?: boolean | undefined;
|
|
611
|
+
selectedColor?: string | undefined;
|
|
616
612
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
617
613
|
} & {
|
|
618
614
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
|
@@ -644,21 +640,21 @@ declare const VTreeview: {
|
|
|
644
640
|
value: boolean;
|
|
645
641
|
path: unknown[];
|
|
646
642
|
}) => boolean;
|
|
647
|
-
}, "v-slot:default" | "
|
|
643
|
+
}, "$children" | "v-slot:default" | "v-slots" | "items" | "v-slot:title" | "v-slot:append" | "v-slot:prepend" | "v-slot:subtitle" | "v-slot:item" | "v-slot:header" | "v-slot:divider" | "v-slot:subheader">, string, {
|
|
644
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
648
645
|
style: vue.StyleValue;
|
|
649
646
|
disabled: boolean;
|
|
650
647
|
tag: string;
|
|
651
|
-
rounded: string | number | boolean;
|
|
652
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
653
648
|
mandatory: boolean;
|
|
649
|
+
rounded: string | number | boolean;
|
|
654
650
|
tile: boolean;
|
|
655
651
|
density: Density;
|
|
656
652
|
slim: boolean;
|
|
657
653
|
valueComparator: typeof deepEqual;
|
|
654
|
+
indeterminateIcon: IconValue;
|
|
658
655
|
activatable: boolean;
|
|
659
656
|
selectable: boolean;
|
|
660
657
|
selectStrategy: NonNullable<SelectStrategyProp>;
|
|
661
|
-
openStrategy: NonNullable<OpenStrategyProp>;
|
|
662
658
|
collapseIcon: string;
|
|
663
659
|
expandIcon: string;
|
|
664
660
|
lines: false | "one" | "two" | "three";
|
|
@@ -671,6 +667,7 @@ declare const VTreeview: {
|
|
|
671
667
|
itemChildren: SelectItemKey;
|
|
672
668
|
itemProps: SelectItemKey;
|
|
673
669
|
itemType: string;
|
|
670
|
+
openOnClick: boolean;
|
|
674
671
|
loadingIcon: string;
|
|
675
672
|
openAll: boolean;
|
|
676
673
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -679,12 +676,12 @@ declare const VTreeview: {
|
|
|
679
676
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
680
677
|
[key: string]: any;
|
|
681
678
|
}>[];
|
|
682
|
-
|
|
679
|
+
append: (arg: ListItemSlot & {
|
|
683
680
|
item: unknown;
|
|
684
681
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
685
682
|
[key: string]: any;
|
|
686
683
|
}>[];
|
|
687
|
-
|
|
684
|
+
prepend: (arg: ListItemSlot & {
|
|
688
685
|
item: unknown;
|
|
689
686
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
690
687
|
[key: string]: any;
|
|
@@ -738,56 +735,57 @@ declare const VTreeview: {
|
|
|
738
735
|
}, slots: VListChildrenSlots<T>) => GenericProps<{
|
|
739
736
|
items?: T[] | undefined;
|
|
740
737
|
}, VListChildrenSlots<T>>) & FilterPropsOptions<{
|
|
741
|
-
|
|
738
|
+
variant: Omit<{
|
|
739
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
740
|
+
default: string;
|
|
741
|
+
validator: (v: any) => boolean;
|
|
742
|
+
}, "type" | "default"> & {
|
|
743
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
744
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
745
|
+
};
|
|
746
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
747
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
748
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
749
|
+
color: StringConstructor;
|
|
750
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
751
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
752
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
753
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
742
754
|
style: {
|
|
743
755
|
type: vue.PropType<vue.StyleValue>;
|
|
744
756
|
default: null;
|
|
745
757
|
};
|
|
746
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
747
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
748
|
-
theme: StringConstructor;
|
|
749
|
-
color: StringConstructor;
|
|
750
758
|
disabled: BooleanConstructor;
|
|
751
759
|
activated: null;
|
|
760
|
+
class: vue.PropType<any>;
|
|
752
761
|
tag: {
|
|
753
762
|
type: StringConstructor;
|
|
754
763
|
default: string;
|
|
755
764
|
};
|
|
756
|
-
|
|
765
|
+
mandatory: BooleanConstructor;
|
|
766
|
+
selected: null;
|
|
767
|
+
elevation: {
|
|
768
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
769
|
+
validator(v: any): boolean;
|
|
770
|
+
};
|
|
771
|
+
theme: StringConstructor;
|
|
757
772
|
rounded: {
|
|
758
|
-
type: (StringConstructor |
|
|
773
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
759
774
|
default: undefined;
|
|
760
775
|
};
|
|
761
|
-
variant: Omit<{
|
|
762
|
-
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
763
|
-
default: string;
|
|
764
|
-
validator: (v: any) => boolean;
|
|
765
|
-
}, "default" | "type"> & {
|
|
766
|
-
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
767
|
-
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
768
|
-
};
|
|
769
776
|
items: {
|
|
770
777
|
type: vue.PropType<any[]>;
|
|
771
778
|
default: () => never[];
|
|
772
779
|
};
|
|
773
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
774
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
775
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
776
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
777
|
-
mandatory: BooleanConstructor;
|
|
778
780
|
tile: BooleanConstructor;
|
|
779
|
-
elevation: {
|
|
780
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
781
|
-
validator(v: any): boolean;
|
|
782
|
-
};
|
|
783
781
|
density: {
|
|
784
782
|
type: vue.PropType<Density>;
|
|
785
783
|
default: string;
|
|
786
784
|
validator: (v: any) => boolean;
|
|
787
785
|
};
|
|
788
786
|
baseColor: StringConstructor;
|
|
789
|
-
selected: null;
|
|
790
787
|
bgColor: StringConstructor;
|
|
788
|
+
activeColor: StringConstructor;
|
|
791
789
|
slim: {
|
|
792
790
|
type: vue.PropType<boolean>;
|
|
793
791
|
default: boolean;
|
|
@@ -805,12 +803,7 @@ declare const VTreeview: {
|
|
|
805
803
|
type: vue.PropType<NonNullable<SelectStrategyProp>>;
|
|
806
804
|
default: NonNullable<SelectStrategyProp>;
|
|
807
805
|
};
|
|
808
|
-
openStrategy: {
|
|
809
|
-
type: vue.PropType<NonNullable<OpenStrategyProp>>;
|
|
810
|
-
default: NonNullable<OpenStrategyProp>;
|
|
811
|
-
};
|
|
812
806
|
'onUpdate:opened': vue.PropType<() => void>;
|
|
813
|
-
activeColor: StringConstructor;
|
|
814
807
|
collapseIcon: {
|
|
815
808
|
type: vue.PropType<string>;
|
|
816
809
|
default: string;
|
|
@@ -859,6 +852,17 @@ declare const VTreeview: {
|
|
|
859
852
|
type: StringConstructor;
|
|
860
853
|
default: string;
|
|
861
854
|
};
|
|
855
|
+
openOnClick: {
|
|
856
|
+
type: BooleanConstructor;
|
|
857
|
+
default: undefined;
|
|
858
|
+
};
|
|
859
|
+
indeterminateIcon: {
|
|
860
|
+
type: vue.PropType<IconValue>;
|
|
861
|
+
default: string;
|
|
862
|
+
};
|
|
863
|
+
falseIcon: vue.PropType<IconValue>;
|
|
864
|
+
trueIcon: vue.PropType<IconValue>;
|
|
865
|
+
selectedColor: StringConstructor;
|
|
862
866
|
customFilter: vue.PropType<FilterFunction>;
|
|
863
867
|
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
|
864
868
|
filterKeys: {
|
|
@@ -873,56 +877,57 @@ declare const VTreeview: {
|
|
|
873
877
|
openAll: BooleanConstructor;
|
|
874
878
|
search: StringConstructor;
|
|
875
879
|
}, vue.ExtractPropTypes<{
|
|
876
|
-
|
|
880
|
+
variant: Omit<{
|
|
881
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
882
|
+
default: string;
|
|
883
|
+
validator: (v: any) => boolean;
|
|
884
|
+
}, "type" | "default"> & {
|
|
885
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
886
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
887
|
+
};
|
|
888
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
889
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
890
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
891
|
+
color: StringConstructor;
|
|
892
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
893
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
894
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
895
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
877
896
|
style: {
|
|
878
897
|
type: vue.PropType<vue.StyleValue>;
|
|
879
898
|
default: null;
|
|
880
899
|
};
|
|
881
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
882
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
883
|
-
theme: StringConstructor;
|
|
884
|
-
color: StringConstructor;
|
|
885
900
|
disabled: BooleanConstructor;
|
|
886
901
|
activated: null;
|
|
902
|
+
class: vue.PropType<any>;
|
|
887
903
|
tag: {
|
|
888
904
|
type: StringConstructor;
|
|
889
905
|
default: string;
|
|
890
906
|
};
|
|
891
|
-
|
|
907
|
+
mandatory: BooleanConstructor;
|
|
908
|
+
selected: null;
|
|
909
|
+
elevation: {
|
|
910
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
911
|
+
validator(v: any): boolean;
|
|
912
|
+
};
|
|
913
|
+
theme: StringConstructor;
|
|
892
914
|
rounded: {
|
|
893
|
-
type: (StringConstructor |
|
|
915
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
894
916
|
default: undefined;
|
|
895
917
|
};
|
|
896
|
-
variant: Omit<{
|
|
897
|
-
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
898
|
-
default: string;
|
|
899
|
-
validator: (v: any) => boolean;
|
|
900
|
-
}, "default" | "type"> & {
|
|
901
|
-
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
902
|
-
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
903
|
-
};
|
|
904
918
|
items: {
|
|
905
919
|
type: vue.PropType<any[]>;
|
|
906
920
|
default: () => never[];
|
|
907
921
|
};
|
|
908
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
909
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
910
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
911
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
912
|
-
mandatory: BooleanConstructor;
|
|
913
922
|
tile: BooleanConstructor;
|
|
914
|
-
elevation: {
|
|
915
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
916
|
-
validator(v: any): boolean;
|
|
917
|
-
};
|
|
918
923
|
density: {
|
|
919
924
|
type: vue.PropType<Density>;
|
|
920
925
|
default: string;
|
|
921
926
|
validator: (v: any) => boolean;
|
|
922
927
|
};
|
|
923
928
|
baseColor: StringConstructor;
|
|
924
|
-
selected: null;
|
|
925
929
|
bgColor: StringConstructor;
|
|
930
|
+
activeColor: StringConstructor;
|
|
926
931
|
slim: {
|
|
927
932
|
type: vue.PropType<boolean>;
|
|
928
933
|
default: boolean;
|
|
@@ -940,12 +945,7 @@ declare const VTreeview: {
|
|
|
940
945
|
type: vue.PropType<NonNullable<SelectStrategyProp>>;
|
|
941
946
|
default: NonNullable<SelectStrategyProp>;
|
|
942
947
|
};
|
|
943
|
-
openStrategy: {
|
|
944
|
-
type: vue.PropType<NonNullable<OpenStrategyProp>>;
|
|
945
|
-
default: NonNullable<OpenStrategyProp>;
|
|
946
|
-
};
|
|
947
948
|
'onUpdate:opened': vue.PropType<() => void>;
|
|
948
|
-
activeColor: StringConstructor;
|
|
949
949
|
collapseIcon: {
|
|
950
950
|
type: vue.PropType<string>;
|
|
951
951
|
default: string;
|
|
@@ -994,6 +994,17 @@ declare const VTreeview: {
|
|
|
994
994
|
type: StringConstructor;
|
|
995
995
|
default: string;
|
|
996
996
|
};
|
|
997
|
+
openOnClick: {
|
|
998
|
+
type: BooleanConstructor;
|
|
999
|
+
default: undefined;
|
|
1000
|
+
};
|
|
1001
|
+
indeterminateIcon: {
|
|
1002
|
+
type: vue.PropType<IconValue>;
|
|
1003
|
+
default: string;
|
|
1004
|
+
};
|
|
1005
|
+
falseIcon: vue.PropType<IconValue>;
|
|
1006
|
+
trueIcon: vue.PropType<IconValue>;
|
|
1007
|
+
selectedColor: StringConstructor;
|
|
997
1008
|
customFilter: vue.PropType<FilterFunction>;
|
|
998
1009
|
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
|
999
1010
|
filterKeys: {
|
|
@@ -1013,13 +1024,13 @@ type VTreeview = InstanceType<typeof VTreeview>;
|
|
|
1013
1024
|
declare const VTreeviewItem: {
|
|
1014
1025
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
1015
1026
|
replace: boolean;
|
|
1016
|
-
|
|
1027
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1028
|
+
exact: boolean;
|
|
1029
|
+
loading: boolean;
|
|
1017
1030
|
nav: boolean;
|
|
1031
|
+
style: vue.StyleValue;
|
|
1018
1032
|
disabled: boolean;
|
|
1019
1033
|
tag: string;
|
|
1020
|
-
loading: boolean;
|
|
1021
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1022
|
-
exact: boolean;
|
|
1023
1034
|
tile: boolean;
|
|
1024
1035
|
density: Density;
|
|
1025
1036
|
slim: boolean;
|
|
@@ -1028,35 +1039,36 @@ declare const VTreeviewItem: {
|
|
|
1028
1039
|
} | undefined;
|
|
1029
1040
|
} & {
|
|
1030
1041
|
link?: boolean | undefined;
|
|
1031
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
1032
|
-
class?: any;
|
|
1033
|
-
title?: string | number | undefined;
|
|
1034
|
-
value?: any;
|
|
1035
|
-
width?: string | number | undefined;
|
|
1036
1042
|
height?: string | number | undefined;
|
|
1043
|
+
width?: string | number | undefined;
|
|
1037
1044
|
active?: boolean | undefined;
|
|
1038
|
-
theme?: string | undefined;
|
|
1039
|
-
href?: string | undefined;
|
|
1040
|
-
color?: string | undefined;
|
|
1041
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
1042
1045
|
border?: string | number | boolean | undefined;
|
|
1043
|
-
|
|
1044
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
1046
|
+
color?: string | undefined;
|
|
1045
1047
|
maxHeight?: string | number | undefined;
|
|
1046
1048
|
maxWidth?: string | number | undefined;
|
|
1047
1049
|
minHeight?: string | number | undefined;
|
|
1048
1050
|
minWidth?: string | number | undefined;
|
|
1051
|
+
value?: any;
|
|
1052
|
+
title?: string | number | undefined;
|
|
1053
|
+
class?: any;
|
|
1054
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
1055
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
1056
|
+
href?: string | undefined;
|
|
1049
1057
|
elevation?: string | number | undefined;
|
|
1058
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1059
|
+
theme?: string | undefined;
|
|
1060
|
+
rounded?: string | number | boolean | undefined;
|
|
1050
1061
|
baseColor?: string | undefined;
|
|
1062
|
+
activeColor?: string | undefined;
|
|
1051
1063
|
prependIcon?: IconValue | undefined;
|
|
1052
1064
|
appendIcon?: IconValue | undefined;
|
|
1053
1065
|
activeClass?: string | undefined;
|
|
1054
1066
|
appendAvatar?: string | undefined;
|
|
1055
1067
|
prependAvatar?: string | undefined;
|
|
1056
|
-
activeColor?: string | undefined;
|
|
1057
1068
|
subtitle?: string | number | undefined;
|
|
1058
1069
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
1059
1070
|
toggleIcon?: IconValue | undefined;
|
|
1071
|
+
onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
|
|
1060
1072
|
} & {
|
|
1061
1073
|
$children?: vue.VNodeChild | {
|
|
1062
1074
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1080,13 +1092,13 @@ declare const VTreeviewItem: {
|
|
|
1080
1092
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
1081
1093
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1082
1094
|
replace: boolean;
|
|
1083
|
-
|
|
1095
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1096
|
+
exact: boolean;
|
|
1097
|
+
loading: boolean;
|
|
1084
1098
|
nav: boolean;
|
|
1099
|
+
style: vue.StyleValue;
|
|
1085
1100
|
disabled: boolean;
|
|
1086
1101
|
tag: string;
|
|
1087
|
-
loading: boolean;
|
|
1088
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1089
|
-
exact: boolean;
|
|
1090
1102
|
tile: boolean;
|
|
1091
1103
|
density: Density;
|
|
1092
1104
|
slim: boolean;
|
|
@@ -1095,35 +1107,36 @@ declare const VTreeviewItem: {
|
|
|
1095
1107
|
} | undefined;
|
|
1096
1108
|
} & {
|
|
1097
1109
|
link?: boolean | undefined;
|
|
1098
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
1099
|
-
class?: any;
|
|
1100
|
-
title?: string | number | undefined;
|
|
1101
|
-
value?: any;
|
|
1102
|
-
width?: string | number | undefined;
|
|
1103
1110
|
height?: string | number | undefined;
|
|
1111
|
+
width?: string | number | undefined;
|
|
1104
1112
|
active?: boolean | undefined;
|
|
1105
|
-
theme?: string | undefined;
|
|
1106
|
-
href?: string | undefined;
|
|
1107
|
-
color?: string | undefined;
|
|
1108
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
1109
1113
|
border?: string | number | boolean | undefined;
|
|
1110
|
-
|
|
1111
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
1114
|
+
color?: string | undefined;
|
|
1112
1115
|
maxHeight?: string | number | undefined;
|
|
1113
1116
|
maxWidth?: string | number | undefined;
|
|
1114
1117
|
minHeight?: string | number | undefined;
|
|
1115
1118
|
minWidth?: string | number | undefined;
|
|
1119
|
+
value?: any;
|
|
1120
|
+
title?: string | number | undefined;
|
|
1121
|
+
class?: any;
|
|
1122
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
1123
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
1124
|
+
href?: string | undefined;
|
|
1116
1125
|
elevation?: string | number | undefined;
|
|
1126
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1127
|
+
theme?: string | undefined;
|
|
1128
|
+
rounded?: string | number | boolean | undefined;
|
|
1117
1129
|
baseColor?: string | undefined;
|
|
1130
|
+
activeColor?: string | undefined;
|
|
1118
1131
|
prependIcon?: IconValue | undefined;
|
|
1119
1132
|
appendIcon?: IconValue | undefined;
|
|
1120
1133
|
activeClass?: string | undefined;
|
|
1121
1134
|
appendAvatar?: string | undefined;
|
|
1122
1135
|
prependAvatar?: string | undefined;
|
|
1123
|
-
activeColor?: string | undefined;
|
|
1124
1136
|
subtitle?: string | number | undefined;
|
|
1125
1137
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
1126
1138
|
toggleIcon?: IconValue | undefined;
|
|
1139
|
+
onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
|
|
1127
1140
|
} & {
|
|
1128
1141
|
$children?: vue.VNodeChild | {
|
|
1129
1142
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1148,15 +1161,15 @@ declare const VTreeviewItem: {
|
|
|
1148
1161
|
}, {
|
|
1149
1162
|
replace: boolean;
|
|
1150
1163
|
link: boolean;
|
|
1151
|
-
|
|
1152
|
-
|
|
1164
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1165
|
+
exact: boolean;
|
|
1153
1166
|
active: boolean;
|
|
1167
|
+
loading: boolean;
|
|
1168
|
+
nav: boolean;
|
|
1169
|
+
style: vue.StyleValue;
|
|
1154
1170
|
disabled: boolean;
|
|
1155
1171
|
tag: string;
|
|
1156
|
-
loading: boolean;
|
|
1157
1172
|
rounded: string | number | boolean;
|
|
1158
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1159
|
-
exact: boolean;
|
|
1160
1173
|
tile: boolean;
|
|
1161
1174
|
density: Density;
|
|
1162
1175
|
slim: boolean;
|
|
@@ -1188,13 +1201,13 @@ declare const VTreeviewItem: {
|
|
|
1188
1201
|
Defaults: {};
|
|
1189
1202
|
}, {
|
|
1190
1203
|
replace: boolean;
|
|
1191
|
-
|
|
1204
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1205
|
+
exact: boolean;
|
|
1206
|
+
loading: boolean;
|
|
1192
1207
|
nav: boolean;
|
|
1208
|
+
style: vue.StyleValue;
|
|
1193
1209
|
disabled: boolean;
|
|
1194
1210
|
tag: string;
|
|
1195
|
-
loading: boolean;
|
|
1196
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1197
|
-
exact: boolean;
|
|
1198
1211
|
tile: boolean;
|
|
1199
1212
|
density: Density;
|
|
1200
1213
|
slim: boolean;
|
|
@@ -1203,35 +1216,36 @@ declare const VTreeviewItem: {
|
|
|
1203
1216
|
} | undefined;
|
|
1204
1217
|
} & {
|
|
1205
1218
|
link?: boolean | undefined;
|
|
1206
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
1207
|
-
class?: any;
|
|
1208
|
-
title?: string | number | undefined;
|
|
1209
|
-
value?: any;
|
|
1210
|
-
width?: string | number | undefined;
|
|
1211
1219
|
height?: string | number | undefined;
|
|
1220
|
+
width?: string | number | undefined;
|
|
1212
1221
|
active?: boolean | undefined;
|
|
1213
|
-
theme?: string | undefined;
|
|
1214
|
-
href?: string | undefined;
|
|
1215
|
-
color?: string | undefined;
|
|
1216
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
1217
1222
|
border?: string | number | boolean | undefined;
|
|
1218
|
-
|
|
1219
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
1223
|
+
color?: string | undefined;
|
|
1220
1224
|
maxHeight?: string | number | undefined;
|
|
1221
1225
|
maxWidth?: string | number | undefined;
|
|
1222
1226
|
minHeight?: string | number | undefined;
|
|
1223
1227
|
minWidth?: string | number | undefined;
|
|
1228
|
+
value?: any;
|
|
1229
|
+
title?: string | number | undefined;
|
|
1230
|
+
class?: any;
|
|
1231
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
1232
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
1233
|
+
href?: string | undefined;
|
|
1224
1234
|
elevation?: string | number | undefined;
|
|
1235
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1236
|
+
theme?: string | undefined;
|
|
1237
|
+
rounded?: string | number | boolean | undefined;
|
|
1225
1238
|
baseColor?: string | undefined;
|
|
1239
|
+
activeColor?: string | undefined;
|
|
1226
1240
|
prependIcon?: IconValue | undefined;
|
|
1227
1241
|
appendIcon?: IconValue | undefined;
|
|
1228
1242
|
activeClass?: string | undefined;
|
|
1229
1243
|
appendAvatar?: string | undefined;
|
|
1230
1244
|
prependAvatar?: string | undefined;
|
|
1231
|
-
activeColor?: string | undefined;
|
|
1232
1245
|
subtitle?: string | number | undefined;
|
|
1233
1246
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
1234
1247
|
toggleIcon?: IconValue | undefined;
|
|
1248
|
+
onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
|
|
1235
1249
|
} & {
|
|
1236
1250
|
$children?: vue.VNodeChild | {
|
|
1237
1251
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1256,15 +1270,15 @@ declare const VTreeviewItem: {
|
|
|
1256
1270
|
}, {}, {}, {}, {}, {
|
|
1257
1271
|
replace: boolean;
|
|
1258
1272
|
link: boolean;
|
|
1259
|
-
|
|
1260
|
-
|
|
1273
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1274
|
+
exact: boolean;
|
|
1261
1275
|
active: boolean;
|
|
1276
|
+
loading: boolean;
|
|
1277
|
+
nav: boolean;
|
|
1278
|
+
style: vue.StyleValue;
|
|
1262
1279
|
disabled: boolean;
|
|
1263
1280
|
tag: string;
|
|
1264
|
-
loading: boolean;
|
|
1265
1281
|
rounded: string | number | boolean;
|
|
1266
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1267
|
-
exact: boolean;
|
|
1268
1282
|
tile: boolean;
|
|
1269
1283
|
density: Density;
|
|
1270
1284
|
slim: boolean;
|
|
@@ -1277,13 +1291,13 @@ declare const VTreeviewItem: {
|
|
|
1277
1291
|
__isSuspense?: undefined;
|
|
1278
1292
|
} & vue.ComponentOptionsBase<{
|
|
1279
1293
|
replace: boolean;
|
|
1280
|
-
|
|
1294
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1295
|
+
exact: boolean;
|
|
1296
|
+
loading: boolean;
|
|
1281
1297
|
nav: boolean;
|
|
1298
|
+
style: vue.StyleValue;
|
|
1282
1299
|
disabled: boolean;
|
|
1283
1300
|
tag: string;
|
|
1284
|
-
loading: boolean;
|
|
1285
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1286
|
-
exact: boolean;
|
|
1287
1301
|
tile: boolean;
|
|
1288
1302
|
density: Density;
|
|
1289
1303
|
slim: boolean;
|
|
@@ -1292,35 +1306,36 @@ declare const VTreeviewItem: {
|
|
|
1292
1306
|
} | undefined;
|
|
1293
1307
|
} & {
|
|
1294
1308
|
link?: boolean | undefined;
|
|
1295
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
1296
|
-
class?: any;
|
|
1297
|
-
title?: string | number | undefined;
|
|
1298
|
-
value?: any;
|
|
1299
|
-
width?: string | number | undefined;
|
|
1300
1309
|
height?: string | number | undefined;
|
|
1310
|
+
width?: string | number | undefined;
|
|
1301
1311
|
active?: boolean | undefined;
|
|
1302
|
-
theme?: string | undefined;
|
|
1303
|
-
href?: string | undefined;
|
|
1304
|
-
color?: string | undefined;
|
|
1305
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
1306
1312
|
border?: string | number | boolean | undefined;
|
|
1307
|
-
|
|
1308
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
1313
|
+
color?: string | undefined;
|
|
1309
1314
|
maxHeight?: string | number | undefined;
|
|
1310
1315
|
maxWidth?: string | number | undefined;
|
|
1311
1316
|
minHeight?: string | number | undefined;
|
|
1312
1317
|
minWidth?: string | number | undefined;
|
|
1318
|
+
value?: any;
|
|
1319
|
+
title?: string | number | undefined;
|
|
1320
|
+
class?: any;
|
|
1321
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
1322
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
1323
|
+
href?: string | undefined;
|
|
1313
1324
|
elevation?: string | number | undefined;
|
|
1325
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1326
|
+
theme?: string | undefined;
|
|
1327
|
+
rounded?: string | number | boolean | undefined;
|
|
1314
1328
|
baseColor?: string | undefined;
|
|
1329
|
+
activeColor?: string | undefined;
|
|
1315
1330
|
prependIcon?: IconValue | undefined;
|
|
1316
1331
|
appendIcon?: IconValue | undefined;
|
|
1317
1332
|
activeClass?: string | undefined;
|
|
1318
1333
|
appendAvatar?: string | undefined;
|
|
1319
1334
|
prependAvatar?: string | undefined;
|
|
1320
|
-
activeColor?: string | undefined;
|
|
1321
1335
|
subtitle?: string | number | undefined;
|
|
1322
1336
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
1323
1337
|
toggleIcon?: IconValue | undefined;
|
|
1338
|
+
onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
|
|
1324
1339
|
} & {
|
|
1325
1340
|
$children?: vue.VNodeChild | {
|
|
1326
1341
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1345,15 +1360,15 @@ declare const VTreeviewItem: {
|
|
|
1345
1360
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
1346
1361
|
replace: boolean;
|
|
1347
1362
|
link: boolean;
|
|
1348
|
-
|
|
1349
|
-
|
|
1363
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1364
|
+
exact: boolean;
|
|
1350
1365
|
active: boolean;
|
|
1366
|
+
loading: boolean;
|
|
1367
|
+
nav: boolean;
|
|
1368
|
+
style: vue.StyleValue;
|
|
1351
1369
|
disabled: boolean;
|
|
1352
1370
|
tag: string;
|
|
1353
|
-
loading: boolean;
|
|
1354
1371
|
rounded: string | number | boolean;
|
|
1355
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1356
|
-
exact: boolean;
|
|
1357
1372
|
tile: boolean;
|
|
1358
1373
|
density: Density;
|
|
1359
1374
|
slim: boolean;
|
|
@@ -1382,7 +1397,7 @@ declare const VTreeviewItem: {
|
|
|
1382
1397
|
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1383
1398
|
default: string;
|
|
1384
1399
|
validator: (v: any) => boolean;
|
|
1385
|
-
}, "
|
|
1400
|
+
}, "type" | "default"> & {
|
|
1386
1401
|
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1387
1402
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1388
1403
|
};
|
|
@@ -1396,7 +1411,7 @@ declare const VTreeviewItem: {
|
|
|
1396
1411
|
to: vue.PropType<vue_router.RouteLocationRaw>;
|
|
1397
1412
|
exact: BooleanConstructor;
|
|
1398
1413
|
rounded: {
|
|
1399
|
-
type: (StringConstructor |
|
|
1414
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1400
1415
|
default: undefined;
|
|
1401
1416
|
};
|
|
1402
1417
|
tile: BooleanConstructor;
|
|
@@ -1420,7 +1435,7 @@ declare const VTreeviewItem: {
|
|
|
1420
1435
|
type: vue.PropType<vue.StyleValue>;
|
|
1421
1436
|
default: null;
|
|
1422
1437
|
};
|
|
1423
|
-
border: (StringConstructor |
|
|
1438
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1424
1439
|
active: {
|
|
1425
1440
|
type: BooleanConstructor;
|
|
1426
1441
|
default: undefined;
|
|
@@ -1452,9 +1467,10 @@ declare const VTreeviewItem: {
|
|
|
1452
1467
|
subtitle: (StringConstructor | NumberConstructor)[];
|
|
1453
1468
|
title: (StringConstructor | NumberConstructor)[];
|
|
1454
1469
|
value: null;
|
|
1455
|
-
onClick: vue.PropType<(args_0: MouseEvent) => void>;
|
|
1470
|
+
onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
1456
1471
|
onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
|
|
1457
1472
|
loading: BooleanConstructor;
|
|
1473
|
+
onToggleExpand: vue.PropType<(args_0: MouseEvent) => void>;
|
|
1458
1474
|
toggleIcon: vue.PropType<IconValue>;
|
|
1459
1475
|
}, vue.ExtractPropTypes<{
|
|
1460
1476
|
color: StringConstructor;
|
|
@@ -1462,7 +1478,7 @@ declare const VTreeviewItem: {
|
|
|
1462
1478
|
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1463
1479
|
default: string;
|
|
1464
1480
|
validator: (v: any) => boolean;
|
|
1465
|
-
}, "
|
|
1481
|
+
}, "type" | "default"> & {
|
|
1466
1482
|
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1467
1483
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1468
1484
|
};
|
|
@@ -1476,7 +1492,7 @@ declare const VTreeviewItem: {
|
|
|
1476
1492
|
to: vue.PropType<vue_router.RouteLocationRaw>;
|
|
1477
1493
|
exact: BooleanConstructor;
|
|
1478
1494
|
rounded: {
|
|
1479
|
-
type: (StringConstructor |
|
|
1495
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1480
1496
|
default: undefined;
|
|
1481
1497
|
};
|
|
1482
1498
|
tile: BooleanConstructor;
|
|
@@ -1500,7 +1516,7 @@ declare const VTreeviewItem: {
|
|
|
1500
1516
|
type: vue.PropType<vue.StyleValue>;
|
|
1501
1517
|
default: null;
|
|
1502
1518
|
};
|
|
1503
|
-
border: (StringConstructor |
|
|
1519
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1504
1520
|
active: {
|
|
1505
1521
|
type: BooleanConstructor;
|
|
1506
1522
|
default: undefined;
|
|
@@ -1532,9 +1548,10 @@ declare const VTreeviewItem: {
|
|
|
1532
1548
|
subtitle: (StringConstructor | NumberConstructor)[];
|
|
1533
1549
|
title: (StringConstructor | NumberConstructor)[];
|
|
1534
1550
|
value: null;
|
|
1535
|
-
onClick: vue.PropType<(args_0: MouseEvent) => void>;
|
|
1551
|
+
onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
1536
1552
|
onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
|
|
1537
1553
|
loading: BooleanConstructor;
|
|
1554
|
+
onToggleExpand: vue.PropType<(args_0: MouseEvent) => void>;
|
|
1538
1555
|
toggleIcon: vue.PropType<IconValue>;
|
|
1539
1556
|
}>>;
|
|
1540
1557
|
type VTreeviewItem = InstanceType<typeof VTreeviewItem>;
|
|
@@ -1547,14 +1564,14 @@ declare const VTreeviewGroup: {
|
|
|
1547
1564
|
expandIcon: NonNullable<IconValue>;
|
|
1548
1565
|
fluid: boolean;
|
|
1549
1566
|
} & {
|
|
1550
|
-
class?: any;
|
|
1551
|
-
title?: string | undefined;
|
|
1552
|
-
value?: any;
|
|
1553
1567
|
color?: string | undefined;
|
|
1568
|
+
value?: any;
|
|
1569
|
+
title?: string | undefined;
|
|
1570
|
+
class?: any;
|
|
1554
1571
|
baseColor?: string | undefined;
|
|
1572
|
+
activeColor?: string | undefined;
|
|
1555
1573
|
prependIcon?: IconValue | undefined;
|
|
1556
1574
|
appendIcon?: IconValue | undefined;
|
|
1557
|
-
activeColor?: string | undefined;
|
|
1558
1575
|
} & {
|
|
1559
1576
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1560
1577
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1583,14 +1600,14 @@ declare const VTreeviewGroup: {
|
|
|
1583
1600
|
expandIcon: NonNullable<IconValue>;
|
|
1584
1601
|
fluid: boolean;
|
|
1585
1602
|
} & {
|
|
1586
|
-
class?: any;
|
|
1587
|
-
title?: string | undefined;
|
|
1588
|
-
value?: any;
|
|
1589
1603
|
color?: string | undefined;
|
|
1604
|
+
value?: any;
|
|
1605
|
+
title?: string | undefined;
|
|
1606
|
+
class?: any;
|
|
1590
1607
|
baseColor?: string | undefined;
|
|
1608
|
+
activeColor?: string | undefined;
|
|
1591
1609
|
prependIcon?: IconValue | undefined;
|
|
1592
1610
|
appendIcon?: IconValue | undefined;
|
|
1593
|
-
activeColor?: string | undefined;
|
|
1594
1611
|
} & {
|
|
1595
1612
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1596
1613
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1642,14 +1659,14 @@ declare const VTreeviewGroup: {
|
|
|
1642
1659
|
expandIcon: NonNullable<IconValue>;
|
|
1643
1660
|
fluid: boolean;
|
|
1644
1661
|
} & {
|
|
1645
|
-
class?: any;
|
|
1646
|
-
title?: string | undefined;
|
|
1647
|
-
value?: any;
|
|
1648
1662
|
color?: string | undefined;
|
|
1663
|
+
value?: any;
|
|
1664
|
+
title?: string | undefined;
|
|
1665
|
+
class?: any;
|
|
1649
1666
|
baseColor?: string | undefined;
|
|
1667
|
+
activeColor?: string | undefined;
|
|
1650
1668
|
prependIcon?: IconValue | undefined;
|
|
1651
1669
|
appendIcon?: IconValue | undefined;
|
|
1652
|
-
activeColor?: string | undefined;
|
|
1653
1670
|
} & {
|
|
1654
1671
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1655
1672
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1688,14 +1705,14 @@ declare const VTreeviewGroup: {
|
|
|
1688
1705
|
expandIcon: NonNullable<IconValue>;
|
|
1689
1706
|
fluid: boolean;
|
|
1690
1707
|
} & {
|
|
1691
|
-
class?: any;
|
|
1692
|
-
title?: string | undefined;
|
|
1693
|
-
value?: any;
|
|
1694
1708
|
color?: string | undefined;
|
|
1709
|
+
value?: any;
|
|
1710
|
+
title?: string | undefined;
|
|
1711
|
+
class?: any;
|
|
1695
1712
|
baseColor?: string | undefined;
|
|
1713
|
+
activeColor?: string | undefined;
|
|
1696
1714
|
prependIcon?: IconValue | undefined;
|
|
1697
1715
|
appendIcon?: IconValue | undefined;
|
|
1698
|
-
activeColor?: string | undefined;
|
|
1699
1716
|
} & {
|
|
1700
1717
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1701
1718
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1734,65 +1751,65 @@ declare const VTreeviewGroup: {
|
|
|
1734
1751
|
[key: string]: any;
|
|
1735
1752
|
}>[];
|
|
1736
1753
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
1737
|
-
|
|
1754
|
+
color: StringConstructor;
|
|
1755
|
+
value: null;
|
|
1738
1756
|
style: {
|
|
1739
1757
|
type: vue.PropType<vue.StyleValue>;
|
|
1740
1758
|
default: null;
|
|
1741
1759
|
};
|
|
1742
1760
|
title: StringConstructor;
|
|
1743
|
-
|
|
1744
|
-
color: StringConstructor;
|
|
1761
|
+
class: vue.PropType<any>;
|
|
1745
1762
|
tag: {
|
|
1746
1763
|
type: StringConstructor;
|
|
1747
1764
|
default: string;
|
|
1748
1765
|
};
|
|
1749
1766
|
baseColor: StringConstructor;
|
|
1767
|
+
activeColor: StringConstructor;
|
|
1750
1768
|
prependIcon: vue.PropType<IconValue>;
|
|
1751
1769
|
appendIcon: vue.PropType<IconValue>;
|
|
1752
|
-
activeColor: StringConstructor;
|
|
1753
1770
|
collapseIcon: Omit<{
|
|
1754
1771
|
type: vue.PropType<IconValue>;
|
|
1755
1772
|
default: string;
|
|
1756
|
-
}, "
|
|
1773
|
+
}, "type" | "default"> & {
|
|
1757
1774
|
type: vue.PropType<NonNullable<IconValue>>;
|
|
1758
1775
|
default: NonNullable<IconValue>;
|
|
1759
1776
|
};
|
|
1760
1777
|
expandIcon: Omit<{
|
|
1761
1778
|
type: vue.PropType<IconValue>;
|
|
1762
1779
|
default: string;
|
|
1763
|
-
}, "
|
|
1780
|
+
}, "type" | "default"> & {
|
|
1764
1781
|
type: vue.PropType<NonNullable<IconValue>>;
|
|
1765
1782
|
default: NonNullable<IconValue>;
|
|
1766
1783
|
};
|
|
1767
1784
|
fluid: BooleanConstructor;
|
|
1768
1785
|
}, vue.ExtractPropTypes<{
|
|
1769
|
-
|
|
1786
|
+
color: StringConstructor;
|
|
1787
|
+
value: null;
|
|
1770
1788
|
style: {
|
|
1771
1789
|
type: vue.PropType<vue.StyleValue>;
|
|
1772
1790
|
default: null;
|
|
1773
1791
|
};
|
|
1774
1792
|
title: StringConstructor;
|
|
1775
|
-
|
|
1776
|
-
color: StringConstructor;
|
|
1793
|
+
class: vue.PropType<any>;
|
|
1777
1794
|
tag: {
|
|
1778
1795
|
type: StringConstructor;
|
|
1779
1796
|
default: string;
|
|
1780
1797
|
};
|
|
1781
1798
|
baseColor: StringConstructor;
|
|
1799
|
+
activeColor: StringConstructor;
|
|
1782
1800
|
prependIcon: vue.PropType<IconValue>;
|
|
1783
1801
|
appendIcon: vue.PropType<IconValue>;
|
|
1784
|
-
activeColor: StringConstructor;
|
|
1785
1802
|
collapseIcon: Omit<{
|
|
1786
1803
|
type: vue.PropType<IconValue>;
|
|
1787
1804
|
default: string;
|
|
1788
|
-
}, "
|
|
1805
|
+
}, "type" | "default"> & {
|
|
1789
1806
|
type: vue.PropType<NonNullable<IconValue>>;
|
|
1790
1807
|
default: NonNullable<IconValue>;
|
|
1791
1808
|
};
|
|
1792
1809
|
expandIcon: Omit<{
|
|
1793
1810
|
type: vue.PropType<IconValue>;
|
|
1794
1811
|
default: string;
|
|
1795
|
-
}, "
|
|
1812
|
+
}, "type" | "default"> & {
|
|
1796
1813
|
type: vue.PropType<NonNullable<IconValue>>;
|
|
1797
1814
|
default: NonNullable<IconValue>;
|
|
1798
1815
|
};
|