vuetify 3.8.3 → 3.8.4

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 (95) hide show
  1. package/dist/json/attributes.json +3888 -3884
  2. package/dist/json/importMap-labs.json +12 -12
  3. package/dist/json/importMap.json +142 -142
  4. package/dist/json/tags.json +1 -0
  5. package/dist/json/web-types.json +6709 -6699
  6. package/dist/vuetify-labs.cjs +107 -71
  7. package/dist/vuetify-labs.css +5358 -5358
  8. package/dist/vuetify-labs.d.ts +4100 -1172
  9. package/dist/vuetify-labs.esm.js +107 -71
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +107 -71
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +56 -29
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3018 -3018
  16. package/dist/vuetify.d.ts +4107 -1199
  17. package/dist/vuetify.esm.js +56 -29
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +56 -29
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +30 -27
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.d.ts +795 -77
  25. package/lib/components/VAutocomplete/VAutocomplete.js +5 -0
  26. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  27. package/lib/components/VBadge/VBadge.d.ts +22 -46
  28. package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
  29. package/lib/components/VBottomSheet/VBottomSheet.d.ts +1434 -80
  30. package/lib/components/VCombobox/VCombobox.d.ts +795 -77
  31. package/lib/components/VCounter/VCounter.d.ts +22 -46
  32. package/lib/components/VDataIterator/VDataIterator.d.ts +22 -46
  33. package/lib/components/VDataTable/VDataTable.d.ts +110 -110
  34. package/lib/components/VDataTable/VDataTableHeaders.js +1 -2
  35. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  36. package/lib/components/VDataTable/VDataTableServer.d.ts +62 -189
  37. package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
  38. package/lib/components/VDataTable/VDataTableVirtual.d.ts +62 -189
  39. package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
  40. package/lib/components/VDataTable/composables/headers.d.ts +75 -75
  41. package/lib/components/VDataTable/composables/select.js +1 -1
  42. package/lib/components/VDataTable/composables/select.js.map +1 -1
  43. package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
  44. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +6 -6
  45. package/lib/components/VDialog/VDialog.d.ts +1048 -146
  46. package/lib/components/VDialog/VDialog.js +1 -1
  47. package/lib/components/VDialog/VDialog.js.map +1 -1
  48. package/lib/components/VFab/VFab.d.ts +22 -46
  49. package/lib/components/VFileInput/VFileInput.css +4 -0
  50. package/lib/components/VFileInput/VFileInput.js +21 -3
  51. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  52. package/lib/components/VFileInput/VFileInput.sass +4 -0
  53. package/lib/components/VImg/VImg.d.ts +22 -49
  54. package/lib/components/VLazy/VLazy.d.ts +22 -46
  55. package/lib/components/VMenu/VMenu.d.ts +1048 -146
  56. package/lib/components/VMenu/VMenu.js.map +1 -1
  57. package/lib/components/VMessages/VMessages.d.ts +22 -46
  58. package/lib/components/VNumberInput/VNumberInput.d.ts +3 -3
  59. package/lib/components/VOverlay/VOverlay.d.ts +22 -49
  60. package/lib/components/VOverlay/locationStrategies.js +1 -1
  61. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  62. package/lib/components/VSelect/VSelect.d.ts +1235 -93
  63. package/lib/components/VSnackbar/VSnackbar.d.ts +58 -109
  64. package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +22 -46
  65. package/lib/components/VSpeedDial/VSpeedDial.d.ts +1434 -80
  66. package/lib/components/VTable/VTable.css +2 -6
  67. package/lib/components/VTable/VTable.sass +4 -22
  68. package/lib/components/VTabs/VTabs.d.ts +6 -6
  69. package/lib/components/VTextField/VTextField.js +5 -3
  70. package/lib/components/VTextField/VTextField.js.map +1 -1
  71. package/lib/components/VTooltip/VTooltip.d.ts +58 -109
  72. package/lib/components/VTooltip/VTooltip.js +2 -2
  73. package/lib/components/VTooltip/VTooltip.js.map +1 -1
  74. package/lib/components/transitions/dialog-transition.js +3 -3
  75. package/lib/components/transitions/dialog-transition.js.map +1 -1
  76. package/lib/composables/transition.d.ts +10 -20
  77. package/lib/composables/transition.js +15 -12
  78. package/lib/composables/transition.js.map +1 -1
  79. package/lib/entry-bundler.d.ts +6 -6
  80. package/lib/entry-bundler.js +1 -1
  81. package/lib/framework.d.ts +99 -138
  82. package/lib/framework.js +1 -1
  83. package/lib/labs/VCalendar/VCalendar.d.ts +3 -3
  84. package/lib/labs/VCalendar/VCalendarDay.d.ts +3 -3
  85. package/lib/labs/VCalendar/VCalendarInterval.d.ts +3 -3
  86. package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +3 -3
  87. package/lib/labs/VDateInput/VDateInput.d.ts +50 -13
  88. package/lib/labs/VDateInput/VDateInput.js +30 -9
  89. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  90. package/lib/labs/VFileUpload/VFileUpload.js +19 -31
  91. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  92. package/lib/labs/VTimePicker/VTimePickerClock.js +2 -2
  93. package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
  94. package/lib/util/helpers.js.map +1 -1
  95. package/package.json +7 -7
