@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.d.ts
CHANGED
@@ -47687,7 +47687,6 @@ declare const VFileInput: {
|
|
47687
47687
|
centerAffix?: boolean | undefined;
|
47688
47688
|
hint?: string | undefined;
|
47689
47689
|
hideDetails?: boolean | "auto" | undefined;
|
47690
|
-
filterByType?: string | undefined;
|
47691
47690
|
} & {
|
47692
47691
|
$children?: vue.VNodeChild | {
|
47693
47692
|
$stable?: boolean;
|
@@ -47764,7 +47763,6 @@ declare const VFileInput: {
|
|
47764
47763
|
"onUpdate:modelValue"?: ((files: File | File[]) => any) | undefined;
|
47765
47764
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
47766
47765
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
47767
|
-
onRejected?: ((files: File[]) => any) | undefined;
|
47768
47766
|
}, Omit<Omit<{
|
47769
47767
|
$: vue.ComponentInternalInstance;
|
47770
47768
|
$data: {};
|
@@ -48001,7 +47999,6 @@ declare const VFileInput: {
|
|
48001
47999
|
'mousedown:control': (e: MouseEvent) => true;
|
48002
48000
|
'update:focused': (focused: boolean) => true;
|
48003
48001
|
'update:modelValue': (files: File | File[]) => true;
|
48004
|
-
rejected: (files: File[]) => true;
|
48005
48002
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
48006
48003
|
flat: boolean;
|
48007
48004
|
reverse: boolean;
|
@@ -48132,7 +48129,6 @@ declare const VFileInput: {
|
|
48132
48129
|
centerAffix?: boolean | undefined;
|
48133
48130
|
hint?: string | undefined;
|
48134
48131
|
hideDetails?: boolean | "auto" | undefined;
|
48135
|
-
filterByType?: string | undefined;
|
48136
48132
|
} & {
|
48137
48133
|
$children?: vue.VNodeChild | {
|
48138
48134
|
$stable?: boolean;
|
@@ -48209,7 +48205,6 @@ declare const VFileInput: {
|
|
48209
48205
|
"onUpdate:modelValue"?: ((files: File | File[]) => any) | undefined;
|
48210
48206
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
48211
48207
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
48212
|
-
onRejected?: ((files: File[]) => any) | undefined;
|
48213
48208
|
}, Omit<Omit<{
|
48214
48209
|
$: vue.ComponentInternalInstance;
|
48215
48210
|
$data: {};
|
@@ -48546,7 +48541,6 @@ declare const VFileInput: {
|
|
48546
48541
|
centerAffix?: boolean | undefined;
|
48547
48542
|
hint?: string | undefined;
|
48548
48543
|
hideDetails?: boolean | "auto" | undefined;
|
48549
|
-
filterByType?: string | undefined;
|
48550
48544
|
} & {
|
48551
48545
|
$children?: vue.VNodeChild | {
|
48552
48546
|
$stable?: boolean;
|
@@ -48623,7 +48617,6 @@ declare const VFileInput: {
|
|
48623
48617
|
"onUpdate:modelValue"?: ((files: File | File[]) => any) | undefined;
|
48624
48618
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
48625
48619
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
48626
|
-
onRejected?: ((files: File[]) => any) | undefined;
|
48627
48620
|
}, Omit<Omit<{
|
48628
48621
|
$: vue.ComponentInternalInstance;
|
48629
48622
|
$data: {};
|
@@ -48860,7 +48853,6 @@ declare const VFileInput: {
|
|
48860
48853
|
'mousedown:control': (e: MouseEvent) => true;
|
48861
48854
|
'update:focused': (focused: boolean) => true;
|
48862
48855
|
'update:modelValue': (files: File | File[]) => true;
|
48863
|
-
rejected: (files: File[]) => true;
|
48864
48856
|
}, string, {
|
48865
48857
|
flat: boolean;
|
48866
48858
|
reverse: boolean;
|
@@ -48973,7 +48965,6 @@ declare const VFileInput: {
|
|
48973
48965
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
48974
48966
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
48975
48967
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
48976
|
-
filterByType: StringConstructor;
|
48977
48968
|
modelValue: {
|
48978
48969
|
type: PropType<File[] | File | null>;
|
48979
48970
|
default: (props: any) => never[] | null;
|
@@ -49099,7 +49090,6 @@ declare const VFileInput: {
|
|
49099
49090
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
49100
49091
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
49101
49092
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
49102
|
-
filterByType: StringConstructor;
|
49103
49093
|
modelValue: {
|
49104
49094
|
type: PropType<File[] | File | null>;
|
49105
49095
|
default: (props: any) => never[] | null;
|
@@ -62007,9 +61997,6 @@ declare const VProgressLinear: {
|
|
62007
61997
|
indeterminate: boolean;
|
62008
61998
|
modelValue: string | number;
|
62009
61999
|
tile: boolean;
|
62010
|
-
chunkCount: string | number;
|
62011
|
-
chunkWidth: string | number;
|
62012
|
-
chunkGap: string | number;
|
62013
62000
|
bufferValue: string | number;
|
62014
62001
|
clickable: boolean;
|
62015
62002
|
striped: boolean;
|
@@ -62065,9 +62052,6 @@ declare const VProgressLinear: {
|
|
62065
62052
|
modelValue: string | number;
|
62066
62053
|
rounded: string | number | boolean;
|
62067
62054
|
tile: boolean;
|
62068
|
-
chunkCount: string | number;
|
62069
|
-
chunkWidth: string | number;
|
62070
|
-
chunkGap: string | number;
|
62071
62055
|
bufferValue: string | number;
|
62072
62056
|
clickable: boolean;
|
62073
62057
|
striped: boolean;
|
@@ -62097,9 +62081,6 @@ declare const VProgressLinear: {
|
|
62097
62081
|
indeterminate: boolean;
|
62098
62082
|
modelValue: string | number;
|
62099
62083
|
tile: boolean;
|
62100
|
-
chunkCount: string | number;
|
62101
|
-
chunkWidth: string | number;
|
62102
|
-
chunkGap: string | number;
|
62103
62084
|
bufferValue: string | number;
|
62104
62085
|
clickable: boolean;
|
62105
62086
|
striped: boolean;
|
@@ -62153,9 +62134,6 @@ declare const VProgressLinear: {
|
|
62153
62134
|
modelValue: string | number;
|
62154
62135
|
rounded: string | number | boolean;
|
62155
62136
|
tile: boolean;
|
62156
|
-
chunkCount: string | number;
|
62157
|
-
chunkWidth: string | number;
|
62158
|
-
chunkGap: string | number;
|
62159
62137
|
bufferValue: string | number;
|
62160
62138
|
clickable: boolean;
|
62161
62139
|
striped: boolean;
|
@@ -62177,9 +62155,6 @@ declare const VProgressLinear: {
|
|
62177
62155
|
indeterminate: boolean;
|
62178
62156
|
modelValue: string | number;
|
62179
62157
|
tile: boolean;
|
62180
|
-
chunkCount: string | number;
|
62181
|
-
chunkWidth: string | number;
|
62182
|
-
chunkGap: string | number;
|
62183
62158
|
bufferValue: string | number;
|
62184
62159
|
clickable: boolean;
|
62185
62160
|
striped: boolean;
|
@@ -62235,9 +62210,6 @@ declare const VProgressLinear: {
|
|
62235
62210
|
modelValue: string | number;
|
62236
62211
|
rounded: string | number | boolean;
|
62237
62212
|
tile: boolean;
|
62238
|
-
chunkCount: string | number;
|
62239
|
-
chunkWidth: string | number;
|
62240
|
-
chunkGap: string | number;
|
62241
62213
|
bufferValue: string | number;
|
62242
62214
|
clickable: boolean;
|
62243
62215
|
striped: boolean;
|
@@ -62267,18 +62239,6 @@ declare const VProgressLinear: {
|
|
62267
62239
|
type: vue.PropType<vue.StyleValue>;
|
62268
62240
|
default: null;
|
62269
62241
|
};
|
62270
|
-
chunkCount: {
|
62271
|
-
type: (StringConstructor | NumberConstructor)[];
|
62272
|
-
default: null;
|
62273
|
-
};
|
62274
|
-
chunkWidth: {
|
62275
|
-
type: (StringConstructor | NumberConstructor)[];
|
62276
|
-
default: null;
|
62277
|
-
};
|
62278
|
-
chunkGap: {
|
62279
|
-
type: (StringConstructor | NumberConstructor)[];
|
62280
|
-
default: number;
|
62281
|
-
};
|
62282
62242
|
absolute: BooleanConstructor;
|
62283
62243
|
active: {
|
62284
62244
|
type: BooleanConstructor;
|
@@ -62332,18 +62292,6 @@ declare const VProgressLinear: {
|
|
62332
62292
|
type: vue.PropType<vue.StyleValue>;
|
62333
62293
|
default: null;
|
62334
62294
|
};
|
62335
|
-
chunkCount: {
|
62336
|
-
type: (StringConstructor | NumberConstructor)[];
|
62337
|
-
default: null;
|
62338
|
-
};
|
62339
|
-
chunkWidth: {
|
62340
|
-
type: (StringConstructor | NumberConstructor)[];
|
62341
|
-
default: null;
|
62342
|
-
};
|
62343
|
-
chunkGap: {
|
62344
|
-
type: (StringConstructor | NumberConstructor)[];
|
62345
|
-
default: number;
|
62346
|
-
};
|
62347
62295
|
absolute: BooleanConstructor;
|
62348
62296
|
active: {
|
62349
62297
|
type: BooleanConstructor;
|
@@ -95414,39 +95362,42 @@ declare module 'vue' {
|
|
95414
95362
|
$children?: VNodeChild
|
95415
95363
|
}
|
95416
95364
|
export interface GlobalComponents {
|
95417
|
-
VAppBar: VAppBar
|
95418
|
-
VAppBarNavIcon: VAppBarNavIcon
|
95419
|
-
VAppBarTitle: VAppBarTitle
|
95420
95365
|
VAutocomplete: VAutocomplete
|
95421
95366
|
VAlert: VAlert
|
95422
95367
|
VAlertTitle: VAlertTitle
|
95423
95368
|
VApp: VApp
|
95424
|
-
|
95369
|
+
VAppBar: VAppBar
|
95370
|
+
VAppBarNavIcon: VAppBarNavIcon
|
95371
|
+
VAppBarTitle: VAppBarTitle
|
95372
|
+
VBadge: VBadge
|
95373
|
+
VBanner: VBanner
|
95374
|
+
VBannerActions: VBannerActions
|
95375
|
+
VBannerText: VBannerText
|
95425
95376
|
VAvatar: VAvatar
|
95377
|
+
VBottomNavigation: VBottomNavigation
|
95378
|
+
VBtnGroup: VBtnGroup
|
95379
|
+
VBtn: VBtn
|
95426
95380
|
VBottomSheet: VBottomSheet
|
95427
|
-
|
95381
|
+
VBtnToggle: VBtnToggle
|
95428
95382
|
VBreadcrumbs: VBreadcrumbs
|
95429
95383
|
VBreadcrumbsItem: VBreadcrumbsItem
|
95430
95384
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
95431
|
-
VBtn: VBtn
|
95432
|
-
VCarousel: VCarousel
|
95433
|
-
VCarouselItem: VCarouselItem
|
95434
95385
|
VCard: VCard
|
95435
95386
|
VCardActions: VCardActions
|
95436
95387
|
VCardItem: VCardItem
|
95437
95388
|
VCardSubtitle: VCardSubtitle
|
95438
95389
|
VCardText: VCardText
|
95439
95390
|
VCardTitle: VCardTitle
|
95440
|
-
|
95441
|
-
|
95442
|
-
|
95443
|
-
|
95391
|
+
VCarousel: VCarousel
|
95392
|
+
VCarouselItem: VCarouselItem
|
95393
|
+
VCheckbox: VCheckbox
|
95394
|
+
VCheckboxBtn: VCheckboxBtn
|
95395
|
+
VColorPicker: VColorPicker
|
95444
95396
|
VChip: VChip
|
95397
|
+
VCounter: VCounter
|
95445
95398
|
VCode: VCode
|
95446
|
-
|
95399
|
+
VChipGroup: VChipGroup
|
95447
95400
|
VCombobox: VCombobox
|
95448
|
-
VCheckbox: VCheckbox
|
95449
|
-
VCheckboxBtn: VCheckboxBtn
|
95450
95401
|
VDataTable: VDataTable
|
95451
95402
|
VDataTableHeaders: VDataTableHeaders
|
95452
95403
|
VDataTableFooter: VDataTableFooter
|
@@ -95460,30 +95411,29 @@ declare module 'vue' {
|
|
95460
95411
|
VDatePickerMonth: VDatePickerMonth
|
95461
95412
|
VDatePickerMonths: VDatePickerMonths
|
95462
95413
|
VDatePickerYears: VDatePickerYears
|
95463
|
-
VEmptyState: VEmptyState
|
95464
95414
|
VDialog: VDialog
|
95465
95415
|
VDivider: VDivider
|
95466
95416
|
VFab: VFab
|
95417
|
+
VEmptyState: VEmptyState
|
95418
|
+
VFileInput: VFileInput
|
95467
95419
|
VField: VField
|
95468
95420
|
VFieldLabel: VFieldLabel
|
95469
|
-
|
95421
|
+
VExpansionPanels: VExpansionPanels
|
95422
|
+
VExpansionPanel: VExpansionPanel
|
95423
|
+
VExpansionPanelText: VExpansionPanelText
|
95424
|
+
VExpansionPanelTitle: VExpansionPanelTitle
|
95425
|
+
VFooter: VFooter
|
95470
95426
|
VIcon: VIcon
|
95471
95427
|
VComponentIcon: VComponentIcon
|
95472
95428
|
VSvgIcon: VSvgIcon
|
95473
95429
|
VLigatureIcon: VLigatureIcon
|
95474
95430
|
VClassIcon: VClassIcon
|
95475
|
-
VFooter: VFooter
|
95476
|
-
VImg: VImg
|
95477
|
-
VInfiniteScroll: VInfiniteScroll
|
95478
95431
|
VInput: VInput
|
95479
95432
|
VItemGroup: VItemGroup
|
95480
95433
|
VItem: VItem
|
95481
95434
|
VKbd: VKbd
|
95482
|
-
|
95435
|
+
VImg: VImg
|
95483
95436
|
VLabel: VLabel
|
95484
|
-
VMain: VMain
|
95485
|
-
VNavigationDrawer: VNavigationDrawer
|
95486
|
-
VOtpInput: VOtpInput
|
95487
95437
|
VList: VList
|
95488
95438
|
VListGroup: VListGroup
|
95489
95439
|
VListImg: VListImg
|
@@ -95493,78 +95443,80 @@ declare module 'vue' {
|
|
95493
95443
|
VListItemSubtitle: VListItemSubtitle
|
95494
95444
|
VListItemTitle: VListItemTitle
|
95495
95445
|
VListSubheader: VListSubheader
|
95496
|
-
|
95446
|
+
VInfiniteScroll: VInfiniteScroll
|
95447
|
+
VMain: VMain
|
95448
|
+
VMenu: VMenu
|
95449
|
+
VOtpInput: VOtpInput
|
95497
95450
|
VMessages: VMessages
|
95498
|
-
|
95451
|
+
VNumberInput: VNumberInput
|
95452
|
+
VNavigationDrawer: VNavigationDrawer
|
95499
95453
|
VPagination: VPagination
|
95500
|
-
VProgressLinear: VProgressLinear
|
95501
|
-
VRating: VRating
|
95502
95454
|
VProgressCircular: VProgressCircular
|
95455
|
+
VOverlay: VOverlay
|
95456
|
+
VProgressLinear: VProgressLinear
|
95503
95457
|
VRadioGroup: VRadioGroup
|
95458
|
+
VRating: VRating
|
95459
|
+
VSelect: VSelect
|
95504
95460
|
VSelectionControl: VSelectionControl
|
95505
|
-
VSelectionControlGroup: VSelectionControlGroup
|
95506
95461
|
VSkeletonLoader: VSkeletonLoader
|
95462
|
+
VSelectionControlGroup: VSelectionControlGroup
|
95463
|
+
VSlider: VSlider
|
95507
95464
|
VSlideGroup: VSlideGroup
|
95508
95465
|
VSlideGroupItem: VSlideGroupItem
|
95466
|
+
VSnackbar: VSnackbar
|
95509
95467
|
VSheet: VSheet
|
95510
|
-
|
95468
|
+
VStepper: VStepper
|
95469
|
+
VStepperActions: VStepperActions
|
95470
|
+
VStepperHeader: VStepperHeader
|
95471
|
+
VStepperItem: VStepperItem
|
95472
|
+
VStepperWindow: VStepperWindow
|
95473
|
+
VStepperWindowItem: VStepperWindowItem
|
95511
95474
|
VSwitch: VSwitch
|
95512
|
-
VSnackbar: VSnackbar
|
95513
95475
|
VSystemBar: VSystemBar
|
95514
|
-
VTab: VTab
|
95515
|
-
VTabs: VTabs
|
95516
|
-
VTabsWindow: VTabsWindow
|
95517
|
-
VTabsWindowItem: VTabsWindowItem
|
95518
|
-
VTextarea: VTextarea
|
95519
|
-
VTable: VTable
|
95520
95476
|
VTextField: VTextField
|
95477
|
+
VTextarea: VTextarea
|
95478
|
+
VTimeline: VTimeline
|
95479
|
+
VTimelineItem: VTimelineItem
|
95521
95480
|
VTimePicker: VTimePicker
|
95522
95481
|
VTimePickerClock: VTimePickerClock
|
95523
95482
|
VTimePickerControls: VTimePickerControls
|
95524
|
-
|
95525
|
-
|
95526
|
-
|
95527
|
-
|
95528
|
-
|
95483
|
+
VTable: VTable
|
95484
|
+
VTab: VTab
|
95485
|
+
VTabs: VTabs
|
95486
|
+
VTabsWindow: VTabsWindow
|
95487
|
+
VTabsWindowItem: VTabsWindowItem
|
95529
95488
|
VToolbar: VToolbar
|
95530
95489
|
VToolbarTitle: VToolbarTitle
|
95531
95490
|
VToolbarItems: VToolbarItems
|
95491
|
+
VTooltip: VTooltip
|
95492
|
+
VTreeview: VTreeview
|
95493
|
+
VTreeviewItem: VTreeviewItem
|
95494
|
+
VTreeviewGroup: VTreeviewGroup
|
95532
95495
|
VWindow: VWindow
|
95533
95496
|
VWindowItem: VWindowItem
|
95534
|
-
VTooltip: VTooltip
|
95535
|
-
VStepper: VStepper
|
95536
|
-
VStepperActions: VStepperActions
|
95537
|
-
VStepperHeader: VStepperHeader
|
95538
|
-
VStepperItem: VStepperItem
|
95539
|
-
VStepperWindow: VStepperWindow
|
95540
|
-
VStepperWindowItem: VStepperWindowItem
|
95541
95497
|
VConfirmEdit: VConfirmEdit
|
95542
|
-
VSelect: VSelect
|
95543
95498
|
VDataIterator: VDataIterator
|
95544
95499
|
VDefaultsProvider: VDefaultsProvider
|
95545
95500
|
VForm: VForm
|
95501
|
+
VHover: VHover
|
95546
95502
|
VContainer: VContainer
|
95547
95503
|
VCol: VCol
|
95548
95504
|
VRow: VRow
|
95549
95505
|
VSpacer: VSpacer
|
95550
|
-
VHover: VHover
|
95551
95506
|
VLayout: VLayout
|
95552
95507
|
VLayoutItem: VLayoutItem
|
95553
95508
|
VLazy: VLazy
|
95554
95509
|
VLocaleProvider: VLocaleProvider
|
95555
95510
|
VNoSsr: VNoSsr
|
95556
|
-
VRangeSlider: VRangeSlider
|
95557
95511
|
VParallax: VParallax
|
95512
|
+
VRangeSlider: VRangeSlider
|
95558
95513
|
VRadio: VRadio
|
95559
95514
|
VResponsive: VResponsive
|
95560
95515
|
VSparkline: VSparkline
|
95561
|
-
VSpeedDial: VSpeedDial
|
95562
|
-
VBanner: VBanner
|
95563
|
-
VBannerActions: VBannerActions
|
95564
|
-
VBannerText: VBannerText
|
95565
95516
|
VSnackbarQueue: VSnackbarQueue
|
95566
|
-
|
95517
|
+
VSpeedDial: VSpeedDial
|
95567
95518
|
VValidation: VValidation
|
95519
|
+
VThemeProvider: VThemeProvider
|
95568
95520
|
VVirtualScroll: VVirtualScroll
|
95569
95521
|
VFabTransition: VFabTransition
|
95570
95522
|
VDialogBottomTransition: VDialogBottomTransition
|
@@ -95582,29 +95534,25 @@ declare module 'vue' {
|
|
95582
95534
|
VExpandTransition: VExpandTransition
|
95583
95535
|
VExpandXTransition: VExpandXTransition
|
95584
95536
|
VDialogTransition: VDialogTransition
|
95585
|
-
VExpansionPanels: VExpansionPanels
|
95586
|
-
VExpansionPanel: VExpansionPanel
|
95587
|
-
VExpansionPanelText: VExpansionPanelText
|
95588
|
-
VExpansionPanelTitle: VExpansionPanelTitle
|
95589
95537
|
VCalendar: VCalendar
|
95590
95538
|
VCalendarDay: VCalendarDay
|
95591
95539
|
VCalendarHeader: VCalendarHeader
|
95592
95540
|
VCalendarInterval: VCalendarInterval
|
95593
95541
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
95594
95542
|
VCalendarMonthDay: VCalendarMonthDay
|
95595
|
-
VColorInput: VColorInput
|
95596
|
-
VFileUpload: VFileUpload
|
95597
|
-
VFileUploadItem: VFileUploadItem
|
95598
|
-
VIconBtn: VIconBtn
|
95599
|
-
VPicker: VPicker
|
95600
|
-
VPickerTitle: VPickerTitle
|
95601
95543
|
VStepperVertical: VStepperVertical
|
95602
95544
|
VStepperVerticalItem: VStepperVerticalItem
|
95603
95545
|
VStepperVerticalActions: VStepperVerticalActions
|
95546
|
+
VColorInput: VColorInput
|
95547
|
+
VIconBtn: VIconBtn
|
95604
95548
|
VHotkey: VHotkey
|
95549
|
+
VPicker: VPicker
|
95550
|
+
VPickerTitle: VPickerTitle
|
95605
95551
|
VDateInput: VDateInput
|
95606
95552
|
VMaskInput: VMaskInput
|
95607
95553
|
VPullToRefresh: VPullToRefresh
|
95554
|
+
VFileUpload: VFileUpload
|
95555
|
+
VFileUploadItem: VFileUploadItem
|
95608
95556
|
}
|
95609
95557
|
export interface GlobalDirectives {
|
95610
95558
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|