@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13
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 +7 -11
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +8 -18
- package/dist/vuetify-labs.css +2162 -2162
- package/dist/vuetify-labs.d.ts +33122 -39828
- package/dist/vuetify-labs.esm.js +17 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1025 -1025
- package/dist/vuetify.d.ts +32674 -39040
- package/dist/vuetify.esm.js +16 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +50 -73
- package/lib/components/VApp/index.d.mts +9 -11
- package/lib/components/VAppBar/index.d.mts +92 -128
- package/lib/components/VAutocomplete/index.d.mts +4771 -3230
- package/lib/components/VAvatar/index.d.mts +23 -22
- package/lib/components/VBadge/index.d.mts +53 -59
- package/lib/components/VBanner/index.d.mts +44 -66
- package/lib/components/VBottomNavigation/index.d.mts +25 -32
- package/lib/components/VBottomSheet/index.d.mts +125 -135
- package/lib/components/VBreadcrumbs/index.d.mts +35 -78
- package/lib/components/VBtn/index.d.mts +49 -53
- package/lib/components/VBtnGroup/index.d.mts +14 -13
- package/lib/components/VBtnToggle/index.d.mts +21 -23
- package/lib/components/VCard/index.d.mts +104 -168
- package/lib/components/VCarousel/index.d.mts +59 -96
- package/lib/components/VCheckbox/index.d.mts +132 -155
- package/lib/components/VChip/index.d.mts +47 -59
- package/lib/components/VChipGroup/index.d.mts +39 -41
- package/lib/components/VCode/index.d.mts +9 -11
- package/lib/components/VColorPicker/index.d.mts +58 -133
- package/lib/components/VCombobox/index.d.mts +4785 -3244
- package/lib/components/VConfirmEdit/index.d.mts +11 -19
- package/lib/components/VCounter/index.d.mts +40 -42
- package/lib/components/VDataIterator/index.d.mts +171 -185
- package/lib/components/VDataTable/index.d.mts +480 -1204
- package/lib/components/VDatePicker/index.d.mts +120 -158
- package/lib/components/VDefaultsProvider/index.d.mts +5 -9
- package/lib/components/VDialog/index.d.mts +243 -277
- package/lib/components/VDivider/index.d.mts +9 -11
- package/lib/components/VEmptyState/index.d.mts +30 -52
- package/lib/components/VExpansionPanel/index.d.mts +60 -85
- package/lib/components/VFab/index.d.mts +81 -73
- package/lib/components/VField/index.d.mts +35 -62
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +172 -259
- package/lib/components/VFooter/index.d.mts +9 -11
- package/lib/components/VForm/index.d.mts +105 -77
- package/lib/components/VGrid/index.d.mts +41 -52
- package/lib/components/VHover/index.d.mts +5 -9
- package/lib/components/VIcon/index.d.mts +23 -29
- package/lib/components/VImg/index.d.mts +28 -42
- package/lib/components/VInfiniteScroll/index.d.mts +17 -37
- package/lib/components/VInput/index.d.mts +48 -50
- package/lib/components/VItemGroup/index.d.mts +21 -30
- package/lib/components/VKbd/index.d.mts +9 -11
- package/lib/components/VLabel/index.d.mts +9 -11
- package/lib/components/VLayout/index.d.mts +18 -24
- package/lib/components/VLazy/index.d.mts +42 -44
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +210 -329
- package/lib/components/VLocaleProvider/index.d.mts +9 -11
- package/lib/components/VMain/index.d.mts +9 -11
- package/lib/components/VMenu/index.d.mts +272 -306
- package/lib/components/VMessages/index.d.mts +49 -51
- package/lib/components/VNavigationDrawer/index.d.mts +27 -40
- package/lib/components/VOtpInput/index.d.mts +22 -28
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +53 -63
- package/lib/components/VPagination/index.d.mts +31 -46
- package/lib/components/VParallax/index.d.mts +15 -29
- package/lib/components/VProgressCircular/index.d.mts +9 -11
- package/lib/components/VProgressLinear/index.d.mts +22 -24
- package/lib/components/VRadio/index.d.mts +49 -52
- package/lib/components/VRadioGroup/index.d.mts +66 -66
- package/lib/components/VRangeSlider/index.d.mts +58 -69
- package/lib/components/VRating/index.d.mts +13 -19
- package/lib/components/VResponsive/index.d.mts +11 -17
- package/lib/components/VSelect/index.d.mts +4762 -3221
- package/lib/components/VSelectionControl/index.d.mts +38 -44
- package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
- package/lib/components/VSheet/index.d.mts +15 -17
- package/lib/components/VSkeletonLoader/index.d.mts +41 -11
- package/lib/components/VSlideGroup/index.d.mts +112 -129
- package/lib/components/VSlider/index.d.mts +58 -69
- package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +231 -270
- package/lib/components/VSparkline/index.d.mts +11 -19
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +179 -189
- package/lib/components/VStepper/index.d.mts +105 -180
- package/lib/components/VSwitch/index.d.mts +78 -98
- package/lib/components/VSystemBar/index.d.mts +13 -15
- package/lib/components/VTable/index.d.mts +15 -29
- package/lib/components/VTabs/index.d.mts +213 -297
- package/lib/components/VTextField/index.d.mts +253 -408
- package/lib/components/VTextarea/index.d.mts +157 -236
- package/lib/components/VThemeProvider/index.d.mts +9 -11
- package/lib/components/VTimeline/index.d.mts +29 -43
- package/lib/components/VToolbar/index.d.mts +49 -80
- package/lib/components/VTooltip/index.d.mts +282 -316
- package/lib/components/VValidation/index.d.mts +16 -23
- package/lib/components/VVirtualScroll/index.d.mts +14 -23
- package/lib/components/VWindow/index.d.mts +29 -50
- package/lib/components/index.d.mts +31169 -37524
- package/lib/components/transitions/index.d.mts +84 -148
- package/lib/composables/location.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +3 -0
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/index.d.mts +146 -166
- package/lib/labs/VDateInput/index.d.mts +83 -62
- package/lib/labs/VNumberInput/index.d.mts +61 -88
- package/lib/labs/VPicker/index.d.mts +28 -46
- package/lib/labs/VPullToRefresh/index.d.mts +7 -15
- package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
- package/lib/labs/VStepperVertical/index.d.mts +109 -184
- package/lib/labs/VTimePicker/index.d.mts +35 -53
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +200 -292
- package/lib/labs/components.d.mts +905 -1246
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
@@ -1,8 +1,10 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType } from 'vue';
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType, DirectiveBinding } from 'vue';
|
3
3
|
// @ts-ignore
|
4
4
|
import * as vue_router from 'vue-router';
|
5
5
|
|
6
|
+
type ClassValue = any;
|
7
|
+
|
6
8
|
type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
|
7
9
|
$children?: (VNodeChild | (T extends {
|
8
10
|
default: infer V;
|
@@ -37,9 +39,23 @@ type SelectItemKey<T = Record<string, any>> = boolean | null | undefined | strin
|
|
37
39
|
|
38
40
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
39
41
|
|
42
|
+
declare const allowedVariants: readonly ["elevated", "flat", "tonal", "outlined", "text", "plain"];
|
43
|
+
type Variant = typeof allowedVariants[number];
|
44
|
+
|
40
45
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
41
46
|
declare const IconValue: PropType<IconValue>;
|
42
47
|
|
48
|
+
interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
|
49
|
+
value?: boolean | {
|
50
|
+
class: string;
|
51
|
+
};
|
52
|
+
modifiers: {
|
53
|
+
center?: boolean;
|
54
|
+
circle?: boolean;
|
55
|
+
stop?: boolean;
|
56
|
+
};
|
57
|
+
}
|
58
|
+
|
43
59
|
type ListItemSlot = {
|
44
60
|
isActive: boolean;
|
45
61
|
isSelected: boolean;
|
@@ -60,22 +76,6 @@ type VListItemSlots = {
|
|
60
76
|
subtitle: ListItemSubtitleSlot;
|
61
77
|
};
|
62
78
|
|
63
|
-
/**
|
64
|
-
* - match without highlight
|
65
|
-
* - single match (index), length already known
|
66
|
-
* - single match (start, end)
|
67
|
-
* - multiple matches (start, end), probably shouldn't overlap
|
68
|
-
*/
|
69
|
-
type FilterMatch = boolean | number | [number, number] | [number, number][];
|
70
|
-
type FilterFunction = (value: string, query: string, item?: InternalItem) => FilterMatch;
|
71
|
-
type FilterKeyFunctions = Record<string, FilterFunction>;
|
72
|
-
type FilterKeys = string | string[];
|
73
|
-
type FilterMode = 'some' | 'every' | 'union' | 'intersection';
|
74
|
-
interface InternalItem<T = any> {
|
75
|
-
value: any;
|
76
|
-
raw: T;
|
77
|
-
}
|
78
|
-
|
79
79
|
type ActiveStrategyFn = (data: {
|
80
80
|
id: unknown;
|
81
81
|
value: boolean;
|
@@ -134,20 +134,6 @@ type ActiveStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-indep
|
|
134
134
|
type SelectStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategy | ((mandatory: boolean) => SelectStrategy);
|
135
135
|
type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
|
136
136
|
|
137
|
-
interface ListItem<T = any> extends InternalItem<T> {
|
138
|
-
title: string;
|
139
|
-
props: {
|
140
|
-
[key: string]: any;
|
141
|
-
title: string;
|
142
|
-
value: any;
|
143
|
-
};
|
144
|
-
children?: ListItem<T>[];
|
145
|
-
}
|
146
|
-
|
147
|
-
interface InternalListItem<T = any> extends ListItem<T> {
|
148
|
-
type?: 'item' | 'subheader' | 'divider';
|
149
|
-
}
|
150
|
-
|
151
137
|
type VListChildrenSlots<T> = {
|
152
138
|
[K in keyof Omit<VListItemSlots, 'default'>]: VListItemSlots[K] & {
|
153
139
|
item: T;
|
@@ -168,9 +154,48 @@ type VListChildrenSlots<T> = {
|
|
168
154
|
};
|
169
155
|
};
|
170
156
|
|
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
|
+
interface InternalListItem<T = any> extends ListItem<T> {
|
193
|
+
type?: 'item' | 'subheader' | 'divider';
|
194
|
+
}
|
195
|
+
|
171
196
|
declare const VTreeview: {
|
172
197
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
173
|
-
variant:
|
198
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
174
199
|
style: vue.StyleValue;
|
175
200
|
disabled: boolean;
|
176
201
|
tag: string;
|
@@ -181,20 +206,19 @@ declare const VTreeview: {
|
|
181
206
|
valueComparator: typeof deepEqual;
|
182
207
|
activatable: boolean;
|
183
208
|
selectable: boolean;
|
184
|
-
selectStrategy:
|
185
|
-
openStrategy:
|
209
|
+
selectStrategy: SelectStrategyProp;
|
210
|
+
openStrategy: OpenStrategyProp;
|
186
211
|
collapseIcon: string;
|
187
212
|
expandIcon: string;
|
188
213
|
lines: false | "one" | "two" | "three";
|
189
214
|
returnObject: boolean;
|
190
215
|
filterMode: FilterMode;
|
191
216
|
noFilter: boolean;
|
192
|
-
filterKeys:
|
217
|
+
filterKeys: FilterKeys;
|
193
218
|
itemTitle: SelectItemKey;
|
194
219
|
itemValue: SelectItemKey;
|
195
220
|
itemChildren: SelectItemKey;
|
196
221
|
itemProps: SelectItemKey;
|
197
|
-
itemType: string;
|
198
222
|
loadingIcon: string;
|
199
223
|
openAll: boolean;
|
200
224
|
} & {
|
@@ -248,21 +272,21 @@ declare const VTreeview: {
|
|
248
272
|
path: unknown[];
|
249
273
|
}) => any) | undefined;
|
250
274
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
251
|
-
'update:opened': (val: unknown) =>
|
252
|
-
'update:activated': (val: unknown) =>
|
253
|
-
'update:selected': (val: unknown) =>
|
275
|
+
'update:opened': (val: unknown) => true;
|
276
|
+
'update:activated': (val: unknown) => true;
|
277
|
+
'update:selected': (val: unknown) => true;
|
254
278
|
'click:open': (value: {
|
255
279
|
id: unknown;
|
256
280
|
value: boolean;
|
257
281
|
path: unknown[];
|
258
|
-
}) =>
|
282
|
+
}) => true;
|
259
283
|
'click:select': (value: {
|
260
284
|
id: unknown;
|
261
285
|
value: boolean;
|
262
286
|
path: unknown[];
|
263
|
-
}) =>
|
264
|
-
}, "$children" | "v-
|
265
|
-
variant:
|
287
|
+
}) => true;
|
288
|
+
}, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:subtitle" | "v-slot:item" | "v-slot:header" | "v-slot:divider" | "v-slot:subheader">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
289
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
266
290
|
style: vue.StyleValue;
|
267
291
|
disabled: boolean;
|
268
292
|
tag: string;
|
@@ -273,20 +297,19 @@ declare const VTreeview: {
|
|
273
297
|
valueComparator: typeof deepEqual;
|
274
298
|
activatable: boolean;
|
275
299
|
selectable: boolean;
|
276
|
-
selectStrategy:
|
277
|
-
openStrategy:
|
300
|
+
selectStrategy: SelectStrategyProp;
|
301
|
+
openStrategy: OpenStrategyProp;
|
278
302
|
collapseIcon: string;
|
279
303
|
expandIcon: string;
|
280
304
|
lines: false | "one" | "two" | "three";
|
281
305
|
returnObject: boolean;
|
282
306
|
filterMode: FilterMode;
|
283
307
|
noFilter: boolean;
|
284
|
-
filterKeys:
|
308
|
+
filterKeys: FilterKeys;
|
285
309
|
itemTitle: SelectItemKey;
|
286
310
|
itemValue: SelectItemKey;
|
287
311
|
itemChildren: SelectItemKey;
|
288
312
|
itemProps: SelectItemKey;
|
289
|
-
itemType: string;
|
290
313
|
loadingIcon: string;
|
291
314
|
openAll: boolean;
|
292
315
|
} & {
|
@@ -340,7 +363,7 @@ declare const VTreeview: {
|
|
340
363
|
path: unknown[];
|
341
364
|
}) => any) | undefined;
|
342
365
|
}, {
|
343
|
-
variant:
|
366
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
344
367
|
style: vue.StyleValue;
|
345
368
|
disabled: boolean;
|
346
369
|
tag: string;
|
@@ -352,82 +375,47 @@ declare const VTreeview: {
|
|
352
375
|
valueComparator: typeof deepEqual;
|
353
376
|
activatable: boolean;
|
354
377
|
selectable: boolean;
|
355
|
-
selectStrategy:
|
356
|
-
openStrategy:
|
378
|
+
selectStrategy: SelectStrategyProp;
|
379
|
+
openStrategy: OpenStrategyProp;
|
357
380
|
collapseIcon: string;
|
358
381
|
expandIcon: string;
|
359
382
|
lines: false | "one" | "two" | "three";
|
360
383
|
returnObject: boolean;
|
361
384
|
filterMode: FilterMode;
|
362
385
|
noFilter: boolean;
|
363
|
-
filterKeys:
|
386
|
+
filterKeys: FilterKeys;
|
364
387
|
itemTitle: SelectItemKey;
|
365
388
|
itemValue: SelectItemKey;
|
366
389
|
itemChildren: SelectItemKey;
|
367
390
|
itemProps: SelectItemKey;
|
368
|
-
itemType: string;
|
369
391
|
loadingIcon: string;
|
370
392
|
openAll: boolean;
|
371
393
|
}, true, {}, vue.SlotsType<Partial<{
|
372
394
|
title: (arg: ListItemTitleSlot & {
|
373
395
|
item: unknown;
|
374
|
-
}) => vue.VNode
|
375
|
-
[key: string]: any;
|
376
|
-
}>[];
|
396
|
+
}) => vue.VNode[];
|
377
397
|
append: (arg: ListItemSlot & {
|
378
398
|
item: unknown;
|
379
|
-
}) => vue.VNode
|
380
|
-
[key: string]: any;
|
381
|
-
}>[];
|
399
|
+
}) => vue.VNode[];
|
382
400
|
prepend: (arg: ListItemSlot & {
|
383
401
|
item: unknown;
|
384
|
-
}) => vue.VNode
|
385
|
-
[key: string]: any;
|
386
|
-
}>[];
|
402
|
+
}) => vue.VNode[];
|
387
403
|
subtitle: (arg: ListItemSubtitleSlot & {
|
388
404
|
item: unknown;
|
389
|
-
}) => vue.VNode
|
390
|
-
|
391
|
-
}>[];
|
392
|
-
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
393
|
-
[key: string]: any;
|
394
|
-
}>[];
|
405
|
+
}) => vue.VNode[];
|
406
|
+
default: () => vue.VNode[];
|
395
407
|
item: (arg: {
|
396
|
-
props:
|
397
|
-
|
398
|
-
title: string;
|
399
|
-
value: any;
|
400
|
-
};
|
401
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
402
|
-
[key: string]: any;
|
403
|
-
}>[];
|
408
|
+
props: InternalListItem["props"];
|
409
|
+
}) => vue.VNode[];
|
404
410
|
divider: (arg: {
|
405
|
-
props:
|
406
|
-
|
407
|
-
title: string;
|
408
|
-
value: any;
|
409
|
-
};
|
410
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
411
|
-
[key: string]: any;
|
412
|
-
}>[];
|
411
|
+
props: InternalListItem["props"];
|
412
|
+
}) => vue.VNode[];
|
413
413
|
subheader: (arg: {
|
414
|
-
props:
|
415
|
-
|
416
|
-
title: string;
|
417
|
-
value: any;
|
418
|
-
};
|
419
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
420
|
-
[key: string]: any;
|
421
|
-
}>[];
|
414
|
+
props: InternalListItem["props"];
|
415
|
+
}) => vue.VNode[];
|
422
416
|
header: (arg: {
|
423
|
-
props:
|
424
|
-
|
425
|
-
title: string;
|
426
|
-
value: any;
|
427
|
-
};
|
428
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
429
|
-
[key: string]: any;
|
430
|
-
}>[];
|
417
|
+
props: InternalListItem["props"];
|
418
|
+
}) => vue.VNode[];
|
431
419
|
}>>, {
|
432
420
|
P: {};
|
433
421
|
B: {};
|
@@ -436,7 +424,7 @@ declare const VTreeview: {
|
|
436
424
|
M: {};
|
437
425
|
Defaults: {};
|
438
426
|
}, {
|
439
|
-
variant:
|
427
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
440
428
|
style: vue.StyleValue;
|
441
429
|
disabled: boolean;
|
442
430
|
tag: string;
|
@@ -447,20 +435,19 @@ declare const VTreeview: {
|
|
447
435
|
valueComparator: typeof deepEqual;
|
448
436
|
activatable: boolean;
|
449
437
|
selectable: boolean;
|
450
|
-
selectStrategy:
|
451
|
-
openStrategy:
|
438
|
+
selectStrategy: SelectStrategyProp;
|
439
|
+
openStrategy: OpenStrategyProp;
|
452
440
|
collapseIcon: string;
|
453
441
|
expandIcon: string;
|
454
442
|
lines: false | "one" | "two" | "three";
|
455
443
|
returnObject: boolean;
|
456
444
|
filterMode: FilterMode;
|
457
445
|
noFilter: boolean;
|
458
|
-
filterKeys:
|
446
|
+
filterKeys: FilterKeys;
|
459
447
|
itemTitle: SelectItemKey;
|
460
448
|
itemValue: SelectItemKey;
|
461
449
|
itemChildren: SelectItemKey;
|
462
450
|
itemProps: SelectItemKey;
|
463
|
-
itemType: string;
|
464
451
|
loadingIcon: string;
|
465
452
|
openAll: boolean;
|
466
453
|
} & {
|
@@ -514,7 +501,7 @@ declare const VTreeview: {
|
|
514
501
|
path: unknown[];
|
515
502
|
}) => any) | undefined;
|
516
503
|
}, {}, {}, {}, {}, {
|
517
|
-
variant:
|
504
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
518
505
|
style: vue.StyleValue;
|
519
506
|
disabled: boolean;
|
520
507
|
tag: string;
|
@@ -526,28 +513,27 @@ declare const VTreeview: {
|
|
526
513
|
valueComparator: typeof deepEqual;
|
527
514
|
activatable: boolean;
|
528
515
|
selectable: boolean;
|
529
|
-
selectStrategy:
|
530
|
-
openStrategy:
|
516
|
+
selectStrategy: SelectStrategyProp;
|
517
|
+
openStrategy: OpenStrategyProp;
|
531
518
|
collapseIcon: string;
|
532
519
|
expandIcon: string;
|
533
520
|
lines: false | "one" | "two" | "three";
|
534
521
|
returnObject: boolean;
|
535
522
|
filterMode: FilterMode;
|
536
523
|
noFilter: boolean;
|
537
|
-
filterKeys:
|
524
|
+
filterKeys: FilterKeys;
|
538
525
|
itemTitle: SelectItemKey;
|
539
526
|
itemValue: SelectItemKey;
|
540
527
|
itemChildren: SelectItemKey;
|
541
528
|
itemProps: SelectItemKey;
|
542
|
-
itemType: string;
|
543
529
|
loadingIcon: string;
|
544
530
|
openAll: boolean;
|
545
531
|
}>;
|
546
|
-
__isFragment?:
|
547
|
-
__isTeleport?:
|
548
|
-
__isSuspense?:
|
532
|
+
__isFragment?: never;
|
533
|
+
__isTeleport?: never;
|
534
|
+
__isSuspense?: never;
|
549
535
|
} & vue.ComponentOptionsBase<{
|
550
|
-
variant:
|
536
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
551
537
|
style: vue.StyleValue;
|
552
538
|
disabled: boolean;
|
553
539
|
tag: string;
|
@@ -558,20 +544,19 @@ declare const VTreeview: {
|
|
558
544
|
valueComparator: typeof deepEqual;
|
559
545
|
activatable: boolean;
|
560
546
|
selectable: boolean;
|
561
|
-
selectStrategy:
|
562
|
-
openStrategy:
|
547
|
+
selectStrategy: SelectStrategyProp;
|
548
|
+
openStrategy: OpenStrategyProp;
|
563
549
|
collapseIcon: string;
|
564
550
|
expandIcon: string;
|
565
551
|
lines: false | "one" | "two" | "three";
|
566
552
|
returnObject: boolean;
|
567
553
|
filterMode: FilterMode;
|
568
554
|
noFilter: boolean;
|
569
|
-
filterKeys:
|
555
|
+
filterKeys: FilterKeys;
|
570
556
|
itemTitle: SelectItemKey;
|
571
557
|
itemValue: SelectItemKey;
|
572
558
|
itemChildren: SelectItemKey;
|
573
559
|
itemProps: SelectItemKey;
|
574
|
-
itemType: string;
|
575
560
|
loadingIcon: string;
|
576
561
|
openAll: boolean;
|
577
562
|
} & {
|
@@ -625,21 +610,21 @@ declare const VTreeview: {
|
|
625
610
|
path: unknown[];
|
626
611
|
}) => any) | undefined;
|
627
612
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
628
|
-
'update:opened': (val: unknown) =>
|
629
|
-
'update:activated': (val: unknown) =>
|
630
|
-
'update:selected': (val: unknown) =>
|
613
|
+
'update:opened': (val: unknown) => true;
|
614
|
+
'update:activated': (val: unknown) => true;
|
615
|
+
'update:selected': (val: unknown) => true;
|
631
616
|
'click:open': (value: {
|
632
617
|
id: unknown;
|
633
618
|
value: boolean;
|
634
619
|
path: unknown[];
|
635
|
-
}) =>
|
620
|
+
}) => true;
|
636
621
|
'click:select': (value: {
|
637
622
|
id: unknown;
|
638
623
|
value: boolean;
|
639
624
|
path: unknown[];
|
640
|
-
}) =>
|
641
|
-
}, "$children" | "v-
|
642
|
-
variant:
|
625
|
+
}) => true;
|
626
|
+
}, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:subtitle" | "v-slot:item" | "v-slot:header" | "v-slot:divider" | "v-slot:subheader">, string, {
|
627
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
643
628
|
style: vue.StyleValue;
|
644
629
|
disabled: boolean;
|
645
630
|
tag: string;
|
@@ -651,93 +636,56 @@ declare const VTreeview: {
|
|
651
636
|
valueComparator: typeof deepEqual;
|
652
637
|
activatable: boolean;
|
653
638
|
selectable: boolean;
|
654
|
-
selectStrategy:
|
655
|
-
openStrategy:
|
639
|
+
selectStrategy: SelectStrategyProp;
|
640
|
+
openStrategy: OpenStrategyProp;
|
656
641
|
collapseIcon: string;
|
657
642
|
expandIcon: string;
|
658
643
|
lines: false | "one" | "two" | "three";
|
659
644
|
returnObject: boolean;
|
660
645
|
filterMode: FilterMode;
|
661
646
|
noFilter: boolean;
|
662
|
-
filterKeys:
|
647
|
+
filterKeys: FilterKeys;
|
663
648
|
itemTitle: SelectItemKey;
|
664
649
|
itemValue: SelectItemKey;
|
665
650
|
itemChildren: SelectItemKey;
|
666
651
|
itemProps: SelectItemKey;
|
667
|
-
itemType: string;
|
668
652
|
loadingIcon: string;
|
669
653
|
openAll: boolean;
|
670
654
|
}, {}, string, vue.SlotsType<Partial<{
|
671
655
|
title: (arg: ListItemTitleSlot & {
|
672
656
|
item: unknown;
|
673
|
-
}) => vue.VNode
|
674
|
-
[key: string]: any;
|
675
|
-
}>[];
|
657
|
+
}) => vue.VNode[];
|
676
658
|
append: (arg: ListItemSlot & {
|
677
659
|
item: unknown;
|
678
|
-
}) => vue.VNode
|
679
|
-
[key: string]: any;
|
680
|
-
}>[];
|
660
|
+
}) => vue.VNode[];
|
681
661
|
prepend: (arg: ListItemSlot & {
|
682
662
|
item: unknown;
|
683
|
-
}) => vue.VNode
|
684
|
-
[key: string]: any;
|
685
|
-
}>[];
|
663
|
+
}) => vue.VNode[];
|
686
664
|
subtitle: (arg: ListItemSubtitleSlot & {
|
687
665
|
item: unknown;
|
688
|
-
}) => vue.VNode
|
689
|
-
|
690
|
-
}>[];
|
691
|
-
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
692
|
-
[key: string]: any;
|
693
|
-
}>[];
|
666
|
+
}) => vue.VNode[];
|
667
|
+
default: () => vue.VNode[];
|
694
668
|
item: (arg: {
|
695
|
-
props:
|
696
|
-
|
697
|
-
title: string;
|
698
|
-
value: any;
|
699
|
-
};
|
700
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
701
|
-
[key: string]: any;
|
702
|
-
}>[];
|
669
|
+
props: InternalListItem["props"];
|
670
|
+
}) => vue.VNode[];
|
703
671
|
divider: (arg: {
|
704
|
-
props:
|
705
|
-
|
706
|
-
title: string;
|
707
|
-
value: any;
|
708
|
-
};
|
709
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
710
|
-
[key: string]: any;
|
711
|
-
}>[];
|
672
|
+
props: InternalListItem["props"];
|
673
|
+
}) => vue.VNode[];
|
712
674
|
subheader: (arg: {
|
713
|
-
props:
|
714
|
-
|
715
|
-
title: string;
|
716
|
-
value: any;
|
717
|
-
};
|
718
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
719
|
-
[key: string]: any;
|
720
|
-
}>[];
|
675
|
+
props: InternalListItem["props"];
|
676
|
+
}) => vue.VNode[];
|
721
677
|
header: (arg: {
|
722
|
-
props:
|
723
|
-
|
724
|
-
title: string;
|
725
|
-
value: any;
|
726
|
-
};
|
727
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
728
|
-
[key: string]: any;
|
729
|
-
}>[];
|
678
|
+
props: InternalListItem["props"];
|
679
|
+
}) => vue.VNode[];
|
730
680
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
731
|
-
items?: T[]
|
732
|
-
}, slots: VListChildrenSlots<T>) => GenericProps<{
|
733
|
-
items?: T[] | undefined;
|
734
|
-
}, VListChildrenSlots<T>>) & FilterPropsOptions<{
|
681
|
+
items?: T[];
|
682
|
+
}, slots: VListChildrenSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
735
683
|
variant: Omit<{
|
736
|
-
type: vue.PropType<
|
684
|
+
type: vue.PropType<Variant>;
|
737
685
|
default: string;
|
738
686
|
validator: (v: any) => boolean;
|
739
687
|
}, "type" | "default"> & {
|
740
|
-
type: vue.PropType<
|
688
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
741
689
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
742
690
|
};
|
743
691
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -754,7 +702,7 @@ declare const VTreeview: {
|
|
754
702
|
};
|
755
703
|
disabled: BooleanConstructor;
|
756
704
|
activated: null;
|
757
|
-
class: vue.PropType<
|
705
|
+
class: vue.PropType<ClassValue>;
|
758
706
|
tag: {
|
759
707
|
type: StringConstructor;
|
760
708
|
default: string;
|
@@ -771,7 +719,7 @@ declare const VTreeview: {
|
|
771
719
|
default: undefined;
|
772
720
|
};
|
773
721
|
items: {
|
774
|
-
type: vue.PropType<
|
722
|
+
type: vue.PropType<ItemProps["items"]>;
|
775
723
|
default: () => never[];
|
776
724
|
};
|
777
725
|
tile: BooleanConstructor;
|
@@ -796,11 +744,11 @@ declare const VTreeview: {
|
|
796
744
|
selectable: BooleanConstructor;
|
797
745
|
activeStrategy: vue.PropType<ActiveStrategyProp>;
|
798
746
|
selectStrategy: {
|
799
|
-
type: vue.PropType<
|
747
|
+
type: vue.PropType<SelectStrategyProp>;
|
800
748
|
default: NonNullable<SelectStrategyProp>;
|
801
749
|
};
|
802
750
|
openStrategy: {
|
803
|
-
type: vue.PropType<
|
751
|
+
type: vue.PropType<OpenStrategyProp>;
|
804
752
|
default: NonNullable<OpenStrategyProp>;
|
805
753
|
};
|
806
754
|
'onUpdate:opened': vue.PropType<() => void>;
|
@@ -814,7 +762,7 @@ declare const VTreeview: {
|
|
814
762
|
default: string;
|
815
763
|
};
|
816
764
|
lines: {
|
817
|
-
type: vue.PropType<
|
765
|
+
type: vue.PropType<"one" | "two" | "three" | false>;
|
818
766
|
default: string;
|
819
767
|
};
|
820
768
|
returnObject: BooleanConstructor;
|
@@ -844,10 +792,6 @@ declare const VTreeview: {
|
|
844
792
|
value: boolean;
|
845
793
|
path: unknown[];
|
846
794
|
}) => void>;
|
847
|
-
itemType: {
|
848
|
-
type: StringConstructor;
|
849
|
-
default: string;
|
850
|
-
};
|
851
795
|
loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
|
852
796
|
loadingIcon: {
|
853
797
|
type: StringConstructor;
|
@@ -856,7 +800,7 @@ declare const VTreeview: {
|
|
856
800
|
customFilter: vue.PropType<FilterFunction>;
|
857
801
|
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
858
802
|
filterKeys: {
|
859
|
-
type: vue.PropType<
|
803
|
+
type: vue.PropType<FilterKeys>;
|
860
804
|
default: NonNullable<FilterKeys>;
|
861
805
|
};
|
862
806
|
filterMode: {
|
@@ -868,11 +812,11 @@ declare const VTreeview: {
|
|
868
812
|
search: StringConstructor;
|
869
813
|
}, vue.ExtractPropTypes<{
|
870
814
|
variant: Omit<{
|
871
|
-
type: vue.PropType<
|
815
|
+
type: vue.PropType<Variant>;
|
872
816
|
default: string;
|
873
817
|
validator: (v: any) => boolean;
|
874
818
|
}, "type" | "default"> & {
|
875
|
-
type: vue.PropType<
|
819
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
876
820
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
877
821
|
};
|
878
822
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -889,7 +833,7 @@ declare const VTreeview: {
|
|
889
833
|
};
|
890
834
|
disabled: BooleanConstructor;
|
891
835
|
activated: null;
|
892
|
-
class: vue.PropType<
|
836
|
+
class: vue.PropType<ClassValue>;
|
893
837
|
tag: {
|
894
838
|
type: StringConstructor;
|
895
839
|
default: string;
|
@@ -906,7 +850,7 @@ declare const VTreeview: {
|
|
906
850
|
default: undefined;
|
907
851
|
};
|
908
852
|
items: {
|
909
|
-
type: vue.PropType<
|
853
|
+
type: vue.PropType<ItemProps["items"]>;
|
910
854
|
default: () => never[];
|
911
855
|
};
|
912
856
|
tile: BooleanConstructor;
|
@@ -931,11 +875,11 @@ declare const VTreeview: {
|
|
931
875
|
selectable: BooleanConstructor;
|
932
876
|
activeStrategy: vue.PropType<ActiveStrategyProp>;
|
933
877
|
selectStrategy: {
|
934
|
-
type: vue.PropType<
|
878
|
+
type: vue.PropType<SelectStrategyProp>;
|
935
879
|
default: NonNullable<SelectStrategyProp>;
|
936
880
|
};
|
937
881
|
openStrategy: {
|
938
|
-
type: vue.PropType<
|
882
|
+
type: vue.PropType<OpenStrategyProp>;
|
939
883
|
default: NonNullable<OpenStrategyProp>;
|
940
884
|
};
|
941
885
|
'onUpdate:opened': vue.PropType<() => void>;
|
@@ -949,7 +893,7 @@ declare const VTreeview: {
|
|
949
893
|
default: string;
|
950
894
|
};
|
951
895
|
lines: {
|
952
|
-
type: vue.PropType<
|
896
|
+
type: vue.PropType<"one" | "two" | "three" | false>;
|
953
897
|
default: string;
|
954
898
|
};
|
955
899
|
returnObject: BooleanConstructor;
|
@@ -979,10 +923,6 @@ declare const VTreeview: {
|
|
979
923
|
value: boolean;
|
980
924
|
path: unknown[];
|
981
925
|
}) => void>;
|
982
|
-
itemType: {
|
983
|
-
type: StringConstructor;
|
984
|
-
default: string;
|
985
|
-
};
|
986
926
|
loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
|
987
927
|
loadingIcon: {
|
988
928
|
type: StringConstructor;
|
@@ -991,7 +931,7 @@ declare const VTreeview: {
|
|
991
931
|
customFilter: vue.PropType<FilterFunction>;
|
992
932
|
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
993
933
|
filterKeys: {
|
994
|
-
type: vue.PropType<
|
934
|
+
type: vue.PropType<FilterKeys>;
|
995
935
|
default: NonNullable<FilterKeys>;
|
996
936
|
};
|
997
937
|
filterMode: {
|
@@ -1007,7 +947,7 @@ type VTreeview = InstanceType<typeof VTreeview>;
|
|
1007
947
|
declare const VTreeviewItem: {
|
1008
948
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
1009
949
|
replace: boolean;
|
1010
|
-
variant:
|
950
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1011
951
|
exact: boolean;
|
1012
952
|
loading: boolean;
|
1013
953
|
nav: boolean;
|
@@ -1074,7 +1014,7 @@ declare const VTreeviewItem: {
|
|
1074
1014
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
1075
1015
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1076
1016
|
replace: boolean;
|
1077
|
-
variant:
|
1017
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1078
1018
|
exact: boolean;
|
1079
1019
|
loading: boolean;
|
1080
1020
|
nav: boolean;
|
@@ -1142,7 +1082,7 @@ declare const VTreeviewItem: {
|
|
1142
1082
|
}, {
|
1143
1083
|
replace: boolean;
|
1144
1084
|
link: boolean;
|
1145
|
-
variant:
|
1085
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1146
1086
|
exact: boolean;
|
1147
1087
|
active: boolean;
|
1148
1088
|
loading: boolean;
|
@@ -1158,21 +1098,11 @@ declare const VTreeviewItem: {
|
|
1158
1098
|
class: string;
|
1159
1099
|
} | undefined;
|
1160
1100
|
}, true, {}, vue.SlotsType<Partial<{
|
1161
|
-
prepend: (arg: ListItemSlot) => vue.VNode
|
1162
|
-
|
1163
|
-
|
1164
|
-
|
1165
|
-
|
1166
|
-
}>[];
|
1167
|
-
default: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1168
|
-
[key: string]: any;
|
1169
|
-
}>[];
|
1170
|
-
title: (arg: ListItemTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1171
|
-
[key: string]: any;
|
1172
|
-
}>[];
|
1173
|
-
subtitle: (arg: ListItemSubtitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1174
|
-
[key: string]: any;
|
1175
|
-
}>[];
|
1101
|
+
prepend: (arg: ListItemSlot) => vue.VNode[];
|
1102
|
+
append: (arg: ListItemSlot) => vue.VNode[];
|
1103
|
+
default: (arg: ListItemSlot) => vue.VNode[];
|
1104
|
+
title: (arg: ListItemTitleSlot) => vue.VNode[];
|
1105
|
+
subtitle: (arg: ListItemSubtitleSlot) => vue.VNode[];
|
1176
1106
|
}>>, {
|
1177
1107
|
P: {};
|
1178
1108
|
B: {};
|
@@ -1182,7 +1112,7 @@ declare const VTreeviewItem: {
|
|
1182
1112
|
Defaults: {};
|
1183
1113
|
}, {
|
1184
1114
|
replace: boolean;
|
1185
|
-
variant:
|
1115
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1186
1116
|
exact: boolean;
|
1187
1117
|
loading: boolean;
|
1188
1118
|
nav: boolean;
|
@@ -1250,7 +1180,7 @@ declare const VTreeviewItem: {
|
|
1250
1180
|
}, {}, {}, {}, {}, {
|
1251
1181
|
replace: boolean;
|
1252
1182
|
link: boolean;
|
1253
|
-
variant:
|
1183
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1254
1184
|
exact: boolean;
|
1255
1185
|
active: boolean;
|
1256
1186
|
loading: boolean;
|
@@ -1266,12 +1196,12 @@ declare const VTreeviewItem: {
|
|
1266
1196
|
class: string;
|
1267
1197
|
} | undefined;
|
1268
1198
|
}>;
|
1269
|
-
__isFragment?:
|
1270
|
-
__isTeleport?:
|
1271
|
-
__isSuspense?:
|
1199
|
+
__isFragment?: never;
|
1200
|
+
__isTeleport?: never;
|
1201
|
+
__isSuspense?: never;
|
1272
1202
|
} & vue.ComponentOptionsBase<{
|
1273
1203
|
replace: boolean;
|
1274
|
-
variant:
|
1204
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1275
1205
|
exact: boolean;
|
1276
1206
|
loading: boolean;
|
1277
1207
|
nav: boolean;
|
@@ -1339,7 +1269,7 @@ declare const VTreeviewItem: {
|
|
1339
1269
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1340
1270
|
replace: boolean;
|
1341
1271
|
link: boolean;
|
1342
|
-
variant:
|
1272
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1343
1273
|
exact: boolean;
|
1344
1274
|
active: boolean;
|
1345
1275
|
loading: boolean;
|
@@ -1355,29 +1285,19 @@ declare const VTreeviewItem: {
|
|
1355
1285
|
class: string;
|
1356
1286
|
} | undefined;
|
1357
1287
|
}, {}, string, vue.SlotsType<Partial<{
|
1358
|
-
prepend: (arg: ListItemSlot) => vue.VNode
|
1359
|
-
|
1360
|
-
|
1361
|
-
|
1362
|
-
|
1363
|
-
}>[];
|
1364
|
-
default: (arg: ListItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1365
|
-
[key: string]: any;
|
1366
|
-
}>[];
|
1367
|
-
title: (arg: ListItemTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1368
|
-
[key: string]: any;
|
1369
|
-
}>[];
|
1370
|
-
subtitle: (arg: ListItemSubtitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1371
|
-
[key: string]: any;
|
1372
|
-
}>[];
|
1288
|
+
prepend: (arg: ListItemSlot) => vue.VNode[];
|
1289
|
+
append: (arg: ListItemSlot) => vue.VNode[];
|
1290
|
+
default: (arg: ListItemSlot) => vue.VNode[];
|
1291
|
+
title: (arg: ListItemTitleSlot) => vue.VNode[];
|
1292
|
+
subtitle: (arg: ListItemSubtitleSlot) => vue.VNode[];
|
1373
1293
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1374
1294
|
color: StringConstructor;
|
1375
1295
|
variant: Omit<{
|
1376
|
-
type: vue.PropType<
|
1296
|
+
type: vue.PropType<Variant>;
|
1377
1297
|
default: string;
|
1378
1298
|
validator: (v: any) => boolean;
|
1379
1299
|
}, "type" | "default"> & {
|
1380
|
-
type: vue.PropType<
|
1300
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1381
1301
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1382
1302
|
};
|
1383
1303
|
theme: StringConstructor;
|
@@ -1409,7 +1329,7 @@ declare const VTreeviewItem: {
|
|
1409
1329
|
default: string;
|
1410
1330
|
validator: (v: any) => boolean;
|
1411
1331
|
};
|
1412
|
-
class: vue.PropType<
|
1332
|
+
class: vue.PropType<ClassValue>;
|
1413
1333
|
style: {
|
1414
1334
|
type: vue.PropType<vue.StyleValue>;
|
1415
1335
|
default: null;
|
@@ -1425,7 +1345,7 @@ declare const VTreeviewItem: {
|
|
1425
1345
|
appendIcon: vue.PropType<IconValue>;
|
1426
1346
|
baseColor: StringConstructor;
|
1427
1347
|
disabled: BooleanConstructor;
|
1428
|
-
lines: vue.PropType<
|
1348
|
+
lines: vue.PropType<"one" | "two" | "three" | false>;
|
1429
1349
|
link: {
|
1430
1350
|
type: BooleanConstructor;
|
1431
1351
|
default: undefined;
|
@@ -1434,9 +1354,7 @@ declare const VTreeviewItem: {
|
|
1434
1354
|
prependAvatar: StringConstructor;
|
1435
1355
|
prependIcon: vue.PropType<IconValue>;
|
1436
1356
|
ripple: {
|
1437
|
-
type: vue.PropType<
|
1438
|
-
class: string;
|
1439
|
-
} | undefined>;
|
1357
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
1440
1358
|
default: boolean;
|
1441
1359
|
};
|
1442
1360
|
slim: {
|
@@ -1453,11 +1371,11 @@ declare const VTreeviewItem: {
|
|
1453
1371
|
}, vue.ExtractPropTypes<{
|
1454
1372
|
color: StringConstructor;
|
1455
1373
|
variant: Omit<{
|
1456
|
-
type: vue.PropType<
|
1374
|
+
type: vue.PropType<Variant>;
|
1457
1375
|
default: string;
|
1458
1376
|
validator: (v: any) => boolean;
|
1459
1377
|
}, "type" | "default"> & {
|
1460
|
-
type: vue.PropType<
|
1378
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1461
1379
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1462
1380
|
};
|
1463
1381
|
theme: StringConstructor;
|
@@ -1489,7 +1407,7 @@ declare const VTreeviewItem: {
|
|
1489
1407
|
default: string;
|
1490
1408
|
validator: (v: any) => boolean;
|
1491
1409
|
};
|
1492
|
-
class: vue.PropType<
|
1410
|
+
class: vue.PropType<ClassValue>;
|
1493
1411
|
style: {
|
1494
1412
|
type: vue.PropType<vue.StyleValue>;
|
1495
1413
|
default: null;
|
@@ -1505,7 +1423,7 @@ declare const VTreeviewItem: {
|
|
1505
1423
|
appendIcon: vue.PropType<IconValue>;
|
1506
1424
|
baseColor: StringConstructor;
|
1507
1425
|
disabled: BooleanConstructor;
|
1508
|
-
lines: vue.PropType<
|
1426
|
+
lines: vue.PropType<"one" | "two" | "three" | false>;
|
1509
1427
|
link: {
|
1510
1428
|
type: BooleanConstructor;
|
1511
1429
|
default: undefined;
|
@@ -1514,9 +1432,7 @@ declare const VTreeviewItem: {
|
|
1514
1432
|
prependAvatar: StringConstructor;
|
1515
1433
|
prependIcon: vue.PropType<IconValue>;
|
1516
1434
|
ripple: {
|
1517
|
-
type: vue.PropType<
|
1518
|
-
class: string;
|
1519
|
-
} | undefined>;
|
1435
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
1520
1436
|
default: boolean;
|
1521
1437
|
};
|
1522
1438
|
slim: {
|
@@ -1537,8 +1453,8 @@ declare const VTreeviewGroup: {
|
|
1537
1453
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
1538
1454
|
style: vue.StyleValue;
|
1539
1455
|
tag: string;
|
1540
|
-
collapseIcon:
|
1541
|
-
expandIcon:
|
1456
|
+
collapseIcon: IconValue;
|
1457
|
+
expandIcon: IconValue;
|
1542
1458
|
fluid: boolean;
|
1543
1459
|
} & {
|
1544
1460
|
color?: string | undefined;
|
@@ -1573,8 +1489,8 @@ declare const VTreeviewGroup: {
|
|
1573
1489
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1574
1490
|
style: vue.StyleValue;
|
1575
1491
|
tag: string;
|
1576
|
-
collapseIcon:
|
1577
|
-
expandIcon:
|
1492
|
+
collapseIcon: IconValue;
|
1493
|
+
expandIcon: IconValue;
|
1578
1494
|
fluid: boolean;
|
1579
1495
|
} & {
|
1580
1496
|
color?: string | undefined;
|
@@ -1609,19 +1525,15 @@ declare const VTreeviewGroup: {
|
|
1609
1525
|
}, {
|
1610
1526
|
style: vue.StyleValue;
|
1611
1527
|
tag: string;
|
1612
|
-
collapseIcon:
|
1613
|
-
expandIcon:
|
1528
|
+
collapseIcon: IconValue;
|
1529
|
+
expandIcon: IconValue;
|
1614
1530
|
fluid: boolean;
|
1615
1531
|
}, true, {}, vue.SlotsType<Partial<{
|
1616
|
-
default: () => vue.VNode
|
1617
|
-
[key: string]: any;
|
1618
|
-
}>[];
|
1532
|
+
default: () => vue.VNode[];
|
1619
1533
|
activator: (arg: {
|
1620
1534
|
isOpen: boolean;
|
1621
1535
|
props: Record<string, unknown>;
|
1622
|
-
}) => vue.VNode
|
1623
|
-
[key: string]: any;
|
1624
|
-
}>[];
|
1536
|
+
}) => vue.VNode[];
|
1625
1537
|
}>>, {
|
1626
1538
|
P: {};
|
1627
1539
|
B: {};
|
@@ -1632,8 +1544,8 @@ declare const VTreeviewGroup: {
|
|
1632
1544
|
}, {
|
1633
1545
|
style: vue.StyleValue;
|
1634
1546
|
tag: string;
|
1635
|
-
collapseIcon:
|
1636
|
-
expandIcon:
|
1547
|
+
collapseIcon: IconValue;
|
1548
|
+
expandIcon: IconValue;
|
1637
1549
|
fluid: boolean;
|
1638
1550
|
} & {
|
1639
1551
|
color?: string | undefined;
|
@@ -1668,18 +1580,18 @@ declare const VTreeviewGroup: {
|
|
1668
1580
|
}, {}, {}, {}, {}, {
|
1669
1581
|
style: vue.StyleValue;
|
1670
1582
|
tag: string;
|
1671
|
-
collapseIcon:
|
1672
|
-
expandIcon:
|
1583
|
+
collapseIcon: IconValue;
|
1584
|
+
expandIcon: IconValue;
|
1673
1585
|
fluid: boolean;
|
1674
1586
|
}>;
|
1675
|
-
__isFragment?:
|
1676
|
-
__isTeleport?:
|
1677
|
-
__isSuspense?:
|
1587
|
+
__isFragment?: never;
|
1588
|
+
__isTeleport?: never;
|
1589
|
+
__isSuspense?: never;
|
1678
1590
|
} & vue.ComponentOptionsBase<{
|
1679
1591
|
style: vue.StyleValue;
|
1680
1592
|
tag: string;
|
1681
|
-
collapseIcon:
|
1682
|
-
expandIcon:
|
1593
|
+
collapseIcon: IconValue;
|
1594
|
+
expandIcon: IconValue;
|
1683
1595
|
fluid: boolean;
|
1684
1596
|
} & {
|
1685
1597
|
color?: string | undefined;
|
@@ -1714,19 +1626,15 @@ declare const VTreeviewGroup: {
|
|
1714
1626
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1715
1627
|
style: vue.StyleValue;
|
1716
1628
|
tag: string;
|
1717
|
-
collapseIcon:
|
1718
|
-
expandIcon:
|
1629
|
+
collapseIcon: IconValue;
|
1630
|
+
expandIcon: IconValue;
|
1719
1631
|
fluid: boolean;
|
1720
1632
|
}, {}, string, vue.SlotsType<Partial<{
|
1721
|
-
default: () => vue.VNode
|
1722
|
-
[key: string]: any;
|
1723
|
-
}>[];
|
1633
|
+
default: () => vue.VNode[];
|
1724
1634
|
activator: (arg: {
|
1725
1635
|
isOpen: boolean;
|
1726
1636
|
props: Record<string, unknown>;
|
1727
|
-
}) => vue.VNode
|
1728
|
-
[key: string]: any;
|
1729
|
-
}>[];
|
1637
|
+
}) => vue.VNode[];
|
1730
1638
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1731
1639
|
color: StringConstructor;
|
1732
1640
|
value: null;
|
@@ -1735,7 +1643,7 @@ declare const VTreeviewGroup: {
|
|
1735
1643
|
default: null;
|
1736
1644
|
};
|
1737
1645
|
title: StringConstructor;
|
1738
|
-
class: vue.PropType<
|
1646
|
+
class: vue.PropType<ClassValue>;
|
1739
1647
|
tag: {
|
1740
1648
|
type: StringConstructor;
|
1741
1649
|
default: string;
|
@@ -1748,14 +1656,14 @@ declare const VTreeviewGroup: {
|
|
1748
1656
|
type: vue.PropType<IconValue>;
|
1749
1657
|
default: string;
|
1750
1658
|
}, "type" | "default"> & {
|
1751
|
-
type: vue.PropType<
|
1659
|
+
type: vue.PropType<IconValue>;
|
1752
1660
|
default: NonNullable<IconValue>;
|
1753
1661
|
};
|
1754
1662
|
expandIcon: Omit<{
|
1755
1663
|
type: vue.PropType<IconValue>;
|
1756
1664
|
default: string;
|
1757
1665
|
}, "type" | "default"> & {
|
1758
|
-
type: vue.PropType<
|
1666
|
+
type: vue.PropType<IconValue>;
|
1759
1667
|
default: NonNullable<IconValue>;
|
1760
1668
|
};
|
1761
1669
|
fluid: BooleanConstructor;
|
@@ -1767,7 +1675,7 @@ declare const VTreeviewGroup: {
|
|
1767
1675
|
default: null;
|
1768
1676
|
};
|
1769
1677
|
title: StringConstructor;
|
1770
|
-
class: vue.PropType<
|
1678
|
+
class: vue.PropType<ClassValue>;
|
1771
1679
|
tag: {
|
1772
1680
|
type: StringConstructor;
|
1773
1681
|
default: string;
|
@@ -1780,14 +1688,14 @@ declare const VTreeviewGroup: {
|
|
1780
1688
|
type: vue.PropType<IconValue>;
|
1781
1689
|
default: string;
|
1782
1690
|
}, "type" | "default"> & {
|
1783
|
-
type: vue.PropType<
|
1691
|
+
type: vue.PropType<IconValue>;
|
1784
1692
|
default: NonNullable<IconValue>;
|
1785
1693
|
};
|
1786
1694
|
expandIcon: Omit<{
|
1787
1695
|
type: vue.PropType<IconValue>;
|
1788
1696
|
default: string;
|
1789
1697
|
}, "type" | "default"> & {
|
1790
|
-
type: vue.PropType<
|
1698
|
+
type: vue.PropType<IconValue>;
|
1791
1699
|
default: NonNullable<IconValue>;
|
1792
1700
|
};
|
1793
1701
|
fluid: BooleanConstructor;
|