@vuetify/nightly 3.6.3-master.2024-05-06 → 3.6.4-master.2024-05-08

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 (105) hide show
  1. package/CHANGELOG.md +2 -11
  2. package/dist/json/attributes.json +178 -38
  3. package/dist/json/importMap-labs.json +16 -16
  4. package/dist/json/importMap.json +96 -96
  5. package/dist/json/tags.json +36 -1
  6. package/dist/json/web-types.json +495 -85
  7. package/dist/vuetify-labs.css +5373 -5349
  8. package/dist/vuetify-labs.d.ts +1626 -1283
  9. package/dist/vuetify-labs.esm.js +150 -147
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +149 -146
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +2102 -2082
  14. package/dist/vuetify.d.ts +1195 -1208
  15. package/dist/vuetify.esm.js +97 -72
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +96 -71
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +981 -977
  21. package/dist/vuetify.min.js.map +1 -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/VBottomSheet/index.d.mts +42 -42
  26. package/lib/components/VCarousel/index.d.mts +6 -6
  27. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -1
  28. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  29. package/lib/components/VCombobox/index.d.mts +187 -158
  30. package/lib/components/VDataIterator/index.d.mts +1 -1
  31. package/lib/components/VDataTable/VDataTable.css +1 -1
  32. package/lib/components/VDataTable/VDataTable.sass +2 -1
  33. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  34. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  35. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  36. package/lib/components/VDataTable/composables/select.mjs +2 -1
  37. package/lib/components/VDataTable/composables/select.mjs.map +1 -1
  38. package/lib/components/VDataTable/index.d.mts +10 -5
  39. package/lib/components/VDatePicker/VDatePickerYears.mjs +4 -4
  40. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  41. package/lib/components/VDialog/index.d.mts +126 -126
  42. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  43. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  44. package/lib/components/VFileInput/index.d.mts +9 -9
  45. package/lib/components/VImg/index.d.mts +6 -6
  46. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  47. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  48. package/lib/components/VList/VList.mjs.map +1 -1
  49. package/lib/components/VList/VListItem.mjs +3 -2
  50. package/lib/components/VList/VListItem.mjs.map +1 -1
  51. package/lib/components/VList/index.d.mts +76 -52
  52. package/lib/components/VMenu/index.d.mts +126 -126
  53. package/lib/components/VOverlay/VOverlay.mjs +2 -5
  54. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  55. package/lib/components/VOverlay/index.d.mts +42 -42
  56. package/lib/components/VOverlay/useActivator.mjs +5 -5
  57. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  58. package/lib/components/VResponsive/VResponsive.mjs +1 -1
  59. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  60. package/lib/components/VResponsive/index.d.mts +6 -6
  61. package/lib/components/VSelect/index.d.mts +187 -158
  62. package/lib/components/VSheet/VSheet.css +1 -1
  63. package/lib/components/VSheet/_variables.scss +1 -1
  64. package/lib/components/VSlideGroup/VSlideGroup.mjs +25 -25
  65. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  66. package/lib/components/VSlider/VSliderThumb.css +5 -0
  67. package/lib/components/VSlider/VSliderThumb.sass +3 -0
  68. package/lib/components/VSlider/VSliderTrack.css +15 -0
  69. package/lib/components/VSlider/VSliderTrack.sass +9 -0
  70. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  71. package/lib/components/VSnackbar/index.d.mts +126 -126
  72. package/lib/components/VSpeedDial/index.d.mts +42 -42
  73. package/lib/components/VStepper/VStepperWindow.mjs +2 -1
  74. package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
  75. package/lib/components/VStepper/VStepperWindowItem.mjs +2 -1
  76. package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
  77. package/lib/components/VTabs/VTabsWindow.mjs +2 -1
  78. package/lib/components/VTabs/VTabsWindow.mjs.map +1 -1
  79. package/lib/components/VTooltip/index.d.mts +126 -126
  80. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  81. package/lib/components/index.d.mts +1162 -1175
  82. package/lib/composables/component.mjs +1 -1
  83. package/lib/composables/component.mjs.map +1 -1
  84. package/lib/composables/nested/activeStrategies.mjs +16 -10
  85. package/lib/composables/nested/activeStrategies.mjs.map +1 -1
  86. package/lib/composables/nested/nested.mjs +7 -5
  87. package/lib/composables/nested/nested.mjs.map +1 -1
  88. package/lib/composables/resizeObserver.mjs +5 -5
  89. package/lib/composables/resizeObserver.mjs.map +1 -1
  90. package/lib/entry-bundler.mjs +1 -1
  91. package/lib/framework.mjs +1 -1
  92. package/lib/index.d.mts +33 -33
  93. package/lib/labs/VCalendar/VCalendar.css +5 -1
  94. package/lib/labs/VCalendar/VCalendar.sass +3 -2
  95. package/lib/labs/VCalendar/_variables.scss +8 -0
  96. package/lib/labs/VNumberInput/VNumberInput.mjs +57 -81
  97. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  98. package/lib/labs/VNumberInput/index.d.mts +402 -34
  99. package/lib/labs/VSnackbarQueue/index.d.mts +138 -138
  100. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  101. package/lib/labs/VTreeview/index.d.mts +88 -64
  102. package/lib/labs/components.d.mts +620 -235
  103. package/lib/util/helpers.mjs +16 -0
  104. package/lib/util/helpers.mjs.map +1 -1
  105. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,17 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.3-master.2024-05-06...v) (2024-05-06)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.4-master.2024-05-08...v) (2024-05-08)
