@vuetify/nightly 3.9.0-beta.1-dev.2025-06-28 → 3.9.0-beta.1-dev.2025-07-02

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 (65) hide show
  1. package/CHANGELOG.md +100 -3
  2. package/dist/json/attributes.json +725 -725
  3. package/dist/json/importMap-labs.json +30 -30
  4. package/dist/json/importMap.json +156 -156
  5. package/dist/json/web-types.json +1311 -1311
  6. package/dist/vuetify-labs.cjs +61 -63
  7. package/dist/vuetify-labs.css +4207 -4207
  8. package/dist/vuetify-labs.d.ts +203 -203
  9. package/dist/vuetify-labs.esm.js +61 -63
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +61 -63
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +36 -39
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +4469 -4469
  16. package/dist/vuetify.d.ts +60 -60
  17. package/dist/vuetify.esm.js +36 -39
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +36 -39
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +34 -35
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VDataTable/VDataTableColumn.js +0 -1
  25. package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
  26. package/lib/components/VDataTable/VDataTableHeaders.js +5 -5
  27. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  28. package/lib/components/VDataTable/composables/sort.js +2 -1
  29. package/lib/components/VDataTable/composables/sort.js.map +1 -1
  30. package/lib/components/VDatePicker/VDatePickerMonth.js +1 -2
  31. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  32. package/lib/components/VOtpInput/VOtpInput.js +17 -14
  33. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  34. package/lib/components/VOverlay/locationStrategies.js +1 -1
  35. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  36. package/lib/components/VTextField/VTextField.js +1 -1
  37. package/lib/components/VTextField/VTextField.js.map +1 -1
  38. package/lib/composables/calendar.d.ts +0 -1
  39. package/lib/composables/calendar.js +6 -10
  40. package/lib/composables/calendar.js.map +1 -1
  41. package/lib/composables/date/adapters/vuetify.js +1 -1
  42. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  43. package/lib/composables/virtual.js +1 -1
  44. package/lib/composables/virtual.js.map +1 -1
  45. package/lib/entry-bundler.js +1 -1
  46. package/lib/framework.d.ts +60 -60
  47. package/lib/framework.js +1 -1
  48. package/lib/labs/VCalendar/VCalendar.d.ts +33 -33
  49. package/lib/labs/VCalendar/VCalendar.js +9 -9
  50. package/lib/labs/VCalendar/VCalendar.js.map +1 -1
  51. package/lib/labs/VCalendar/VCalendarDay.d.ts +33 -33
  52. package/lib/labs/VCalendar/VCalendarDay.js +1 -1
  53. package/lib/labs/VCalendar/VCalendarDay.js.map +1 -1
  54. package/lib/labs/VCalendar/VCalendarInterval.d.ts +36 -36
  55. package/lib/labs/VCalendar/VCalendarInterval.js +9 -9
  56. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  57. package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +12 -12
  58. package/lib/labs/VCalendar/VCalendarIntervalEvent.js +1 -1
  59. package/lib/labs/VCalendar/VCalendarIntervalEvent.js.map +1 -1
  60. package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +36 -36
  61. package/lib/labs/VCalendar/VCalendarMonthDay.js +4 -4
  62. package/lib/labs/VCalendar/VCalendarMonthDay.js.map +1 -1
  63. package/lib/labs/VIconBtn/VIconBtn.js +1 -0
  64. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  65. package/package.json +1 -1
@@ -7131,14 +7131,14 @@
7131
7131
  "type": "boolean\n",
7132
7132
  "description": "Optimizes the component for seamless integration within text content and documentation. Applies compact styling with baseline alignment, constrained height (1lh), and responsive typography that inherits from parent text. Ideal for help documentation, tooltips, and instructional content. When using multiple inline hotkeys in the same paragraph, increase line-height to prevent visual overlap on text wrapping."
7133
7133
  },
7134
- "VHover/disabled": {
7135
- "type": "boolean\n",
7136
- "description": "Removes hover functionality."
7137
- },
7138
7134
  "VHover/model-value": {
7139
7135
  "type": "boolean\n",
7140
7136
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7141
7137
  },
7138
+ "VHover/disabled": {
7139
+ "type": "boolean\n",
7140
+ "description": "Removes hover functionality."
7141
+ },
7142
7142
  "VHover/close-delay": {
7143
7143
  "type": "string | number\n",
7144
7144
  "description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
@@ -7183,37 +7183,57 @@
7183
7183
  "type": "string | number\n",
7184
7184
  "description": "Sets the component's opacity value"
7185
7185
  },
