vuetify 3.6.3 → 3.6.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 (127) hide show
  1. package/dist/json/attributes.json +197 -57
  2. package/dist/json/importMap-labs.json +8 -8
  3. package/dist/json/importMap.json +128 -128
  4. package/dist/json/tags.json +36 -1
  5. package/dist/json/web-types.json +527 -117
  6. package/dist/vuetify-labs.css +2640 -2342
  7. package/dist/vuetify-labs.d.ts +1891 -1542
  8. package/dist/vuetify-labs.esm.js +161 -152
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +160 -151
  11. package/dist/vuetify-labs.min.css +3 -3
  12. package/dist/vuetify.css +871 -577
  13. package/dist/vuetify.d.ts +1331 -1338
  14. package/dist/vuetify.esm.js +108 -77
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +107 -76
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +3 -3
  19. package/dist/vuetify.min.js +981 -977
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +3 -1
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  24. package/lib/components/VAutocomplete/index.d.mts +187 -158
  25. package/lib/components/VAvatar/VAvatar.css +3 -1
  26. package/lib/components/VBanner/index.d.mts +11 -11
  27. package/lib/components/VBottomSheet/index.d.mts +42 -42
  28. package/lib/components/VBtn/VBtn.css +3 -1
  29. package/lib/components/VCard/VCard.css +3 -1
  30. package/lib/components/VCarousel/index.d.mts +6 -6
  31. package/lib/components/VChip/VChip.css +3 -1
  32. package/lib/components/VChipGroup/index.d.mts +11 -11
  33. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -1
  34. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  35. package/lib/components/VCombobox/index.d.mts +187 -158
  36. package/lib/components/VDataIterator/index.d.mts +1 -1
  37. package/lib/components/VDataTable/VDataTable.css +1 -1
  38. package/lib/components/VDataTable/VDataTable.sass +2 -1
  39. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  40. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  41. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  42. package/lib/components/VDataTable/composables/select.mjs +2 -1
  43. package/lib/components/VDataTable/composables/select.mjs.map +1 -1
  44. package/lib/components/VDataTable/index.d.mts +76 -71
  45. package/lib/components/VDatePicker/VDatePickerYears.mjs +4 -4
  46. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  47. package/lib/components/VDialog/index.d.mts +126 -126
  48. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  49. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  50. package/lib/components/VFileInput/index.d.mts +9 -9
  51. package/lib/components/VImg/index.d.mts +6 -6
  52. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  53. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  54. package/lib/components/VList/VList.mjs.map +1 -1
  55. package/lib/components/VList/VListItem.css +3 -1
  56. package/lib/components/VList/VListItem.mjs +3 -2
  57. package/lib/components/VList/VListItem.mjs.map +1 -1
  58. package/lib/components/VList/index.d.mts +76 -52
  59. package/lib/components/VMenu/index.d.mts +126 -126
  60. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -1
  61. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  62. package/lib/components/VNavigationDrawer/index.d.mts +19 -13
  63. package/lib/components/VOverlay/VOverlay.mjs +2 -5
  64. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  65. package/lib/components/VOverlay/index.d.mts +42 -42
  66. package/lib/components/VOverlay/useActivator.mjs +5 -5
  67. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  68. package/lib/components/VResponsive/VResponsive.mjs +1 -1
  69. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  70. package/lib/components/VResponsive/index.d.mts +6 -6
  71. package/lib/components/VSelect/index.d.mts +187 -158
  72. package/lib/components/VSheet/VSheet.css +1 -1
  73. package/lib/components/VSheet/_variables.scss +1 -1
  74. package/lib/components/VSlideGroup/VSlideGroup.mjs +25 -25
  75. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  76. package/lib/components/VSlideGroup/index.d.mts +11 -11
  77. package/lib/components/VSlider/VSliderThumb.css +5 -0
  78. package/lib/components/VSlider/VSliderThumb.sass +3 -0
  79. package/lib/components/VSlider/VSliderTrack.css +15 -0
  80. package/lib/components/VSlider/VSliderTrack.sass +9 -0
  81. package/lib/components/VSnackbar/VSnackbar.css +3 -1
  82. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  83. package/lib/components/VSnackbar/index.d.mts +126 -126
  84. package/lib/components/VSpeedDial/index.d.mts +42 -42
  85. package/lib/components/VStepper/VStepperWindow.mjs +2 -1
  86. package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
  87. package/lib/components/VStepper/VStepperWindowItem.mjs +2 -1
  88. package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
  89. package/lib/components/VTabs/VTabs.mjs +8 -3
  90. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  91. package/lib/components/VTabs/VTabsWindow.mjs +2 -1
  92. package/lib/components/VTabs/VTabsWindow.mjs.map +1 -1
  93. package/lib/components/VTabs/index.d.mts +11 -11
  94. package/lib/components/VToolbar/VToolbar.css +5 -5
  95. package/lib/components/VToolbar/_variables.scss +3 -3
  96. package/lib/components/VTooltip/index.d.mts +126 -126
  97. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  98. package/lib/components/index.d.mts +1291 -1298
  99. package/lib/composables/component.mjs +1 -1
  100. package/lib/composables/component.mjs.map +1 -1
  101. package/lib/composables/display.mjs +1 -1
  102. package/lib/composables/display.mjs.map +1 -1
  103. package/lib/composables/nested/activeStrategies.mjs +16 -10
  104. package/lib/composables/nested/activeStrategies.mjs.map +1 -1
  105. package/lib/composables/nested/nested.mjs +7 -5
  106. package/lib/composables/nested/nested.mjs.map +1 -1
  107. package/lib/composables/resizeObserver.mjs +5 -5
  108. package/lib/composables/resizeObserver.mjs.map +1 -1
  109. package/lib/entry-bundler.mjs +1 -1
  110. package/lib/framework.mjs +1 -1
  111. package/lib/index.d.mts +40 -40
  112. package/lib/labs/VCalendar/VCalendar.css +5 -1
  113. package/lib/labs/VCalendar/VCalendar.sass +3 -2
  114. package/lib/labs/VCalendar/_variables.scss +8 -0
  115. package/lib/labs/VNumberInput/VNumberInput.mjs +57 -81
  116. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  117. package/lib/labs/VNumberInput/index.d.mts +402 -34
  118. package/lib/labs/VSnackbarQueue/index.d.mts +138 -138
  119. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  120. package/lib/labs/VTreeview/index.d.mts +88 -64
  121. package/lib/labs/components.d.mts +620 -235
  122. package/lib/styles/generic/_colors.scss +1 -0
  123. package/lib/styles/main.css +260 -0
  124. package/lib/styles/tools/_variant.sass +3 -1
  125. package/lib/util/helpers.mjs +16 -0
  126. package/lib/util/helpers.mjs.map +1 -1
  127. package/package.json +3 -3
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.6.3",
5
+ "version": "3.6.4",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -2906,7 +2906,7 @@
2906
2906
  "name": "mobile",
