vuetify 3.4.0-alpha.0 → 3.4.0-alpha.1

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 (104) hide show
  1. package/dist/json/attributes.json +74 -66
  2. package/dist/json/importMap.json +8 -8
  3. package/dist/json/tags.json +6 -4
  4. package/dist/json/web-types.json +232 -165
  5. package/dist/vuetify-labs.css +449 -405
  6. package/dist/vuetify-labs.d.ts +619 -400
  7. package/dist/vuetify-labs.esm.js +438 -249
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +438 -249
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +150 -106
  12. package/dist/vuetify.d.ts +465 -238
  13. package/dist/vuetify.esm.js +238 -112
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +238 -112
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +788 -772
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  21. package/lib/components/VAppBar/index.d.mts +6 -6
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs +12 -2
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  24. package/lib/components/VBadge/VBadge.css +1 -1
  25. package/lib/components/VBadge/_variables.scss +1 -1
  26. package/lib/components/VBtnToggle/VBtnToggle.css +13 -2
  27. package/lib/components/VBtnToggle/VBtnToggle.sass +3 -3
  28. package/lib/components/VBtnToggle/_variables.scss +2 -1
  29. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  30. package/lib/components/VCheckbox/index.d.mts +203 -87
  31. package/lib/components/VCombobox/VCombobox.mjs +11 -1
  32. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  33. package/lib/components/VField/VField.css +15 -1
  34. package/lib/components/VField/VField.sass +15 -1
  35. package/lib/components/VIcon/VIcon.css +1 -0
  36. package/lib/components/VIcon/VIcon.sass +1 -0
  37. package/lib/components/VOverlay/useActivator.mjs +1 -1
  38. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  39. package/lib/components/VRadio/index.d.mts +82 -23
  40. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  41. package/lib/components/VRadioGroup/index.d.mts +75 -109
  42. package/lib/components/VSelect/VSelect.mjs +12 -2
  43. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  44. package/lib/components/VSelectionControl/VSelectionControl.mjs +17 -2
  45. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  46. package/lib/components/VSelectionControl/index.d.mts +19 -5
  47. package/lib/components/VSnackbar/VSnackbar.css +9 -0
  48. package/lib/components/VSnackbar/VSnackbar.mjs +65 -6
  49. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  50. package/lib/components/VSnackbar/VSnackbar.sass +9 -0
  51. package/lib/components/VSnackbar/index.d.mts +11 -5
  52. package/lib/components/VSwitch/VSwitch.css +7 -5
  53. package/lib/components/VSwitch/VSwitch.mjs +18 -8
  54. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  55. package/lib/components/VSwitch/VSwitch.sass +6 -4
  56. package/lib/components/VSwitch/_variables.scss +5 -3
  57. package/lib/components/VSwitch/index.d.mts +82 -23
  58. package/lib/components/VTable/VTable.css +3 -0
  59. package/lib/components/VTable/VTable.sass +4 -0
  60. package/lib/components/VTable/_variables.scss +3 -0
  61. package/lib/components/VTabs/VTab.mjs +2 -2
  62. package/lib/components/VTabs/VTab.mjs.map +1 -1
  63. package/lib/components/VTextarea/VTextarea.mjs +1 -0
  64. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  65. package/lib/components/VTimeline/VTimeline.css +4 -0
  66. package/lib/components/VTimeline/VTimeline.sass +5 -0
  67. package/lib/components/index.d.mts +464 -237
  68. package/lib/composables/color.mjs +6 -1
  69. package/lib/composables/color.mjs.map +1 -1
  70. package/lib/composables/resizeObserver.mjs.map +1 -1
  71. package/lib/composables/theme.mjs +8 -7
  72. package/lib/composables/theme.mjs.map +1 -1
  73. package/lib/entry-bundler.mjs +1 -1
  74. package/lib/framework.mjs +1 -1
  75. package/lib/index.d.mts +2 -2
  76. package/lib/labs/VDateInput/index.d.mts +2 -2
  77. package/lib/labs/VDatePicker/VDateCard.mjs +3 -0
  78. package/lib/labs/VDatePicker/VDateCard.mjs.map +1 -1
  79. package/lib/labs/VDatePicker/VDatePicker.mjs +51 -21
  80. package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
  81. package/lib/labs/VDatePicker/VDatePickerControls.mjs +53 -35
  82. package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -1
  83. package/lib/labs/VDatePicker/VDatePickerMonth.mjs +37 -28
  84. package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  85. package/lib/labs/VDatePicker/VDatePickerYears.mjs +19 -17
  86. package/lib/labs/VDatePicker/VDatePickerYears.mjs.map +1 -1
  87. package/lib/labs/VDatePicker/index.d.mts +148 -156
  88. package/lib/labs/VDateRangePicker/VDateRangeCard.mjs +3 -0
  89. package/lib/labs/VDateRangePicker/VDateRangeCard.mjs.map +1 -1
  90. package/lib/labs/VDateRangePicker/index.d.mts +59 -52
  91. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  92. package/lib/labs/VSkeletonLoader/index.d.mts +8 -8
  93. package/lib/labs/components.d.mts +156 -164
  94. package/lib/locale/bg.mjs +23 -23
  95. package/lib/locale/bg.mjs.map +1 -1
  96. package/lib/locale/fa.mjs +16 -16
  97. package/lib/locale/fa.mjs.map +1 -1
  98. package/lib/locale/no.mjs +1 -1
  99. package/lib/locale/no.mjs.map +1 -1
  100. package/lib/styles/tools/_states.sass +5 -5
  101. package/lib/util/colorUtils.mjs +6 -0
  102. package/lib/util/colorUtils.mjs.map +1 -1
  103. package/lib/util/helpers.mjs.map +1 -1
  104. package/package.json +2 -2
