@vuetify/nightly 3.7.18-dev.2025-03-19 → 3.7.18-dev.2025-03-20

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 (123) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/dist/json/attributes.json +3574 -3574
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +156 -156
  5. package/dist/json/web-types.json +6436 -6436
  6. package/dist/vuetify-labs.cjs +3 -3
  7. package/dist/vuetify-labs.css +4390 -4390
  8. package/dist/vuetify-labs.d.ts +13177 -13474
  9. package/dist/vuetify-labs.esm.js +3 -3
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +3 -3
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +3 -3
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3862 -3862
  16. package/dist/vuetify.d.ts +9272 -9569
  17. package/dist/vuetify.esm.js +3 -3
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +3 -3
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +3 -3
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAlert/VAlert.d.ts +12 -12
  25. package/lib/components/VAppBar/VAppBar.d.ts +6 -6
  26. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
  27. package/lib/components/VAutocomplete/VAutocomplete.d.ts +179 -207
  28. package/lib/components/VAvatar/VAvatar.d.ts +6 -6
  29. package/lib/components/VBadge/VBadge.d.ts +3 -3
  30. package/lib/components/VBanner/VBanner.d.ts +6 -6
  31. package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
  32. package/lib/components/VBottomSheet/VBottomSheet.d.ts +30 -50
  33. package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +6 -6
  34. package/lib/components/VBtn/VBtn.d.ts +6 -6
  35. package/lib/components/VBtnGroup/VBtnGroup.d.ts +12 -12
  36. package/lib/components/VBtnToggle/VBtnToggle.d.ts +12 -12
  37. package/lib/components/VCard/VCard.d.ts +6 -6
  38. package/lib/components/VCarousel/VCarousel.d.ts +2 -2
  39. package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
  40. package/lib/components/VCheckbox/VCheckbox.d.ts +39 -39
  41. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
  42. package/lib/components/VChip/VChip.d.ts +6 -6
  43. package/lib/components/VChipGroup/VChipGroup.d.ts +14 -14
  44. package/lib/components/VColorPicker/VColorPicker.d.ts +15 -15
  45. package/lib/components/VCombobox/VCombobox.d.ts +179 -207
  46. package/lib/components/VDataIterator/VDataIterator.d.ts +45 -45
  47. package/lib/components/VDataTable/VDataTable.d.ts +96 -96
  48. package/lib/components/VDataTable/VDataTableRows.d.ts +2 -2
  49. package/lib/components/VDataTable/VDataTableServer.d.ts +105 -105
  50. package/lib/components/VDataTable/VDataTableVirtual.d.ts +89 -89
  51. package/lib/components/VDataTable/composables/headers.d.ts +10 -10
  52. package/lib/components/VDataTable/types.d.ts +6 -3
  53. package/lib/components/VDataTable/types.js.map +1 -1
  54. package/lib/components/VDatePicker/VDatePicker.d.ts +11 -11
  55. package/lib/components/VDialog/VDialog.d.ts +87 -143
  56. package/lib/components/VFab/VFab.d.ts +35 -35
  57. package/lib/components/VField/VField.d.ts +8 -8
  58. package/lib/components/VFileInput/VFileInput.d.ts +54 -54
  59. package/lib/components/VInput/VInput.d.ts +2 -2
  60. package/lib/components/VList/VList.d.ts +23 -23
  61. package/lib/components/VList/VListChildren.d.ts +2 -2
  62. package/lib/components/VList/VListItem.d.ts +6 -6
  63. package/lib/components/VMenu/VMenu.d.ts +106 -178
  64. package/lib/components/VMessages/VMessages.d.ts +16 -16
  65. package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +34 -34
  66. package/lib/components/VNumberInput/VNumberInput.d.ts +221 -221
  67. package/lib/components/VOtpInput/VOtpInput.d.ts +20 -20
  68. package/lib/components/VOverlay/VOverlay.d.ts +22 -42
  69. package/lib/components/VOverlay/locationStrategies.d.ts +4 -4
  70. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  71. package/lib/components/VOverlay/scrollStrategies.d.ts +4 -4
  72. package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
  73. package/lib/components/VPagination/VPagination.d.ts +26 -26
  74. package/lib/components/VRadio/VRadio.d.ts +6 -6
  75. package/lib/components/VRadioGroup/VRadioGroup.d.ts +39 -39
  76. package/lib/components/VRangeSlider/VRangeSlider.d.ts +18 -18
  77. package/lib/components/VSelect/VSelect.d.ts +207 -251
  78. package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
  79. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
  80. package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +8 -8
  81. package/lib/components/VSlider/VSlider.d.ts +18 -18
  82. package/lib/components/VSnackbar/VSnackbar.d.ts +85 -141
  83. package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +76 -96
  84. package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
  85. package/lib/components/VSparkline/VBarline.d.ts +6 -6
  86. package/lib/components/VSparkline/VSparkline.d.ts +6 -6
  87. package/lib/components/VSparkline/VTrendline.d.ts +6 -6
  88. package/lib/components/VSpeedDial/VSpeedDial.d.ts +49 -85
  89. package/lib/components/VStepper/VStepper.d.ts +9 -9
  90. package/lib/components/VSwitch/VSwitch.d.ts +20 -20
  91. package/lib/components/VTabs/VTab.d.ts +56 -56
  92. package/lib/components/VTabs/VTabs.d.ts +8 -8
  93. package/lib/components/VTextField/VTextField.d.ts +72 -72
  94. package/lib/components/VTextarea/VTextarea.d.ts +54 -54
  95. package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
  96. package/lib/components/VToolbar/VToolbar.d.ts +6 -6
  97. package/lib/components/VTooltip/VTooltip.d.ts +109 -181
  98. package/lib/components/VWindow/VWindow.d.ts +2 -2
  99. package/lib/composables/index.d.ts +0 -9
  100. package/lib/composables/index.js.map +1 -1
  101. package/lib/composables/nested/activeStrategies.d.ts +7 -6
  102. package/lib/composables/nested/activeStrategies.js.map +1 -1
  103. package/lib/composables/nested/openStrategies.d.ts +5 -4
  104. package/lib/composables/nested/openStrategies.js.map +1 -1
  105. package/lib/composables/nested/selectStrategies.d.ts +7 -6
  106. package/lib/composables/nested/selectStrategies.js.map +1 -1
  107. package/lib/entry-bundler.js +1 -1
  108. package/lib/framework.d.ts +2135 -58
  109. package/lib/framework.js +3 -1
  110. package/lib/framework.js.map +1 -1
  111. package/lib/labs/VDateInput/VDateInput.d.ts +62 -62
  112. package/lib/labs/VFileUpload/VFileUpload.d.ts +12 -12
  113. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
  114. package/lib/labs/VPicker/VPicker.d.ts +6 -6
  115. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +19 -19
  116. package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -13
  117. package/lib/labs/VTreeview/VTreeview.d.ts +143 -143
  118. package/lib/labs/VTreeview/VTreeviewChildren.d.ts +15 -15
  119. package/lib/labs/VTreeview/VTreeviewItem.d.ts +6 -6
  120. package/lib/types.d.ts +19 -0
  121. package/lib/types.js +2 -0
  122. package/lib/types.js.map +1 -0
  123. package/package.json +1 -1
