@vuetify/nightly 3.6.14-master.2024-08-12 → 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.
Files changed (135) hide show
  1. package/dist/json/attributes.json +7 -7
  2. package/dist/json/importMap-labs.json +30 -30
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +8 -8
  5. package/dist/vuetify-labs.css +2728 -2728
  6. package/dist/vuetify-labs.d.ts +33444 -40135
  7. package/dist/vuetify-labs.esm.js +16 -8
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +16 -8
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +556 -556
  12. package/dist/vuetify.d.ts +32672 -39038
  13. package/dist/vuetify.esm.js +16 -8
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +16 -8
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +22 -22
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/index.d.mts +50 -73
  21. package/lib/components/VApp/index.d.mts +9 -11
  22. package/lib/components/VAppBar/index.d.mts +92 -128
  23. package/lib/components/VAutocomplete/index.d.mts +4771 -3230
  24. package/lib/components/VAvatar/index.d.mts +23 -22
  25. package/lib/components/VBadge/index.d.mts +53 -59
  26. package/lib/components/VBanner/index.d.mts +44 -66
  27. package/lib/components/VBottomNavigation/index.d.mts +25 -32
  28. package/lib/components/VBottomSheet/index.d.mts +125 -135
  29. package/lib/components/VBreadcrumbs/index.d.mts +35 -78
  30. package/lib/components/VBtn/index.d.mts +49 -53
  31. package/lib/components/VBtnGroup/index.d.mts +14 -13
  32. package/lib/components/VBtnToggle/index.d.mts +21 -23
  33. package/lib/components/VCard/index.d.mts +104 -168
  34. package/lib/components/VCarousel/index.d.mts +59 -96
  35. package/lib/components/VCheckbox/index.d.mts +132 -155
  36. package/lib/components/VChip/index.d.mts +47 -59
  37. package/lib/components/VChipGroup/index.d.mts +39 -41
  38. package/lib/components/VCode/index.d.mts +9 -11
  39. package/lib/components/VColorPicker/index.d.mts +58 -133
  40. package/lib/components/VCombobox/index.d.mts +4785 -3244
  41. package/lib/components/VConfirmEdit/index.d.mts +11 -19
  42. package/lib/components/VCounter/index.d.mts +40 -42
  43. package/lib/components/VDataIterator/index.d.mts +171 -185
  44. package/lib/components/VDataTable/index.d.mts +480 -1204
  45. package/lib/components/VDatePicker/index.d.mts +120 -158
  46. package/lib/components/VDefaultsProvider/index.d.mts +5 -9
  47. package/lib/components/VDialog/index.d.mts +243 -277
  48. package/lib/components/VDivider/index.d.mts +9 -11
  49. package/lib/components/VEmptyState/index.d.mts +30 -52
  50. package/lib/components/VExpansionPanel/index.d.mts +60 -85
  51. package/lib/components/VFab/index.d.mts +81 -73
  52. package/lib/components/VField/index.d.mts +35 -62
  53. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  54. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  55. package/lib/components/VFileInput/index.d.mts +172 -259
  56. package/lib/components/VFooter/index.d.mts +9 -11
  57. package/lib/components/VForm/index.d.mts +105 -77
  58. package/lib/components/VGrid/index.d.mts +41 -52
  59. package/lib/components/VHover/index.d.mts +5 -9
  60. package/lib/components/VIcon/index.d.mts +23 -29
  61. package/lib/components/VImg/index.d.mts +28 -42
  62. package/lib/components/VInfiniteScroll/index.d.mts +17 -37
  63. package/lib/components/VInput/index.d.mts +48 -50
  64. package/lib/components/VItemGroup/index.d.mts +21 -30
  65. package/lib/components/VKbd/index.d.mts +9 -11
  66. package/lib/components/VLabel/index.d.mts +9 -11
  67. package/lib/components/VLayout/index.d.mts +18 -24
  68. package/lib/components/VLazy/index.d.mts +42 -44
  69. package/lib/components/VList/index.d.mts +210 -329
  70. package/lib/components/VLocaleProvider/index.d.mts +9 -11
  71. package/lib/components/VMain/index.d.mts +9 -11
  72. package/lib/components/VMenu/index.d.mts +272 -306
  73. package/lib/components/VMessages/index.d.mts +49 -51
  74. package/lib/components/VNavigationDrawer/index.d.mts +27 -40
  75. package/lib/components/VOtpInput/index.d.mts +22 -28
  76. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  77. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  78. package/lib/components/VOverlay/index.d.mts +53 -63
  79. package/lib/components/VPagination/index.d.mts +31 -46
  80. package/lib/components/VParallax/index.d.mts +15 -29
  81. package/lib/components/VProgressCircular/index.d.mts +9 -11
  82. package/lib/components/VProgressLinear/index.d.mts +22 -24
  83. package/lib/components/VRadio/index.d.mts +49 -52
  84. package/lib/components/VRadioGroup/index.d.mts +66 -66
  85. package/lib/components/VRangeSlider/index.d.mts +58 -69
  86. package/lib/components/VRating/index.d.mts +13 -19
  87. package/lib/components/VResponsive/index.d.mts +11 -17
  88. package/lib/components/VSelect/index.d.mts +4762 -3221
  89. package/lib/components/VSelectionControl/index.d.mts +38 -44
  90. package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
  91. package/lib/components/VSheet/index.d.mts +15 -17
  92. package/lib/components/VSkeletonLoader/index.d.mts +41 -11
  93. package/lib/components/VSlideGroup/index.d.mts +112 -129
  94. package/lib/components/VSlider/index.d.mts +58 -69
  95. package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
  96. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  97. package/lib/components/VSnackbar/index.d.mts +231 -270
  98. package/lib/components/VSparkline/index.d.mts +11 -19
  99. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  100. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  101. package/lib/components/VSpeedDial/index.d.mts +179 -189
  102. package/lib/components/VStepper/index.d.mts +105 -180
  103. package/lib/components/VSwitch/index.d.mts +78 -98
  104. package/lib/components/VSystemBar/index.d.mts +13 -15
  105. package/lib/components/VTable/index.d.mts +15 -29
  106. package/lib/components/VTabs/index.d.mts +213 -297
  107. package/lib/components/VTextField/index.d.mts +253 -408
  108. package/lib/components/VTextarea/index.d.mts +157 -236
  109. package/lib/components/VThemeProvider/index.d.mts +9 -11
  110. package/lib/components/VTimeline/index.d.mts +29 -43
  111. package/lib/components/VToolbar/index.d.mts +49 -80
  112. package/lib/components/VTooltip/index.d.mts +282 -316
  113. package/lib/components/VValidation/index.d.mts +16 -23
  114. package/lib/components/VVirtualScroll/index.d.mts +14 -23
  115. package/lib/components/VWindow/index.d.mts +29 -50
  116. package/lib/components/index.d.mts +31169 -37524
  117. package/lib/components/transitions/index.d.mts +84 -148
  118. package/lib/composables/location.mjs.map +1 -1
  119. package/lib/directives/click-outside/index.mjs +3 -0
  120. package/lib/directives/click-outside/index.mjs.map +1 -1
  121. package/lib/entry-bundler.mjs +1 -1
  122. package/lib/framework.mjs +1 -1
  123. package/lib/index.d.mts +58 -58
  124. package/lib/labs/VCalendar/index.d.mts +146 -166
  125. package/lib/labs/VDateInput/index.d.mts +83 -62
  126. package/lib/labs/VNumberInput/index.d.mts +61 -88
  127. package/lib/labs/VPicker/index.d.mts +28 -46
  128. package/lib/labs/VPullToRefresh/index.d.mts +7 -15
  129. package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
  130. package/lib/labs/VStepperVertical/index.d.mts +109 -184
  131. package/lib/labs/VTimePicker/index.d.mts +35 -53
  132. package/lib/labs/VTreeview/index.d.mts +200 -277
  133. package/lib/labs/components.d.mts +905 -1231
  134. package/lib/util/propsFactory.mjs.map +1 -1
  135. 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<any>) => void;
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?: string | number | undefined) => unknown;
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 | undefined) => number;
429
- getWeekArray: (date: unknown, firstDayOfWeek?: string | number | undefined) => unknown[][];
430
- getWeekdays: (firstDayOfWeek?: string | number | undefined) => string[];
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,42 +464,42 @@ 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
468
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
472
469
  VAlert: typeof import('vuetify/components')['VAlert']
