@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13
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/dist/json/attributes.json +7 -11
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +8 -18
- package/dist/vuetify-labs.css +2162 -2162
- package/dist/vuetify-labs.d.ts +33122 -39828
- package/dist/vuetify-labs.esm.js +17 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1025 -1025
- package/dist/vuetify.d.ts +32674 -39040
- package/dist/vuetify.esm.js +16 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +50 -73
- package/lib/components/VApp/index.d.mts +9 -11
- package/lib/components/VAppBar/index.d.mts +92 -128
- package/lib/components/VAutocomplete/index.d.mts +4771 -3230
- package/lib/components/VAvatar/index.d.mts +23 -22
- package/lib/components/VBadge/index.d.mts +53 -59
- package/lib/components/VBanner/index.d.mts +44 -66
- package/lib/components/VBottomNavigation/index.d.mts +25 -32
- package/lib/components/VBottomSheet/index.d.mts +125 -135
- package/lib/components/VBreadcrumbs/index.d.mts +35 -78
- package/lib/components/VBtn/index.d.mts +49 -53
- package/lib/components/VBtnGroup/index.d.mts +14 -13
- package/lib/components/VBtnToggle/index.d.mts +21 -23
- package/lib/components/VCard/index.d.mts +104 -168
- package/lib/components/VCarousel/index.d.mts +59 -96
- package/lib/components/VCheckbox/index.d.mts +132 -155
- package/lib/components/VChip/index.d.mts +47 -59
- package/lib/components/VChipGroup/index.d.mts +39 -41
- package/lib/components/VCode/index.d.mts +9 -11
- package/lib/components/VColorPicker/index.d.mts +58 -133
- package/lib/components/VCombobox/index.d.mts +4785 -3244
- package/lib/components/VConfirmEdit/index.d.mts +11 -19
- package/lib/components/VCounter/index.d.mts +40 -42
- package/lib/components/VDataIterator/index.d.mts +171 -185
- package/lib/components/VDataTable/index.d.mts +480 -1204
- package/lib/components/VDatePicker/index.d.mts +120 -158
- package/lib/components/VDefaultsProvider/index.d.mts +5 -9
- package/lib/components/VDialog/index.d.mts +243 -277
- package/lib/components/VDivider/index.d.mts +9 -11
- package/lib/components/VEmptyState/index.d.mts +30 -52
- package/lib/components/VExpansionPanel/index.d.mts +60 -85
- package/lib/components/VFab/index.d.mts +81 -73
- package/lib/components/VField/index.d.mts +35 -62
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +172 -259
- package/lib/components/VFooter/index.d.mts +9 -11
- package/lib/components/VForm/index.d.mts +105 -77
- package/lib/components/VGrid/index.d.mts +41 -52
- package/lib/components/VHover/index.d.mts +5 -9
- package/lib/components/VIcon/index.d.mts +23 -29
- package/lib/components/VImg/index.d.mts +28 -42
- package/lib/components/VInfiniteScroll/index.d.mts +17 -37
- package/lib/components/VInput/index.d.mts +48 -50
- package/lib/components/VItemGroup/index.d.mts +21 -30
- package/lib/components/VKbd/index.d.mts +9 -11
- package/lib/components/VLabel/index.d.mts +9 -11
- package/lib/components/VLayout/index.d.mts +18 -24
- package/lib/components/VLazy/index.d.mts +42 -44
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +210 -329
- package/lib/components/VLocaleProvider/index.d.mts +9 -11
- package/lib/components/VMain/index.d.mts +9 -11
- package/lib/components/VMenu/index.d.mts +272 -306
- package/lib/components/VMessages/index.d.mts +49 -51
- package/lib/components/VNavigationDrawer/index.d.mts +27 -40
- package/lib/components/VOtpInput/index.d.mts +22 -28
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +53 -63
- package/lib/components/VPagination/index.d.mts +31 -46
- package/lib/components/VParallax/index.d.mts +15 -29
- package/lib/components/VProgressCircular/index.d.mts +9 -11
- package/lib/components/VProgressLinear/index.d.mts +22 -24
- package/lib/components/VRadio/index.d.mts +49 -52
- package/lib/components/VRadioGroup/index.d.mts +66 -66
- package/lib/components/VRangeSlider/index.d.mts +58 -69
- package/lib/components/VRating/index.d.mts +13 -19
- package/lib/components/VResponsive/index.d.mts +11 -17
- package/lib/components/VSelect/index.d.mts +4762 -3221
- package/lib/components/VSelectionControl/index.d.mts +38 -44
- package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
- package/lib/components/VSheet/index.d.mts +15 -17
- package/lib/components/VSkeletonLoader/index.d.mts +41 -11
- package/lib/components/VSlideGroup/index.d.mts +112 -129
- package/lib/components/VSlider/index.d.mts +58 -69
- package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +231 -270
- package/lib/components/VSparkline/index.d.mts +11 -19
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +179 -189
- package/lib/components/VStepper/index.d.mts +105 -180
- package/lib/components/VSwitch/index.d.mts +78 -98
- package/lib/components/VSystemBar/index.d.mts +13 -15
- package/lib/components/VTable/index.d.mts +15 -29
- package/lib/components/VTabs/index.d.mts +213 -297
- package/lib/components/VTextField/index.d.mts +253 -408
- package/lib/components/VTextarea/index.d.mts +157 -236
- package/lib/components/VThemeProvider/index.d.mts +9 -11
- package/lib/components/VTimeline/index.d.mts +29 -43
- package/lib/components/VToolbar/index.d.mts +49 -80
- package/lib/components/VTooltip/index.d.mts +282 -316
- package/lib/components/VValidation/index.d.mts +16 -23
- package/lib/components/VVirtualScroll/index.d.mts +14 -23
- package/lib/components/VWindow/index.d.mts +29 -50
- package/lib/components/index.d.mts +31169 -37524
- package/lib/components/transitions/index.d.mts +84 -148
- package/lib/composables/location.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +3 -0
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/index.d.mts +146 -166
- package/lib/labs/VDateInput/index.d.mts +83 -62
- package/lib/labs/VNumberInput/index.d.mts +61 -88
- package/lib/labs/VPicker/index.d.mts +28 -46
- package/lib/labs/VPullToRefresh/index.d.mts +7 -15
- package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
- package/lib/labs/VStepperVertical/index.d.mts +109 -184
- package/lib/labs/VTimePicker/index.d.mts +35 -53
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +200 -292
- package/lib/labs/components.d.mts +905 -1246
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
package/lib/index.d.mts
CHANGED
@@ -377,7 +377,7 @@ declare function createVuetify(vuetify?: VuetifyOptions): {
|
|
377
377
|
defaults: vue.Ref<DefaultsInstance>;
|
378
378
|
display: DisplayInstance;
|
379
379
|
theme: ThemeInstance & {
|
380
|
-
install: (app: App
|
380
|
+
install: (app: App) => void;
|
381
381
|
};
|
382
382
|
icons: InternalIconOptions;
|
383
383
|
locale: {
|
@@ -403,7 +403,7 @@ declare function createVuetify(vuetify?: VuetifyOptions): {
|
|
403
403
|
toISO: (date: unknown) => string;
|
404
404
|
startOfDay: (date: unknown) => unknown;
|
405
405
|
endOfDay: (date: unknown) => unknown;
|
406
|
-
startOfWeek: (date: unknown, firstDayOfWeek?:
|
406
|
+
startOfWeek: (date: unknown, firstDayOfWeek?: number | string) => unknown;
|
407
407
|
endOfWeek: (date: unknown) => unknown;
|
408
408
|
startOfMonth: (date: unknown) => unknown;
|
409
409
|
endOfMonth: (date: unknown) => unknown;
|
@@ -425,9 +425,9 @@ declare function createVuetify(vuetify?: VuetifyOptions): {
|
|
425
425
|
addMonths: (date: unknown, amount: number) => unknown;
|
426
426
|
getYear: (date: unknown) => number;
|
427
427
|
setYear: (date: unknown, year: number) => unknown;
|
428
|
-
getDiff: (date: unknown, comparing: unknown, unit?: string
|
429
|
-
getWeekArray: (date: unknown, firstDayOfWeek?:
|
430
|
-
getWeekdays: (firstDayOfWeek?:
|
428
|
+
getDiff: (date: unknown, comparing: unknown, unit?: string) => number;
|
429
|
+
getWeekArray: (date: unknown, firstDayOfWeek?: number | string) => unknown[][];
|
430
|
+
getWeekdays: (firstDayOfWeek?: number | string) => string[];
|
431
431
|
getMonth: (date: unknown) => number;
|
432
432
|
setMonth: (date: unknown, month: number) => unknown;
|
433
433
|
getDate: (date: unknown) => number;
|
@@ -464,26 +464,29 @@ declare global {
|
|
464
464
|
}
|
465
465
|
}
|
466
466
|
interface _GlobalComponents {
|
467
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
468
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
469
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
470
467
|
VApp: typeof import('vuetify/components')['VApp']
|
471
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
472
468
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
473
469
|
VAlert: typeof import('vuetify/components')['VAlert']
|
474
470
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
471
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
472
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
473
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
474
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
475
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
475
476
|
VBanner: typeof import('vuetify/components')['VBanner']
|
476
477
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
477
478
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
478
479
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
479
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
480
480
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
481
481
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
482
482
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
483
483
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
484
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
484
485
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
485
486
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
486
|
-
|
487
|
+
VChip: typeof import('vuetify/components')['VChip']
|
488
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
489
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
487
490
|
VCard: typeof import('vuetify/components')['VCard']
|
488
491
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
489
492
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
@@ -492,13 +495,17 @@ interface _GlobalComponents {
|
|
492
495
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
493
496
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
494
497
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
495
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
496
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
497
|
-
VCode: typeof import('vuetify/components')['VCode']
|
498
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
499
|
-
VChip: typeof import('vuetify/components')['VChip']
|
500
498
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
499
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
500
|
+
VCode: typeof import('vuetify/components')['VCode']
|
501
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
501
502
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
503
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
504
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
505
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
506
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
507
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
508
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
502
509
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
503
510
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
504
511
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -506,36 +513,34 @@ interface _GlobalComponents {
|
|
506
513
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
507
514
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
508
515
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
509
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
510
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
511
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
512
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
513
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
514
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
515
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
516
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
517
516
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
517
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
518
518
|
VDivider: typeof import('vuetify/components')['VDivider']
|
519
|
+
VFab: typeof import('vuetify/components')['VFab']
|
519
520
|
VFooter: typeof import('vuetify/components')['VFooter']
|
520
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
521
521
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
522
522
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
523
523
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
524
524
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
525
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
525
526
|
VField: typeof import('vuetify/components')['VField']
|
526
527
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
527
|
-
VFab: typeof import('vuetify/components')['VFab']
|
528
528
|
VIcon: typeof import('vuetify/components')['VIcon']
|
529
529
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
530
530
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
531
531
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
532
532
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
533
|
-
|
533
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
534
|
+
VItem: typeof import('vuetify/components')['VItem']
|
534
535
|
VImg: typeof import('vuetify/components')['VImg']
|
535
536
|
VInput: typeof import('vuetify/components')['VInput']
|
537
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
536
538
|
VKbd: typeof import('vuetify/components')['VKbd']
|
537
|
-
|
538
|
-
|
539
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
540
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
541
|
+
VMain: typeof import('vuetify/components')['VMain']
|
542
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
543
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
539
544
|
VList: typeof import('vuetify/components')['VList']
|
540
545
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
541
546
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -545,70 +550,65 @@ interface _GlobalComponents {
|
|
545
550
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
546
551
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
547
552
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
548
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
549
|
-
VMain: typeof import('vuetify/components')['VMain']
|
550
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
551
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
552
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
553
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
554
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
555
553
|
VPagination: typeof import('vuetify/components')['VPagination']
|
556
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
557
554
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
555
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
556
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
558
557
|
VRating: typeof import('vuetify/components')['VRating']
|
558
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
559
559
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
560
|
-
|
561
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
560
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
562
561
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
563
562
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
564
|
-
|
565
|
-
|
563
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
564
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
566
565
|
VSlider: typeof import('vuetify/components')['VSlider']
|
567
566
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
568
567
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
568
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
569
569
|
VStepper: typeof import('vuetify/components')['VStepper']
|
570
570
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
571
571
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
572
572
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
573
573
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
574
574
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
575
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
575
576
|
VTab: typeof import('vuetify/components')['VTab']
|
576
577
|
VTabs: typeof import('vuetify/components')['VTabs']
|
577
578
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
578
579
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
579
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
580
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
581
580
|
VTable: typeof import('vuetify/components')['VTable']
|
582
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
583
581
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
584
582
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
585
|
-
|
586
|
-
|
583
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
584
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
587
585
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
588
586
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
589
587
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
588
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
589
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
590
590
|
VWindow: typeof import('vuetify/components')['VWindow']
|
591
591
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
592
592
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
593
593
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
594
594
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
595
|
+
VHover: typeof import('vuetify/components')['VHover']
|
596
|
+
VForm: typeof import('vuetify/components')['VForm']
|
595
597
|
VContainer: typeof import('vuetify/components')['VContainer']
|
596
598
|
VCol: typeof import('vuetify/components')['VCol']
|
597
599
|
VRow: typeof import('vuetify/components')['VRow']
|
598
600
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
599
|
-
VForm: typeof import('vuetify/components')['VForm']
|
600
|
-
VHover: typeof import('vuetify/components')['VHover']
|
601
601
|
VLayout: typeof import('vuetify/components')['VLayout']
|
602
602
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
603
603
|
VLazy: typeof import('vuetify/components')['VLazy']
|
604
604
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
605
605
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
606
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
607
606
|
VParallax: typeof import('vuetify/components')['VParallax']
|
608
|
-
|
607
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
609
608
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
610
|
-
|
609
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
611
610
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
611
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
612
612
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
613
613
|
VValidation: typeof import('vuetify/components')['VValidation']
|
614
614
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
@@ -628,24 +628,24 @@ interface _GlobalComponents {
|
|
628
628
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
629
629
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
630
630
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
631
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
632
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
633
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
634
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
635
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
636
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
631
637
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
632
638
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
633
639
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
634
640
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
635
641
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
636
642
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
637
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
638
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
639
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
640
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
641
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
642
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
643
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
644
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
645
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
646
643
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
647
644
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
648
645
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
646
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
647
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
648
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
649
649
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
650
650
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
651
651
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|