@vuetify/nightly 3.9.2-master.2025-07-28 → 3.9.3-dev.2025-07-30
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 +8 -53
- package/dist/json/attributes.json +3804 -3784
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +192 -192
- package/dist/json/tags.json +5 -0
- package/dist/json/web-types.json +6986 -6916
- package/dist/vuetify-labs.cjs +272 -44
- package/dist/vuetify-labs.css +5500 -5503
- package/dist/vuetify-labs.d.ts +132 -69
- package/dist/vuetify-labs.esm.js +272 -44
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +272 -44
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +234 -35
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4797 -4800
- package/dist/vuetify.d.ts +122 -69
- package/dist/vuetify.esm.js +234 -35
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +234 -35
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +792 -768
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -0
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +11 -6
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.js +8 -1
- package/lib/components/VDatePicker/VDatePickerControls.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +11 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.js +3 -0
- package/lib/components/VDatePicker/VDatePickerMonths.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.d.ts +15 -0
- package/lib/components/VFileInput/VFileInput.js +38 -9
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VList/VList.js +2 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListChildren.js +3 -4
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VList/VListItem.js +7 -1
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.d.ts +75 -0
- package/lib/components/VProgressLinear/VProgressLinear.js +32 -6
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +1 -1
- package/lib/components/VProgressLinear/chunks.d.ts +55 -0
- package/lib/components/VProgressLinear/chunks.js +62 -0
- package/lib/components/VProgressLinear/chunks.js.map +1 -0
- package/lib/components/VSelect/VSelect.js +1 -0
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +9 -14
- package/lib/components/VSlider/VSliderThumb.js +13 -7
- package/lib/components/VSlider/VSliderThumb.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.sass +9 -14
- package/lib/components/VSlider/slider.d.ts +1 -0
- package/lib/components/VSlider/slider.js +2 -0
- package/lib/components/VSlider/slider.js.map +1 -1
- package/lib/composables/fileFilter.d.ts +18 -0
- package/lib/composables/fileFilter.js +38 -0
- package/lib/composables/fileFilter.js.map +1 -0
- package/lib/composables/theme.d.ts +1 -0
- package/lib/composables/theme.js +3 -1
- package/lib/composables/theme.js.map +1 -1
- package/lib/directives/ripple/index.js +2 -2
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +70 -69
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.d.ts +15 -0
- package/lib/labs/VFileUpload/VFileUpload.js +39 -9
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/locale/af.d.ts +7 -0
- package/lib/locale/af.js +7 -0
- package/lib/locale/af.js.map +1 -1
- package/lib/locale/ar.d.ts +7 -0
- package/lib/locale/ar.js +13 -6
- package/lib/locale/ar.js.map +1 -1
- package/lib/locale/az.d.ts +7 -0
- package/lib/locale/az.js +7 -0
- package/lib/locale/az.js.map +1 -1
- package/lib/locale/bg.d.ts +7 -0
- package/lib/locale/bg.js +7 -0
- package/lib/locale/bg.js.map +1 -1
- package/lib/locale/ca.d.ts +7 -0
- package/lib/locale/ca.js +7 -0
- package/lib/locale/ca.js.map +1 -1
- package/lib/locale/ckb.d.ts +7 -0
- package/lib/locale/ckb.js +7 -0
- package/lib/locale/ckb.js.map +1 -1
- package/lib/locale/cs.d.ts +7 -0
- package/lib/locale/cs.js +7 -0
- package/lib/locale/cs.js.map +1 -1
- package/lib/locale/da.d.ts +7 -0
- package/lib/locale/da.js +7 -0
- package/lib/locale/da.js.map +1 -1
- package/lib/locale/de.d.ts +7 -0
- package/lib/locale/de.js +7 -0
- package/lib/locale/de.js.map +1 -1
- package/lib/locale/el.d.ts +7 -0
- package/lib/locale/el.js +7 -0
- package/lib/locale/el.js.map +1 -1
- package/lib/locale/en.d.ts +7 -0
- package/lib/locale/en.js +8 -0
- package/lib/locale/en.js.map +1 -1
- package/lib/locale/es.d.ts +7 -0
- package/lib/locale/es.js +7 -0
- package/lib/locale/es.js.map +1 -1
- package/lib/locale/et.d.ts +7 -0
- package/lib/locale/et.js +7 -0
- package/lib/locale/et.js.map +1 -1
- package/lib/locale/fa.d.ts +7 -0
- package/lib/locale/fa.js +7 -0
- package/lib/locale/fa.js.map +1 -1
- package/lib/locale/fi.d.ts +7 -0
- package/lib/locale/fi.js +7 -0
- package/lib/locale/fi.js.map +1 -1
- package/lib/locale/fr.d.ts +7 -0
- package/lib/locale/fr.js +7 -0
- package/lib/locale/fr.js.map +1 -1
- package/lib/locale/he.d.ts +7 -0
- package/lib/locale/he.js +7 -0
- package/lib/locale/he.js.map +1 -1
- package/lib/locale/hr.d.ts +7 -0
- package/lib/locale/hr.js +7 -0
- package/lib/locale/hr.js.map +1 -1
- package/lib/locale/hu.d.ts +7 -0
- package/lib/locale/hu.js +7 -0
- package/lib/locale/hu.js.map +1 -1
- package/lib/locale/id.d.ts +7 -0
- package/lib/locale/id.js +7 -0
- package/lib/locale/id.js.map +1 -1
- package/lib/locale/it.d.ts +7 -0
- package/lib/locale/it.js +7 -0
- package/lib/locale/it.js.map +1 -1
- package/lib/locale/ja.d.ts +7 -0
- package/lib/locale/ja.js +7 -0
- package/lib/locale/ja.js.map +1 -1
- package/lib/locale/km.d.ts +7 -0
- package/lib/locale/km.js +7 -0
- package/lib/locale/km.js.map +1 -1
- package/lib/locale/ko.d.ts +7 -0
- package/lib/locale/ko.js +7 -0
- package/lib/locale/ko.js.map +1 -1
- package/lib/locale/lt.d.ts +7 -0
- package/lib/locale/lt.js +7 -0
- package/lib/locale/lt.js.map +1 -1
- package/lib/locale/lv.d.ts +7 -0
- package/lib/locale/lv.js +7 -0
- package/lib/locale/lv.js.map +1 -1
- package/lib/locale/nl.d.ts +7 -0
- package/lib/locale/nl.js +7 -0
- package/lib/locale/nl.js.map +1 -1
- package/lib/locale/no.d.ts +7 -0
- package/lib/locale/no.js +7 -0
- package/lib/locale/no.js.map +1 -1
- package/lib/locale/pl.d.ts +7 -0
- package/lib/locale/pl.js +7 -0
- package/lib/locale/pl.js.map +1 -1
- package/lib/locale/pt.d.ts +7 -0
- package/lib/locale/pt.js +7 -0
- package/lib/locale/pt.js.map +1 -1
- package/lib/locale/ro.d.ts +7 -0
- package/lib/locale/ro.js +7 -0
- package/lib/locale/ro.js.map +1 -1
- package/lib/locale/ru.d.ts +7 -0
- package/lib/locale/ru.js +7 -0
- package/lib/locale/ru.js.map +1 -1
- package/lib/locale/sk.d.ts +7 -0
- package/lib/locale/sk.js +7 -0
- package/lib/locale/sk.js.map +1 -1
- package/lib/locale/sl.d.ts +7 -0
- package/lib/locale/sl.js +7 -0
- package/lib/locale/sl.js.map +1 -1
- package/lib/locale/sr-Cyrl.d.ts +7 -0
- package/lib/locale/sr-Cyrl.js +7 -0
- package/lib/locale/sr-Cyrl.js.map +1 -1
- package/lib/locale/sr-Latn.d.ts +7 -0
- package/lib/locale/sr-Latn.js +7 -0
- package/lib/locale/sr-Latn.js.map +1 -1
- package/lib/locale/sv.d.ts +7 -0
- package/lib/locale/sv.js +7 -0
- package/lib/locale/sv.js.map +1 -1
- package/lib/locale/th.d.ts +7 -0
- package/lib/locale/th.js +7 -0
- package/lib/locale/th.js.map +1 -1
- package/lib/locale/tr.d.ts +7 -0
- package/lib/locale/tr.js +7 -0
- package/lib/locale/tr.js.map +1 -1
- package/lib/locale/uk.d.ts +7 -0
- package/lib/locale/uk.js +7 -0
- package/lib/locale/uk.js.map +1 -1
- package/lib/locale/vi.d.ts +7 -0
- package/lib/locale/vi.js +7 -0
- package/lib/locale/vi.js.map +1 -1
- package/lib/locale/zh-Hans.d.ts +7 -0
- package/lib/locale/zh-Hans.js +7 -0
- package/lib/locale/zh-Hans.js.map +1 -1
- package/lib/locale/zh-Hant.d.ts +7 -0
- package/lib/locale/zh-Hant.js +7 -0
- package/lib/locale/zh-Hant.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -181,6 +181,7 @@ interface ThemeInstance {
|
|
181
181
|
cycle: (themeArray?: string[]) => void;
|
182
182
|
toggle: (themeArray?: [string, string]) => void;
|
183
183
|
readonly isDisabled: boolean;
|
184
|
+
readonly isSystem: Readonly<Ref<boolean>>;
|
184
185
|
readonly themes: Ref<Record<string, InternalThemeDefinition>>;
|
185
186
|
readonly name: Readonly<Ref<string>>;
|
186
187
|
readonly current: DeepReadonly<Ref<InternalThemeDefinition>>;
|
@@ -47684,6 +47685,7 @@ declare const VFileInput: {
|
|
47684
47685
|
centerAffix?: boolean | undefined;
|
47685
47686
|
hint?: string | undefined;
|
47686
47687
|
hideDetails?: boolean | "auto" | undefined;
|
47688
|
+
filterByType?: string | undefined;
|
47687
47689
|
} & {
|
47688
47690
|
$children?: vue.VNodeChild | {
|
47689
47691
|
$stable?: boolean;
|
@@ -47760,6 +47762,7 @@ declare const VFileInput: {
|
|
47760
47762
|
"onUpdate:modelValue"?: ((files: File | File[]) => any) | undefined;
|
47761
47763
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
47762
47764
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
47765
|
+
onRejected?: ((files: File[]) => any) | undefined;
|
47763
47766
|
}, Omit<Omit<{
|
47764
47767
|
$: vue.ComponentInternalInstance;
|
47765
47768
|
$data: {};
|
@@ -47996,6 +47999,7 @@ declare const VFileInput: {
|
|
47996
47999
|
'mousedown:control': (e: MouseEvent) => true;
|
47997
48000
|
'update:focused': (focused: boolean) => true;
|
47998
48001
|
'update:modelValue': (files: File | File[]) => true;
|
48002
|
+
rejected: (files: File[]) => true;
|
47999
48003
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
48000
48004
|
flat: boolean;
|
48001
48005
|
reverse: boolean;
|
@@ -48126,6 +48130,7 @@ declare const VFileInput: {
|
|
48126
48130
|
centerAffix?: boolean | undefined;
|
48127
48131
|
hint?: string | undefined;
|
48128
48132
|
hideDetails?: boolean | "auto" | undefined;
|
48133
|
+
filterByType?: string | undefined;
|
48129
48134
|
} & {
|
48130
48135
|
$children?: vue.VNodeChild | {
|
48131
48136
|
$stable?: boolean;
|
@@ -48202,6 +48207,7 @@ declare const VFileInput: {
|
|
48202
48207
|
"onUpdate:modelValue"?: ((files: File | File[]) => any) | undefined;
|
48203
48208
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
48204
48209
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
48210
|
+
onRejected?: ((files: File[]) => any) | undefined;
|
48205
48211
|
}, Omit<Omit<{
|
48206
48212
|
$: vue.ComponentInternalInstance;
|
48207
48213
|
$data: {};
|
@@ -48538,6 +48544,7 @@ declare const VFileInput: {
|
|
48538
48544
|
centerAffix?: boolean | undefined;
|
48539
48545
|
hint?: string | undefined;
|
48540
48546
|
hideDetails?: boolean | "auto" | undefined;
|
48547
|
+
filterByType?: string | undefined;
|
48541
48548
|
} & {
|
48542
48549
|
$children?: vue.VNodeChild | {
|
48543
48550
|
$stable?: boolean;
|
@@ -48614,6 +48621,7 @@ declare const VFileInput: {
|
|
48614
48621
|
"onUpdate:modelValue"?: ((files: File | File[]) => any) | undefined;
|
48615
48622
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
48616
48623
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
48624
|
+
onRejected?: ((files: File[]) => any) | undefined;
|
48617
48625
|
}, Omit<Omit<{
|
48618
48626
|
$: vue.ComponentInternalInstance;
|
48619
48627
|
$data: {};
|
@@ -48850,6 +48858,7 @@ declare const VFileInput: {
|
|
48850
48858
|
'mousedown:control': (e: MouseEvent) => true;
|
48851
48859
|
'update:focused': (focused: boolean) => true;
|
48852
48860
|
'update:modelValue': (files: File | File[]) => true;
|
48861
|
+
rejected: (files: File[]) => true;
|
48853
48862
|
}, string, {
|
48854
48863
|
flat: boolean;
|
48855
48864
|
reverse: boolean;
|
@@ -48962,6 +48971,7 @@ declare const VFileInput: {
|
|
48962
48971
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
48963
48972
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
48964
48973
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
48974
|
+
filterByType: StringConstructor;
|
48965
48975
|
modelValue: {
|
48966
48976
|
type: PropType<File[] | File | null>;
|
48967
48977
|
default: (props: any) => never[] | null;
|
@@ -49087,6 +49097,7 @@ declare const VFileInput: {
|
|
49087
49097
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
49088
49098
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
49089
49099
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
49100
|
+
filterByType: StringConstructor;
|
49090
49101
|
modelValue: {
|
49091
49102
|
type: PropType<File[] | File | null>;
|
49092
49103
|
default: (props: any) => never[] | null;
|
@@ -61994,6 +62005,9 @@ declare const VProgressLinear: {
|
|
61994
62005
|
indeterminate: boolean;
|
61995
62006
|
modelValue: string | number;
|
61996
62007
|
tile: boolean;
|
62008
|
+
chunkCount: string | number;
|
62009
|
+
chunkWidth: string | number;
|
62010
|
+
chunkGap: string | number;
|
61997
62011
|
bufferValue: string | number;
|
61998
62012
|
clickable: boolean;
|
61999
62013
|
striped: boolean;
|
@@ -62049,6 +62063,9 @@ declare const VProgressLinear: {
|
|
62049
62063
|
modelValue: string | number;
|
62050
62064
|
rounded: string | number | boolean;
|
62051
62065
|
tile: boolean;
|
62066
|
+
chunkCount: string | number;
|
62067
|
+
chunkWidth: string | number;
|
62068
|
+
chunkGap: string | number;
|
62052
62069
|
bufferValue: string | number;
|
62053
62070
|
clickable: boolean;
|
62054
62071
|
striped: boolean;
|
@@ -62078,6 +62095,9 @@ declare const VProgressLinear: {
|
|
62078
62095
|
indeterminate: boolean;
|
62079
62096
|
modelValue: string | number;
|
62080
62097
|
tile: boolean;
|
62098
|
+
chunkCount: string | number;
|
62099
|
+
chunkWidth: string | number;
|
62100
|
+
chunkGap: string | number;
|
62081
62101
|
bufferValue: string | number;
|
62082
62102
|
clickable: boolean;
|
62083
62103
|
striped: boolean;
|
@@ -62131,6 +62151,9 @@ declare const VProgressLinear: {
|
|
62131
62151
|
modelValue: string | number;
|
62132
62152
|
rounded: string | number | boolean;
|
62133
62153
|
tile: boolean;
|
62154
|
+
chunkCount: string | number;
|
62155
|
+
chunkWidth: string | number;
|
62156
|
+
chunkGap: string | number;
|
62134
62157
|
bufferValue: string | number;
|
62135
62158
|
clickable: boolean;
|
62136
62159
|
striped: boolean;
|
@@ -62152,6 +62175,9 @@ declare const VProgressLinear: {
|
|
62152
62175
|
indeterminate: boolean;
|
62153
62176
|
modelValue: string | number;
|
62154
62177
|
tile: boolean;
|
62178
|
+
chunkCount: string | number;
|
62179
|
+
chunkWidth: string | number;
|
62180
|
+
chunkGap: string | number;
|
62155
62181
|
bufferValue: string | number;
|
62156
62182
|
clickable: boolean;
|
62157
62183
|
striped: boolean;
|
@@ -62207,6 +62233,9 @@ declare const VProgressLinear: {
|
|
62207
62233
|
modelValue: string | number;
|
62208
62234
|
rounded: string | number | boolean;
|
62209
62235
|
tile: boolean;
|
62236
|
+
chunkCount: string | number;
|
62237
|
+
chunkWidth: string | number;
|
62238
|
+
chunkGap: string | number;
|
62210
62239
|
bufferValue: string | number;
|
62211
62240
|
clickable: boolean;
|
62212
62241
|
striped: boolean;
|
@@ -62236,6 +62265,18 @@ declare const VProgressLinear: {
|
|
62236
62265
|
type: vue.PropType<vue.StyleValue>;
|
62237
62266
|
default: null;
|
62238
62267
|
};
|
62268
|
+
chunkCount: {
|
62269
|
+
type: (StringConstructor | NumberConstructor)[];
|
62270
|
+
default: null;
|
62271
|
+
};
|
62272
|
+
chunkWidth: {
|
62273
|
+
type: (StringConstructor | NumberConstructor)[];
|
62274
|
+
default: null;
|
62275
|
+
};
|
62276
|
+
chunkGap: {
|
62277
|
+
type: (StringConstructor | NumberConstructor)[];
|
62278
|
+
default: number;
|
62279
|
+
};
|
62239
62280
|
absolute: BooleanConstructor;
|
62240
62281
|
active: {
|
62241
62282
|
type: BooleanConstructor;
|
@@ -62289,6 +62330,18 @@ declare const VProgressLinear: {
|
|
62289
62330
|
type: vue.PropType<vue.StyleValue>;
|
62290
62331
|
default: null;
|
62291
62332
|
};
|
62333
|
+
chunkCount: {
|
62334
|
+
type: (StringConstructor | NumberConstructor)[];
|
62335
|
+
default: null;
|
62336
|
+
};
|
62337
|
+
chunkWidth: {
|
62338
|
+
type: (StringConstructor | NumberConstructor)[];
|
62339
|
+
default: null;
|
62340
|
+
};
|
62341
|
+
chunkGap: {
|
62342
|
+
type: (StringConstructor | NumberConstructor)[];
|
62343
|
+
default: number;
|
62344
|
+
};
|
62292
62345
|
absolute: BooleanConstructor;
|
62293
62346
|
active: {
|
62294
62347
|
type: BooleanConstructor;
|
@@ -95375,29 +95428,23 @@ declare module 'vue' {
|
|
95375
95428
|
$children?: VNodeChild
|
95376
95429
|
}
|
95377
95430
|
export interface GlobalComponents {
|
95431
|
+
VApp: VApp
|
95378
95432
|
VAppBar: VAppBar
|
95379
95433
|
VAppBarNavIcon: VAppBarNavIcon
|
95380
95434
|
VAppBarTitle: VAppBarTitle
|
95381
|
-
VApp: VApp
|
95382
|
-
VAutocomplete: VAutocomplete
|
95383
95435
|
VBadge: VBadge
|
95384
|
-
|
95385
|
-
VAlertTitle: VAlertTitle
|
95386
|
-
VBanner: VBanner
|
95387
|
-
VBannerActions: VBannerActions
|
95388
|
-
VBannerText: VBannerText
|
95389
|
-
VBottomSheet: VBottomSheet
|
95390
|
-
VBottomNavigation: VBottomNavigation
|
95436
|
+
VAutocomplete: VAutocomplete
|
95391
95437
|
VAvatar: VAvatar
|
95392
95438
|
VBreadcrumbs: VBreadcrumbs
|
95393
95439
|
VBreadcrumbsItem: VBreadcrumbsItem
|
95394
95440
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
95441
|
+
VBottomSheet: VBottomSheet
|
95395
95442
|
VBtn: VBtn
|
95443
|
+
VBanner: VBanner
|
95444
|
+
VBannerActions: VBannerActions
|
95445
|
+
VBannerText: VBannerText
|
95446
|
+
VBottomNavigation: VBottomNavigation
|
95396
95447
|
VBtnToggle: VBtnToggle
|
95397
|
-
VCarousel: VCarousel
|
95398
|
-
VCarouselItem: VCarouselItem
|
95399
|
-
VCheckbox: VCheckbox
|
95400
|
-
VCheckboxBtn: VCheckboxBtn
|
95401
95448
|
VCard: VCard
|
95402
95449
|
VCardActions: VCardActions
|
95403
95450
|
VCardItem: VCardItem
|
@@ -95405,11 +95452,23 @@ declare module 'vue' {
|
|
95405
95452
|
VCardText: VCardText
|
95406
95453
|
VCardTitle: VCardTitle
|
95407
95454
|
VChip: VChip
|
95408
|
-
|
95409
|
-
VCode: VCode
|
95455
|
+
VChipGroup: VChipGroup
|
95410
95456
|
VBtnGroup: VBtnGroup
|
95457
|
+
VCarousel: VCarousel
|
95458
|
+
VCarouselItem: VCarouselItem
|
95459
|
+
VCheckbox: VCheckbox
|
95460
|
+
VCheckboxBtn: VCheckboxBtn
|
95411
95461
|
VColorPicker: VColorPicker
|
95462
|
+
VCode: VCode
|
95463
|
+
VDatePicker: VDatePicker
|
95464
|
+
VDatePickerControls: VDatePickerControls
|
95465
|
+
VDatePickerHeader: VDatePickerHeader
|
95466
|
+
VDatePickerMonth: VDatePickerMonth
|
95467
|
+
VDatePickerMonths: VDatePickerMonths
|
95468
|
+
VDatePickerYears: VDatePickerYears
|
95469
|
+
VCombobox: VCombobox
|
95412
95470
|
VCounter: VCounter
|
95471
|
+
VDivider: VDivider
|
95413
95472
|
VDataTable: VDataTable
|
95414
95473
|
VDataTableHeaders: VDataTableHeaders
|
95415
95474
|
VDataTableFooter: VDataTableFooter
|
@@ -95417,36 +95476,27 @@ declare module 'vue' {
|
|
95417
95476
|
VDataTableRow: VDataTableRow
|
95418
95477
|
VDataTableVirtual: VDataTableVirtual
|
95419
95478
|
VDataTableServer: VDataTableServer
|
95420
|
-
VDatePicker: VDatePicker
|
95421
|
-
VDatePickerControls: VDatePickerControls
|
95422
|
-
VDatePickerHeader: VDatePickerHeader
|
95423
|
-
VDatePickerMonth: VDatePickerMonth
|
95424
|
-
VDatePickerMonths: VDatePickerMonths
|
95425
|
-
VDatePickerYears: VDatePickerYears
|
95426
|
-
VChipGroup: VChipGroup
|
95427
95479
|
VDialog: VDialog
|
95428
|
-
|
95480
|
+
VEmptyState: VEmptyState
|
95429
95481
|
VExpansionPanels: VExpansionPanels
|
95430
95482
|
VExpansionPanel: VExpansionPanel
|
95431
95483
|
VExpansionPanelText: VExpansionPanelText
|
95432
95484
|
VExpansionPanelTitle: VExpansionPanelTitle
|
95433
|
-
VEmptyState: VEmptyState
|
95434
|
-
VFab: VFab
|
95435
|
-
VField: VField
|
95436
|
-
VFieldLabel: VFieldLabel
|
95437
95485
|
VFileInput: VFileInput
|
95438
95486
|
VFooter: VFooter
|
95439
|
-
|
95440
|
-
VItem: VItem
|
95487
|
+
VFab: VFab
|
95441
95488
|
VIcon: VIcon
|
95442
95489
|
VComponentIcon: VComponentIcon
|
95443
95490
|
VSvgIcon: VSvgIcon
|
95444
95491
|
VLigatureIcon: VLigatureIcon
|
95445
95492
|
VClassIcon: VClassIcon
|
95446
|
-
|
95447
|
-
|
95493
|
+
VInfiniteScroll: VInfiniteScroll
|
95494
|
+
VItemGroup: VItemGroup
|
95495
|
+
VItem: VItem
|
95448
95496
|
VImg: VImg
|
95449
95497
|
VKbd: VKbd
|
95498
|
+
VInput: VInput
|
95499
|
+
VLabel: VLabel
|
95450
95500
|
VList: VList
|
95451
95501
|
VListGroup: VListGroup
|
95452
95502
|
VListImg: VListImg
|
@@ -95457,80 +95507,80 @@ declare module 'vue' {
|
|
95457
95507
|
VListItemTitle: VListItemTitle
|
95458
95508
|
VListSubheader: VListSubheader
|
95459
95509
|
VMenu: VMenu
|
95460
|
-
VMain: VMain
|
95461
|
-
VInfiniteScroll: VInfiniteScroll
|
95462
95510
|
VMessages: VMessages
|
95463
|
-
VNavigationDrawer: VNavigationDrawer
|
95464
95511
|
VNumberInput: VNumberInput
|
95512
|
+
VMain: VMain
|
95513
|
+
VPagination: VPagination
|
95465
95514
|
VOtpInput: VOtpInput
|
95466
95515
|
VOverlay: VOverlay
|
95467
|
-
VPagination: VPagination
|
95468
95516
|
VProgressLinear: VProgressLinear
|
95469
|
-
VProgressCircular: VProgressCircular
|
95470
95517
|
VRadioGroup: VRadioGroup
|
95518
|
+
VNavigationDrawer: VNavigationDrawer
|
95471
95519
|
VRating: VRating
|
95472
|
-
|
95520
|
+
VField: VField
|
95521
|
+
VFieldLabel: VFieldLabel
|
95473
95522
|
VSelect: VSelect
|
95474
95523
|
VSelectionControlGroup: VSelectionControlGroup
|
95475
|
-
|
95476
|
-
VSlideGroupItem: VSlideGroupItem
|
95524
|
+
VSelectionControl: VSelectionControl
|
95477
95525
|
VSkeletonLoader: VSkeletonLoader
|
95526
|
+
VSheet: VSheet
|
95478
95527
|
VSnackbar: VSnackbar
|
95479
95528
|
VSlider: VSlider
|
95480
|
-
|
95529
|
+
VSwitch: VSwitch
|
95530
|
+
VTable: VTable
|
95481
95531
|
VStepper: VStepper
|
95482
95532
|
VStepperActions: VStepperActions
|
95483
95533
|
VStepperHeader: VStepperHeader
|
95484
95534
|
VStepperItem: VStepperItem
|
95485
95535
|
VStepperWindow: VStepperWindow
|
95486
95536
|
VStepperWindowItem: VStepperWindowItem
|
95487
|
-
VTextarea: VTextarea
|
95488
|
-
VSwitch: VSwitch
|
95489
|
-
VTable: VTable
|
95490
|
-
VTextField: VTextField
|
95491
95537
|
VTab: VTab
|
95492
95538
|
VTabs: VTabs
|
95493
95539
|
VTabsWindow: VTabsWindow
|
95494
95540
|
VTabsWindowItem: VTabsWindowItem
|
95495
|
-
|
95496
|
-
|
95497
|
-
|
95498
|
-
|
95499
|
-
VToolbar: VToolbar
|
95500
|
-
VToolbarTitle: VToolbarTitle
|
95501
|
-
VToolbarItems: VToolbarItems
|
95541
|
+
VTextarea: VTextarea
|
95542
|
+
VSystemBar: VSystemBar
|
95543
|
+
VTimeline: VTimeline
|
95544
|
+
VTimelineItem: VTimelineItem
|
95502
95545
|
VTimePicker: VTimePicker
|
95503
95546
|
VTimePickerClock: VTimePickerClock
|
95504
95547
|
VTimePickerControls: VTimePickerControls
|
95505
|
-
|
95506
|
-
|
95548
|
+
VToolbar: VToolbar
|
95549
|
+
VToolbarTitle: VToolbarTitle
|
95550
|
+
VToolbarItems: VToolbarItems
|
95551
|
+
VTooltip: VTooltip
|
95507
95552
|
VWindow: VWindow
|
95508
95553
|
VWindowItem: VWindowItem
|
95554
|
+
VAlert: VAlert
|
95555
|
+
VAlertTitle: VAlertTitle
|
95509
95556
|
VConfirmEdit: VConfirmEdit
|
95557
|
+
VSlideGroup: VSlideGroup
|
95558
|
+
VSlideGroupItem: VSlideGroupItem
|
95510
95559
|
VDefaultsProvider: VDefaultsProvider
|
95511
|
-
VDataIterator: VDataIterator
|
95512
95560
|
VForm: VForm
|
95513
95561
|
VContainer: VContainer
|
95514
95562
|
VCol: VCol
|
95515
95563
|
VRow: VRow
|
95516
95564
|
VSpacer: VSpacer
|
95517
|
-
|
95518
|
-
|
95519
|
-
|
95565
|
+
VTreeview: VTreeview
|
95566
|
+
VTreeviewItem: VTreeviewItem
|
95567
|
+
VTreeviewGroup: VTreeviewGroup
|
95520
95568
|
VHover: VHover
|
95569
|
+
VLocaleProvider: VLocaleProvider
|
95570
|
+
VLazy: VLazy
|
95521
95571
|
VNoSsr: VNoSsr
|
95522
95572
|
VParallax: VParallax
|
95523
95573
|
VRadio: VRadio
|
95524
95574
|
VRangeSlider: VRangeSlider
|
95525
95575
|
VResponsive: VResponsive
|
95576
|
+
VSparkline: VSparkline
|
95526
95577
|
VSnackbarQueue: VSnackbarQueue
|
95527
95578
|
VSpeedDial: VSpeedDial
|
95528
|
-
|
95529
|
-
|
95579
|
+
VProgressCircular: VProgressCircular
|
95580
|
+
VTextField: VTextField
|
95530
95581
|
VThemeProvider: VThemeProvider
|
95531
|
-
VVirtualScroll: VVirtualScroll
|
95532
95582
|
VValidation: VValidation
|
95533
|
-
|
95583
|
+
VVirtualScroll: VVirtualScroll
|
95534
95584
|
VFabTransition: VFabTransition
|
95535
95585
|
VDialogBottomTransition: VDialogBottomTransition
|
95536
95586
|
VDialogTopTransition: VDialogTopTransition
|
@@ -95547,31 +95597,34 @@ declare module 'vue' {
|
|
95547
95597
|
VExpandTransition: VExpandTransition
|
95548
95598
|
VExpandXTransition: VExpandXTransition
|
95549
95599
|
VDialogTransition: VDialogTransition
|
95550
|
-
|
95600
|
+
VDataIterator: VDataIterator
|
95601
|
+
VLayout: VLayout
|
95602
|
+
VLayoutItem: VLayoutItem
|
95551
95603
|
VCalendar: VCalendar
|
95552
95604
|
VCalendarDay: VCalendarDay
|
95553
95605
|
VCalendarHeader: VCalendarHeader
|
95554
95606
|
VCalendarInterval: VCalendarInterval
|
95555
95607
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
95556
95608
|
VCalendarMonthDay: VCalendarMonthDay
|
95557
|
-
|
95558
|
-
|
95609
|
+
VColorInput: VColorInput
|
95610
|
+
VIconBtn: VIconBtn
|
95559
95611
|
VFileUpload: VFileUpload
|
95560
95612
|
VFileUploadItem: VFileUploadItem
|
95613
|
+
VPicker: VPicker
|
95614
|
+
VPickerTitle: VPickerTitle
|
95615
|
+
VStepperVertical: VStepperVertical
|
95616
|
+
VStepperVerticalItem: VStepperVerticalItem
|
95617
|
+
VStepperVerticalActions: VStepperVerticalActions
|
95561
95618
|
VVideo: VVideo
|
95562
95619
|
VVideoControls: VVideoControls
|
95563
95620
|
VVideoVolume: VVideoVolume
|
95564
|
-
VIconBtn: VIconBtn
|
95565
95621
|
VPie: VPie
|
95566
95622
|
VPieSegment: VPieSegment
|
95567
95623
|
VPieTooltip: VPieTooltip
|
95568
|
-
VStepperVertical: VStepperVertical
|
95569
|
-
VStepperVerticalItem: VStepperVerticalItem
|
95570
|
-
VStepperVerticalActions: VStepperVerticalActions
|
95571
95624
|
VHotkey: VHotkey
|
95572
95625
|
VDateInput: VDateInput
|
95573
|
-
VMaskInput: VMaskInput
|
95574
95626
|
VPullToRefresh: VPullToRefresh
|
95627
|
+
VMaskInput: VMaskInput
|
95575
95628
|
}
|
95576
95629
|
export interface GlobalDirectives {
|
95577
95630
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|