2907
2907
  "description": "Applies the mobile banner styles.",
2908
2908
  "doc-url": "https://vuetifyjs.com/api/VBanner#props",
2909
- "default": "null",
2909
+ "default": "false",
2910
2910
  "value": {
2911
2911
  "kind": "expression",
2912
2912
  "type": "boolean"
@@ -2914,7 +2914,7 @@
2914
2914
  },
2915
2915
  {
2916
2916
  "name": "mobileBreakpoint",
2917
- "description": "Overrides the display configuration default.",
2917
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
2918
2918
  "doc-url": "https://vuetifyjs.com/api/VBanner#props",
2919
2919
  "value": {
2920
2920
  "kind": "expression",
@@ -3504,7 +3504,7 @@
3504
3504
  "name": "modelValue",
3505
3505
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
3506
3506
  "doc-url": "https://vuetifyjs.com/api/VBottomSheet#props",
3507
- "default": "null",
3507
+ "default": "false",
3508
3508
  "value": {
3509
3509
  "kind": "expression",
3510
3510
  "type": "boolean"
@@ -3798,7 +3798,7 @@
3798
3798
  },
3799
3799
  {
3800
3800
  "name": "targetRef",
3801
- "type": "Ref<any>"
3801
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
3802
3802
  }
3803
3803
  ]
3804
3804
  }
@@ -6823,7 +6823,7 @@
6823
6823
  },
