@vuetify/nightly 3.7.1-master.2024-09-02 → 3.7.1-master.2024-09-04

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 (134) hide show
  1. package/dist/json/importMap-labs.json +14 -14
  2. package/dist/json/importMap.json +118 -118
  3. package/dist/json/web-types.json +1 -1
  4. package/dist/vuetify-labs.css +4238 -4235
  5. package/dist/vuetify-labs.d.ts +999 -999
  6. package/dist/vuetify-labs.esm.js +42 -55
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +42 -55
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +731 -728
  11. package/dist/vuetify.d.ts +851 -851
  12. package/dist/vuetify.esm.js +34 -31
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +34 -31
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +267 -267
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAlert/index.d.mts +10 -10
  20. package/lib/components/VAppBar/index.d.mts +18 -18
  21. package/lib/components/VAutocomplete/index.d.mts +109 -109
  22. package/lib/components/VAvatar/index.d.mts +4 -4
  23. package/lib/components/VBadge/index.d.mts +4 -4
  24. package/lib/components/VBanner/index.d.mts +14 -14
  25. package/lib/components/VBottomNavigation/index.d.mts +4 -4
  26. package/lib/components/VBottomSheet/index.d.mts +11 -11
  27. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
  28. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  29. package/lib/components/VBreadcrumbs/index.d.mts +4 -4
  30. package/lib/components/VBtn/VBtn.mjs +3 -4
  31. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  32. package/lib/components/VBtn/index.d.mts +14 -14
  33. package/lib/components/VBtnGroup/index.d.mts +4 -4
  34. package/lib/components/VBtnToggle/index.d.mts +4 -4
  35. package/lib/components/VCard/VCard.mjs +3 -4
  36. package/lib/components/VCard/VCard.mjs.map +1 -1
  37. package/lib/components/VCard/index.d.mts +14 -14
  38. package/lib/components/VCarousel/index.d.mts +13 -13
  39. package/lib/components/VCheckbox/index.d.mts +4 -4
  40. package/lib/components/VChip/VChip.mjs +2 -3
  41. package/lib/components/VChip/VChip.mjs.map +1 -1
  42. package/lib/components/VChip/index.d.mts +8 -8
  43. package/lib/components/VChipGroup/index.d.mts +4 -4
  44. package/lib/components/VColorPicker/index.d.mts +22 -22
  45. package/lib/components/VCombobox/index.d.mts +109 -109
  46. package/lib/components/VDataTable/index.d.mts +14 -14
  47. package/lib/components/VDatePicker/index.d.mts +12 -12
  48. package/lib/components/VDialog/VDialog.css +4 -1
  49. package/lib/components/VDialog/VDialog.mjs +1 -2
  50. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  51. package/lib/components/VDialog/VDialog.sass +2 -1
  52. package/lib/components/VDialog/index.d.mts +50 -50
  53. package/lib/components/VEmptyState/index.d.mts +8 -8
  54. package/lib/components/VExpansionPanel/index.d.mts +4 -4
  55. package/lib/components/VFab/index.d.mts +18 -18
  56. package/lib/components/VFileInput/index.d.mts +6 -6
  57. package/lib/components/VFooter/index.d.mts +4 -4
  58. package/lib/components/VIcon/index.d.mts +4 -4
  59. package/lib/components/VInput/index.d.mts +2 -2
  60. package/lib/components/VItemGroup/index.d.mts +4 -4
  61. package/lib/components/VLabel/index.d.mts +4 -4
  62. package/lib/components/VList/VListItem.mjs +3 -4
  63. package/lib/components/VList/VListItem.mjs.map +1 -1
  64. package/lib/components/VList/index.d.mts +23 -23
  65. package/lib/components/VMenu/index.d.mts +50 -50
  66. package/lib/components/VMessages/index.d.mts +8 -8
  67. package/lib/components/VNavigationDrawer/index.d.mts +18 -18
  68. package/lib/components/VOtpInput/index.d.mts +4 -4
  69. package/lib/components/VOverlay/index.d.mts +11 -11
  70. package/lib/components/VPagination/index.d.mts +4 -4
  71. package/lib/components/VProgressCircular/index.d.mts +4 -4
  72. package/lib/components/VRadioGroup/index.d.mts +2 -2
  73. package/lib/components/VRangeSlider/index.d.mts +8 -8
  74. package/lib/components/VSelect/index.d.mts +109 -109
  75. package/lib/components/VSheet/index.d.mts +10 -10
  76. package/lib/components/VSkeletonLoader/index.d.mts +4 -4
  77. package/lib/components/VSlider/index.d.mts +8 -8
  78. package/lib/components/VSnackbar/index.d.mts +62 -62
  79. package/lib/components/VSpeedDial/index.d.mts +11 -11
  80. package/lib/components/VStepper/index.d.mts +12 -12
  81. package/lib/components/VSwitch/index.d.mts +2 -2
  82. package/lib/components/VSystemBar/index.d.mts +4 -4
  83. package/lib/components/VTabs/index.d.mts +53 -53
  84. package/lib/components/VTextField/index.d.mts +13 -13
  85. package/lib/components/VTextarea/index.d.mts +10 -10
  86. package/lib/components/VTimeline/index.d.mts +4 -4
  87. package/lib/components/VToolbar/index.d.mts +4 -4
  88. package/lib/components/VTooltip/index.d.mts +45 -45
  89. package/lib/components/VWindow/index.d.mts +6 -6
  90. package/lib/components/index.d.mts +810 -810
  91. package/lib/composables/directiveComponent.mjs +1 -1
  92. package/lib/composables/directiveComponent.mjs.map +1 -1
  93. package/lib/composables/router.mjs +19 -9
  94. package/lib/composables/router.mjs.map +1 -1
  95. package/lib/directives/tooltip/index.mjs +1 -1
  96. package/lib/directives/tooltip/index.mjs.map +1 -1
  97. package/lib/entry-bundler.mjs +1 -1
  98. package/lib/framework.mjs +1 -1
  99. package/lib/index.d.mts +41 -41
  100. package/lib/labs/VDateInput/index.d.mts +12 -12
  101. package/lib/labs/VNumberInput/index.d.mts +67 -67
  102. package/lib/labs/VPicker/index.d.mts +10 -10
  103. package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
  104. package/lib/labs/VStepperVertical/index.d.mts +6 -6
  105. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  106. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  107. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  108. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  109. package/lib/labs/VTimePicker/index.d.mts +26 -26
  110. package/lib/labs/VTimePicker/util.mjs +5 -0
  111. package/lib/labs/VTimePicker/util.mjs.map +1 -0
  112. package/lib/labs/VTreeview/index.d.mts +40 -40
  113. package/lib/labs/components.d.mts +256 -256
  114. package/package.json +6 -8
  115. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
  116. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
  117. package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
  118. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
  119. package/lib/components/VDatePicker/util/index.mjs +0 -9
  120. package/lib/components/VDatePicker/util/index.mjs.map +0 -1
  121. package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
  122. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
  123. package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
  124. package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
  125. package/lib/components/VDatePicker/util/pad.mjs +0 -21
  126. package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
  127. package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
  128. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
  129. package/lib/services/goto/easing-patterns.mjs +0 -27
  130. package/lib/services/goto/easing-patterns.mjs.map +0 -1
  131. package/lib/services/goto/index.mjs +0 -73
  132. package/lib/services/goto/index.mjs.map +0 -1
  133. package/lib/services/goto/util.mjs +0 -39
  134. package/lib/services/goto/util.mjs.map +0 -1