@@ -208,7 +208,7 @@
208
208
  "description": "The amount of scroll distance down before **scroll-behavior** activates."
209
209
  },
210
210
  "v-app-bar/scroll-behavior": {
211
- "type": "'hide' | 'inverted' | 'collapse' | 'elevate' | 'fade-image'\n",
211
+ "type": " | (string & {})\n | 'hide'\n | 'inverted'\n | 'collapse'\n | 'elevate'\n | 'fade-image'\n",
212
212
  "description": "Specify an action to take when the scroll position of **scroll-target** reaches **scroll-threshold**. Accepts any combination of hide, inverted, collapse, elevate, and fade-image. Multiple values can be used, separated by a space."
213
213
  },
214
214
  "v-app-bar-nav-icon/symbol": {
@@ -501,7 +501,7 @@
501
501
  },
502
502
  "v-autocomplete/menu-props": {
503
503
  "type": "unknown\n",
504
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
504
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
505
505
  },
506
506
  "v-autocomplete/transition": {
507
507
  "type": "string | boolean\n",
@@ -633,7 +633,7 @@
633
633
  },
634
634
  "v-autocomplete/clear-icon": {
635
635
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
636
- "description": "The icon used when the **clerable** prop is set to true"
636
+ "description": "The icon used when the **clearable** prop is set to true"
637
637
  },
638
638
  "v-autocomplete/base-color": {
639
639
  "type": "string\n",
@@ -945,7 +945,7 @@
945
945
  },
946
946
  "v-bottom-navigation/multiple": {
947
947
  "type": "boolean\n",
948
- "description": "Allows one to select mulitple items."
948
+ "description": "Allows one to select multiple items."
949
949
  },
950
950
  "v-bottom-navigation/bg-color": {
951
951
  "type": "string\n",
@@ -1437,7 +1437,7 @@
1437
1437
  },
1438
1438
  "v-btn-toggle/multiple": {
1439
1439
  "type": "boolean\n",
1440
- "description": "Allows one to select mulitple items."
1440
+ "description": "Allows one to select multiple items."
1441
1441
  },
1442
1442
  "v-btn-toggle/max": {
1443
1443
  "type": "number\n",
@@ -2229,7 +2229,7 @@
2229
2229
  },
2230
2230
  "v-chip-group/multiple": {
2231
2231
  "type": "boolean\n",
2232
- "description": "Allows one to select mulitple items."
2232
+ "description": "Allows one to select multiple items."
2233
2233
  },
2234
2234
  "v-chip-group/value-comparator": {
2235
2235
  "type": "(a: any, b: any) => boolean\n",
@@ -2557,7 +2557,7 @@
2557
2557
  },
2558
2558
  "v-combobox/menu-props": {
2559
2559
  "type": "unknown\n",
2560
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
2560
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
2561
2561
  },
2562
2562
  "v-combobox/transition": {
2563
2563
  "type": "string | boolean\n",
@@ -2689,7 +2689,7 @@
2689
2689
  },