@@ -391,8 +391,8 @@ export declare const VDatePicker: {
391
391
  disabled: boolean;
392
392
  tag: string | import("../../util/index.js").JSXComponent;
393
393
  landscape: boolean;
394
- divided: boolean;
395
394
  tile: boolean;
395
+ divided: boolean;
396
396
  nextIcon: import("../../composables/icons.js").IconValue;
397
397
  prevIcon: import("../../composables/icons.js").IconValue;
398
398
  reverseTransition: string;
@@ -425,9 +425,9 @@ export declare const VDatePicker: {
425
425
  theme?: string | undefined;
426
426
  elevation?: string | number | undefined;
427
427
  rounded?: string | number | boolean | undefined;
428
+ bgColor?: string | undefined;
428
429
  controlHeight?: string | number | undefined;
429
430
  headerColor?: string | undefined;
430
- bgColor?: string | undefined;
431
431
  firstDayOfWeek?: string | number | undefined;
432
432
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
433
433
  } & {
@@ -439,7 +439,7 @@ export declare const VDatePicker: {
439
439
  'update:month': (date: any) => true;
440
440
  'update:year': (date: any) => true;
441
441
  'update:viewMode': (date: any) => true;
442
- }, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:title" | "update:modelValue" | "v-slot:header" | "v-slot:actions">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
442
+ }, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:actions" | "v-slot:title" | "v-slot:header">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
443
443
  active: string | string[];
444
444
  transition: string;
445
445
  header: string;
@@ -449,8 +449,8 @@ export declare const VDatePicker: {
449
449
  tag: string | import("../../util/index.js").JSXComponent;
450
450
  landscape: boolean;
451
451
  rounded: string | number | boolean;
452
- divided: boolean;
453
452
  tile: boolean;
453
+ divided: boolean;
454
454
  nextIcon: import("../../composables/icons.js").IconValue;
455
455
  prevIcon: import("../../composables/icons.js").IconValue;
456
456
  reverseTransition: string;
@@ -485,8 +485,8 @@ export declare const VDatePicker: {
485
485
  disabled: boolean;
486
486
  tag: string | import("../../util/index.js").JSXComponent;
487
487
  landscape: boolean;
488
- divided: boolean;
489
488
  tile: boolean;
489
+ divided: boolean;
490
490
  nextIcon: import("../../composables/icons.js").IconValue;
491
491
  prevIcon: import("../../composables/icons.js").IconValue;
492
492
  reverseTransition: string;
@@ -519,9 +519,9 @@ export declare const VDatePicker: {
519
519
  theme?: string | undefined;
520
520
  elevation?: string | number | undefined;
521
521
  rounded?: string | number | boolean | undefined;
522
+ bgColor?: string | undefined;
522
523
  controlHeight?: string | number | undefined;
523
524
  headerColor?: string | undefined;
524
- bgColor?: string | undefined;
525
525
  firstDayOfWeek?: string | number | undefined;
526
526
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
527
527
  } & {
@@ -538,8 +538,8 @@ export declare const VDatePicker: {
538
538
  tag: string | import("../../util/index.js").JSXComponent;
539
539
  landscape: boolean;
540
540
  rounded: string | number | boolean;
541
- divided: boolean;
542
541
  tile: boolean;
542
+ divided: boolean;
543
543
  nextIcon: import("../../composables/icons.js").IconValue;
544
544
  prevIcon: import("../../composables/icons.js").IconValue;
545
545
  reverseTransition: string;
@@ -563,8 +563,8 @@ export declare const VDatePicker: {
563
563
  disabled: boolean;
564
564
  tag: string | import("../../util/index.js").JSXComponent;
565
565
  landscape: boolean;
566
- divided: boolean;
567
566
  tile: boolean;
567
+ divided: boolean;
568
568
  nextIcon: import("../../composables/icons.js").IconValue;
569
569
  prevIcon: import("../../composables/icons.js").IconValue;
570
570
  reverseTransition: string;
@@ -597,9 +597,9 @@ export declare const VDatePicker: {
597
597
  theme?: string | undefined;
598
598
  elevation?: string | number | undefined;
599
599
  rounded?: string | number | boolean | undefined;
600
+ bgColor?: string | undefined;
600
601
  controlHeight?: string | number | undefined;
601
602
  headerColor?: string | undefined;
602
- bgColor?: string | undefined;
603
603
  firstDayOfWeek?: string | number | undefined;
604
604
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
605
605
  } & {
@@ -611,7 +611,7 @@ export declare const VDatePicker: {
611
611
  'update:month': (date: any) => true;
612
612
  'update:year': (date: any) => true;
613
613
  'update:viewMode': (date: any) => true;
614
- }, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:title" | "update:modelValue" | "v-slot:header" | "v-slot:actions">, string, {
614
+ }, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:actions" | "v-slot:title" | "v-slot:header">, string, {
615
615
  active: string | string[];
616
616
  transition: string;
617
617
  header: string;
@@ -621,8 +621,8 @@ export declare const VDatePicker: {
621
621
  tag: string | import("../../util/index.js").JSXComponent;
622
622
  landscape: boolean;
623
623
  rounded: string | number | boolean;
624
- divided: boolean;
625
624
  tile: boolean;
625
+ divided: boolean;
626
626
  nextIcon: import("../../composables/icons.js").IconValue;
627
627
  prevIcon: import("../../composables/icons.js").IconValue;
628
628
  reverseTransition: string;