@@ -149,8 +149,8 @@ declare const VTextarea: {
149
149
  label?: string | undefined;
150
150
  prefix?: string | undefined;
151
151
  class?: any;
152
- placeholder?: string | undefined;
153
152
  theme?: string | undefined;
153
+ placeholder?: string | undefined;
154
154
  counter?: string | number | true | undefined;
155
155
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
156
156
  modelValue?: any;
@@ -373,7 +373,7 @@ declare const VTextarea: {
373
373
  errorMessages: vue.ComputedRef<string[]>;
374
374
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
375
375
  'update:modelValue': (value: any) => true;
376
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
376
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
377
377
  error: boolean;
378
378
  direction: "horizontal" | "vertical";
379
379
  style: vue.StyleValue;
@@ -456,7 +456,7 @@ declare const VTextarea: {
456
456
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
457
457
  modelValue?: unknown;
458
458
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
459
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
459
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
460
460
  _allExposed: {
461
461
  reset: () => Promise<void>;
462
462
  resetValidation: () => Promise<void>;
@@ -510,8 +510,8 @@ declare const VTextarea: {
510
510
  label?: string | undefined;
511
511
  prefix?: string | undefined;
512
512
  class?: any;
513
- placeholder?: string | undefined;
514
513
  theme?: string | undefined;
514
+ placeholder?: string | undefined;
515
515
  counter?: string | number | true | undefined;
516
516
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
517
517
  modelValue?: any;
@@ -688,8 +688,8 @@ declare const VTextarea: {
688
688
  label?: string | undefined;
689
689
  prefix?: string | undefined;
690
690
  class?: any;
691
- placeholder?: string | undefined;
692
691
  theme?: string | undefined;
692
+ placeholder?: string | undefined;
693
693
  counter?: string | number | true | undefined;
694
694
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
695
695
  modelValue?: any;
@@ -912,7 +912,7 @@ declare const VTextarea: {
912
912
  errorMessages: vue.ComputedRef<string[]>;
913
913
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
914
914
  'update:modelValue': (value: any) => true;
915
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
915
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
916
916
  error: boolean;
917
917
  direction: "horizontal" | "vertical";
918
918
  style: vue.StyleValue;
@@ -995,7 +995,7 @@ declare const VTextarea: {
995
995
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
996
996
  modelValue?: unknown;
997
997
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
998
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
998
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
999
999
  _allExposed: {
1000
1000
  reset: () => Promise<void>;
1001
1001
  resetValidation: () => Promise<void>;
@@ -1080,8 +1080,8 @@ declare const VTextarea: {
1080
1080
  label?: string | undefined;
1081
1081
  prefix?: string | undefined;
1082
1082
  class?: any;
1083
- placeholder?: string | undefined;
1084
1083
  theme?: string | undefined;
1084
+ placeholder?: string | undefined;
1085
1085
  counter?: string | number | true | undefined;
1086
1086
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1087
1087
  modelValue?: any;
@@ -1304,7 +1304,7 @@ declare const VTextarea: {
1304
1304
  errorMessages: vue.ComputedRef<string[]>;
1305
1305
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1306
1306
  'update:modelValue': (value: any) => true;
1307
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1307
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
1308
1308
  error: boolean;
1309
1309
  direction: "horizontal" | "vertical";
1310
1310
  style: vue.StyleValue;
@@ -1387,7 +1387,7 @@ declare const VTextarea: {
1387
1387
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1388
1388
  modelValue?: unknown;
1389
1389
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1390
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
1390
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
1391
1391
  _allExposed: {
1392
1392
  reset: () => Promise<void>;
1393
1393
  resetValidation: () => Promise<void>;
@@ -26,9 +26,9 @@ declare const VTimeline: {
26
26
  } & {
27
27
  direction?: TimelineDirection | undefined;
28
28
  class?: any;
29
+ theme?: string | undefined;
29
30
  align?: TimelineAlign | undefined;
30
31
  side?: TimelineSide;
31
- theme?: string | undefined;
32
32
  dotColor?: string | undefined;
33
33
  iconColor?: string | undefined;
34
34
  lineColor?: string | undefined;
@@ -55,9 +55,9 @@ declare const VTimeline: {
55
55
  } & {
56
56
  direction?: TimelineDirection | undefined;
57
57
  class?: any;
58
+ theme?: string | undefined;
58
59
  align?: TimelineAlign | undefined;
59
60
  side?: TimelineSide;
60
- theme?: string | undefined;
61
61
  dotColor?: string | undefined;
62
62
  iconColor?: string | undefined;
63
63
  lineColor?: string | undefined;
@@ -103,9 +103,9 @@ declare const VTimeline: {
103
103
  } & {
104
104
  direction?: TimelineDirection | undefined;
105
105
  class?: any;
106
+ theme?: string | undefined;
106
107
  align?: TimelineAlign | undefined;
107
108
  side?: TimelineSide;
108
- theme?: string | undefined;
109
109
  dotColor?: string | undefined;
110
110
  iconColor?: string | undefined;
111
111
  lineColor?: string | undefined;
@@ -146,9 +146,9 @@ declare const VTimeline: {
146
146
  } & {
147
147
  direction?: TimelineDirection | undefined;
148
148
  class?: any;
149
+ theme?: string | undefined;
149
150
  align?: TimelineAlign | undefined;
150
151
  side?: TimelineSide;
151
- theme?: string | undefined;
152
152
  dotColor?: string | undefined;
153
153
  iconColor?: string | undefined;
154
154
  lineColor?: string | undefined;
@@ -27,8 +27,8 @@ declare const VToolbar: {
27
27
  title?: string | undefined;
28
28
  image?: string | undefined;
29
29
  class?: any;
30
- elevation?: string | number | undefined;
31
30
  theme?: string | undefined;
31
+ elevation?: string | number | undefined;
32
32
  rounded?: string | number | boolean | undefined;
33
33
  } & {
34
34
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -75,8 +75,8 @@ declare const VToolbar: {
75
75
  title?: string | undefined;
76
76
  image?: string | undefined;
77
77
  class?: any;
78
- elevation?: string | number | undefined;
79
78
  theme?: string | undefined;
79
+ elevation?: string | number | undefined;
80
80
  rounded?: string | number | boolean | undefined;
81
81
  } & {
82
82
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -147,8 +147,8 @@ declare const VToolbar: {
147
147
  title?: string | undefined;
148
148
  image?: string | undefined;
149
149
  class?: any;
150
- elevation?: string | number | undefined;
151
150
  theme?: string | undefined;
151
+ elevation?: string | number | undefined;
152
152
  rounded?: string | number | boolean | undefined;
153
153
  } & {
154
154
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -212,8 +212,8 @@ declare const VToolbar: {
212
212
  title?: string | undefined;
213
213
  image?: string | undefined;
214
214
  class?: any;
215
- elevation?: string | number | undefined;
216
215
  theme?: string | undefined;
216
+ elevation?: string | number | undefined;
217
217
  rounded?: string | number | boolean | undefined;
218
218
  } & {
219
219
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {