vuetify 3.7.1 → 3.7.2

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 (147) hide show
  1. package/dist/json/attributes.json +3 -3
  2. package/dist/json/importMap-labs.json +24 -24
  3. package/dist/json/importMap.json +124 -124
  4. package/dist/json/web-types.json +4 -4
  5. package/dist/vuetify-labs.css +2653 -2650
  6. package/dist/vuetify-labs.d.ts +1056 -999
  7. package/dist/vuetify-labs.esm.js +83 -99
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +83 -99
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +2736 -2733
  12. package/dist/vuetify.d.ts +1016 -959
  13. package/dist/vuetify.esm.js +62 -43
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +62 -43
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +284 -284
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/index.d.mts +10 -10
  21. package/lib/components/VAppBar/index.d.mts +18 -18
  22. package/lib/components/VAutocomplete/index.d.mts +112 -109
  23. package/lib/components/VAvatar/index.d.mts +4 -4
  24. package/lib/components/VBadge/index.d.mts +4 -4
  25. package/lib/components/VBanner/index.d.mts +14 -14
  26. package/lib/components/VBottomNavigation/index.d.mts +4 -4
  27. package/lib/components/VBottomSheet/index.d.mts +11 -11
  28. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
  29. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  30. package/lib/components/VBreadcrumbs/index.d.mts +4 -4
  31. package/lib/components/VBtn/VBtn.mjs +3 -4
  32. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  33. package/lib/components/VBtn/index.d.mts +14 -14
  34. package/lib/components/VBtnGroup/index.d.mts +4 -4
  35. package/lib/components/VBtnToggle/index.d.mts +4 -4
  36. package/lib/components/VCard/VCard.mjs +3 -4
  37. package/lib/components/VCard/VCard.mjs.map +1 -1
  38. package/lib/components/VCard/index.d.mts +14 -14
  39. package/lib/components/VCarousel/index.d.mts +13 -13
  40. package/lib/components/VCheckbox/index.d.mts +4 -4
  41. package/lib/components/VChip/VChip.mjs +2 -3
  42. package/lib/components/VChip/VChip.mjs.map +1 -1
  43. package/lib/components/VChip/index.d.mts +8 -8
  44. package/lib/components/VChipGroup/index.d.mts +4 -4
  45. package/lib/components/VColorPicker/index.d.mts +22 -22
  46. package/lib/components/VCombobox/index.d.mts +112 -109
  47. package/lib/components/VDataTable/index.d.mts +14 -14
  48. package/lib/components/VDatePicker/index.d.mts +12 -12
  49. package/lib/components/VDialog/VDialog.css +4 -1
  50. package/lib/components/VDialog/VDialog.mjs +1 -2
  51. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  52. package/lib/components/VDialog/VDialog.sass +2 -1
  53. package/lib/components/VDialog/index.d.mts +50 -50
  54. package/lib/components/VEmptyState/index.d.mts +8 -8
  55. package/lib/components/VExpansionPanel/index.d.mts +4 -4
  56. package/lib/components/VFab/index.d.mts +18 -18
  57. package/lib/components/VFileInput/index.d.mts +6 -6
  58. package/lib/components/VFooter/index.d.mts +4 -4
  59. package/lib/components/VIcon/index.d.mts +4 -4
  60. package/lib/components/VInput/index.d.mts +2 -2
  61. package/lib/components/VItemGroup/index.d.mts +4 -4
  62. package/lib/components/VLabel/index.d.mts +4 -4
  63. package/lib/components/VList/VList.mjs +4 -2
  64. package/lib/components/VList/VList.mjs.map +1 -1
  65. package/lib/components/VList/VListItem.mjs +8 -6
  66. package/lib/components/VList/VListItem.mjs.map +1 -1
  67. package/lib/components/VList/index.d.mts +80 -23
  68. package/lib/components/VMenu/index.d.mts +50 -50
  69. package/lib/components/VMessages/index.d.mts +8 -8
  70. package/lib/components/VNavigationDrawer/index.d.mts +18 -18
  71. package/lib/components/VOtpInput/index.d.mts +4 -4
  72. package/lib/components/VOverlay/index.d.mts +11 -11
  73. package/lib/components/VPagination/index.d.mts +4 -4
  74. package/lib/components/VProgressCircular/index.d.mts +4 -4
  75. package/lib/components/VRadioGroup/index.d.mts +2 -2
  76. package/lib/components/VRangeSlider/index.d.mts +8 -8
  77. package/lib/components/VSelect/index.d.mts +112 -109
  78. package/lib/components/VSheet/index.d.mts +10 -10
  79. package/lib/components/VSkeletonLoader/index.d.mts +4 -4
  80. package/lib/components/VSlider/index.d.mts +8 -8
  81. package/lib/components/VSnackbar/index.d.mts +62 -62
  82. package/lib/components/VSpeedDial/index.d.mts +11 -11
  83. package/lib/components/VStepper/index.d.mts +12 -12
  84. package/lib/components/VSwitch/index.d.mts +2 -2
  85. package/lib/components/VSystemBar/index.d.mts +4 -4
  86. package/lib/components/VTabs/index.d.mts +53 -53
  87. package/lib/components/VTextField/index.d.mts +13 -13
  88. package/lib/components/VTextarea/index.d.mts +10 -10
  89. package/lib/components/VTimeline/index.d.mts +4 -4
  90. package/lib/components/VToolbar/index.d.mts +4 -4
  91. package/lib/components/VTooltip/index.d.mts +45 -45
  92. package/lib/components/VWindow/index.d.mts +6 -6
  93. package/lib/components/index.d.mts +867 -810
  94. package/lib/composables/directiveComponent.mjs +1 -1
  95. package/lib/composables/directiveComponent.mjs.map +1 -1
  96. package/lib/composables/nested/nested.mjs +18 -6
  97. package/lib/composables/nested/nested.mjs.map +1 -1
  98. package/lib/composables/nested/openStrategies.mjs +2 -4
  99. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  100. package/lib/composables/router.mjs +19 -9
  101. package/lib/composables/router.mjs.map +1 -1
  102. package/lib/directives/tooltip/index.mjs +1 -1
  103. package/lib/directives/tooltip/index.mjs.map +1 -1
  104. package/lib/entry-bundler.mjs +1 -1
  105. package/lib/framework.mjs +1 -1
  106. package/lib/index.d.mts +45 -45
  107. package/lib/labs/VDateInput/index.d.mts +12 -12
  108. package/lib/labs/VNumberInput/index.d.mts +67 -67
  109. package/lib/labs/VPicker/index.d.mts +10 -10
  110. package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
  111. package/lib/labs/VStepperVertical/index.d.mts +6 -6
  112. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  113. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  114. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  115. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  116. package/lib/labs/VTimePicker/index.d.mts +26 -26
  117. package/lib/labs/VTimePicker/util.mjs +5 -0
  118. package/lib/labs/VTimePicker/util.mjs.map +1 -0
  119. package/lib/labs/VTreeview/VTreeview.mjs +3 -12
  120. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  121. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  122. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  123. package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
  124. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  125. package/lib/labs/VTreeview/index.d.mts +40 -40
  126. package/lib/labs/components.d.mts +256 -256
  127. package/package.json +7 -9
  128. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
  129. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
  130. package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
  131. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
  132. package/lib/components/VDatePicker/util/index.mjs +0 -9
  133. package/lib/components/VDatePicker/util/index.mjs.map +0 -1
  134. package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
  135. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
  136. package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
  137. package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
  138. package/lib/components/VDatePicker/util/pad.mjs +0 -21
  139. package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
  140. package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
  141. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
  142. package/lib/services/goto/easing-patterns.mjs +0 -27
  143. package/lib/services/goto/easing-patterns.mjs.map +0 -1
  144. package/lib/services/goto/index.mjs +0 -73
  145. package/lib/services/goto/index.mjs.map +0 -1
  146. package/lib/services/goto/util.mjs +0 -39
  147. package/lib/services/goto/util.mjs.map +0 -1
