@vuetify/nightly 3.4.0-alpha.1-dev.2023-10-26 → 3.4.0-alpha.1-dev.2023-10-31

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 (124) hide show
  1. package/CHANGELOG.md +9 -3
  2. package/dist/_component-variables-labs.sass +0 -1
  3. package/dist/_component-variables.sass +1 -0
  4. package/dist/json/attributes.json +74 -174
  5. package/dist/json/importMap-labs.json +3 -7
  6. package/dist/json/importMap.json +26 -22
  7. package/dist/json/tags.json +19 -44
  8. package/dist/json/web-types.json +251 -555
  9. package/dist/vuetify-labs.css +581 -612
  10. package/dist/vuetify-labs.d.ts +1504 -3801
  11. package/dist/vuetify-labs.esm.js +6221 -6366
  12. package/dist/vuetify-labs.esm.js.map +1 -1
  13. package/dist/vuetify-labs.js +6221 -6365
  14. package/dist/vuetify-labs.min.css +2 -2
  15. package/dist/vuetify.css +86 -61
  16. package/dist/vuetify.d.ts +498 -52
  17. package/dist/vuetify.esm.js +4034 -3746
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +4034 -3745
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +367 -335
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/blueprints/index.d.mts +45 -41
  25. package/lib/blueprints/md1.d.mts +45 -41
  26. package/lib/blueprints/md2.d.mts +45 -41
  27. package/lib/blueprints/md3.d.mts +45 -41
  28. package/lib/{labs → components}/VInfiniteScroll/VInfiniteScroll.mjs +2 -2
  29. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -0
  30. package/lib/components/VInfiniteScroll/index.mjs.map +1 -0
  31. package/lib/components/index.d.mts +410 -1
  32. package/lib/components/index.mjs +1 -0
  33. package/lib/components/index.mjs.map +1 -1
  34. package/lib/composables/date/DateAdapter.mjs.map +1 -0
  35. package/lib/{labs → composables}/date/adapters/vuetify.mjs +43 -0
  36. package/lib/composables/date/adapters/vuetify.mjs.map +1 -0
  37. package/lib/{labs → composables}/date/date.mjs +5 -12
  38. package/lib/composables/date/date.mjs.map +1 -0
  39. package/lib/composables/date/index.mjs +2 -0
  40. package/lib/composables/date/index.mjs.map +1 -0
  41. package/lib/composables/index.mjs +1 -0
  42. package/lib/composables/index.mjs.map +1 -1
  43. package/lib/entry-bundler.mjs +1 -1
  44. package/lib/framework.mjs +3 -3
  45. package/lib/framework.mjs.map +1 -1
  46. package/lib/index.d.mts +87 -52
  47. package/lib/labs/VDatePicker/VDatePicker.mjs +134 -103
  48. package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
  49. package/lib/labs/VDatePicker/VDatePickerControls.css +8 -2
  50. package/lib/labs/VDatePicker/VDatePickerControls.mjs +33 -20
  51. package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -1
  52. package/lib/labs/VDatePicker/VDatePickerControls.sass +8 -2
  53. package/lib/labs/VDatePicker/VDatePickerMonth.css +13 -39
  54. package/lib/labs/VDatePicker/VDatePickerMonth.mjs +76 -189
  55. package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  56. package/lib/labs/VDatePicker/VDatePickerMonth.sass +14 -37
  57. package/lib/labs/VDatePicker/VDatePickerMonths.css +21 -0
  58. package/lib/labs/VDatePicker/VDatePickerMonths.mjs +74 -0
  59. package/lib/labs/VDatePicker/VDatePickerMonths.mjs.map +1 -0
  60. package/lib/labs/VDatePicker/VDatePickerMonths.sass +19 -0
  61. package/lib/labs/VDatePicker/VDatePickerYears.mjs +56 -26
  62. package/lib/labs/VDatePicker/VDatePickerYears.mjs.map +1 -1
  63. package/lib/labs/VDatePicker/index.d.mts +1177 -3516
  64. package/lib/labs/VDatePicker/index.mjs +1 -1
  65. package/lib/labs/VDatePicker/index.mjs.map +1 -1
  66. package/lib/labs/VPicker/VPicker.css +1 -1
  67. package/lib/labs/VPicker/VPicker.mjs +1 -1
  68. package/lib/labs/VPicker/VPicker.mjs.map +1 -1
  69. package/lib/labs/VPicker/VPicker.sass +4 -2
  70. package/lib/labs/VPicker/_variables.scss +1 -0
  71. package/lib/labs/components.d.mts +907 -3650
  72. package/lib/labs/components.mjs +0 -1
  73. package/lib/labs/components.mjs.map +1 -1
  74. package/lib/labs/index.mjs +0 -1
  75. package/lib/labs/index.mjs.map +1 -1
  76. package/package.json +1 -2
  77. package/lib/labs/VDateInput/VDateInput.mjs +0 -127
  78. package/lib/labs/VDateInput/VDateInput.mjs.map +0 -1
  79. package/lib/labs/VDateInput/VDateInput.sass +0 -11
  80. package/lib/labs/VDateInput/VDateRangeInput.mjs +0 -223
  81. package/lib/labs/VDateInput/VDateRangeInput.mjs.map +0 -1
  82. package/lib/labs/VDateInput/VDateRangeInput.sass +0 -10
  83. package/lib/labs/VDateInput/composables.mjs +0 -69
  84. package/lib/labs/VDateInput/composables.mjs.map +0 -1
  85. package/lib/labs/VDateInput/index.d.mts +0 -1461
  86. package/lib/labs/VDateInput/index.mjs +0 -3
  87. package/lib/labs/VDateInput/index.mjs.map +0 -1
  88. package/lib/labs/VDatePicker/VDateCard.css +0 -32
  89. package/lib/labs/VDatePicker/VDateCard.mjs +0 -115
  90. package/lib/labs/VDatePicker/VDateCard.mjs.map +0 -1
  91. package/lib/labs/VDatePicker/VDateCard.sass +0 -31
  92. package/lib/labs/VDatePicker/VDatePickerInput.sass +0 -17
  93. package/lib/labs/VDatePicker/composables.mjs +0 -48
  94. package/lib/labs/VDatePicker/composables.mjs.map +0 -1
  95. package/lib/labs/VDateRangePicker/VDateRangeCard.mjs +0 -90
  96. package/lib/labs/VDateRangePicker/VDateRangeCard.mjs.map +0 -1
  97. package/lib/labs/VDateRangePicker/VDateRangeCard.sass +0 -33
  98. package/lib/labs/VDateRangePicker/VDateRangePicker.mjs +0 -129
  99. package/lib/labs/VDateRangePicker/VDateRangePicker.mjs.map +0 -1
  100. package/lib/labs/VDateRangePicker/VDateRangePicker.sass +0 -21
  101. package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs +0 -102
  102. package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs.map +0 -1
  103. package/lib/labs/VDateRangePicker/VDateRangePickerHeader.sass +0 -39
  104. package/lib/labs/VDateRangePicker/VDateRangePickerMonth.mjs +0 -61
  105. package/lib/labs/VDateRangePicker/VDateRangePickerMonth.mjs.map +0 -1
  106. package/lib/labs/VDateRangePicker/VDateRangePickerMonth.sass +0 -12
  107. package/lib/labs/VDateRangePicker/index.d.mts +0 -1166
  108. package/lib/labs/VDateRangePicker/index.mjs +0 -3
  109. package/lib/labs/VDateRangePicker/index.mjs.map +0 -1
  110. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +0 -1
  111. package/lib/labs/VInfiniteScroll/index.mjs.map +0 -1
  112. package/lib/labs/date/DateAdapter.mjs.map +0 -1
  113. package/lib/labs/date/adapters/vuetify.d.mts +0 -63
  114. package/lib/labs/date/adapters/vuetify.mjs.map +0 -1
  115. package/lib/labs/date/date.mjs.map +0 -1
  116. package/lib/labs/date/index.d.mts +0 -103
  117. package/lib/labs/date/index.mjs +0 -2
  118. package/lib/labs/date/index.mjs.map +0 -1
  119. /package/lib/{labs → components}/VInfiniteScroll/VInfiniteScroll.css +0 -0
  120. /package/lib/{labs → components}/VInfiniteScroll/VInfiniteScroll.sass +0 -0
  121. /package/lib/{labs → components}/VInfiniteScroll/_variables.scss +0 -0
  122. /package/lib/{labs → components}/VInfiniteScroll/index.d.mts +0 -0
  123. /package/lib/{labs → components}/VInfiniteScroll/index.mjs +0 -0
  124. /package/lib/{labs → composables}/date/DateAdapter.mjs +0 -0