2
2
 
3
3
 
4
4
 
5
- ## [3.6.3-master.2024-05-06](https://github.com/vuetifyjs/vuetify/compare/v3.6.3...v3.6.3-master.2024-05-06) (2024-05-06)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * **colors:** apply theme-on-surface override for bg text color ([43529fa](https://github.com/vuetifyjs/vuetify/commit/43529fa936cbb0d58d78e1c48aebc1e6c7fe3d1e))
11
- * **variant:** always remove underlay from normal flow ([6aea5e4](https://github.com/vuetifyjs/vuetify/commit/6aea5e4cb24f29978c8d416c8e53330189d917a7))
12
- * **VDataTable:** change mobile default to false ([#19744](https://github.com/vuetifyjs/vuetify/issues/19744)) ([a194622](https://github.com/vuetifyjs/vuetify/commit/a194622437e9baa0e9202a349fbc97dee95885cf))
13
- * **VTabs:** inherit attrs and scope id ([67b30e7](https://github.com/vuetifyjs/vuetify/commit/67b30e70435f7bcbb7abb64d2a5b9c4dc191355d)), closes [#19752](https://github.com/vuetifyjs/vuetify/issues/19752) [#19754](https://github.com/vuetifyjs/vuetify/issues/19754)
14
- * **VToolbar/VAppBar:** nav-icon and title alignment ([daa96e9](https://github.com/vuetifyjs/vuetify/commit/daa96e98f1a6d84c14a3c610e654faed47160c62))
5
+ ## [3.6.4-master.2024-05-08](https://github.com/vuetifyjs/vuetify/compare/v3.6.4...v3.6.4-master.2024-05-08) (2024-05-08)
15
6
 
16
7
 
17
8
 
@@ -2156,7 +2156,7 @@
2156
2156
  "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
2157
2157
  },
2158
2158
  "VCarouselItem/content-class": {
2159
- "type": "string\n",
2159
+ "type": "any\n",
2160
2160
  "description": "Apply a custom class to the internal content element."
2161
2161
  },
2162
2162
  "VCarouselItem/inline": {
@@ -6056,7 +6056,7 @@
6056
6056
  "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
6057
6057
  },
6058
6058
  "VImg/content-class": {
6059
- "type": "string\n",
6059
+ "type": "any\n",
6060
6060
  "description": "Apply a custom class to the internal content element."
6061
6061
  },
6062
6062
  "VImg/inline": {
@@ -6479,34 +6479,34 @@
6479
6479
  "type": "boolean\n",
6480
6480
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
6481
6481
  },
6482
+ "VList/opened": {
6483
+ "type": "unknown\n",
6484
+ "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
6485
+ },
6486
+ "VList/activated": {
6487
+ "type": "any\n",
6488
+ "description": "Array of ids of activated nodes."
6489
+ },
6490
+ "VList/selected": {
6491
+ "type": "unknown\n",
6492
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
6493
+ },
6482
6494
  "VList/mandatory": {
6483
6495
  "type": "boolean\n",
6484
6496
  "description": "Forces at least one item to always be selected (if available)."
6485
6497
  },
6486
6498
  "VList/active-strategy": {
6487
- "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>\n",
6499
+ "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>)\n",
6488
6500
  "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."
6489
6501
  },
6490
6502
  "VList/select-strategy": {
6491
- "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>\n",
6503
+ "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>)\n",
6492
6504
  "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."
6493
6505
  },
6494
6506
  "VList/open-strategy": {
6495
- "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> }\n",
6507
+ "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>\n",
6496
6508
  "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."
6497
6509
  },
6498
- "VList/opened": {
6499
- "type": "unknown[]\n",
6500
- "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
6501
- },
6502
- "VList/activated": {
6503
- "type": "unknown[]\n",
6504
- "description": "Array of ids of activated nodes."
6505
- },
6506
- "VList/selected": {
6507
- "type": "unknown[]\n",
6508
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
6509
- },
6510
6510
  "VList/border": {
6511
6511
  "type": "string | number | boolean\n",
6512
6512
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
@@ -6792,7 +6792,7 @@
6792
6792
  "description": "Applies a distinct style to the component."
6793
6793
  },
6794
6794
  "VListItem/lines": {
6795
- "type": "'one' | 'two' | 'three'\n",
6795
+ "type": "false | 'one' | 'two' | 'three'\n",
6796
6796
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
6797
6797
  },
6798
6798
  "VListItemAction/start": {
@@ -7183,6 +7183,14 @@
7183
7183
  "type": "string\n",
7184
7184
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
7185
7185
  },
7186
+ "VNumberInput/counter": {
7187
+ "type": "string | number | boolean\n",
7188
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
7189
+ },
7190
+ "VNumberInput/flat": {
7191
+ "type": "boolean\n",
7192
+ "description": "Removes box shadow when using a variant with elevation."
7193
+ },
7186
7194
  "VNumberInput/control-variant": {
7187
7195
  "type": "'default' | 'stacked' | 'split'\n",
7188
7196
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))"
@@ -7199,6 +7207,10 @@
7199
7207
  "type": "number\n",
7200
7208
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))"
7201
7209
  },
7210
+ "VNumberInput/type": {
7211
+ "type": "string\n",
7212
+ "description": "Sets input type."
7213
+ },
7202
7214
  "VNumberInput/max": {
7203
7215
  "type": "number\n",
7204
7216
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))"
@@ -7207,6 +7219,54 @@
7207
7219
  "type": "number\n",
7208
7220
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))"
7209
7221
  },
