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