@@ -13,43 +13,31 @@ export declare const makeVLazyProps: <Defaults extends {
13
13
  modelValue?: unknown;
14
14
  options?: unknown;
15
15
  } = {}>(defaults?: Defaults | undefined) => {
16
- transition: unknown extends Defaults["transition"] ? Omit<{
16
+ transition: unknown extends Defaults["transition"] ? {
17
17
  type: PropType<string | boolean | (import("vue").TransitionProps & {
18
18
  component?: import("vue").Component;
19
- })>;
20
- default: string;
21
- validator: (val: unknown) => boolean;
22
- }, "type" | "default"> & {
23
- type: PropType<string | boolean | (import("vue").TransitionProps & {
24
- component?: import("vue").Component;
25
- })>;
19
+ }) | null>;
26
20
  default: NonNullable<string | boolean | (import("vue").TransitionProps & {
27
21
  component?: import("vue").Component;
28
- })>;
29
- } : Omit<Omit<{
30
- type: PropType<string | boolean | (import("vue").TransitionProps & {
31
- component?: import("vue").Component;
32
- })>;
33
- default: string;
34
- validator: (val: unknown) => boolean;
35
- }, "type" | "default"> & {
22
+ }) | null>;
23
+ } : Omit<{
36
24
  type: PropType<string | boolean | (import("vue").TransitionProps & {
37
25
  component?: import("vue").Component;
38
- })>;
26
+ }) | null>;
39
27
  default: NonNullable<string | boolean | (import("vue").TransitionProps & {
40
28
  component?: import("vue").Component;
41
- })>;
29
+ }) | null>;
42
30
  }, "type" | "default"> & {
43
31
  type: PropType<unknown extends Defaults["transition"] ? string | boolean | (import("vue").TransitionProps & {
44
32
  component?: import("vue").Component;
45
- }) : string | boolean | (import("vue").TransitionProps & {
33
+ }) | null : string | boolean | (import("vue").TransitionProps & {
46
34
  component?: import("vue").Component;
47
- }) | Defaults["transition"]>;
35
+ }) | Defaults["transition"] | null>;
48
36
  default: unknown extends Defaults["transition"] ? string | boolean | (import("vue").TransitionProps & {
49
37
  component?: import("vue").Component;
50
- }) : NonNullable<string | boolean | (import("vue").TransitionProps & {
38
+ }) | null : NonNullable<string | boolean | (import("vue").TransitionProps & {
51
39
  component?: import("vue").Component;
52
- })> | Defaults["transition"];
40
+ }) | null> | Defaults["transition"];
53
41
  };
54
42
  tag: unknown extends Defaults["tag"] ? {
55
43
  type: PropType<string | import("../../util/index.js").JSXComponent>;
@@ -126,7 +114,7 @@ export declare const VLazy: {
126
114
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
127
115
  transition: string | boolean | (import("vue").TransitionProps & {
128
116
  component?: import("vue").Component;
129
- });
117
+ }) | null;
130
118
  style: import("vue").StyleValue;