7222
+ "VNumberInput/autofocus": {
7223
+ "type": "boolean\n",
7224
+ "description": "Enables autofocus."
7225
+ },
7226
+ "VNumberInput/prefix": {
7227
+ "type": "string\n",
7228
+ "description": "Displays prefix text."
7229
+ },
7230
+ "VNumberInput/placeholder": {
7231
+ "type": "string\n",
7232
+ "description": "Sets the input’s placeholder text."
7233
+ },
7234
+ "VNumberInput/persistent-placeholder": {
7235
+ "type": "boolean\n",
7236
+ "description": "Forces placeholder to always be visible."
7237
+ },
7238
+ "VNumberInput/persistent-counter": {
7239
+ "type": "boolean\n",
7240
+ "description": "Forces counter to always be visible."
7241
+ },
7242
+ "VNumberInput/suffix": {
7243
+ "type": "string\n",
7244
+ "description": "Displays suffix text."
7245
+ },
7246
+ "VNumberInput/role": {
7247
+ "type": "string\n",
7248
+ "description": "The role attribute applied to the input."
7249
+ },
7250
+ "VNumberInput/id": {
7251
+ "type": "string\n",
7252
+ "description": "Sets the DOM id on the component."
7253
+ },
7254
+ "VNumberInput/append-icon": {
7255
+ "type": "any\n",
7256
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7257
+ },
7258
+ "VNumberInput/center-affix": {
7259
+ "type": "boolean\n",
7260
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
7261
+ },
7262
+ "VNumberInput/prepend-icon": {
7263
+ "type": "any\n",
7264
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`."
7265
+ },
7266
+ "VNumberInput/hide-spin-buttons": {
7267
+ "type": "boolean\n",
7268
+ "description": "Hides spin buttons on the input when type is set to `number`."
7269
+ },
7210
7270
  "VNumberInput/hint": {
7211
7271
  "type": "string\n",
7212
7272
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
@@ -7215,6 +7275,14 @@
7215
7275
  "type": "boolean\n",
7216
7276
  "description": "Forces [hint](#props-hint) to always be visible."
7217
7277
  },
7278
+ "VNumberInput/messages": {
7279
+ "type": "string | string[]\n",
7280
+ "description": "Displays a list of messages or a single message if using a string."
7281
+ },
7282
+ "VNumberInput/direction": {
7283
+ "type": "'horizontal' | 'vertical'\n",
7284
+ "description": "Changes the direction of the input."
7285
+ },
7218
7286
  "VNumberInput/reverse": {
7219
7287
  "type": "boolean\n",
7220
7288
  "description": "Reverses the orientation."
@@ -7223,6 +7291,18 @@
7223
7291
  "type": "'default' | 'comfortable' | 'compact'\n",
7224
7292
  "description": "Adjusts the vertical height used by the component."
7225
7293
  },
7294
+ "VNumberInput/max-width": {
7295
+ "type": "string | number\n",
7296
+ "description": "Sets the maximum width for the component."
7297
+ },
7298
+ "VNumberInput/min-width": {
7299
+ "type": "string | number\n",
7300
+ "description": "Sets the minimum width for the component."
7301
+ },
7302
+ "VNumberInput/width": {
7303
+ "type": "string | number\n",
7304
+ "description": "Sets the width for the component."
7305
+ },
7226
7306
  "VNumberInput/theme": {
7227
7307
  "type": "string\n",
7228
7308
  "description": "Specify a theme for this component and all of its children."
@@ -7235,14 +7315,38 @@
7235
7315
  "type": "boolean\n",
7236
7316
  "description": "Puts the input in a manual error state."
7237
7317
  },
7318
+ "VNumberInput/error-messages": {
7319
+ "type": "string | string[]\n",
7320
+ "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."
7321
+ },
7322
+ "VNumberInput/max-errors": {
7323
+ "type": "string | number\n",
7324
+ "description": "Control the maximum number of shown errors from validation."
7325
+ },
7326
+ "VNumberInput/name": {
7327
+ "type": "string\n",
7328
+ "description": "Sets the component's name attribute."
7329
+ },
7238
7330
  "VNumberInput/readonly": {
7239
7331
  "type": "boolean\n",
7240
7332
  "description": "Puts input in readonly state."
7241
7333
  },
7334
+ "VNumberInput/rules": {
7335
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
7336
+ "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`."
7337
+ },
7242
7338
  "VNumberInput/model-value": {
7243
- "type": "number\n",
7339
+ "type": "any\n",
7244
7340
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7245
7341
  },
