@vuetify/nightly 3.8.3-master.2025-05-03 → 3.8.3-master.2025-05-04

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.
@@ -7067,18 +7067,10 @@
7067
7067
  "type": "string\n",
7068
7068
  "description": "Configure the active CSS class applied when an item is selected."
7069
7069
  },
7070
- "VItemGroup/model-value": {
7071
- "type": "unknown\n",
7072
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7073
- },
7074
7070
  "VItemGroup/tag": {
7075
7071
  "type": "string | (new () => any) | FunctionalComponent\n",
7076
7072
  "description": "Specify a custom tag used on the root element."
7077
7073
  },
7078
- "VItemGroup/theme": {
7079
- "type": "string\n",
7080
- "description": "Specify a theme for this component and all of its children."
7081
- },
7082
7074
  "VItemGroup/disabled": {
7083
7075
  "type": "boolean\n",
7084
7076
  "description": "Puts all children components into a disabled state."
@@ -7091,30 +7083,50 @@
7091
7083
  "type": "boolean\n",
7092
7084
  "description": "Allows one to select multiple items."
7093
7085
  },
7094
- "VItemGroup/mandatory": {
7095
- "type": "boolean | 'force'\n",
7096
- "description": "Forces at least one item to always be selected (if available)."
7086
+ "VItemGroup/theme": {
7087
+ "type": "string\n",
7088
+ "description": "Specify a theme for this component and all of its children."
7089
+ },
7090
+ "VItemGroup/model-value": {
7091
+ "type": "unknown\n",
7092
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7097
7093
  },
7098
7094
  "VItemGroup/selected-class": {
7099
7095
  "type": "string\n",
7100
7096
  "description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
7101
7097
  },
7098
+ "VItemGroup/mandatory": {
7099
+ "type": "boolean | 'force'\n",
7100
+ "description": "Forces at least one item to always be selected (if available)."
7101
+ },
7102
7102
  "VKbd/tag": {
7103
7103
  "type": "string\n",
7104
7104
  "description": "Specify a custom tag used on the root element."
7105
7105
  },
7106
- "VLabel/theme": {
7107
- "type": "string\n",
7108
- "description": "Specify a theme for this component and all of its children."
7109
- },
7110
7106
  "VLabel/text": {
7111
7107
  "type": "string\n",
7112
7108
  "description": "Specify content text for the component."
7113
7109
  },
7110
+ "VLabel/theme": {
7111
+ "type": "string\n",
7112
+ "description": "Specify a theme for this component and all of its children."
7113
+ },
7114
7114
  "VLayout/height": {
7115
7115
  "type": "string | number\n",
7116
7116
  "description": "Sets the height for the component."
7117
7117
  },
7118
+ "VLayout/width": {
7119
+ "type": "string | number\n",
7120
+ "description": "Sets the width for the component."
7121
+ },
7122
+ "VLayout/full-height": {
7123
+ "type": "boolean\n",
7124
+ "description": "Sets the component height to 100%."
7125
+ },
7126
+ "VLayout/overlaps": {
7127
+ "type": "string[]\n",
7128
+ "description": "**FOR INTERNAL USE ONLY**"
7129
+ },
7118
7130
  "VLayout/max-height": {
7119
7131
  "type": "string | number\n",
7120
7132
  "description": "Sets the maximum height for the component."
@@ -7131,18 +7143,6 @@
7131
7143
  "type": "string | number\n",
7132
7144
  "description": "Sets the minimum width for the component."
7133
7145
  },
7134
- "VLayout/width": {
7135
- "type": "string | number\n",
7136
- "description": "Sets the width for the component."
7137
- },
7138
- "VLayout/full-height": {
7139
- "type": "boolean\n",
7140
- "description": "Sets the component height to 100%."
7141
- },
7142
- "VLayout/overlaps": {
7143
- "type": "string[]\n",
7144
- "description": "**FOR INTERNAL USE ONLY**"
7145
- },
7146
7146
  "VLayoutItem/name": {
7147
7147
  "type": "string\n",
7148
7148
  "description": "Assign a specific name for layout registration."
@@ -7215,49 +7215,37 @@
7215
7215
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7216
7216
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
7217
7217
  },
7218
- "VList/tag": {
7219
- "type": "string | (new () => any) | FunctionalComponent\n",
7220
- "description": "Specify a custom tag used on the root element."
7221
- },
7222
- "VList/nav": {
7223
- "type": "boolean\n",
7224
- "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
7225
- },
7226
- "VList/activated": {
7227
- "type": "any\n",
7228
- "description": "Array of ids of activated nodes."
7218
+ "VList/border": {
7219
+ "type": "string | number | boolean\n",
7220
+ "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
7221
  },
7230
- "VList/disabled": {
7231
- "type": "boolean\n",
7232
- "description": "Puts all children inputs into a disabled state."
7222
+ "VList/density": {
7223
+ "type": "'default' | 'comfortable' | 'compact'\n",
7224
+ "description": "Adjusts the vertical height used by the component."
7233
7225
  },
7234
7226
  "VList/height": {
7235
7227
  "type": "string | number\n",
7236
7228
  "description": "Sets the height for the component."
7237
7229
  },
7238
- "VList/width": {
7230
+ "VList/max-height": {
7239
7231
  "type": "string | number\n",
7240
- "description": "Sets the width for the component."
7241
- },
7242
- "VList/theme": {
7243
- "type": "string\n",
7244
- "description": "Specify a theme for this component and all of its children."
7232
+ "description": "Sets the maximum height for the component."
7245
7233
  },
7246
- "VList/items": {
7247
- "type": "any[]\n",
7248
- "description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props."
7234
+ "VList/max-width": {
7235
+ "type": "string | number\n",
7236
+ "description": "Sets the maximum width for the component."
7249
7237
  },
7250
- "VList/color": {
7251
- "type": "string\n",
7252
- "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)."
7238
+ "VList/min-height": {
7239
+ "type": "string | number\n",
7240
+ "description": "Sets the minimum height for the component."
7253
7241
  },
7254
- "VList/density": {
7255
- "type": "'default' | 'comfortable' | 'compact'\n",
7256
- "description": "Adjusts the vertical height used by the component."
7242
+ "VList/min-width": {
7243
+ "type": "string | number\n",
7244
+ "description": "Sets the minimum width for the component."
7257
7245
  },
7258
- "VList/border": {
7259
- "type": "string | number | boolean\n",
7260
- "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)."
7246
+ "VList/width": {
7247
+ "type": "string | number\n",
7248
+ "description": "Sets the width for the component."
7261
7249
  },
7262
7250
  "VList/elevation": {
7263
7251
  "type": "string | number\n",
@@ -7271,98 +7259,94 @@
7271
7259
  "type": "boolean\n",
7272
7260
  "description": "Removes any applied **border-radius** from the component."
7273
7261
  },
7274
- "VList/active-color": {
7262
+ "VList/tag": {
7263
+ "type": "string | (new () => any) | FunctionalComponent\n",
7264
+ "description": "Specify a custom tag used on the root element."
7265
+ },
7266
+ "VList/theme": {
7275
7267
  "type": "string\n",
7276
- "description": "The applied color when the component is in an active state."
7268
+ "description": "Specify a theme for this component and all of its children."
7277
7269
  },
7278
- "VList/base-color": {
7270
+ "VList/color": {
7279
7271
  "type": "string\n",
7280
- "description": "Sets the color of component when not focused."
7272
+ "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)."
7281
7273
  },
7282
- "VList/slim": {
7283
- "type": "boolean\n",
7284
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
7274
+ "VList/variant": {
7275
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7276
+ "description": "Applies a distinct style to the component."
7285
7277
  },
7286
- "VList/max-height": {
7287
- "type": "string | number\n",
7288
- "description": "Sets the maximum height for the component."
7278
+ "VList/activated": {
7279
+ "type": "any\n",
7280
+ "description": "Array of ids of activated nodes."
7289
7281
  },
7290
- "VList/max-width": {
7291
- "type": "string | number\n",
7292
- "description": "Sets the maximum width for the component."
7282
+ "VList/disabled": {
7283
+ "type": "boolean\n",
7284
+ "description": "Puts all children inputs into a disabled state."
7293
7285
  },
7294
- "VList/min-height": {
7295
- "type": "string | number\n",
7296
- "description": "Sets the minimum height for the component."
7286
+ "VList/base-color": {
7287
+ "type": "string\n",
7288
+ "description": "Sets the color of component when not focused."
7297
7289
  },
7298
- "VList/min-width": {
7299
- "type": "string | number\n",
7300
- "description": "Sets the minimum width for the component."
7290
+ "VList/active-color": {
7291
+ "type": "string\n",
7292
+ "description": "The applied color when the component is in an active state."
7301
7293
  },
7302
- "VList/variant": {
7303
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7304
- "description": "Applies a distinct style to the component."
7294
+ "VList/active-class": {
7295
+ "type": "string\n",
7296
+ "description": "The class applied to the component when it is in an active state."
7305
7297
  },
7306
7298
  "VList/bg-color": {
7307
7299
  "type": "string\n",
7308
7300
  "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)."
7309
7301
  },
7302
+ "VList/expand-icon": {
7303
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7304
+ "description": "Icon to display when the list item is collapsed."
7305
+ },
7306
+ "VList/collapse-icon": {
7307
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7308
+ "description": "Icon to display when the list item is expanded."
7309
+ },
7310
7310
  "VList/lines": {
7311
7311
  "type": "false | 'one' | 'two' | 'three'\n",
7312
7312
  "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."
7313
7313
  },
7314
- "VList/mandatory": {
7314
+ "VList/slim": {
7315
7315
  "type": "boolean\n",
7316
- "description": "Forces at least one item to always be selected (if available)."
7317
- },
7318
- "VList/active-class": {
7319
- "type": "string\n",
7320
- "description": "The class applied to the component when it is in an active state."
7321
- },
7322
- "VList/selected": {
7323
- "type": "unknown\n",
7324
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7325
- },
7326
- "VList/value-comparator": {
7327
- "type": "(a: any, b: any) => boolean\n",
7328
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7316
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
7329
7317
  },
7330
- "VList/item-value": {
7331
- "type": "SelectItemKey<any>\n",
7332
- "description": "Property on supplied `items` that contains its value."
7318
+ "VList/nav": {
7319
+ "type": "boolean\n",
7320
+ "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
7333
7321
  },
7334
- "VList/return-object": {
7322
+ "VList/activatable": {
7335
7323
  "type": "boolean\n",
7336
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
7324
+ "description": "Designates whether the list items are activatable."
7337
7325
  },
7338
- "VList/select-strategy": {
7339
- "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",
7340
- "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."
7326
+ "VList/selectable": {
7327
+ "type": "boolean\n",
7328
+ "description": "Designates whether the list items are selectable."
7341
7329
  },
7342
7330
  "VList/opened": {
7343
7331
  "type": "unknown\n",
7344
7332
  "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
7345
7333
  },
7346
- "VList/expand-icon": {
7347
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7348
- "description": "Icon to display when the list item is collapsed."
7349
- },
7350
- "VList/collapse-icon": {
7351
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7352
- "description": "Icon to display when the list item is expanded."
7353
- },
7354
- "VList/activatable": {
7355
- "type": "boolean\n",
7356
- "description": "Designates whether the list items are activatable."
7334
+ "VList/selected": {
7335
+ "type": "unknown\n",
7336
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7357
7337
  },
7358
- "VList/selectable": {
7338
+ "VList/mandatory": {
7359
7339
  "type": "boolean\n",
7360
- "description": "Designates whether the list items are selectable."
7340
+ "description": "Forces at least one item to always be selected (if available)."
7361
7341
  },
7362
7342
  "VList/active-strategy": {
7363
7343
  "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",
7364
7344
  "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."
7365
7345
  },
7346
+ "VList/select-strategy": {
7347
+ "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",
7348
+ "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."
7349
+ },
7366
7350
  "VList/open-strategy": {
7367
7351
  "type": "'list' | 'multiple' | 'single' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
7368
7352
  "description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected."
@@ -7371,10 +7355,18 @@
7371
7355
  "type": "string\n",
7372
7356
  "description": "Designates the key on the supplied items that is used for determining the nodes type."
7373
7357
  },
7358
+ "VList/items": {
7359
+ "type": "any[]\n",
7360
+ "description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props."
7361
+ },
7374
7362
  "VList/item-title": {
7375
7363
  "type": "SelectItemKey<any>\n",
7376
7364
  "description": "Property on supplied `items` that contains its title."
7377
7365
  },
7366
+ "VList/item-value": {
7367
+ "type": "SelectItemKey<any>\n",
7368
+ "description": "Property on supplied `items` that contains its value."
7369
+ },
7378
7370
  "VList/item-children": {
7379
7371
  "type": "SelectItemKey<any>\n",
7380
7372
  "description": "Property on supplied `items` that contains its children."
@@ -7383,50 +7375,58 @@
7383
7375
  "type": "SelectItemKey<any>\n",
7384
7376
  "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."
7385
7377
  },
7386
- "VListGroup/title": {
7387
- "type": "string\n",
7388
- "description": "Specify a title text for the component."
7378
+ "VList/return-object": {
7379
+ "type": "boolean\n",
7380
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
7381
+ },
7382
+ "VList/value-comparator": {
7383
+ "type": "(a: any, b: any) => boolean\n",
7384
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7389
7385
  },
7390
7386
  "VListGroup/tag": {
7391
7387
  "type": "string | (new () => any) | FunctionalComponent\n",
7392
7388
  "description": "Specify a custom tag used on the root element."
7393
7389
  },
7394
- "VListGroup/color": {
7390
+ "VListGroup/title": {
7395
7391
  "type": "string\n",
7396
- "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)."
7392
+ "description": "Specify a title text for the component."
7397
7393
  },
7398
7394
  "VListGroup/value": {
7399
7395
  "type": "any\n",
7400
7396
  "description": "Expands / Collapse the list-group."
7401
7397
  },
7402
- "VListGroup/base-color": {
7398
+ "VListGroup/color": {
7403
7399
  "type": "string\n",
7404
- "description": "Sets the color of component when not focused."
7400
+ "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)."
7405
7401
  },
7406
7402
  "VListGroup/active-color": {
7407
7403
  "type": "string\n",
7408
7404
  "description": "The applied color when the component is in an active state."
7409
7405
  },
7410
- "VListGroup/expand-icon": {
7411
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7412
- "description": "Icon to display when the list item is collapsed."
7406
+ "VListGroup/base-color": {
7407
+ "type": "string\n",
7408
+ "description": "Sets the color of component when not focused."
7413
7409
  },
7414
- "VListGroup/collapse-icon": {
7415
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7416
- "description": "Icon to display when the list item is expanded."
7410
+ "VListGroup/prepend-icon": {
7411
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7412
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7417
7413
  },
7418
7414
  "VListGroup/append-icon": {
7419
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7415
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7420
7416
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7421
7417
  },
7422
- "VListGroup/prepend-icon": {
7423
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7424
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7425
- },
7426
7418
  "VListGroup/fluid": {
7427
7419
  "type": "boolean\n",
7428
7420
  "description": "Removes the left padding assigned for action icons from group items."
7429
7421
  },
7422
+ "VListGroup/collapse-icon": {
7423
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7424
+ "description": "Icon to display when the list item is expanded."
7425
+ },
7426
+ "VListGroup/expand-icon": {
7427
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7428
+ "description": "Icon to display when the list item is collapsed."
7429
+ },
7430
7430
  "VListGroup/subgroup": {
7431
7431
  "type": "boolean\n",
7432
7432
  "description": "Designate the component as nested list group."
@@ -7435,10 +7435,6 @@
7435
7435
  "type": "string\n",
7436
7436
  "description": "Specify a custom tag used on the root element."
7437
7437
  },
7438
- "VListItem/title": {
7439
- "type": "string | number | boolean\n",
7440
- "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."
7441
- },
7442
7438
  "VListItem/replace": {
7443
7439
  "type": "boolean\n",
7444
7440
  "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
@@ -7447,37 +7443,49 @@
7447
7443
  "type": "boolean\n",
7448
7444
  "description": "Designates that the component is a link. This is automatic when using the href or to prop."
7449
7445
  },
7450
- "VListItem/border": {
7446
+ "VListItem/tag": {
7447
+ "type": "string | (new () => any) | FunctionalComponent\n",
7448
+ "description": "Specify a custom tag used on the root element."
7449
+ },
7450
+ "VListItem/nav": {
7451
+ "type": "boolean\n",
7452
+ "description": "Reduces the width v-list-item takes up as well as adding a border radius."
7453
+ },
7454
+ "VListItem/title": {
7451
7455
  "type": "string | number | boolean\n",
7452
- "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)."
7456
+ "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."
7453
7457
  },
7454
- "VListItem/density": {
7455
- "type": "'default' | 'comfortable' | 'compact'\n",
7456
- "description": "Adjusts the vertical height used by the component."
7458
+ "VListItem/disabled": {
7459
+ "type": "boolean\n",
7460
+ "description": "Removes the ability to click or target the component."
7457
7461
  },
7458
7462
  "VListItem/height": {
7459
7463
  "type": "string | number\n",
7460
7464
  "description": "Sets the height for the component."
7461
7465
  },
7462
- "VListItem/max-height": {
7463
- "type": "string | number\n",
7464
- "description": "Sets the maximum height for the component."
7466
+ "VListItem/value": {
7467
+ "type": "any\n",
7468
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
7465
7469
  },
7466
- "VListItem/max-width": {
7470
+ "VListItem/width": {
7467
7471
  "type": "string | number\n",
7468
- "description": "Sets the maximum width for the component."
7472
+ "description": "Sets the width for the component."
7469
7473
  },
7470
- "VListItem/min-height": {
7471
- "type": "string | number\n",
7472
- "description": "Sets the minimum height for the component."
7474
+ "VListItem/theme": {
7475
+ "type": "string\n",
7476
+ "description": "Specify a theme for this component and all of its children."
7473
7477
  },
7474
- "VListItem/min-width": {
7475
- "type": "string | number\n",
7476
- "description": "Sets the minimum width for the component."
7478
+ "VListItem/color": {
7479
+ "type": "string\n",
7480
+ "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),"
7477
7481
  },
7478
- "VListItem/width": {
7479
- "type": "string | number\n",
7480
- "description": "Sets the width for the component."
7482
+ "VListItem/density": {
7483
+ "type": "'default' | 'comfortable' | 'compact'\n",
7484
+ "description": "Adjusts the vertical height used by the component."
7485
+ },
7486
+ "VListItem/border": {
7487
+ "type": "string | number | boolean\n",
7488
+ "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)."
7481
7489
  },
7482
7490
  "VListItem/elevation": {
7483
7491
  "type": "string | number\n",
@@ -7491,85 +7499,77 @@
7491
7499
  "type": "boolean\n",
7492
7500
  "description": "Removes any applied **border-radius** from the component."
7493
7501
  },
7494
- "VListItem/tag": {
7495
- "type": "string | (new () => any) | FunctionalComponent\n",
7496
- "description": "Specify a custom tag used on the root element."
7497
- },
7498
- "VListItem/theme": {
7499
- "type": "string\n",
7500
- "description": "Specify a theme for this component and all of its children."
7501
- },
7502
- "VListItem/color": {
7503
- "type": "string\n",
7504
- "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),"
7505
- },
7506
- "VListItem/variant": {
7507
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7508
- "description": "Applies a distinct style to the component."
7509
- },
7510
- "VListItem/disabled": {
7511
- "type": "boolean\n",
7512
- "description": "Removes the ability to click or target the component."
7513
- },
7514
- "VListItem/value": {
7515
- "type": "any\n",
7516
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
7517
- },
7518
- "VListItem/exact": {
7502
+ "VListItem/active": {
7519
7503
  "type": "boolean\n",
7520
- "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."
7521
- },
7522
- "VListItem/subtitle": {
7523
- "type": "string | number | boolean\n",
7524
- "description": "Specify a subtitle text for the component."
7525
- },
7526
- "VListItem/base-color": {
7527
- "type": "string\n",
7528
- "description": "Sets the color of component when not focused."
7504
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7529
7505
  },
7530
7506
  "VListItem/active-color": {
7531
7507
  "type": "string\n",
7532
7508
  "description": "The applied color when the component is in an active state."
7533
7509
  },
7534
- "VListItem/active-class": {
7510
+ "VListItem/base-color": {
7535
7511
  "type": "string\n",
7536
- "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."
7512
+ "description": "Sets the color of component when not focused."
7537
7513
  },
7538
- "VListItem/lines": {
7539
- "type": "false | 'one' | 'two' | 'three'\n",
7540
- "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
7514
+ "VListItem/prepend-icon": {
7515
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7516
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
7517
+ },
7518
+ "VListItem/append-icon": {
7519
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7520
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7541
7521
  },
7542
7522
  "VListItem/slim": {
7543
7523
  "type": "boolean\n",
7544
7524
  "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
7545
7525
  },
7546
- "VListItem/nav": {
7547
- "type": "boolean\n",
7548
- "description": "Reduces the width v-list-item takes up as well as adding a border radius."
7526
+ "VListItem/ripple": {
7527
+ "type": "boolean | { class: string }\n",
7528
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
7549
7529
  },
7550
- "VListItem/append-icon": {
7551
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7552
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7530
+ "VListItem/max-height": {
7531
+ "type": "string | number\n",
7532
+ "description": "Sets the maximum height for the component."
7553
7533
  },
7554
- "VListItem/prepend-icon": {
7555
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7556
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
7534
+ "VListItem/max-width": {
7535
+ "type": "string | number\n",
7536
+ "description": "Sets the maximum width for the component."
7557
7537
  },
7558
- "VListItem/active": {
7559
- "type": "boolean\n",
7560
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7538
+ "VListItem/min-height": {
7539
+ "type": "string | number\n",
7540
+ "description": "Sets the minimum height for the component."
7541
+ },
7542
+ "VListItem/min-width": {
7543
+ "type": "string | number\n",
7544
+ "description": "Sets the minimum width for the component."
7561
7545
  },
7562
7546
  "VListItem/href": {
7563
7547
  "type": "string\n",
7564
7548
  "description": "Designates the component as anchor and applies the **href** attribute."
7565
7549
  },
7550
+ "VListItem/exact": {
7551
+ "type": "boolean\n",
7552
+ "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."
7553
+ },
7566
7554
  "VListItem/to": {
7567
7555
  "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
7568
7556
  "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."
7569
7557
  },
7570
- "VListItem/ripple": {
7571
- "type": "boolean | { class: string }\n",
7572
- "description": "Applies the [v-ripple](/directives/ripple) directive."
7558
+ "VListItem/variant": {
7559
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7560
+ "description": "Applies a distinct style to the component."
7561
+ },
7562
+ "VListItem/lines": {
7563
+ "type": "false | 'one' | 'two' | 'three'\n",
7564
+ "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
7565
+ },
7566
+ "VListItem/active-class": {
7567
+ "type": "string\n",
7568
+ "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."
7569
+ },
7570
+ "VListItem/subtitle": {
7571
+ "type": "string | number | boolean\n",
7572
+ "description": "Specify a subtitle text for the component."
7573
7573
  },
7574
7574
  "VListItem/append-avatar": {
7575
7575
  "type": "string\n",
@@ -7579,29 +7579,29 @@
7579
7579
  "type": "string\n",
7580
7580
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
7581
7581
  },
7582
- "VListItemAction/tag": {
7583
- "type": "string | (new () => any) | FunctionalComponent\n",
7584
- "description": "Specify a custom tag used on the root element."
7582
+ "VListItemAction/end": {
7583
+ "type": "boolean\n",
7584
+ "description": "Applies margin at the start of the component."
7585
7585
  },
7586
7586
  "VListItemAction/start": {
7587
7587
  "type": "boolean\n",
7588
7588
  "description": "Applies margin at the end of the component."
7589
7589
  },
7590
- "VListItemAction/end": {
7591
- "type": "boolean\n",
7592
- "description": "Applies margin at the start of the component."
7593
- },
7594
- "VListItemMedia/tag": {
7590
+ "VListItemAction/tag": {
7595
7591
  "type": "string | (new () => any) | FunctionalComponent\n",
7596
7592
  "description": "Specify a custom tag used on the root element."
7597
7593
  },
7594
+ "VListItemMedia/end": {
7595
+ "type": "boolean\n",
7596
+ "description": "Applies margin at the start of the component."
7597
+ },
7598
7598
  "VListItemMedia/start": {
7599
7599
  "type": "boolean\n",
7600
7600
  "description": "Applies margin at the end of the component."
7601
7601
  },
7602
- "VListItemMedia/end": {
7603
- "type": "boolean\n",
7604
- "description": "Applies margin at the start of the component."
7602
+ "VListItemMedia/tag": {
7603
+ "type": "string | (new () => any) | FunctionalComponent\n",
7604
+ "description": "Specify a custom tag used on the root element."
7605
7605
  },
7606
7606
  "VListItemSubtitle/tag": {
7607
7607
  "type": "string | (new () => any) | FunctionalComponent\n",
@@ -7615,22 +7615,22 @@
7615
7615
  "type": "string\n",
7616
7616
  "description": "Specify a custom tag used on the root element."
7617
7617
  },
7618
- "VListSubheader/title": {
7619
- "type": "string\n",
7620
- "description": "Specify a title text for the component."
7621
- },
7622
- "VListSubheader/sticky": {
7623
- "type": "boolean\n",
7624
- "description": "Sticks the header to the top of the table."
7625
- },
7626
7618
  "VListSubheader/tag": {
7627
7619
  "type": "string | (new () => any) | FunctionalComponent\n",
7628
7620
  "description": "Specify a custom tag used on the root element."
7629
7621
  },
7622
+ "VListSubheader/title": {
7623
+ "type": "string\n",
7624
+ "description": "Specify a title text for the component."
7625
+ },
7630
7626
  "VListSubheader/color": {
7631
7627
  "type": "string\n",
7632
7628
  "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)."
7633
7629
  },
7630
+ "VListSubheader/sticky": {
7631
+ "type": "boolean\n",
7632
+ "description": "Sticks the header to the top of the table."
7633
+ },
7634
7634
  "VListSubheader/inset": {
7635
7635
  "type": "boolean\n",
7636
7636
  "description": "Insets the subheader without additional spacing, aligning it flush with the surrounding content."
@@ -9815,18 +9815,6 @@
9815
9815
  "type": "unknown\n",
9816
9816
  "description": "**FOR INTERNAL USE ONLY**"
9817
9817
  },
9818
- "VSelect/item-title": {
9819
- "type": "SelectItemKey<any>\n",
9820
- "description": "Property on supplied `items` that contains its title."
9821
- },
9822
- "VSelect/item-children": {
9823
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L82-L86\" target=\"_blank\">SelectItemKey</a>\n",
9824
- "description": "This property currently has **no effect**."
9825
- },
9826
- "VSelect/item-props": {
9827
- "type": "SelectItemKey<any>\n",
9828
- "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."
9829
- },
9830
9818
  "VSelect/chips": {
9831
9819
  "type": "boolean\n",
9832
9820
  "description": "Changes display of selections to chips."
@@ -9851,6 +9839,18 @@
9851
9839
  "type": "unknown\n",
9852
9840
  "description": "Pass props through to the `v-list` component. Accepts an object with anything from [v-list](/api/v-list/#props) props, camelCase keys are recommended."
9853
9841
  },
9842
+ "VSelect/item-title": {
9843
+ "type": "SelectItemKey<any>\n",
9844
+ "description": "Property on supplied `items` that contains its title."
9845
+ },
9846
+ "VSelect/item-children": {
9847
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L82-L86\" target=\"_blank\">SelectItemKey</a>\n",
9848
+ "description": "This property currently has **no effect**."
9849
+ },
9850
+ "VSelect/item-props": {
9851
+ "type": "SelectItemKey<any>\n",
9852
+ "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."
9853
+ },
9854
9854
  "VSelect/menu-icon": {
9855
9855
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
9856
9856
  "description": "Sets the the spin icon."
@@ -10847,6 +10847,10 @@
10847
10847
  "type": "'trend' | 'bar'\n",
10848
10848
  "description": "Choose between a trendline or bars."
10849
10849
  },
10850
+ "VSparkline/model-value": {
10851
+ "type": "(string | number | { value: number })[]\n",
10852
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10853
+ },
10850
10854
  "VSparkline/fill": {
10851
10855
  "type": "boolean\n",
10852
10856
  "description": "Using the **fill** property allows you to better customize the look and feel of your sparkline."
@@ -10855,6 +10859,14 @@
10855
10859
  "type": "string | number\n",
10856
10860
  "description": "Height of the SVG trendline or bars."
10857
10861
  },
10862
+ "VSparkline/width": {
10863
+ "type": "string | number\n",
10864
+ "description": "Width of the SVG trendline or bars."
10865
+ },
10866
+ "VSparkline/color": {
10867
+ "type": "string\n",
10868
+ "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)."
10869
+ },
10858
10870
  "VSparkline/labels": {
10859
10871
  "type": "(string | number | { value: number })[]\n",
10860
10872
  "description": "An array of string labels that correspond to the same index as its data counterpart."
@@ -10867,30 +10879,18 @@
10867
10879
  "type": "string | number\n",
10868
10880
  "description": "The minimum value of the sparkline."
10869
10881
  },
10870
- "VSparkline/width": {
10871
- "type": "string | number\n",
10872
- "description": "Width of the SVG trendline or bars."
10873
- },
10874
10882
  "VSparkline/id": {
10875
10883
  "type": "string\n",
10876
10884
  "description": "The id of the component."
10877
10885
  },
10878
- "VSparkline/model-value": {
10879
- "type": "(string | number | { value: number })[]\n",
10880
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10881
- },
10882
- "VSparkline/color": {
10886
+ "VSparkline/item-value": {
10883
10887
  "type": "string\n",
10884
- "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)."
10888
+ "description": "The value of the item."
10885
10889
  },
10886
10890
  "VSparkline/gradient": {
10887
10891
  "type": "string[]\n",
10888
10892
  "description": "An array of colors to use as a linear-gradient."
10889
10893
  },
10890
- "VSparkline/item-value": {
10891
- "type": "string\n",
10892
- "description": "The value of the item."
10893
- },
10894
10894
  "VSparkline/auto-line-width": {
10895
10895
  "type": "boolean\n",
10896
10896
  "description": "Automatically expand bars to use space efficiently."
@@ -10908,7 +10908,7 @@
10908
10908
  "description": "The easing function to use for the trace animation."
10909
10909
  },
10910
10910
  "VSparkline/gradient-direction": {
10911
- "type": "'top' | 'left' | 'right' | 'bottom'\n",
10911
+ "type": "'top' | 'bottom' | 'left' | 'right'\n",
10912
10912
  "description": "The direction the gradient should run."
10913
10913
  },
10914
10914
  "VSparkline/label-size": {
@@ -10931,14 +10931,34 @@
10931
10931
  "type": "string | number | boolean\n",
10932
10932
  "description": "Number of px to use as a corner radius. `true` defaults to 8, `false` is 0."
10933
10933
  },
10934
- "VSpeedDial/model-value": {
10934
+ "VSpeedDial/disabled": {
10935
10935
  "type": "boolean\n",
10936
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10936
+ "description": "Removes the ability to click or target the component."
10937
10937
  },
10938
10938
  "VSpeedDial/height": {
10939
10939
  "type": "string | number\n",
10940
10940
  "description": "Sets the height for the component."
10941
10941
  },
10942
+ "VSpeedDial/width": {
10943
+ "type": "string | number\n",
10944
+ "description": "Sets the width for the component."
10945
+ },
10946
+ "VSpeedDial/id": {
10947
+ "type": "string\n",
10948
+ "description": "The unique identifier of the component."
10949
+ },
10950
+ "VSpeedDial/theme": {
10951
+ "type": "string\n",
10952
+ "description": "Specify a theme for this component and all of its children."
10953
+ },
10954
+ "VSpeedDial/model-value": {
10955
+ "type": "boolean\n",
10956
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10957
+ },
10958
+ "VSpeedDial/location": {
10959
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
10960
+ "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
10961
+ },
10942
10962
  "VSpeedDial/max-height": {
10943
10963
  "type": "string | number\n",
10944
10964
  "description": "Sets the maximum height for the component."
@@ -10955,38 +10975,14 @@
10955
10975
  "type": "string | number\n",
10956
10976
  "description": "Sets the minimum width for the component."
10957
10977
  },
10958
- "VSpeedDial/width": {
10959
- "type": "string | number\n",
10960
- "description": "Sets the width for the component."
10961
- },
10962
- "VSpeedDial/location": {
10963
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
10964
- "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
10965
- },
10966
- "VSpeedDial/theme": {
10967
- "type": "string\n",
10968
- "description": "Specify a theme for this component and all of its children."
10969
- },
10970
- "VSpeedDial/disabled": {
10971
- "type": "boolean\n",
10972
- "description": "Removes the ability to click or target the component."
10973
- },
10974
- "VSpeedDial/id": {
10975
- "type": "string\n",
10976
- "description": "The unique identifier of the component."
10977
- },
10978
- "VSpeedDial/eager": {
10979
- "type": "boolean\n",
10980
- "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."
10978
+ "VSpeedDial/transition": {
10979
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
10980
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
10981
10981
  },
10982
10982
  "VSpeedDial/activator": {
10983
10983
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
10984
10984
  "description": "Explicitly sets the overlay's activator."
10985
10985
  },
10986
- "VSpeedDial/submenu": {
10987
- "type": "boolean\n",
10988
- "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
10989
- },
10990
10986
  "VSpeedDial/close-on-back": {
10991
10987
  "type": "boolean\n",
10992
10988
  "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
@@ -11055,6 +11051,10 @@
11055
11051
  "type": "string | number\n",
11056
11052
  "description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop."
11057
11053
  },
11054
+ "VSpeedDial/eager": {
11055
+ "type": "boolean\n",
11056
+ "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."
11057
+ },
11058
11058
  "VSpeedDial/location-strategy": {
11059
11059
  "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",
11060
11060
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -11068,72 +11068,64 @@
11068
11068
  "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."
11069
11069
  },
11070
11070
  "VSpeedDial/scroll-strategy": {
11071
- "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",
11071
+ "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",
11072
11072
  "description": "Strategy used when the component is activate and user scrolls."
11073
11073
  },
11074
- "VSpeedDial/transition": {
11075
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
11076
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
11077
- },
11078
11074
  "VSpeedDial/attach": {
11079
11075
  "type": "string | boolean | Element\n",
11080
11076
  "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."
11081
11077
  },
11078
+ "VSpeedDial/submenu": {
11079
+ "type": "boolean\n",
11080
+ "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
11081
+ },
11082
11082
  "VStepper/flat": {
11083
11083
  "type": "boolean\n",
11084
11084
  "description": "Removes the stepper's elevation."
11085
11085
  },
11086
- "VStepper/tag": {
11087
- "type": "string | (new () => any) | FunctionalComponent\n",
11088
- "description": "Specify a custom tag used on the root element."
11086
+ "VStepper/border": {
11087
+ "type": "string | number | boolean\n",
11088
+ "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)."
11089
11089
  },
11090
- "VStepper/disabled": {
11091
- "type": "boolean\n",
11092
- "description": "Puts all children components into a disabled state."
11090
+ "VStepper/model-value": {
11091
+ "type": "any\n",
11092
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11093
11093
  },
11094
11094
  "VStepper/height": {
11095
11095
  "type": "string | number\n",
11096
11096
  "description": "Sets the height for the component."
11097
11097
  },
11098
- "VStepper/max": {
11099
- "type": "number\n",
11100
- "description": "Sets a maximum number of selections that can be made."
11098
+ "VStepper/max-height": {
11099
+ "type": "string | number\n",
11100
+ "description": "Sets the maximum height for the component."
11101
11101
  },
11102
- "VStepper/multiple": {
11103
- "type": "boolean\n",
11104
- "description": "Allows one to select multiple items."
11102
+ "VStepper/max-width": {
11103
+ "type": "string | number\n",
11104
+ "description": "Sets the maximum width for the component."
11105
11105
  },
11106
- "VStepper/width": {
11106
+ "VStepper/min-height": {
11107
11107
  "type": "string | number\n",
11108
- "description": "Sets the width for the component."
11108
+ "description": "Sets the minimum height for the component."
11109
11109
  },
11110
- "VStepper/theme": {
11111
- "type": "string\n",
11112
- "description": "Specify a theme for this component and all of its children."
11110
+ "VStepper/min-width": {
11111
+ "type": "string | number\n",
11112
+ "description": "Sets the minimum width for the component."
11113
11113
  },
11114
- "VStepper/items": {
11115
- "type": "(string | Record<string, any>)[]\n",
11116
- "description": "An array of strings or objects used for automatically generating children components."
11114
+ "VStepper/width": {
11115
+ "type": "string | number\n",
11116
+ "description": "Sets the width for the component."
11117
11117
  },
11118
- "VStepper/model-value": {
11119
- "type": "any\n",
11120
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11118
+ "VStepper/elevation": {
11119
+ "type": "string | number\n",
11120
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11121
11121
  },
11122
11122
  "VStepper/location": {
11123
11123
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
11124
11124
  "description": "Specifies the component's location. Can combine by using a space separated string."
11125
11125
  },
11126
- "VStepper/color": {
11127
- "type": "string\n",
11128
- "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)."
11129
- },
11130
- "VStepper/border": {
11131
- "type": "string | number | boolean\n",
11132
- "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)."
11133
- },
11134
- "VStepper/elevation": {
11135
- "type": "string | number\n",
11136
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11126
+ "VStepper/position": {
11127
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
11128
+ "description": "Sets the position for the component."
11137
11129
  },
11138
11130
  "VStepper/rounded": {
11139
11131
  "type": "string | number | boolean\n",
@@ -11143,68 +11135,76 @@
11143
11135
  "type": "boolean\n",
11144
11136
  "description": "Removes any applied **border-radius** from the component."
11145
11137
  },
11146
- "VStepper/max-height": {
11147
- "type": "string | number\n",
11148
- "description": "Sets the maximum height for the component."
11138
+ "VStepper/tag": {
11139
+ "type": "string | (new () => any) | FunctionalComponent\n",
11140
+ "description": "Specify a custom tag used on the root element."
11149
11141
  },
11150
- "VStepper/max-width": {
11151
- "type": "string | number\n",
11152
- "description": "Sets the maximum width for the component."
11142
+ "VStepper/theme": {
11143
+ "type": "string\n",
11144
+ "description": "Specify a theme for this component and all of its children."
11153
11145
  },
11154
- "VStepper/min-height": {
11155
- "type": "string | number\n",
11156
- "description": "Sets the minimum height for the component."
11146
+ "VStepper/color": {
11147
+ "type": "string\n",
11148
+ "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)."
11157
11149
  },
11158
- "VStepper/min-width": {
11159
- "type": "string | number\n",
11160
- "description": "Sets the minimum width for the component."
11150
+ "VStepper/disabled": {
11151
+ "type": "boolean\n",
11152
+ "description": "Puts all children components into a disabled state."
11161
11153
  },
11162
- "VStepper/selected-class": {
11163
- "type": "string\n",
11164
- "description": "Configure the active CSS class applied when an item is selected."
11154
+ "VStepper/max": {
11155
+ "type": "number\n",
11156
+ "description": "Sets a maximum number of selections that can be made."
11165
11157
  },
11166
- "VStepper/position": {
11167
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
11168
- "description": "Sets the position for the component."
11158
+ "VStepper/multiple": {
11159
+ "type": "boolean\n",
11160
+ "description": "Allows one to select multiple items."
11169
11161
  },
11170
11162
  "VStepper/bg-color": {
11171
11163
  "type": "string\n",
11172
11164
  "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)."
11173
11165
  },
11174
- "VStepper/mobile": {
11175
- "type": "boolean\n",
11176
- "description": "Forces the stepper into a mobile state, removing labels from stepper items."
11177
- },
11178
- "VStepper/mobile-breakpoint": {
11179
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
11180
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
11181
- },
11182
11166
  "VStepper/mandatory": {
11183
11167
  "type": "boolean | 'force'\n",
11184
11168
  "description": "Forces at least one item to always be selected (if available)."
11185
11169
  },
11186
- "VStepper/hide-actions": {
11187
- "type": "boolean\n",
11188
- "description": "Hide actions bar (prev and next buttons)."
11170
+ "VStepper/items": {
11171
+ "type": "(string | Record<string, any>)[]\n",
11172
+ "description": "An array of strings or objects used for automatically generating children components."
11173
+ },
11174
+ "VStepper/item-title": {
11175
+ "type": "string\n",
11176
+ "description": "Property on supplied `items` that contains its title."
11189
11177
  },
11190
11178
  "VStepper/item-value": {
11191
11179
  "type": "string\n",
11192
11180
  "description": "Property on supplied `items` that contains its value."
11193
11181
  },
11194
- "VStepper/item-title": {
11182
+ "VStepper/mobile": {
11183
+ "type": "boolean\n",
11184
+ "description": "Forces the stepper into a mobile state, removing labels from stepper items."
11185
+ },
11186
+ "VStepper/selected-class": {
11195
11187
  "type": "string\n",
11196
- "description": "Property on supplied `items` that contains its title."
11188
+ "description": "Configure the active CSS class applied when an item is selected."
11189
+ },
11190
+ "VStepper/hide-actions": {
11191
+ "type": "boolean\n",
11192
+ "description": "Hide actions bar (prev and next buttons)."
11193
+ },
11194
+ "VStepper/mobile-breakpoint": {
11195
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
11196
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
11197
11197
  },
11198
11198
  "VStepper/alt-labels": {
11199
11199
  "type": "boolean\n",
11200
11200
  "description": "Places the labels beneath the step."
11201
11201
  },
11202
11202
  "VStepper/complete-icon": {
11203
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11203
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11204
11204
  "description": "Icon to display when step is marked as completed."
11205
11205
  },
11206
11206
  "VStepper/edit-icon": {
11207
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11207
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11208
11208
  "description": "Icon to display when step is editable."
11209
11209
  },
11210
11210
  "VStepper/editable": {
@@ -11212,7 +11212,7 @@
11212
11212
  "description": "Marks step as editable."
11213
11213
  },
11214
11214
  "VStepper/error-icon": {
11215
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11215
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11216
11216
  "description": "Icon to display when step has an error."
11217
11217
  },
11218
11218
  "VStepper/non-linear": {
@@ -11227,14 +11227,14 @@
11227
11227
  "type": "string\n",
11228
11228
  "description": "The text used for the Next button."
11229
11229
  },
11230
+ "VStepperActions/disabled": {
11231
+ "type": "boolean | 'prev' | 'next'\n",
11232
+ "description": "Removes the ability to click or target the component."
11233
+ },
11230
11234
  "VStepperActions/color": {
11231
11235
  "type": "string\n",
11232
11236
  "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)."
11233
11237
  },
11234
- "VStepperActions/disabled": {
11235
- "type": "boolean | 'next' | 'prev'\n",
11236
- "description": "Removes the ability to click or target the component."
11237
- },
11238
11238
  "VStepperActions/prev-text": {
11239
11239
  "type": "string\n",
11240
11240
  "description": "The text used for the Prev button."
@@ -11247,13 +11247,21 @@
11247
11247
  "type": "string\n",
11248
11248
  "description": "Specify a custom tag used on the root element."
11249
11249
  },
11250
+ "VStepperItem/title": {
11251
+ "type": "string\n",
11252
+ "description": "Specify a title text for the component."
11253
+ },
11254
+ "VStepperItem/icon": {
11255
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11256
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11257
+ },
11250
11258
  "VStepperItem/error": {
11251
11259
  "type": "boolean\n",
11252
11260
  "description": "Puts the stepper item in a manual error state."
11253
11261
  },
11254
- "VStepperItem/title": {
11262
+ "VStepperItem/color": {
11255
11263
  "type": "string\n",
11256
- "description": "Specify a title text for the component."
11264
+ "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)."
11257
11265
  },
11258
11266
  "VStepperItem/disabled": {
11259
11267
  "type": "boolean\n",
@@ -11263,22 +11271,6 @@
11263
11271
  "type": "any\n",
11264
11272
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11265
11273
  },
11266
- "VStepperItem/color": {
11267
- "type": "string\n",
11268
- "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)."
11269
- },
11270
- "VStepperItem/ripple": {
11271
- "type": "boolean | { class: string }\n",
11272
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11273
- },
11274
- "VStepperItem/selected-class": {
11275
- "type": "string\n",
11276
- "description": "Configure the active CSS class applied when an item is selected."
11277
- },
11278
- "VStepperItem/icon": {
11279
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11280
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11281
- },
11282
11274
  "VStepperItem/subtitle": {
11283
11275
  "type": "string\n",
11284
11276
  "description": "Specify a subtitle text for the component."
@@ -11287,12 +11279,20 @@
11287
11279
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11288
11280
  "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`."
11289
11281
  },
11282
+ "VStepperItem/selected-class": {
11283
+ "type": "string\n",
11284
+ "description": "Configure the active CSS class applied when an item is selected."
11285
+ },
11286
+ "VStepperItem/ripple": {
11287
+ "type": "boolean | { class: string }\n",
11288
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11289
+ },
11290
11290
  "VStepperItem/complete-icon": {
11291
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11291
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11292
11292
  "description": "Icon to display when step is marked as completed."
11293
11293
  },
11294
11294
  "VStepperItem/edit-icon": {
11295
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11295
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11296
11296
  "description": "Icon to display when step is editable."
11297
11297
  },
11298
11298
  "VStepperItem/editable": {
@@ -11300,7 +11300,7 @@
11300
11300
  "description": "Marks step as editable."
11301
11301
  },
11302
11302
  "VStepperItem/error-icon": {
11303
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11303
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11304
11304
  "description": "Icon to display when step has an error."
11305
11305
  },
11306
11306
  "VStepperItem/complete": {
@@ -11311,10 +11311,38 @@
11311
11311
  "type": "boolean\n",
11312
11312
  "description": "Removes the expansion-panel's elevation and borders."
11313
11313
  },
11314
- "VStepperVertical/model-value": {
11314
+ "VStepperVertical/tag": {
11315
+ "type": "string | (new () => any) | FunctionalComponent\n",
11316
+ "description": "Specify a custom tag used on the root element."
11317
+ },
11318
+ "VStepperVertical/disabled": {
11319
+ "type": "boolean\n",
11320
+ "description": "Puts all children components into a disabled state."
11321
+ },
11322
+ "VStepperVertical/max": {
11323
+ "type": "number\n",
11324
+ "description": "Sets a maximum number of selections that can be made."
11325
+ },
11326
+ "VStepperVertical/multiple": {
11327
+ "type": "boolean\n",
11328
+ "description": "Allows one to select multiple items."
11329
+ },
11330
+ "VStepperVertical/theme": {
11331
+ "type": "string\n",
11332
+ "description": "Specify a theme for this component and all of its children."
11333
+ },
11334
+ "VStepperVertical/items": {
11335
+ "type": "(string | Record<string, any>)[]\n",
11336
+ "description": "An array of strings or objects used for automatically generating children components."
11337
+ },
11338
+ "VStepperVertical/model-value": {
11315
11339
  "type": "unknown\n",
11316
11340
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11317
11341
  },
11342
+ "VStepperVertical/color": {
11343
+ "type": "string\n",
11344
+ "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)."
11345
+ },
11318
11346
  "VStepperVertical/elevation": {
11319
11347
  "type": "string | number\n",
11320
11348
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -11327,93 +11355,61 @@
11327
11355
  "type": "boolean\n",
11328
11356
  "description": "Removes the border-radius."
11329
11357
  },
11330
- "VStepperVertical/tag": {
11331
- "type": "string | (new () => any) | FunctionalComponent\n",
11332
- "description": "Specify a custom tag used on the root element."
11358
+ "VStepperVertical/readonly": {
11359
+ "type": "boolean\n",
11360
+ "description": "Makes the entire expansion panel read only."
11333
11361
  },
11334
- "VStepperVertical/theme": {
11335
- "type": "string\n",
11336
- "description": "Specify a theme for this component and all of its children."
11362
+ "VStepperVertical/ripple": {
11363
+ "type": "boolean | { class: string }\n",
11364
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11337
11365
  },
11338
- "VStepperVertical/color": {
11366
+ "VStepperVertical/selected-class": {
11339
11367
  "type": "string\n",
11340
- "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)."
11368
+ "description": "Configure the active CSS class applied when an item is selected."
11341
11369
  },
11342
11370
  "VStepperVertical/variant": {
11343
11371
  "type": "'default' | 'inset' | 'accordion' | 'popout'\n",
11344
11372
  "description": "Applies a distinct style to the component."
11345
11373
  },
11346
- "VStepperVertical/disabled": {
11347
- "type": "boolean\n",
11348
- "description": "Puts all children components into a disabled state."
11349
- },
11350
- "VStepperVertical/max": {
11351
- "type": "number\n",
11352
- "description": "Sets a maximum number of selections that can be made."
11353
- },
11354
- "VStepperVertical/multiple": {
11355
- "type": "boolean\n",
11356
- "description": "Allows one to select multiple items."
11357
- },
11358
- "VStepperVertical/eager": {
11359
- "type": "boolean\n",
11360
- "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."
11361
- },
11362
11374
  "VStepperVertical/bg-color": {
11363
11375
  "type": "string\n",
11364
11376
  "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)."
11365
11377
  },
11366
- "VStepperVertical/expand-icon": {
11367
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11368
- "description": "Icon used when the expansion panel is in a expandable state."
11378
+ "VStepperVertical/mobile": {
11379
+ "type": "boolean\n",
11380
+ "description": "Forces the stepper into a mobile state, removing labels from stepper items."
11369
11381
  },
11370
- "VStepperVertical/collapse-icon": {
11371
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11372
- "description": "Icon used when the expansion panel is in a collapsable state."
11382
+ "VStepperVertical/mobile-breakpoint": {
11383
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
11384
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
11373
11385
  },
11374
11386
  "VStepperVertical/mandatory": {
11375
11387
  "type": "boolean | 'force'\n",
11376
11388
  "description": "Forces at least one item to always be selected (if available)."
11377
11389
  },
11378
- "VStepperVertical/items": {
11379
- "type": "(string | Record<string, any>)[]\n",
11380
- "description": "An array of strings or objects used for automatically generating children components."
11390
+ "VStepperVertical/eager": {
11391
+ "type": "boolean\n",
11392
+ "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."
11381
11393
  },
11382
- "VStepperVertical/item-title": {
11383
- "type": "string\n",
11384
- "description": "Property on supplied `items` that contains its title."
11394
+ "VStepperVertical/hide-actions": {
11395
+ "type": "boolean\n",
11396
+ "description": "Hide actions bar (prev and next buttons)."
11385
11397
  },
11386
11398
  "VStepperVertical/item-value": {
11387
11399
  "type": "string\n",
11388
11400
  "description": "Property on supplied `items` that contains its value."
11389
11401
  },
11390
- "VStepperVertical/readonly": {
11391
- "type": "boolean\n",
11392
- "description": "Makes the entire expansion panel read only."
11402
+ "VStepperVertical/collapse-icon": {
11403
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11404
+ "description": "Icon used when the expansion panel is in a collapsable state."
11393
11405
  },
11394
- "VStepperVertical/mobile": {
11395
- "type": "boolean\n",
11396
- "description": "Forces the stepper into a mobile state, removing labels from stepper items."
11406
+ "VStepperVertical/expand-icon": {
11407
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11408
+ "description": "Icon used when the expansion panel is in a expandable state."
11397
11409
  },
11398
- "VStepperVertical/selected-class": {
11410
+ "VStepperVertical/item-title": {
11399
11411
  "type": "string\n",
11400
- "description": "Configure the active CSS class applied when an item is selected."
11401
- },
11402
- "VStepperVertical/hide-actions": {
11403
- "type": "boolean\n",
11404
- "description": "Hide the expand icon in the content title."
11405
- },
11406
- "VStepperVertical/focusable": {
11407
- "type": "boolean\n",
11408
- "description": "Makes the expansion-panel headers focusable."
11409
- },
11410
- "VStepperVertical/ripple": {
11411
- "type": "boolean | { class: string }\n",
11412
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11413
- },
11414
- "VStepperVertical/mobile-breakpoint": {
11415
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
11416
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
11412
+ "description": "Property on supplied `items` that contains its title."
11417
11413
  },
11418
11414
  "VStepperVertical/prev-text": {
11419
11415
  "type": "string\n",
@@ -11428,11 +11424,11 @@
11428
11424
  "description": "Places the labels beneath the step."
11429
11425
  },
11430
11426
  "VStepperVertical/complete-icon": {
11431
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11427
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11432
11428
  "description": "Icon to display when step is marked as completed."
11433
11429
  },
11434
11430
  "VStepperVertical/edit-icon": {
11435
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11431
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11436
11432
  "description": "Icon to display when step is editable."
11437
11433
  },
11438
11434
  "VStepperVertical/editable": {
@@ -11440,21 +11436,25 @@
11440
11436
  "description": "Marks step as editable."
11441
11437
  },
11442
11438
  "VStepperVertical/error-icon": {
11443
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11439
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11444
11440
  "description": "Icon to display when step has an error."
11445
11441
  },
11446
11442
  "VStepperVertical/non-linear": {
11447
11443
  "type": "boolean\n",
11448
11444
  "description": "Allow user to jump to any step."
11449
11445
  },
11450
- "VStepperVerticalActions/disabled": {
11451
- "type": "boolean | 'prev' | 'next'\n",
11452
- "description": "Removes the ability to click or target the component."
11446
+ "VStepperVertical/focusable": {
11447
+ "type": "boolean\n",
11448
+ "description": "Makes the expansion-panel headers focusable."
11453
11449
  },
11454
11450
  "VStepperVerticalActions/color": {
11455
11451
  "type": "string\n",
11456
11452
  "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)."
11457
11453
  },
11454
+ "VStepperVerticalActions/disabled": {
11455
+ "type": "boolean | 'next' | 'prev'\n",
11456
+ "description": "Removes the ability to click or target the component."
11457
+ },
11458
11458
  "VStepperVerticalActions/prev-text": {
11459
11459
  "type": "string\n",
11460
11460
  "description": "The text used for the Prev button."
@@ -11463,61 +11463,25 @@
11463
11463
  "type": "string\n",
11464
11464
  "description": "The text used for the Next button."
11465
11465
  },
11466
- "VStepperVerticalItem/tag": {
11467
- "type": "string | (new () => any) | FunctionalComponent\n",
11468
- "description": "Specify a custom tag used on the root element."
11469
- },
11470
- "VStepperVerticalItem/error": {
11471
- "type": "boolean\n",
11472
- "description": "Puts the stepper item in a manual error state."
11473
- },
11474
11466
  "VStepperVerticalItem/title": {
11475
11467
  "type": "string\n",
11476
11468
  "description": "Specify a title text for the component."
11477
11469
  },
11478
- "VStepperVerticalItem/disabled": {
11479
- "type": "boolean\n",
11480
- "description": "Disables the expansion-panel content."
11481
- },
11482
- "VStepperVerticalItem/height": {
11483
- "type": "string | number\n",
11484
- "description": "Sets the height for the component."
11485
- },
11486
- "VStepperVerticalItem/value": {
11487
- "type": "any\n",
11488
- "description": "Controls the opened/closed state of content."
11489
- },
11490
- "VStepperVerticalItem/width": {
11491
- "type": "string | number\n",
11492
- "description": "Sets the width for the component."
11493
- },
11494
- "VStepperVerticalItem/color": {
11470
+ "VStepperVerticalItem/text": {
11495
11471
  "type": "string\n",
11496
- "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)."
11497
- },
11498
- "VStepperVerticalItem/elevation": {
11499
- "type": "string | number\n",
11500
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11501
- },
11502
- "VStepperVerticalItem/rounded": {
11503
- "type": "string | number | boolean\n",
11504
- "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)."
11472
+ "description": "Specify content text for the component."
11505
11473
  },
11506
- "VStepperVerticalItem/tile": {
11507
- "type": "boolean\n",
11508
- "description": "Removes any applied **border-radius** from the component."
11474
+ "VStepperVerticalItem/icon": {
11475
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11476
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11509
11477
  },
11510
- "VStepperVerticalItem/readonly": {
11478
+ "VStepperVerticalItem/error": {
11511
11479
  "type": "boolean\n",
11512
- "description": "Makes the expansion panel content read only."
11513
- },
11514
- "VStepperVerticalItem/ripple": {
11515
- "type": "boolean | { class: string }\n",
11516
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11480
+ "description": "Puts the stepper item in a manual error state."
11517
11481
  },
11518
- "VStepperVerticalItem/text": {
11519
- "type": "string\n",
11520
- "description": "Specify content text for the component."
11482
+ "VStepperVerticalItem/height": {
11483
+ "type": "string | number\n",
11484
+ "description": "Sets the height for the component."
11521
11485
  },
11522
11486
  "VStepperVerticalItem/max-height": {
11523
11487
  "type": "string | number\n",
@@ -11535,21 +11499,41 @@
11535
11499
  "type": "string | number\n",
11536
11500
  "description": "Sets the minimum width for the component."
11537
11501
  },
11538
- "VStepperVerticalItem/selected-class": {
11539
- "type": "string\n",
11540
- "description": "Configure the active CSS class applied when an item is selected."
11502
+ "VStepperVerticalItem/width": {
11503
+ "type": "string | number\n",
11504
+ "description": "Sets the width for the component."
11505
+ },
11506
+ "VStepperVerticalItem/elevation": {
11507
+ "type": "string | number\n",
11508
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11541
11509
  },
11542
11510
  "VStepperVerticalItem/static": {
11543
11511
  "type": "boolean\n",
11544
11512
  "description": "Remove title size expansion when selected."
11545
11513
  },
11546
- "VStepperVerticalItem/icon": {
11547
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11548
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11514
+ "VStepperVerticalItem/rounded": {
11515
+ "type": "string | number | boolean\n",
11516
+ "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)."
11549
11517
  },
11550
- "VStepperVerticalItem/bg-color": {
11518
+ "VStepperVerticalItem/tile": {
11519
+ "type": "boolean\n",
11520
+ "description": "Removes any applied **border-radius** from the component."
11521
+ },
11522
+ "VStepperVerticalItem/tag": {
11523
+ "type": "string | (new () => any) | FunctionalComponent\n",
11524
+ "description": "Specify a custom tag used on the root element."
11525
+ },
11526
+ "VStepperVerticalItem/color": {
11551
11527
  "type": "string\n",
11552
- "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)."
11528
+ "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)."
11529
+ },
11530
+ "VStepperVerticalItem/disabled": {
11531
+ "type": "boolean\n",
11532
+ "description": "Disables the expansion-panel content."
11533
+ },
11534
+ "VStepperVerticalItem/value": {
11535
+ "type": "any\n",
11536
+ "description": "Controls the opened/closed state of content."
11553
11537
  },
11554
11538
  "VStepperVerticalItem/eager": {
11555
11539
  "type": "boolean\n",
@@ -11559,28 +11543,48 @@
11559
11543
  "type": "string\n",
11560
11544
  "description": "Specify a subtitle text for the component."
11561
11545
  },
11546
+ "VStepperVerticalItem/bg-color": {
11547
+ "type": "string\n",
11548
+ "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)."
11549
+ },
11550
+ "VStepperVerticalItem/expand-icon": {
11551
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11552
+ "description": "Icon used when the expansion panel is in a expandable state."
11553
+ },
11554
+ "VStepperVerticalItem/collapse-icon": {
11555
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11556
+ "description": "Icon used when the expansion panel is in a collapsable state."
11557
+ },
11558
+ "VStepperVerticalItem/readonly": {
11559
+ "type": "boolean\n",
11560
+ "description": "Makes the expansion panel content read only."
11561
+ },
11562
11562
  "VStepperVerticalItem/rules": {
11563
11563
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11564
11564
  "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`."
11565
11565
  },
11566
+ "VStepperVerticalItem/selected-class": {
11567
+ "type": "string\n",
11568
+ "description": "Configure the active CSS class applied when an item is selected."
11569
+ },
11566
11570
  "VStepperVerticalItem/hide-actions": {
11567
11571
  "type": "boolean\n",
11568
11572
  "description": "Hide the expand icon in the content title."
11569
11573
  },
11570
- "VStepperVerticalItem/expand-icon": {
11571
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11572
- "description": "Icon used when the expansion panel is in a expandable state."
11574
+ "VStepperVerticalItem/focusable": {
11575
+ "type": "boolean\n",
11576
+ "description": "Makes the expansion panel content focusable."
11573
11577
  },
11574
- "VStepperVerticalItem/collapse-icon": {
11575
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11576
- "description": "Icon used when the expansion panel is in a collapsable state."
11578
+ "VStepperVerticalItem/ripple": {
11579
+ "type": "boolean | { class: string }\n",
11580
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11577
11581
  },
11578
11582
  "VStepperVerticalItem/complete-icon": {
11579
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11583
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11580
11584
  "description": "Icon to display when step is marked as completed."
11581
11585
  },
11582
11586
  "VStepperVerticalItem/edit-icon": {
11583
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11587
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11584
11588
  "description": "Icon to display when step is editable."
11585
11589
  },
11586
11590
  "VStepperVerticalItem/editable": {
@@ -11588,45 +11592,41 @@
11588
11592
  "description": "Marks step as editable."
11589
11593
  },
11590
11594
  "VStepperVerticalItem/error-icon": {
11591
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11595
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11592
11596
  "description": "Icon to display when step has an error."
11593
11597
  },
11594
11598
  "VStepperVerticalItem/complete": {
11595
11599
  "type": "boolean\n",
11596
11600
  "description": "Marks step as complete."
11597
11601
  },
11598
- "VStepperVerticalItem/focusable": {
11599
- "type": "boolean\n",
11600
- "description": "Makes the expansion panel content focusable."
11601
- },
11602
- "VStepperWindow/model-value": {
11603
- "type": "any\n",
11604
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11602
+ "VStepperWindow/tag": {
11603
+ "type": "string | (new () => any) | FunctionalComponent\n",
11604
+ "description": "Specify a custom tag used on the root element."
11605
11605
  },
11606
11606
  "VStepperWindow/reverse": {
11607
11607
  "type": "boolean\n",
11608
11608
  "description": "Reverse the normal transition direction."
11609
11609
  },
11610
- "VStepperWindow/tag": {
11611
- "type": "string | (new () => any) | FunctionalComponent\n",
11612
- "description": "Specify a custom tag used on the root element."
11610
+ "VStepperWindow/disabled": {
11611
+ "type": "boolean\n",
11612
+ "description": "Removes the ability to click or target the component."
11613
11613
  },
11614
11614
  "VStepperWindow/theme": {
11615
11615
  "type": "string\n",
11616
11616
  "description": "Specify a theme for this component and all of its children."
11617
11617
  },
11618
- "VStepperWindow/disabled": {
11619
- "type": "boolean\n",
11620
- "description": "Removes the ability to click or target the component."
11621
- },
11622
- "VStepperWindow/direction": {
11623
- "type": "'horizontal' | 'vertical'\n",
11624
- "description": "The transition direction when changing windows."
11618
+ "VStepperWindow/model-value": {
11619
+ "type": "any\n",
11620
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11625
11621
  },
11626
11622
  "VStepperWindow/selected-class": {
11627
11623
  "type": "string\n",
11628
11624
  "description": "Configure the active CSS class applied when an item is selected."
11629
11625
  },
11626
+ "VStepperWindow/direction": {
11627
+ "type": "'horizontal' | 'vertical'\n",
11628
+ "description": "The transition direction when changing windows."
11629
+ },
11630
11630
  "VStepperWindowItem/disabled": {
11631
11631
  "type": "boolean\n",
11632
11632
  "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
@@ -11635,30 +11635,30 @@
11635
11635
  "type": "any\n",
11636
11636
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11637
11637
  },
11638
- "VStepperWindowItem/eager": {
11639
- "type": "boolean\n",
11640
- "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."
11638
+ "VStepperWindowItem/selected-class": {
11639
+ "type": "string\n",
11640
+ "description": "Configure the active CSS class applied when an item is selected."
11641
11641
  },
11642
11642
  "VStepperWindowItem/transition": {
11643
11643
  "type": "string | boolean\n",
11644
11644
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
11645
11645
  },
11646
+ "VStepperWindowItem/eager": {
11647
+ "type": "boolean\n",
11648
+ "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."
11649
+ },
11646
11650
  "VStepperWindowItem/reverse-transition": {
11647
11651
  "type": "string | boolean\n",
11648
11652
  "description": "Sets the reverse transition."
11649
11653
  },
11650
- "VStepperWindowItem/selected-class": {
11651
- "type": "string\n",
11652
- "description": "Configure the active CSS class applied when an item is selected."
11654
+ "VSvgIcon/icon": {
11655
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11656
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11653
11657
  },
11654
11658
  "VSvgIcon/tag": {
11655
11659
  "type": "string | (new () => any) | FunctionalComponent\n",
11656
11660
  "description": "Specify a custom tag used on the root element."
11657
11661
  },
11658
- "VSvgIcon/icon": {
11659
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11660
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11661
- },
11662
11662
  "VSwitch/flat": {
11663
11663
  "type": "boolean\n",
11664
11664
  "description": "Display component without elevation. Default elevation for thumb is 4dp, `flat` resets it."
@@ -11667,41 +11667,17 @@
11667
11667
  "type": "string\n",
11668
11668
  "description": "Provides the default type for children selection controls."
11669
11669
  },
11670
- "VSwitch/model-value": {
11671
- "type": "unknown\n",
11672
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11670
+ "VSwitch/name": {
11671
+ "type": "string\n",
11672
+ "description": "Sets the component's name attribute."
11673
11673
  },
11674
11674
  "VSwitch/error": {
11675
11675
  "type": "boolean\n",
11676
11676
  "description": "Puts the input in a manual error state."
11677
11677
  },
11678
- "VSwitch/density": {
11679
- "type": "'default' | 'comfortable' | 'compact'\n",
11680
- "description": "Adjusts the vertical height used by the component."
11681
- },
11682
- "VSwitch/max-width": {
11683
- "type": "string | number\n",
11684
- "description": "Sets the maximum width for the component."
11685
- },
11686
- "VSwitch/min-width": {
11687
- "type": "string | number\n",
11688
- "description": "Sets the minimum width for the component."
11689
- },
11690
- "VSwitch/width": {
11691
- "type": "string | number\n",
11692
- "description": "Sets the width for the component."
11693
- },
11694
- "VSwitch/theme": {
11695
- "type": "string\n",
11696
- "description": "Specify a theme for this component and all of its children."
11697
- },
11698
- "VSwitch/color": {
11699
- "type": "string\n",
11700
- "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)."
11701
- },
11702
- "VSwitch/name": {
11678
+ "VSwitch/label": {
11703
11679
  "type": "string\n",
11704
- "description": "Sets the component's name attribute."
11680
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
11705
11681
  },
11706
11682
  "VSwitch/disabled": {
11707
11683
  "type": "boolean\n",
@@ -11719,26 +11695,74 @@
11719
11695
  "type": "any\n",
11720
11696
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11721
11697
  },
11698
+ "VSwitch/width": {
11699
+ "type": "string | number\n",
11700
+ "description": "Sets the width for the component."
11701
+ },
11722
11702
  "VSwitch/id": {
11723
11703
  "type": "string\n",
11724
11704
  "description": "Sets the DOM id on the component."
11725
11705
  },
11726
- "VSwitch/label": {
11706
+ "VSwitch/theme": {
11727
11707
  "type": "string\n",
11728
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
11708
+ "description": "Specify a theme for this component and all of its children."
11709
+ },
11710
+ "VSwitch/model-value": {
11711
+ "type": "unknown\n",
11712
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11713
+ },
11714
+ "VSwitch/color": {
11715
+ "type": "string\n",
11716
+ "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)."
11717
+ },
11718
+ "VSwitch/density": {
11719
+ "type": "'default' | 'comfortable' | 'compact'\n",
11720
+ "description": "Adjusts the vertical height used by the component."
11729
11721
  },
11730
11722
  "VSwitch/base-color": {
11731
11723
  "type": "string\n",
11732
11724
  "description": "Sets the color of the input when it is not focused."
11733
11725
  },
11734
- "VSwitch/value-comparator": {
11735
- "type": "(a: any, b: any) => boolean\n",
11736
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
11726
+ "VSwitch/prepend-icon": {
11727
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11728
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
11737
11729
  },
11738
11730
  "VSwitch/append-icon": {
11739
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11731
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11740
11732
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
11741
11733
  },
11734
+ "VSwitch/readonly": {
11735
+ "type": "boolean\n",
11736
+ "description": "Puts input in readonly state."
11737
+ },
11738
+ "VSwitch/ripple": {
11739
+ "type": "boolean | { class: string }\n",
11740
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11741
+ },
11742
+ "VSwitch/max-width": {
11743
+ "type": "string | number\n",
11744
+ "description": "Sets the maximum width for the component."
11745
+ },
11746
+ "VSwitch/min-width": {
11747
+ "type": "string | number\n",
11748
+ "description": "Sets the minimum width for the component."
11749
+ },
11750
+ "VSwitch/loading": {
11751
+ "type": "string | boolean\n",
11752
+ "description": "Displays circular progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - primary, secondary, success, info, warning, error) or a Boolean which uses the component color (set by color prop - if it's supported by the component) or the primary color."
11753
+ },
11754
+ "VSwitch/inline": {
11755
+ "type": "boolean\n",
11756
+ "description": "Puts children inputs into a row."
11757
+ },
11758
+ "VSwitch/inset": {
11759
+ "type": "boolean\n",
11760
+ "description": "Enlarge the `v-switch` track to encompass the thumb."
11761
+ },
11762
+ "VSwitch/direction": {
11763
+ "type": "'horizontal' | 'vertical'\n",
11764
+ "description": "Changes the direction of the input."
11765
+ },
11742
11766
  "VSwitch/center-affix": {
11743
11767
  "type": "boolean\n",
11744
11768
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -11751,10 +11775,6 @@
11751
11775
  "type": "string | boolean\n",
11752
11776
  "description": "Sets the color of the prepend/append icons."
11753
11777
  },
11754
- "VSwitch/prepend-icon": {
11755
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11756
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
11757
- },
11758
11778
  "VSwitch/hide-spin-buttons": {
11759
11779
  "type": "boolean\n",
11760
11780
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -11771,10 +11791,6 @@
11771
11791
  "type": "string | string[]\n",
11772
11792
  "description": "Displays a list of messages or a single message if using a string."
11773
11793
  },
11774
- "VSwitch/direction": {
11775
- "type": "'horizontal' | 'vertical'\n",
11776
- "description": "Changes the direction of the input."
11777
- },
11778
11794
  "VSwitch/error-messages": {
11779
11795
  "type": "string | string[]\n",
11780
11796
  "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."
@@ -11783,10 +11799,6 @@
11783
11799
  "type": "string | number\n",
11784
11800
  "description": "Control the maximum number of shown errors from validation."
11785
11801
  },
11786
- "VSwitch/readonly": {
11787
- "type": "boolean\n",
11788
- "description": "Puts input in readonly state."
11789
- },
11790
11802
  "VSwitch/rules": {
11791
11803
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L17-L21\" target=\"_blank\">ValidationRule</a>[]\n",
11792
11804
  "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`."
@@ -11807,22 +11819,6 @@
11807
11819
  "type": "boolean | 'auto'\n",
11808
11820
  "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."
11809
11821
  },
11810
- "VSwitch/loading": {
11811
- "type": "string | boolean\n",
11812
- "description": "Displays circular progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - primary, secondary, success, info, warning, error) or a Boolean which uses the component color (set by color prop - if it's supported by the component) or the primary color."
11813
- },
11814
- "VSwitch/inset": {
11815
- "type": "boolean\n",
11816
- "description": "Enlarge the `v-switch` track to encompass the thumb."
11817
- },
11818
- "VSwitch/ripple": {
11819
- "type": "boolean | { class: string }\n",
11820
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11821
- },
11822
- "VSwitch/inline": {
11823
- "type": "boolean\n",
11824
- "description": "Puts children inputs into a row."
11825
- },
11826
11822
  "VSwitch/true-value": {
11827
11823
  "type": "any\n",
11828
11824
  "description": "Sets value for truthy state."
@@ -11836,41 +11832,29 @@
11836
11832
  "description": "The target component to provide defaults values for."
11837
11833
  },
11838
11834
  "VSwitch/false-icon": {
11839
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11835
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11840
11836
  "description": "The icon used when inactive."
11841
11837
  },
11842
11838
  "VSwitch/true-icon": {
11843
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11839
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11844
11840
  "description": "The icon used when active."
11845
11841
  },
11846
- "VSystemBar/tag": {
11847
- "type": "string | (new () => any) | FunctionalComponent\n",
11848
- "description": "Specify a custom tag used on the root element."
11849
- },
11850
- "VSystemBar/name": {
11851
- "type": "string\n",
11852
- "description": "Assign a specific name for layout registration."
11842
+ "VSwitch/value-comparator": {
11843
+ "type": "(a: any, b: any) => boolean\n",
11844
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
11853
11845
  },
11854
11846
  "VSystemBar/height": {
11855
11847
  "type": "string | number\n",
11856
11848
  "description": "Sets the height for the component."
11857
11849
  },
11858
- "VSystemBar/theme": {
11859
- "type": "string\n",
11860
- "description": "Specify a theme for this component and all of its children."
11850
+ "VSystemBar/elevation": {
11851
+ "type": "string | number\n",
11852
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11861
11853
  },
11862
11854
  "VSystemBar/absolute": {
11863
11855
  "type": "boolean\n",
11864
11856
  "description": "Applies **position: absolute** to the component."
11865
11857
  },
11866
- "VSystemBar/color": {
11867
- "type": "string\n",
11868
- "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)."
11869
- },
11870
- "VSystemBar/elevation": {
11871
- "type": "string | number\n",
11872
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11873
- },
11874
11858
  "VSystemBar/rounded": {
11875
11859
  "type": "string | number | boolean\n",
11876
11860
  "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)."
@@ -11879,6 +11863,22 @@
11879
11863
  "type": "boolean\n",
11880
11864
  "description": "Removes any applied **border-radius** from the component."
11881
11865
  },
11866
+ "VSystemBar/tag": {
11867
+ "type": "string | (new () => any) | FunctionalComponent\n",
11868
+ "description": "Specify a custom tag used on the root element."
11869
+ },
11870
+ "VSystemBar/theme": {
11871
+ "type": "string\n",
11872
+ "description": "Specify a theme for this component and all of its children."
11873
+ },
11874
+ "VSystemBar/color": {
11875
+ "type": "string\n",
11876
+ "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)."
11877
+ },
11878
+ "VSystemBar/name": {
11879
+ "type": "string\n",
11880
+ "description": "Assign a specific name for layout registration."
11881
+ },
11882
11882
  "VSystemBar/order": {
11883
11883
  "type": "string | number\n",
11884
11884
  "description": "Adjust the order of the component in relation to its registration order."
@@ -11887,6 +11887,10 @@
11887
11887
  "type": "boolean\n",
11888
11888
  "description": "Increases the system bar height to 32px (24px default)."
11889
11889
  },
11890
+ "VTab/text": {
11891
+ "type": "string | number | boolean\n",
11892
+ "description": "Specify content text for the component."
11893
+ },
11890
11894
  "VTab/replace": {
11891
11895
  "type": "boolean\n",
11892
11896
  "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
@@ -11895,30 +11899,58 @@
11895
11899
  "type": "boolean\n",
11896
11900
  "description": "Forces component to take up all available space up to their maximum width (300px), and centers it."
11897
11901
  },
11898
- "VTab/tag": {
11899
- "type": "string | (new () => any) | FunctionalComponent\n",
11900
- "description": "Specify a custom tag used on the root element."
11902
+ "VTab/border": {
11903
+ "type": "string | number | boolean\n",
11904
+ "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)."
11901
11905
  },
11902
- "VTab/disabled": {
11903
- "type": "boolean\n",
11904
- "description": "Removes the ability to click or target the component."
11906
+ "VTab/icon": {
11907
+ "type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11908
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
11909
+ },
11910
+ "VTab/density": {
11911
+ "type": "'default' | 'comfortable' | 'compact'\n",
11912
+ "description": "Adjusts the vertical height used by the component."
11905
11913
  },
11906
11914
  "VTab/height": {
11907
11915
  "type": "string | number\n",
11908
11916
  "description": "Sets the height for the component."
11909
11917
  },
11910
- "VTab/size": {
11918
+ "VTab/max-height": {
11911
11919
  "type": "string | number\n",
11912
- "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**."
11920
+ "description": "Sets the maximum height for the component."
11913
11921
  },
11914
- "VTab/value": {
11915
- "type": "any\n",
11916
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11922
+ "VTab/max-width": {
11923
+ "type": "string | number\n",
11924
+ "description": "Sets the maximum width for the component."
11925
+ },
11926
+ "VTab/min-height": {
11927
+ "type": "string | number\n",
11928
+ "description": "Sets the minimum height for the component."
11929
+ },
11930
+ "VTab/min-width": {
11931
+ "type": "string | number\n",
11932
+ "description": "Sets the minimum width for the component."
11917
11933
  },
11918
11934
  "VTab/width": {
11919
11935
  "type": "string | number\n",
11920
11936
  "description": "Sets the width for the component."
11921
11937
  },
11938
+ "VTab/elevation": {
11939
+ "type": "string | number\n",
11940
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11941
+ },
11942
+ "VTab/rounded": {
11943
+ "type": "string | number | boolean\n",
11944
+ "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)."
11945
+ },
11946
+ "VTab/tile": {
11947
+ "type": "boolean\n",
11948
+ "description": "Removes any applied **border-radius** from the component."
11949
+ },
11950
+ "VTab/tag": {
11951
+ "type": "string | (new () => any) | FunctionalComponent\n",
11952
+ "description": "Specify a custom tag used on the root element."
11953
+ },
11922
11954
  "VTab/theme": {
11923
11955
  "type": "string\n",
11924
11956
  "description": "Specify a theme for this component and all of its children."
@@ -11927,81 +11959,53 @@
11927
11959
  "type": "string\n",
11928
11960
  "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)."
11929
11961
  },
11930
- "VTab/density": {
11931
- "type": "'default' | 'comfortable' | 'compact'\n",
11932
- "description": "Adjusts the vertical height used by the component."
11962
+ "VTab/variant": {
11963
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
11964
+ "description": "Applies a distinct style to the component."
11933
11965
  },
11934
- "VTab/border": {
11935
- "type": "string | number | boolean\n",
11936
- "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)."
11966
+ "VTab/disabled": {
11967
+ "type": "boolean\n",
11968
+ "description": "Removes the ability to click or target the component."
11937
11969
  },
11938
- "VTab/elevation": {
11970
+ "VTab/size": {
11939
11971
  "type": "string | number\n",
11940
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11972
+ "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**."
11941
11973
  },
11942
- "VTab/rounded": {
11943
- "type": "string | number | boolean\n",
11944
- "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)."
11974
+ "VTab/value": {
11975
+ "type": "any\n",
11976
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11945
11977
  },
11946
- "VTab/tile": {
11978
+ "VTab/exact": {
11947
11979
  "type": "boolean\n",
11948
- "description": "Removes any applied **border-radius** from the component."
11949
- },
11950
- "VTab/active-color": {
11951
- "type": "string\n",
11952
- "description": "The applied color when the component is in an active state."
11980
+ "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."
11953
11981
  },
11954
11982
  "VTab/base-color": {
11955
11983
  "type": "string\n",
11956
11984
  "description": "Sets the color of component when not focused."
11957
11985
  },
11958
- "VTab/prepend-icon": {
11959
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11960
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
11961
- },
11962
- "VTab/append-icon": {
11963
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11964
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
11965
- },
11966
- "VTab/readonly": {
11967
- "type": "boolean\n",
11968
- "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
11986
+ "VTab/active-color": {
11987
+ "type": "string\n",
11988
+ "description": "The applied color when the component is in an active state."
11969
11989
  },
11970
11990
  "VTab/slim": {
11971
11991
  "type": "boolean\n",
11972
11992
  "description": "Reduces padding to 0 8px."
11973
11993
  },
11974
- "VTab/stacked": {
11975
- "type": "boolean\n",
11976
- "description": "Displays the tab as a flex-column."
11977
- },
11978
- "VTab/ripple": {
11979
- "type": "boolean | { class: string }\n",
11980
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11981
- },
11982
- "VTab/text": {
11983
- "type": "string | number | boolean\n",
11984
- "description": "Specify content text for the component."
11985
- },
11986
- "VTab/max-height": {
11987
- "type": "string | number\n",
11988
- "description": "Sets the maximum height for the component."
11989
- },
11990
- "VTab/max-width": {
11991
- "type": "string | number\n",
11992
- "description": "Sets the maximum width for the component."
11994
+ "VTab/append-icon": {
11995
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11996
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
11993
11997
  },
11994
- "VTab/min-height": {
11995
- "type": "string | number\n",
11996
- "description": "Sets the minimum height for the component."
11998
+ "VTab/prepend-icon": {
11999
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12000
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
11997
12001
  },
11998
- "VTab/min-width": {
11999
- "type": "string | number\n",
12000
- "description": "Sets the minimum width for the component."
12002
+ "VTab/direction": {
12003
+ "type": "'horizontal' | 'vertical'\n",
12004
+ "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
12001
12005
  },
12002
- "VTab/selected-class": {
12003
- "type": "string\n",
12004
- "description": "Configure the active CSS class applied when an item is selected."
12006
+ "VTab/readonly": {
12007
+ "type": "boolean\n",
12008
+ "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
12005
12009
  },
12006
12010
  "VTab/loading": {
12007
12011
  "type": "string | boolean\n",
@@ -12011,25 +12015,21 @@
12011
12015
  "type": "string\n",
12012
12016
  "description": "Designates the component as anchor and applies the **href** attribute."
12013
12017
  },
12014
- "VTab/exact": {
12015
- "type": "boolean\n",
12016
- "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."
12017
- },
12018
12018
  "VTab/to": {
12019
12019
  "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
12020
12020
  "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."
12021
12021
  },
12022
- "VTab/variant": {
12023
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
12024
- "description": "Applies a distinct style to the component."
12022
+ "VTab/selected-class": {
12023
+ "type": "string\n",
12024
+ "description": "Configure the active CSS class applied when an item is selected."
12025
12025
  },
12026
- "VTab/icon": {
12027
- "type": " | boolean\n | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
12028
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
12026
+ "VTab/ripple": {
12027
+ "type": "boolean | { class: string }\n",
12028
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
12029
12029
  },
12030
- "VTab/direction": {
12031
- "type": "'horizontal' | 'vertical'\n",
12032
- "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
12030
+ "VTab/stacked": {
12031
+ "type": "boolean\n",
12032
+ "description": "Displays the tab as a flex-column."
12033
12033
  },
12034
12034
  "VTab/slider-color": {
12035
12035
  "type": "string\n",
@@ -12039,22 +12039,22 @@
12039
12039
  "type": "boolean\n",
12040
12040
  "description": "Hides the active tab slider component (no exit or enter animation)."
12041
12041
  },
12042
- "VTable/density": {
12043
- "type": "'default' | 'comfortable' | 'compact'\n",
12044
- "description": "Adjusts the vertical height used by the component."
12042
+ "VTable/tag": {
12043
+ "type": "string | (new () => any) | FunctionalComponent\n",
12044
+ "description": "Specify a custom tag used on the root element."
12045
12045
  },
12046
12046
  "VTable/height": {
12047
12047
  "type": "string | number\n",
12048
12048
  "description": "Use the height prop to set the height of the table."
12049
12049
  },
12050
- "VTable/tag": {
12051
- "type": "string | (new () => any) | FunctionalComponent\n",
12052
- "description": "Specify a custom tag used on the root element."
12053
- },
12054
12050
  "VTable/theme": {
12055
12051
  "type": "string\n",
12056
12052
  "description": "Specify a theme for this component and all of its children."
12057
12053
  },
12054
+ "VTable/density": {
12055
+ "type": "'default' | 'comfortable' | 'compact'\n",
12056
+ "description": "Adjusts the vertical height used by the component."
12057
+ },
12058
12058
  "VTable/hover": {
12059
12059
  "type": "boolean\n",
12060
12060
  "description": "Will add a hover effect to a table's row when the mouse is over it."
@@ -12071,30 +12071,18 @@
12071
12071
  "type": "any\n",
12072
12072
  "description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/)."
12073
12073
  },
12074
- "VTabs/model-value": {
12075
- "type": "any\n",
12076
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12077
- },
12078
- "VTabs/density": {
12079
- "type": "'default' | 'comfortable' | 'compact'\n",
12080
- "description": "Adjusts the vertical height used by the component."
12081
- },
12082
- "VTabs/height": {
12083
- "type": "string | number\n",
12084
- "description": "Sets the height of the tabs bar."
12085
- },
12086
12074
  "VTabs/tag": {
12087
12075
  "type": "string | (new () => any) | FunctionalComponent\n",
12088
12076
  "description": "Specify a custom tag used on the root element."
12089
12077
  },
12090
- "VTabs/color": {
12091
- "type": "string\n",
12092
- "description": "Applies specified color to the selected tab - 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)."
12093
- },
12094
12078
  "VTabs/disabled": {
12095
12079
  "type": "boolean\n",
12096
12080
  "description": "Puts all children components into a disabled state."
12097
12081
  },
12082
+ "VTabs/height": {
12083
+ "type": "string | number\n",
12084
+ "description": "Sets the height of the tabs bar."
12085
+ },
12098
12086
  "VTabs/max": {
12099
12087
  "type": "number\n",
12100
12088
  "description": "Sets a maximum number of selections that can be made."
@@ -12103,66 +12091,78 @@
12103
12091
  "type": "boolean\n",
12104
12092
  "description": "Allows one to select multiple items."
12105
12093
  },
12106
- "VTabs/bg-color": {
12107
- "type": "string\n",
12108
- "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)."
12109
- },
12110
- "VTabs/mandatory": {
12111
- "type": "boolean | 'force'\n",
12112
- "description": "Forces at least one item to always be selected (if available)."
12113
- },
12114
12094
  "VTabs/items": {
12115
12095
  "type": "unknown[]\n",
12116
12096
  "description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
12117
12097
  },
12118
- "VTabs/direction": {
12119
- "type": "'horizontal' | 'vertical'\n",
12120
- "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
12098
+ "VTabs/model-value": {
12099
+ "type": "any\n",
12100
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12121
12101
  },
12122
- "VTabs/mobile": {
12123
- "type": "boolean\n",
12124
- "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
12102
+ "VTabs/color": {
12103
+ "type": "string\n",
12104
+ "description": "Applies specified color to the selected tab - 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)."
12125
12105
  },
12126
- "VTabs/next-icon": {
12127
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12128
- "description": "Right pagination icon."
12106
+ "VTabs/density": {
12107
+ "type": "'default' | 'comfortable' | 'compact'\n",
12108
+ "description": "Adjusts the vertical height used by the component."
12129
12109
  },
12130
- "VTabs/prev-icon": {
12131
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12132
- "description": "Left pagination icon."
12110
+ "VTabs/stacked": {
12111
+ "type": "boolean\n",
12112
+ "description": "Apply the stacked prop to all children v-tab components."
12133
12113
  },
12134
12114
  "VTabs/selected-class": {
12135
12115
  "type": "string\n",
12136
12116
  "description": "Configure the active CSS class applied when an item is selected."
12137
12117
  },
12138
- "VTabs/stacked": {
12118
+ "VTabs/bg-color": {
12119
+ "type": "string\n",
12120
+ "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)."
12121
+ },
12122
+ "VTabs/mobile": {
12139
12123
  "type": "boolean\n",
12140
- "description": "Apply the stacked prop to all children v-tab components."
12124
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
12141
12125
  },
12142
- "VTabs/center-active": {
12126
+ "VTabs/mobile-breakpoint": {
12127
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
12128
+ "description": "Sets the designated mobile breakpoint for the component."
12129
+ },
12130
+ "VTabs/grow": {
12143
12131
  "type": "boolean\n",
12144
- "description": "Forces the selected tab to be centered."
12132
+ "description": "Force `v-tab`'s to take up all available space."
12133
+ },
12134
+ "VTabs/mandatory": {
12135
+ "type": "boolean | 'force'\n",
12136
+ "description": "Forces at least one item to always be selected (if available)."
12137
+ },
12138
+ "VTabs/next-icon": {
12139
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
12140
+ "description": "Right pagination icon."
12141
+ },
12142
+ "VTabs/prev-icon": {
12143
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
12144
+ "description": "Left pagination icon."
12145
12145
  },
12146
12146
  "VTabs/show-arrows": {
12147
12147
  "type": "string | boolean\n",
12148
12148
  "description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
12149
12149
  },
12150
- "VTabs/mobile-breakpoint": {
12151
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
12152
- "description": "Sets the designated mobile breakpoint for the component."
12150
+ "VTabs/direction": {
12151
+ "type": "'horizontal' | 'vertical'\n",
12152
+ "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
12153
+ },
12154
+ "VTabs/center-active": {
12155
+ "type": "boolean\n",
12156
+ "description": "Forces the selected tab to be centered."
12153
12157
  },
12154
12158
  "VTabs/align-tabs": {
12155
- "type": "'title' | 'end' | 'start' | 'center'\n",
12159
+ "type": "'title' | 'start' | 'end' | 'center'\n",
12156
12160
  "description": "Aligns the tabs to the `start`, `center`, or `end` of container. Also accepts `title` to align with the `v-toolbar-title` component."
12157
12161
  },
12158
12162
  "VTabs/fixed-tabs": {
12159
12163
  "type": "boolean\n",
12160
12164
  "description": "`v-tabs-item` min-width 160px, max-width 360px."
12161
12165
  },
12162
- "VTabs/grow": {
12163
- "type": "boolean\n",
12164
- "description": "Force `v-tab`'s to take up all available space."
12165
- },
12166
12166
  "VTabs/hide-slider": {
12167
12167
  "type": "boolean\n",
12168
12168
  "description": "Hide's the generated `v-tabs-slider`."
@@ -12171,34 +12171,34 @@
12171
12171
  "type": "string\n",
12172
12172
  "description": "Changes the background color of an auto-generated `v-tabs-slider`."
12173
12173
  },
12174
- "VTabsWindow/tag": {
12175
- "type": "string | (new () => any) | FunctionalComponent\n",
12176
- "description": "Specify a custom tag used on the root element."
12174
+ "VTabsWindow/model-value": {
12175
+ "type": "any\n",
12176
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12177
12177
  },
12178
12178
  "VTabsWindow/reverse": {
12179
12179
  "type": "boolean\n",
12180
12180
  "description": "Reverse the normal transition direction."
12181
12181
  },
12182
- "VTabsWindow/disabled": {
12183
- "type": "boolean\n",
12184
- "description": "Removes the ability to click or target the component."
12182
+ "VTabsWindow/tag": {
12183
+ "type": "string | (new () => any) | FunctionalComponent\n",
12184
+ "description": "Specify a custom tag used on the root element."
12185
12185
  },
12186
12186
  "VTabsWindow/theme": {
12187
12187
  "type": "string\n",
12188
12188
  "description": "Specify a theme for this component and all of its children."
12189
12189
  },
12190
- "VTabsWindow/model-value": {
12191
- "type": "any\n",
12192
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12193
- },
12194
- "VTabsWindow/selected-class": {
12195
- "type": "string\n",
12196
- "description": "Configure the active CSS class applied when an item is selected."
12190
+ "VTabsWindow/disabled": {
12191
+ "type": "boolean\n",
12192
+ "description": "Removes the ability to click or target the component."
12197
12193
  },
12198
12194
  "VTabsWindow/direction": {
12199
12195
  "type": "'horizontal' | 'vertical'\n",
12200
12196
  "description": "The transition direction when changing windows."
12201
12197
  },
12198
+ "VTabsWindow/selected-class": {
12199
+ "type": "string\n",
12200
+ "description": "Configure the active CSS class applied when an item is selected."
12201
+ },
12202
12202
  "VTabsWindowItem/disabled": {
12203
12203
  "type": "boolean\n",
12204
12204
  "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
@@ -12883,6 +12883,10 @@
12883
12883
  "type": "(value: number) => boolean\n",
12884
12884
  "description": "Restricts which hours can be selected."
12885
12885
  },
12886
+ "VTimePickerControls/color": {
12887
+ "type": "string\n",
12888
+ "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)."
12889
+ },
12886
12890
  "VTimePickerControls/disabled": {
12887
12891
  "type": "boolean\n",
12888
12892
  "description": "Removes the ability to click or target the component."
@@ -12891,10 +12895,6 @@
12891
12895
  "type": "number\n",
12892
12896
  "description": "The current value of the timepicker."
12893
12897
  },
12894
- "VTimePickerControls/color": {
12895
- "type": "string\n",
12896
- "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)."
12897
- },
12898
12898
  "VTimePickerControls/readonly": {
12899
12899
  "type": "boolean\n",
12900
12900
  "description": "Makes the timepicker readonly."
@@ -12903,17 +12903,13 @@
12903
12903
  "type": "'hour' | 'minute' | 'second'\n",
12904
12904
  "description": "The current view mode of the timepicker. Can be either `hour`, `minute`, or `second`."
12905
12905
  },
12906
- "VTimePickerControls/ampm": {
12907
- "type": "boolean\n",
12908
- "description": "Enables AM/PM mode."
12909
- },
12910
12906
  "VTimePickerControls/ampm-in-title": {
12911
12907
  "type": "boolean\n",
12912
12908
  "description": "Displays AM/PM in the title."
12913
12909
  },
12914
- "VTimePickerControls/ampm-readonly": {
12910
+ "VTimePickerControls/ampm": {
12915
12911
  "type": "boolean\n",
12916
- "description": "Makes AM/PM controls readonly."
12912
+ "description": "Enables AM/PM mode."
12917
12913
  },
12918
12914
  "VTimePickerControls/hour": {
12919
12915
  "type": "number\n",
@@ -12931,6 +12927,10 @@
12931
12927
  "type": "boolean\n",
12932
12928
  "description": "Enables the display and selection of seconds in the timepicker."
12933
12929
  },
12930
+ "VTimePickerControls/ampm-readonly": {
12931
+ "type": "boolean\n",
12932
+ "description": "Makes AM/PM controls readonly."
12933
+ },
12934
12934
  "VTimePickerControls/period": {
12935
12935
  "type": "'am' | 'pm'\n",
12936
12936
  "description": "The current period value. either `am` or `pm`."
@@ -13483,14 +13483,14 @@
13483
13483
  "type": "any\n",
13484
13484
  "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
13485
13485
  },
13486
- "VTreeview/expand-icon": {
13487
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13488
- "description": "Icon used to indicate that a node can be expanded."
13489
- },
13490
13486
  "VTreeview/collapse-icon": {
13491
13487
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13492
13488
  "description": "Icon to display when the list item is expanded."
13493
13489
  },
13490
+ "VTreeview/expand-icon": {
13491
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13492
+ "description": "Icon used to indicate that a node can be expanded."
13493
+ },
13494
13494
  "VTreeview/activatable": {
13495
13495
  "type": "boolean\n",
13496
13496
  "description": "Allows user to mark a node as active by clicking on it."