@vuetify/nightly 3.9.1-dev.2025-07-17 → 3.9.2-master.2025-07-18
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 +3 -14
- package/dist/json/attributes.json +3514 -3534
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +192 -192
- package/dist/json/tags.json +0 -5
- package/dist/json/web-types.json +19798 -6490
- package/dist/vuetify-labs.cjs +88 -278
- package/dist/vuetify-labs.css +4475 -4477
- package/dist/vuetify-labs.d.ts +64 -126
- package/dist/vuetify-labs.esm.js +88 -278
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +88 -278
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +79 -240
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2683 -2685
- package/dist/vuetify.d.ts +64 -116
- package/dist/vuetify.esm.js +79 -240
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +79 -240
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +702 -724
- 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/components/VTreeview/VTreeview.js +2 -3
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.js +59 -59
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +64 -64
- 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,48 +116081,41 @@ declare module 'vue' {
|
|
116143
116081
|
$children?: VNodeChild
|
116144
116082
|
}
|
116145
116083
|
export interface GlobalComponents {
|
116146
|
-
VAlert: VAlert
|
116147
|
-
VAlertTitle: VAlertTitle
|
116148
116084
|
VApp: VApp
|
116149
116085
|
VAutocomplete: VAutocomplete
|
116086
|
+
VAvatar: VAvatar
|
116087
|
+
VAlert: VAlert
|
116088
|
+
VAlertTitle: VAlertTitle
|
116150
116089
|
VAppBar: VAppBar
|
116151
116090
|
VAppBarNavIcon: VAppBarNavIcon
|
116152
116091
|
VAppBarTitle: VAppBarTitle
|
116153
|
-
VAvatar: VAvatar
|
116154
116092
|
VBadge: VBadge
|
116155
|
-
VBreadcrumbs: VBreadcrumbs
|
116156
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
116157
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
116158
|
-
VBottomNavigation: VBottomNavigation
|
116159
116093
|
VBanner: VBanner
|
116160
116094
|
VBannerActions: VBannerActions
|
116161
116095
|
VBannerText: VBannerText
|
116162
116096
|
VBottomSheet: VBottomSheet
|
116163
|
-
|
116097
|
+
VBreadcrumbs: VBreadcrumbs
|
116098
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
116099
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
116164
116100
|
VBtn: VBtn
|
116101
|
+
VBottomNavigation: VBottomNavigation
|
116102
|
+
VBtnToggle: VBtnToggle
|
116103
|
+
VBtnGroup: VBtnGroup
|
116104
|
+
VCheckbox: VCheckbox
|
116105
|
+
VCheckboxBtn: VCheckboxBtn
|
116165
116106
|
VCard: VCard
|
116166
116107
|
VCardActions: VCardActions
|
116167
116108
|
VCardItem: VCardItem
|
116168
116109
|
VCardSubtitle: VCardSubtitle
|
116169
116110
|
VCardText: VCardText
|
116170
116111
|
VCardTitle: VCardTitle
|
116171
|
-
|
116172
|
-
VCheckboxBtn: VCheckboxBtn
|
116173
|
-
VBtnToggle: VBtnToggle
|
116112
|
+
VChip: VChip
|
116174
116113
|
VCarousel: VCarousel
|
116175
116114
|
VCarouselItem: VCarouselItem
|
116176
|
-
VChip: VChip
|
116177
|
-
VCombobox: VCombobox
|
116178
|
-
VChipGroup: VChipGroup
|
116179
|
-
VCode: VCode
|
116180
|
-
VDatePicker: VDatePicker
|
116181
|
-
VDatePickerControls: VDatePickerControls
|
116182
|
-
VDatePickerHeader: VDatePickerHeader
|
116183
|
-
VDatePickerMonth: VDatePickerMonth
|
116184
|
-
VDatePickerMonths: VDatePickerMonths
|
116185
|
-
VDatePickerYears: VDatePickerYears
|
116186
116115
|
VColorPicker: VColorPicker
|
116187
116116
|
VCounter: VCounter
|
116117
|
+
VCode: VCode
|
116118
|
+
VCombobox: VCombobox
|
116188
116119
|
VDataTable: VDataTable
|
116189
116120
|
VDataTableHeaders: VDataTableHeaders
|
116190
116121
|
VDataTableFooter: VDataTableFooter
|
@@ -116192,25 +116123,37 @@ declare module 'vue' {
|
|
116192
116123
|
VDataTableRow: VDataTableRow
|
116193
116124
|
VDataTableVirtual: VDataTableVirtual
|
116194
116125
|
VDataTableServer: VDataTableServer
|
116195
|
-
|
116196
|
-
|
116126
|
+
VDatePicker: VDatePicker
|
116127
|
+
VDatePickerControls: VDatePickerControls
|
116128
|
+
VDatePickerHeader: VDatePickerHeader
|
116129
|
+
VDatePickerMonth: VDatePickerMonth
|
116130
|
+
VDatePickerMonths: VDatePickerMonths
|
116131
|
+
VDatePickerYears: VDatePickerYears
|
116132
|
+
VChipGroup: VChipGroup
|
116133
|
+
VDivider: VDivider
|
116134
|
+
VField: VField
|
116135
|
+
VFieldLabel: VFieldLabel
|
116197
116136
|
VExpansionPanels: VExpansionPanels
|
116198
116137
|
VExpansionPanel: VExpansionPanel
|
116199
116138
|
VExpansionPanelText: VExpansionPanelText
|
116200
116139
|
VExpansionPanelTitle: VExpansionPanelTitle
|
116201
|
-
VField: VField
|
116202
|
-
VFieldLabel: VFieldLabel
|
116203
|
-
VDivider: VDivider
|
116204
116140
|
VFab: VFab
|
116141
|
+
VDialog: VDialog
|
116205
116142
|
VFooter: VFooter
|
116206
116143
|
VFileInput: VFileInput
|
116207
|
-
VImg: VImg
|
116208
116144
|
VIcon: VIcon
|
116209
116145
|
VComponentIcon: VComponentIcon
|
116210
116146
|
VSvgIcon: VSvgIcon
|
116211
116147
|
VLigatureIcon: VLigatureIcon
|
116212
116148
|
VClassIcon: VClassIcon
|
116213
116149
|
VInput: VInput
|
116150
|
+
VInfiniteScroll: VInfiniteScroll
|
116151
|
+
VImg: VImg
|
116152
|
+
VKbd: VKbd
|
116153
|
+
VItemGroup: VItemGroup
|
116154
|
+
VItem: VItem
|
116155
|
+
VLabel: VLabel
|
116156
|
+
VNavigationDrawer: VNavigationDrawer
|
116214
116157
|
VList: VList
|
116215
116158
|
VListGroup: VListGroup
|
116216
116159
|
VListImg: VListImg
|
@@ -116220,84 +116163,80 @@ declare module 'vue' {
|
|
116220
116163
|
VListItemSubtitle: VListItemSubtitle
|
116221
116164
|
VListItemTitle: VListItemTitle
|
116222
116165
|
VListSubheader: VListSubheader
|
116223
|
-
VInfiniteScroll: VInfiniteScroll
|
116224
|
-
VItemGroup: VItemGroup
|
116225
|
-
VItem: VItem
|
116226
116166
|
VMain: VMain
|
116227
116167
|
VMenu: VMenu
|
116168
|
+
VOtpInput: VOtpInput
|
116228
116169
|
VMessages: VMessages
|
116229
|
-
VNavigationDrawer: VNavigationDrawer
|
116230
116170
|
VNumberInput: VNumberInput
|
116231
|
-
VOtpInput: VOtpInput
|
116232
116171
|
VOverlay: VOverlay
|
116233
|
-
VProgressCircular: VProgressCircular
|
116234
116172
|
VPagination: VPagination
|
116235
116173
|
VProgressLinear: VProgressLinear
|
116236
|
-
|
116174
|
+
VProgressCircular: VProgressCircular
|
116237
116175
|
VRating: VRating
|
116238
|
-
VSelectionControl: VSelectionControl
|
116239
116176
|
VSelect: VSelect
|
116240
116177
|
VSelectionControlGroup: VSelectionControlGroup
|
116241
|
-
VSheet: VSheet
|
116242
116178
|
VSlideGroup: VSlideGroup
|
116243
116179
|
VSlideGroupItem: VSlideGroupItem
|
116180
|
+
VSelectionControl: VSelectionControl
|
116244
116181
|
VSkeletonLoader: VSkeletonLoader
|
116182
|
+
VSheet: VSheet
|
116245
116183
|
VSlider: VSlider
|
116184
|
+
VSnackbar: VSnackbar
|
116246
116185
|
VStepper: VStepper
|
116247
116186
|
VStepperActions: VStepperActions
|
116248
116187
|
VStepperHeader: VStepperHeader
|
116249
116188
|
VStepperItem: VStepperItem
|
116250
116189
|
VStepperWindow: VStepperWindow
|
116251
116190
|
VStepperWindowItem: VStepperWindowItem
|
116252
|
-
|
116253
|
-
VSystemBar: VSystemBar
|
116191
|
+
VSwitch: VSwitch
|
116254
116192
|
VTab: VTab
|
116255
116193
|
VTabs: VTabs
|
116256
116194
|
VTabsWindow: VTabsWindow
|
116257
116195
|
VTabsWindowItem: VTabsWindowItem
|
116258
|
-
VSwitch: VSwitch
|
116259
|
-
VTextarea: VTextarea
|
116260
|
-
VTable: VTable
|
116261
116196
|
VTextField: VTextField
|
116197
|
+
VTable: VTable
|
116198
|
+
VSystemBar: VSystemBar
|
116199
|
+
VTextarea: VTextarea
|
116262
116200
|
VTimeline: VTimeline
|
116263
116201
|
VTimelineItem: VTimelineItem
|
116264
|
-
|
116265
|
-
|
116266
|
-
|
116202
|
+
VTooltip: VTooltip
|
116203
|
+
VTimePicker: VTimePicker
|
116204
|
+
VTimePickerClock: VTimePickerClock
|
116205
|
+
VTimePickerControls: VTimePickerControls
|
116267
116206
|
VTreeview: VTreeview
|
116268
116207
|
VTreeviewItem: VTreeviewItem
|
116269
116208
|
VTreeviewGroup: VTreeviewGroup
|
116270
|
-
|
116209
|
+
VToolbar: VToolbar
|
116210
|
+
VToolbarTitle: VToolbarTitle
|
116211
|
+
VToolbarItems: VToolbarItems
|
116271
116212
|
VWindow: VWindow
|
116272
116213
|
VWindowItem: VWindowItem
|
116273
|
-
VSnackbar: VSnackbar
|
116274
|
-
VDataIterator: VDataIterator
|
116275
116214
|
VDefaultsProvider: VDefaultsProvider
|
116276
|
-
|
116215
|
+
VDataIterator: VDataIterator
|
116277
116216
|
VContainer: VContainer
|
116278
116217
|
VCol: VCol
|
116279
116218
|
VRow: VRow
|
116280
116219
|
VSpacer: VSpacer
|
116220
|
+
VConfirmEdit: VConfirmEdit
|
116221
|
+
VForm: VForm
|
116222
|
+
VHover: VHover
|
116223
|
+
VLazy: VLazy
|
116281
116224
|
VLayout: VLayout
|
116282
116225
|
VLayoutItem: VLayoutItem
|
116283
|
-
VLazy: VLazy
|
116284
|
-
VHover: VHover
|
116285
116226
|
VLocaleProvider: VLocaleProvider
|
116286
116227
|
VNoSsr: VNoSsr
|
116228
|
+
VRadioGroup: VRadioGroup
|
116229
|
+
VEmptyState: VEmptyState
|
116287
116230
|
VParallax: VParallax
|
116288
116231
|
VRadio: VRadio
|
116289
116232
|
VRangeSlider: VRangeSlider
|
116290
116233
|
VResponsive: VResponsive
|
116291
|
-
VSpeedDial: VSpeedDial
|
116292
116234
|
VSparkline: VSparkline
|
116293
|
-
VKbd: VKbd
|
116294
116235
|
VSnackbarQueue: VSnackbarQueue
|
116295
|
-
|
116296
|
-
VTimePickerClock: VTimePickerClock
|
116297
|
-
VTimePickerControls: VTimePickerControls
|
116236
|
+
VSpeedDial: VSpeedDial
|
116298
116237
|
VThemeProvider: VThemeProvider
|
116299
|
-
VValidation: VValidation
|
116300
116238
|
VVirtualScroll: VVirtualScroll
|
116239
|
+
VValidation: VValidation
|
116301
116240
|
VFabTransition: VFabTransition
|
116302
116241
|
VDialogBottomTransition: VDialogBottomTransition
|
116303
116242
|
VDialogTopTransition: VDialogTopTransition
|
@@ -116314,23 +116253,22 @@ declare module 'vue' {
|
|
116314
116253
|
VExpandTransition: VExpandTransition
|
116315
116254
|
VExpandXTransition: VExpandXTransition
|
116316
116255
|
VDialogTransition: VDialogTransition
|
116317
|
-
|
116318
|
-
|
116319
|
-
VColorInput: VColorInput
|
116320
|
-
VStepperVertical: VStepperVertical
|
116321
|
-
VStepperVerticalItem: VStepperVerticalItem
|
116322
|
-
VStepperVerticalActions: VStepperVerticalActions
|
116256
|
+
VFileUpload: VFileUpload
|
116257
|
+
VFileUploadItem: VFileUploadItem
|
116323
116258
|
VCalendar: VCalendar
|
116324
116259
|
VCalendarDay: VCalendarDay
|
116325
116260
|
VCalendarHeader: VCalendarHeader
|
116326
116261
|
VCalendarInterval: VCalendarInterval
|
116327
116262
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
116328
116263
|
VCalendarMonthDay: VCalendarMonthDay
|
116329
|
-
VFileUpload: VFileUpload
|
116330
|
-
VFileUploadItem: VFileUploadItem
|
116331
116264
|
VPicker: VPicker
|
116332
116265
|
VPickerTitle: VPickerTitle
|
116266
|
+
VStepperVertical: VStepperVertical
|
116267
|
+
VStepperVerticalItem: VStepperVerticalItem
|
116268
|
+
VStepperVerticalActions: VStepperVerticalActions
|
116269
|
+
VColorInput: VColorInput
|
116333
116270
|
VHotkey: VHotkey
|
116271
|
+
VIconBtn: VIconBtn
|
116334
116272
|
VDateInput: VDateInput
|
116335
116273
|
VMaskInput: VMaskInput
|
116336
116274
|
VPullToRefresh: VPullToRefresh
|