@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24
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/CHANGELOG.md +0 -8
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2160 -2162
- package/dist/vuetify-labs.d.ts +12298 -12189
- package/dist/vuetify-labs.esm.js +59 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +871 -873
- package/dist/vuetify.d.ts +10357 -10268
- package/dist/vuetify.esm.js +51 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1043 -1044
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- 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 +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -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 +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- 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/index.d.mts +615 -609
- 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 +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- 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/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/index.d.mts +393 -393
- 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/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- 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 +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/index.d.mts +615 -609
- 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/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- 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 +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- 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 +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10651 -10563
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +69 -68
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
@@ -148,10 +148,10 @@ type VListChildrenSlots<T> = {
|
|
148
148
|
|
149
149
|
declare const VTreeview: {
|
150
150
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
151
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
151
152
|
style: vue.StyleValue;
|
152
153
|
disabled: boolean;
|
153
154
|
tag: string;
|
154
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
155
155
|
mandatory: boolean;
|
156
156
|
tile: boolean;
|
157
157
|
density: Density;
|
@@ -177,21 +177,21 @@ declare const VTreeview: {
|
|
177
177
|
openAll: boolean;
|
178
178
|
} & {
|
179
179
|
search?: string | undefined;
|
180
|
-
class?: any;
|
181
|
-
width?: string | number | undefined;
|
182
180
|
height?: string | number | undefined;
|
183
|
-
|
184
|
-
color?: string | undefined;
|
185
|
-
activated?: any;
|
181
|
+
width?: string | number | undefined;
|
186
182
|
border?: string | number | boolean | undefined;
|
187
|
-
|
183
|
+
color?: string | undefined;
|
188
184
|
maxHeight?: string | number | undefined;
|
189
185
|
maxWidth?: string | number | undefined;
|
190
186
|
minHeight?: string | number | undefined;
|
191
187
|
minWidth?: string | number | undefined;
|
188
|
+
activated?: any;
|
189
|
+
class?: any;
|
190
|
+
selected?: any;
|
192
191
|
elevation?: string | number | undefined;
|
192
|
+
theme?: string | undefined;
|
193
|
+
rounded?: string | number | boolean | undefined;
|
193
194
|
baseColor?: string | undefined;
|
194
|
-
selected?: any;
|
195
195
|
bgColor?: string | undefined;
|
196
196
|
activeColor?: string | undefined;
|
197
197
|
falseIcon?: IconValue | undefined;
|
@@ -245,11 +245,11 @@ declare const VTreeview: {
|
|
245
245
|
value: boolean;
|
246
246
|
path: unknown[];
|
247
247
|
}) => boolean;
|
248
|
-
}, "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">;
|
249
250
|
style: vue.StyleValue;
|
250
251
|
disabled: boolean;
|
251
252
|
tag: string;
|
252
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
253
253
|
mandatory: boolean;
|
254
254
|
tile: boolean;
|
255
255
|
density: Density;
|
@@ -275,21 +275,21 @@ declare const VTreeview: {
|
|
275
275
|
openAll: boolean;
|
276
276
|
} & {
|
277
277
|
search?: string | undefined;
|
278
|
-
class?: any;
|
279
|
-
width?: string | number | undefined;
|
280
278
|
height?: string | number | undefined;
|
281
|
-
|
282
|
-
color?: string | undefined;
|
283
|
-
activated?: any;
|
279
|
+
width?: string | number | undefined;
|
284
280
|
border?: string | number | boolean | undefined;
|
285
|
-
|
281
|
+
color?: string | undefined;
|
286
282
|
maxHeight?: string | number | undefined;
|
287
283
|
maxWidth?: string | number | undefined;
|
288
284
|
minHeight?: string | number | undefined;
|
289
285
|
minWidth?: string | number | undefined;
|
286
|
+
activated?: any;
|
287
|
+
class?: any;
|
288
|
+
selected?: any;
|
290
289
|
elevation?: string | number | undefined;
|
290
|
+
theme?: string | undefined;
|
291
|
+
rounded?: string | number | boolean | undefined;
|
291
292
|
baseColor?: string | undefined;
|
292
|
-
selected?: any;
|
293
293
|
bgColor?: string | undefined;
|
294
294
|
activeColor?: string | undefined;
|
295
295
|
falseIcon?: IconValue | undefined;
|
@@ -328,12 +328,12 @@ declare const VTreeview: {
|
|
328
328
|
path: unknown[];
|
329
329
|
}) => any) | undefined;
|
330
330
|
}, {
|
331
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
331
332
|
style: vue.StyleValue;
|
332
333
|
disabled: boolean;
|
333
334
|
tag: string;
|
334
|
-
rounded: string | number | boolean;
|
335
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
336
335
|
mandatory: boolean;
|
336
|
+
rounded: string | number | boolean;
|
337
337
|
tile: boolean;
|
338
338
|
density: Density;
|
339
339
|
slim: boolean;
|
@@ -363,12 +363,12 @@ declare const VTreeview: {
|
|
363
363
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
364
364
|
[key: string]: any;
|
365
365
|
}>[];
|
366
|
-
|
366
|
+
append: (arg: ListItemSlot & {
|
367
367
|
item: unknown;
|
368
368
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
369
369
|
[key: string]: any;
|
370
370
|
}>[];
|
371
|
-
|
371
|
+
prepend: (arg: ListItemSlot & {
|
372
372
|
item: unknown;
|
373
373
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
374
374
|
[key: string]: any;
|
@@ -425,10 +425,10 @@ declare const VTreeview: {
|
|
425
425
|
M: {};
|
426
426
|
Defaults: {};
|
427
427
|
}, {
|
428
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
428
429
|
style: vue.StyleValue;
|
429
430
|
disabled: boolean;
|
430
431
|
tag: string;
|
431
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
432
432
|
mandatory: boolean;
|
433
433
|
tile: boolean;
|
434
434
|
density: Density;
|
@@ -454,21 +454,21 @@ declare const VTreeview: {
|
|
454
454
|
openAll: boolean;
|
455
455
|
} & {
|
456
456
|
search?: string | undefined;
|
457
|
-
class?: any;
|
458
|
-
width?: string | number | undefined;
|
459
457
|
height?: string | number | undefined;
|
460
|
-
|
461
|
-
color?: string | undefined;
|
462
|
-
activated?: any;
|
458
|
+
width?: string | number | undefined;
|
463
459
|
border?: string | number | boolean | undefined;
|
464
|
-
|
460
|
+
color?: string | undefined;
|
465
461
|
maxHeight?: string | number | undefined;
|
466
462
|
maxWidth?: string | number | undefined;
|
467
463
|
minHeight?: string | number | undefined;
|
468
464
|
minWidth?: string | number | undefined;
|
465
|
+
activated?: any;
|
466
|
+
class?: any;
|
467
|
+
selected?: any;
|
469
468
|
elevation?: string | number | undefined;
|
469
|
+
theme?: string | undefined;
|
470
|
+
rounded?: string | number | boolean | undefined;
|
470
471
|
baseColor?: string | undefined;
|
471
|
-
selected?: any;
|
472
472
|
bgColor?: string | undefined;
|
473
473
|
activeColor?: string | undefined;
|
474
474
|
falseIcon?: IconValue | undefined;
|
@@ -509,12 +509,12 @@ declare const VTreeview: {
|
|
509
509
|
}, {
|
510
510
|
open: typeof open;
|
511
511
|
}, {}, {}, {}, {
|
512
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
512
513
|
style: vue.StyleValue;
|
513
514
|
disabled: boolean;
|
514
515
|
tag: string;
|
515
|
-
rounded: string | number | boolean;
|
516
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
517
516
|
mandatory: boolean;
|
517
|
+
rounded: string | number | boolean;
|
518
518
|
tile: boolean;
|
519
519
|
density: Density;
|
520
520
|
slim: boolean;
|
@@ -543,10 +543,10 @@ declare const VTreeview: {
|
|
543
543
|
__isTeleport?: undefined;
|
544
544
|
__isSuspense?: undefined;
|
545
545
|
} & vue.ComponentOptionsBase<{
|
546
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
546
547
|
style: vue.StyleValue;
|
547
548
|
disabled: boolean;
|
548
549
|
tag: string;
|
549
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
550
550
|
mandatory: boolean;
|
551
551
|
tile: boolean;
|
552
552
|
density: Density;
|
@@ -572,21 +572,21 @@ declare const VTreeview: {
|
|
572
572
|
openAll: boolean;
|
573
573
|
} & {
|
574
574
|
search?: string | undefined;
|
575
|
-
class?: any;
|
576
|
-
width?: string | number | undefined;
|
577
575
|
height?: string | number | undefined;
|
578
|
-
|
579
|
-
color?: string | undefined;
|
580
|
-
activated?: any;
|
576
|
+
width?: string | number | undefined;
|
581
577
|
border?: string | number | boolean | undefined;
|
582
|
-
|
578
|
+
color?: string | undefined;
|
583
579
|
maxHeight?: string | number | undefined;
|
584
580
|
maxWidth?: string | number | undefined;
|
585
581
|
minHeight?: string | number | undefined;
|
586
582
|
minWidth?: string | number | undefined;
|
583
|
+
activated?: any;
|
584
|
+
class?: any;
|
585
|
+
selected?: any;
|
587
586
|
elevation?: string | number | undefined;
|
587
|
+
theme?: string | undefined;
|
588
|
+
rounded?: string | number | boolean | undefined;
|
588
589
|
baseColor?: string | undefined;
|
589
|
-
selected?: any;
|
590
590
|
bgColor?: string | undefined;
|
591
591
|
activeColor?: string | undefined;
|
592
592
|
falseIcon?: IconValue | undefined;
|
@@ -640,13 +640,13 @@ declare const VTreeview: {
|
|
640
640
|
value: boolean;
|
641
641
|
path: unknown[];
|
642
642
|
}) => boolean;
|
643
|
-
}, "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">;
|
644
645
|
style: vue.StyleValue;
|
645
646
|
disabled: boolean;
|
646
647
|
tag: string;
|
647
|
-
rounded: string | number | boolean;
|
648
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
649
648
|
mandatory: boolean;
|
649
|
+
rounded: string | number | boolean;
|
650
650
|
tile: boolean;
|
651
651
|
density: Density;
|
652
652
|
slim: boolean;
|
@@ -676,12 +676,12 @@ declare const VTreeview: {
|
|
676
676
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
677
677
|
[key: string]: any;
|
678
678
|
}>[];
|
679
|
-
|
679
|
+
append: (arg: ListItemSlot & {
|
680
680
|
item: unknown;
|
681
681
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
682
682
|
[key: string]: any;
|
683
683
|
}>[];
|
684
|
-
|
684
|
+
prepend: (arg: ListItemSlot & {
|
685
685
|
item: unknown;
|
686
686
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
687
687
|
[key: string]: any;
|
@@ -735,55 +735,55 @@ declare const VTreeview: {
|
|
735
735
|
}, slots: VListChildrenSlots<T>) => GenericProps<{
|
736
736
|
items?: T[] | undefined;
|
737
737
|
}, VListChildrenSlots<T>>) & FilterPropsOptions<{
|
738
|
-
|
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)[];
|
739
754
|
style: {
|
740
755
|
type: vue.PropType<vue.StyleValue>;
|
741
756
|
default: null;
|
742
757
|
};
|
743
|
-
width: (StringConstructor | NumberConstructor)[];
|
744
|
-
height: (StringConstructor | NumberConstructor)[];
|
745
|
-
theme: StringConstructor;
|
746
|
-
color: StringConstructor;
|
747
758
|
disabled: BooleanConstructor;
|
748
759
|
activated: null;
|
760
|
+
class: vue.PropType<any>;
|
749
761
|
tag: {
|
750
762
|
type: StringConstructor;
|
751
763
|
default: string;
|
752
764
|
};
|
753
|
-
|
765
|
+
mandatory: BooleanConstructor;
|
766
|
+
selected: null;
|
767
|
+
elevation: {
|
768
|
+
type: (StringConstructor | NumberConstructor)[];
|
769
|
+
validator(v: any): boolean;
|
770
|
+
};
|
771
|
+
theme: StringConstructor;
|
754
772
|
rounded: {
|
755
|
-
type: (StringConstructor |
|
773
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
756
774
|
default: undefined;
|
757
775
|
};
|
758
|
-
variant: Omit<{
|
759
|
-
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
760
|
-
default: string;
|
761
|
-
validator: (v: any) => boolean;
|
762
|
-
}, "default" | "type"> & {
|
763
|
-
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
764
|
-
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
765
|
-
};
|
766
776
|
items: {
|
767
777
|
type: vue.PropType<any[]>;
|
768
778
|
default: () => never[];
|
769
779
|
};
|
770
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
771
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
772
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
773
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
774
|
-
mandatory: BooleanConstructor;
|
775
780
|
tile: BooleanConstructor;
|
776
|
-
elevation: {
|
777
|
-
type: (StringConstructor | NumberConstructor)[];
|
778
|
-
validator(v: any): boolean;
|
779
|
-
};
|
780
781
|
density: {
|
781
782
|
type: vue.PropType<Density>;
|
782
783
|
default: string;
|
783
784
|
validator: (v: any) => boolean;
|
784
785
|
};
|
785
786
|
baseColor: StringConstructor;
|
786
|
-
selected: null;
|
787
787
|
bgColor: StringConstructor;
|
788
788
|
activeColor: StringConstructor;
|
789
789
|
slim: {
|
@@ -877,55 +877,55 @@ declare const VTreeview: {
|
|
877
877
|
openAll: BooleanConstructor;
|
878
878
|
search: StringConstructor;
|
879
879
|
}, vue.ExtractPropTypes<{
|
880
|
-
|
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)[];
|
881
896
|
style: {
|
882
897
|
type: vue.PropType<vue.StyleValue>;
|
883
898
|
default: null;
|
884
899
|
};
|
885
|
-
width: (StringConstructor | NumberConstructor)[];
|
886
|
-
height: (StringConstructor | NumberConstructor)[];
|
887
|
-
theme: StringConstructor;
|
888
|
-
color: StringConstructor;
|
889
900
|
disabled: BooleanConstructor;
|
890
901
|
activated: null;
|
902
|
+
class: vue.PropType<any>;
|
891
903
|
tag: {
|
892
904
|
type: StringConstructor;
|
893
905
|
default: string;
|
894
906
|
};
|
895
|
-
|
907
|
+
mandatory: BooleanConstructor;
|
908
|
+
selected: null;
|
909
|
+
elevation: {
|
910
|
+
type: (StringConstructor | NumberConstructor)[];
|
911
|
+
validator(v: any): boolean;
|
912
|
+
};
|
913
|
+
theme: StringConstructor;
|
896
914
|
rounded: {
|
897
|
-
type: (StringConstructor |
|
915
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
898
916
|
default: undefined;
|
899
917
|
};
|
900
|
-
variant: Omit<{
|
901
|
-
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
902
|
-
default: string;
|
903
|
-
validator: (v: any) => boolean;
|
904
|
-
}, "default" | "type"> & {
|
905
|
-
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
906
|
-
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
907
|
-
};
|
908
918
|
items: {
|
909
919
|
type: vue.PropType<any[]>;
|
910
920
|
default: () => never[];
|
911
921
|
};
|
912
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
913
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
914
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
915
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
916
|
-
mandatory: BooleanConstructor;
|
917
922
|
tile: BooleanConstructor;
|
918
|
-
elevation: {
|
919
|
-
type: (StringConstructor | NumberConstructor)[];
|
920
|
-
validator(v: any): boolean;
|
921
|
-
};
|
922
923
|
density: {
|
923
924
|
type: vue.PropType<Density>;
|
924
925
|
default: string;
|
925
926
|
validator: (v: any) => boolean;
|
926
927
|
};
|
927
928
|
baseColor: StringConstructor;
|
928
|
-
selected: null;
|
929
929
|
bgColor: StringConstructor;
|
930
930
|
activeColor: StringConstructor;
|
931
931
|
slim: {
|
@@ -1024,13 +1024,13 @@ type VTreeview = InstanceType<typeof VTreeview>;
|
|
1024
1024
|
declare const VTreeviewItem: {
|
1025
1025
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
1026
1026
|
replace: boolean;
|
1027
|
-
|
1027
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1028
|
+
exact: boolean;
|
1029
|
+
loading: boolean;
|
1028
1030
|
nav: boolean;
|
1031
|
+
style: vue.StyleValue;
|
1029
1032
|
disabled: boolean;
|
1030
1033
|
tag: string;
|
1031
|
-
loading: boolean;
|
1032
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1033
|
-
exact: boolean;
|
1034
1034
|
tile: boolean;
|
1035
1035
|
density: Density;
|
1036
1036
|
slim: boolean;
|
@@ -1039,25 +1039,25 @@ declare const VTreeviewItem: {
|
|
1039
1039
|
} | undefined;
|
1040
1040
|
} & {
|
1041
1041
|
link?: boolean | undefined;
|
1042
|
-
onClick?: ((args_0: KeyboardEvent | MouseEvent) => void) | undefined;
|
1043
|
-
class?: any;
|
1044
|
-
title?: string | number | undefined;
|
1045
|
-
value?: any;
|
1046
|
-
width?: string | number | undefined;
|
1047
1042
|
height?: string | number | undefined;
|
1043
|
+
width?: string | number | undefined;
|
1048
1044
|
active?: boolean | undefined;
|
1049
|
-
theme?: string | undefined;
|
1050
|
-
href?: string | undefined;
|
1051
|
-
color?: string | undefined;
|
1052
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
1053
1045
|
border?: string | number | boolean | undefined;
|
1054
|
-
|
1055
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
1046
|
+
color?: string | undefined;
|
1056
1047
|
maxHeight?: string | number | undefined;
|
1057
1048
|
maxWidth?: string | number | undefined;
|
1058
1049
|
minHeight?: string | number | undefined;
|
1059
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;
|
1060
1057
|
elevation?: string | number | undefined;
|
1058
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
1059
|
+
theme?: string | undefined;
|
1060
|
+
rounded?: string | number | boolean | undefined;
|
1061
1061
|
baseColor?: string | undefined;
|
1062
1062
|
activeColor?: string | undefined;
|
1063
1063
|
prependIcon?: IconValue | undefined;
|
@@ -1092,13 +1092,13 @@ declare const VTreeviewItem: {
|
|
1092
1092
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
1093
1093
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1094
1094
|
replace: boolean;
|
1095
|
-
|
1095
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1096
|
+
exact: boolean;
|
1097
|
+
loading: boolean;
|
1096
1098
|
nav: boolean;
|
1099
|
+
style: vue.StyleValue;
|
1097
1100
|
disabled: boolean;
|
1098
1101
|
tag: string;
|
1099
|
-
loading: boolean;
|
1100
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1101
|
-
exact: boolean;
|
1102
1102
|
tile: boolean;
|
1103
1103
|
density: Density;
|
1104
1104
|
slim: boolean;
|
@@ -1107,25 +1107,25 @@ declare const VTreeviewItem: {
|
|
1107
1107
|
} | undefined;
|
1108
1108
|
} & {
|
1109
1109
|
link?: boolean | undefined;
|
1110
|
-
onClick?: ((args_0: KeyboardEvent | MouseEvent) => void) | undefined;
|
1111
|
-
class?: any;
|
1112
|
-
title?: string | number | undefined;
|
1113
|
-
value?: any;
|
1114
|
-
width?: string | number | undefined;
|
1115
1110
|
height?: string | number | undefined;
|
1111
|
+
width?: string | number | undefined;
|
1116
1112
|
active?: boolean | undefined;
|
1117
|
-
theme?: string | undefined;
|
1118
|
-
href?: string | undefined;
|
1119
|
-
color?: string | undefined;
|
1120
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
1121
1113
|
border?: string | number | boolean | undefined;
|
1122
|
-
|
1123
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
1114
|
+
color?: string | undefined;
|
1124
1115
|
maxHeight?: string | number | undefined;
|
1125
1116
|
maxWidth?: string | number | undefined;
|
1126
1117
|
minHeight?: string | number | undefined;
|
1127
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;
|
1128
1125
|
elevation?: string | number | undefined;
|
1126
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
1127
|
+
theme?: string | undefined;
|
1128
|
+
rounded?: string | number | boolean | undefined;
|
1129
1129
|
baseColor?: string | undefined;
|
1130
1130
|
activeColor?: string | undefined;
|
1131
1131
|
prependIcon?: IconValue | undefined;
|
@@ -1161,15 +1161,15 @@ declare const VTreeviewItem: {
|
|
1161
1161
|
}, {
|
1162
1162
|
replace: boolean;
|
1163
1163
|
link: boolean;
|
1164
|
-
|
1165
|
-
|
1164
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1165
|
+
exact: boolean;
|
1166
1166
|
active: boolean;
|
1167
|
+
loading: boolean;
|
1168
|
+
nav: boolean;
|
1169
|
+
style: vue.StyleValue;
|
1167
1170
|
disabled: boolean;
|
1168
1171
|
tag: string;
|
1169
|
-
loading: boolean;
|
1170
1172
|
rounded: string | number | boolean;
|
1171
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1172
|
-
exact: boolean;
|
1173
1173
|
tile: boolean;
|
1174
1174
|
density: Density;
|
1175
1175
|
slim: boolean;
|
@@ -1201,13 +1201,13 @@ declare const VTreeviewItem: {
|
|
1201
1201
|
Defaults: {};
|
1202
1202
|
}, {
|
1203
1203
|
replace: boolean;
|
1204
|
-
|
1204
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1205
|
+
exact: boolean;
|
1206
|
+
loading: boolean;
|
1205
1207
|
nav: boolean;
|
1208
|
+
style: vue.StyleValue;
|
1206
1209
|
disabled: boolean;
|
1207
1210
|
tag: string;
|
1208
|
-
loading: boolean;
|
1209
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1210
|
-
exact: boolean;
|
1211
1211
|
tile: boolean;
|
1212
1212
|
density: Density;
|
1213
1213
|
slim: boolean;
|
@@ -1216,25 +1216,25 @@ declare const VTreeviewItem: {
|
|
1216
1216
|
} | undefined;
|
1217
1217
|
} & {
|
1218
1218
|
link?: boolean | undefined;
|
1219
|
-
onClick?: ((args_0: KeyboardEvent | MouseEvent) => void) | undefined;
|
1220
|
-
class?: any;
|
1221
|
-
title?: string | number | undefined;
|
1222
|
-
value?: any;
|
1223
|
-
width?: string | number | undefined;
|
1224
1219
|
height?: string | number | undefined;
|
1220
|
+
width?: string | number | undefined;
|
1225
1221
|
active?: boolean | undefined;
|
1226
|
-
theme?: string | undefined;
|
1227
|
-
href?: string | undefined;
|
1228
|
-
color?: string | undefined;
|
1229
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
1230
1222
|
border?: string | number | boolean | undefined;
|
1231
|
-
|
1232
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
1223
|
+
color?: string | undefined;
|
1233
1224
|
maxHeight?: string | number | undefined;
|
1234
1225
|
maxWidth?: string | number | undefined;
|
1235
1226
|
minHeight?: string | number | undefined;
|
1236
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;
|
1237
1234
|
elevation?: string | number | undefined;
|
1235
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
1236
|
+
theme?: string | undefined;
|
1237
|
+
rounded?: string | number | boolean | undefined;
|
1238
1238
|
baseColor?: string | undefined;
|
1239
1239
|
activeColor?: string | undefined;
|
1240
1240
|
prependIcon?: IconValue | undefined;
|
@@ -1270,15 +1270,15 @@ declare const VTreeviewItem: {
|
|
1270
1270
|
}, {}, {}, {}, {}, {
|
1271
1271
|
replace: boolean;
|
1272
1272
|
link: boolean;
|
1273
|
-
|
1274
|
-
|
1273
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1274
|
+
exact: boolean;
|
1275
1275
|
active: boolean;
|
1276
|
+
loading: boolean;
|
1277
|
+
nav: boolean;
|
1278
|
+
style: vue.StyleValue;
|
1276
1279
|
disabled: boolean;
|
1277
1280
|
tag: string;
|
1278
|
-
loading: boolean;
|
1279
1281
|
rounded: string | number | boolean;
|
1280
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1281
|
-
exact: boolean;
|
1282
1282
|
tile: boolean;
|
1283
1283
|
density: Density;
|
1284
1284
|
slim: boolean;
|
@@ -1291,13 +1291,13 @@ declare const VTreeviewItem: {
|
|
1291
1291
|
__isSuspense?: undefined;
|
1292
1292
|
} & vue.ComponentOptionsBase<{
|
1293
1293
|
replace: boolean;
|
1294
|
-
|
1294
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1295
|
+
exact: boolean;
|
1296
|
+
loading: boolean;
|
1295
1297
|
nav: boolean;
|
1298
|
+
style: vue.StyleValue;
|
1296
1299
|
disabled: boolean;
|
1297
1300
|
tag: string;
|
1298
|
-
loading: boolean;
|
1299
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1300
|
-
exact: boolean;
|
1301
1301
|
tile: boolean;
|
1302
1302
|
density: Density;
|
1303
1303
|
slim: boolean;
|
@@ -1306,25 +1306,25 @@ declare const VTreeviewItem: {
|
|
1306
1306
|
} | undefined;
|
1307
1307
|
} & {
|
1308
1308
|
link?: boolean | undefined;
|
1309
|
-
onClick?: ((args_0: KeyboardEvent | MouseEvent) => void) | undefined;
|
1310
|
-
class?: any;
|
1311
|
-
title?: string | number | undefined;
|
1312
|
-
value?: any;
|
1313
|
-
width?: string | number | undefined;
|
1314
1309
|
height?: string | number | undefined;
|
1310
|
+
width?: string | number | undefined;
|
1315
1311
|
active?: boolean | undefined;
|
1316
|
-
theme?: string | undefined;
|
1317
|
-
href?: string | undefined;
|
1318
|
-
color?: string | undefined;
|
1319
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
1320
1312
|
border?: string | number | boolean | undefined;
|
1321
|
-
|
1322
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
1313
|
+
color?: string | undefined;
|
1323
1314
|
maxHeight?: string | number | undefined;
|
1324
1315
|
maxWidth?: string | number | undefined;
|
1325
1316
|
minHeight?: string | number | undefined;
|
1326
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;
|
1327
1324
|
elevation?: string | number | undefined;
|
1325
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
1326
|
+
theme?: string | undefined;
|
1327
|
+
rounded?: string | number | boolean | undefined;
|
1328
1328
|
baseColor?: string | undefined;
|
1329
1329
|
activeColor?: string | undefined;
|
1330
1330
|
prependIcon?: IconValue | undefined;
|
@@ -1360,15 +1360,15 @@ declare const VTreeviewItem: {
|
|
1360
1360
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1361
1361
|
replace: boolean;
|
1362
1362
|
link: boolean;
|
1363
|
-
|
1364
|
-
|
1363
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1364
|
+
exact: boolean;
|
1365
1365
|
active: boolean;
|
1366
|
+
loading: boolean;
|
1367
|
+
nav: boolean;
|
1368
|
+
style: vue.StyleValue;
|
1366
1369
|
disabled: boolean;
|
1367
1370
|
tag: string;
|
1368
|
-
loading: boolean;
|
1369
1371
|
rounded: string | number | boolean;
|
1370
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1371
|
-
exact: boolean;
|
1372
1372
|
tile: boolean;
|
1373
1373
|
density: Density;
|
1374
1374
|
slim: boolean;
|
@@ -1397,7 +1397,7 @@ declare const VTreeviewItem: {
|
|
1397
1397
|
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1398
1398
|
default: string;
|
1399
1399
|
validator: (v: any) => boolean;
|
1400
|
-
}, "
|
1400
|
+
}, "type" | "default"> & {
|
1401
1401
|
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1402
1402
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1403
1403
|
};
|
@@ -1411,7 +1411,7 @@ declare const VTreeviewItem: {
|
|
1411
1411
|
to: vue.PropType<vue_router.RouteLocationRaw>;
|
1412
1412
|
exact: BooleanConstructor;
|
1413
1413
|
rounded: {
|
1414
|
-
type: (StringConstructor |
|
1414
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1415
1415
|
default: undefined;
|
1416
1416
|
};
|
1417
1417
|
tile: BooleanConstructor;
|
@@ -1435,7 +1435,7 @@ declare const VTreeviewItem: {
|
|
1435
1435
|
type: vue.PropType<vue.StyleValue>;
|
1436
1436
|
default: null;
|
1437
1437
|
};
|
1438
|
-
border: (StringConstructor |
|
1438
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1439
1439
|
active: {
|
1440
1440
|
type: BooleanConstructor;
|
1441
1441
|
default: undefined;
|
@@ -1467,7 +1467,7 @@ declare const VTreeviewItem: {
|
|
1467
1467
|
subtitle: (StringConstructor | NumberConstructor)[];
|
1468
1468
|
title: (StringConstructor | NumberConstructor)[];
|
1469
1469
|
value: null;
|
1470
|
-
onClick: vue.PropType<(args_0:
|
1470
|
+
onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
1471
1471
|
onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
|
1472
1472
|
loading: BooleanConstructor;
|
1473
1473
|
onToggleExpand: vue.PropType<(args_0: MouseEvent) => void>;
|
@@ -1478,7 +1478,7 @@ declare const VTreeviewItem: {
|
|
1478
1478
|
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1479
1479
|
default: string;
|
1480
1480
|
validator: (v: any) => boolean;
|
1481
|
-
}, "
|
1481
|
+
}, "type" | "default"> & {
|
1482
1482
|
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1483
1483
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1484
1484
|
};
|
@@ -1492,7 +1492,7 @@ declare const VTreeviewItem: {
|
|
1492
1492
|
to: vue.PropType<vue_router.RouteLocationRaw>;
|
1493
1493
|
exact: BooleanConstructor;
|
1494
1494
|
rounded: {
|
1495
|
-
type: (StringConstructor |
|
1495
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1496
1496
|
default: undefined;
|
1497
1497
|
};
|
1498
1498
|
tile: BooleanConstructor;
|
@@ -1516,7 +1516,7 @@ declare const VTreeviewItem: {
|
|
1516
1516
|
type: vue.PropType<vue.StyleValue>;
|
1517
1517
|
default: null;
|
1518
1518
|
};
|
1519
|
-
border: (StringConstructor |
|
1519
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1520
1520
|
active: {
|
1521
1521
|
type: BooleanConstructor;
|
1522
1522
|
default: undefined;
|
@@ -1548,7 +1548,7 @@ declare const VTreeviewItem: {
|
|
1548
1548
|
subtitle: (StringConstructor | NumberConstructor)[];
|
1549
1549
|
title: (StringConstructor | NumberConstructor)[];
|
1550
1550
|
value: null;
|
1551
|
-
onClick: vue.PropType<(args_0:
|
1551
|
+
onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
1552
1552
|
onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
|
1553
1553
|
loading: BooleanConstructor;
|
1554
1554
|
onToggleExpand: vue.PropType<(args_0: MouseEvent) => void>;
|
@@ -1564,10 +1564,10 @@ declare const VTreeviewGroup: {
|
|
1564
1564
|
expandIcon: NonNullable<IconValue>;
|
1565
1565
|
fluid: boolean;
|
1566
1566
|
} & {
|
1567
|
-
class?: any;
|
1568
|
-
title?: string | undefined;
|
1569
|
-
value?: any;
|
1570
1567
|
color?: string | undefined;
|
1568
|
+
value?: any;
|
1569
|
+
title?: string | undefined;
|
1570
|
+
class?: any;
|
1571
1571
|
baseColor?: string | undefined;
|
1572
1572
|
activeColor?: string | undefined;
|
1573
1573
|
prependIcon?: IconValue | undefined;
|
@@ -1600,10 +1600,10 @@ declare const VTreeviewGroup: {
|
|
1600
1600
|
expandIcon: NonNullable<IconValue>;
|
1601
1601
|
fluid: boolean;
|
1602
1602
|
} & {
|
1603
|
-
class?: any;
|
1604
|
-
title?: string | undefined;
|
1605
|
-
value?: any;
|
1606
1603
|
color?: string | undefined;
|
1604
|
+
value?: any;
|
1605
|
+
title?: string | undefined;
|
1606
|
+
class?: any;
|
1607
1607
|
baseColor?: string | undefined;
|
1608
1608
|
activeColor?: string | undefined;
|
1609
1609
|
prependIcon?: IconValue | undefined;
|
@@ -1659,10 +1659,10 @@ declare const VTreeviewGroup: {
|
|
1659
1659
|
expandIcon: NonNullable<IconValue>;
|
1660
1660
|
fluid: boolean;
|
1661
1661
|
} & {
|
1662
|
-
class?: any;
|
1663
|
-
title?: string | undefined;
|
1664
|
-
value?: any;
|
1665
1662
|
color?: string | undefined;
|
1663
|
+
value?: any;
|
1664
|
+
title?: string | undefined;
|
1665
|
+
class?: any;
|
1666
1666
|
baseColor?: string | undefined;
|
1667
1667
|
activeColor?: string | undefined;
|
1668
1668
|
prependIcon?: IconValue | undefined;
|
@@ -1705,10 +1705,10 @@ declare const VTreeviewGroup: {
|
|
1705
1705
|
expandIcon: NonNullable<IconValue>;
|
1706
1706
|
fluid: boolean;
|
1707
1707
|
} & {
|
1708
|
-
class?: any;
|
1709
|
-
title?: string | undefined;
|
1710
|
-
value?: any;
|
1711
1708
|
color?: string | undefined;
|
1709
|
+
value?: any;
|
1710
|
+
title?: string | undefined;
|
1711
|
+
class?: any;
|
1712
1712
|
baseColor?: string | undefined;
|
1713
1713
|
activeColor?: string | undefined;
|
1714
1714
|
prependIcon?: IconValue | undefined;
|
@@ -1751,14 +1751,14 @@ declare const VTreeviewGroup: {
|
|
1751
1751
|
[key: string]: any;
|
1752
1752
|
}>[];
|
1753
1753
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1754
|
-
|
1754
|
+
color: StringConstructor;
|
1755
|
+
value: null;
|
1755
1756
|
style: {
|
1756
1757
|
type: vue.PropType<vue.StyleValue>;
|
1757
1758
|
default: null;
|
1758
1759
|
};
|
1759
1760
|
title: StringConstructor;
|
1760
|
-
|
1761
|
-
color: StringConstructor;
|
1761
|
+
class: vue.PropType<any>;
|
1762
1762
|
tag: {
|
1763
1763
|
type: StringConstructor;
|
1764
1764
|
default: string;
|
@@ -1770,27 +1770,27 @@ declare const VTreeviewGroup: {
|
|
1770
1770
|
collapseIcon: Omit<{
|
1771
1771
|
type: vue.PropType<IconValue>;
|
1772
1772
|
default: string;
|
1773
|
-
}, "
|
1773
|
+
}, "type" | "default"> & {
|
1774
1774
|
type: vue.PropType<NonNullable<IconValue>>;
|
1775
1775
|
default: NonNullable<IconValue>;
|
1776
1776
|
};
|
1777
1777
|
expandIcon: Omit<{
|
1778
1778
|
type: vue.PropType<IconValue>;
|
1779
1779
|
default: string;
|
1780
|
-
}, "
|
1780
|
+
}, "type" | "default"> & {
|
1781
1781
|
type: vue.PropType<NonNullable<IconValue>>;
|
1782
1782
|
default: NonNullable<IconValue>;
|
1783
1783
|
};
|
1784
1784
|
fluid: BooleanConstructor;
|
1785
1785
|
}, vue.ExtractPropTypes<{
|
1786
|
-
|
1786
|
+
color: StringConstructor;
|
1787
|
+
value: null;
|
1787
1788
|
style: {
|
1788
1789
|
type: vue.PropType<vue.StyleValue>;
|
1789
1790
|
default: null;
|
1790
1791
|
};
|
1791
1792
|
title: StringConstructor;
|
1792
|
-
|
1793
|
-
color: StringConstructor;
|
1793
|
+
class: vue.PropType<any>;
|
1794
1794
|
tag: {
|
1795
1795
|
type: StringConstructor;
|
1796
1796
|
default: string;
|
@@ -1802,14 +1802,14 @@ declare const VTreeviewGroup: {
|
|
1802
1802
|
collapseIcon: Omit<{
|
1803
1803
|
type: vue.PropType<IconValue>;
|
1804
1804
|
default: string;
|
1805
|
-
}, "
|
1805
|
+
}, "type" | "default"> & {
|
1806
1806
|
type: vue.PropType<NonNullable<IconValue>>;
|
1807
1807
|
default: NonNullable<IconValue>;
|
1808
1808
|
};
|
1809
1809
|
expandIcon: Omit<{
|
1810
1810
|
type: vue.PropType<IconValue>;
|
1811
1811
|
default: string;
|
1812
|
-
}, "
|
1812
|
+
}, "type" | "default"> & {
|
1813
1813
|
type: vue.PropType<NonNullable<IconValue>>;
|
1814
1814
|
default: NonNullable<IconValue>;
|
1815
1815
|
};
|