vuetify 3.8.3 → 3.8.5

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 (117) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +4267 -3919
  3. package/dist/json/importMap-labs.json +28 -24
  4. package/dist/json/importMap.json +164 -164
  5. package/dist/json/tags.json +92 -0
  6. package/dist/json/web-types.json +8380 -7153
  7. package/dist/vuetify-labs.cjs +374 -79
  8. package/dist/vuetify-labs.css +3864 -3836
  9. package/dist/vuetify-labs.d.ts +5818 -1810
  10. package/dist/vuetify-labs.esm.js +374 -79
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +374 -79
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +53 -30
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +3556 -3531
  17. package/dist/vuetify.d.ts +4121 -1210
  18. package/dist/vuetify.esm.js +53 -30
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +53 -30
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +30 -27
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.d.ts +795 -77
  26. package/lib/components/VBadge/VBadge.d.ts +22 -46
  27. package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
  28. package/lib/components/VBottomSheet/VBottomSheet.css +1 -1
  29. package/lib/components/VBottomSheet/VBottomSheet.d.ts +1434 -80
  30. package/lib/components/VBottomSheet/VBottomSheet.sass +1 -1
  31. package/lib/components/VBtn/VBtn.css +25 -0
  32. package/lib/components/VBtn/VBtn.sass +9 -0
  33. package/lib/components/VBtn/_variables.scss +1 -0
  34. package/lib/components/VCombobox/VCombobox.d.ts +795 -77
  35. package/lib/components/VCounter/VCounter.d.ts +22 -46
  36. package/lib/components/VDataIterator/VDataIterator.d.ts +22 -46
  37. package/lib/components/VDataTable/VDataTable.d.ts +110 -110
  38. package/lib/components/VDataTable/VDataTableHeaders.js +1 -2
  39. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  40. package/lib/components/VDataTable/VDataTableServer.d.ts +62 -189
  41. package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
  42. package/lib/components/VDataTable/VDataTableVirtual.d.ts +62 -189
  43. package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
  44. package/lib/components/VDataTable/composables/headers.d.ts +75 -75
  45. package/lib/components/VDataTable/composables/select.js +1 -1
  46. package/lib/components/VDataTable/composables/select.js.map +1 -1
  47. package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
  48. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +6 -6
  49. package/lib/components/VDialog/VDialog.d.ts +1048 -146
  50. package/lib/components/VDialog/VDialog.js +1 -1
  51. package/lib/components/VDialog/VDialog.js.map +1 -1
  52. package/lib/components/VFab/VFab.d.ts +22 -46
  53. package/lib/components/VFileInput/VFileInput.css +4 -0
  54. package/lib/components/VFileInput/VFileInput.js +21 -3
  55. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  56. package/lib/components/VFileInput/VFileInput.sass +4 -0
  57. package/lib/components/VImg/VImg.d.ts +22 -49
  58. package/lib/components/VLazy/VLazy.d.ts +22 -46
  59. package/lib/components/VMenu/VMenu.d.ts +1048 -146
  60. package/lib/components/VMenu/VMenu.js.map +1 -1
  61. package/lib/components/VMessages/VMessages.d.ts +22 -46
  62. package/lib/components/VNumberInput/VNumberInput.d.ts +3 -3
  63. package/lib/components/VOverlay/VOverlay.d.ts +22 -49
  64. package/lib/components/VOverlay/locationStrategies.js +1 -1
  65. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  66. package/lib/components/VSelect/VSelect.d.ts +1235 -93
  67. package/lib/components/VSnackbar/VSnackbar.d.ts +58 -109
  68. package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +25 -47
  69. package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
  70. package/lib/components/VSpeedDial/VSpeedDial.d.ts +1434 -80
  71. package/lib/components/VTable/VTable.css +2 -6
  72. package/lib/components/VTable/VTable.sass +4 -22
  73. package/lib/components/VTabs/VTabs.d.ts +6 -6
  74. package/lib/components/VTextField/VTextField.js +5 -3
  75. package/lib/components/VTextField/VTextField.js.map +1 -1
  76. package/lib/components/VTooltip/VTooltip.d.ts +58 -109
  77. package/lib/components/VTooltip/VTooltip.js +2 -2
  78. package/lib/components/VTooltip/VTooltip.js.map +1 -1
  79. package/lib/components/transitions/dialog-transition.js +3 -3
  80. package/lib/components/transitions/dialog-transition.js.map +1 -1
  81. package/lib/composables/dateFormat.d.ts +24 -0
  82. package/lib/composables/dateFormat.js +112 -0
  83. package/lib/composables/dateFormat.js.map +1 -0
  84. package/lib/composables/transition.d.ts +10 -20
  85. package/lib/composables/transition.js +15 -12
  86. package/lib/composables/transition.js.map +1 -1
  87. package/lib/entry-bundler.d.ts +6 -6
  88. package/lib/entry-bundler.js +1 -1
  89. package/lib/framework.d.ts +113 -149
  90. package/lib/framework.js +1 -1
  91. package/lib/iconsets/mdi.js +2 -1
  92. package/lib/iconsets/mdi.js.map +1 -1
  93. package/lib/labs/VCalendar/VCalendar.d.ts +3 -3
  94. package/lib/labs/VCalendar/VCalendarDay.d.ts +3 -3
  95. package/lib/labs/VCalendar/VCalendarInterval.d.ts +3 -3
  96. package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +3 -3
  97. package/lib/labs/VColorInput/VColorInput.css +4 -0
  98. package/lib/labs/VColorInput/VColorInput.d.ts +1767 -0
  99. package/lib/labs/VColorInput/VColorInput.js +129 -0
  100. package/lib/labs/VColorInput/VColorInput.js.map +1 -0
  101. package/lib/labs/VColorInput/VColorInput.sass +7 -0
  102. package/lib/labs/VColorInput/_variables.scss +2 -0
  103. package/lib/labs/VColorInput/index.d.ts +1 -0
  104. package/lib/labs/VColorInput/index.js +2 -0
  105. package/lib/labs/VColorInput/index.js.map +1 -0
  106. package/lib/labs/VDateInput/VDateInput.d.ts +96 -34
  107. package/lib/labs/VDateInput/VDateInput.js +71 -17
  108. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  109. package/lib/labs/VFileUpload/VFileUpload.js +19 -31
  110. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  111. package/lib/labs/VTimePicker/VTimePickerClock.js +2 -2
  112. package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
  113. package/lib/labs/components.d.ts +1 -0
  114. package/lib/labs/components.js +1 -0
  115. package/lib/labs/components.js.map +1 -1
  116. package/lib/util/helpers.js.map +1 -1
  117. package/package.json +7 -8