2690
2690
  "v-combobox/clear-icon": {
2691
2691
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2692
- "description": "The icon used when the **clerable** prop is set to true"
2692
+ "description": "The icon used when the **clearable** prop is set to true"
2693
2693
  },
2694
2694
  "v-combobox/base-color": {
2695
2695
  "type": "string\n",
@@ -3467,6 +3467,10 @@
3467
3467
  "type": "string\n",
3468
3468
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
3469
3469
  },
3470
+ "v-date-card/disabled": {
3471
+ "type": "boolean | string[]\n",
3472
+ "description": "Removes the ability to click or target the component"
3473
+ },
3470
3474
  "v-date-card/transition": {
3471
3475
  "type": " | string\n | {\n component: ComponentPublicInstanceConstructor<\n {\n $: ComponentInternalInstance\n $data: {}\n $props: {\n disabled?: boolean\n origin?: string\n mode?: string\n group?: boolean\n hideOnLeave?: boolean\n leaveAbsolute?: boolean\n style?: unknown\n class?: unknown\n 'v-slot:default'?: false | (() => VNodeChild)\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n key?: string | number | symbol\n ref?: VNodeRef\n ref_for?: boolean\n ref_key?: string\n onVnodeBeforeMount?: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted?: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate?: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated?: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount?: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted?: VNodeMountHook | VNodeMountHook[]\n }\n $attrs: Data\n $refs: Data\n $slots: Readonly<{\n default?: () => VNode<\n RendererNode,\n RendererElement,\n { [key: string]: any }\n >[]\n }>\n $root: ComponentPublicInstance<\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n false,\n ComponentOptionsBase<\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n {},\n {},\n string,\n {}\n >,\n {},\n {}\n >\n $parent: ComponentPublicInstance<\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n false,\n ComponentOptionsBase<\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n {},\n {},\n string,\n {}\n >,\n {},\n {}\n >\n $emit: (event: string, ...args: any[]) => void\n $el: any\n $options: ComponentOptionsBase<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n },\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>\n > &\n MergedComponentOptionsOverride\n $forceUpdate: () => void\n $nextTick: typeof nextTick\n $watch<T extends string | ((...args: any) => any)>(\n source: T,\n cb: T extends (...args: any) => infer R\n ? (args_0: R, args_1: R) => any\n : (...args: any) => any,\n options?: WatchOptions<boolean>,\n ): WatchStopHandle\n } & {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & {\n 'v-slot:default'?: false | (() => VNodeChild)\n } & ShallowUnwrapRef<\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>\n > &\n ExtractComputedReturns<{}> &\n ComponentCustomProperties & {},\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n },\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>]\n }\n leaveAbsolute: boolean\n }\n",
3472
3476
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
@@ -3476,7 +3480,7 @@
3476
3480
  "description": "MISSING DESCRIPTION"
3477
3481
  },
3478
3482
  "v-date-card/max": {
3479
- "type": "number\n",
3483
+ "type": "string | number | Date\n",
3480
3484
  "description": "MISSING DESCRIPTION"
3481
3485
  },
3482
3486
  "v-date-card/next-icon": {
@@ -3503,6 +3507,10 @@
3503
3507
  "type": "boolean\n",
3504
3508
  "description": "MISSING DESCRIPTION"
3505
3509
  },
3510
+ "v-date-card/display-date": {
3511
+ "type": "any\n",
3512
+ "description": "MISSING DESCRIPTION"
3513
+ },
3506
3514
  "v-date-card/expand-icon": {
3507
3515
  "type": "string\n",
3508
3516
  "description": "MISSING DESCRIPTION"
@@ -3511,22 +3519,10 @@
3511
3519
  "type": "string\n",
3512
3520
  "description": "MISSING DESCRIPTION"
3513
3521
  },
3514
- "v-date-card/range": {
3515
- "type": "string | boolean\n",
3516
- "description": "MISSING DESCRIPTION"
3517
- },
3518
- "v-date-card/display-date": {
3519
- "type": "any\n",
3520
- "description": "MISSING DESCRIPTION"
3521
- },
3522
3522
  "v-date-card/view-mode": {
3523
3523
  "type": "'month' | 'year'\n",
3524
3524
  "description": "MISSING DESCRIPTION"
3525
3525
  },
