@vuetify/nightly 3.9.1-dev.2025-07-17 → 3.9.1-master.2025-07-17
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 +5 -11
- package/dist/json/attributes.json +1025 -1045
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +148 -148
- package/dist/json/tags.json +0 -5
- package/dist/json/web-types.json +1842 -1912
- package/dist/vuetify-labs.cjs +27 -216
- package/dist/vuetify-labs.css +5593 -5595
- package/dist/vuetify-labs.d.ts +51 -113
- package/dist/vuetify-labs.esm.js +27 -216
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +27 -216
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +18 -178
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +1500 -1502
- package/dist/vuetify.d.ts +51 -103
- package/dist/vuetify.esm.js +18 -178
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +18 -178
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +701 -723
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +0 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +0 -1
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.d.ts +0 -15
- package/lib/components/VFileInput/VFileInput.js +9 -38
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VList/VList.js +1 -2
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListItem.js +1 -7
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.d.ts +0 -75
- package/lib/components/VProgressLinear/VProgressLinear.js +6 -32
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +2 -2
- package/lib/components/VSelect/VSelect.js +0 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +51 -51
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.d.ts +0 -15
- package/lib/labs/VFileUpload/VFileUpload.js +9 -39
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/package.json +1 -1
- package/lib/components/VProgressLinear/chunks.d.ts +0 -55
- package/lib/components/VProgressLinear/chunks.js +0 -62
- package/lib/components/VProgressLinear/chunks.js.map +0 -1
- package/lib/composables/fileFilter.d.ts +0 -18
- package/lib/composables/fileFilter.js +0 -38
- package/lib/composables/fileFilter.js.map +0 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -48302,7 +48302,6 @@ declare const VFileInput: {
|
|
48302
48302
|
centerAffix?: boolean | undefined;
|
48303
48303
|
hint?: string | undefined;
|
48304
48304
|
hideDetails?: boolean | "auto" | undefined;
|
48305
|
-
filterByType?: string | undefined;
|
48306
48305
|
} & {
|
48307
48306
|
$children?: vue.VNodeChild | {
|
48308
48307
|
$stable?: boolean;
|
@@ -48379,7 +48378,6 @@ declare const VFileInput: {
|
|
48379
48378
|
"onUpdate:modelValue"?: ((files: File | File[]) => any) | undefined;
|
48380
48379
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
48381
48380
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
48382
|
-
onRejected?: ((files: File[]) => any) | undefined;
|
48383
48381
|
}, Omit<Omit<{
|
48384
48382
|
$: vue.ComponentInternalInstance;
|
48385
48383
|
$data: {};
|
@@ -48616,7 +48614,6 @@ declare const VFileInput: {
|
|
48616
48614
|
'mousedown:control': (e: MouseEvent) => true;
|
48617
48615
|
'update:focused': (focused: boolean) => true;
|
48618
48616
|
'update:modelValue': (files: File | File[]) => true;
|
48619
|
-
rejected: (files: File[]) => true;
|
48620
48617
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
48621
48618
|
flat: boolean;
|
48622
48619
|
reverse: boolean;
|
@@ -48747,7 +48744,6 @@ declare const VFileInput: {
|
|
48747
48744
|
centerAffix?: boolean | undefined;
|
48748
48745
|
hint?: string | undefined;
|
48749
48746
|
hideDetails?: boolean | "auto" | undefined;
|
48750
|
-
filterByType?: string | undefined;
|
48751
48747
|
} & {
|
48752
48748
|
$children?: vue.VNodeChild | {
|
48753
48749
|
$stable?: boolean;
|
@@ -48824,7 +48820,6 @@ declare const VFileInput: {
|
|
48824
48820
|
"onUpdate:modelValue"?: ((files: File | File[]) => any) | undefined;
|
48825
48821
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
48826
48822
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
48827
|
-
onRejected?: ((files: File[]) => any) | undefined;
|
48828
48823
|
}, Omit<Omit<{
|
48829
48824
|
$: vue.ComponentInternalInstance;
|
48830
48825
|
$data: {};
|
@@ -49161,7 +49156,6 @@ declare const VFileInput: {
|
|
49161
49156
|
centerAffix?: boolean | undefined;
|
49162
49157
|
hint?: string | undefined;
|
49163
49158
|
hideDetails?: boolean | "auto" | undefined;
|
49164
|
-
filterByType?: string | undefined;
|
49165
49159
|
} & {
|
49166
49160
|
$children?: vue.VNodeChild | {
|
49167
49161
|
$stable?: boolean;
|
@@ -49238,7 +49232,6 @@ declare const VFileInput: {
|
|
49238
49232
|
"onUpdate:modelValue"?: ((files: File | File[]) => any) | undefined;
|
49239
49233
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
49240
49234
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
49241
|
-
onRejected?: ((files: File[]) => any) | undefined;
|
49242
49235
|
}, Omit<Omit<{
|
49243
49236
|
$: vue.ComponentInternalInstance;
|
49244
49237
|
$data: {};
|
@@ -49475,7 +49468,6 @@ declare const VFileInput: {
|
|
49475
49468
|
'mousedown:control': (e: MouseEvent) => true;
|
49476
49469
|
'update:focused': (focused: boolean) => true;
|
49477
49470
|
'update:modelValue': (files: File | File[]) => true;
|
49478
|
-
rejected: (files: File[]) => true;
|
49479
49471
|
}, string, {
|
49480
49472
|
flat: boolean;
|
49481
49473
|
reverse: boolean;
|
@@ -49588,7 +49580,6 @@ declare const VFileInput: {
|
|
49588
49580
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
49589
49581
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
49590
49582
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
49591
|
-
filterByType: StringConstructor;
|
49592
49583
|
modelValue: {
|
49593
49584
|
type: PropType<File[] | File | null>;
|
49594
49585
|
default: (props: any) => never[] | null;
|
@@ -49714,7 +49705,6 @@ declare const VFileInput: {
|
|
49714
49705
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
49715
49706
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
49716
49707
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
49717
|
-
filterByType: StringConstructor;
|
49718
49708
|
modelValue: {
|
49719
49709
|
type: PropType<File[] | File | null>;
|
49720
49710
|
default: (props: any) => never[] | null;
|
@@ -62622,9 +62612,6 @@ declare const VProgressLinear: {
|
|
62622
62612
|
indeterminate: boolean;
|
62623
62613
|
modelValue: string | number;
|
62624
62614
|
tile: boolean;
|
62625
|
-
chunkCount: string | number;
|
62626
|
-
chunkWidth: string | number;
|
62627
|
-
chunkGap: string | number;
|
62628
62615
|
bufferValue: string | number;
|
62629
62616
|
clickable: boolean;
|
62630
62617
|
striped: boolean;
|
@@ -62680,9 +62667,6 @@ declare const VProgressLinear: {
|
|
62680
62667
|
modelValue: string | number;
|
62681
62668
|
rounded: string | number | boolean;
|
62682
62669
|
tile: boolean;
|
62683
|
-
chunkCount: string | number;
|
62684
|
-
chunkWidth: string | number;
|
62685
|
-
chunkGap: string | number;
|
62686
62670
|
bufferValue: string | number;
|
62687
62671
|
clickable: boolean;
|
62688
62672
|
striped: boolean;
|
@@ -62712,9 +62696,6 @@ declare const VProgressLinear: {
|
|
62712
62696
|
indeterminate: boolean;
|
62713
62697
|
modelValue: string | number;
|
62714
62698
|
tile: boolean;
|
62715
|
-
chunkCount: string | number;
|
62716
|
-
chunkWidth: string | number;
|
62717
|
-
chunkGap: string | number;
|
62718
62699
|
bufferValue: string | number;
|
62719
62700
|
clickable: boolean;
|
62720
62701
|
striped: boolean;
|
@@ -62768,9 +62749,6 @@ declare const VProgressLinear: {
|
|
62768
62749
|
modelValue: string | number;
|
62769
62750
|
rounded: string | number | boolean;
|
62770
62751
|
tile: boolean;
|
62771
|
-
chunkCount: string | number;
|
62772
|
-
chunkWidth: string | number;
|
62773
|
-
chunkGap: string | number;
|
62774
62752
|
bufferValue: string | number;
|
62775
62753
|
clickable: boolean;
|
62776
62754
|
striped: boolean;
|
@@ -62792,9 +62770,6 @@ declare const VProgressLinear: {
|
|
62792
62770
|
indeterminate: boolean;
|
62793
62771
|
modelValue: string | number;
|
62794
62772
|
tile: boolean;
|
62795
|
-
chunkCount: string | number;
|
62796
|
-
chunkWidth: string | number;
|
62797
|
-
chunkGap: string | number;
|
62798
62773
|
bufferValue: string | number;
|
62799
62774
|
clickable: boolean;
|
62800
62775
|
striped: boolean;
|
@@ -62850,9 +62825,6 @@ declare const VProgressLinear: {
|
|
62850
62825
|
modelValue: string | number;
|
62851
62826
|
rounded: string | number | boolean;
|
62852
62827
|
tile: boolean;
|
62853
|
-
chunkCount: string | number;
|
62854
|
-
chunkWidth: string | number;
|
62855
|
-
chunkGap: string | number;
|
62856
62828
|
bufferValue: string | number;
|
62857
62829
|
clickable: boolean;
|
62858
62830
|
striped: boolean;
|
@@ -62882,18 +62854,6 @@ declare const VProgressLinear: {
|
|
62882
62854
|
type: vue.PropType<vue.StyleValue>;
|
62883
62855
|
default: null;
|
62884
62856
|
};
|
62885
|
-
chunkCount: {
|
62886
|
-
type: (StringConstructor | NumberConstructor)[];
|
62887
|
-
default: null;
|
62888
|
-
};
|
62889
|
-
chunkWidth: {
|
62890
|
-
type: (StringConstructor | NumberConstructor)[];
|
62891
|
-
default: null;
|
62892
|
-
};
|
62893
|
-
chunkGap: {
|
62894
|
-
type: (StringConstructor | NumberConstructor)[];
|
62895
|
-
default: number;
|
62896
|
-
};
|
62897
62857
|
absolute: BooleanConstructor;
|
62898
62858
|
active: {
|
62899
62859
|
type: BooleanConstructor;
|
@@ -62947,18 +62907,6 @@ declare const VProgressLinear: {
|
|
62947
62907
|
type: vue.PropType<vue.StyleValue>;
|
62948
62908
|
default: null;
|
62949
62909
|
};
|
62950
|
-
chunkCount: {
|
62951
|
-
type: (StringConstructor | NumberConstructor)[];
|
62952
|
-
default: null;
|
62953
|
-
};
|
62954
|
-
chunkWidth: {
|
62955
|
-
type: (StringConstructor | NumberConstructor)[];
|
62956
|
-
default: null;
|
62957
|
-
};
|
62958
|
-
chunkGap: {
|
62959
|
-
type: (StringConstructor | NumberConstructor)[];
|
62960
|
-
default: number;
|
62961
|
-
};
|
62962
62910
|
absolute: BooleanConstructor;
|
62963
62911
|
active: {
|
62964
62912
|
type: BooleanConstructor;
|
@@ -106211,7 +106159,6 @@ declare const VFileUpload: {
|
|
106211
106159
|
openDelay?: string | number | undefined;
|
106212
106160
|
thickness?: string | number | undefined;
|
106213
106161
|
subtitle?: string | undefined;
|
106214
|
-
filterByType?: string | undefined;
|
106215
106162
|
} & {
|
106216
106163
|
$children?: vue.VNodeChild | {
|
106217
106164
|
$stable?: boolean;
|
@@ -106276,10 +106223,8 @@ declare const VFileUpload: {
|
|
106276
106223
|
"v-slot:divider"?: false | (() => vue.VNodeChild) | undefined;
|
106277
106224
|
} & {
|
106278
106225
|
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
106279
|
-
onRejected?: ((files: File[]) => any) | undefined;
|
106280
106226
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
106281
106227
|
'update:modelValue': (files: File[]) => true;
|
106282
|
-
rejected: (files: File[]) => true;
|
106283
106228
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
106284
106229
|
length: string | number;
|
106285
106230
|
style: vue.StyleValue;
|
@@ -106362,7 +106307,6 @@ declare const VFileUpload: {
|
|
106362
106307
|
openDelay?: string | number | undefined;
|
106363
106308
|
thickness?: string | number | undefined;
|
106364
106309
|
subtitle?: string | undefined;
|
106365
|
-
filterByType?: string | undefined;
|
106366
106310
|
} & {
|
106367
106311
|
$children?: vue.VNodeChild | {
|
106368
106312
|
$stable?: boolean;
|
@@ -106427,7 +106371,6 @@ declare const VFileUpload: {
|
|
106427
106371
|
"v-slot:divider"?: false | (() => vue.VNodeChild) | undefined;
|
106428
106372
|
} & {
|
106429
106373
|
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
106430
|
-
onRejected?: ((files: File[]) => any) | undefined;
|
106431
106374
|
}, {}, {}, {}, {}, {
|
106432
106375
|
length: string | number;
|
106433
106376
|
style: vue.StyleValue;
|
@@ -106488,7 +106431,6 @@ declare const VFileUpload: {
|
|
106488
106431
|
openDelay?: string | number | undefined;
|
106489
106432
|
thickness?: string | number | undefined;
|
106490
106433
|
subtitle?: string | undefined;
|
106491
|
-
filterByType?: string | undefined;
|
106492
106434
|
} & {
|
106493
106435
|
$children?: vue.VNodeChild | {
|
106494
106436
|
$stable?: boolean;
|
@@ -106553,10 +106495,8 @@ declare const VFileUpload: {
|
|
106553
106495
|
"v-slot:divider"?: false | (() => vue.VNodeChild) | undefined;
|
106554
106496
|
} & {
|
106555
106497
|
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
106556
|
-
onRejected?: ((files: File[]) => any) | undefined;
|
106557
106498
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
106558
106499
|
'update:modelValue': (files: File[]) => true;
|
106559
|
-
rejected: (files: File[]) => true;
|
106560
106500
|
}, string, {
|
106561
106501
|
length: string | number;
|
106562
106502
|
style: vue.StyleValue;
|
@@ -106640,7 +106580,6 @@ declare const VFileUpload: {
|
|
106640
106580
|
};
|
106641
106581
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
106642
106582
|
openDelay: (StringConstructor | NumberConstructor)[];
|
106643
|
-
filterByType: StringConstructor;
|
106644
106583
|
browseText: {
|
106645
106584
|
type: StringConstructor;
|
106646
106585
|
default: string;
|
@@ -106719,7 +106658,6 @@ declare const VFileUpload: {
|
|
106719
106658
|
};
|
106720
106659
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
106721
106660
|
openDelay: (StringConstructor | NumberConstructor)[];
|
106722
|
-
filterByType: StringConstructor;
|
106723
106661
|
browseText: {
|
106724
106662
|
type: StringConstructor;
|
106725
106663
|
default: string;
|
@@ -116143,47 +116081,41 @@ declare module 'vue' {
|
|
116143
116081
|
$children?: VNodeChild
|
116144
116082
|
}
|
116145
116083
|
export interface GlobalComponents {
|
116084
|
+
VApp: VApp
|
116146
116085
|
VAlert: VAlert
|
116147
116086
|
VAlertTitle: VAlertTitle
|
116148
|
-
VApp: VApp
|
116149
|
-
VAutocomplete: VAutocomplete
|
116150
116087
|
VAppBar: VAppBar
|
116151
116088
|
VAppBarNavIcon: VAppBarNavIcon
|
116152
116089
|
VAppBarTitle: VAppBarTitle
|
116153
|
-
VAvatar: VAvatar
|
116154
116090
|
VBadge: VBadge
|
116155
|
-
|
116156
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
116157
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
116158
|
-
VBottomNavigation: VBottomNavigation
|
116091
|
+
VAutocomplete: VAutocomplete
|
116159
116092
|
VBanner: VBanner
|
116160
116093
|
VBannerActions: VBannerActions
|
116161
116094
|
VBannerText: VBannerText
|
116095
|
+
VBottomNavigation: VBottomNavigation
|
116096
|
+
VBreadcrumbs: VBreadcrumbs
|
116097
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
116098
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
116162
116099
|
VBottomSheet: VBottomSheet
|
116100
|
+
VAvatar: VAvatar
|
116163
116101
|
VBtnGroup: VBtnGroup
|
116164
|
-
|
116102
|
+
VBtnToggle: VBtnToggle
|
116165
116103
|
VCard: VCard
|
116166
116104
|
VCardActions: VCardActions
|
116167
116105
|
VCardItem: VCardItem
|
116168
116106
|
VCardSubtitle: VCardSubtitle
|
116169
116107
|
VCardText: VCardText
|
116170
116108
|
VCardTitle: VCardTitle
|
116109
|
+
VCode: VCode
|
116171
116110
|
VCheckbox: VCheckbox
|
116172
116111
|
VCheckboxBtn: VCheckboxBtn
|
116173
|
-
VBtnToggle: VBtnToggle
|
116174
116112
|
VCarousel: VCarousel
|
116175
116113
|
VCarouselItem: VCarouselItem
|
116176
116114
|
VChip: VChip
|
116177
|
-
VCombobox: VCombobox
|
116178
116115
|
VChipGroup: VChipGroup
|
116179
|
-
VCode: VCode
|
116180
|
-
VDatePicker: VDatePicker
|
116181
|
-
VDatePickerControls: VDatePickerControls
|
116182
|
-
VDatePickerHeader: VDatePickerHeader
|
116183
|
-
VDatePickerMonth: VDatePickerMonth
|
116184
|
-
VDatePickerMonths: VDatePickerMonths
|
116185
|
-
VDatePickerYears: VDatePickerYears
|
116186
116116
|
VColorPicker: VColorPicker
|
116117
|
+
VCombobox: VCombobox
|
116118
|
+
VBtn: VBtn
|
116187
116119
|
VCounter: VCounter
|
116188
116120
|
VDataTable: VDataTable
|
116189
116121
|
VDataTableHeaders: VDataTableHeaders
|
@@ -116192,25 +116124,35 @@ declare module 'vue' {
|
|
116192
116124
|
VDataTableRow: VDataTableRow
|
116193
116125
|
VDataTableVirtual: VDataTableVirtual
|
116194
116126
|
VDataTableServer: VDataTableServer
|
116127
|
+
VDatePicker: VDatePicker
|
116128
|
+
VDatePickerControls: VDatePickerControls
|
116129
|
+
VDatePickerHeader: VDatePickerHeader
|
116130
|
+
VDatePickerMonth: VDatePickerMonth
|
116131
|
+
VDatePickerMonths: VDatePickerMonths
|
116132
|
+
VDatePickerYears: VDatePickerYears
|
116195
116133
|
VDialog: VDialog
|
116196
|
-
|
116134
|
+
VFab: VFab
|
116197
116135
|
VExpansionPanels: VExpansionPanels
|
116198
116136
|
VExpansionPanel: VExpansionPanel
|
116199
116137
|
VExpansionPanelText: VExpansionPanelText
|
116200
116138
|
VExpansionPanelTitle: VExpansionPanelTitle
|
116201
116139
|
VField: VField
|
116202
116140
|
VFieldLabel: VFieldLabel
|
116203
|
-
|
116204
|
-
VFab: VFab
|
116205
|
-
VFooter: VFooter
|
116141
|
+
VEmptyState: VEmptyState
|
116206
116142
|
VFileInput: VFileInput
|
116207
116143
|
VImg: VImg
|
116144
|
+
VFooter: VFooter
|
116145
|
+
VInfiniteScroll: VInfiniteScroll
|
116146
|
+
VInput: VInput
|
116208
116147
|
VIcon: VIcon
|
116209
116148
|
VComponentIcon: VComponentIcon
|
116210
116149
|
VSvgIcon: VSvgIcon
|
116211
116150
|
VLigatureIcon: VLigatureIcon
|
116212
116151
|
VClassIcon: VClassIcon
|
116213
|
-
|
116152
|
+
VLabel: VLabel
|
116153
|
+
VKbd: VKbd
|
116154
|
+
VItemGroup: VItemGroup
|
116155
|
+
VItem: VItem
|
116214
116156
|
VList: VList
|
116215
116157
|
VListGroup: VListGroup
|
116216
116158
|
VListImg: VListImg
|
@@ -116220,57 +116162,58 @@ declare module 'vue' {
|
|
116220
116162
|
VListItemSubtitle: VListItemSubtitle
|
116221
116163
|
VListItemTitle: VListItemTitle
|
116222
116164
|
VListSubheader: VListSubheader
|
116223
|
-
VInfiniteScroll: VInfiniteScroll
|
116224
|
-
VItemGroup: VItemGroup
|
116225
|
-
VItem: VItem
|
116226
116165
|
VMain: VMain
|
116227
116166
|
VMenu: VMenu
|
116228
|
-
VMessages: VMessages
|
116229
116167
|
VNavigationDrawer: VNavigationDrawer
|
116230
116168
|
VNumberInput: VNumberInput
|
116231
|
-
|
116169
|
+
VMessages: VMessages
|
116232
116170
|
VOverlay: VOverlay
|
116171
|
+
VOtpInput: VOtpInput
|
116233
116172
|
VProgressCircular: VProgressCircular
|
116234
116173
|
VPagination: VPagination
|
116235
116174
|
VProgressLinear: VProgressLinear
|
116236
116175
|
VRadioGroup: VRadioGroup
|
116237
116176
|
VRating: VRating
|
116238
|
-
VSelectionControl: VSelectionControl
|
116239
116177
|
VSelect: VSelect
|
116240
|
-
VSelectionControlGroup: VSelectionControlGroup
|
116241
116178
|
VSheet: VSheet
|
116242
|
-
VSlideGroup: VSlideGroup
|
116243
|
-
VSlideGroupItem: VSlideGroupItem
|
116244
116179
|
VSkeletonLoader: VSkeletonLoader
|
116180
|
+
VSelectionControlGroup: VSelectionControlGroup
|
116245
116181
|
VSlider: VSlider
|
116182
|
+
VSlideGroup: VSlideGroup
|
116183
|
+
VSlideGroupItem: VSlideGroupItem
|
116184
|
+
VSelectionControl: VSelectionControl
|
116185
|
+
VSnackbar: VSnackbar
|
116246
116186
|
VStepper: VStepper
|
116247
116187
|
VStepperActions: VStepperActions
|
116248
116188
|
VStepperHeader: VStepperHeader
|
116249
116189
|
VStepperItem: VStepperItem
|
116250
116190
|
VStepperWindow: VStepperWindow
|
116251
116191
|
VStepperWindowItem: VStepperWindowItem
|
116252
|
-
|
116192
|
+
VSwitch: VSwitch
|
116193
|
+
VTable: VTable
|
116253
116194
|
VSystemBar: VSystemBar
|
116195
|
+
VTextField: VTextField
|
116254
116196
|
VTab: VTab
|
116255
116197
|
VTabs: VTabs
|
116256
116198
|
VTabsWindow: VTabsWindow
|
116257
116199
|
VTabsWindowItem: VTabsWindowItem
|
116258
|
-
VSwitch: VSwitch
|
116259
|
-
VTextarea: VTextarea
|
116260
|
-
VTable: VTable
|
116261
|
-
VTextField: VTextField
|
116262
116200
|
VTimeline: VTimeline
|
116263
116201
|
VTimelineItem: VTimelineItem
|
116202
|
+
VTextarea: VTextarea
|
116203
|
+
VTimePicker: VTimePicker
|
116204
|
+
VTimePickerClock: VTimePickerClock
|
116205
|
+
VTimePickerControls: VTimePickerControls
|
116264
116206
|
VToolbar: VToolbar
|
116265
116207
|
VToolbarTitle: VToolbarTitle
|
116266
116208
|
VToolbarItems: VToolbarItems
|
116209
|
+
VTooltip: VTooltip
|
116267
116210
|
VTreeview: VTreeview
|
116268
116211
|
VTreeviewItem: VTreeviewItem
|
116269
116212
|
VTreeviewGroup: VTreeviewGroup
|
116270
|
-
VTooltip: VTooltip
|
116271
116213
|
VWindow: VWindow
|
116272
116214
|
VWindowItem: VWindowItem
|
116273
|
-
|
116215
|
+
VDivider: VDivider
|
116216
|
+
VConfirmEdit: VConfirmEdit
|
116274
116217
|
VDataIterator: VDataIterator
|
116275
116218
|
VDefaultsProvider: VDefaultsProvider
|
116276
116219
|
VForm: VForm
|
@@ -116278,23 +116221,19 @@ declare module 'vue' {
|
|
116278
116221
|
VCol: VCol
|
116279
116222
|
VRow: VRow
|
116280
116223
|
VSpacer: VSpacer
|
116224
|
+
VHover: VHover
|
116281
116225
|
VLayout: VLayout
|
116282
116226
|
VLayoutItem: VLayoutItem
|
116283
116227
|
VLazy: VLazy
|
116284
|
-
VHover: VHover
|
116285
116228
|
VLocaleProvider: VLocaleProvider
|
116286
116229
|
VNoSsr: VNoSsr
|
116287
116230
|
VParallax: VParallax
|
116288
116231
|
VRadio: VRadio
|
116289
116232
|
VRangeSlider: VRangeSlider
|
116290
116233
|
VResponsive: VResponsive
|
116291
|
-
VSpeedDial: VSpeedDial
|
116292
|
-
VSparkline: VSparkline
|
116293
|
-
VKbd: VKbd
|
116294
116234
|
VSnackbarQueue: VSnackbarQueue
|
116295
|
-
|
116296
|
-
|
116297
|
-
VTimePickerControls: VTimePickerControls
|
116235
|
+
VSparkline: VSparkline
|
116236
|
+
VSpeedDial: VSpeedDial
|
116298
116237
|
VThemeProvider: VThemeProvider
|
116299
116238
|
VValidation: VValidation
|
116300
116239
|
VVirtualScroll: VVirtualScroll
|
@@ -116314,12 +116253,7 @@ declare module 'vue' {
|
|
116314
116253
|
VExpandTransition: VExpandTransition
|
116315
116254
|
VExpandXTransition: VExpandXTransition
|
116316
116255
|
VDialogTransition: VDialogTransition
|
116317
|
-
VConfirmEdit: VConfirmEdit
|
116318
116256
|
VIconBtn: VIconBtn
|
116319
|
-
VColorInput: VColorInput
|
116320
|
-
VStepperVertical: VStepperVertical
|
116321
|
-
VStepperVerticalItem: VStepperVerticalItem
|
116322
|
-
VStepperVerticalActions: VStepperVerticalActions
|
116323
116257
|
VCalendar: VCalendar
|
116324
116258
|
VCalendarDay: VCalendarDay
|
116325
116259
|
VCalendarHeader: VCalendarHeader
|
@@ -116330,10 +116264,14 @@ declare module 'vue' {
|
|
116330
116264
|
VFileUploadItem: VFileUploadItem
|
116331
116265
|
VPicker: VPicker
|
116332
116266
|
VPickerTitle: VPickerTitle
|
116267
|
+
VColorInput: VColorInput
|
116268
|
+
VStepperVertical: VStepperVertical
|
116269
|
+
VStepperVerticalItem: VStepperVerticalItem
|
116270
|
+
VStepperVerticalActions: VStepperVerticalActions
|
116333
116271
|
VHotkey: VHotkey
|
116334
116272
|
VDateInput: VDateInput
|
116335
|
-
VMaskInput: VMaskInput
|
116336
116273
|
VPullToRefresh: VPullToRefresh
|
116274
|
+
VMaskInput: VMaskInput
|
116337
116275
|
}
|
116338
116276
|
export interface GlobalDirectives {
|
116339
116277
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|