@@ -26,43 +26,31 @@ export declare const makeVBadgeProps: <Defaults extends {
26
26
  offsetY?: unknown;
27
27
  textColor?: unknown;
28
28
  } = {}>(defaults?: Defaults | undefined) => {
29
- transition: unknown extends Defaults["transition"] ? Omit<{
29
+ transition: unknown extends Defaults["transition"] ? {
30
30
  type: import("vue").PropType<string | boolean | (import("vue").TransitionProps & {
31
31
  component?: import("vue").Component;
32
- })>;
33
- default: string;
34
- validator: (val: unknown) => boolean;
35
- }, "type" | "default"> & {
36
- type: import("vue").PropType<string | boolean | (import("vue").TransitionProps & {
37
- component?: import("vue").Component;
38
- })>;
32
+ }) | null>;
39
33
  default: NonNullable<string | boolean | (import("vue").TransitionProps & {
40
34
  component?: import("vue").Component;
41
- })>;
42
- } : Omit<Omit<{
43
- type: import("vue").PropType<string | boolean | (import("vue").TransitionProps & {
44
- component?: import("vue").Component;
45
- })>;
46
- default: string;
47
- validator: (val: unknown) => boolean;
48
- }, "type" | "default"> & {
35
+ }) | null>;
36
+ } : Omit<{
49
37
  type: import("vue").PropType<string | boolean | (import("vue").TransitionProps & {
50
38
  component?: import("vue").Component;
51
- })>;
39
+ }) | null>;
52
40
  default: NonNullable<string | boolean | (import("vue").TransitionProps & {
53
41
  component?: import("vue").Component;
54
- })>;
42
+ }) | null>;
55
43
  }, "type" | "default"> & {
56
44
  type: import("vue").PropType<unknown extends Defaults["transition"] ? string | boolean | (import("vue").TransitionProps & {
57
45
  component?: import("vue").Component;
58
- }) : string | boolean | (import("vue").TransitionProps & {
46
+ }) | null : string | boolean | (import("vue").TransitionProps & {
59
47
  component?: import("vue").Component;
60
- }) | Defaults["transition"]>;
48
+ }) | Defaults["transition"] | null>;
61
49
  default: unknown extends Defaults["transition"] ? string | boolean | (import("vue").TransitionProps & {
62
50
  component?: import("vue").Component;
63
- }) : NonNullable<string | boolean | (import("vue").TransitionProps & {
51
+ }) | null : NonNullable<string | boolean | (import("vue").TransitionProps & {
64
52
  component?: import("vue").Component;
65
- })> | Defaults["transition"];
53
+ }) | null> | Defaults["transition"];
66
54
  };