131
119
  options: IntersectionObserverInit;
132
120
  tag: string | import("../../util/index.js").JSXComponent;
@@ -155,7 +143,7 @@ export declare const VLazy: {
155
143
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
156
144
  transition: string | boolean | (import("vue").TransitionProps & {
157
145
  component?: import("vue").Component;
158
- });
146
+ }) | null;
159
147
  style: import("vue").StyleValue;
160
148
  options: IntersectionObserverInit;
161
149
  tag: string | import("../../util/index.js").JSXComponent;
@@ -172,7 +160,7 @@ export declare const VLazy: {
172
160
  }, {
173
161
  transition: string | boolean | (import("vue").TransitionProps & {
174
162
  component?: import("vue").Component;
175
- });
163
+ }) | null;
176
164
  style: import("vue").StyleValue;
177
165
  options: IntersectionObserverInit;
178
166
  tag: string | import("../../util/index.js").JSXComponent;
@@ -199,7 +187,7 @@ export declare const VLazy: {
199
187
  }, {}, {}, {}, {}, {
200
188
  transition: string | boolean | (import("vue").TransitionProps & {
201
189
  component?: import("vue").Component;
202
- });
190
+ }) | null;
203
191
  style: import("vue").StyleValue;
204
192
  options: IntersectionObserverInit;
205
193
  tag: string | import("../../util/index.js").JSXComponent;
@@ -211,7 +199,7 @@ export declare const VLazy: {
211
199
  } & import("vue").ComponentOptionsBase<{
212
200
  transition: string | boolean | (import("vue").TransitionProps & {
213
201
  component?: import("vue").Component;
214
- });
202
+ }) | null;
215
203
  style: import("vue").StyleValue;
216
204
  options: IntersectionObserverInit;
217
205
  tag: string | import("../../util/index.js").JSXComponent;
@@ -240,7 +228,7 @@ export declare const VLazy: {
240
228
  }, string, {
241
229
  transition: string | boolean | (import("vue").TransitionProps & {
242
230
  component?: import("vue").Component;
243
- });
231
+ }) | null;
244
232
  style: import("vue").StyleValue;
245
233
  options: IntersectionObserverInit;
246
234
  tag: string | import("../../util/index.js").JSXComponent;
@@ -248,19 +236,13 @@ export declare const VLazy: {
248
236
  }, {}, string, import("vue").SlotsType<Partial<{
249
237
  default: () => import("vue").VNode[];
250
238
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
251
- transition: Omit<{
239
+ transition: {
252
240
  type: PropType<string | boolean | (import("vue").TransitionProps & {
253
241
  component?: import("vue").Component;
254
- })>;
255
- default: string;
256
- validator: (val: unknown) => boolean;
257
- }, "type" | "default"> & {
258
- type: PropType<string | boolean | (import("vue").TransitionProps & {
259
- component?: import("vue").Component;
260
- })>;
242
+ }) | null>;
261
243
  default: NonNullable<string | boolean | (import("vue").TransitionProps & {
262
244
  component?: import("vue").Component;
263
- })>;
245
+ }) | null>;
264
246
  };
265
247
  tag: {
266
248
  type: PropType<string | import("../../util/index.js").JSXComponent>;
@@ -287,19 +269,13 @@ export declare const VLazy: {
287
269
  };
288
270
  };
289
271
  }, import("vue").ExtractPropTypes<{
290
- transition: Omit<{
291
- type: PropType<string | boolean | (import("vue").TransitionProps & {
292
- component?: import("vue").Component;
293
- })>;
294
- default: string;
295
- validator: (val: unknown) => boolean;
296
- }, "type" | "default"> & {
272
+ transition: {
297
273
  type: PropType<string | boolean | (import("vue").TransitionProps & {
298
274
  component?: import("vue").Component;
299
- })>;
275
+ }) | null>;
300
276
  default: NonNullable<string | boolean | (import("vue").TransitionProps & {
301
277
  component?: import("vue").Component;
302
- })>;
278
+ }) | null>;
303
279
  };
304
280
  tag: {
305
281
  type: PropType<string | import("../../util/index.js").JSXComponent>;