473
470
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
474
- VBadge: typeof import('vuetify/components')['VBadge']
475
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
471
+ VAppBar: typeof import('vuetify/components')['VAppBar']
472
+ VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
473
+ VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
476
474
  VAvatar: typeof import('vuetify/components')['VAvatar']
477
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
475
+ VBadge: typeof import('vuetify/components')['VBadge']
478
476
  VBanner: typeof import('vuetify/components')['VBanner']
479
477
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
480
478
  VBannerText: typeof import('vuetify/components')['VBannerText']
481
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
482
- VBtn: typeof import('vuetify/components')['VBtn']
479
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
483
480
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
484
481
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
485
482
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
483
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
484
+ VBtn: typeof import('vuetify/components')['VBtn']
485
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
486
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
487
+ VChip: typeof import('vuetify/components')['VChip']
488
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
489
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
486
490
  VCard: typeof import('vuetify/components')['VCard']
487
491
  VCardActions: typeof import('vuetify/components')['VCardActions']
488
492
  VCardItem: typeof import('vuetify/components')['VCardItem']
489
493
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
490
494
  VCardText: typeof import('vuetify/components')['VCardText']
491
495
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
492
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
493
- VChip: typeof import('vuetify/components')['VChip']
494
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
495
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
496
496
  VCarousel: typeof import('vuetify/components')['VCarousel']