67
55
  theme: unknown extends Defaults["theme"] ? StringConstructor : {
68
56
  type: import("vue").PropType<unknown extends Defaults["theme"] ? string : string | Defaults["theme"]>;
@@ -187,7 +175,7 @@ export declare const VBadge: {
187
175
  location: import("../../util/index.js").Anchor | null;
188
176
  transition: string | boolean | (import("vue").TransitionProps & {
189
177
  component?: import("vue").Component;
190
- });
178
+ }) | null;
191
179
  label: string;
192
180
  style: import("vue").StyleValue;
193
181
  tag: string | import("../../util/index.js").JSXComponent;
@@ -224,7 +212,7 @@ export declare const VBadge: {
224
212
  location: import("../../util/index.js").Anchor | null;
225
213
  transition: string | boolean | (import("vue").TransitionProps & {
226
214
  component?: import("vue").Component;
227
- });
215
+ }) | null;
228
216
  label: string;
229
217
  style: import("vue").StyleValue;
230
218
  tag: string | import("../../util/index.js").JSXComponent;
@@ -249,7 +237,7 @@ export declare const VBadge: {
249
237
  location: import("../../util/index.js").Anchor | null;
250
238
  transition: string | boolean | (import("vue").TransitionProps & {
251
239
  component?: import("vue").Component;
252
- });
240
+ }) | null;
253
241
  label: string;
254
242
  style: import("vue").StyleValue;
255
243
  tag: string | import("../../util/index.js").JSXComponent;
@@ -286,7 +274,7 @@ export declare const VBadge: {
286
274
  location: import("../../util/index.js").Anchor | null;
287
275
  transition: string | boolean | (import("vue").TransitionProps & {
288
276
  component?: import("vue").Component;
289
- });
277
+ }) | null;
290
278
  label: string;
291
279
  style: import("vue").StyleValue;
292
280
  tag: string | import("../../util/index.js").JSXComponent;
@@ -305,7 +293,7 @@ export declare const VBadge: {
305
293
  location: import("../../util/index.js").Anchor | null;
306
294
  transition: string | boolean | (import("vue").TransitionProps & {
307
295
  component?: import("vue").Component;
308
- });
296
+ }) | null;
309
297
  label: string;
310
298
  style: import("vue").StyleValue;
311
299
  tag: string | import("../../util/index.js").JSXComponent;
@@ -342,7 +330,7 @@ export declare const VBadge: {
342
330
  location: import("../../util/index.js").Anchor | null;
343
331
  transition: string | boolean | (import("vue").TransitionProps & {
344
332
  component?: import("vue").Component;
345
- });
333
+ }) | null;
346
334
  label: string;
347
335
  style: import("vue").StyleValue;
348
336
  tag: string | import("../../util/index.js").JSXComponent;
@@ -356,19 +344,13 @@ export declare const VBadge: {
356
344
  default: () => import("vue").VNode[];
357
345
  badge: () => import("vue").VNode[];
358
346
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
359
- transition: Omit<{
347
+ transition: {
360
348
  type: import("vue").PropType<string | boolean | (import("vue").TransitionProps & {
361
349
  component?: import("vue").Component;
362
- })>;
363
- default: string;
364
- validator: (val: unknown) => boolean;
365
- }, "type" | "default"> & {
366
- type: import("vue").PropType<string | boolean | (import("vue").TransitionProps & {
367
- component?: import("vue").Component;
368
- })>;
350
+ }) | null>;
369
351
  default: NonNullable<string | boolean | (import("vue").TransitionProps & {
370
352
  component?: import("vue").Component;
371
- })>;
353
+ }) | null>;
372
354
  };
373
355
  theme: StringConstructor;
374
356
  tag: {
@@ -409,19 +391,13 @@ export declare const VBadge: {
409
391
  offsetY: (StringConstructor | NumberConstructor)[];
410
392
  textColor: StringConstructor;
411
393
  }, import("vue").ExtractPropTypes<{
412
- transition: Omit<{
413
- type: import("vue").PropType<string | boolean | (import("vue").TransitionProps & {
414
- component?: import("vue").Component;
415
- })>;
416
- default: string;
417
- validator: (val: unknown) => boolean;
418
- }, "type" | "default"> & {
394
+ transition: {
419
395
  type: import("vue").PropType<string | boolean | (import("vue").TransitionProps & {
420
396
  component?: import("vue").Component;
421
- })>;
397
+ }) | null>;
422
398
  default: NonNullable<string | boolean | (import("vue").TransitionProps & {
423
399
  component?: import("vue").Component;
424
- })>;
400
+ }) | null>;
425
401
  };