7342
+ "VNumberInput/validate-on": {
7343
+ "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'\n",
7344
+ "description": "Change what type of event triggers validation to run."
7345
+ },
7346
+ "VNumberInput/validation-value": {
7347
+ "type": "any\n",
7348
+ "description": "The value used when applying validation rules."
7349
+ },
7246
7350
  "VNumberInput/focused": {
7247
7351
  "type": "boolean\n",
7248
7352
  "description": "Forces a focused state styling on the component."
@@ -7255,6 +7359,18 @@
7255
7359
  "type": "string\n",
7256
7360
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - 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)."
7257
7361
  },
7362
+ "VNumberInput/clearable": {
7363
+ "type": "boolean\n",
7364
+ "description": "Allows for the component to be cleared."
7365
+ },
7366
+ "VNumberInput/clear-icon": {
7367
+ "type": "any\n",
7368
+ "description": "The icon used when the **clearable** prop is set to true."
7369
+ },
7370
+ "VNumberInput/active": {
7371
+ "type": "boolean\n",
7372
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7373
+ },
7258
7374
  "VNumberInput/color": {
7259
7375
  "type": "string\n",
7260
7376
  "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)."
@@ -7263,6 +7379,18 @@
7263
7379
  "type": "string\n",
7264
7380
  "description": "Sets the color of the input when it is not focused."
7265
7381
  },
