@vuetify/nightly 3.7.1-master.2024-09-03 → 3.7.1-master.2024-09-05

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 (112) hide show
  1. package/dist/json/attributes.json +2 -2
  2. package/dist/json/importMap-labs.json +26 -26
  3. package/dist/json/importMap.json +112 -112
  4. package/dist/json/web-types.json +3 -3
  5. package/dist/vuetify-labs.css +2934 -2934
  6. package/dist/vuetify-labs.d.ts +999 -999
  7. package/dist/vuetify-labs.esm.js +11 -27
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +11 -27
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +2805 -2805
  12. package/dist/vuetify.d.ts +849 -849
  13. package/dist/vuetify.esm.js +3 -3
  14. package/dist/vuetify.js +3 -3
  15. package/dist/vuetify.min.css +2 -2
  16. package/dist/vuetify.min.js +3 -3
  17. package/lib/components/VAlert/index.d.mts +10 -10
  18. package/lib/components/VAppBar/index.d.mts +18 -18
  19. package/lib/components/VAutocomplete/index.d.mts +109 -109
  20. package/lib/components/VAvatar/index.d.mts +4 -4
  21. package/lib/components/VBadge/index.d.mts +4 -4
  22. package/lib/components/VBanner/index.d.mts +14 -14
  23. package/lib/components/VBottomNavigation/index.d.mts +4 -4
  24. package/lib/components/VBottomSheet/index.d.mts +11 -11
  25. package/lib/components/VBreadcrumbs/index.d.mts +4 -4
  26. package/lib/components/VBtn/index.d.mts +14 -14
  27. package/lib/components/VBtnGroup/index.d.mts +4 -4
  28. package/lib/components/VBtnToggle/index.d.mts +4 -4
  29. package/lib/components/VCard/index.d.mts +14 -14
  30. package/lib/components/VCarousel/index.d.mts +13 -13
  31. package/lib/components/VCheckbox/index.d.mts +4 -4
  32. package/lib/components/VChip/index.d.mts +8 -8
  33. package/lib/components/VChipGroup/index.d.mts +4 -4
  34. package/lib/components/VColorPicker/index.d.mts +22 -22
  35. package/lib/components/VCombobox/index.d.mts +109 -109
  36. package/lib/components/VDataTable/index.d.mts +14 -14
  37. package/lib/components/VDatePicker/index.d.mts +12 -12
  38. package/lib/components/VDialog/index.d.mts +50 -50
  39. package/lib/components/VEmptyState/index.d.mts +8 -8
  40. package/lib/components/VExpansionPanel/index.d.mts +4 -4
  41. package/lib/components/VFab/index.d.mts +18 -18
  42. package/lib/components/VFileInput/index.d.mts +6 -6
  43. package/lib/components/VFooter/index.d.mts +4 -4
  44. package/lib/components/VIcon/index.d.mts +4 -4
  45. package/lib/components/VInput/index.d.mts +2 -2
  46. package/lib/components/VItemGroup/index.d.mts +4 -4
  47. package/lib/components/VLabel/index.d.mts +4 -4
  48. package/lib/components/VList/index.d.mts +23 -23
  49. package/lib/components/VMenu/index.d.mts +50 -50
  50. package/lib/components/VMessages/index.d.mts +8 -8
  51. package/lib/components/VNavigationDrawer/index.d.mts +18 -18
  52. package/lib/components/VOtpInput/index.d.mts +4 -4
  53. package/lib/components/VOverlay/index.d.mts +11 -11
  54. package/lib/components/VPagination/index.d.mts +4 -4
  55. package/lib/components/VProgressCircular/index.d.mts +4 -4
  56. package/lib/components/VRadioGroup/index.d.mts +2 -2
  57. package/lib/components/VRangeSlider/index.d.mts +8 -8
  58. package/lib/components/VSelect/index.d.mts +109 -109
  59. package/lib/components/VSheet/index.d.mts +10 -10
  60. package/lib/components/VSkeletonLoader/index.d.mts +4 -4
  61. package/lib/components/VSlider/index.d.mts +8 -8
  62. package/lib/components/VSnackbar/index.d.mts +62 -62
  63. package/lib/components/VSpeedDial/index.d.mts +11 -11
  64. package/lib/components/VStepper/index.d.mts +12 -12
  65. package/lib/components/VSwitch/index.d.mts +2 -2
  66. package/lib/components/VSystemBar/index.d.mts +4 -4
  67. package/lib/components/VTabs/index.d.mts +53 -53
  68. package/lib/components/VTextField/index.d.mts +13 -13
  69. package/lib/components/VTextarea/index.d.mts +10 -10
  70. package/lib/components/VTimeline/index.d.mts +4 -4
  71. package/lib/components/VToolbar/index.d.mts +4 -4
  72. package/lib/components/VTooltip/index.d.mts +45 -45
  73. package/lib/components/VWindow/index.d.mts +6 -6
  74. package/lib/components/index.d.mts +810 -810
  75. package/lib/entry-bundler.mjs +1 -1
  76. package/lib/framework.mjs +1 -1
  77. package/lib/index.d.mts +39 -39
  78. package/lib/labs/VDateInput/index.d.mts +12 -12
  79. package/lib/labs/VNumberInput/index.d.mts +67 -67
  80. package/lib/labs/VPicker/index.d.mts +10 -10
  81. package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
  82. package/lib/labs/VStepperVertical/index.d.mts +6 -6
  83. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  84. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  85. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  86. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  87. package/lib/labs/VTimePicker/index.d.mts +26 -26
  88. package/lib/labs/VTimePicker/util.mjs +5 -0
  89. package/lib/labs/VTimePicker/util.mjs.map +1 -0
  90. package/lib/labs/VTreeview/index.d.mts +40 -40
  91. package/lib/labs/components.d.mts +256 -256
  92. package/package.json +6 -8
  93. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
  94. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
  95. package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
  96. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
  97. package/lib/components/VDatePicker/util/index.mjs +0 -9
  98. package/lib/components/VDatePicker/util/index.mjs.map +0 -1
  99. package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
  100. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
  101. package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
  102. package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
  103. package/lib/components/VDatePicker/util/pad.mjs +0 -21
  104. package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
  105. package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
  106. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
  107. package/lib/services/goto/easing-patterns.mjs +0 -27
  108. package/lib/services/goto/easing-patterns.mjs.map +0 -1
  109. package/lib/services/goto/index.mjs +0 -73
  110. package/lib/services/goto/index.mjs.map +0 -1
  111. package/lib/services/goto/util.mjs +0 -39
  112. package/lib/services/goto/util.mjs.map +0 -1