426
402
  theme: StringConstructor;
427
403
  tag: {
@@ -213,6 +213,7 @@ export declare const makeVBottomNavigationProps: <Defaults extends {
213
213
  };
214
214
  export declare const VBottomNavigation: {
215
215
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
216
+ grow: boolean;
216
217
  name: string;
217
218
  absolute: boolean;
218
219
  height: string | number;
@@ -225,7 +226,6 @@ export declare const VBottomNavigation: {
225
226
  density: import("../../composables/density.js").Density;
226
227
  tile: boolean;
227
228
  selectedClass: string;
228
- grow: boolean;
229
229
  } & {
230
230
  max?: number | undefined;
231
231
  border?: string | number | boolean | undefined;
@@ -244,6 +244,7 @@ export declare const VBottomNavigation: {
244
244
  'update:active': (value: any) => true;
245
245
  'update:modelValue': (value: any) => true;
246
246
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
247
+ grow: boolean;
247
248
  name: string;
248
249
  absolute: boolean;
249
250
  height: string | number;
@@ -257,7 +258,6 @@ export declare const VBottomNavigation: {
257
258
  rounded: string | number | boolean;
258
259
  tile: boolean;
259
260
  selectedClass: string;
260
- grow: boolean;
261
261
  }, true, {}, import("vue").SlotsType<Partial<{
262
262
  default: () => import("vue").VNode[];
263
263
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -268,6 +268,7 @@ export declare const VBottomNavigation: {
268
268
  M: {};
269
269
  Defaults: {};
270
270
  }, {
271
+ grow: boolean;
271
272
  name: string;
272
273
  absolute: boolean;
273
274
  height: string | number;
@@ -280,7 +281,6 @@ export declare const VBottomNavigation: {
280
281
  density: import("../../composables/density.js").Density;
281
282
  tile: boolean;
282
283
  selectedClass: string;
283
- grow: boolean;
284
284
  } & {
285
285
  max?: number | undefined;
286
286
  border?: string | number | boolean | undefined;
@@ -296,6 +296,7 @@ export declare const VBottomNavigation: {
296
296
  } & {
297
297
  "onUpdate:active"?: ((value: any) => any) | undefined;
298
298
  }, {}, {}, {}, {}, {
299
+ grow: boolean;
299
300
  name: string;
300
301
  absolute: boolean;
301
302
  height: string | number;
@@ -309,12 +310,12 @@ export declare const VBottomNavigation: {
309
310
  rounded: string | number | boolean;
310
311
  tile: boolean;
311
312
  selectedClass: string;
312
- grow: boolean;
313
313
  }>;
314
314
  __isFragment?: never;
315
315
  __isTeleport?: never;
316
316
  __isSuspense?: never;
317
317
  } & import("vue").ComponentOptionsBase<{
318
+ grow: boolean;
318
319
  name: string;
319
320
  absolute: boolean;
320
321
  height: string | number;
@@ -327,7 +328,6 @@ export declare const VBottomNavigation: {
327
328
  density: import("../../composables/density.js").Density;
328
329
  tile: boolean;
329
330
  selectedClass: string;
330
- grow: boolean;
331
331
  } & {
332
332
  max?: number | undefined;
333
333
  border?: string | number | boolean | undefined;
@@ -346,6 +346,7 @@ export declare const VBottomNavigation: {
346
346
  'update:active': (value: any) => true;
347
347
  'update:modelValue': (value: any) => true;
348
348
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, string, {
349
+ grow: boolean;
349
350
  name: string;
350
351
  absolute: boolean;
351
352
  height: string | number;
@@ -359,7 +360,6 @@ export declare const VBottomNavigation: {
359
360
  rounded: string | number | boolean;
360
361
  tile: boolean;
361
362
  selectedClass: string;
362
- grow: boolean;
363
363
  }, {}, string, import("vue").SlotsType<Partial<{
364
364
  default: () => import("vue").VNode[];
365
365
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new <T>(props: {
@@ -11,7 +11,7 @@
11
11
  flex: 0 1 auto;
12
12
  left: 0;
13
13
  right: 0;
14
- margin-inline: 0;
14
+ margin-inline: auto;
15
15
  margin-bottom: 0;
16
16
  transition-duration: 0.2s;
17
17
  width: 100%;