3526
- "v-date-card/format": {
3527
- "type": "string\n",
3528
- "description": "MISSING DESCRIPTION"
3529
- },
3530
3526
  "v-date-card/show-adjacent-months": {
3531
3527
  "type": "boolean\n",
3532
3528
  "description": "MISSING DESCRIPTION"
@@ -3548,7 +3544,11 @@
3548
3544
  "description": "MISSING DESCRIPTION"
3549
3545
  },
3550
3546
  "v-date-card/min": {
3551
- "type": "number\n",
3547
+ "type": "string | number | Date\n",
3548
+ "description": "MISSING DESCRIPTION"
3549
+ },
3550
+ "v-date-card/format": {
3551
+ "type": "string\n",
3552
3552
  "description": "MISSING DESCRIPTION"
3553
3553
  },
3554
3554
  "v-date-picker/title": {
@@ -3619,12 +3619,16 @@
3619
3619
  "type": "string\n",
3620
3620
  "description": "Text shown when no **display-date** is set."
3621
3621
  },
3622
+ "v-date-picker/disabled": {
3623
+ "type": "boolean | string[]\n",
3624
+ "description": "Removes the ability to click or target the component"
3625
+ },
3622
3626
  "v-date-picker/multiple": {
3623
3627
  "type": "boolean\n",
3624
3628
  "description": "Allow the selection of multiple dates"
3625
3629
  },
3626
3630
  "v-date-picker/max": {
3627
- "type": "number\n",
3631
+ "type": "string | number | Date\n",
3628
3632
  "description": "Maximum allowed date/month (ISO 8601 format)"
3629
3633
  },
3630
3634
  "v-date-picker/next-icon": {
@@ -3651,6 +3655,10 @@
3651
3655
  "type": "boolean\n",
3652
3656
  "description": "Hide the picker actions"
3653
3657
  },
3658
+ "v-date-picker/display-date": {
3659
+ "type": "any\n",
3660
+ "description": "The date displayed in the picker header."
3661
+ },
3654
3662
  "v-date-picker/expand-icon": {
3655
3663
  "type": "string\n",
3656
3664
  "description": "Icon used for **view-mode** toggle."
@@ -3659,22 +3667,10 @@
3659
3667
  "type": "string\n",
3660
3668
  "description": "MISSING DESCRIPTION"
3661
3669
  },
3662
- "v-date-picker/range": {
3663
- "type": "string | boolean\n",
3664
- "description": "Allow the selection of date range"
3665
- },
3666
- "v-date-picker/display-date": {
3667
- "type": "any\n",
3668
- "description": "The date displayed in the picker header."
3669
- },
3670
3670
  "v-date-picker/view-mode": {
3671
3671
  "type": "'month' | 'year'\n",
3672
3672
  "description": "MISSING DESCRIPTION"
3673
3673
  },
3674
- "v-date-picker/format": {
3675
- "type": "string\n",
3676
- "description": "Takes a date object and returns it in a specified format."
3677
- },
3678
3674
  "v-date-picker/show-adjacent-months": {
3679
3675
  "type": "boolean\n",
3680
3676
  "description": "Toggles visibility of days from previous and next months"
@@ -3696,9 +3692,13 @@
3696
3692
  "description": "MISSING DESCRIPTION"
3697
3693
  },
3698
3694
  "v-date-picker/min": {
3699
- "type": "number\n",
3695
+ "type": "string | number | Date\n",
3700
3696
  "description": "Minimum allowed date/month (ISO 8601 format)"
3701
3697
  },
3698
+ "v-date-picker/format": {
3699
+ "type": "string\n",
3700
+ "description": "Takes a date object and returns it in a specified format."
3701
+ },
3702
3702
  "v-date-picker/calendar-icon": {
3703
3703
  "type": "string\n",
3704
3704
  "description": "The icon shown in the header when in 'input' **input-mode**."
@@ -3719,6 +3719,10 @@
3719
3719
  "type": "boolean\n",
3720
3720
  "description": "MISSING DESCRIPTION"
3721
3721
  },
3722
+ "v-date-picker-controls/disabled": {
3723
+ "type": "boolean | string[]\n",
3724
+ "description": "Removes the ability to click or target the component"
3725
+ },
3722
3726
  "v-date-picker-controls/next-icon": {
3723
3727
  "type": "string\n",
3724
3728
  "description": "MISSING DESCRIPTION"
@@ -3727,30 +3731,22 @@
3727
3731
  "type": "string\n",
3728
3732
  "description": "MISSING DESCRIPTION"
3729
3733
  },