7382
+ "VNumberInput/dirty": {
7383
+ "type": "boolean\n",
7384
+ "description": "Manually apply the dirty state styling."
7385
+ },
7386
+ "VNumberInput/persistent-clear": {
7387
+ "type": "boolean\n",
7388
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
7389
+ },
7390
+ "VNumberInput/single-line": {
7391
+ "type": "boolean\n",
7392
+ "description": "Label does not move on focus/dirty."
7393
+ },
7266
7394
  "VNumberInput/variant": {
7267
7395
  "type": " | 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'\n",
7268
7396
  "description": "Applies a distinct style to the component."
@@ -7273,7 +7401,19 @@
7273
7401
  },
7274
7402
  "VNumberInput/rounded": {
7275
7403
  "type": "string | number | boolean\n",
7276
- "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)."
7404
+ "description": "Adds a border radius to the input."
7405
+ },
7406
+ "VNumberInput/tile": {
7407
+ "type": "boolean\n",
7408
+ "description": "Removes any applied **border-radius** from the component."
7409
+ },
7410
+ "VNumberInput/counter-value": {
7411
+ "type": "number | ((value: any) => number)\n",
7412
+ "description": "Function returns the counter display text."
7413
+ },
7414
+ "VNumberInput/model-modifiers": {
7415
+ "type": "unknown\n",
7416
+ "description": "**FOR INTERNAL USE ONLY**"
7277
7417
  },
7278
7418
  "VOtpInput/length": {
7279
7419
  "type": "string | number\n",
@@ -8348,7 +8488,7 @@
8348
8488
  "description": "Sets a base aspect ratio, calculated as width/height. This will only set a **minimum** height, the component can still grow if it has a lot of content."
8349
8489
  },
8350
8490
  "VResponsive/content-class": {
8351
- "type": "string\n",
8491
+ "type": "any\n",
8352
8492
  "description": "Apply a custom class to the internal content element."
8353
8493
  },
8354
8494
  "VResponsive/inline": {
@@ -9748,7 +9888,7 @@
9748
9888
  "description": "Sets the overlay opacity."
9749
9889
  },
9750
9890
  "VSnackbarQueue/model-value": {
9751
- "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)[]\n",
9891
+ "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)[]\n",
9752
9892
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9753
9893
  },
9754
9894
  "VSnackbarQueue/z-index": {
@@ -12039,34 +12179,34 @@
12039
12179
  "type": "boolean\n",
12040
12180
  "description": "Allows user to mark a node as active by clicking on it."
12041
12181
  },