package/CHANGELOG.md CHANGED
@@ -1,26 +1,32 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.4.0-alpha.1-dev.2023-10-26...v) (2023-10-26)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.4.0-alpha.1-dev.2023-10-31...v) (2023-10-31)
2
2
 
3
3
 
4
4
 
5
- # [3.4.0-alpha.1-dev.2023-10-26](https://github.com/vuetifyjs/vuetify/compare/v3.3.23...v3.4.0-alpha.1-dev.2023-10-26) (2023-10-26)
5
+ # [3.4.0-alpha.1-dev.2023-10-31](https://github.com/vuetifyjs/vuetify/compare/v3.3.23...v3.4.0-alpha.1-dev.2023-10-31) (2023-10-31)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
+ * **VDatePicker:** use adapter to setYear on date ([99d42b0](https://github.com/vuetifyjs/vuetify/commit/99d42b04cb41dfb78a20585288ffbe4947ffd5b4))
11
+ * **VDatePicker:** viewMode button active state rotation ([cb1f6ab](https://github.com/vuetifyjs/vuetify/commit/cb1f6ab0eeac18318ba30e70aa4fd113f2bdb985))
10
12
  * **VField:** correct height for compact/comfortable densities ([#18025](https://github.com/vuetifyjs/vuetify/issues/18025)) ([7a24848](https://github.com/vuetifyjs/vuetify/commit/7a248489c6eb46e754c22b982ae047a4ca1bbd98)), closes [#17898](https://github.com/vuetifyjs/vuetify/issues/17898) [#17837](https://github.com/vuetifyjs/vuetify/issues/17837)
13
+ * **VPicker:** import sass variables ([f8237ce](https://github.com/vuetifyjs/vuetify/commit/f8237cee1747a6d32a4f878c266ed1c156bfe7ac))
11
14
 
12
15
 
13
16
  ### Features
14
17
 
18
+ * **date:** promote from labs ([a5c857e](https://github.com/vuetifyjs/vuetify/commit/a5c857e35d6d085116faa832ef9426b41b383778))
15
19
  * **VBanner:** add `bg-color` prop ([#18094](https://github.com/vuetifyjs/vuetify/issues/18094)) ([511c9aa](https://github.com/vuetifyjs/vuetify/commit/511c9aa4a80ad3ba48cebf729c1de6d257a096e5)), closes [#17124](https://github.com/vuetifyjs/vuetify/issues/17124)
16
20
  * **VBottomSheet:** promote from labs ([707c058](https://github.com/vuetifyjs/vuetify/commit/707c058a4ffe9b661d436e890ad1611a33b07598))
17
21
  * **VBtn|VListItem:** add new prop named slim ([#17562](https://github.com/vuetifyjs/vuetify/issues/17562)) ([788a583](https://github.com/vuetifyjs/vuetify/commit/788a5839beed07b901feac2ea8417d0c6b7d011c))
22
+ * **VDatePicker:** refactor structure ([#18558](https://github.com/vuetifyjs/vuetify/issues/18558)) ([5c1b302](https://github.com/vuetifyjs/vuetify/commit/5c1b30208729d08041c97efeafcea805a2a7502e))
18
23
  * **VExpansionPanels:** add new prop named static ([#18014](https://github.com/vuetifyjs/vuetify/issues/18014)) ([51f3c14](https://github.com/vuetifyjs/vuetify/commit/51f3c143647737ed07388993ebec7985c1d79a10))
24
+ * **VInfiniteScroll:** promote from labs ([08e1fb9](https://github.com/vuetifyjs/vuetify/commit/08e1fb98c68b432bbe07919f65e2b85225b89476))
19
25
  * **VInput:** expose isValid and errorMessages ([32968db](https://github.com/vuetifyjs/vuetify/commit/32968dba9523338bf01eed0cfbb9e1b705f72639)), closes [#17502](https://github.com/vuetifyjs/vuetify/issues/17502)
20
26
  * **VSkeletonLoader:** promote from labs ([a1867e8](https://github.com/vuetifyjs/vuetify/commit/a1867e8facb4026eeb6b63c54d38bb9a659c1d6a))
21
- * **VSnackbar:** add text prop ([44ee8ed](https://github.com/vuetifyjs/vuetify/commit/44ee8ed726d11431eeef24849e6936e2a7cc01ab))
22
27
  * **VStepper:** promote from labs ([fd76fd3](https://github.com/vuetifyjs/vuetify/commit/fd76fd30f34252aca92a772fe3bac61cc56a3df9))
23
28
  * update browser support ([7f3c472](https://github.com/vuetifyjs/vuetify/commit/7f3c472fb02360e029574acbec885c3eb7819f30))
29
+ * **VSnackbar:** add text prop ([44ee8ed](https://github.com/vuetifyjs/vuetify/commit/44ee8ed726d11431eeef24849e6936e2a7cc01ab))
24
30
 
25
31
 
26
32
  ### BREAKING CHANGES
@@ -1,5 +1,4 @@
1
1
  @forward '../lib/labs/VDataTable/_variables.scss'
2
2
  @forward '../lib/labs/VDatePicker/_variables.scss'
3
- @forward '../lib/labs/VInfiniteScroll/_variables.scss'
4
3
  @forward '../lib/labs/VOtpInput/_variables.scss'
5
4
  @forward '../lib/labs/VPicker/_variables.scss'
@@ -28,6 +28,7 @@
28
28
  @forward '../lib/components/VFooter/_variables.scss'
29
29
  @forward '../lib/components/VIcon/_variables.scss'
30
30
  @forward '../lib/components/VImg/_variables.scss'
31
+ @forward '../lib/components/VInfiniteScroll/_variables.scss'
31
32
  @forward '../lib/components/VInput/_variables.scss'
32
33
  @forward '../lib/components/VItemGroup/_variables.scss'
33
34
  @forward '../lib/components/VKbd/_variables.scss'
@@ -3483,116 +3483,20 @@
3483
3483
  "type": "string | number\n",
3484
3484
  "description": "Height in pixels of each item to display."
3485
3485
  },
3486
- "v-date-card/model-value": {
3487
- "type": "any[]\n",
3488
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3489
- },
3490
- "v-date-card/height": {
3491
- "type": "string | number\n",
3492
- "description": "Sets the height for the component."
3493
- },
3494
- "v-date-card/color": {
3495
- "type": "string\n",
3496
- "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)."
3497
- },
3498
- "v-date-card/variant": {
3499
- "type": "string\n",
3500
- "description": "Applies a distinct style to the component."
3501
- },
3502
- "v-date-card/disabled": {
3503
- "type": "string | boolean | string[]\n",
3504
- "description": "Removes the ability to click or target the component."
3505
- },
3506
- "v-date-card/transition": {
3507
- "type": " | string\n | {\n component: ComponentPublicInstanceConstructor<\n {\n $: ComponentInternalInstance\n $data: {}\n $props: Partial<{\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n }> &\n Omit<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n 'v-slot:default'?: false | (() => VNodeChild)\n } & VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\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 DefaultKeys<\n AppendDefault<\n {\n disabled: BooleanConstructor\n group: BooleanConstructor\n hideOnLeave: BooleanConstructor\n leaveAbsolute: BooleanConstructor\n mode: StringConstructor\n origin: StringConstructor\n },\n { mode: string; origin: string }\n >\n >\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",
3508
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3509
- },
3510
- "v-date-card/multiple": {
3511
- "type": "boolean\n",
3512
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3513
- },
3514
- "v-date-card/max": {
3515
- "type": "string | number | Date\n",
3516
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))"
3517
- },
3518
- "v-date-card/next-icon": {
3519
- "type": "string\n",
3520
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
3521
- },
3522
- "v-date-card/prev-icon": {
3523
- "type": "string\n",
3524
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
3525
- },
3526
- "v-date-card/cancel-text": {
3527
- "type": "string\n",
3528
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDateCard.json))"
3529
- },
3530
- "v-date-card/ok-text": {
3531
- "type": "string\n",
3532
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDateCard.json))"
3533
- },
3534
- "v-date-card/input-mode": {
3535
- "type": "'keyboard' | 'calendar'\n",
3536
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDateCard.json))"
3537
- },
3538
- "v-date-card/hide-actions": {
3539
- "type": "boolean\n",
3540
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDateCard.json))"
3541
- },
3542
- "v-date-card/display-date": {
3543
- "type": "any\n",
3544
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))"
3545
- },
3546
- "v-date-card/mode-icon": {
3547
- "type": "string\n",
3548
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
3549
- },
3550
- "v-date-card/view-mode": {
3551
- "type": "'month' | 'year'\n",
3552
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
3553
- },
3554
- "v-date-card/allowed-dates": {
3555
- "type": "Function | unknown[]\n",
3556
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3557
- },
3558
- "v-date-card/show-adjacent-months": {
3559
- "type": "boolean\n",
3560
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3561
- },
3562
- "v-date-card/hide-weekdays": {
3563
- "type": "boolean\n",
3564
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3565
- },
3566
- "v-date-card/show-week": {
3567
- "type": "boolean\n",
3568
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3569
- },
3570
- "v-date-card/hover-date": {
3571
- "type": "any\n",
3572
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3573
- },
3574
- "v-date-card/side": {
3575
- "type": "string\n",
3576
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3577
- },
3578
- "v-date-card/min": {
3579
- "type": "string | number | Date\n",
3580
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))"
3581
- },
3582
- "v-date-card/format": {
3583
- "type": "string\n",
3584
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/date.json))"
3585
- },
3586
3486
  "v-date-picker/title": {
3587
3487
  "type": "string\n",
3588
3488
  "description": "Specify a title text for the component."
3589
3489
  },
3490
+ "v-date-picker/text": {
3491
+ "type": "string\n",
3492
+ "description": "Specify content text for the component."
3493
+ },
3590
3494
  "v-date-picker/border": {
3591
3495
  "type": "string | number | boolean\n",
3592
3496
  "description": "Applies border styles to component."
3593
3497
  },
3594
3498
  "v-date-picker/model-value": {
3595
- "type": "any[]\n",
3499
+ "type": "string | string[]\n",
3596
3500
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3597
3501
  },
3598
3502
  "v-date-picker/height": {
@@ -3647,14 +3551,14 @@
3647
3551
  "type": "string\n",
3648
3552
  "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)."
3649
3553
  },
3650
- "v-date-picker/variant": {
3651
- "type": "string\n",
3652
- "description": "Applies a distinct style to the component."
3653
- },
3654
3554
  "v-date-picker/header": {
3655
3555
  "type": "string\n",
3656
3556
  "description": "Text shown when no **display-date** is set."
3657
3557
  },
3558
+ "v-date-picker/active": {
3559
+ "type": "string | string[]\n",
3560
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
3561
+ },
3658
3562
  "v-date-picker/disabled": {
3659
3563
  "type": "string | boolean | string[]\n",
3660
3564
  "description": "Removes the ability to click or target the component."
@@ -3679,6 +3583,14 @@
3679
3583
  "type": "string\n",
3680
3584
  "description": "Sets the icon for previous month/year button."
3681
3585
  },
3586
+ "v-date-picker/calendar-icon": {
3587
+ "type": "string\n",
3588
+ "description": "The icon shown in the header when in 'input' **input-mode**."
3589
+ },
3590
+ "v-date-picker/keyboard-icon": {
3591
+ "type": "string\n",
3592
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))"
3593
+ },
3682
3594
  "v-date-picker/cancel-text": {
3683
3595
  "type": "string\n",
3684
3596
  "description": "Text used for the Cancel button."
@@ -3688,80 +3600,68 @@
3688
3600
  "description": "Text used for the Ok button."
3689
3601
  },
3690
3602
  "v-date-picker/input-mode": {
3691
- "type": "'keyboard' | 'calendar'\n",
3603
+ "type": "'calendar' | 'keyboard'\n",
3692
3604
  "description": "Toggles between showing dates or inputs."
3693
3605
  },
3606
+ "v-date-picker/input-text": {
3607
+ "type": "string\n",
3608
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))"
3609
+ },
3610
+ "v-date-picker/input-placeholder": {
3611
+ "type": "string\n",
3612
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))"
3613
+ },
3694
3614
  "v-date-picker/hide-actions": {
3695
3615
  "type": "boolean\n",
3696
3616
  "description": "Hide the picker actions."
3697
3617
  },
3698
- "v-date-picker/display-date": {
3699
- "type": "any\n",
3700
- "description": "The date displayed in the picker header."
3701
- },
3702
3618
  "v-date-picker/mode-icon": {
3703
3619
  "type": "string\n",
3704
3620
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
3705
3621
  },
3706
3622
  "v-date-picker/view-mode": {
3707
- "type": "'month' | 'year'\n",
3623
+ "type": "'month' | 'months' | 'year'\n",
3708
3624
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
3709
3625
  },
3626
+ "v-date-picker/month": {
3627
+ "type": "string | number\n",
3628
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3629
+ },
3630
+ "v-date-picker/year": {
3631
+ "type": "string | number\n",
3632
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3633
+ },
3710
3634
  "v-date-picker/allowed-dates": {
3711
3635
  "type": "Function | unknown[]\n",
3712
3636
  "description": "Restricts which dates can be selected."
3713
3637
  },
3714
- "v-date-picker/show-adjacent-months": {
3715
- "type": "boolean\n",
3716
- "description": "Toggles visibility of days from previous and next months."
3717
- },
3718
3638
  "v-date-picker/hide-weekdays": {
3719
3639
  "type": "boolean\n",
3720
3640
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3721
3641
  },
3722
- "v-date-picker/show-week": {
3723
- "type": "boolean\n",
3724
- "description": "Toggles visibility of the week numbers in the body of the calendar."
3725
- },
3726
- "v-date-picker/hover-date": {
3727
- "type": "any\n",
3728
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3729
- },
3730
- "v-date-picker/side": {
3731
- "type": "string\n",
3732
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3733
- },
3734
3642
  "v-date-picker/min": {
3735
3643
  "type": "string | number | Date\n",
3736
3644
  "description": "Minimum allowed date/month (ISO 8601 format)."
3737
3645
  },
3738
- "v-date-picker/format": {
3739
- "type": "string\n",
3740
- "description": "Takes a date object and returns it in a specified format."
3741
- },
3742
- "v-date-picker/calendar-icon": {
3743
- "type": "string\n",
3744
- "description": "The icon shown in the header when in 'input' **input-mode**."
3745
- },
3746
- "v-date-picker/keyboard-icon": {
3747
- "type": "string\n",
3748
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))"
3749
- },
3750
- "v-date-picker/input-text": {
3751
- "type": "string\n",
3752
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))"
3646
+ "v-date-picker/show-adjacent-months": {
3647
+ "type": "boolean\n",
3648
+ "description": "Toggles visibility of days from previous and next months."
3753
3649
  },
3754
- "v-date-picker/input-placeholder": {
3755
- "type": "string\n",
3756
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))"
3650
+ "v-date-picker/show-week": {
3651
+ "type": "boolean\n",
3652
+ "description": "Toggles visibility of the week numbers in the body of the calendar."
3757
3653
  },
3758
3654
  "v-date-picker/landscape": {
3759
3655
  "type": "boolean\n",
3760
3656
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))"
3761
3657
  },
3762
- "v-date-picker-controls/variant": {
3658
+ "v-date-picker-controls/text": {
3763
3659
  "type": "string\n",
3764
- "description": "Applies a distinct style to the component."
3660
+ "description": "Specify content text for the component."
3661
+ },
3662
+ "v-date-picker-controls/active": {
3663
+ "type": "string | string[]\n",
3664
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
3765
3665
  },
3766
3666
  "v-date-picker-controls/disabled": {
3767
3667
  "type": "string | boolean | string[]\n",
@@ -3775,16 +3675,12 @@
3775
3675
  "type": "string\n",
3776
3676
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
3777
3677
  },
3778
- "v-date-picker-controls/display-date": {
3779
- "type": "string\n",
3780
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
3781
- },
3782
3678
  "v-date-picker-controls/mode-icon": {
3783
3679
  "type": "string\n",
3784
3680
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
3785
3681
  },
3786
3682
  "v-date-picker-controls/view-mode": {
3787
- "type": "'month' | 'year'\n",
3683
+ "type": "'month' | 'months' | 'year'\n",
3788
3684
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
3789
3685
  },
3790
3686
  "v-date-picker-header/color": {
@@ -3804,7 +3700,7 @@
3804
3700
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
3805
3701
  },
3806
3702
  "v-date-picker-month/model-value": {
3807
- "type": "any[]\n",
3703
+ "type": "string | string[]\n",
3808
3704
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3809
3705
  },
3810
3706
  "v-date-picker-month/color": {
@@ -3819,41 +3715,49 @@
3819
3715
  "type": "string | number | Date\n",
3820
3716
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3821
3717
  },
3822
- "v-date-picker-month/display-date": {
3823
- "type": "any\n",
3824
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/date.json))"
3718
+ "v-date-picker-month/month": {
3719
+ "type": "string | number\n",
3720
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3721
+ },
3722
+ "v-date-picker-month/year": {
3723
+ "type": "string | number\n",
3724
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3825
3725
  },
3826
3726
  "v-date-picker-month/allowed-dates": {
3827
3727
  "type": "Function | unknown[]\n",
3828
3728
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3829
3729
  },
3830
- "v-date-picker-month/show-adjacent-months": {
3730
+ "v-date-picker-month/hide-weekdays": {
3831
3731
  "type": "boolean\n",
3832
3732
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3833
3733
  },
3834
- "v-date-picker-month/hide-weekdays": {
3835
- "type": "boolean\n",
3734
+ "v-date-picker-month/min": {
3735
+ "type": "string | number | Date\n",
3836
3736
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3837
3737
  },
3838
- "v-date-picker-month/show-week": {
3738
+ "v-date-picker-month/show-adjacent-months": {
3839
3739
  "type": "boolean\n",
3840
3740
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3841
3741
  },
3842
- "v-date-picker-month/hover-date": {
3843
- "type": "any\n",
3742
+ "v-date-picker-month/show-week": {
3743
+ "type": "boolean\n",
3844
3744
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3845
3745
  },
3846
- "v-date-picker-month/side": {
3847
- "type": "string\n",
3848
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3746
+ "v-date-picker-months/model-value": {
3747
+ "type": "string | number\n",
3748
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3849
3749
  },
3850
- "v-date-picker-month/min": {
3851
- "type": "string | number | Date\n",
3852
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3750
+ "v-date-picker-months/height": {
3751
+ "type": "string | number\n",
3752
+ "description": "Sets the height for the component."
3853
3753
  },
3854
- "v-date-picker-month/format": {
3754
+ "v-date-picker-months/color": {
3855
3755
  "type": "string\n",
3856
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/date.json))"
3756
+ "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)."
3757
+ },
3758
+ "v-date-picker-years/model-value": {
3759
+ "type": "string | number\n",
3760
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3857
3761
  },
3858
3762
  "v-date-picker-years/height": {
3859
3763
  "type": "string | number\n",
@@ -3867,10 +3771,6 @@
3867
3771
  "type": "string | number | Date\n",
3868
3772
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))"
3869
3773
  },
3870
- "v-date-picker-years/display-date": {
3871
- "type": "any\n",
3872
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))"
3873
- },
3874
3774
  "v-date-picker-years/min": {
3875
3775
  "type": "string | number | Date\n",
3876
3776
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))"
@@ -24,10 +24,6 @@
24
24
  "from": "labs/VDataTable/index.mjs",
25
25
  "styles": []
26
26
  },
27
- "VDateCard": {
28
- "from": "labs/VDatePicker/index.mjs",
29
- "styles": []
30
- },
31
27
  "VDatePicker": {
32
28
  "from": "labs/VDatePicker/index.mjs",
33
29
  "styles": []
@@ -44,12 +40,12 @@
44
40
  "from": "labs/VDatePicker/index.mjs",
45
41
  "styles": []
46
42
  },
47
- "VDatePickerYears": {
43
+ "VDatePickerMonths": {
48
44
  "from": "labs/VDatePicker/index.mjs",
49
45
  "styles": []
50
46
  },
51
- "VInfiniteScroll": {
52
- "from": "labs/VInfiniteScroll/index.mjs",
47
+ "VDatePickerYears": {
48
+ "from": "labs/VDatePicker/index.mjs",
53
49
  "styles": []
54
50
  },
55
51
  "VOtpInput": {
@@ -48,6 +48,10 @@
48
48
  "from": "components/VBanner/index.mjs",
49
49
  "styles": []
50
50
  },
51
+ "VBottomNavigation": {
52
+ "from": "components/VBottomNavigation/index.mjs",
53
+ "styles": []
54
+ },
51
55
  "VBottomSheet": {
52
56
  "from": "components/VBottomSheet/index.mjs",
53
57
  "styles": []
@@ -64,10 +68,6 @@
64
68
  "from": "components/VBreadcrumbs/index.mjs",
65
69
  "styles": []
66
70
  },
67
- "VBottomNavigation": {
68
- "from": "components/VBottomNavigation/index.mjs",
69
- "styles": []
70
- },
71
71
  "VBtn": {
72
72
  "from": "components/VBtn/index.mjs",
73
73
  "styles": []
@@ -104,14 +104,6 @@
104
104
  "from": "components/VCard/index.mjs",
105
105
  "styles": []
106
106
  },
107
- "VCheckbox": {
108
- "from": "components/VCheckbox/index.mjs",
109
- "styles": []
110
- },
111
- "VCheckboxBtn": {
112
- "from": "components/VCheckbox/index.mjs",
113
- "styles": []
114
- },
115
107
  "VCarousel": {
116
108
  "from": "components/VCarousel/index.mjs",
117
109
  "styles": []
@@ -120,14 +112,22 @@
120
112
  "from": "components/VCarousel/index.mjs",
121
113
  "styles": []
122
114
  },
123
- "VChipGroup": {
124
- "from": "components/VChipGroup/index.mjs",
115
+ "VCheckbox": {
116
+ "from": "components/VCheckbox/index.mjs",
117
+ "styles": []
118
+ },
119
+ "VCheckboxBtn": {
120
+ "from": "components/VCheckbox/index.mjs",
125
121
  "styles": []
126
122
  },
127
123
  "VChip": {
128
124
  "from": "components/VChip/index.mjs",
129
125
  "styles": []
130
126
  },
127
+ "VChipGroup": {
128
+ "from": "components/VChipGroup/index.mjs",
129
+ "styles": []
130
+ },
131
131
  "VCode": {
132
132
  "from": "components/VCode/index.mjs",
133
133
  "styles": []
@@ -148,6 +148,10 @@
148
148
  "from": "components/VDialog/index.mjs",
149
149
  "styles": []
150
150
  },
151
+ "VDivider": {
152
+ "from": "components/VDivider/index.mjs",
153
+ "styles": []
154
+ },
151
155
  "VExpansionPanels": {
152
156
  "from": "components/VExpansionPanel/index.mjs",
153
157
  "styles": []
@@ -164,10 +168,6 @@
164
168
  "from": "components/VExpansionPanel/index.mjs",
165
169
  "styles": []
166
170
  },
167
- "VDivider": {
168
- "from": "components/VDivider/index.mjs",
169
- "styles": []
170
- },
171
171
  "VField": {
172
172
  "from": "components/VField/index.mjs",
173
173
  "styles": []
@@ -208,6 +208,14 @@
208
208
  "from": "components/VImg/index.mjs",
209
209
  "styles": []
210
210
  },
211
+ "VInfiniteScroll": {
212
+ "from": "components/VInfiniteScroll/index.mjs",
213
+ "styles": []
214
+ },
215
+ "VInput": {
216
+ "from": "components/VInput/index.mjs",
217
+ "styles": []
218
+ },
211
219
  "VItemGroup": {
212
220
  "from": "components/VItemGroup/index.mjs",
213
221
  "styles": []
@@ -216,10 +224,6 @@
216
224
  "from": "components/VItemGroup/index.mjs",
217
225
  "styles": []
218
226
  },
219
- "VInput": {
220
- "from": "components/VInput/index.mjs",
221
- "styles": []
222
- },
223
227
  "VKbd": {
224
228
  "from": "components/VKbd/index.mjs",
225
229
  "styles": []