package/lib/index.d.mts CHANGED
@@ -486,25 +486,24 @@ declare module 'vue' {
486
486
  $children?: VNodeChild
487
487
  }
488
488
  export interface GlobalComponents {
489
- VApp: typeof import('vuetify/components')['VApp']
489
+ VAppBar: typeof import('vuetify/components')['VAppBar']
490
+ VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
491
+ VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
490
492
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
491
493
  VAlert: typeof import('vuetify/components')['VAlert']
492
494
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
495
+ VAvatar: typeof import('vuetify/components')['VAvatar']
496
+ VApp: typeof import('vuetify/components')['VApp']
493
497
  VBanner: typeof import('vuetify/components')['VBanner']
494
498
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
495
499
  VBannerText: typeof import('vuetify/components')['VBannerText']
496
- VBadge: typeof import('vuetify/components')['VBadge']
497
- VAppBar: typeof import('vuetify/components')['VAppBar']
498
- VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
499
- VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
500
- VAvatar: typeof import('vuetify/components')['VAvatar']
500
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
501
501
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
502
502
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
503
503
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
504
- VBtn: typeof import('vuetify/components')['VBtn']
504
+ VBadge: typeof import('vuetify/components')['VBadge']
505
505
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
506
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
507
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
506
+ VBtn: typeof import('vuetify/components')['VBtn']
508
507
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
509
508
  VCard: typeof import('vuetify/components')['VCard']
510
509
  VCardActions: typeof import('vuetify/components')['VCardActions']
@@ -512,15 +511,16 @@ declare module 'vue' {
512
511
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
513
512
  VCardText: typeof import('vuetify/components')['VCardText']
514
513
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
515
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
516
514
  VCarousel: typeof import('vuetify/components')['VCarousel']
517
515
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
516
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
518
517
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
519
518
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
520
- VCode: typeof import('vuetify/components')['VCode']
519
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
520
+ VCombobox: typeof import('vuetify/components')['VCombobox']
521
521
  VChip: typeof import('vuetify/components')['VChip']
522
522
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
523
- VCounter: typeof import('vuetify/components')['VCounter']
523
+ VCode: typeof import('vuetify/components')['VCode']
524
524
  VDataTable: typeof import('vuetify/components')['VDataTable']
525
525
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
526
526
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -528,37 +528,38 @@ declare module 'vue' {
528
528
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
529
529
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
530
530
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
531
+ VCounter: typeof import('vuetify/components')['VCounter']
532
+ VDialog: typeof import('vuetify/components')['VDialog']
531
533
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
532
534
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
533
535
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
534
536
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
535
537
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
536
538
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
537
- VCombobox: typeof import('vuetify/components')['VCombobox']
538
539
  VDivider: typeof import('vuetify/components')['VDivider']
539
540
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
540
- VDialog: typeof import('vuetify/components')['VDialog']
541
541
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
542
542
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
543
543
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
544
544
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
545
- VFab: typeof import('vuetify/components')['VFab']
546
- VFooter: typeof import('vuetify/components')['VFooter']
547
545
  VField: typeof import('vuetify/components')['VField']
548
546
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
547
+ VFooter: typeof import('vuetify/components')['VFooter']
548
+ VFab: typeof import('vuetify/components')['VFab']
549
549
  VFileInput: typeof import('vuetify/components')['VFileInput']
550
550
  VIcon: typeof import('vuetify/components')['VIcon']
551
551
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
552
552
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
553
553
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
554
554
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
555
- VImg: typeof import('vuetify/components')['VImg']
556
555
  VInput: typeof import('vuetify/components')['VInput']
557
- VKbd: typeof import('vuetify/components')['VKbd']
556
+ VImg: typeof import('vuetify/components')['VImg']
558
557
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
559
558
  VLabel: typeof import('vuetify/components')['VLabel']
560
559
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
561
560
  VItem: typeof import('vuetify/components')['VItem']
561
+ VKbd: typeof import('vuetify/components')['VKbd']
562
+ VMain: typeof import('vuetify/components')['VMain']
562
563
  VList: typeof import('vuetify/components')['VList']
563
564
  VListGroup: typeof import('vuetify/components')['VListGroup']
564
565
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -568,57 +569,56 @@ declare module 'vue' {
568
569
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
569
570
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
570
571
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
571
- VMain: typeof import('vuetify/components')['VMain']
572
572
  VMenu: typeof import('vuetify/components')['VMenu']
573
573
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
574
+ VOverlay: typeof import('vuetify/components')['VOverlay']
574
575
  VMessages: typeof import('vuetify/components')['VMessages']
575
576
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
576
- VOverlay: typeof import('vuetify/components')['VOverlay']
577
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
578
577
  VPagination: typeof import('vuetify/components')['VPagination']
579
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
580
- VRating: typeof import('vuetify/components')['VRating']
578
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
581
579
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
580
+ VRating: typeof import('vuetify/components')['VRating']
581
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
582
582
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
583
583
  VSelect: typeof import('vuetify/components')['VSelect']
584
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
584
585
  VSheet: typeof import('vuetify/components')['VSheet']
586
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
585
587
  VSlider: typeof import('vuetify/components')['VSlider']
588
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
586
589
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
587
590
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
588
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
591
+ VSwitch: typeof import('vuetify/components')['VSwitch']
592
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
589
593
  VStepper: typeof import('vuetify/components')['VStepper']
590
594
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
591
595
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
592
596
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
593
597
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
594
598
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
595
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
596
- VSwitch: typeof import('vuetify/components')['VSwitch']
597
- VTab: typeof import('vuetify/components')['VTab']
598
- VTabs: typeof import('vuetify/components')['VTabs']
599
- VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
600
- VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
601
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
602
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
603
- VTable: typeof import('vuetify/components')['VTable']
604
- VTextField: typeof import('vuetify/components')['VTextField']
605
599
  VTextarea: typeof import('vuetify/components')['VTextarea']
606
- VTimeline: typeof import('vuetify/components')['VTimeline']
607
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
600
+ VTable: typeof import('vuetify/components')['VTable']
608
601
  VToolbar: typeof import('vuetify/components')['VToolbar']
609
602
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
610
603
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
604
+ VTimeline: typeof import('vuetify/components')['VTimeline']
605
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
606
+ VTab: typeof import('vuetify/components')['VTab']
607
+ VTabs: typeof import('vuetify/components')['VTabs']
608
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
609
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
611
610
  VTooltip: typeof import('vuetify/components')['VTooltip']
611
+ VTextField: typeof import('vuetify/components')['VTextField']
612
612
  VWindow: typeof import('vuetify/components')['VWindow']
613
613
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
614
614
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
615
615
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
616
616
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
617
+ VForm: typeof import('vuetify/components')['VForm']
617
618
  VContainer: typeof import('vuetify/components')['VContainer']
618
619
  VCol: typeof import('vuetify/components')['VCol']
619
620
  VRow: typeof import('vuetify/components')['VRow']
620
621
  VSpacer: typeof import('vuetify/components')['VSpacer']
621
- VForm: typeof import('vuetify/components')['VForm']
622
622
  VHover: typeof import('vuetify/components')['VHover']
623
623
  VLayout: typeof import('vuetify/components')['VLayout']
624
624
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
@@ -631,8 +631,9 @@ declare module 'vue' {
631
631
  VResponsive: typeof import('vuetify/components')['VResponsive']
632
632
  VSparkline: typeof import('vuetify/components')['VSparkline']
633
633
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
634
- VValidation: typeof import('vuetify/components')['VValidation']
635
634
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
635
+ VValidation: typeof import('vuetify/components')['VValidation']
636
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
636
637
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
637
638
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
638
639
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -649,27 +650,26 @@ declare module 'vue' {
649
650
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
650
651
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
651
652
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
652
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
653
653
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
654
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
655
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
656
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
654
657
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
655
658
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
656
659
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
657
660
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
658
661
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
659
662
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
663
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
664
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
660
665
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
661
666
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
662
667
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
663
668
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
664
669
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
665
670
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
666
- VPicker: typeof import('vuetify/labs/components')['VPicker']
667
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
668
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
669
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
670
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
671
671
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
672
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
673
672
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
673
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
674
674
  }
675
675
  }
@@ -108,7 +108,7 @@ declare const VDateInput: {
108
108
  maxWidth?: string | number | undefined;
109
109
  minHeight?: string | number | undefined;
110
110
  minWidth?: string | number | undefined;
111
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
111
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
112
112
  loading?: string | boolean | undefined;
113
113
  label?: string | undefined;
114
114
  text?: string | undefined;
@@ -118,8 +118,8 @@ declare const VDateInput: {
118
118
  month?: string | number | undefined;
119
119
  year?: number | undefined;
120
120
  class?: any;
121
- elevation?: string | number | undefined;
122
121
  theme?: string | undefined;
122
+ elevation?: string | number | undefined;
123
123
  counter?: string | number | boolean | undefined;
124
124
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
125
125
  modelValue?: any;
@@ -221,7 +221,7 @@ declare const VDateInput: {
221
221
  maxWidth?: string | number | undefined;
222
222
  minHeight?: string | number | undefined;
223
223
  minWidth?: string | number | undefined;
224
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
224
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
225
225
  loading?: string | boolean | undefined;
226
226
  label?: string | undefined;
227
227
  text?: string | undefined;
@@ -231,8 +231,8 @@ declare const VDateInput: {
231
231
  month?: string | number | undefined;
232
232
  year?: number | undefined;
233
233
  class?: any;
234
- elevation?: string | number | undefined;
235
234
  theme?: string | undefined;
235
+ elevation?: string | number | undefined;
236
236
  counter?: string | number | boolean | undefined;
237
237
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
238
238
  modelValue?: any;
@@ -392,7 +392,7 @@ declare const VDateInput: {
392
392
  maxWidth?: string | number | undefined;
393
393
  minHeight?: string | number | undefined;
394
394
  minWidth?: string | number | undefined;
395
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
395
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
396
396
  loading?: string | boolean | undefined;
397
397
  label?: string | undefined;
398
398
  text?: string | undefined;
@@ -402,8 +402,8 @@ declare const VDateInput: {
402
402
  month?: string | number | undefined;
403
403
  year?: number | undefined;
404
404
  class?: any;
405
- elevation?: string | number | undefined;
406
405
  theme?: string | undefined;
406
+ elevation?: string | number | undefined;
407
407
  counter?: string | number | boolean | undefined;
408
408
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
409
409
  modelValue?: any;
@@ -558,7 +558,7 @@ declare const VDateInput: {
558
558
  maxWidth?: string | number | undefined;
559
559
  minHeight?: string | number | undefined;
560
560
  minWidth?: string | number | undefined;
561
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
561
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
562
562
  loading?: string | boolean | undefined;
563
563
  label?: string | undefined;
564
564
  text?: string | undefined;
@@ -568,8 +568,8 @@ declare const VDateInput: {
568
568
  month?: string | number | undefined;
569
569
  year?: number | undefined;
570
570
  class?: any;
571
- elevation?: string | number | undefined;
572
571
  theme?: string | undefined;
572
+ elevation?: string | number | undefined;
573
573
  counter?: string | number | boolean | undefined;
574
574
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
575
575
  modelValue?: any;
@@ -674,7 +674,7 @@ declare const VDateInput: {
674
674
  minHeight: (StringConstructor | NumberConstructor)[];
675
675
  minWidth: (StringConstructor | NumberConstructor)[];
676
676
  position: {
677
- type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
677
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
678
678
  validator: (v: any) => boolean;
679
679
  };
680
680
  transition: {
@@ -699,6 +699,7 @@ declare const VDateInput: {
699
699
  month: (StringConstructor | NumberConstructor)[];
700
700
  year: NumberConstructor;
701
701
  class: vue.PropType<ClassValue>;
702
+ theme: StringConstructor;
702
703
  tag: {
703
704
  type: StringConstructor;
704
705
  default: string;
@@ -708,7 +709,6 @@ declare const VDateInput: {
708
709
  type: (StringConstructor | NumberConstructor)[];
709
710
  validator(v: any): boolean;
710
711
  };
711
- theme: StringConstructor;
712
712
  modelValue: null;
713
713
  rounded: {
714
714
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -890,7 +890,7 @@ declare const VDateInput: {
890
890
  minHeight: (StringConstructor | NumberConstructor)[];
891
891
  minWidth: (StringConstructor | NumberConstructor)[];
892
892
  position: {
893
- type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
893
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
894
894
  validator: (v: any) => boolean;
895
895
  };
896
896
  transition: {
@@ -915,6 +915,7 @@ declare const VDateInput: {
915
915
  month: (StringConstructor | NumberConstructor)[];
916
916
  year: NumberConstructor;
917
917
  class: vue.PropType<ClassValue>;
918
+ theme: StringConstructor;
918
919
  tag: {
919
920
  type: StringConstructor;
920
921
  default: string;
@@ -924,7 +925,6 @@ declare const VDateInput: {
924
925
  type: (StringConstructor | NumberConstructor)[];
925
926
  validator(v: any): boolean;
926
927
  };
927
- theme: StringConstructor;
928
928
  modelValue: null;
929
929
  rounded: {
930
930
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];