12182
+ "VTreeview/opened": {
12183
+ "type": "any\n",
12184
+ "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
12185
+ },
12186
+ "VTreeview/activated": {
12187
+ "type": "any\n",
12188
+ "description": "Array of ids of activated nodes."
12189
+ },
12190
+ "VTreeview/selected": {
12191
+ "type": "any\n",
12192
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
12193
+ },
12042
12194
  "VTreeview/mandatory": {
12043
12195
  "type": "boolean\n",
12044
12196
  "description": "Forces at least one item to always be selected (if available)."
12045
12197
  },
12046
12198
  "VTreeview/active-strategy": {
12047
- "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>\n",
12199
+ "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>)\n",
12048
12200
  "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."
12049
12201
  },
12050
12202
  "VTreeview/select-strategy": {
12051
- "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>\n",
12203
+ "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>)\n",
12052
12204
  "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."
12053
12205
  },
12054
12206
  "VTreeview/open-strategy": {
12055
- "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> }\n",
12207
+ "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>\n",
12056
12208
  "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."
12057
12209
  },
12058
- "VTreeview/opened": {
12059
- "type": "unknown[]\n",
12060
- "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
12061
- },
12062
- "VTreeview/activated": {
12063
- "type": "unknown[]\n",
12064
- "description": "Array of ids of activated nodes."
12065
- },
12066
- "VTreeview/selected": {
12067
- "type": "unknown[]\n",
12068
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
12069
- },
12070
12210
  "VTreeview/border": {
12071
12211
  "type": "string | number | boolean\n",
12072
12212
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
@@ -12348,7 +12488,7 @@
12348
12488
  "description": "Applies a distinct style to the component."
12349
12489
  },
12350
12490
  "VTreeviewItem/lines": {
12351
- "type": "'one' | 'two' | 'three'\n",
12491
+ "type": "false | 'one' | 'two' | 'three'\n",
12352
12492
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
12353
12493
  },
12354
12494
  "VValidation/disabled": {
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "components": {
3
+ "VNumberInput": {
4
+ "from": "labs/VNumberInput/index.mjs",
5
+ "styles": []
6
+ },
3
7
  "VCalendar": {
4
8
  "from": "labs/VCalendar/index.mjs",
5
9
  "styles": []
@@ -24,6 +28,18 @@
24
28
  "from": "labs/VCalendar/index.mjs",
25
29
  "styles": []
26
30
  },
31
+ "VTimePicker": {
32
+ "from": "labs/VTimePicker/index.mjs",
33
+ "styles": []
34
+ },
35
+ "VTimePickerClock": {
36
+ "from": "labs/VTimePicker/index.mjs",
37
+ "styles": []
38
+ },
39
+ "VTimePickerControls": {
40
+ "from": "labs/VTimePicker/index.mjs",
41
+ "styles": []
42
+ },
27
43
  "VPicker": {
28
44
  "from": "labs/VPicker/index.mjs",
29
45
  "styles": []
@@ -32,10 +48,6 @@
32
48
  "from": "labs/VPicker/index.mjs",
33
49
  "styles": []
34
50
  },
35
- "VNumberInput": {
36
- "from": "labs/VNumberInput/index.mjs",
37
- "styles": []
38
- },
39
51
  "VTreeview": {
40
52
  "from": "labs/VTreeview/index.mjs",
41
53
  "styles": []
@@ -48,18 +60,6 @@
48
60
  "from": "labs/VTreeview/index.mjs",
49
61
  "styles": []
50
62
  },
51
- "VTimePicker": {
52
- "from": "labs/VTimePicker/index.mjs",
53
- "styles": []
54
- },
55
- "VTimePickerClock": {
56
- "from": "labs/VTimePicker/index.mjs",
57
- "styles": []
58
- },
59
- "VTimePickerControls": {
60
- "from": "labs/VTimePicker/index.mjs",
61
- "styles": []
62
- },
63
63
  "VDateInput": {
64
64
  "from": "labs/VDateInput/index.mjs",
65
65
  "styles": []