7186
- "VIconBtn/text": {
7187
- "type": "string | number | boolean\n",
7188
- "description": "Specify content text for the component."
7189
- },
7190
- "VIconBtn/border": {
7191
- "type": "string | number | boolean\n",
7192
- "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
7186
+ "VIconBtn/tag": {
7187
+ "type": "string | (new () => any) | FunctionalComponent\n",
7188
+ "description": "Specify a custom tag used on the root element."
7193
7189
  },
7194
- "VIconBtn/icon": {
7195
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7196
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
7190
+ "VIconBtn/disabled": {
7191
+ "type": "boolean\n",
7192
+ "description": "Removes the ability to click or target the component."
7197
7193
  },
7198
7194
  "VIconBtn/height": {
7199
7195
  "type": "string | number\n",
7200
7196
  "description": "Sets the height for the component."
7201
7197
  },
7198
+ "VIconBtn/size": {
7199
+ "type": "string | number\n",
7200
+ "description": "Sets the height and width of the component."
7201
+ },
7202
7202
  "VIconBtn/width": {
7203
7203
  "type": "string | number\n",
7204
7204
  "description": "Sets the width for the component."
7205
7205
  },
7206
+ "VIconBtn/theme": {
7207
+ "type": "string\n",
7208
+ "description": "Specify a theme for this component and all of its children."
7209
+ },
7210
+ "VIconBtn/active": {
7211
+ "type": "boolean\n",
7212
+ "description": "When undefined (default), the component utilizes its default variant, otherwise it will use the activeVariant if active is true, or the baseVariant if active is false."
7213
+ },
7214
+ "VIconBtn/active-color": {
7215
+ "type": "string\n",
7216
+ "description": "The applied color when the component is in an active state."
7217
+ },
7218
+ "VIconBtn/readonly": {
7219
+ "type": "boolean\n",
7220
+ "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
7221
+ },
7222
+ "VIconBtn/text": {
7223
+ "type": "string | number | boolean\n",
7224
+ "description": "Specify content text for the component."
7225
+ },
7226
+ "VIconBtn/border": {
7227
+ "type": "string | number | boolean\n",
7228
+ "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
7229
+ },
7206
7230
  "VIconBtn/elevation": {
7207
7231
  "type": "string | number\n",
7208
7232
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7209
7233
  },
7210
- "VIconBtn/icon-sizes": {
7211
- "type": "['default' | 'small' | 'x-small' | 'large' | 'x-large', number][]\n",
7212
- "description": "An array of tuples that define the icon sizes for each named size."
7213
- },
7214
- "VIconBtn/icon-size": {
7215
- "type": "string | number\n",
7216
- "description": "The specific size of the icon, can use named sizes."
7234
+ "VIconBtn/loading": {
7235
+ "type": "boolean\n",
7236
+ "description": "Displays circular progress bar in place of the icon."
7217
7237
  },
7218
7238
  "VIconBtn/rounded": {
7219
7239
  "type": "string | number | boolean\n",
@@ -7223,56 +7243,32 @@
7223
7243
  "type": "boolean\n",
7224
7244
  "description": "Removes any applied **border-radius** from the component."
7225
7245
  },
7226
- "VIconBtn/tag": {
7227
- "type": "string | (new () => any) | FunctionalComponent\n",
7228
- "description": "Specify a custom tag used on the root element."
7229
- },
7230
- "VIconBtn/theme": {
7231
- "type": "string\n",
7232
- "description": "Specify a theme for this component and all of its children."
7233
- },
7234
7246
  "VIconBtn/color": {
7235
7247
  "type": "string\n",
7236
7248
  "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)."
7237
7249
  },
7238
7250
  "VIconBtn/variant": {
7239
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7251
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7240
7252
  "description": "Applies a distinct style to the component."
7241
7253
  },
7242
- "VIconBtn/disabled": {
7243
- "type": "boolean\n",
7244
- "description": "Removes the ability to click or target the component."
7245
- },
7246
- "VIconBtn/size": {
7247
- "type": "string | number\n",
7248
- "description": "Sets the height and width of the component."
7249
- },
7250
- "VIconBtn/active-color": {
7251
- "type": "string\n",
7252
- "description": "The applied color when the component is in an active state."
7254
+ "VIconBtn/icon": {
7255
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7256
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
7253
7257
  },
7254
7258
  "VIconBtn/opacity": {
7255
7259
  "type": "string | number\n",
7256
7260
  "description": "Sets the component's opacity value"
7257
7261
  },
7262
+ "VIconBtn/sizes": {
7263
+ "type": "['small' | 'default' | 'x-small' | 'large' | 'x-large', number][]\n",
7264
+ "description": "An array of tuples that define the button sizes for each named size."
7265
+ },
7258
7266
  "VIconBtn/icon-color": {
7259
7267
  "type": "string\n",
7260
7268
  "description": "Explicit color applied to the icon."
7261
7269
  },
7262
- "VIconBtn/readonly": {
7263
- "type": "boolean\n",
7264
- "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
7265
- },
7266
- "VIconBtn/active": {
7267
- "type": "boolean\n",
7268
- "description": "When undefined (default), the component utilizes its default variant, otherwise it will use the activeVariant if active is true, or the baseVariant if active is false."
7269
- },
7270
- "VIconBtn/loading": {
7271
- "type": "boolean\n",
7272
- "description": "Displays circular progress bar in place of the icon."
7273
- },
7274
7270
  "VIconBtn/base-variant": {
7275
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7271
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7276
7272
  "description": "When active is a boolean, this variant is used when active is false."
7277
7273
  },
7278
7274
  "VIconBtn/hide-overlay": {
@@ -7283,38 +7279,26 @@
7283
7279
  "type": "string | number\n",
7284
7280
  "description": "The rotation of the icon in degrees."
7285
7281
  },
7286
- "VIconBtn/sizes": {
7287
- "type": "['default' | 'small' | 'x-small' | 'large' | 'x-large', number][]\n",
7288
- "description": "An array of tuples that define the button sizes for each named size."
7282
+ "VIconBtn/icon-sizes": {
7283
+ "type": "['small' | 'default' | 'x-small' | 'large' | 'x-large', number][]\n",
7284
+ "description": "An array of tuples that define the icon sizes for each named size."
7285
+ },
7286
+ "VIconBtn/icon-size": {
7287
+ "type": "string | number\n",
7288
+ "description": "The specific size of the icon, can use named sizes."
7289
7289
  },
7290
7290
  "VIconBtn/active-icon": {
7291
7291
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7292
7292
  "description": "When active is a boolean, this icon is used when active is true."
7293
7293
  },
7294
7294
  "VIconBtn/active-variant": {
7295
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7295
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7296
7296
  "description": "When active is a boolean, this variant is used when active is true."
7297
7297
  },
7298
- "VImg/alt": {
7299
- "type": "string\n",
7300
- "description": "Alternate text for screen readers. Leave empty for decorative images."
7301
- },
7302
7298
  "VImg/height": {
7303
7299
  "type": "string | number\n",
7304
7300
  "description": "Sets the height for the component."
7305
7301
  },
7306
- "VImg/src": {
7307
- "type": " | string\n | { src: string; srcset: string; lazySrc: string; aspect: number }\n",
7308
- "description": "The image URL. This prop is mandatory."
7309
- },
7310
- "VImg/width": {
7311
- "type": "string | number\n",
7312
- "description": "Sets the width for the component."
7313
- },
7314
- "VImg/draggable": {
7315
- "type": "boolean | 'true' | 'false'\n",
7316
- "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
7317
- },
7318
7302
  "VImg/max-height": {
7319
7303
  "type": "string | number\n",
7320
7304
  "description": "Sets the maximum height for the component."
@@ -7331,6 +7315,10 @@
7331
7315
  "type": "string | number\n",
7332
7316
  "description": "Sets the minimum width for the component."
7333
7317
  },
7318
+ "VImg/width": {
7319
+ "type": "string | number\n",
7320
+ "description": "Sets the width for the component."
7321
+ },
7334
7322
  "VImg/position": {
7335
7323
  "type": "string\n",
7336
7324
  "description": "Applies [object-position](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position) styles to the image and placeholder elements."
@@ -7351,21 +7339,37 @@
7351
7339
  "type": "string\n",
7352
7340
  "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)."
7353
7341
  },
7354
- "VImg/inline": {
7342
+ "VImg/alt": {
7343
+ "type": "string\n",
7344
+ "description": "Alternate text for screen readers. Leave empty for decorative images."
7345
+ },
7346
+ "VImg/src": {
7347
+ "type": " | string\n | { src: string; srcset: string; lazySrc: string; aspect: number }\n",
7348
+ "description": "The image URL. This prop is mandatory."
7349
+ },
7350
+ "VImg/draggable": {
7351
+ "type": "boolean | 'true' | 'false'\n",
7352
+ "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
7353
+ },
7354
+ "VImg/eager": {
7355
7355
  "type": "boolean\n",
7356
- "description": "Display as an inline element instead of a block, also disables flex-grow."
7356
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
7357
+ },
7358
+ "VImg/content-class": {
7359
+ "type": "any\n",
7360
+ "description": "Apply a custom class to the internal content element."
7357
7361
  },
7358
7362
  "VImg/transition": {
7359
7363
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
7360
7364
  "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
7361
7365
  },
7362
- "VImg/content-class": {
7363
- "type": "any\n",
7364
- "description": "Apply a custom class to the internal content element."
7366
+ "VImg/options": {
7367
+ "type": "IntersectionObserverInit\n",
7368
+ "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
7365
7369
  },
7366
- "VImg/eager": {
7370
+ "VImg/inline": {
7367
7371
  "type": "boolean\n",
7368
- "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
7372
+ "description": "Display as an inline element instead of a block, also disables flex-grow."
7369
7373
  },
7370
7374
  "VImg/cover": {
7371
7375
  "type": "boolean\n",
@@ -7379,10 +7383,6 @@
7379
7383
  "type": "string\n",
7380
7384
  "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."
7381
7385
  },
7382
- "VImg/options": {
7383
- "type": "IntersectionObserverInit\n",
7384
- "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
7385
- },
7386
7386
  "VImg/sizes": {
7387
7387
  "type": "string\n",
7388
7388
  "description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
@@ -7403,10 +7403,22 @@
7403
7403
  "type": " | 'origin'\n | 'no-referrer'\n | 'no-referrer-when-downgrade'\n | 'origin-when-cross-origin'\n | 'same-origin'\n | 'strict-origin'\n | 'strict-origin-when-cross-origin'\n | 'unsafe-url'\n",
7404
7404
  "description": "Define which referrer is sent when fetching the resource [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#referrerpolicy)"
7405
7405
  },
7406
+ "VInfiniteScroll/tag": {
7407
+ "type": "string | (new () => any) | FunctionalComponent\n",
7408
+ "description": "Specify a custom tag used on the root element."
7409
+ },
7410
+ "VInfiniteScroll/mode": {
7411
+ "type": "'intersect' | 'manual'\n",
7412
+ "description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
7413
+ },
7406
7414
  "VInfiniteScroll/height": {
7407
7415
  "type": "string | number\n",
7408
7416
  "description": "Sets the height for the component."
7409
7417
  },
7418
+ "VInfiniteScroll/width": {
7419
+ "type": "string | number\n",
7420
+ "description": "Sets the width for the component."
7421
+ },
7410
7422
  "VInfiniteScroll/max-height": {
7411
7423
  "type": "string | number\n",
7412
7424
  "description": "Sets the maximum height for the component."
@@ -7423,28 +7435,16 @@
7423
7435
  "type": "string | number\n",
7424
7436
  "description": "Sets the minimum width for the component."
7425
7437
  },
7426
- "VInfiniteScroll/width": {
7427
- "type": "string | number\n",
7428
- "description": "Sets the width for the component."
7429
- },
7430
- "VInfiniteScroll/tag": {
7431
- "type": "string | (new () => any) | FunctionalComponent\n",
7432
- "description": "Specify a custom tag used on the root element."
7433
- },
7434
7438
  "VInfiniteScroll/color": {
7435
7439
  "type": "string\n",
7436
7440
  "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)."
7437
7441
  },
7438
- "VInfiniteScroll/mode": {
7439
- "type": "'intersect' | 'manual'\n",
7440
- "description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
7441
- },
7442
7442
  "VInfiniteScroll/direction": {
7443
7443
  "type": "'horizontal' | 'vertical'\n",
7444
7444
  "description": "Specifies if scroller is **vertical** or **horizontal**."
7445
7445
  },
7446
7446
  "VInfiniteScroll/side": {
7447
- "type": "'end' | 'start' | 'both'\n",
7447
+ "type": "'start' | 'end' | 'both'\n",
7448
7448
  "description": "Specifies the side where new content should appear. Either the **start**, **end**, or **both** sides."
7449
7449
  },
7450
7450
  "VInfiniteScroll/margin": {
@@ -7459,85 +7459,77 @@
7459
7459
  "type": "string\n",
7460
7460
  "description": "Text shown when there is no more content to load."
7461
7461
  },
7462
- "VInput/name": {
7463
- "type": "string\n",
7464
- "description": "Sets the component's name attribute."
7462
+ "VInput/model-value": {
7463
+ "type": "unknown\n",
7464
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7465
7465
  },
7466
7466
  "VInput/error": {
7467
7467
  "type": "boolean\n",
7468
7468
  "description": "Puts the input in a manual error state."
7469
7469
  },
7470
- "VInput/label": {
7471
- "type": "string\n",
7472
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
7470
+ "VInput/density": {
7471
+ "type": "'default' | 'comfortable' | 'compact'\n",
7472
+ "description": "Adjusts the vertical height used by the component."
7473
7473
  },
7474
- "VInput/disabled": {
7475
- "type": "boolean\n",
7476
- "description": "Removes the ability to click or target the component."
7474
+ "VInput/max-width": {
7475
+ "type": "string | number\n",
7476
+ "description": "Sets the maximum width for the component."
7477
+ },
7478
+ "VInput/min-width": {
7479
+ "type": "string | number\n",
7480
+ "description": "Sets the minimum width for the component."
7477
7481
  },
7478
7482
  "VInput/width": {
7479
7483
  "type": "string | number\n",
7480
7484
  "description": "Sets the width for the component."
7481
7485
  },
7486
+ "VInput/theme": {
7487
+ "type": "string\n",
7488
+ "description": "Specify a theme for this component and all of its children."
7489
+ },
7490
+ "VInput/color": {
7491
+ "type": "string\n",
7492
+ "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)."
7493
+ },
7494
+ "VInput/name": {
7495
+ "type": "string\n",
7496
+ "description": "Sets the component's name attribute."
7497
+ },
7498
+ "VInput/disabled": {
7499
+ "type": "boolean\n",
7500
+ "description": "Removes the ability to click or target the component."
7501
+ },
7482
7502
  "VInput/id": {
7483
7503
  "type": "string\n",
7484
7504
  "description": "Sets the DOM id on the component."
7485
7505
  },
7486
- "VInput/theme": {
7506
+ "VInput/label": {
7487
7507
  "type": "string\n",
7488
- "description": "Specify a theme for this component and all of its children."
7508
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
7489
7509
  },
7490
7510
  "VInput/base-color": {
7491
7511
  "type": "string\n",
7492
7512
  "description": "Sets the color of the input when it is not focused."
7493
7513
  },
7494
- "VInput/prepend-icon": {
7495
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7496
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7497
- },
7498
7514
  "VInput/append-icon": {
7499
7515
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7500
7516
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7501
7517
  },
7502
- "VInput/readonly": {
7518
+ "VInput/center-affix": {
7503
7519
  "type": "boolean\n",
7504
- "description": "Puts input in readonly state."
7520
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
7505
7521
  },
7506
- "VInput/density": {
7507
- "type": "'default' | 'comfortable' | 'compact'\n",
7508
- "description": "Adjusts the vertical height used by the component."
7522
+ "VInput/glow": {
7523
+ "type": "boolean\n",
7524
+ "description": "Makes prepend/append icons full opacity when the input is focused and apply color."
7509
7525
  },
7510
- "VInput/max-width": {
7511
- "type": "string | number\n",
7512
- "description": "Sets the maximum width for the component."
7526
+ "VInput/icon-color": {
7527
+ "type": "string | boolean\n",
7528
+ "description": "Sets the color of the prepend/append icons."
7513
7529
  },
7514
- "VInput/min-width": {
7515
- "type": "string | number\n",
7516
- "description": "Sets the minimum width for the component."
7517
- },
7518
- "VInput/color": {
7519
- "type": "string\n",
7520
- "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)."
7521
- },
7522
- "VInput/model-value": {
7523
- "type": "unknown\n",
7524
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7525
- },
7526
- "VInput/direction": {
7527
- "type": "'horizontal' | 'vertical'\n",
7528
- "description": "Changes the direction of the input."
7529
- },
7530
- "VInput/center-affix": {
7531
- "type": "boolean\n",
7532
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
7533
- },
7534
- "VInput/glow": {
7535
- "type": "boolean\n",
7536
- "description": "Makes prepend/append icons full opacity when the input is focused and apply color."
7537
- },
7538
- "VInput/icon-color": {
7539
- "type": "string | boolean\n",
7540
- "description": "Sets the color of the prepend/append icons."
7530
+ "VInput/prepend-icon": {
7531
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7532
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7541
7533
  },
7542
7534
  "VInput/hide-spin-buttons": {
7543
7535
  "type": "boolean\n",
@@ -7555,6 +7547,10 @@
7555
7547
  "type": "string | string[]\n",
7556
7548
  "description": "Displays a list of messages or a single message if using a string."
7557
7549
  },
7550
+ "VInput/direction": {
7551
+ "type": "'horizontal' | 'vertical'\n",
7552
+ "description": "Changes the direction of the input."
7553
+ },
7558
7554
  "VInput/error-messages": {
7559
7555
  "type": "string | string[]\n",
7560
7556
  "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."
@@ -7563,6 +7559,10 @@
7563
7559
  "type": "string | number\n",
7564
7560
  "description": "Control the maximum number of shown errors from validation."
7565
7561
  },
7562
+ "VInput/readonly": {
7563
+ "type": "boolean\n",
7564
+ "description": "Puts input in readonly state."
7565
+ },
7566
7566
  "VInput/rules": {
7567
7567
  "type": "(\n | string\n | boolean\n | PromiseLike<ValidationResult>\n | ((value: any) => string | false | true)\n | ((value: any) => PromiseLike<ValidationResult>)\n | [string, any, string]\n)[]\n",
7568
7568
  "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`."
@@ -7655,18 +7655,30 @@
7655
7655
  "type": "string\n",
7656
7656
  "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)."
7657
7657
  },
7658
- "VLabel/theme": {
7659
- "type": "string\n",
7660
- "description": "Specify a theme for this component and all of its children."
7661
- },
7662
7658
  "VLabel/text": {
7663
7659
  "type": "string\n",
7664
7660
  "description": "Specify content text for the component."
7665
7661
  },
7662
+ "VLabel/theme": {
7663
+ "type": "string\n",
7664
+ "description": "Specify a theme for this component and all of its children."
7665
+ },
7666
7666
  "VLayout/height": {
7667
7667
  "type": "string | number\n",
7668
7668
  "description": "Sets the height for the component."
7669
7669
  },
7670
+ "VLayout/width": {
7671
+ "type": "string | number\n",
7672
+ "description": "Sets the width for the component."
7673
+ },
7674
+ "VLayout/full-height": {
7675
+ "type": "boolean\n",
7676
+ "description": "Sets the component height to 100%."
7677
+ },
7678
+ "VLayout/overlaps": {
7679
+ "type": "string[]\n",
7680
+ "description": "**FOR INTERNAL USE ONLY**"
7681
+ },
7670
7682
  "VLayout/max-height": {
7671
7683
  "type": "string | number\n",
7672
7684
  "description": "Sets the maximum height for the component."
@@ -7683,17 +7695,17 @@
7683
7695
  "type": "string | number\n",
7684
7696
  "description": "Sets the minimum width for the component."
7685
7697
  },
7686
- "VLayout/width": {
7687
- "type": "string | number\n",
7688
- "description": "Sets the width for the component."
7689
- },
7690
- "VLayout/full-height": {
7698
+ "VLayoutItem/model-value": {
7691
7699
  "type": "boolean\n",
7692
- "description": "Sets the component height to 100%."
7700
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7693
7701
  },
7694
- "VLayout/overlaps": {
7695
- "type": "string[]\n",
7696
- "description": "**FOR INTERNAL USE ONLY**"
7702
+ "VLayoutItem/position": {
7703
+ "type": "'top' | 'bottom' | 'left' | 'right'\n",
7704
+ "description": "The position of the item."
7705
+ },
7706
+ "VLayoutItem/absolute": {
7707
+ "type": "boolean\n",
7708
+ "description": "Applies **position: absolute** to the component."
7697
7709
  },
7698
7710
  "VLayoutItem/name": {
7699
7711
  "type": "string\n",
@@ -7703,30 +7715,22 @@
7703
7715
  "type": "string | number\n",
7704
7716
  "description": "Sets the height and width of the component."
7705
7717
  },
7706
- "VLayoutItem/position": {
7707
- "type": "'top' | 'left' | 'right' | 'bottom'\n",
7708
- "description": "The position of the item."
7709
- },
7710
- "VLayoutItem/absolute": {
7711
- "type": "boolean\n",
7712
- "description": "Applies **position: absolute** to the component."
7713
- },
7714
- "VLayoutItem/model-value": {
7715
- "type": "boolean\n",
7716
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7717
- },
7718
7718
  "VLayoutItem/order": {
7719
7719
  "type": "string | number\n",
7720
7720
  "description": "Adjust the order of the component in relation to its registration order."
7721
7721
  },
7722
- "VLazy/model-value": {
7723
- "type": "boolean\n",
7724
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7722
+ "VLazy/tag": {
7723
+ "type": "string | (new () => any) | FunctionalComponent\n",
7724
+ "description": "Specify a custom tag used on the root element."
7725
7725
  },
7726
7726
  "VLazy/height": {
7727
7727
  "type": "string | number\n",
7728
7728
  "description": "Sets the height for the component."
7729
7729
  },
7730
+ "VLazy/width": {
7731
+ "type": "string | number\n",
7732
+ "description": "Sets the width for the component."
7733
+ },
7730
7734
  "VLazy/max-height": {
7731
7735
  "type": "string | number\n",
7732
7736
  "description": "Sets the maximum height for the component."
@@ -7743,13 +7747,9 @@
7743
7747
  "type": "string | number\n",
7744
7748
  "description": "Sets the minimum width for the component."
7745
7749
  },
7746
- "VLazy/width": {
7747
- "type": "string | number\n",
7748
- "description": "Sets the width for the component."
7749
- },
7750
- "VLazy/tag": {
7751
- "type": "string | (new () => any) | FunctionalComponent\n",
7752
- "description": "Specify a custom tag used on the root element."
7750
+ "VLazy/model-value": {
7751
+ "type": "boolean\n",
7752
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7753
7753
  },
7754
7754
  "VLazy/transition": {
7755
7755
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
@@ -7759,14 +7759,14 @@
7759
7759
  "type": "IntersectionObserverInit\n",
7760
7760
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
7761
7761
  },
7762
- "VLigatureIcon/tag": {
7763
- "type": "string | (new () => any) | FunctionalComponent\n",
7764
- "description": "Specify a custom tag used on the root element."
7765
- },
7766
7762
  "VLigatureIcon/icon": {
7767
7763
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7768
7764
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
7769
7765
  },
7766
+ "VLigatureIcon/tag": {
7767
+ "type": "string | (new () => any) | FunctionalComponent\n",
7768
+ "description": "Specify a custom tag used on the root element."
7769
+ },
7770
7770
  "VList/tag": {
7771
7771
  "type": "string | (new () => any) | FunctionalComponent\n",
7772
7772
  "description": "Specify a custom tag used on the root element."
@@ -9471,18 +9471,22 @@
9471
9471
  "type": "string\n",
9472
9472
  "description": "Specify a custom tag used on the root element."
9473
9473
  },
9474
- "VProgressCircular/model-value": {
9474
+ "VProgressCircular/tag": {
9475
+ "type": "string | (new () => any) | FunctionalComponent\n",
9476
+ "description": "Specify a custom tag used on the root element."
9477
+ },
9478
+ "VProgressCircular/indeterminate": {
9479
+ "type": "boolean | 'disable-shrink'\n",
9480
+ "description": "Constantly animates, use when loading progress is unknown. If set to the string `'disable-shrink'` it will use a simpler animation that does not run on the main thread."
9481
+ },
9482
+ "VProgressCircular/size": {
9475
9483
  "type": "string | number\n",
9476
- "description": "The percentage value for current progress."
9484
+ "description": "Sets the diameter of the circle in pixels."
9477
9485
  },
9478
9486
  "VProgressCircular/width": {
9479
9487
  "type": "string | number\n",
9480
9488
  "description": "Sets the stroke of the circle in pixels."
9481
9489
  },
9482
- "VProgressCircular/tag": {
9483
- "type": "string | (new () => any) | FunctionalComponent\n",
9484
- "description": "Specify a custom tag used on the root element."
9485
- },
9486
9490
  "VProgressCircular/theme": {
9487
9491
  "type": "string\n",
9488
9492
  "description": "Specify a theme for this component and all of its children."
@@ -9491,13 +9495,9 @@
9491
9495
  "type": "string\n",
9492
9496
  "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)."
9493
9497
  },
9494
- "VProgressCircular/indeterminate": {
9495
- "type": "boolean | 'disable-shrink'\n",
9496
- "description": "Constantly animates, use when loading progress is unknown. If set to the string `'disable-shrink'` it will use a simpler animation that does not run on the main thread."
9497
- },
9498
- "VProgressCircular/size": {
9498
+ "VProgressCircular/model-value": {
9499
9499
  "type": "string | number\n",
9500
- "description": "Sets the diameter of the circle in pixels."
9500
+ "description": "The percentage value for current progress."
9501
9501
  },
9502
9502
  "VProgressCircular/bg-color": {
9503
9503
  "type": "string\n",
@@ -9507,9 +9507,9 @@
9507
9507
  "type": "string | number\n",
9508
9508
  "description": "Rotates the circle start point in degrees."
9509
9509
  },
9510
- "VProgressLinear/tag": {
9511
- "type": "string | (new () => any) | FunctionalComponent\n",
9512
- "description": "Specify a custom tag used on the root element."
9510
+ "VProgressLinear/model-value": {
9511
+ "type": "string | number\n",
9512
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9513
9513
  },
9514
9514
  "VProgressLinear/reverse": {
9515
9515
  "type": "boolean\n",
@@ -9519,22 +9519,6 @@
9519
9519
  "type": "string | number\n",
9520
9520
  "description": "Sets the height for the component."
9521
9521
  },
9522
- "VProgressLinear/indeterminate": {
9523
- "type": "boolean\n",
9524
- "description": "Constantly animates, use when loading progress is unknown."
9525
- },
9526
- "VProgressLinear/max": {
9527
- "type": "string | number\n",
9528
- "description": "Sets the maximum value the progress can reach."
9529
- },
9530
- "VProgressLinear/theme": {
9531
- "type": "string\n",
9532
- "description": "Specify a theme for this component and all of its children."
9533
- },
9534
- "VProgressLinear/active": {
9535
- "type": "boolean\n",
9536
- "description": "Reduce the height to 0, hiding component."
9537
- },
9538
9522
  "VProgressLinear/location": {
9539
9523
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
9540
9524
  "description": "Specifies the component's location. Can combine by using a space separated string."
@@ -9551,13 +9535,25 @@
9551
9535
  "type": "boolean\n",
9552
9536
  "description": "Removes any applied **border-radius** from the component."
9553
9537
  },
9538
+ "VProgressLinear/tag": {
9539
+ "type": "string | (new () => any) | FunctionalComponent\n",
9540
+ "description": "Specify a custom tag used on the root element."
9541
+ },
9542
+ "VProgressLinear/theme": {
9543
+ "type": "string\n",
9544
+ "description": "Specify a theme for this component and all of its children."
9545
+ },
9554
9546
  "VProgressLinear/color": {
9555
9547
  "type": "string\n",
9556
9548
  "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)."
9557
9549
  },
9558
- "VProgressLinear/model-value": {
9550
+ "VProgressLinear/indeterminate": {
9551
+ "type": "boolean\n",
9552
+ "description": "Constantly animates, use when loading progress is unknown."
9553
+ },
9554
+ "VProgressLinear/max": {
9559
9555
  "type": "string | number\n",
9560
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9556
+ "description": "Sets the maximum value the progress can reach."
9561
9557
  },
9562
9558
  "VProgressLinear/bg-color": {
9563
9559
  "type": "string\n",
@@ -9567,9 +9563,13 @@
9567
9563
  "type": "string | number\n",
9568
9564
  "description": "Set the opacity of the progress bar."
9569
9565
  },
9570
- "VProgressLinear/striped": {
9566
+ "VProgressLinear/active": {
9571
9567
  "type": "boolean\n",
9572
- "description": "Adds a stripe background to the filled portion of the progress component."
9568
+ "description": "Reduce the height to 0, hiding component."
9569
+ },
9570
+ "VProgressLinear/stream": {
9571
+ "type": "boolean\n",
9572
+ "description": "An alternative style for portraying loading that works in tandem with **buffer-value**."
9573
9573
  },
9574
9574
  "VProgressLinear/bg-opacity": {
9575
9575
  "type": "string | number\n",
@@ -9591,9 +9591,9 @@
9591
9591
  "type": "boolean\n",
9592
9592
  "description": "Clicking on the progress track will automatically set the value."
9593
9593
  },
9594
- "VProgressLinear/stream": {
9594
+ "VProgressLinear/striped": {
9595
9595
  "type": "boolean\n",
9596
- "description": "An alternative style for portraying loading that works in tandem with **buffer-value**."
9596
+ "description": "Adds a stripe background to the filled portion of the progress component."
9597
9597
  },
9598
9598
  "VProgressLinear/rounded-bar": {
9599
9599
  "type": "boolean\n",
@@ -9611,17 +9611,29 @@
9611
9611
  "type": "string\n",
9612
9612
  "description": "Provides the default type for children selection controls."
9613
9613
  },
9614
- "VRadio/name": {
9615
- "type": "string\n",
9616
- "description": "Sets the component's name attribute."
9614
+ "VRadio/model-value": {
9615
+ "type": "any\n",
9616
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9617
9617
  },
9618
9618
  "VRadio/error": {
9619
9619
  "type": "boolean\n",
9620
9620
  "description": "Puts the input in a manual error state."
9621
9621
  },
9622
- "VRadio/label": {
9622
+ "VRadio/density": {
9623
+ "type": "'default' | 'comfortable' | 'compact'\n",
9624
+ "description": "Adjusts the vertical height used by the component."
9625
+ },
9626
+ "VRadio/theme": {
9623
9627
  "type": "string\n",
9624
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
9628
+ "description": "Specify a theme for this component and all of its children."
9629
+ },
9630
+ "VRadio/color": {
9631
+ "type": "string\n",
9632
+ "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)."
9633
+ },
9634
+ "VRadio/name": {
9635
+ "type": "string\n",
9636
+ "description": "Sets the component's name attribute."
9625
9637
  },
9626
9638
  "VRadio/disabled": {
9627
9639
  "type": "boolean\n",
@@ -9639,14 +9651,18 @@
9639
9651
  "type": "string\n",
9640
9652
  "description": "Sets the DOM id on the component."
9641
9653
  },
9642
- "VRadio/theme": {
9654
+ "VRadio/label": {
9643
9655
  "type": "string\n",
9644
- "description": "Specify a theme for this component and all of its children."
9656
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
9645
9657
  },
9646
9658
  "VRadio/base-color": {
9647
9659
  "type": "string\n",
9648
9660
  "description": "Sets the color of the input when it is not focused."
9649
9661
  },
9662
+ "VRadio/value-comparator": {
9663
+ "type": "(a: any, b: any) => boolean\n",
9664
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9665
+ },
9650
9666
  "VRadio/readonly": {
9651
9667
  "type": "boolean\n",
9652
9668
  "description": "Puts input in readonly state."
@@ -9655,22 +9671,10 @@
9655
9671
  "type": "boolean | { class: string; keys: number[] }\n",
9656
9672
  "description": "Applies the [v-ripple](/directives/ripple) directive."
9657
9673
  },
9658
- "VRadio/density": {
9659
- "type": "'default' | 'comfortable' | 'compact'\n",
9660
- "description": "Adjusts the vertical height used by the component."
9661
- },
9662
- "VRadio/color": {
9663
- "type": "string\n",
9664
- "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)."
9665
- },
9666
9674
  "VRadio/inline": {
9667
9675
  "type": "boolean\n",
9668
9676
  "description": "Puts children inputs into a row."
9669
9677
  },
9670
- "VRadio/model-value": {
9671
- "type": "any\n",
9672
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9673
- },
9674
9678
  "VRadio/true-value": {
9675
9679
  "type": "any\n",
9676
9680
  "description": "Sets value for truthy state."
@@ -9691,77 +9695,89 @@
9691
9695
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9692
9696
  "description": "The icon used when active."
9693
9697
  },
9694
- "VRadio/value-comparator": {
9695
- "type": "(a: any, b: any) => boolean\n",
9696
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9697
- },
9698
9698
  "VRadioGroup/type": {
9699
9699
  "type": "string\n",
9700
9700
  "description": "Provides the default type for children selection controls."
9701
9701
  },
9702
- "VRadioGroup/model-value": {
9703
- "type": "unknown\n",
9704
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9702
+ "VRadioGroup/name": {
9703
+ "type": "string\n",
9704
+ "description": "Sets the component's name attribute."
9705
9705
  },
9706
9706
  "VRadioGroup/error": {
9707
9707
  "type": "boolean\n",
9708
9708
  "description": "Puts the input in a manual error state."
9709
9709
  },
9710
- "VRadioGroup/density": {
9711
- "type": "'default' | 'comfortable' | 'compact'\n",
9712
- "description": "Adjusts the vertical height used by the component."
9710
+ "VRadioGroup/label": {
9711
+ "type": "string\n",
9712
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
9713
+ },
9714
+ "VRadioGroup/disabled": {
9715
+ "type": "boolean\n",
9716
+ "description": "Removes the ability to click or target the component."
9713
9717
  },
9714
9718
  "VRadioGroup/height": {
9715
9719
  "type": "string | number\n",
9716
9720
  "description": "Sets the height for the component."
9717
9721
  },
9718
- "VRadioGroup/max-width": {
9722
+ "VRadioGroup/width": {
9719
9723
  "type": "string | number\n",
9720
- "description": "Sets the maximum width for the component."
9724
+ "description": "Sets the width for the component."
9721
9725
  },
9722
- "VRadioGroup/min-width": {
9723
- "type": "string | number\n",
9724
- "description": "Sets the minimum width for the component."
9725
- },
9726
- "VRadioGroup/width": {
9727
- "type": "string | number\n",
9728
- "description": "Sets the width for the component."
9726
+ "VRadioGroup/id": {
9727
+ "type": "string\n",
9728
+ "description": "Sets the DOM id on the component."
9729
9729
  },
9730
9730
  "VRadioGroup/theme": {
9731
9731
  "type": "string\n",
9732
9732
  "description": "Specify a theme for this component and all of its children."
9733
9733
  },
9734
- "VRadioGroup/color": {
9734
+ "VRadioGroup/base-color": {
9735
9735
  "type": "string\n",
9736
- "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)."
9736
+ "description": "Sets the color of the input when it is not focused."
9737
9737
  },
9738
- "VRadioGroup/name": {
9739
- "type": "string\n",
9740
- "description": "Sets the component's name attribute."
9738
+ "VRadioGroup/prepend-icon": {
9739
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9740
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
9741
9741
  },
9742
- "VRadioGroup/disabled": {
9742
+ "VRadioGroup/append-icon": {
9743
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9744
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
9745
+ },
9746
+ "VRadioGroup/readonly": {
9743
9747
  "type": "boolean\n",
9744
- "description": "Removes the ability to click or target the component."
9748
+ "description": "Puts input in readonly state."
9745
9749
  },
9746
- "VRadioGroup/id": {
9747
- "type": "string\n",
9748
- "description": "Sets the DOM id on the component."
9750
+ "VRadioGroup/ripple": {
9751
+ "type": "boolean | { class: string; keys: number[] }\n",
9752
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
9749
9753
  },
9750
- "VRadioGroup/label": {
9751
- "type": "string\n",
9752
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
9754
+ "VRadioGroup/density": {
9755
+ "type": "'default' | 'comfortable' | 'compact'\n",
9756
+ "description": "Adjusts the vertical height used by the component."
9753
9757
  },
9754
- "VRadioGroup/base-color": {
9758
+ "VRadioGroup/max-width": {
9759
+ "type": "string | number\n",
9760
+ "description": "Sets the maximum width for the component."
9761
+ },
9762
+ "VRadioGroup/min-width": {
9763
+ "type": "string | number\n",
9764
+ "description": "Sets the minimum width for the component."
9765
+ },
9766
+ "VRadioGroup/color": {
9755
9767
  "type": "string\n",
9756
- "description": "Sets the color of the input when it is not focused."
9768
+ "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)."
9757
9769
  },
9758
- "VRadioGroup/value-comparator": {
9759
- "type": "(a: any, b: any) => boolean\n",
9760
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9770
+ "VRadioGroup/inline": {
9771
+ "type": "boolean\n",
9772
+ "description": "Displays radio buttons in row."
9761
9773
  },
9762
- "VRadioGroup/append-icon": {
9763
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9764
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
9774
+ "VRadioGroup/model-value": {
9775
+ "type": "unknown\n",
9776
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9777
+ },
9778
+ "VRadioGroup/direction": {
9779
+ "type": "'horizontal' | 'vertical'\n",
9780
+ "description": "Changes the direction of the input."
9765
9781
  },
9766
9782
  "VRadioGroup/center-affix": {
9767
9783
  "type": "boolean\n",
@@ -9775,10 +9791,6 @@
9775
9791
  "type": "string | boolean\n",
9776
9792
  "description": "Sets the color of the prepend/append icons."
9777
9793
  },
9778
- "VRadioGroup/prepend-icon": {
9779
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9780
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
9781
- },
9782
9794
  "VRadioGroup/hide-spin-buttons": {
9783
9795
  "type": "boolean\n",
9784
9796
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -9795,10 +9807,6 @@
9795
9807
  "type": "string | string[]\n",
9796
9808
  "description": "Displays a list of messages or a single message if using a string."
9797
9809
  },
9798
- "VRadioGroup/direction": {
9799
- "type": "'horizontal' | 'vertical'\n",
9800
- "description": "Changes the direction of the input."
9801
- },
9802
9810
  "VRadioGroup/error-messages": {
9803
9811
  "type": "string | string[]\n",
9804
9812
  "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."
@@ -9807,10 +9815,6 @@
9807
9815
  "type": "string | number\n",
9808
9816
  "description": "Control the maximum number of shown errors from validation."
9809
9817
  },
9810
- "VRadioGroup/readonly": {
9811
- "type": "boolean\n",
9812
- "description": "Puts input in readonly state."
9813
- },
9814
9818
  "VRadioGroup/rules": {
9815
9819
  "type": "(\n | string\n | boolean\n | PromiseLike<ValidationResult>\n | ((value: any) => string | false | true)\n | ((value: any) => PromiseLike<ValidationResult>)\n | [string, any, string]\n)[]\n",
9816
9820
  "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`."
@@ -9831,14 +9835,6 @@
9831
9835
  "type": "boolean | 'auto'\n",
9832
9836
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
9833
9837
  },
9834
- "VRadioGroup/ripple": {
9835
- "type": "boolean | { class: string; keys: number[] }\n",
9836
- "description": "Applies the [v-ripple](/directives/ripple) directive."
9837
- },
9838
- "VRadioGroup/inline": {
9839
- "type": "boolean\n",
9840
- "description": "Displays radio buttons in row."
9841
- },
9842
9838
  "VRadioGroup/defaults-target": {
9843
9839
  "type": "string\n",
9844
9840
  "description": "The target component to provide defaults values for."
@@ -9851,21 +9847,61 @@
9851
9847
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9852
9848
  "description": "The icon used when active."
9853
9849
  },
9850
+ "VRadioGroup/value-comparator": {
9851
+ "type": "(a: any, b: any) => boolean\n",
9852
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9853
+ },
9854
+ "VRangeSlider/model-value": {
9855
+ "type": "(string | number)[]\n",
9856
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9857
+ },
9858
+ "VRangeSlider/error": {
9859
+ "type": "boolean\n",
9860
+ "description": "Puts the input in a manual error state."
9861
+ },
9854
9862
  "VRangeSlider/reverse": {
9855
9863
  "type": "boolean\n",
9856
9864
  "description": "Reverses the slider direction."
9857
9865
  },
9858
- "VRangeSlider/name": {
9859
- "type": "string\n",
9860
- "description": "Sets the component's name attribute."
9866
+ "VRangeSlider/density": {
9867
+ "type": "'default' | 'comfortable' | 'compact'\n",
9868
+ "description": "Adjusts the vertical height used by the component."
9861
9869
  },
9862
- "VRangeSlider/error": {
9870
+ "VRangeSlider/max-width": {
9871
+ "type": "string | number\n",
9872
+ "description": "Sets the maximum width for the component."
9873
+ },
9874
+ "VRangeSlider/min-width": {
9875
+ "type": "string | number\n",
9876
+ "description": "Sets the minimum width for the component."
9877
+ },
9878
+ "VRangeSlider/width": {
9879
+ "type": "string | number\n",
9880
+ "description": "Sets the width for the component."
9881
+ },
9882
+ "VRangeSlider/elevation": {
9883
+ "type": "string | number\n",
9884
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
9885
+ },
9886
+ "VRangeSlider/rounded": {
9887
+ "type": "string | number | boolean\n",
9888
+ "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)."
9889
+ },
9890
+ "VRangeSlider/tile": {
9863
9891
  "type": "boolean\n",
9864
- "description": "Puts the input in a manual error state."
9892
+ "description": "Removes any applied **border-radius** from the component."
9865
9893
  },
9866
- "VRangeSlider/label": {
9894
+ "VRangeSlider/theme": {
9867
9895
  "type": "string\n",
9868
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
9896
+ "description": "Specify a theme for this component and all of its children."
9897
+ },
9898
+ "VRangeSlider/color": {
9899
+ "type": "string\n",
9900
+ "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)."
9901
+ },
9902
+ "VRangeSlider/name": {
9903
+ "type": "string\n",
9904
+ "description": "Sets the component's name attribute."
9869
9905
  },
9870
9906
  "VRangeSlider/disabled": {
9871
9907
  "type": "boolean\n",
@@ -9883,74 +9919,22 @@
9883
9919
  "type": "string | number\n",
9884
9920
  "description": "If greater than 0, sets step interval for ticks."
9885
9921
  },
9886
- "VRangeSlider/width": {
9887
- "type": "string | number\n",
9888
- "description": "Sets the width for the component."
9889
- },
9890
9922
  "VRangeSlider/id": {
9891
9923
  "type": "string\n",
9892
9924
  "description": "Sets the DOM id on the component."
9893
9925
  },
9894
- "VRangeSlider/theme": {
9926
+ "VRangeSlider/label": {
9895
9927
  "type": "string\n",
9896
- "description": "Specify a theme for this component and all of its children."
9928
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
9897
9929
  },
9898
9930
  "VRangeSlider/base-color": {
9899
9931
  "type": "string\n",
9900
9932
  "description": "Sets the color of the input when it is not focused."
9901
9933
  },
9902
- "VRangeSlider/prepend-icon": {
9903
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9904
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
9905
- },
9906
9934
  "VRangeSlider/append-icon": {
9907
9935
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9908
9936
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
9909
9937
  },
9910
- "VRangeSlider/readonly": {
9911
- "type": "boolean\n",
9912
- "description": "Puts input in readonly state."
9913
- },
9914
- "VRangeSlider/ripple": {
9915
- "type": "boolean\n",
9916
- "description": "Applies the [v-ripple](/directives/ripple) directive."
9917
- },
9918
- "VRangeSlider/density": {
9919
- "type": "'default' | 'comfortable' | 'compact'\n",
9920
- "description": "Adjusts the vertical height used by the component."
9921
- },
9922
- "VRangeSlider/max-width": {
9923
- "type": "string | number\n",
9924
- "description": "Sets the maximum width for the component."
9925
- },
9926
- "VRangeSlider/min-width": {
9927
- "type": "string | number\n",
9928
- "description": "Sets the minimum width for the component."
9929
- },
9930
- "VRangeSlider/elevation": {
9931
- "type": "string | number\n",
9932
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
9933
- },
9934
- "VRangeSlider/rounded": {
9935
- "type": "string | number | boolean\n",
9936
- "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)."
9937
- },
9938
- "VRangeSlider/tile": {
9939
- "type": "boolean\n",
9940
- "description": "Removes any applied **border-radius** from the component."
9941
- },
9942
- "VRangeSlider/color": {
9943
- "type": "string\n",
9944
- "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)."
9945
- },
9946
- "VRangeSlider/model-value": {
9947
- "type": "(string | number)[]\n",
9948
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9949
- },
9950
- "VRangeSlider/direction": {
9951
- "type": "'horizontal' | 'vertical'\n",
9952
- "description": "Changes the direction of the input."
9953
- },
9954
9938
  "VRangeSlider/center-affix": {
9955
9939
  "type": "boolean\n",
9956
9940
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -9963,6 +9947,10 @@
9963
9947
  "type": "string | boolean\n",
9964
9948
  "description": "Sets the color of the prepend/append icons."
9965
9949
  },
9950
+ "VRangeSlider/prepend-icon": {
9951
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9952
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
9953
+ },
9966
9954
  "VRangeSlider/hide-spin-buttons": {
9967
9955
  "type": "boolean\n",
9968
9956
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -9979,6 +9967,10 @@
9979
9967
  "type": "string | string[]\n",
9980
9968
  "description": "Displays a list of messages or a single message if using a string."
9981
9969
  },
9970
+ "VRangeSlider/direction": {
9971
+ "type": "'horizontal' | 'vertical'\n",
9972
+ "description": "Changes the direction of the input."
9973
+ },
9982
9974
  "VRangeSlider/error-messages": {
9983
9975
  "type": "string | string[]\n",
9984
9976
  "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."
@@ -9987,6 +9979,10 @@
9987
9979
  "type": "string | number\n",
9988
9980
  "description": "Control the maximum number of shown errors from validation."
9989
9981
  },
9982
+ "VRangeSlider/readonly": {
9983
+ "type": "boolean\n",
9984
+ "description": "Puts input in readonly state."
9985
+ },
9990
9986
  "VRangeSlider/rules": {
9991
9987
  "type": "(\n | string\n | boolean\n | PromiseLike<ValidationResult>\n | ((value: any) => string | false | true)\n | ((value: any) => PromiseLike<ValidationResult>)\n | [string, any, string]\n)[]\n",
9992
9988
  "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`."
@@ -10007,6 +10003,10 @@
10007
10003
  "type": "boolean | 'auto'\n",
10008
10004
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
10009
10005
  },
10006
+ "VRangeSlider/ripple": {
10007
+ "type": "boolean\n",
10008
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
10009
+ },
10010
10010
  "VRangeSlider/thumb-color": {
10011
10011
  "type": "string\n",
10012
10012
  "description": "Sets the thumb and thumb label color."
@@ -10051,26 +10051,10 @@
10051
10051
  "type": "string | number\n",
10052
10052
  "description": "The amount of items to show."
10053
10053
  },
10054
- "VRating/model-value": {
10055
- "type": "string | number\n",
10056
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10057
- },
10058
- "VRating/density": {
10059
- "type": "'default' | 'comfortable' | 'compact'\n",
10060
- "description": "Adjusts the vertical height used by the component."
10061
- },
10062
10054
  "VRating/tag": {
10063
10055
  "type": "string | (new () => any) | FunctionalComponent\n",
10064
10056
  "description": "Specify a custom tag used on the root element."
10065
10057
  },
10066
- "VRating/theme": {
10067
- "type": "string\n",
10068
- "description": "Specify a theme for this component and all of its children."
10069
- },
10070
- "VRating/color": {
10071
- "type": "string\n",
10072
- "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)."
10073
- },
10074
10058
  "VRating/name": {
10075
10059
  "type": "string\n",
10076
10060
  "description": "Sets the component's name attribute."
@@ -10083,6 +10067,10 @@
10083
10067
  "type": "string | number\n",
10084
10068
  "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
10085
10069
  },
10070
+ "VRating/theme": {
10071
+ "type": "string\n",
10072
+ "description": "Specify a theme for this component and all of its children."
10073
+ },
10086
10074
  "VRating/active-color": {
10087
10075
  "type": "string\n",
10088
10076
  "description": "The applied color when the component is in an active state."
@@ -10091,14 +10079,30 @@
10091
10079
  "type": "boolean\n",
10092
10080
  "description": "Removes all hover effects and pointer events."
10093
10081
  },
10094
- "VRating/clearable": {
10095
- "type": "boolean\n",
10096
- "description": "Allows for the component to be cleared by clicking on the current value."
10097
- },
10098
10082
  "VRating/ripple": {
10099
10083
  "type": "boolean\n",
10100
10084
  "description": "Applies the [v-ripple](/directives/ripple) directive."
10101
10085
  },
10086
+ "VRating/density": {
10087
+ "type": "'default' | 'comfortable' | 'compact'\n",
10088
+ "description": "Adjusts the vertical height used by the component."
10089
+ },
10090
+ "VRating/color": {
10091
+ "type": "string\n",
10092
+ "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)."
10093
+ },
10094
+ "VRating/model-value": {
10095
+ "type": "string | number\n",
10096
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10097
+ },
10098
+ "VRating/hover": {
10099
+ "type": "boolean\n",
10100
+ "description": "Provides visual feedback when hovering over icons."
10101
+ },
10102
+ "VRating/clearable": {
10103
+ "type": "boolean\n",
10104
+ "description": "Allows for the component to be cleared by clicking on the current value."
10105
+ },
10102
10106
  "VRating/item-aria-label": {
10103
10107
  "type": "string\n",
10104
10108
  "description": "The **aria-label** used for each item."
@@ -10115,10 +10119,6 @@
10115
10119
  "type": "boolean\n",
10116
10120
  "description": "Allows the selection of half increments."
10117
10121
  },
10118
- "VRating/hover": {
10119
- "type": "boolean\n",
10120
- "description": "Provides visual feedback when hovering over icons."
10121
- },
10122
10122
  "VRating/item-label-position": {
10123
10123
  "type": "string\n",
10124
10124
  "description": "Position of item labels. Accepts 'top' and 'bottom'."
@@ -10131,6 +10131,10 @@
10131
10131
  "type": "string | number\n",
10132
10132
  "description": "Sets the height for the component."
10133
10133
  },
10134
+ "VResponsive/width": {
10135
+ "type": "string | number\n",
10136
+ "description": "Sets the width for the component."
10137
+ },
10134
10138
  "VResponsive/max-height": {
10135
10139
  "type": "string | number\n",
10136
10140
  "description": "Sets the maximum height for the component."
@@ -10147,18 +10151,14 @@
10147
10151
  "type": "string | number\n",
10148
10152
  "description": "Sets the minimum width for the component."
10149
10153
  },
10150
- "VResponsive/width": {
10151
- "type": "string | number\n",
10152
- "description": "Sets the width for the component."
10154
+ "VResponsive/inline": {
10155
+ "type": "boolean\n",
10156
+ "description": "Display as an inline element instead of a block, also disables flex-grow."
10153
10157
  },
10154
10158
  "VResponsive/content-class": {
10155
10159
  "type": "any\n",
10156
10160
  "description": "Apply a custom class to the internal content element."
10157
10161
  },
10158
- "VResponsive/inline": {
10159
- "type": "boolean\n",
10160
- "description": "Display as an inline element instead of a block, also disables flex-grow."
10161
- },
10162
10162
  "VResponsive/aspect-ratio": {
10163
10163
  "type": "string | number\n",
10164
10164
  "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."
@@ -13691,6 +13691,10 @@
13691
13691
  "type": "boolean\n",
13692
13692
  "description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
13693
13693
  },
13694
+ "VTimePickerClock/rotate": {
13695
+ "type": "number\n",
13696
+ "description": "Controls rotation, specifying the degree of rotation for the clock hands."
13697
+ },
13694
13698
  "VTimePickerClock/ampm": {
13695
13699
  "type": "boolean\n",
13696
13700
  "description": "Displays time in a 12-hour format."
@@ -13707,14 +13711,14 @@
13707
13711
  "type": "Function\n",
13708
13712
  "description": "Specifies the format of the displayed time, either 12-hour or 24-hour, depending on the component's setup."
13709
13713
  },
13710
- "VTimePickerClock/rotate": {
13711
- "type": "number\n",
13712
- "description": "Controls rotation, specifying the degree of rotation for the clock hands."
13713
- },
13714
13714
  "VTimePickerClock/allowed-values": {
13715
13715
  "type": "(value: number) => boolean\n",
13716
13716
  "description": "Restricts which hours can be selected."
13717
13717
  },
13718
+ "VTimePickerControls/color": {
13719
+ "type": "string\n",
13720
+ "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)."
13721
+ },
13718
13722
  "VTimePickerControls/disabled": {
13719
13723
  "type": "boolean\n",
13720
13724
  "description": "Removes the ability to click or target the component."
@@ -13727,10 +13731,6 @@
13727
13731
  "type": "boolean\n",
13728
13732
  "description": "Makes the timepicker readonly."
13729
13733
  },
13730
- "VTimePickerControls/color": {
13731
- "type": "string\n",
13732
- "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)."
13733
- },
13734
13734
  "VTimePickerControls/view-mode": {
13735
13735
  "type": "'hour' | 'minute' | 'second'\n",
13736
13736
  "description": "The current view mode of the timepicker. Can be either `hour`, `minute`, or `second`."
@@ -13787,6 +13787,10 @@
13787
13787
  "type": "string\n",
13788
13788
  "description": "Color of the icon."
13789
13789
  },
13790
+ "VTimeline/side": {
13791
+ "type": "'start' | 'end'\n",
13792
+ "description": "Display all timeline items on one side of the timeline, either **start** or **end**."
13793
+ },
13790
13794
  "VTimeline/justify": {
13791
13795
  "type": "string\n",
13792
13796
  "description": "Places timeline line at the center or automatically on the left or right side."
@@ -13815,26 +13819,30 @@
13815
13819
  "type": "string | number\n",
13816
13820
  "description": "Specifies the distance between the line and the dot of timeline items."
13817
13821
  },
13818
- "VTimeline/side": {
13819
- "type": "'start' | 'end'\n",
13820
- "description": "Display all timeline items on one side of the timeline, either **start** or **end**."
13821
- },
13822
13822
  "VTimeline/truncate-line": {
13823
13823
  "type": "'start' | 'end' | 'both'\n",
13824
13824
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends."
13825
13825
  },
13826
- "VTimelineItem/icon": {
13827
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13828
- "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
13829
- },
13830
- "VTimelineItem/density": {
13831
- "type": "'default' | 'compact'\n",
13832
- "description": "Adjusts the vertical height used by the component."
13826
+ "VTimelineItem/tag": {
13827
+ "type": "string | (new () => any) | FunctionalComponent\n",
13828
+ "description": "Specify a custom tag used on the root element."
13833
13829
  },
13834
13830
  "VTimelineItem/height": {
13835
13831
  "type": "string | number\n",
13836
13832
  "description": "Sets the height for the component."
13837
13833
  },
13834
+ "VTimelineItem/size": {
13835
+ "type": "string | number\n",
13836
+ "description": "Size of the item dot"
13837
+ },
13838
+ "VTimelineItem/width": {
13839
+ "type": "string | number\n",
13840
+ "description": "Sets the width for the component."
13841
+ },
13842
+ "VTimelineItem/density": {
13843
+ "type": "'default' | 'compact'\n",
13844
+ "description": "Adjusts the vertical height used by the component."
13845
+ },
13838
13846
  "VTimelineItem/max-height": {
13839
13847
  "type": "string | number\n",
13840
13848
  "description": "Sets the maximum height for the component."
@@ -13851,10 +13859,6 @@
13851
13859
  "type": "string | number\n",
13852
13860
  "description": "Sets the minimum width for the component."
13853
13861
  },
13854
- "VTimelineItem/width": {
13855
- "type": "string | number\n",
13856
- "description": "Sets the width for the component."
13857
- },
13858
13862
  "VTimelineItem/elevation": {
13859
13863
  "type": "string | number\n",
13860
13864
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -13867,20 +13871,16 @@
13867
13871
  "type": "boolean\n",
13868
13872
  "description": "Removes any applied **border-radius** from the component."
13869
13873
  },
13870
- "VTimelineItem/tag": {
13871
- "type": "string | (new () => any) | FunctionalComponent\n",
13872
- "description": "Specify a custom tag used on the root element."
13873
- },
13874
- "VTimelineItem/size": {
13875
- "type": "string | number\n",
13876
- "description": "Size of the item dot"
13874
+ "VTimelineItem/icon": {
13875
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13876
+ "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
13877
13877
  },
13878
13878
  "VTimelineItem/icon-color": {
13879
13879
  "type": "string\n",
13880
13880
  "description": "Color of the icon."
13881
13881
  },
13882
13882
  "VTimelineItem/side": {
13883
- "type": "'end' | 'start'\n",
13883
+ "type": "'start' | 'end'\n",
13884
13884
  "description": "Show the item either **before** or **after** the timeline. This will override the implicit ordering of items, but will in turn be overridden by the `v-timeline` **single-side** prop."
13885
13885
  },
13886
13886
  "VTimelineItem/dot-color": {
@@ -13903,34 +13903,26 @@
13903
13903
  "type": "string | number\n",
13904
13904
  "description": "Specifies the distance between the line and the dot of the item."
13905
13905
  },
13906
- "VToolbar/flat": {
13907
- "type": "boolean\n",
13908
- "description": "Removes the toolbar's box-shadow."
13909
- },
13910
- "VToolbar/tag": {
13911
- "type": "string | (new () => any) | FunctionalComponent\n",
13912
- "description": "Specify a custom tag used on the root element."
13913
- },
13914
13906
  "VToolbar/title": {
13915
13907
  "type": "string\n",
13916
13908
  "description": "Specify a title text for the component."
13917
13909
  },
13918
- "VToolbar/height": {
13919
- "type": "string | number\n",
13920
- "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
13921
- },
13922
- "VToolbar/theme": {
13923
- "type": "string\n",
13924
- "description": "Specify a theme for this component and all of its children."
13910
+ "VToolbar/flat": {
13911
+ "type": "boolean\n",
13912
+ "description": "Removes the toolbar's box-shadow."
13925
13913
  },
13926
13914
  "VToolbar/border": {
13927
13915
  "type": "string | number | boolean\n",
13928
13916
  "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
13929
13917
  },
13930
13918
  "VToolbar/density": {
13931
- "type": "'default' | 'comfortable' | 'compact' | 'prominent'\n",
13919
+ "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
13932
13920
  "description": "Adjusts the vertical height used by the component."
13933
13921
  },
13922
+ "VToolbar/height": {
13923
+ "type": "string | number\n",
13924
+ "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
13925
+ },
13934
13926
  "VToolbar/elevation": {
13935
13927
  "type": "string | number\n",
13936
13928
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -13947,6 +13939,14 @@
13947
13939
  "type": "boolean\n",
13948
13940
  "description": "Removes any applied **border-radius** from the component."
13949
13941
  },
13942
+ "VToolbar/tag": {
13943
+ "type": "string | (new () => any) | FunctionalComponent\n",
13944
+ "description": "Specify a custom tag used on the root element."
13945
+ },
13946
+ "VToolbar/theme": {
13947
+ "type": "string\n",
13948
+ "description": "Specify a theme for this component and all of its children."
13949
+ },
13950
13950
  "VToolbar/color": {
13951
13951
  "type": "string\n",
13952
13952
  "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)."
@@ -13955,10 +13955,6 @@
13955
13955
  "type": "string\n",
13956
13956
  "description": "Specifies a [v-img](/components/images) as the component's background."
13957
13957
  },
13958
- "VToolbar/floating": {
13959
- "type": "boolean\n",
13960
- "description": "Applies **display: inline-flex** to the component."
13961
- },
13962
13958
  "VToolbar/collapse": {
13963
13959
  "type": "boolean\n",
13964
13960
  "description": "Puts the toolbar into a collapsed state reducing its maximum width."
@@ -13971,12 +13967,16 @@
13971
13967
  "type": "string | number\n",
13972
13968
  "description": "Specify an explicit height for the `extension` slot."
13973
13969
  },
13970
+ "VToolbar/floating": {
13971
+ "type": "boolean\n",
13972
+ "description": "Applies **display: inline-flex** to the component."
13973
+ },
13974
13974
  "VToolbarItems/color": {
13975
13975
  "type": "string\n",
13976
13976
  "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)."
13977
13977
  },
13978
13978
  "VToolbarItems/variant": {
13979
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13979
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13980
13980
  "description": "Applies a distinct style to the component."
13981
13981
  },
13982
13982
  "VToolbarTitle/text": {
@@ -13987,30 +13987,18 @@
13987
13987
  "type": "string | (new () => any) | FunctionalComponent\n",
13988
13988
  "description": "Specify a custom tag used on the root element."
13989
13989
  },
13990
- "VTooltip/disabled": {
13990
+ "VTooltip/text": {
13991
+ "type": "string\n",
13992
+ "description": "Specify content text for the component."
13993
+ },
13994
+ "VTooltip/model-value": {
13991
13995
  "type": "boolean\n",
13992
- "description": "Removes the ability to click or target the component."
13996
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13993
13997
  },
13994
13998
  "VTooltip/height": {
13995
13999
  "type": "string | number\n",
13996
14000
  "description": "Sets the height for the component."
13997
14001
  },
13998
- "VTooltip/width": {
13999
- "type": "string | number\n",
14000
- "description": "Sets the width for the component."
14001
- },
14002
- "VTooltip/id": {
14003
- "type": "string\n",
14004
- "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
14005
- },
14006
- "VTooltip/theme": {
14007
- "type": "string\n",
14008
- "description": "Specify a theme for this component and all of its children."
14009
- },
14010
- "VTooltip/text": {
14011
- "type": "string\n",
14012
- "description": "Specify content text for the component."
14013
- },
14014
14002
  "VTooltip/max-height": {
14015
14003
  "type": "string | number\n",
14016
14004
  "description": "Sets the maximum height for the component."
@@ -14027,17 +14015,29 @@
14027
14015
  "type": "string | number\n",
14028
14016
  "description": "Sets the minimum width for the component."
14029
14017
  },
14018
+ "VTooltip/width": {
14019
+ "type": "string | number\n",
14020
+ "description": "Sets the width for the component."
14021
+ },
14030
14022
  "VTooltip/location": {
14031
14023
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
14032
14024
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
14033
14025
  },
14034
- "VTooltip/model-value": {
14026
+ "VTooltip/theme": {
14027
+ "type": "string\n",
14028
+ "description": "Specify a theme for this component and all of its children."
14029
+ },
14030
+ "VTooltip/disabled": {
14035
14031
  "type": "boolean\n",
14036
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
14032
+ "description": "Removes the ability to click or target the component."
14037
14033
  },
14038
- "VTooltip/transition": {
14039
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
14040
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
14034
+ "VTooltip/id": {
14035
+ "type": "string\n",
14036
+ "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
14037
+ },
14038
+ "VTooltip/eager": {
14039
+ "type": "boolean\n",
14040
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
14041
14041
  },
14042
14042
  "VTooltip/activator": {
14043
14043
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
@@ -14107,10 +14107,6 @@
14107
14107
  "type": "string | number\n",
14108
14108
  "description": "Delay (in ms) after which tooltip opens (when `open-on-hover` prop is set to **true**)."
14109
14109
  },
14110
- "VTooltip/eager": {
14111
- "type": "boolean\n",
14112
- "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
14113
- },
14114
14110
  "VTooltip/location-strategy": {
14115
14111
  "type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L38-L42\" target=\"_blank\">LocationStrategyFunction</a>\n",
14116
14112
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -14124,9 +14120,13 @@
14124
14120
  "description": "Increases distance from the target. When passed as a pair of numbers, the second value shifts anchor along the side and away from the target."
14125
14121
  },
14126
14122
  "VTooltip/scroll-strategy": {
14127
- "type": "'close' | 'block' | 'none' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFunction</a>\n",
14123
+ "type": "'close' | 'none' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFunction</a>\n",
14128
14124
  "description": "Strategy used when the component is activate and user scrolls."
14129
14125
  },
14126
+ "VTooltip/transition": {
14127
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
14128
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
14129
+ },
14130
14130
  "VTooltip/attach": {
14131
14131
  "type": "string | boolean | Element\n",
14132
14132
  "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
@@ -14139,22 +14139,54 @@
14139
14139
  "type": "string\n",
14140
14140
  "description": "The search model for filtering results."
14141
14141
  },
14142
+ "VTreeview/tag": {
14143
+ "type": "string | (new () => any) | FunctionalComponent\n",
14144
+ "description": "Specify a custom tag used on the root element."
14145
+ },
14146
+ "VTreeview/activated": {
14147
+ "type": "any\n",
14148
+ "description": "Array of ids of activated nodes."
14149
+ },
14150
+ "VTreeview/disabled": {
14151
+ "type": "boolean\n",
14152
+ "description": "Disables selection for all nodes."
14153
+ },
14154
+ "VTreeview/height": {
14155
+ "type": "string | number\n",
14156
+ "description": "Sets the height for the component."
14157
+ },
14158
+ "VTreeview/width": {
14159
+ "type": "string | number\n",
14160
+ "description": "Sets the width for the component."
14161
+ },
14162
+ "VTreeview/theme": {
14163
+ "type": "string\n",
14164
+ "description": "Specify a theme for this component and all of its children."
14165
+ },
14166
+ "VTreeview/items": {
14167
+ "type": "unknown[]\n",
14168
+ "description": "An array of items used to build the treeview."
14169
+ },
14170
+ "VTreeview/active-color": {
14171
+ "type": "string\n",
14172
+ "description": "Deprecated, use `color` instead."
14173
+ },
14174
+ "VTreeview/base-color": {
14175
+ "type": "string\n",
14176
+ "description": "Sets the color of component when not focused."
14177
+ },
14178
+ "VTreeview/slim": {
14179
+ "type": "boolean\n",
14180
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
14181
+ },
14142
14182
  "VTreeview/border": {
14143
14183
  "type": "string | number | boolean\n",
14144
14184
  "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
14145
14185
  },
14146
- "VTreeview/model-value": {
14147
- "type": "unknown[]\n",
14148
- "description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`"
14149
- },
14150
14186
  "VTreeview/density": {
14151
14187
  "type": "'default' | 'comfortable' | 'compact'\n",
14152
14188
  "description": "Adjusts the vertical height used by the component."
14153
14189
  },
14154
- "VTreeview/height": {
14155
- "type": "string | number\n",
14156
- "description": "Sets the height for the component."
14157
- },
14158
14190
  "VTreeview/max-height": {
14159
14191
  "type": "string | number\n",
14160
14192
  "description": "Sets the maximum height for the component."
@@ -14171,10 +14203,6 @@
14171
14203
  "type": "string | number\n",
14172
14204
  "description": "Sets the minimum width for the component."
14173
14205
  },
14174
- "VTreeview/width": {
14175
- "type": "string | number\n",
14176
- "description": "Sets the width for the component."
14177
- },
14178
14206
  "VTreeview/elevation": {
14179
14207
  "type": "string | number\n",
14180
14208
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -14187,33 +14215,77 @@
14187
14215
  "type": "boolean\n",
14188
14216
  "description": "Removes any applied **border-radius** from the component."
14189
14217
  },
14190
- "VTreeview/tag": {
14191
- "type": "string | (new () => any) | FunctionalComponent\n",
14192
- "description": "Specify a custom tag used on the root element."
14193
- },
14194
- "VTreeview/theme": {
14195
- "type": "string\n",
14196
- "description": "Specify a theme for this component and all of its children."
14197
- },
14198
14218
  "VTreeview/color": {
14199
14219
  "type": "string\n",
14200
14220
  "description": "Applies specified color to the active node - 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)."
14201
14221
  },
14202
14222
  "VTreeview/variant": {
14203
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
14223
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
14204
14224
  "description": "Applies a distinct style to the component."
14205
14225
  },
14206
- "VTreeview/activated": {
14207
- "type": "any\n",
14208
- "description": "Array of ids of activated nodes."
14226
+ "VTreeview/model-value": {
14227
+ "type": "unknown[]\n",
14228
+ "description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`"
14209
14229
  },
14210
- "VTreeview/disabled": {
14211
- "type": "boolean\n",
14212
- "description": "Disables selection for all nodes."
14230
+ "VTreeview/bg-color": {
14231
+ "type": "string\n",
14232
+ "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)."
14213
14233
  },
14214
- "VTreeview/filter-mode": {
14215
- "type": "'every' | 'some' | 'union' | 'intersection'\n",
14216
- "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
14234
+ "VTreeview/lines": {
14235
+ "type": "false | 'one' | 'two' | 'three'\n",
14236
+ "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
14237
+ },
14238
+ "VTreeview/mandatory": {
14239
+ "type": "boolean\n",
14240
+ "description": "Forces at least one item to always be selected (if available)."
14241
+ },
14242
+ "VTreeview/open-on-click": {
14243
+ "type": "boolean\n",
14244
+ "description": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active."
14245
+ },
14246
+ "VTreeview/active-class": {
14247
+ "type": "string\n",
14248
+ "description": "The class applied to the component when it is in an active state."
14249
+ },
14250
+ "VTreeview/selected": {
14251
+ "type": "any\n",
14252
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
14253
+ },
14254
+ "VTreeview/indeterminate-icon": {
14255
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14256
+ "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
14257
+ },
14258
+ "VTreeview/false-icon": {
14259
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14260
+ "description": "The icon used when inactive."
14261
+ },
14262
+ "VTreeview/true-icon": {
14263
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14264
+ "description": "The icon used when active."
14265
+ },
14266
+ "VTreeview/value-comparator": {
14267
+ "type": "(a: any, b: any) => boolean\n",
14268
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
14269
+ },
14270
+ "VTreeview/fluid": {
14271
+ "type": "boolean\n",
14272
+ "description": "Removes indentation from nested items."
14273
+ },
14274
+ "VTreeview/item-value": {
14275
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L83-L87\" target=\"_blank\">SelectItemKey</a>\n",
14276
+ "description": "Property on supplied `items` that contains its value."
14277
+ },
14278
+ "VTreeview/return-object": {
14279
+ "type": "boolean\n",
14280
+ "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
14281
+ },
14282
+ "VTreeview/select-strategy": {
14283
+ "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | 'trunk'\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",
14284
+ "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.\n- **trunk**: Same as classic but if all of a node's children are selected then only that node will be added to the model."
14285
+ },
14286
+ "VTreeview/filter-mode": {
14287
+ "type": "'every' | 'some' | 'union' | 'intersection'\n",
14288
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
14217
14289
  },
14218
14290
  "VTreeview/no-filter": {
14219
14291
  "type": "boolean\n",
@@ -14231,21 +14303,9 @@
14231
14303
  "type": "string | string[]\n",
14232
14304
  "description": "Array of specific keys to filter on the item."
14233
14305
  },
14234
- "VTreeview/base-color": {
14235
- "type": "string\n",
14236
- "description": "Sets the color of component when not focused."
14237
- },
14238
- "VTreeview/active-color": {
14239
- "type": "string\n",
14240
- "description": "Deprecated, use `color` instead."
14241
- },
14242
- "VTreeview/active-class": {
14243
- "type": "string\n",
14244
- "description": "The class applied to the component when it is in an active state."
14245
- },
14246
- "VTreeview/bg-color": {
14247
- "type": "string\n",
14248
- "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)."
14306
+ "VTreeview/opened": {
14307
+ "type": "any\n",
14308
+ "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
14249
14309
  },
14250
14310
  "VTreeview/filterable": {
14251
14311
  "type": "boolean\n",
@@ -14259,14 +14319,6 @@
14259
14319
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14260
14320
  "description": "Icon to display when the list item is expanded."
14261
14321
  },
14262
- "VTreeview/lines": {
14263
- "type": "false | 'one' | 'two' | 'three'\n",
14264
- "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
14265
- },
14266
- "VTreeview/slim": {
14267
- "type": "boolean\n",
14268
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
14269
- },
14270
14322
  "VTreeview/activatable": {
14271
14323
  "type": "boolean\n",
14272
14324
  "description": "Allows user to mark a node as active by clicking on it."
@@ -14275,38 +14327,14 @@
14275
14327
  "type": "boolean\n",
14276
14328
  "description": "Will render a checkbox next to each node allowing them to be selected. Additionally, the **[openOnClick](/api/v-treeview/#props-open-on-click)** property will be applied internally."
14277
14329
  },
14278
- "VTreeview/opened": {
14279
- "type": "any\n",
14280
- "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
14281
- },
14282
- "VTreeview/selected": {
14283
- "type": "any\n",
14284
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
14285
- },
14286
- "VTreeview/mandatory": {
14287
- "type": "boolean\n",
14288
- "description": "Forces at least one item to always be selected (if available)."
14289
- },
14290
14330
  "VTreeview/active-strategy": {
14291
14331
  "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",
14292
14332
  "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."
14293
14333
  },
14294
- "VTreeview/select-strategy": {
14295
- "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | 'trunk'\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",
14296
- "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.\n- **trunk**: Same as classic but if all of a node's children are selected then only that node will be added to the model."
14297
- },
14298
- "VTreeview/items": {
14299
- "type": "unknown[]\n",
14300
- "description": "An array of items used to build the treeview."
14301
- },
14302
14334
  "VTreeview/item-title": {
14303
14335
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L83-L87\" target=\"_blank\">SelectItemKey</a>\n",
14304
14336
  "description": "Property on supplied `items` that contains its title."
14305
14337
  },
14306
- "VTreeview/item-value": {
14307
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L83-L87\" target=\"_blank\">SelectItemKey</a>\n",
14308
- "description": "Property on supplied `items` that contains its value."
14309
- },
14310
14338
  "VTreeview/item-children": {
14311
14339
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L83-L87\" target=\"_blank\">SelectItemKey</a>\n",
14312
14340
  "description": "Property on supplied `items` that contains its children."
@@ -14315,30 +14343,6 @@
14315
14343
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L83-L87\" target=\"_blank\">SelectItemKey</a>\n",
14316
14344
  "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
14317
14345
  },
14318
- "VTreeview/return-object": {
14319
- "type": "boolean\n",
14320
- "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
14321
- },
14322
- "VTreeview/value-comparator": {
14323
- "type": "(a: any, b: any) => boolean\n",
14324
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
14325
- },
14326
- "VTreeview/open-on-click": {
14327
- "type": "boolean\n",
14328
- "description": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active."
14329
- },
14330
- "VTreeview/fluid": {
14331
- "type": "boolean\n",
14332
- "description": "Removes indentation from nested items."
14333
- },
14334
- "VTreeview/false-icon": {
14335
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14336
- "description": "The icon used when inactive."
14337
- },
14338
- "VTreeview/true-icon": {
14339
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14340
- "description": "The icon used when active."
14341
- },
14342
14346
  "VTreeview/open-all": {
14343
14347
  "type": "boolean\n",
14344
14348
  "description": "When `true` will cause all branch nodes to be opened when component is mounted."
@@ -14347,10 +14351,6 @@
14347
14351
  "type": "string\n",
14348
14352
  "description": "Icon used when node is in a loading state."
14349
14353
  },
14350
- "VTreeview/indeterminate-icon": {
14351
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14352
- "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
14353
- },
14354
14354
  "VTreeview/selected-color": {
14355
14355
  "type": "string\n",
14356
14356
  "description": "The color of the selection checkbox."
@@ -14359,41 +14359,29 @@
14359
14359
  "type": "(item: unknown) => Promise<void>\n",
14360
14360
  "description": "A function used when dynamically loading children. If this prop is set, then the supplied function will be run if expanding an item that has a `item-children` property that is an empty array. Supports returning a Promise."
14361
14361
  },
14362
+ "VTreeviewGroup/title": {
14363
+ "type": "string\n",
14364
+ "description": "Specify a title text for the component."
14365
+ },
14362
14366
  "VTreeviewGroup/tag": {
14363
14367
  "type": "string | (new () => any) | FunctionalComponent\n",
14364
14368
  "description": "Specify a custom tag used on the root element."
14365
14369
  },
14366
- "VTreeviewGroup/title": {
14370
+ "VTreeviewGroup/color": {
14367
14371
  "type": "string\n",
14368
- "description": "Specify a title text for the component."
14372
+ "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)."
14369
14373
  },
14370
14374
  "VTreeviewGroup/value": {
14371
14375
  "type": "any\n",
14372
14376
  "description": "Expands / Collapse the list-group."
14373
14377
  },
14374
- "VTreeviewGroup/active-color": {
14375
- "type": "string\n",
14376
- "description": "Deprecated, use `color` instead."
14377
- },
14378
14378
  "VTreeviewGroup/base-color": {
14379
14379
  "type": "string\n",
14380
14380
  "description": "Sets the color of component when not focused."
14381
14381
  },
14382
- "VTreeviewGroup/prepend-icon": {
14383
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14384
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
14385
- },
14386
- "VTreeviewGroup/append-icon": {
14387
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14388
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
14389
- },
14390
- "VTreeviewGroup/color": {
14382
+ "VTreeviewGroup/active-color": {
14391
14383
  "type": "string\n",
14392
- "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)."
14393
- },
14394
- "VTreeviewGroup/fluid": {
14395
- "type": "boolean\n",
14396
- "description": "Removes indentation from nested items."
14384
+ "description": "Deprecated, use `color` instead."
14397
14385
  },
14398
14386
  "VTreeviewGroup/expand-icon": {
14399
14387
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -14403,13 +14391,21 @@
14403
14391
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14404
14392
  "description": "Icon to display when the list item is expanded."
14405
14393
  },
14394
+ "VTreeviewGroup/append-icon": {
14395
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14396
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
14397
+ },
14398
+ "VTreeviewGroup/prepend-icon": {
14399
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14400
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
14401
+ },
14406
14402
  "VTreeviewGroup/raw-id": {
14407
14403
  "type": "string | number\n",
14408
14404
  "description": "Defines the root element's id attribute in the component. If it is provided, the id attribute will be dynamically generated in the format: \"v-list-group--id-[rawId]\"."
14409
14405
  },
14410
- "VTreeviewItem/title": {
14411
- "type": "string | number | boolean\n",
14412
- "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
14406
+ "VTreeviewGroup/fluid": {
14407
+ "type": "boolean\n",
14408
+ "description": "Removes indentation from nested items."
14413
14409
  },
14414
14410
  "VTreeviewItem/replace": {
14415
14411
  "type": "boolean\n",
@@ -14419,6 +14415,66 @@
14419
14415
  "type": "boolean\n",
14420
14416
  "description": "Designates that the component is a link. This is automatic when using the href or to prop."
14421
14417
  },
14418
+ "VTreeviewItem/tag": {
14419
+ "type": "string | (new () => any) | FunctionalComponent\n",
14420
+ "description": "Specify a custom tag used on the root element."
14421
+ },
14422
+ "VTreeviewItem/nav": {
14423
+ "type": "boolean\n",
14424
+ "description": "Reduces the width of v-list-item takes and adds a border radius."
14425
+ },
14426
+ "VTreeviewItem/title": {
14427
+ "type": "string | number | boolean\n",
14428
+ "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
14429
+ },
14430
+ "VTreeviewItem/disabled": {
14431
+ "type": "boolean\n",
14432
+ "description": "Removes the ability to click or target the component."
14433
+ },
14434
+ "VTreeviewItem/height": {
14435
+ "type": "string | number\n",
14436
+ "description": "Sets the height for the component."
14437
+ },
14438
+ "VTreeviewItem/value": {
14439
+ "type": "any\n",
14440
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
14441
+ },
14442
+ "VTreeviewItem/width": {
14443
+ "type": "string | number\n",
14444
+ "description": "Sets the width for the component."
14445
+ },
14446
+ "VTreeviewItem/theme": {
14447
+ "type": "string\n",
14448
+ "description": "Specify a theme for this component and all of its children."
14449
+ },
14450
+ "VTreeviewItem/active": {
14451
+ "type": "boolean\n",
14452
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
14453
+ },
14454
+ "VTreeviewItem/active-color": {
14455
+ "type": "string\n",
14456
+ "description": "Deprecated, use `color` instead."
14457
+ },
14458
+ "VTreeviewItem/base-color": {
14459
+ "type": "string\n",
14460
+ "description": "Sets the color of component when not focused."
14461
+ },
14462
+ "VTreeviewItem/prepend-icon": {
14463
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14464
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
14465
+ },
14466
+ "VTreeviewItem/append-icon": {
14467
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14468
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
14469
+ },
14470
+ "VTreeviewItem/slim": {
14471
+ "type": "boolean\n",
14472
+ "description": "Reduces the vertical padding or height of the v-treeview-item, making it more compact."
14473
+ },
14474
+ "VTreeviewItem/ripple": {
14475
+ "type": "boolean | { class: string; keys: number[] }\n",
14476
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
14477
+ },
14422
14478
  "VTreeviewItem/border": {
14423
14479
  "type": "string | number | boolean\n",
14424
14480
  "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
@@ -14427,10 +14483,6 @@
14427
14483
  "type": "'default' | 'comfortable' | 'compact'\n",
14428
14484
  "description": "Adjusts the vertical height used by the component."
14429
14485
  },
14430
- "VTreeviewItem/height": {
14431
- "type": "string | number\n",
14432
- "description": "Sets the height for the component."
14433
- },
14434
14486
  "VTreeviewItem/max-height": {
14435
14487
  "type": "string | number\n",
14436
14488
  "description": "Sets the maximum height for the component."
@@ -14447,14 +14499,14 @@
14447
14499
  "type": "string | number\n",
14448
14500
  "description": "Sets the minimum width for the component."
14449
14501
  },
14450
- "VTreeviewItem/width": {
14451
- "type": "string | number\n",
14452
- "description": "Sets the width for the component."
14453
- },
14454
14502
  "VTreeviewItem/elevation": {
14455
14503
  "type": "string | number\n",
14456
14504
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
14457
14505
  },
14506
+ "VTreeviewItem/loading": {
14507
+ "type": "boolean\n",
14508
+ "description": "Places the v-treeview-item into a loading state."
14509
+ },
14458
14510
  "VTreeviewItem/rounded": {
14459
14511
  "type": "string | number | boolean\n",
14460
14512
  "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)."
@@ -14463,89 +14515,37 @@
14463
14515
  "type": "boolean\n",
14464
14516
  "description": "Removes any applied **border-radius** from the component."
14465
14517
  },
14466
- "VTreeviewItem/tag": {
14467
- "type": "string | (new () => any) | FunctionalComponent\n",
14468
- "description": "Specify a custom tag used on the root element."
14469
- },
14470
- "VTreeviewItem/theme": {
14471
- "type": "string\n",
14472
- "description": "Specify a theme for this component and all of its children."
14473
- },
14474
- "VTreeviewItem/color": {
14518
+ "VTreeviewItem/href": {
14475
14519
  "type": "string\n",
14476
- "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - 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),"
14477
- },
14478
- "VTreeviewItem/variant": {
14479
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
14480
- "description": "Applies a distinct style to the component."
14481
- },
14482
- "VTreeviewItem/disabled": {
14483
- "type": "boolean\n",
14484
- "description": "Removes the ability to click or target the component."
14485
- },
14486
- "VTreeviewItem/value": {
14487
- "type": "any\n",
14488
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
14520
+ "description": "Designates the component as anchor and applies the **href** attribute."
14489
14521
  },
14490
14522
  "VTreeviewItem/exact": {
14491
14523
  "type": "boolean\n",
14492
14524
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
14493
14525
  },
14494
- "VTreeviewItem/subtitle": {
14495
- "type": "string | number | boolean\n",
14496
- "description": "Specify a subtitle text for the component."
14497
- },
14498
- "VTreeviewItem/base-color": {
14499
- "type": "string\n",
14500
- "description": "Sets the color of component when not focused."
14526
+ "VTreeviewItem/to": {
14527
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
14528
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
14501
14529
  },
14502
- "VTreeviewItem/active-color": {
14530
+ "VTreeviewItem/color": {
14503
14531
  "type": "string\n",
14504
- "description": "Deprecated, use `color` instead."
14532
+ "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - 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),"
14505
14533
  },
14506
- "VTreeviewItem/active-class": {
14507
- "type": "string\n",
14508
- "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
14534
+ "VTreeviewItem/variant": {
14535
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
14536
+ "description": "Applies a distinct style to the component."
14509
14537
  },
14510
14538
  "VTreeviewItem/lines": {
14511
14539
  "type": "false | 'one' | 'two' | 'three'\n",
14512
14540
  "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
14513
14541
  },
14514
- "VTreeviewItem/slim": {
14515
- "type": "boolean\n",
14516
- "description": "Reduces the vertical padding or height of the v-treeview-item, making it more compact."
14517
- },
14518
- "VTreeviewItem/nav": {
14519
- "type": "boolean\n",
14520
- "description": "Reduces the width of v-list-item takes and adds a border radius."
14521
- },
14522
- "VTreeviewItem/append-icon": {
14523
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14524
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
14525
- },
14526
- "VTreeviewItem/prepend-icon": {
14527
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14528
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
14529
- },
14530
- "VTreeviewItem/active": {
14531
- "type": "boolean\n",
14532
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
14533
- },
14534
- "VTreeviewItem/loading": {
14535
- "type": "boolean\n",
14536
- "description": "Places the v-treeview-item into a loading state."
14537
- },
14538
- "VTreeviewItem/href": {
14542
+ "VTreeviewItem/active-class": {
14539
14543
  "type": "string\n",
14540
- "description": "Designates the component as anchor and applies the **href** attribute."
14541
- },
14542
- "VTreeviewItem/to": {
14543
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
14544
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
14544
+ "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
14545
14545
  },
14546
- "VTreeviewItem/ripple": {
14547
- "type": "boolean | { class: string; keys: number[] }\n",
14548
- "description": "Applies the [v-ripple](/directives/ripple) directive."
14546
+ "VTreeviewItem/subtitle": {
14547
+ "type": "string | number | boolean\n",
14548
+ "description": "Specify a subtitle text for the component."
14549
14549
  },
14550
14550
  "VTreeviewItem/append-avatar": {
14551
14551
  "type": "string\n",
@@ -14559,29 +14559,25 @@
14559
14559
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14560
14560
  "description": "Allows customization of the icon used to toggle the expansion and collapse of treeview branches."
14561
14561
  },
14562
- "VValidation/name": {
14563
- "type": "string\n",
14564
- "description": "Sets the component's name attribute."
14562
+ "VValidation/model-value": {
14563
+ "type": "unknown\n",
14564
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
14565
14565
  },
14566
14566
  "VValidation/error": {
14567
14567
  "type": "boolean\n",
14568
14568
  "description": "Puts the input in a manual error state."
14569
14569
  },
14570
- "VValidation/label": {
14570
+ "VValidation/name": {
14571
14571
  "type": "string\n",
14572
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
14572
+ "description": "Sets the component's name attribute."
14573
14573
  },
14574
14574
  "VValidation/disabled": {
14575
14575
  "type": "boolean\n",
14576
14576
  "description": "Removes the ability to click or target the component."
14577
14577
  },
14578
- "VValidation/readonly": {
14579
- "type": "boolean\n",
14580
- "description": "Puts input in readonly state."
14581
- },
14582
- "VValidation/model-value": {
14583
- "type": "unknown\n",
14584
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
14578
+ "VValidation/label": {
14579
+ "type": "string\n",
14580
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
14585
14581
  },
14586
14582
  "VValidation/error-messages": {
14587
14583
  "type": "string | string[]\n",
@@ -14591,6 +14587,10 @@
14591
14587
  "type": "string | number\n",
14592
14588
  "description": "Control the maximum number of shown errors from validation."
14593
14589
  },
14590
+ "VValidation/readonly": {
14591
+ "type": "boolean\n",
14592
+ "description": "Puts input in readonly state."
14593
+ },
14594
14594
  "VValidation/rules": {
14595
14595
  "type": "(\n | string\n | boolean\n | PromiseLike<ValidationResult>\n | ((value: any) => string | false | true)\n | ((value: any) => PromiseLike<ValidationResult>)\n | [string, any, string]\n)[]\n",
14596
14596
  "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`."
@@ -14611,14 +14611,6 @@
14611
14611
  "type": "string | number\n",
14612
14612
  "description": "Height of the component as a css value/"
14613
14613
  },
14614
- "VVirtualScroll/width": {
14615
- "type": "string | number\n",
14616
- "description": "Sets the width for the component."
14617
- },
14618
- "VVirtualScroll/items": {
14619
- "type": "unknown[]\n",
14620
- "description": "The array of items to display."
14621
- },
14622
14614
  "VVirtualScroll/max-height": {
14623
14615
  "type": "string | number\n",
14624
14616
  "description": "Sets the maximum height for the component."
@@ -14635,6 +14627,18 @@
14635
14627
  "type": "string | number\n",
14636
14628
  "description": "Sets the minimum width for the component."
14637
14629
  },
14630
+ "VVirtualScroll/width": {
14631
+ "type": "string | number\n",
14632
+ "description": "Sets the width for the component."
14633
+ },
14634
+ "VVirtualScroll/items": {
14635
+ "type": "unknown[]\n",
14636
+ "description": "The array of items to display."
14637
+ },
14638
+ "VVirtualScroll/renderless": {
14639
+ "type": "boolean\n",
14640
+ "description": "Disables default component rendering functionality. The parent node must be [a positioned element](https://developer.mozilla.org/en-US/docs/Web/CSS/position#types_of_positioning), e.g. using `position: relative;`"
14641
+ },
14638
14642
  "VVirtualScroll/item-height": {
14639
14643
  "type": "string | number\n",
14640
14644
  "description": "Height in pixels of each item to display."
@@ -14643,33 +14647,25 @@
14643
14647
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L83-L87\" target=\"_blank\">SelectItemKey</a>\n",
14644
14648
  "description": "Should point to a property with a unique value for each item, if not set then item index will be used as a key which may result in unnecessary re-renders."
14645
14649
  },
14646
- "VVirtualScroll/renderless": {
14647
- "type": "boolean\n",
14648
- "description": "Disables default component rendering functionality. The parent node must be [a positioned element](https://developer.mozilla.org/en-US/docs/Web/CSS/position#types_of_positioning), e.g. using `position: relative;`"
14649
- },
14650
- "VWindow/tag": {
14651
- "type": "string | (new () => any) | FunctionalComponent\n",
14652
- "description": "Specify a custom tag used on the root element."
14650
+ "VWindow/model-value": {
14651
+ "type": "unknown\n",
14652
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
14653
14653
  },
14654
14654
  "VWindow/reverse": {
14655
14655
  "type": "boolean\n",
14656
14656
  "description": "Reverse the normal transition direction."
14657
14657
  },
14658
- "VWindow/disabled": {
14659
- "type": "boolean\n",
14660
- "description": "Removes the ability to click or target the component."
14658
+ "VWindow/tag": {
14659
+ "type": "string | (new () => any) | FunctionalComponent\n",
14660
+ "description": "Specify a custom tag used on the root element."
14661
14661
  },
14662
14662
  "VWindow/theme": {
14663
14663
  "type": "string\n",
14664
14664
  "description": "Specify a theme for this component and all of its children."
14665
14665
  },
14666
- "VWindow/selected-class": {
14667
- "type": "string\n",
14668
- "description": "Configure the active CSS class applied when an item is selected."
14669
- },
14670
- "VWindow/model-value": {
14671
- "type": "unknown\n",
14672
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
14666
+ "VWindow/disabled": {
14667
+ "type": "boolean\n",
14668
+ "description": "Removes the ability to click or target the component."
14673
14669
  },
14674
14670
  "VWindow/mandatory": {
14675
14671
  "type": "boolean | 'force'\n",
@@ -14687,14 +14683,18 @@
14687
14683
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14688
14684
  "description": "Icon used for the \"prev\" button if `show-arrows` is `true`."
14689
14685
  },
14690
- "VWindow/continuous": {
14691
- "type": "boolean\n",
14692
- "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last."
14686
+ "VWindow/selected-class": {
14687
+ "type": "string\n",
14688
+ "description": "Configure the active CSS class applied when an item is selected."
14693
14689
  },
14694
14690
  "VWindow/show-arrows": {
14695
14691
  "type": "string | boolean\n",
14696
14692
  "description": "Display the \"next\" and \"prev\" buttons."
14697
14693
  },
14694
+ "VWindow/continuous": {
14695
+ "type": "boolean\n",
14696
+ "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last."
14697
+ },
14698
14698
  "VWindow/touch": {
14699
14699
  "type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>\n",
14700
14700
  "description": "Provide a custom **left** and **right** function when swiped left or right."
@@ -14711,20 +14711,20 @@
14711
14711
  "type": "any\n",
14712
14712
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
14713
14713
  },
14714
- "VWindowItem/eager": {
14715
- "type": "boolean\n",
14716
- "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
14714
+ "VWindowItem/selected-class": {
14715
+ "type": "string\n",
14716
+ "description": "Configure the active CSS class applied when an item is selected."
14717
14717
  },
14718
14718
  "VWindowItem/transition": {
14719
14719
  "type": "string | boolean\n",
14720
14720
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
14721
14721
  },
14722
+ "VWindowItem/eager": {
14723
+ "type": "boolean\n",
14724
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
14725
+ },
14722
14726
  "VWindowItem/reverse-transition": {
14723
14727
  "type": "string | boolean\n",
14724
14728
  "description": "Sets the reverse transition."
14725
- },
14726
- "VWindowItem/selected-class": {
14727
- "type": "string\n",
14728
- "description": "Configure the active CSS class applied when an item is selected."
14729
14729
  }
14730
14730
  }