497
497
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
498
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
498
499
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
499
500
  VCode: typeof import('vuetify/components')['VCode']
500
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
501
- VCombobox: typeof import('vuetify/components')['VCombobox']
502
501
  VCounter: typeof import('vuetify/components')['VCounter']
502
+ VCombobox: typeof import('vuetify/components')['VCombobox']
503
503
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
504
504
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
505
505
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
@@ -513,29 +513,34 @@ interface _GlobalComponents {
513
513
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
514
514
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
515
515
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
516
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
516
517
  VDialog: typeof import('vuetify/components')['VDialog']
517
518
  VDivider: typeof import('vuetify/components')['VDivider']
519
+ VFab: typeof import('vuetify/components')['VFab']
520
+ VFooter: typeof import('vuetify/components')['VFooter']
518
521
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
519
522
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
520
523
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
521
524
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
522
- VFab: typeof import('vuetify/components')['VFab']
523
525
  VFileInput: typeof import('vuetify/components')['VFileInput']
524
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
526
+ VField: typeof import('vuetify/components')['VField']
527
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
525
528
  VIcon: typeof import('vuetify/components')['VIcon']
526
529
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
527
530
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
528
531
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
529
532
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
530
- VField: typeof import('vuetify/components')['VField']
531
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
533
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
534
+ VItem: typeof import('vuetify/components')['VItem']
532
535
  VImg: typeof import('vuetify/components')['VImg']
533
- VFooter: typeof import('vuetify/components')['VFooter']
534
536
  VInput: typeof import('vuetify/components')['VInput']
535
537
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
538
+ VKbd: typeof import('vuetify/components')['VKbd']
536
539
  VLabel: typeof import('vuetify/components')['VLabel']
537
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
538
- VItem: typeof import('vuetify/components')['VItem']
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,72 +550,68 @@ 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
- VKbd: typeof import('vuetify/components')['VKbd']
549
- VMenu: typeof import('vuetify/components')['VMenu']
550
- VMain: typeof import('vuetify/components')['VMain']
551
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
552
- VMessages: typeof import('vuetify/components')['VMessages']
553
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
554
553
  VPagination: typeof import('vuetify/components')['VPagination']
555
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
556
554
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
557
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
558
555
  VOverlay: typeof import('vuetify/components')['VOverlay']
556
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
559
557
  VRating: typeof import('vuetify/components')['VRating']
560
- VSelect: typeof import('vuetify/components')['VSelect']
561
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
562
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
558
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
559
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
563
560
  VSheet: typeof import('vuetify/components')['VSheet']
561
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
564
562
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
563
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
564
+ VSelect: typeof import('vuetify/components')['VSelect']
565
+ VSlider: typeof import('vuetify/components')['VSlider']
565
566
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
566
567
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
567
- VSlider: typeof import('vuetify/components')['VSlider']
568
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
569
- VTable: typeof import('vuetify/components')['VTable']
568
+ VSwitch: typeof import('vuetify/components')['VSwitch']
570
569
  VStepper: typeof import('vuetify/components')['VStepper']
571
570
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
572
571
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
573
572
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
574
573
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
575
574
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
576
- VSwitch: typeof import('vuetify/components')['VSwitch']
577
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
575
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
578
576
  VTab: typeof import('vuetify/components')['VTab']
579
577
  VTabs: typeof import('vuetify/components')['VTabs']
580
578
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
581
579
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
582
- VTextField: typeof import('vuetify/components')['VTextField']
580
+ VTable: typeof import('vuetify/components')['VTable']
583
581
  VTimeline: typeof import('vuetify/components')['VTimeline']
584
582
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
583
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
585
584
  VTextarea: typeof import('vuetify/components')['VTextarea']
586
585
  VToolbar: typeof import('vuetify/components')['VToolbar']
587
586
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
588
587
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
588
+ VTextField: typeof import('vuetify/components')['VTextField']
589
+ VTooltip: typeof import('vuetify/components')['VTooltip']
589
590
  VWindow: typeof import('vuetify/components')['VWindow']
590
591
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
591
- VTooltip: typeof import('vuetify/components')['VTooltip']
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
- VResponsive: typeof import('vuetify/components')['VResponsive']
607
+ VRadio: typeof import('vuetify/components')['VRadio']
609
608
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
609
+ VResponsive: typeof import('vuetify/components')['VResponsive']
610
610
  VSparkline: typeof import('vuetify/components')['VSparkline']
611
611
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
612
612
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
613
613
  VValidation: typeof import('vuetify/components')['VValidation']
614
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
614
615
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
615
616
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
616
617
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -627,25 +628,24 @@ interface _GlobalComponents {
627
628
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
628
629
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
629
630
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
630
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
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
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
638
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
639
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
640
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
641
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
642
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
643
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
644
- VPicker: typeof import('vuetify/labs/components')['VPicker']
645
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
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']