@vuetify/nightly 3.9.1-dev.2025-07-17 → 3.9.1-master.2025-07-17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -11
- package/dist/json/attributes.json +1025 -1045
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +148 -148
- package/dist/json/tags.json +0 -5
- package/dist/json/web-types.json +1842 -1912
- package/dist/vuetify-labs.cjs +27 -216
- package/dist/vuetify-labs.css +5593 -5595
- package/dist/vuetify-labs.d.ts +51 -113
- package/dist/vuetify-labs.esm.js +27 -216
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +27 -216
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +18 -178
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +1500 -1502
- package/dist/vuetify.d.ts +51 -103
- package/dist/vuetify.esm.js +18 -178
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +18 -178
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +701 -723
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +0 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +0 -1
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.d.ts +0 -15
- package/lib/components/VFileInput/VFileInput.js +9 -38
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VList/VList.js +1 -2
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListItem.js +1 -7
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.d.ts +0 -75
- package/lib/components/VProgressLinear/VProgressLinear.js +6 -32
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +2 -2
- package/lib/components/VSelect/VSelect.js +0 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +51 -51
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.d.ts +0 -15
- package/lib/labs/VFileUpload/VFileUpload.js +9 -39
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/package.json +1 -1
- package/lib/components/VProgressLinear/chunks.d.ts +0 -55
- package/lib/components/VProgressLinear/chunks.js +0 -62
- package/lib/components/VProgressLinear/chunks.js.map +0 -1
- package/lib/composables/fileFilter.d.ts +0 -18
- package/lib/composables/fileFilter.js +0 -38
- package/lib/composables/fileFilter.js.map +0 -1
package/dist/vuetify.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,47 +95362,41 @@ declare module 'vue' {
|
|
95414
95362
|
$children?: VNodeChild
|
95415
95363
|
}
|
95416
95364
|
export interface GlobalComponents {
|
95365
|
+
VApp: VApp
|
95417
95366
|
VAlert: VAlert
|
95418
95367
|
VAlertTitle: VAlertTitle
|
95419
|
-
VApp: VApp
|
95420
|
-
VAutocomplete: VAutocomplete
|
95421
95368
|
VAppBar: VAppBar
|
95422
95369
|
VAppBarNavIcon: VAppBarNavIcon
|
95423
95370
|
VAppBarTitle: VAppBarTitle
|
95424
|
-
VAvatar: VAvatar
|
95425
95371
|
VBadge: VBadge
|
95426
|
-
|
95427
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
95428
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
95429
|
-
VBottomNavigation: VBottomNavigation
|
95372
|
+
VAutocomplete: VAutocomplete
|
95430
95373
|
VBanner: VBanner
|
95431
95374
|
VBannerActions: VBannerActions
|
95432
95375
|
VBannerText: VBannerText
|
95376
|
+
VBottomNavigation: VBottomNavigation
|
95377
|
+
VBreadcrumbs: VBreadcrumbs
|
95378
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
95379
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
95433
95380
|
VBottomSheet: VBottomSheet
|
95381
|
+
VAvatar: VAvatar
|
95434
95382
|
VBtnGroup: VBtnGroup
|
95435
|
-
|
95383
|
+
VBtnToggle: VBtnToggle
|
95436
95384
|
VCard: VCard
|
95437
95385
|
VCardActions: VCardActions
|
95438
95386
|
VCardItem: VCardItem
|
95439
95387
|
VCardSubtitle: VCardSubtitle
|
95440
95388
|
VCardText: VCardText
|
95441
95389
|
VCardTitle: VCardTitle
|
95390
|
+
VCode: VCode
|
95442
95391
|
VCheckbox: VCheckbox
|
95443
95392
|
VCheckboxBtn: VCheckboxBtn
|
95444
|
-
VBtnToggle: VBtnToggle
|
95445
95393
|
VCarousel: VCarousel
|
95446
95394
|
VCarouselItem: VCarouselItem
|
95447
95395
|
VChip: VChip
|
95448
|
-
VCombobox: VCombobox
|
95449
95396
|
VChipGroup: VChipGroup
|
95450
|
-
VCode: VCode
|
95451
|
-
VDatePicker: VDatePicker
|
95452
|
-
VDatePickerControls: VDatePickerControls
|
95453
|
-
VDatePickerHeader: VDatePickerHeader
|
95454
|
-
VDatePickerMonth: VDatePickerMonth
|
95455
|
-
VDatePickerMonths: VDatePickerMonths
|
95456
|
-
VDatePickerYears: VDatePickerYears
|
95457
95397
|
VColorPicker: VColorPicker
|
95398
|
+
VCombobox: VCombobox
|
95399
|
+
VBtn: VBtn
|
95458
95400
|
VCounter: VCounter
|
95459
95401
|
VDataTable: VDataTable
|
95460
95402
|
VDataTableHeaders: VDataTableHeaders
|
@@ -95463,25 +95405,35 @@ declare module 'vue' {
|
|
95463
95405
|
VDataTableRow: VDataTableRow
|
95464
95406
|
VDataTableVirtual: VDataTableVirtual
|
95465
95407
|
VDataTableServer: VDataTableServer
|
95408
|
+
VDatePicker: VDatePicker
|
95409
|
+
VDatePickerControls: VDatePickerControls
|
95410
|
+
VDatePickerHeader: VDatePickerHeader
|
95411
|
+
VDatePickerMonth: VDatePickerMonth
|
95412
|
+
VDatePickerMonths: VDatePickerMonths
|
95413
|
+
VDatePickerYears: VDatePickerYears
|
95466
95414
|
VDialog: VDialog
|
95467
|
-
|
95415
|
+
VFab: VFab
|
95468
95416
|
VExpansionPanels: VExpansionPanels
|
95469
95417
|
VExpansionPanel: VExpansionPanel
|
95470
95418
|
VExpansionPanelText: VExpansionPanelText
|
95471
95419
|
VExpansionPanelTitle: VExpansionPanelTitle
|
95472
95420
|
VField: VField
|
95473
95421
|
VFieldLabel: VFieldLabel
|
95474
|
-
|
95475
|
-
VFab: VFab
|
95476
|
-
VFooter: VFooter
|
95422
|
+
VEmptyState: VEmptyState
|
95477
95423
|
VFileInput: VFileInput
|
95478
95424
|
VImg: VImg
|
95425
|
+
VFooter: VFooter
|
95426
|
+
VInfiniteScroll: VInfiniteScroll
|
95427
|
+
VInput: VInput
|
95479
95428
|
VIcon: VIcon
|
95480
95429
|
VComponentIcon: VComponentIcon
|
95481
95430
|
VSvgIcon: VSvgIcon
|
95482
95431
|
VLigatureIcon: VLigatureIcon
|
95483
95432
|
VClassIcon: VClassIcon
|
95484
|
-
|
95433
|
+
VLabel: VLabel
|
95434
|
+
VKbd: VKbd
|
95435
|
+
VItemGroup: VItemGroup
|
95436
|
+
VItem: VItem
|
95485
95437
|
VList: VList
|
95486
95438
|
VListGroup: VListGroup
|
95487
95439
|
VListImg: VListImg
|
@@ -95491,57 +95443,58 @@ declare module 'vue' {
|
|
95491
95443
|
VListItemSubtitle: VListItemSubtitle
|
95492
95444
|
VListItemTitle: VListItemTitle
|
95493
95445
|
VListSubheader: VListSubheader
|
95494
|
-
VInfiniteScroll: VInfiniteScroll
|
95495
|
-
VItemGroup: VItemGroup
|
95496
|
-
VItem: VItem
|
95497
95446
|
VMain: VMain
|
95498
95447
|
VMenu: VMenu
|
95499
|
-
VMessages: VMessages
|
95500
95448
|
VNavigationDrawer: VNavigationDrawer
|
95501
95449
|
VNumberInput: VNumberInput
|
95502
|
-
|
95450
|
+
VMessages: VMessages
|
95503
95451
|
VOverlay: VOverlay
|
95452
|
+
VOtpInput: VOtpInput
|
95504
95453
|
VProgressCircular: VProgressCircular
|
95505
95454
|
VPagination: VPagination
|
95506
95455
|
VProgressLinear: VProgressLinear
|
95507
95456
|
VRadioGroup: VRadioGroup
|
95508
95457
|
VRating: VRating
|
95509
|
-
VSelectionControl: VSelectionControl
|
95510
95458
|
VSelect: VSelect
|
95511
|
-
VSelectionControlGroup: VSelectionControlGroup
|
95512
95459
|
VSheet: VSheet
|
95513
|
-
VSlideGroup: VSlideGroup
|
95514
|
-
VSlideGroupItem: VSlideGroupItem
|
95515
95460
|
VSkeletonLoader: VSkeletonLoader
|
95461
|
+
VSelectionControlGroup: VSelectionControlGroup
|
95516
95462
|
VSlider: VSlider
|
95463
|
+
VSlideGroup: VSlideGroup
|
95464
|
+
VSlideGroupItem: VSlideGroupItem
|
95465
|
+
VSelectionControl: VSelectionControl
|
95466
|
+
VSnackbar: VSnackbar
|
95517
95467
|
VStepper: VStepper
|
95518
95468
|
VStepperActions: VStepperActions
|
95519
95469
|
VStepperHeader: VStepperHeader
|
95520
95470
|
VStepperItem: VStepperItem
|
95521
95471
|
VStepperWindow: VStepperWindow
|
95522
95472
|
VStepperWindowItem: VStepperWindowItem
|
95523
|
-
|
95473
|
+
VSwitch: VSwitch
|
95474
|
+
VTable: VTable
|
95524
95475
|
VSystemBar: VSystemBar
|
95476
|
+
VTextField: VTextField
|
95525
95477
|
VTab: VTab
|
95526
95478
|
VTabs: VTabs
|
95527
95479
|
VTabsWindow: VTabsWindow
|
95528
95480
|
VTabsWindowItem: VTabsWindowItem
|
95529
|
-
VSwitch: VSwitch
|
95530
|
-
VTextarea: VTextarea
|
95531
|
-
VTable: VTable
|
95532
|
-
VTextField: VTextField
|
95533
95481
|
VTimeline: VTimeline
|
95534
95482
|
VTimelineItem: VTimelineItem
|
95483
|
+
VTextarea: VTextarea
|
95484
|
+
VTimePicker: VTimePicker
|
95485
|
+
VTimePickerClock: VTimePickerClock
|
95486
|
+
VTimePickerControls: VTimePickerControls
|
95535
95487
|
VToolbar: VToolbar
|
95536
95488
|
VToolbarTitle: VToolbarTitle
|
95537
95489
|
VToolbarItems: VToolbarItems
|
95490
|
+
VTooltip: VTooltip
|
95538
95491
|
VTreeview: VTreeview
|
95539
95492
|
VTreeviewItem: VTreeviewItem
|
95540
95493
|
VTreeviewGroup: VTreeviewGroup
|
95541
|
-
VTooltip: VTooltip
|
95542
95494
|
VWindow: VWindow
|
95543
95495
|
VWindowItem: VWindowItem
|
95544
|
-
|
95496
|
+
VDivider: VDivider
|
95497
|
+
VConfirmEdit: VConfirmEdit
|
95545
95498
|
VDataIterator: VDataIterator
|
95546
95499
|
VDefaultsProvider: VDefaultsProvider
|
95547
95500
|
VForm: VForm
|
@@ -95549,23 +95502,19 @@ declare module 'vue' {
|
|
95549
95502
|
VCol: VCol
|
95550
95503
|
VRow: VRow
|
95551
95504
|
VSpacer: VSpacer
|
95505
|
+
VHover: VHover
|
95552
95506
|
VLayout: VLayout
|
95553
95507
|
VLayoutItem: VLayoutItem
|
95554
95508
|
VLazy: VLazy
|
95555
|
-
VHover: VHover
|
95556
95509
|
VLocaleProvider: VLocaleProvider
|
95557
95510
|
VNoSsr: VNoSsr
|
95558
95511
|
VParallax: VParallax
|
95559
95512
|
VRadio: VRadio
|
95560
95513
|
VRangeSlider: VRangeSlider
|
95561
95514
|
VResponsive: VResponsive
|
95562
|
-
VSpeedDial: VSpeedDial
|
95563
|
-
VSparkline: VSparkline
|
95564
|
-
VKbd: VKbd
|
95565
95515
|
VSnackbarQueue: VSnackbarQueue
|
95566
|
-
|
95567
|
-
|
95568
|
-
VTimePickerControls: VTimePickerControls
|
95516
|
+
VSparkline: VSparkline
|
95517
|
+
VSpeedDial: VSpeedDial
|
95569
95518
|
VThemeProvider: VThemeProvider
|
95570
95519
|
VValidation: VValidation
|
95571
95520
|
VVirtualScroll: VVirtualScroll
|
@@ -95585,12 +95534,7 @@ declare module 'vue' {
|
|
95585
95534
|
VExpandTransition: VExpandTransition
|
95586
95535
|
VExpandXTransition: VExpandXTransition
|
95587
95536
|
VDialogTransition: VDialogTransition
|
95588
|
-
VConfirmEdit: VConfirmEdit
|
95589
95537
|
VIconBtn: VIconBtn
|
95590
|
-
VColorInput: VColorInput
|
95591
|
-
VStepperVertical: VStepperVertical
|
95592
|
-
VStepperVerticalItem: VStepperVerticalItem
|
95593
|
-
VStepperVerticalActions: VStepperVerticalActions
|
95594
95538
|
VCalendar: VCalendar
|
95595
95539
|
VCalendarDay: VCalendarDay
|
95596
95540
|
VCalendarHeader: VCalendarHeader
|
@@ -95601,10 +95545,14 @@ declare module 'vue' {
|
|
95601
95545
|
VFileUploadItem: VFileUploadItem
|
95602
95546
|
VPicker: VPicker
|
95603
95547
|
VPickerTitle: VPickerTitle
|
95548
|
+
VColorInput: VColorInput
|
95549
|
+
VStepperVertical: VStepperVertical
|
95550
|
+
VStepperVerticalItem: VStepperVerticalItem
|
95551
|
+
VStepperVerticalActions: VStepperVerticalActions
|
95604
95552
|
VHotkey: VHotkey
|
95605
95553
|
VDateInput: VDateInput
|
95606
|
-
VMaskInput: VMaskInput
|
95607
95554
|
VPullToRefresh: VPullToRefresh
|
95555
|
+
VMaskInput: VMaskInput
|
95608
95556
|
}
|
95609
95557
|
export interface GlobalDirectives {
|
95610
95558
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|