6824
6824
  {
6825
6825
  "name": "lazySrc",
6826
- "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically. NOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided.",
6826
+ "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided.",
6827
6827
  "doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
6828
6828
  "value": {
6829
6829
  "kind": "expression",
@@ -6892,7 +6892,7 @@
6892
6892
  "doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
6893
6893
  "value": {
6894
6894
  "kind": "expression",
6895
- "type": "string"
6895
+ "type": "any"
6896
6896
  }
6897
6897
  },
6898
6898
  {
@@ -8647,9 +8647,9 @@
8647
8647
  },
8648
8648
  {
8649
8649
  "name": "mobile",
8650
- "description": "Explicitly designate as a mobile display configuration.",
8650
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
8651
8651
  "doc-url": "https://vuetifyjs.com/api/VChipGroup#props",
8652
- "default": "null",
8652
+ "default": "false",
8653
8653
  "value": {
8654
8654
  "kind": "expression",
8655
8655
  "type": "boolean"
@@ -11525,9 +11525,9 @@
11525
11525
  },
11526
11526
  {
11527
11527
  "name": "mobile",
11528
- "description": "Explicitly designate as a mobile display configuration.",
11528
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
11529
11529
  "doc-url": "https://vuetifyjs.com/api/VDataTable#props",
11530
- "default": "null",
11530
+ "default": "false",
11531
11531
  "value": {
11532
11532
  "kind": "expression",
11533
11533
  "type": "boolean"
@@ -11614,7 +11614,7 @@
11614
11614
  },
11615
11615
  {
11616
11616
  "name": "mobileBreakpoint",
11617
- "description": "Overrides the display configuration default.",
11617
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
11618
11618
  "doc-url": "https://vuetifyjs.com/api/VDataTable#props",
11619
11619
  "value": {
11620
11620
  "kind": "expression",
@@ -13448,9 +13448,9 @@
13448
13448
  },
13449
13449
  {
13450
13450
  "name": "mobile",
13451
- "description": "Explicitly designate as a mobile display configuration.",
13451
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
13452
13452
  "doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
13453
- "default": "null",
13453
+ "default": "false",
13454
13454
  "value": {
13455
13455
  "kind": "expression",
13456
13456
  "type": "boolean"
@@ -13458,7 +13458,7 @@
13458
13458
  },
13459
13459
  {
13460
13460
  "name": "mobileBreakpoint",
13461
- "description": "Overrides the display configuration default.",
13461
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
13462
13462
  "doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
13463
13463
  "value": {
13464
13464
  "kind": "expression",
@@ -13679,9 +13679,9 @@
13679
13679
  },
13680
13680
  {
13681
13681
  "name": "mobile",
13682
- "description": "Explicitly designate as a mobile display configuration.",
13682
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
13683
13683
  "doc-url": "https://vuetifyjs.com/api/VDataTableRow#props",
13684
- "default": "null",
13684
+ "default": "false",
13685
13685
  "value": {
13686
13686
  "kind": "expression",
13687
13687
  "type": "boolean"
@@ -13698,7 +13698,7 @@
13698
13698
  },
13699
13699
  {
13700
13700
  "name": "mobileBreakpoint",
13701
- "description": "Overrides the display configuration default.",
13701
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
13702
13702
  "doc-url": "https://vuetifyjs.com/api/VDataTableRow#props",
13703
13703
  "value": {
13704
13704
  "kind": "expression",
@@ -13909,9 +13909,9 @@
13909
13909
  },
13910
13910
  {
13911
13911
  "name": "mobile",
13912
- "description": "Explicitly designate as a mobile display configuration.",
13912
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
13913
13913
  "doc-url": "https://vuetifyjs.com/api/VDataTableRows#props",
13914
- "default": "null",
13914
+ "default": "false",
13915
13915
  "value": {
13916
13916
  "kind": "expression",
13917
13917
  "type": "boolean"
@@ -13969,7 +13969,7 @@
13969
13969
  },
13970
13970
  {
13971
13971
  "name": "mobileBreakpoint",
13972
- "description": "Overrides the display configuration default.",
13972
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
13973
13973
  "doc-url": "https://vuetifyjs.com/api/VDataTableRows#props",
13974
13974
  "value": {
13975
13975
  "kind": "expression",
@@ -14257,9 +14257,9 @@
14257
14257
  },
14258
14258
  {
14259
14259
  "name": "mobile",
14260
- "description": "Explicitly designate as a mobile display configuration.",
14260
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
14261
14261
  "doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
14262
- "default": "null",
14262
+ "default": "false",
14263
14263
  "value": {
14264
14264
  "kind": "expression",
14265
14265
  "type": "boolean"
@@ -14355,7 +14355,7 @@
14355
14355
  },
14356
14356
  {
14357
14357
  "name": "mobileBreakpoint",
14358
- "description": "Overrides the display configuration default.",
14358
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
14359
14359
  "doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
14360
14360
  "value": {
14361
14361
  "kind": "expression",
@@ -16078,9 +16078,9 @@
16078
16078
  },
16079
16079
  {
16080
16080
  "name": "mobile",
16081
- "description": "Explicitly designate as a mobile display configuration.",
16081
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
16082
16082
  "doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
16083
- "default": "null",
16083
+ "default": "false",
16084
16084
  "value": {
16085
16085
  "kind": "expression",
16086
16086
  "type": "boolean"
@@ -16147,7 +16147,7 @@
16147
16147
  },
16148
16148
  {
16149
16149
  "name": "mobileBreakpoint",
16150
- "description": "Overrides the display configuration default.",
16150
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
16151
16151
  "doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
16152
16152
  "value": {
16153
16153
  "kind": "expression",
@@ -17009,7 +17009,7 @@
17009
17009
  },
17010
17010
  {
17011
17011
  "name": "body.prepend",
17012
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#L33-L39.json))",
17012
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#L32-L38.json))",
17013
17013
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
17014
17014
  "vue-properties": [
17015
17015
  {
@@ -17084,7 +17084,7 @@
17084
17084
  },
17085
17085
  {
17086
17086
  "name": "body.append",
17087
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#L33-L39.json))",
17087
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#L32-L38.json))",
17088
17088
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
17089
17089
  "vue-properties": [
17090
17090
  {
@@ -19494,7 +19494,7 @@
19494
19494
  "name": "modelValue",
19495
19495
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
19496
19496
  "doc-url": "https://vuetifyjs.com/api/VDialog#props",
19497
- "default": "null",
19497
+ "default": "false",
19498
19498
  "value": {
19499
19499
  "kind": "expression",
19500
19500
  "type": "boolean"
@@ -19799,7 +19799,7 @@
19799
19799
  },
19800
19800
  {
19801
19801
  "name": "targetRef",
19802
- "type": "Ref<any>"
19802
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
19803
19803
  }
19804
19804
  ]
19805
19805
  }
@@ -23668,7 +23668,7 @@
23668
23668
  },
23669
23669
  {
23670
23670
  "name": "lazySrc",
23671
- "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically. NOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided.",
23671
+ "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided.",
23672
23672
  "doc-url": "https://vuetifyjs.com/api/VImg#props",
23673
23673
  "value": {
23674
23674
  "kind": "expression",
@@ -23737,7 +23737,7 @@
23737
23737
  "doc-url": "https://vuetifyjs.com/api/VImg#props",
23738
23738
  "value": {
23739
23739
  "kind": "expression",
23740
- "type": "string"
23740
+ "type": "any"
23741
23741
  }
23742
23742
  },
23743
23743
  {
@@ -25451,69 +25451,69 @@
25451
25451
  }
25452
25452
  },
25453
25453
  {
25454
- "name": "mandatory",
25455
- "description": "Forces at least one item to always be selected (if available).",
25454
+ "name": "opened",
25455
+ "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`.",
25456
25456
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25457
- "default": "false",
25458
25457
  "value": {
25459
25458
  "kind": "expression",
25460
- "type": "boolean"
25459
+ "type": "unknown"
25461
25460
  }
25462
25461
  },
25463
25462
  {
25464
- "name": "activeStrategy",
25465
- "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated.",
25463
+ "name": "activated",
25464
+ "description": "Array of ids of activated nodes.",
25466
25465
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25467
25466
  "value": {
25468
25467
  "kind": "expression",
25469
- "type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>"
25468
+ "type": "any"
25470
25469
  }
25471
25470
  },
25472
25471
  {
25473
- "name": "selectStrategy",
25474
- "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model.",
25472
+ "name": "selected",
25473
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`.",
25475
25474
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25476
- "default": "'single-leaf'",
25477
25475
  "value": {
25478
25476
  "kind": "expression",
25479
- "type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>"
25477
+ "type": "unknown"
25480
25478
  }
25481
25479
  },
25482
25480
  {
25483
- "name": "openStrategy",
25484
- "description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected.",
25481
+ "name": "mandatory",
25482
+ "description": "Forces at least one item to always be selected (if available).",
25485
25483
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25486
- "default": "'list'",
25484
+ "default": "false",
25487
25485
  "value": {
25488
25486
  "kind": "expression",
25489
- "type": "| 'single'\n | 'multiple'\n | 'list'\n | { open: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L1-L8\" target=\"_blank\">OpenStrategyFn</a>; select: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L10-L18\" target=\"_blank\">OpenSelectStrategyFn</a> }"
25487
+ "type": "boolean"
25490
25488
  }
25491
25489
  },
25492
25490
  {
25493
- "name": "opened",
25494
- "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`.",
25491
+ "name": "activeStrategy",
25492
+ "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated.",
25495
25493
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25496
25494
  "value": {
25497
25495
  "kind": "expression",
25498
- "type": "unknown[]"
25496
+ "type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)"
25499
25497
  }
25500
25498
  },
25501
25499
  {
25502
- "name": "activated",
25503
- "description": "Array of ids of activated nodes.",
25500
+ "name": "selectStrategy",
25501
+ "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model.",
25504
25502
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25503
+ "default": "'single-leaf'",
25505
25504
  "value": {
25506
25505
  "kind": "expression",
25507
- "type": "unknown[]"
25506
+ "type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)"
25508
25507
  }
25509
25508
  },
25510
25509
  {
25511
- "name": "selected",
25512
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`.",
25510
+ "name": "openStrategy",
25511
+ "description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected.",
25513
25512
  "doc-url": "https://vuetifyjs.com/api/VList#props",
25513
+ "default": "'list'",
25514
25514
  "value": {
25515
25515
  "kind": "expression",
25516
- "type": "unknown[]"
25516
+ "type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>"
25517
25517
  }
25518
25518
  },
25519
25519
  {
@@ -25744,7 +25744,7 @@
25744
25744
  "arguments": [
25745
25745
  {
25746
25746
  "name": "argument",
25747
- "type": "[unknown[]]\n"
25747
+ "type": "[unknown]\n"
25748
25748
  }
25749
25749
  ]
25750
25750
  },
@@ -25755,7 +25755,7 @@
25755
25755
  "arguments": [
25756
25756
  {
25757
25757
  "name": "argument",
25758
- "type": "[unknown[]]\n"
25758
+ "type": "[unknown]\n"
25759
25759
  }
25760
25760
  ]
25761
25761
  },
@@ -25766,7 +25766,7 @@
25766
25766
  "arguments": [
25767
25767
  {
25768
25768
  "name": "argument",
25769
- "type": "[unknown[]]\n"
25769
+ "type": "[unknown]\n"
25770
25770
  }
25771
25771
  ]
25772
25772
  },
@@ -26403,9 +26403,10 @@
26403
26403
  "name": "lines",
26404
26404
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))",
26405
26405
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26406
+ "default": "false",
26406
26407
  "value": {
26407
26408
  "kind": "expression",
26408
- "type": "'one' | 'two' | 'three'"
26409
+ "type": "false | 'one' | 'two' | 'three'"
26409
26410
  }
26410
26411
  }
26411
26412
  ],
@@ -27037,7 +27038,7 @@
27037
27038
  "name": "modelValue",
27038
27039
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
27039
27040
  "doc-url": "https://vuetifyjs.com/api/VMenu#props",
27040
- "default": "null",
27041
+ "default": "false",
27041
27042
  "value": {
27042
27043
  "kind": "expression",
27043
27044
  "type": "boolean"
@@ -27333,7 +27334,7 @@
27333
27334
  },
27334
27335
  {
27335
27336
  "name": "targetRef",
27336
- "type": "Ref<any>"
27337
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
27337
27338
  }
27338
27339
  ]
27339
27340
  }
@@ -27618,7 +27619,7 @@
27618
27619
  },
27619
27620
  {
27620
27621
  "name": "mobile",
27621
- "description": "Explicitly designate as a mobile display configuration.",
27622
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
27622
27623
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
27623
27624
  "default": "null",
27624
27625
  "value": {
@@ -27803,6 +27804,26 @@
27803
27804
  "type": "string"
27804
27805
  }
27805
27806
  },
27807
+ {
27808
+ "name": "counter",
27809
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
27810
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27811
+ "default": "false",
27812
+ "value": {
27813
+ "kind": "expression",
27814
+ "type": "string | number | boolean"
27815
+ }
27816
+ },
27817
+ {
27818
+ "name": "flat",
27819
+ "description": "Removes box shadow when using a variant with elevation.",
27820
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27821
+ "default": "false",
27822
+ "value": {
27823
+ "kind": "expression",
27824
+ "type": "boolean"
27825
+ }
27826
+ },
27806
27827
  {
27807
27828
  "name": "controlVariant",
27808
27829
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
@@ -27843,6 +27864,16 @@
27843
27864
  "type": "number"
27844
27865
  }
27845
27866
  },
27867
+ {
27868
+ "name": "type",
27869
+ "description": "Sets input type.",
27870
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27871
+ "default": "'text'",
27872
+ "value": {
27873
+ "kind": "expression",
27874
+ "type": "string"
27875
+ }
27876
+ },
27846
27877
  {
27847
27878
  "name": "max",
27848
27879
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
@@ -27863,6 +27894,118 @@
27863
27894
  "type": "number"
27864
27895
  }
27865
27896
  },
27897
+ {
27898
+ "name": "autofocus",
27899
+ "description": "Enables autofocus.",
27900
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27901
+ "default": "false",
27902
+ "value": {
27903
+ "kind": "expression",
27904
+ "type": "boolean"
27905
+ }
27906
+ },
27907
+ {
27908
+ "name": "prefix",
27909
+ "description": "Displays prefix text.",
27910
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27911
+ "value": {
27912
+ "kind": "expression",
27913
+ "type": "string"
27914
+ }
27915
+ },
27916
+ {
27917
+ "name": "placeholder",
27918
+ "description": "Sets the input’s placeholder text.",
27919
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27920
+ "value": {
27921
+ "kind": "expression",
27922
+ "type": "string"
27923
+ }
27924
+ },
27925
+ {
27926
+ "name": "persistentPlaceholder",
27927
+ "description": "Forces placeholder to always be visible.",
27928
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27929
+ "default": "false",
27930
+ "value": {
27931
+ "kind": "expression",
27932
+ "type": "boolean"
27933
+ }
27934
+ },
27935
+ {
27936
+ "name": "persistentCounter",
27937
+ "description": "Forces counter to always be visible.",
27938
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27939
+ "default": "false",
27940
+ "value": {
27941
+ "kind": "expression",
27942
+ "type": "boolean"
27943
+ }
27944
+ },
27945
+ {
27946
+ "name": "suffix",
27947
+ "description": "Displays suffix text.",
27948
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27949
+ "value": {
27950
+ "kind": "expression",
27951
+ "type": "string"
27952
+ }
27953
+ },
27954
+ {
27955
+ "name": "role",
27956
+ "description": "The role attribute applied to the input.",
27957
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27958
+ "value": {
27959
+ "kind": "expression",
27960
+ "type": "string"
27961
+ }
27962
+ },
27963
+ {
27964
+ "name": "id",
27965
+ "description": "Sets the DOM id on the component.",
27966
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27967
+ "value": {
27968
+ "kind": "expression",
27969
+ "type": "string"
27970
+ }
27971
+ },
27972
+ {
27973
+ "name": "appendIcon",
27974
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
27975
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27976
+ "value": {
27977
+ "kind": "expression",
27978
+ "type": "any"
27979
+ }
27980
+ },
27981
+ {
27982
+ "name": "centerAffix",
27983
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
27984
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27985
+ "value": {
27986
+ "kind": "expression",
27987
+ "type": "boolean"
27988
+ }
27989
+ },
27990
+ {
27991
+ "name": "prependIcon",
27992
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`.",
27993
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27994
+ "value": {
27995
+ "kind": "expression",
27996
+ "type": "any"
27997
+ }
27998
+ },
27999
+ {
28000
+ "name": "hideSpinButtons",
28001
+ "description": "Hides spin buttons on the input when type is set to `number`.",
28002
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28003
+ "default": "false",
28004
+ "value": {
28005
+ "kind": "expression",
28006
+ "type": "boolean"
28007
+ }
28008
+ },
27866
28009
  {
27867
28010
  "name": "hint",
27868
28011
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property.",
@@ -27882,6 +28025,26 @@
27882
28025
  "type": "boolean"
27883
28026
  }
27884
28027
  },
28028
+ {
28029
+ "name": "messages",
28030
+ "description": "Displays a list of messages or a single message if using a string.",
28031
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28032
+ "default": "[]",
28033
+ "value": {
28034
+ "kind": "expression",
28035
+ "type": "string | string[]"
28036
+ }
28037
+ },
28038
+ {
28039
+ "name": "direction",
28040
+ "description": "Changes the direction of the input.",
28041
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28042
+ "default": "'horizontal'",
28043
+ "value": {
28044
+ "kind": "expression",
28045
+ "type": "'horizontal' | 'vertical'"
28046
+ }
28047
+ },
27885
28048
  {
27886
28049
  "name": "reverse",
27887
28050
  "description": "Reverses the orientation.",
@@ -27902,6 +28065,33 @@
27902
28065
  "type": "'default' | 'comfortable' | 'compact'"
27903
28066
  }
27904
28067
  },
28068
+ {
28069
+ "name": "maxWidth",
28070
+ "description": "Sets the maximum width for the component.",
28071
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28072
+ "value": {
28073
+ "kind": "expression",
28074
+ "type": "string | number"
28075
+ }
28076
+ },
28077
+ {
28078
+ "name": "minWidth",
28079
+ "description": "Sets the minimum width for the component.",
28080
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28081
+ "value": {
28082
+ "kind": "expression",
28083
+ "type": "string | number"
28084
+ }
28085
+ },
28086
+ {
28087
+ "name": "width",
28088
+ "description": "Sets the width for the component.",
28089
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28090
+ "value": {
28091
+ "kind": "expression",
28092
+ "type": "string | number"
28093
+ }
28094
+ },
27905
28095
  {
27906
28096
  "name": "theme",
27907
28097
  "description": "Specify a theme for this component and all of its children.",
@@ -27931,6 +28121,35 @@
27931
28121
  "type": "boolean"
27932
28122
  }
27933
28123
  },
28124
+ {
28125
+ "name": "errorMessages",
28126
+ "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation.",
28127
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28128
+ "default": "[]",
28129
+ "value": {
28130
+ "kind": "expression",
28131
+ "type": "string | string[]"
28132
+ }
28133
+ },
28134
+ {
28135
+ "name": "maxErrors",
28136
+ "description": "Control the maximum number of shown errors from validation.",
28137
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28138
+ "default": "1",
28139
+ "value": {
28140
+ "kind": "expression",
28141
+ "type": "string | number"
28142
+ }
28143
+ },
28144
+ {
28145
+ "name": "name",
28146
+ "description": "Sets the component's name attribute.",
28147
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28148
+ "value": {
28149
+ "kind": "expression",
28150
+ "type": "string"
28151
+ }
28152
+ },
27934
28153
  {
27935
28154
  "name": "readonly",
27936
28155
  "description": "Puts input in readonly state.",
@@ -27941,13 +28160,41 @@
27941
28160
  "type": "boolean"
27942
28161
  }
27943
28162
  },
28163
+ {
28164
+ "name": "rules",
28165
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`.",
28166
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28167
+ "default": "[]",
28168
+ "value": {
28169
+ "kind": "expression",
28170
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]"
28171
+ }
28172
+ },
27944
28173
  {
27945
28174
  "name": "modelValue",
27946
28175
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
27947
28176
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27948
28177
  "value": {
27949
28178
  "kind": "expression",
27950
- "type": "number"
28179
+ "type": "any"
28180
+ }
28181
+ },
28182
+ {
28183
+ "name": "validateOn",
28184
+ "description": "Change what type of event triggers validation to run.",
28185
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28186
+ "value": {
28187
+ "kind": "expression",
28188
+ "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
28189
+ }
28190
+ },
28191
+ {
28192
+ "name": "validationValue",
28193
+ "description": "The value used when applying validation rules.",
28194
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28195
+ "value": {
28196
+ "kind": "expression",
28197
+ "type": "any"
27951
28198
  }
27952
28199
  },
27953
28200
  {
@@ -27979,6 +28226,36 @@
27979
28226
  "type": "string"
27980
28227
  }
27981
28228
  },
28229
+ {
28230
+ "name": "clearable",
28231
+ "description": "Allows for the component to be cleared.",
28232
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28233
+ "default": "false",
28234
+ "value": {
28235
+ "kind": "expression",
28236
+ "type": "boolean"
28237
+ }
28238
+ },
28239
+ {
28240
+ "name": "clearIcon",
28241
+ "description": "The icon used when the **clearable** prop is set to true.",
28242
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28243
+ "default": "'$clear'",
28244
+ "value": {
28245
+ "kind": "expression",
28246
+ "type": "any"
28247
+ }
28248
+ },
28249
+ {
28250
+ "name": "active",
28251
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
28252
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28253
+ "default": "false",
28254
+ "value": {
28255
+ "kind": "expression",
28256
+ "type": "boolean"
28257
+ }
28258
+ },
27982
28259
  {
27983
28260
  "name": "color",
27984
28261
  "description": "Applies specified color to the control - supports utility colors (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).",
@@ -27997,6 +28274,36 @@
27997
28274
  "type": "string"
27998
28275
  }
27999
28276
  },
28277
+ {
28278
+ "name": "dirty",
28279
+ "description": "Manually apply the dirty state styling.",
28280
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28281
+ "default": "false",
28282
+ "value": {
28283
+ "kind": "expression",
28284
+ "type": "boolean"
28285
+ }
28286
+ },
28287
+ {
28288
+ "name": "persistentClear",
28289
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover).",
28290
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28291
+ "default": "false",
28292
+ "value": {
28293
+ "kind": "expression",
28294
+ "type": "boolean"
28295
+ }
28296
+ },
28297
+ {
28298
+ "name": "singleLine",
28299
+ "description": "Label does not move on focus/dirty.",
28300
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28301
+ "default": "false",
28302
+ "value": {
28303
+ "kind": "expression",
28304
+ "type": "boolean"
28305
+ }
28306
+ },
28000
28307
  {
28001
28308
  "name": "variant",
28002
28309
  "description": "Applies a distinct style to the component.",
@@ -28019,15 +28326,65 @@
28019
28326
  },
28020
28327
  {
28021
28328
  "name": "rounded",
28022
- "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius).",
28329
+ "description": "Adds a border radius to the input.",
28023
28330
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28024
28331
  "value": {
28025
28332
  "kind": "expression",
28026
28333
  "type": "string | number | boolean"
28027
28334
  }
28335
+ },
28336
+ {
28337
+ "name": "tile",
28338
+ "description": "Removes any applied **border-radius** from the component.",
28339
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28340
+ "default": "false",
28341
+ "value": {
28342
+ "kind": "expression",
28343
+ "type": "boolean"
28344
+ }
28345
+ },
28346
+ {
28347
+ "name": "counterValue",
28348
+ "description": "Function returns the counter display text.",
28349
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28350
+ "value": {
28351
+ "kind": "expression",
28352
+ "type": "number | ((value: any) => number)"
28353
+ }
28354
+ },
28355
+ {
28356
+ "name": "modelModifiers",
28357
+ "description": "**FOR INTERNAL USE ONLY**",
28358
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28359
+ "value": {
28360
+ "kind": "expression",
28361
+ "type": "unknown"
28362
+ }
28028
28363
  }
28029
28364
  ],
28030
28365
  "events": [
28366
+ {
28367
+ "name": "click:prepend",
28368
+ "description": "Emitted when prepended icon is clicked.",
28369
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#events",
28370
+ "arguments": [
28371
+ {
28372
+ "name": "argument",
28373
+ "type": "[MouseEvent]\n"
28374
+ }
28375
+ ]
28376
+ },
28377
+ {
28378
+ "name": "click:append",
28379
+ "description": "Emitted when append icon is clicked.",
28380
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#events",
28381
+ "arguments": [
28382
+ {
28383
+ "name": "argument",
28384
+ "type": "[MouseEvent]\n"
28385
+ }
28386
+ ]
28387
+ },
28031
28388
  {
28032
28389
  "name": "update:focused",
28033
28390
  "description": "Emitted when the input is focused or blurred",
@@ -28039,6 +28396,39 @@
28039
28396
  }
28040
28397
  ]
28041
28398
  },
28399
+ {
28400
+ "name": "click:clear",
28401
+ "description": "Emitted when clearable icon clicked.",
28402
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#events",
28403
+ "arguments": [
28404
+ {
28405
+ "name": "argument",
28406
+ "type": "[MouseEvent]\n"
28407
+ }
28408
+ ]
28409
+ },
28410
+ {
28411
+ "name": "click:appendInner",
28412
+ "description": "Emitted when appended inner icon is clicked.",
28413
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#events",
28414
+ "arguments": [
28415
+ {
28416
+ "name": "argument",
28417
+ "type": "[MouseEvent]\n"
28418
+ }
28419
+ ]
28420
+ },
28421
+ {
28422
+ "name": "click:prependInner",
28423
+ "description": "Emitted when prepended inner icon is clicked.",
28424
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#events",
28425
+ "arguments": [
28426
+ {
28427
+ "name": "argument",
28428
+ "type": "[MouseEvent]\n"
28429
+ }
28430
+ ]
28431
+ },
28042
28432
  {
28043
28433
  "name": "update:modelValue",
28044
28434
  "description": "Event that is emitted when the component's model changes.",
@@ -28295,9 +28685,28 @@
28295
28685
  }
28296
28686
  ]
28297
28687
  },
28688
+ {
28689
+ "name": "counter",
28690
+ "description": "Slot for the input’s counter text.",
28691
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
28692
+ "vue-properties": [
28693
+ {
28694
+ "name": "counter",
28695
+ "type": "string"
28696
+ },
28697
+ {
28698
+ "name": "max",
28699
+ "type": "string | number"
28700
+ },
28701
+ {
28702
+ "name": "value",
28703
+ "type": "string | number"
28704
+ }
28705
+ ]
28706
+ },
28298
28707
  {
28299
28708
  "name": "increment",
28300
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L24-L26.json))",
28709
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L21-L23.json))",
28301
28710
  "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
28302
28711
  "vue-properties": [
28303
28712
  {
@@ -28308,7 +28717,7 @@
28308
28717
  },
28309
28718
  {
28310
28719
  "name": "decrement",
28311
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L24-L26.json))",
28720
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L21-L23.json))",
28312
28721
  "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
28313
28722
  "vue-properties": [
28314
28723
  {
@@ -28710,7 +29119,7 @@
28710
29119
  "name": "modelValue",
28711
29120
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
28712
29121
  "doc-url": "https://vuetifyjs.com/api/VOverlay#props",
28713
- "default": "null",
29122
+ "default": "false",
28714
29123
  "value": {
28715
29124
  "kind": "expression",
28716
29125
  "type": "boolean"
@@ -29037,7 +29446,7 @@
29037
29446
  },
29038
29447
  {
29039
29448
  "name": "targetRef",
29040
- "type": "Ref<any>"
29449
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
29041
29450
  }
29042
29451
  ]
29043
29452
  }
@@ -32287,7 +32696,7 @@
32287
32696
  "doc-url": "https://vuetifyjs.com/api/VResponsive#props",
32288
32697
  "value": {
32289
32698
  "kind": "expression",
32290
- "type": "string"
32699
+ "type": "any"
32291
32700
  }
32292
32701
  },
32293
32702
  {
@@ -35028,9 +35437,9 @@
35028
35437
  },
35029
35438
  {
35030
35439
  "name": "mobile",
35031
- "description": "Explicitly designate as a mobile display configuration.",
35440
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
35032
35441
  "doc-url": "https://vuetifyjs.com/api/VSlideGroup#props",
35033
- "default": "null",
35442
+ "default": "false",
35034
35443
  "value": {
35035
35444
  "kind": "expression",
35036
35445
  "type": "boolean"
@@ -36620,7 +37029,7 @@
36620
37029
  "name": "modelValue",
36621
37030
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
36622
37031
  "doc-url": "https://vuetifyjs.com/api/VSnackbar#props",
36623
- "default": "null",
37032
+ "default": "false",
36624
37033
  "value": {
36625
37034
  "kind": "expression",
36626
37035
  "type": "boolean"
@@ -36866,7 +37275,7 @@
36866
37275
  "vue-properties": [
36867
37276
  {
36868
37277
  "name": "isActive",
36869
- "type": "Ref<boolean | null>"
37278
+ "type": "Ref<boolean>"
36870
37279
  }
36871
37280
  ]
36872
37281
  },
@@ -37088,7 +37497,7 @@
37088
37497
  "default": "[]",
37089
37498
  "value": {
37090
37499
  "kind": "expression",
37091
- "type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions:\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => 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 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]"
37500
+ "type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => 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 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]"
37092
37501
  }
37093
37502
  },
37094
37503
  {
@@ -37318,7 +37727,7 @@
37318
37727
  "arguments": [
37319
37728
  {
37320
37729
  "name": "argument",
37321
- "type": "[\n (\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions:\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => 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 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n )[],\n]\n"
37730
+ "type": "[\n (\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => 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 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n )[],\n]\n"
37322
37731
  }
37323
37732
  ]
37324
37733
  }
@@ -37331,7 +37740,7 @@
37331
37740
  "vue-properties": [
37332
37741
  {
37333
37742
  "name": "item",
37334
- "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37743
+ "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37335
37744
  }
37336
37745
  ]
37337
37746
  },
@@ -37342,7 +37751,7 @@
37342
37751
  "vue-properties": [
37343
37752
  {
37344
37753
  "name": "item",
37345
- "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37754
+ "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37346
37755
  }
37347
37756
  ]
37348
37757
  },
@@ -37353,7 +37762,7 @@
37353
37762
  "vue-properties": [
37354
37763
  {
37355
37764
  "name": "item",
37356
- "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37765
+ "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37357
37766
  },
37358
37767
  {
37359
37768
  "name": "props",
@@ -37751,7 +38160,7 @@
37751
38160
  "name": "modelValue",
37752
38161
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
37753
38162
  "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
37754
- "default": "null",
38163
+ "default": "false",
37755
38164
  "value": {
37756
38165
  "kind": "expression",
37757
38166
  "type": "boolean"
@@ -38049,7 +38458,7 @@
38049
38458
  },
38050
38459
  {
38051
38460
  "name": "targetRef",
38052
- "type": "Ref<any>"
38461
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
38053
38462
  }
38054
38463
  ]
38055
38464
  }
@@ -40817,9 +41226,9 @@
40817
41226
  },
40818
41227
  {
40819
41228
  "name": "mobile",
40820
- "description": "Explicitly designate as a mobile display configuration.",
41229
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
40821
41230
  "doc-url": "https://vuetifyjs.com/api/VTabs#props",
40822
- "default": "null",
41231
+ "default": "false",
40823
41232
  "value": {
40824
41233
  "kind": "expression",
40825
41234
  "type": "boolean"
@@ -40934,7 +41343,7 @@
40934
41343
  },
40935
41344
  {
40936
41345
  "name": "tab",
40937
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L27-L29.json))",
41346
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
40938
41347
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
40939
41348
  "vue-properties": [
40940
41349
  {
@@ -40961,7 +41370,7 @@
40961
41370
  },
40962
41371
  {
40963
41372
  "name": "[`tab.${string}`]",
40964
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L27-L29.json))",
41373
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
40965
41374
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
40966
41375
  "vue-properties": [
40967
41376
  {
@@ -40972,7 +41381,7 @@
40972
41381
  },
40973
41382
  {
40974
41383
  "name": "[`item.${string}`]",
40975
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L27-L29.json))",
41384
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
40976
41385
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
40977
41386
  "vue-properties": [
40978
41387
  {
@@ -44555,7 +44964,7 @@
44555
44964
  "name": "modelValue",
44556
44965
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
44557
44966
  "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
44558
- "default": "null",
44967
+ "default": "false",
44559
44968
  "value": {
44560
44969
  "kind": "expression",
44561
44970
  "type": "boolean"
@@ -44842,7 +45251,7 @@
44842
45251
  },
44843
45252
  {
44844
45253
  "name": "targetRef",
44845
- "type": "Ref<any>"
45254
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
44846
45255
  }
44847
45256
  ]
44848
45257
  }
@@ -45064,69 +45473,69 @@
45064
45473
  }
45065
45474
  },
45066
45475
  {
45067
- "name": "mandatory",
45068
- "description": "Forces at least one item to always be selected (if available).",
45476
+ "name": "opened",
45477
+ "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`.",
45069
45478
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
45070
- "default": "false",
45071
45479
  "value": {
45072
45480
  "kind": "expression",
45073
- "type": "boolean"
45481
+ "type": "any"
45074
45482
  }
45075
45483
  },
45076
45484
  {
45077
- "name": "activeStrategy",
45078
- "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated.",
45485
+ "name": "activated",
45486
+ "description": "Array of ids of activated nodes.",
45079
45487
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
45080
45488
  "value": {
45081
45489
  "kind": "expression",
45082
- "type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>"
45490
+ "type": "any"
45083
45491
  }
45084
45492
  },
45085
45493
  {
45086
- "name": "selectStrategy",
45087
- "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model.",
45494
+ "name": "selected",
45495
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`.",
45088
45496
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
45089
- "default": "'independent'",
45090
45497
  "value": {
45091
45498
  "kind": "expression",
45092
- "type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>"
45499
+ "type": "any"
45093
45500
  }
45094
45501
  },
45095
45502
  {
45096
- "name": "openStrategy",
45097
- "description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected.",
45503
+ "name": "mandatory",
45504
+ "description": "Forces at least one item to always be selected (if available).",
45098
45505
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
45099
- "default": "'multiple'",
45506
+ "default": "false",
45100
45507
  "value": {
45101
45508
  "kind": "expression",
45102
- "type": "| 'single'\n | 'multiple'\n | 'list'\n | { open: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L1-L8\" target=\"_blank\">OpenStrategyFn</a>; select: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L10-L18\" target=\"_blank\">OpenSelectStrategyFn</a> }"
45509
+ "type": "boolean"
45103
45510
  }
45104
45511
  },
45105
45512
  {
45106
- "name": "opened",
45107
- "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`.",
45513
+ "name": "activeStrategy",
45514
+ "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated.",
45108
45515
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
45109
45516
  "value": {
45110
45517
  "kind": "expression",
45111
- "type": "unknown[]"
45518
+ "type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)"
45112
45519
  }
45113
45520
  },
45114
45521
  {
45115
- "name": "activated",
45116
- "description": "Array of ids of activated nodes.",
45522
+ "name": "selectStrategy",
45523
+ "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model.",
45117
45524
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
45525
+ "default": "'independent'",
45118
45526
  "value": {
45119
45527
  "kind": "expression",
45120
- "type": "unknown[]"
45528
+ "type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)"
45121
45529
  }
45122
45530
  },
45123
45531
  {
45124
- "name": "selected",
45125
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`.",
45532
+ "name": "openStrategy",
45533
+ "description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected.",
45126
45534
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
45535
+ "default": "'multiple'",
45127
45536
  "value": {
45128
45537
  "kind": "expression",
45129
- "type": "unknown[]"
45538
+ "type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>"
45130
45539
  }
45131
45540
  },
45132
45541
  {
@@ -45347,7 +45756,7 @@
45347
45756
  "arguments": [
45348
45757
  {
45349
45758
  "name": "argument",
45350
- "type": "[unknown[]]\n"
45759
+ "type": "[unknown]\n"
45351
45760
  }
45352
45761
  ]
45353
45762
  },
@@ -45358,7 +45767,7 @@
45358
45767
  "arguments": [
45359
45768
  {
45360
45769
  "name": "argument",
45361
- "type": "[unknown[]]\n"
45770
+ "type": "[unknown]\n"
45362
45771
  }
45363
45772
  ]
45364
45773
  },
@@ -45369,7 +45778,7 @@
45369
45778
  "arguments": [
45370
45779
  {
45371
45780
  "name": "argument",
45372
- "type": "[unknown[]]\n"
45781
+ "type": "[unknown]\n"
45373
45782
  }
45374
45783
  ]
45375
45784
  },
@@ -45971,9 +46380,10 @@
45971
46380
  "name": "lines",
45972
46381
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))",
45973
46382
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
46383
+ "default": "false",
45974
46384
  "value": {
45975
46385
  "kind": "expression",
45976
- "type": "'one' | 'two' | 'three'"
46386
+ "type": "false | 'one' | 'two' | 'three'"
45977
46387
  }
45978
46388
  }
45979
46389
  ],