@@ -16,7 +16,7 @@ export const createVuetify = function () {
16
16
  ...options
17
17
  });
18
18
  };
19
- export const version = "3.7.1-master.2024-09-03";
19
+ export const version = "3.7.1-master.2024-09-05";
20
20
  createVuetify.version = version;
21
21
  export { blueprints, components, directives };
22
22
  export * from "./composables/index.mjs";
package/lib/framework.mjs CHANGED
@@ -97,7 +97,7 @@ export function createVuetify() {
97
97
  goTo
98
98
  };
99
99
  }
100
- export const version = "3.7.1-master.2024-09-03";
100
+ export const version = "3.7.1-master.2024-09-05";
101
101
  createVuetify.version = version;
102
102
 
103
103
  // Vue's inject() can only be used in setup
package/lib/index.d.mts CHANGED
@@ -487,48 +487,41 @@ declare module 'vue' {
487
487
  }
488
488
  export interface GlobalComponents {
489
489
  VApp: typeof import('vuetify/components')['VApp']
490
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
491
- VAvatar: typeof import('vuetify/components')['VAvatar']
492
490
  VAlert: typeof import('vuetify/components')['VAlert']
493
491
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
494
492
  VAppBar: typeof import('vuetify/components')['VAppBar']
495
493
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
496
494
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
495
+ VAvatar: typeof import('vuetify/components')['VAvatar']
496
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
497
+ VBadge: typeof import('vuetify/components')['VBadge']
497
498
  VBanner: typeof import('vuetify/components')['VBanner']
498
499
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
499
500
  VBannerText: typeof import('vuetify/components')['VBannerText']
500
- VBadge: typeof import('vuetify/components')['VBadge']
501
501
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
502
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
503
+ VBtn: typeof import('vuetify/components')['VBtn']
502
504
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
503
505
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
504
506
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
505
- VBtn: typeof import('vuetify/components')['VBtn']
506
507
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
507
508
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
508
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
509
509
  VCarousel: typeof import('vuetify/components')['VCarousel']
510
510
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
511
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
512
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
513
511
  VCard: typeof import('vuetify/components')['VCard']
514
512
  VCardActions: typeof import('vuetify/components')['VCardActions']
515
513
  VCardItem: typeof import('vuetify/components')['VCardItem']
516
514
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
517
515
  VCardText: typeof import('vuetify/components')['VCardText']
518
516
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
517
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
518
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
519
519
  VChip: typeof import('vuetify/components')['VChip']
520
520
  VCode: typeof import('vuetify/components')['VCode']
521
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
522
521
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
522
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
523
523
  VCombobox: typeof import('vuetify/components')['VCombobox']
524
524
  VCounter: typeof import('vuetify/components')['VCounter']
525
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
526
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
527
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
528
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
529
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
530
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
531
- VDivider: typeof import('vuetify/components')['VDivider']
532
525
  VDataTable: typeof import('vuetify/components')['VDataTable']
533
526
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
534
527
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -536,28 +529,36 @@ declare module 'vue' {
536
529
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
537
530
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
538
531
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
539
- VFab: typeof import('vuetify/components')['VFab']
540
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
532
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
533
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
534
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
535
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
536
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
537
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
541
538
  VDialog: typeof import('vuetify/components')['VDialog']
539
+ VDivider: typeof import('vuetify/components')['VDivider']
540
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
542
541
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
543
542
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
544
543
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
545
544
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
546
- VFileInput: typeof import('vuetify/components')['VFileInput']
545
+ VFab: typeof import('vuetify/components')['VFab']
547
546
  VField: typeof import('vuetify/components')['VField']
548
547
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
549
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
548
+ VFileInput: typeof import('vuetify/components')['VFileInput']
549
+ VFooter: typeof import('vuetify/components')['VFooter']
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
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
557
+ VInput: typeof import('vuetify/components')['VInput']
555
558
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
556
559
  VItem: typeof import('vuetify/components')['VItem']
557
- VFooter: typeof import('vuetify/components')['VFooter']
558
- VImg: typeof import('vuetify/components')['VImg']
559
560
  VKbd: typeof import('vuetify/components')['VKbd']
560
- VInput: typeof import('vuetify/components')['VInput']
561
+ VLabel: typeof import('vuetify/components')['VLabel']
561
562
  VList: typeof import('vuetify/components')['VList']
562
563
  VListGroup: typeof import('vuetify/components')['VListGroup']
563
564
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -567,26 +568,25 @@ declare module 'vue' {
567
568
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
568
569
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
569
570
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
570
- VLabel: typeof import('vuetify/components')['VLabel']
571
+ VMain: typeof import('vuetify/components')['VMain']
571
572
  VMenu: typeof import('vuetify/components')['VMenu']
573
+ VMessages: typeof import('vuetify/components')['VMessages']
572
574
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
573
- VMain: typeof import('vuetify/components')['VMain']
574
575
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
575
- VMessages: typeof import('vuetify/components')['VMessages']
576
576
  VOverlay: typeof import('vuetify/components')['VOverlay']
577
577
  VPagination: typeof import('vuetify/components')['VPagination']
578
578
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
579
- VRating: typeof import('vuetify/components')['VRating']
580
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
581
579
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
580
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
581
+ VRating: typeof import('vuetify/components')['VRating']
582
582
  VSelect: typeof import('vuetify/components')['VSelect']
583
583
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
584
- VSheet: typeof import('vuetify/components')['VSheet']
585
- VSlider: typeof import('vuetify/components')['VSlider']
586
584
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
585
+ VSheet: typeof import('vuetify/components')['VSheet']
587
586
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
588
587
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
589
588
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
589
+ VSlider: typeof import('vuetify/components')['VSlider']
590
590
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
591
591
  VStepper: typeof import('vuetify/components')['VStepper']
592
592
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
@@ -596,12 +596,12 @@ declare module 'vue' {
596
596
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
597
597
  VSwitch: typeof import('vuetify/components')['VSwitch']
598
598
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
599
- VTextarea: typeof import('vuetify/components')['VTextarea']
600
- VTable: typeof import('vuetify/components')['VTable']
601
599
  VTab: typeof import('vuetify/components')['VTab']
602
600
  VTabs: typeof import('vuetify/components')['VTabs']
603
601
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
604
602
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
603
+ VTable: typeof import('vuetify/components')['VTable']
604
+ VTextarea: typeof import('vuetify/components')['VTextarea']
605
605
  VTextField: typeof import('vuetify/components')['VTextField']
606
606
  VTimeline: typeof import('vuetify/components')['VTimeline']
607
607
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
@@ -612,8 +612,8 @@ declare module 'vue' {
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
- VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
616
615
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
616
+ VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
617
617
  VForm: typeof import('vuetify/components')['VForm']
618
618
  VContainer: typeof import('vuetify/components')['VContainer']
619
619
  VCol: typeof import('vuetify/components')['VCol']
@@ -650,24 +650,24 @@ declare module 'vue' {
650
650
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
651
651
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
652
652
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
653
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
654
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
655
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
656
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
653
657
  VPicker: typeof import('vuetify/labs/components')['VPicker']
654
658
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
655
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
659
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
660
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
661
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
656
662
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
657
663
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
658
664
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
659
665
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
660
666
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
661
667
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
662
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
663
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
664
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
665
668
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
666
669
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
667
670
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
668
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
669
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
670
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
671
671
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
672
672
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
673
673
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
@@ -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)[];