3730
- "v-date-picker-controls/expand-icon": {
3734
+ "v-date-picker-controls/display-date": {
3731
3735
  "type": "string\n",
3732
3736
  "description": "MISSING DESCRIPTION"
3733
3737
  },
3734
- "v-date-picker-controls/collapse-icon": {
3738
+ "v-date-picker-controls/expand-icon": {
3735
3739
  "type": "string\n",
3736
3740
  "description": "MISSING DESCRIPTION"
3737
3741
  },
3738
- "v-date-picker-controls/range": {
3739
- "type": "string | boolean\n",
3740
- "description": "MISSING DESCRIPTION"
3741
- },
3742
- "v-date-picker-controls/display-date": {
3743
- "type": "any\n",
3742
+ "v-date-picker-controls/collapse-icon": {
3743
+ "type": "string\n",
3744
3744
  "description": "MISSING DESCRIPTION"
3745
3745
  },
3746
3746
  "v-date-picker-controls/view-mode": {
3747
3747
  "type": "'month' | 'year'\n",
3748
3748
  "description": "MISSING DESCRIPTION"
3749
3749
  },
3750
- "v-date-picker-controls/format": {
3751
- "type": "string\n",
3752
- "description": "MISSING DESCRIPTION"
3753
- },
3754
3750
  "v-date-picker-header/color": {
3755
3751
  "type": "string\n",
3756
3752
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
@@ -3779,12 +3775,12 @@
3779
3775
  "type": "boolean\n",
3780
3776
  "description": "MISSING DESCRIPTION"
3781
3777
  },
3782
- "v-date-picker-month/display-date": {
3783
- "type": "any\n",
3778
+ "v-date-picker-month/max": {
3779
+ "type": "string | number | Date\n",
3784
3780
  "description": "MISSING DESCRIPTION"
3785
3781
  },
3786
- "v-date-picker-month/format": {
3787
- "type": "string\n",
3782
+ "v-date-picker-month/display-date": {
3783
+ "type": "any\n",
3788
3784
  "description": "MISSING DESCRIPTION"
3789
3785
  },
3790
3786
  "v-date-picker-month/show-adjacent-months": {
@@ -3807,6 +3803,14 @@
3807
3803
  "type": "string\n",
3808
3804
  "description": "MISSING DESCRIPTION"
3809
3805
  },
3806
+ "v-date-picker-month/min": {
3807
+ "type": "string | number | Date\n",
3808
+ "description": "MISSING DESCRIPTION"
3809
+ },
3810
+ "v-date-picker-month/format": {
3811
+ "type": "string\n",
3812
+ "description": "MISSING DESCRIPTION"
3813
+ },
3810
3814
  "v-date-picker-years/height": {
3811
3815
  "type": "string | number\n",
3812
3816
  "description": "Sets the height for the component"
@@ -3816,7 +3820,7 @@
3816
3820
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
3817
3821
  },
3818
3822
  "v-date-picker-years/max": {
3819
- "type": "number\n",
3823
+ "type": "string | number | Date\n",
3820
3824
  "description": "MISSING DESCRIPTION"
3821
3825
  },
3822
3826
  "v-date-picker-years/display-date": {
@@ -3824,12 +3828,12 @@
3824
3828
  "description": "MISSING DESCRIPTION"
3825
3829
  },
3826
3830
  "v-date-picker-years/min": {
3827
- "type": "number\n",
3831
+ "type": "string | number | Date\n",
3828
3832
  "description": "MISSING DESCRIPTION"
3829
3833
  },
3830
3834
  "v-defaults-provider/disabled": {
3831
3835
  "type": "boolean\n",
3832
- "description": "Turns off all calcuations of new default values for improved performance in situations where defaults propagation isn't necessary"
3836
+ "description": "Turns off all calculations of new default values for improved performance in situations where defaults propagation isn't necessary"
3833
3837
  },
3834
3838
  "v-defaults-provider/root": {
3835
3839
  "type": "string | boolean\n",
@@ -4213,7 +4217,7 @@
4213
4217
  },
4214
4218
  "v-expansion-panels/multiple": {
4215
4219
  "type": "boolean\n",
4216
- "description": "Allows one to select mulitple items."
4220
+ "description": "Allows one to select multiple items."
4217
4221
  },
4218
4222
  "v-expansion-panels/readonly": {
4219
4223
  "type": "boolean\n",
@@ -4349,7 +4353,7 @@
4349
4353
  },
4350
4354
  "v-field/clear-icon": {
4351
4355
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4352
- "description": "The icon used when the **clerable** prop is set to true"
4356
+ "description": "The icon used when the **clearable** prop is set to true"
4353
4357
  },
4354
4358
  "v-field/base-color": {
4355
4359
  "type": "string\n",
@@ -4517,7 +4521,7 @@
4517
4521
  },
4518
4522
  "v-file-input/clear-icon": {
4519
4523
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4520
- "description": "The icon used when the **clerable** prop is set to true"
4524
+ "description": "The icon used when the **clearable** prop is set to true"
4521
4525
  },
4522
4526
  "v-file-input/base-color": {
4523
4527
  "type": "string\n",
@@ -4929,7 +4933,7 @@
4929
4933
  },
4930
4934
  "v-item-group/multiple": {
4931
4935
  "type": "boolean\n",
4932
- "description": "Allows one to select mulitple items."
4936
+ "description": "Allows one to select multiple items."
4933
4937
  },
4934
4938
  "v-item-group/max": {
4935
4939
  "type": "number\n",
@@ -5657,7 +5661,7 @@
5657
5661
  },
5658
5662
  "v-navigation-drawer/disable-resize-watcher": {
5659
5663
  "type": "boolean\n",
5660
- "description": "Will automatically open/close drawer when resized depending if mobile or desktop."
5664
+ "description": "Prevents the automatic opening or closing of the drawer when resized, based on whether the device is mobile or desktop."
5661
5665
  },
5662
5666
  "v-navigation-drawer/disable-route-watcher": {
5663
5667
  "type": "boolean\n",
@@ -7025,7 +7029,7 @@
7025
7029
  },
7026
7030
  "v-select/menu-props": {
7027
7031
  "type": "unknown\n",
7028
- "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended."
7032
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
7029
7033
  },
7030
7034
  "v-select/transition": {
7031
7035
  "type": "string | { component: Component }\n",
@@ -7157,7 +7161,7 @@
7157
7161
  },
7158
7162
  "v-select/clear-icon": {
7159
7163
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7160
- "description": "The icon used when the **clerable** prop is set to true"
7164
+ "description": "The icon used when the **clearable** prop is set to true"
7161
7165
  },
7162
7166
  "v-select/base-color": {
7163
7167
  "type": "string\n",
@@ -7400,7 +7404,7 @@
7400
7404
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
7401
7405
  },
7402
7406
  "v-skeleton-loader/type": {
7403
- "type": "string | string[]\n",
7407
+ "type": " | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (\n | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n )[]\n",
7404
7408
  "description": "A string delimited list of skeleton components to create such as `type=\"text@3\"` or `type=\"card, list-item\"`. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as **article@3** and **paragraph@2** which will generate 3 _article_ skeletons and 2 _paragraph_ skeletons. Please see below for a list of available pre-defined options."
7405
7409
  },
7406
7410
  "v-skeleton-loader/height": {
@@ -7473,7 +7477,7 @@
7473
7477
  },
7474
7478
  "v-slide-group/multiple": {
7475
7479
  "type": "boolean\n",
7476
- "description": "Allows one to select mulitple items."
7480
+ "description": "Allows one to select multiple items."
7477
7481
  },
7478
7482
  "v-slide-group/direction": {
7479
7483
  "type": "'horizontal' | 'vertical'\n",
@@ -7919,6 +7923,10 @@
7919
7923
  "type": "boolean\n",
7920
7924
  "description": "Gives the snackbar a larger minimum height."
7921
7925
  },
7926
+ "v-snackbar/timer": {
7927
+ "type": "string | boolean\n",
7928
+ "description": "Display a progress bar that counts down until the snackbar closes. Pass a string to set a custom color, otherwise uses `info`."
7929
+ },
7922
7930
  "v-snackbar/timeout": {
7923
7931
  "type": "string | number\n",
7924
7932
  "description": "Time (in milliseconds) to wait until snackbar is automatically hidden. Use `-1` to keep open indefinitely (`0` in version < 2.3 ). It is recommended for this number to be between `4000` and `10000`. Changes to this property will reset the timeout."
@@ -8417,7 +8425,7 @@
8417
8425
  },
8418
8426
  "v-tabs/multiple": {
8419
8427
  "type": "boolean\n",
8420
- "description": "Allows one to select mulitple items."
8428
+ "description": "Allows one to select multiple items."
8421
8429
  },
8422
8430
  "v-tabs/direction": {
8423
8431
  "type": "'horizontal' | 'vertical'\n",
@@ -8833,7 +8841,7 @@
8833
8841
  },
8834
8842
  "v-textarea/clear-icon": {
8835
8843
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8836
- "description": "The icon used when the **clerable** prop is set to true"
8844
+ "description": "The icon used when the **clearable** prop is set to true"
8837
8845
  },
8838
8846
  "v-textarea/base-color": {
8839
8847
  "type": "string\n",
@@ -48,10 +48,6 @@
48
48
  "from": "components/VBanner/index.mjs",
49
49
  "styles": []
50
50
  },
51
- "VBottomNavigation": {
52
- "from": "components/VBottomNavigation/index.mjs",
53
- "styles": []
54
- },
55
51
  "VBreadcrumbs": {
56
52
  "from": "components/VBreadcrumbs/index.mjs",
57
53
  "styles": []
@@ -64,6 +60,10 @@
64
60
  "from": "components/VBreadcrumbs/index.mjs",
65
61
  "styles": []
66
62
  },
63
+ "VBottomNavigation": {
64
+ "from": "components/VBottomNavigation/index.mjs",
65
+ "styles": []
66
+ },
67
67
  "VBtn": {
68
68
  "from": "components/VBtn/index.mjs",
69
69
  "styles": []
@@ -272,14 +272,14 @@
272
272
  "from": "components/VMessages/index.mjs",
273
273
  "styles": []
274
274
  },
275
- "VOverlay": {
276
- "from": "components/VOverlay/index.mjs",
277
- "styles": []
278
- },
279
275
  "VNavigationDrawer": {
280
276
  "from": "components/VNavigationDrawer/index.mjs",
281
277
  "styles": []
282
278
  },
279
+ "VOverlay": {
280
+ "from": "components/VOverlay/index.mjs",
281
+ "styles": []
282
+ },
283
283
  "VPagination": {
284
284
  "from": "components/VPagination/index.mjs",
285
285
  "styles": []
@@ -1101,6 +1101,7 @@
1101
1101
  "cancel-text",
1102
1102
  "collapse-icon",
1103
1103
  "color",
1104
+ "disabled",
1104
1105
  "display-date",
1105
1106
  "expand-icon",
1106
1107
  "format",
@@ -1116,7 +1117,6 @@
1116
1117
  "next-icon",
1117
1118
  "ok-text",
1118
1119
  "prev-icon",
1119
- "range",
1120
1120
  "show-adjacent-months",
1121
1121
  "show-week",
1122
1122
  "side",
@@ -1132,6 +1132,7 @@
1132
1132
  "cancel-text",
1133
1133
  "collapse-icon",
1134
1134
  "color",
1135
+ "disabled",
1135
1136
  "display-date",
1136
1137
  "elevation",
1137
1138
  "expand-icon",
@@ -1159,7 +1160,6 @@
1159
1160
  "ok-text",
1160
1161
  "position",
1161
1162
  "prev-icon",
1162
- "range",
1163
1163
  "rounded",
1164
1164
  "show-adjacent-months",
1165
1165
  "show-week",
@@ -1175,12 +1175,11 @@
1175
1175
  "v-date-picker-controls": {
1176
1176
  "attributes": [
1177
1177
  "collapse-icon",
1178
+ "disabled",
1178
1179
  "display-date",
1179
1180
  "expand-icon",
1180
- "format",
1181
1181
  "next-icon",
1182
1182
  "prev-icon",
1183
- "range",
1184
1183
  "view-mode"
1185
1184
  ],
1186
1185
  "description": ""
@@ -1201,6 +1200,8 @@
1201
1200
  "format",
1202
1201
  "hide-weekdays",
1203
1202
  "hover-date",
1203
+ "max",
1204
+ "min",
1204
1205
  "model-value",
1205
1206
  "multiple",
1206
1207
  "show-adjacent-months",
@@ -2629,6 +2630,7 @@
2629
2630
  "target",
2630
2631
  "theme",
2631
2632
  "timeout",
2633
+ "timer",
2632
2634
  "transition",
2633
2635
  "variant",
2634
2636
  "vertical",