@vuetify/nightly 3.8.0-master.2025-04-06 → 3.8.1-master.2025-04-07

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.
@@ -11243,78 +11243,102 @@
11243
11243
  "type": "string\n",
11244
11244
  "description": "Specify a custom tag used on the root element."
11245
11245
  },
11246
- "VStepperItem/error": {
11247
- "type": "boolean\n",
11248
- "description": "Puts the stepper item in a manual error state."
11249
- },
11250
11246
  "VStepperItem/title": {
11251
11247
  "type": "string\n",
11252
11248
  "description": "Specify a title text for the component."
11253
11249
  },
11254
- "VStepperItem/value": {
11255
- "type": "any\n",
11256
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11257
- },
11258
- "VStepperItem/ripple": {
11259
- "type": "boolean | { class: string }\n",
11260
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11250
+ "VStepperItem/icon": {
11251
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11252
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11261
11253
  },
11262
- "VStepperItem/disabled": {
11254
+ "VStepperItem/error": {
11263
11255
  "type": "boolean\n",
11264
- "description": "Removes the ability to click or target the component."
11265
- },
11266
- "VStepperItem/selected-class": {
11267
- "type": "string\n",
11268
- "description": "Configure the active CSS class applied when an item is selected."
11256
+ "description": "Puts the stepper item in a manual error state."
11269
11257
  },
11270
11258
  "VStepperItem/color": {
11271
11259
  "type": "string\n",
11272
11260
  "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)."
11273
11261
  },
11274
- "VStepperItem/icon": {
11275
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11276
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11277
- },
11278
11262
  "VStepperItem/subtitle": {
11279
11263
  "type": "string\n",
11280
11264
  "description": "Specify a subtitle text for the component."
11281
11265
  },
11266
+ "VStepperItem/disabled": {
11267
+ "type": "boolean\n",
11268
+ "description": "Removes the ability to click or target the component."
11269
+ },
11270
+ "VStepperItem/value": {
11271
+ "type": "any\n",
11272
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11273
+ },
11282
11274
  "VStepperItem/rules": {
11283
11275
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11284
11276
  "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`."
11285
11277
  },
11286
- "VStepperItem/complete": {
11287
- "type": "boolean\n",
11288
- "description": "Marks step as complete."
11278
+ "VStepperItem/selected-class": {
11279
+ "type": "string\n",
11280
+ "description": "Configure the active CSS class applied when an item is selected."
11281
+ },
11282
+ "VStepperItem/ripple": {
11283
+ "type": "boolean | { class: string }\n",
11284
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11289
11285
  },
11290
11286
  "VStepperItem/complete-icon": {
11291
11287
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11292
11288
  "description": "Icon to display when step is marked as completed."
11293
11289
  },
11294
- "VStepperItem/editable": {
11295
- "type": "boolean\n",
11296
- "description": "Marks step as editable."
11297
- },
11298
11290
  "VStepperItem/edit-icon": {
11299
11291
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11300
11292
  "description": "Icon to display when step is editable."
11301
11293
  },
11294
+ "VStepperItem/editable": {
11295
+ "type": "boolean\n",
11296
+ "description": "Marks step as editable."
11297
+ },
11302
11298
  "VStepperItem/error-icon": {
11303
11299
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11304
11300
  "description": "Icon to display when step has an error."
11305
11301
  },
11302
+ "VStepperItem/complete": {
11303
+ "type": "boolean\n",
11304
+ "description": "Marks step as complete."
11305
+ },
11306
11306
  "VStepperVertical/flat": {
11307
11307
  "type": "boolean\n",
11308
11308
  "description": "Removes the expansion-panel's elevation and borders."
11309
11309
  },
11310
- "VStepperVertical/model-value": {
11311
- "type": "unknown\n",
11312
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11310
+ "VStepperVertical/tag": {
11311
+ "type": "string | (new () => any) | FunctionalComponent\n",
11312
+ "description": "Specify a custom tag used on the root element."
11313
+ },
11314
+ "VStepperVertical/theme": {
11315
+ "type": "string\n",
11316
+ "description": "Specify a theme for this component and all of its children."
11317
+ },
11318
+ "VStepperVertical/items": {
11319
+ "type": "(string | Record<string, any>)[]\n",
11320
+ "description": "An array of strings or objects used for automatically generating children components."
11321
+ },
11322
+ "VStepperVertical/readonly": {
11323
+ "type": "boolean\n",
11324
+ "description": "Makes the entire expansion panel read only."
11325
+ },
11326
+ "VStepperVertical/ripple": {
11327
+ "type": "boolean | { class: string }\n",
11328
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11313
11329
  },
11314
11330
  "VStepperVertical/elevation": {
11315
11331
  "type": "string | number\n",
11316
11332
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11317
11333
  },
11334
+ "VStepperVertical/disabled": {
11335
+ "type": "boolean\n",
11336
+ "description": "Puts all children components into a disabled state."
11337
+ },
11338
+ "VStepperVertical/selected-class": {
11339
+ "type": "string\n",
11340
+ "description": "Configure the active CSS class applied when an item is selected."
11341
+ },
11318
11342
  "VStepperVertical/rounded": {
11319
11343
  "type": "string | number | boolean\n",
11320
11344
  "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)."
@@ -11323,14 +11347,6 @@
11323
11347
  "type": "boolean\n",
11324
11348
  "description": "Removes the border-radius."
11325
11349
  },
11326
- "VStepperVertical/tag": {
11327
- "type": "string | (new () => any) | FunctionalComponent\n",
11328
- "description": "Specify a custom tag used on the root element."
11329
- },
11330
- "VStepperVertical/theme": {
11331
- "type": "string\n",
11332
- "description": "Specify a theme for this component and all of its children."
11333
- },
11334
11350
  "VStepperVertical/color": {
11335
11351
  "type": "string\n",
11336
11352
  "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)."
@@ -11339,25 +11355,25 @@
11339
11355
  "type": "'default' | 'inset' | 'accordion' | 'popout'\n",
11340
11356
  "description": "Applies a distinct style to the component."
11341
11357
  },
11342
- "VStepperVertical/eager": {
11343
- "type": "boolean\n",
11344
- "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."
11358
+ "VStepperVertical/max": {
11359
+ "type": "number\n",
11360
+ "description": "Sets a maximum number of selections that can be made."
11361
+ },
11362
+ "VStepperVertical/model-value": {
11363
+ "type": "unknown\n",
11364
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11345
11365
  },
11346
11366
  "VStepperVertical/bg-color": {
11347
11367
  "type": "string\n",
11348
11368
  "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)."
11349
11369
  },
11350
- "VStepperVertical/disabled": {
11370
+ "VStepperVertical/mobile": {
11351
11371
  "type": "boolean\n",
11352
- "description": "Puts all children components into a disabled state."
11353
- },
11354
- "VStepperVertical/expand-icon": {
11355
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11356
- "description": "Icon used when the expansion panel is in a expandable state."
11372
+ "description": "Forces the stepper into a mobile state, removing labels from stepper items."
11357
11373
  },
11358
- "VStepperVertical/collapse-icon": {
11359
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11360
- "description": "Icon used when the expansion panel is in a collapsable state."
11374
+ "VStepperVertical/mobile-breakpoint": {
11375
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
11376
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
11361
11377
  },
11362
11378
  "VStepperVertical/multiple": {
11363
11379
  "type": "boolean\n",
@@ -11367,9 +11383,17 @@
11367
11383
  "type": "boolean | 'force'\n",
11368
11384
  "description": "Forces at least one item to always be selected (if available)."
11369
11385
  },
11370
- "VStepperVertical/items": {
11371
- "type": "(string | Record<string, any>)[]\n",
11372
- "description": "An array of strings or objects used for automatically generating children components."
11386
+ "VStepperVertical/eager": {
11387
+ "type": "boolean\n",
11388
+ "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."
11389
+ },
11390
+ "VStepperVertical/expand-icon": {
11391
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11392
+ "description": "Icon used when the expansion panel is in a expandable state."
11393
+ },
11394
+ "VStepperVertical/collapse-icon": {
11395
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11396
+ "description": "Icon used when the expansion panel is in a collapsable state."
11373
11397
  },
11374
11398
  "VStepperVertical/item-title": {
11375
11399
  "type": "string\n",
@@ -11379,37 +11403,17 @@
11379
11403
  "type": "string\n",
11380
11404
  "description": "Property on supplied `items` that contains its value."
11381
11405
  },
11382
- "VStepperVertical/readonly": {
11383
- "type": "boolean\n",
11384
- "description": "Makes the entire expansion panel read only."
11385
- },
11386
- "VStepperVertical/max": {
11387
- "type": "number\n",
11388
- "description": "Sets a maximum number of selections that can be made."
11389
- },
11390
- "VStepperVertical/mobile": {
11391
- "type": "boolean\n",
11392
- "description": "Forces the stepper into a mobile state, removing labels from stepper items."
11393
- },
11394
11406
  "VStepperVertical/hide-actions": {
11395
11407
  "type": "boolean\n",
11396
- "description": "Hide the expand icon in the content title."
11397
- },
11398
- "VStepperVertical/mobile-breakpoint": {
11399
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
11400
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
11408
+ "description": "Hide actions bar (prev and next buttons)."
11401
11409
  },
11402
- "VStepperVertical/selected-class": {
11410
+ "VStepperVertical/prev-text": {
11403
11411
  "type": "string\n",
11404
- "description": "Configure the active CSS class applied when an item is selected."
11405
- },
11406
- "VStepperVertical/focusable": {
11407
- "type": "boolean\n",
11408
- "description": "Makes the expansion-panel headers focusable."
11412
+ "description": "The text used for the Prev button."
11409
11413
  },
11410
- "VStepperVertical/ripple": {
11411
- "type": "boolean | { class: string }\n",
11412
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11414
+ "VStepperVertical/next-text": {
11415
+ "type": "string\n",
11416
+ "description": "The text used for the Next button."
11413
11417
  },
11414
11418
  "VStepperVertical/alt-labels": {
11415
11419
  "type": "boolean\n",
@@ -11435,22 +11439,18 @@
11435
11439
  "type": "boolean\n",
11436
11440
  "description": "Allow user to jump to any step."
11437
11441
  },
11438
- "VStepperVertical/prev-text": {
11439
- "type": "string\n",
11440
- "description": "The text used for the Prev button."
11442
+ "VStepperVertical/focusable": {
11443
+ "type": "boolean\n",
11444
+ "description": "Makes the expansion-panel headers focusable."
11441
11445
  },
11442
- "VStepperVertical/next-text": {
11446
+ "VStepperVerticalActions/color": {
11443
11447
  "type": "string\n",
11444
- "description": "The text used for the Next button."
11448
+ "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)."
11445
11449
  },
11446
11450
  "VStepperVerticalActions/disabled": {
11447
- "type": "boolean | 'prev' | 'next'\n",
11451
+ "type": "boolean | 'next' | 'prev'\n",
11448
11452
  "description": "Removes the ability to click or target the component."
11449
11453
  },
11450
- "VStepperVerticalActions/color": {
11451
- "type": "string\n",
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)."
11453
- },
11454
11454
  "VStepperVerticalActions/prev-text": {
11455
11455
  "type": "string\n",
11456
11456
  "description": "The text used for the Prev button."
@@ -11459,34 +11459,22 @@
11459
11459
  "type": "string\n",
11460
11460
  "description": "The text used for the Next button."
11461
11461
  },
11462
- "VStepperVerticalItem/tag": {
11463
- "type": "string | (new () => any) | FunctionalComponent\n",
11464
- "description": "Specify a custom tag used on the root element."
11465
- },
11466
- "VStepperVerticalItem/error": {
11467
- "type": "boolean\n",
11468
- "description": "Puts the stepper item in a manual error state."
11469
- },
11470
11462
  "VStepperVerticalItem/title": {
11471
11463
  "type": "string\n",
11472
11464
  "description": "Specify a title text for the component."
11473
11465
  },
11474
- "VStepperVerticalItem/value": {
11475
- "type": "any\n",
11476
- "description": "Controls the opened/closed state of content."
11477
- },
11478
- "VStepperVerticalItem/readonly": {
11479
- "type": "boolean\n",
11480
- "description": "Makes the expansion panel content read only."
11481
- },
11482
- "VStepperVerticalItem/ripple": {
11483
- "type": "boolean | { class: string }\n",
11484
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11485
- },
11486
11466
  "VStepperVerticalItem/text": {
11487
11467
  "type": "string\n",
11488
11468
  "description": "Specify content text for the component."
11489
11469
  },
11470
+ "VStepperVerticalItem/icon": {
11471
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11472
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11473
+ },
11474
+ "VStepperVerticalItem/error": {
11475
+ "type": "boolean\n",
11476
+ "description": "Puts the stepper item in a manual error state."
11477
+ },
11490
11478
  "VStepperVerticalItem/height": {
11491
11479
  "type": "string | number\n",
11492
11480
  "description": "Sets the height for the component."
@@ -11515,14 +11503,6 @@
11515
11503
  "type": "string | number\n",
11516
11504
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11517
11505
  },
11518
- "VStepperVerticalItem/disabled": {
11519
- "type": "boolean\n",
11520
- "description": "Disables the expansion-panel content."
11521
- },
11522
- "VStepperVerticalItem/selected-class": {
11523
- "type": "string\n",
11524
- "description": "Configure the active CSS class applied when an item is selected."
11525
- },
11526
11506
  "VStepperVerticalItem/static": {
11527
11507
  "type": "boolean\n",
11528
11508
  "description": "Remove title size expansion when selected."
@@ -11535,18 +11515,14 @@
11535
11515
  "type": "boolean\n",
11536
11516
  "description": "Removes any applied **border-radius** from the component."
11537
11517
  },
11518
+ "VStepperVerticalItem/tag": {
11519
+ "type": "string | (new () => any) | FunctionalComponent\n",
11520
+ "description": "Specify a custom tag used on the root element."
11521
+ },
11538
11522
  "VStepperVerticalItem/color": {
11539
11523
  "type": "string\n",
11540
11524
  "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)."
11541
11525
  },
11542
- "VStepperVerticalItem/icon": {
11543
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11544
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
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
11526
  "VStepperVerticalItem/eager": {
11551
11527
  "type": "boolean\n",
11552
11528
  "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."
@@ -11555,9 +11531,13 @@
11555
11531
  "type": "string\n",
11556
11532
  "description": "Specify a subtitle text for the component."
11557
11533
  },
11558
- "VStepperVerticalItem/rules": {
11559
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11560
- "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`."
11534
+ "VStepperVerticalItem/bg-color": {
11535
+ "type": "string\n",
11536
+ "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)."
11537
+ },
11538
+ "VStepperVerticalItem/disabled": {
11539
+ "type": "boolean\n",
11540
+ "description": "Disables the expansion-panel content."
11561
11541
  },
11562
11542
  "VStepperVerticalItem/expand-icon": {
11563
11543
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -11567,46 +11547,62 @@
11567
11547
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11568
11548
  "description": "Icon used when the expansion panel is in a collapsable state."
11569
11549
  },
11550
+ "VStepperVerticalItem/value": {
11551
+ "type": "any\n",
11552
+ "description": "Controls the opened/closed state of content."
11553
+ },
11554
+ "VStepperVerticalItem/readonly": {
11555
+ "type": "boolean\n",
11556
+ "description": "Makes the expansion panel content read only."
11557
+ },
11558
+ "VStepperVerticalItem/rules": {
11559
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11560
+ "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`."
11561
+ },
11570
11562
  "VStepperVerticalItem/hide-actions": {
11571
11563
  "type": "boolean\n",
11572
11564
  "description": "Hide the expand icon in the content title."
11573
11565
  },
11574
- "VStepperVerticalItem/complete": {
11566
+ "VStepperVerticalItem/selected-class": {
11567
+ "type": "string\n",
11568
+ "description": "Configure the active CSS class applied when an item is selected."
11569
+ },
11570
+ "VStepperVerticalItem/focusable": {
11575
11571
  "type": "boolean\n",
11576
- "description": "Marks step as complete."
11572
+ "description": "Makes the expansion panel content focusable."
11573
+ },
11574
+ "VStepperVerticalItem/ripple": {
11575
+ "type": "boolean | { class: string }\n",
11576
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11577
11577
  },
11578
11578
  "VStepperVerticalItem/complete-icon": {
11579
11579
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11580
11580
  "description": "Icon to display when step is marked as completed."
11581
11581
  },
11582
- "VStepperVerticalItem/editable": {
11583
- "type": "boolean\n",
11584
- "description": "Marks step as editable."
11585
- },
11586
11582
  "VStepperVerticalItem/edit-icon": {
11587
11583
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11588
11584
  "description": "Icon to display when step is editable."
11589
11585
  },
11586
+ "VStepperVerticalItem/editable": {
11587
+ "type": "boolean\n",
11588
+ "description": "Marks step as editable."
11589
+ },
11590
11590
  "VStepperVerticalItem/error-icon": {
11591
11591
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11592
11592
  "description": "Icon to display when step has an error."
11593
11593
  },
11594
- "VStepperVerticalItem/focusable": {
11594
+ "VStepperVerticalItem/complete": {
11595
11595
  "type": "boolean\n",
11596
- "description": "Makes the expansion panel content focusable."
11596
+ "description": "Marks step as complete."
11597
11597
  },
11598
- "VStepperWindow/model-value": {
11599
- "type": "any\n",
11600
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11598
+ "VStepperWindow/tag": {
11599
+ "type": "string | (new () => any) | FunctionalComponent\n",
11600
+ "description": "Specify a custom tag used on the root element."
11601
11601
  },
11602
11602
  "VStepperWindow/reverse": {
11603
11603
  "type": "boolean\n",
11604
11604
  "description": "Reverse the normal transition direction."
11605
11605
  },
11606
- "VStepperWindow/tag": {
11607
- "type": "string | (new () => any) | FunctionalComponent\n",
11608
- "description": "Specify a custom tag used on the root element."
11609
- },
11610
11606
  "VStepperWindow/theme": {
11611
11607
  "type": "string\n",
11612
11608
  "description": "Specify a theme for this component and all of its children."
@@ -11615,14 +11611,18 @@
11615
11611
  "type": "boolean\n",
11616
11612
  "description": "Removes the ability to click or target the component."
11617
11613
  },
11618
- "VStepperWindow/direction": {
11619
- "type": "'horizontal' | 'vertical'\n",
11620
- "description": "The transition direction when changing windows."
11621
- },
11622
11614
  "VStepperWindow/selected-class": {
11623
11615
  "type": "string\n",
11624
11616
  "description": "Configure the active CSS class applied when an item is selected."
11625
11617
  },
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."
11621
+ },
11622
+ "VStepperWindow/direction": {
11623
+ "type": "'horizontal' | 'vertical'\n",
11624
+ "description": "The transition direction when changing windows."
11625
+ },
11626
11626
  "VStepperWindowItem/eager": {
11627
11627
  "type": "boolean\n",
11628
11628
  "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."
@@ -12067,9 +12067,17 @@
12067
12067
  "type": "any\n",
12068
12068
  "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/)."
12069
12069
  },
12070
- "VTabs/model-value": {
12071
- "type": "any\n",
12072
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12070
+ "VTabs/tag": {
12071
+ "type": "string | (new () => any) | FunctionalComponent\n",
12072
+ "description": "Specify a custom tag used on the root element."
12073
+ },
12074
+ "VTabs/items": {
12075
+ "type": "unknown[]\n",
12076
+ "description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
12077
+ },
12078
+ "VTabs/stacked": {
12079
+ "type": "boolean\n",
12080
+ "description": "Apply the stacked prop to all children v-tab components."
12073
12081
  },
12074
12082
  "VTabs/density": {
12075
12083
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -12079,21 +12087,41 @@
12079
12087
  "type": "string | number\n",
12080
12088
  "description": "Sets the height of the tabs bar."
12081
12089
  },
12082
- "VTabs/tag": {
12083
- "type": "string | (new () => any) | FunctionalComponent\n",
12084
- "description": "Specify a custom tag used on the root element."
12090
+ "VTabs/disabled": {
12091
+ "type": "boolean\n",
12092
+ "description": "Puts all children components into a disabled state."
12093
+ },
12094
+ "VTabs/selected-class": {
12095
+ "type": "string\n",
12096
+ "description": "Configure the active CSS class applied when an item is selected."
12085
12097
  },
12086
12098
  "VTabs/color": {
12087
12099
  "type": "string\n",
12088
12100
  "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)."
12089
12101
  },
12102
+ "VTabs/max": {
12103
+ "type": "number\n",
12104
+ "description": "Sets a maximum number of selections that can be made."
12105
+ },
12106
+ "VTabs/model-value": {
12107
+ "type": "any\n",
12108
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12109
+ },
12090
12110
  "VTabs/bg-color": {
12091
12111
  "type": "string\n",
12092
12112
  "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)."
12093
12113
  },
12094
- "VTabs/disabled": {
12114
+ "VTabs/mobile": {
12095
12115
  "type": "boolean\n",
12096
- "description": "Puts all children components into a disabled state."
12116
+ "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"
12117
+ },
12118
+ "VTabs/mobile-breakpoint": {
12119
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
12120
+ "description": "Sets the designated mobile breakpoint for the component."
12121
+ },
12122
+ "VTabs/grow": {
12123
+ "type": "boolean\n",
12124
+ "description": "Force `v-tab`'s to take up all available space."
12097
12125
  },
12098
12126
  "VTabs/multiple": {
12099
12127
  "type": "boolean\n",
@@ -12103,78 +12131,54 @@
12103
12131
  "type": "boolean | 'force'\n",
12104
12132
  "description": "Forces at least one item to always be selected (if available)."
12105
12133
  },
12106
- "VTabs/items": {
12107
- "type": "unknown[]\n",
12108
- "description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
12109
- },
12110
- "VTabs/direction": {
12111
- "type": "'horizontal' | 'vertical'\n",
12112
- "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
12113
- },
12114
- "VTabs/max": {
12115
- "type": "number\n",
12116
- "description": "Sets a maximum number of selections that can be made."
12117
- },
12118
- "VTabs/mobile": {
12119
- "type": "boolean\n",
12120
- "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"
12121
- },
12122
- "VTabs/mobile-breakpoint": {
12123
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
12124
- "description": "Sets the designated mobile breakpoint for the component."
12134
+ "VTabs/next-icon": {
12135
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12136
+ "description": "Right pagination icon."
12125
12137
  },
12126
12138
  "VTabs/prev-icon": {
12127
12139
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12128
12140
  "description": "Left pagination icon."
12129
12141
  },
12130
- "VTabs/next-icon": {
12131
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12132
- "description": "Right pagination icon."
12133
- },
12134
- "VTabs/selected-class": {
12135
- "type": "string\n",
12136
- "description": "Configure the active CSS class applied when an item is selected."
12142
+ "VTabs/show-arrows": {
12143
+ "type": "string | boolean\n",
12144
+ "description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
12137
12145
  },
12138
- "VTabs/stacked": {
12139
- "type": "boolean\n",
12140
- "description": "Apply the stacked prop to all children v-tab components."
12146
+ "VTabs/direction": {
12147
+ "type": "'horizontal' | 'vertical'\n",
12148
+ "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
12141
12149
  },
12142
12150
  "VTabs/center-active": {
12143
12151
  "type": "boolean\n",
12144
12152
  "description": "Forces the selected tab to be centered."
12145
12153
  },
12146
- "VTabs/show-arrows": {
12147
- "type": "string | boolean\n",
12148
- "description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
12154
+ "VTabs/slider-color": {
12155
+ "type": "string\n",
12156
+ "description": "Changes the background color of an auto-generated `v-tabs-slider`."
12157
+ },
12158
+ "VTabs/hide-slider": {
12159
+ "type": "boolean\n",
12160
+ "description": "Hide's the generated `v-tabs-slider`."
12149
12161
  },
12150
12162
  "VTabs/align-tabs": {
12151
- "type": "'title' | 'end' | 'start' | 'center'\n",
12163
+ "type": "'title' | 'start' | 'end' | 'center'\n",
12152
12164
  "description": "Aligns the tabs to the `start`, `center`, or `end` of container. Also accepts `title` to align with the `v-toolbar-title` component."
12153
12165
  },
12154
12166
  "VTabs/fixed-tabs": {
12155
12167
  "type": "boolean\n",
12156
12168
  "description": "`v-tabs-item` min-width 160px, max-width 360px."
12157
12169
  },
12158
- "VTabs/grow": {
12159
- "type": "boolean\n",
12160
- "description": "Force `v-tab`'s to take up all available space."
12170
+ "VTabsWindow/model-value": {
12171
+ "type": "any\n",
12172
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12161
12173
  },
12162
- "VTabs/hide-slider": {
12174
+ "VTabsWindow/reverse": {
12163
12175
  "type": "boolean\n",
12164
- "description": "Hide's the generated `v-tabs-slider`."
12165
- },
12166
- "VTabs/slider-color": {
12167
- "type": "string\n",
12168
- "description": "Changes the background color of an auto-generated `v-tabs-slider`."
12176
+ "description": "Reverse the normal transition direction."
12169
12177
  },
12170
12178
  "VTabsWindow/tag": {
12171
12179
  "type": "string | (new () => any) | FunctionalComponent\n",
12172
12180
  "description": "Specify a custom tag used on the root element."
12173
12181
  },
12174
- "VTabsWindow/reverse": {
12175
- "type": "boolean\n",
12176
- "description": "Reverse the normal transition direction."
12177
- },
12178
12182
  "VTabsWindow/theme": {
12179
12183
  "type": "string\n",
12180
12184
  "description": "Specify a theme for this component and all of its children."
@@ -12183,42 +12187,38 @@
12183
12187
  "type": "boolean\n",
12184
12188
  "description": "Removes the ability to click or target the component."
12185
12189
  },
12186
- "VTabsWindow/selected-class": {
12187
- "type": "string\n",
12188
- "description": "Configure the active CSS class applied when an item is selected."
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
12190
  "VTabsWindow/direction": {
12195
12191
  "type": "'horizontal' | 'vertical'\n",
12196
12192
  "description": "The transition direction when changing windows."
12197
12193
  },
12198
- "VTabsWindowItem/value": {
12199
- "type": "any\n",
12200
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
12194
+ "VTabsWindow/selected-class": {
12195
+ "type": "string\n",
12196
+ "description": "Configure the active CSS class applied when an item is selected."
12197
+ },
12198
+ "VTabsWindowItem/eager": {
12199
+ "type": "boolean\n",
12200
+ "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."
12201
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."
12205
12205
  },
12206
- "VTabsWindowItem/selected-class": {
12207
- "type": "string\n",
12208
- "description": "Configure the active CSS class applied when an item is selected."
12206
+ "VTabsWindowItem/value": {
12207
+ "type": "any\n",
12208
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
12209
12209
  },
12210
12210
  "VTabsWindowItem/transition": {
12211
12211
  "type": "string | boolean\n",
12212
12212
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
12213
12213
  },
12214
- "VTabsWindowItem/eager": {
12215
- "type": "boolean\n",
12216
- "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."
12217
- },
12218
12214
  "VTabsWindowItem/reverse-transition": {
12219
12215
  "type": "string | boolean\n",
12220
12216
  "description": "Sets the reverse transition."
12221
12217
  },
12218
+ "VTabsWindowItem/selected-class": {
12219
+ "type": "string\n",
12220
+ "description": "Configure the active CSS class applied when an item is selected."
12221
+ },
12222
12222
  "VTextField/flat": {
12223
12223
  "type": "boolean\n",
12224
12224
  "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props."
@@ -12227,49 +12227,17 @@
12227
12227
  "type": "string\n",
12228
12228
  "description": "Sets input type."
12229
12229
  },
12230
- "VTextField/reverse": {
12231
- "type": "boolean\n",
12232
- "description": "Reverses the input orientation."
12233
- },
12234
- "VTextField/name": {
12235
- "type": "string\n",
12236
- "description": "Sets the component's name attribute."
12230
+ "VTextField/model-value": {
12231
+ "type": "any\n",
12232
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12237
12233
  },
12238
12234
  "VTextField/error": {
12239
12235
  "type": "boolean\n",
12240
12236
  "description": "Puts the input in a manual error state."
12241
12237
  },
12242
- "VTextField/label": {
12243
- "type": "string\n",
12244
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
12245
- },
12246
- "VTextField/theme": {
12247
- "type": "string\n",
12248
- "description": "Specify a theme for this component and all of its children."
12249
- },
12250
- "VTextField/id": {
12251
- "type": "string\n",
12252
- "description": "Sets the DOM id on the component."
12253
- },
12254
- "VTextField/active": {
12255
- "type": "boolean\n",
12256
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
12257
- },
12258
- "VTextField/base-color": {
12259
- "type": "string\n",
12260
- "description": "Sets the color of the input when it is not focused."
12261
- },
12262
- "VTextField/prepend-icon": {
12263
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12264
- "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`."
12265
- },
12266
- "VTextField/append-icon": {
12267
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12268
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
12269
- },
12270
- "VTextField/readonly": {
12238
+ "VTextField/reverse": {
12271
12239
  "type": "boolean\n",
12272
- "description": "Puts input in readonly state."
12240
+ "description": "Reverses the input orientation."
12273
12241
  },
12274
12242
  "VTextField/density": {
12275
12243
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -12283,18 +12251,10 @@
12283
12251
  "type": "string | number\n",
12284
12252
  "description": "Sets the minimum width for the component."
12285
12253
  },
12286
- "VTextField/width": {
12287
- "type": "string | number\n",
12288
- "description": "Sets the width for the component."
12289
- },
12290
- "VTextField/disabled": {
12291
- "type": "boolean\n",
12292
- "description": "Removes the ability to click or target the input."
12293
- },
12294
- "VTextField/loading": {
12295
- "type": "string | boolean\n",
12296
- "description": "Displays linear 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."
12297
- },
12254
+ "VTextField/width": {
12255
+ "type": "string | number\n",
12256
+ "description": "Sets the width for the component."
12257
+ },
12298
12258
  "VTextField/rounded": {
12299
12259
  "type": "string | number | boolean\n",
12300
12260
  "description": "Adds a border radius to the input."
@@ -12303,6 +12263,10 @@
12303
12263
  "type": "boolean\n",
12304
12264
  "description": "Removes any applied **border-radius** from the component."
12305
12265
  },
12266
+ "VTextField/theme": {
12267
+ "type": "string\n",
12268
+ "description": "Specify a theme for this component and all of its children."
12269
+ },
12306
12270
  "VTextField/color": {
12307
12271
  "type": "string\n",
12308
12272
  "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)."
@@ -12311,29 +12275,65 @@
12311
12275
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
12312
12276
  "description": "Applies a distinct style to the component."
12313
12277
  },
12314
- "VTextField/model-value": {
12315
- "type": "any\n",
12316
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12278
+ "VTextField/name": {
12279
+ "type": "string\n",
12280
+ "description": "Sets the component's name attribute."
12281
+ },
12282
+ "VTextField/label": {
12283
+ "type": "string\n",
12284
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
12285
+ },
12286
+ "VTextField/base-color": {
12287
+ "type": "string\n",
12288
+ "description": "Sets the color of the input when it is not focused."
12317
12289
  },
12318
12290
  "VTextField/bg-color": {
12319
12291
  "type": "string\n",
12320
12292
  "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)."
12321
12293
  },
12294
+ "VTextField/disabled": {
12295
+ "type": "boolean\n",
12296
+ "description": "Removes the ability to click or target the input."
12297
+ },
12298
+ "VTextField/id": {
12299
+ "type": "string\n",
12300
+ "description": "Sets the DOM id on the component."
12301
+ },
12302
+ "VTextField/autofocus": {
12303
+ "type": "boolean\n",
12304
+ "description": "Enables autofocus."
12305
+ },
12306
+ "VTextField/counter": {
12307
+ "type": "string | number | boolean\n",
12308
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
12309
+ },
12322
12310
  "VTextField/prefix": {
12323
12311
  "type": "string\n",
12324
12312
  "description": "Displays prefix text."
12325
12313
  },
12326
- "VTextField/role": {
12314
+ "VTextField/placeholder": {
12327
12315
  "type": "string\n",
12328
- "description": "The role attribute applied to the input."
12316
+ "description": "Sets the input’s placeholder text."
12329
12317
  },
12330
- "VTextField/direction": {
12331
- "type": "'horizontal' | 'vertical'\n",
12332
- "description": "Changes the direction of the input."
12318
+ "VTextField/persistent-placeholder": {
12319
+ "type": "boolean\n",
12320
+ "description": "Forces placeholder to always be visible."
12333
12321
  },
12334
- "VTextField/placeholder": {
12322
+ "VTextField/persistent-counter": {
12323
+ "type": "boolean\n",
12324
+ "description": "Forces counter to always be visible."
12325
+ },
12326
+ "VTextField/suffix": {
12335
12327
  "type": "string\n",
12336
- "description": "Sets the input’s placeholder text."
12328
+ "description": "Displays suffix text."
12329
+ },
12330
+ "VTextField/role": {
12331
+ "type": "string\n",
12332
+ "description": "The role attribute applied to the input."
12333
+ },
12334
+ "VTextField/append-icon": {
12335
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12336
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
12337
12337
  },
12338
12338
  "VTextField/center-affix": {
12339
12339
  "type": "boolean\n",
@@ -12347,6 +12347,10 @@
12347
12347
  "type": "string | boolean\n",
12348
12348
  "description": "Sets the color of the prepend/append icons."
12349
12349
  },
12350
+ "VTextField/prepend-icon": {
12351
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12352
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`."
12353
+ },
12350
12354
  "VTextField/hide-spin-buttons": {
12351
12355
  "type": "boolean\n",
12352
12356
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -12363,6 +12367,10 @@
12363
12367
  "type": "string | string[]\n",
12364
12368
  "description": "Displays a list of messages or a single message if using a string."
12365
12369
  },
12370
+ "VTextField/direction": {
12371
+ "type": "'horizontal' | 'vertical'\n",
12372
+ "description": "Changes the direction of the input."
12373
+ },
12366
12374
  "VTextField/error-messages": {
12367
12375
  "type": "string | string[]\n",
12368
12376
  "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."
@@ -12371,6 +12379,10 @@
12371
12379
  "type": "string | number\n",
12372
12380
  "description": "Control the maximum number of shown errors from validation."
12373
12381
  },
12382
+ "VTextField/readonly": {
12383
+ "type": "boolean\n",
12384
+ "description": "Puts input in readonly state."
12385
+ },
12374
12386
  "VTextField/rules": {
12375
12387
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L17-L21\" target=\"_blank\">ValidationRule</a>[]\n",
12376
12388
  "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`."
@@ -12391,26 +12403,6 @@
12391
12403
  "type": "boolean | 'auto'\n",
12392
12404
  "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."
12393
12405
  },
12394
- "VTextField/autofocus": {
12395
- "type": "boolean\n",
12396
- "description": "Enables autofocus."
12397
- },
12398
- "VTextField/counter": {
12399
- "type": "string | number | boolean\n",
12400
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
12401
- },
12402
- "VTextField/persistent-placeholder": {
12403
- "type": "boolean\n",
12404
- "description": "Forces placeholder to always be visible."
12405
- },
12406
- "VTextField/persistent-counter": {
12407
- "type": "boolean\n",
12408
- "description": "Forces counter to always be visible."
12409
- },
12410
- "VTextField/suffix": {
12411
- "type": "string\n",
12412
- "description": "Displays suffix text."
12413
- },
12414
12406
  "VTextField/append-inner-icon": {
12415
12407
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12416
12408
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
@@ -12423,6 +12415,10 @@
12423
12415
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12424
12416
  "description": "Applied when using **clearable** and the input is dirty."
12425
12417
  },
12418
+ "VTextField/active": {
12419
+ "type": "boolean\n",
12420
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
12421
+ },
12426
12422
  "VTextField/dirty": {
12427
12423
  "type": "boolean\n",
12428
12424
  "description": "Manually apply the dirty state styling."
@@ -12439,6 +12435,10 @@
12439
12435
  "type": "boolean\n",
12440
12436
  "description": "Label does not move on focus/dirty."
12441
12437
  },
12438
+ "VTextField/loading": {
12439
+ "type": "string | boolean\n",
12440
+ "description": "Displays linear 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."
12441
+ },
12442
12442
  "VTextField/counter-value": {
12443
12443
  "type": "number | ((value: any) => number)\n",
12444
12444
  "description": "Function returns the counter display text."
@@ -12451,17 +12451,49 @@
12451
12451
  "type": "boolean\n",
12452
12452
  "description": "Removes box shadow when using a variant with elevation."
12453
12453
  },
12454
- "VTextarea/model-value": {
12455
- "type": "any\n",
12456
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12454
+ "VTextarea/reverse": {
12455
+ "type": "boolean\n",
12456
+ "description": "Reverses the orientation."
12457
+ },
12458
+ "VTextarea/name": {
12459
+ "type": "string\n",
12460
+ "description": "Sets the component's name attribute."
12457
12461
  },
12458
12462
  "VTextarea/error": {
12459
12463
  "type": "boolean\n",
12460
12464
  "description": "Puts the input in a manual error state."
12461
12465
  },
12462
- "VTextarea/reverse": {
12466
+ "VTextarea/label": {
12467
+ "type": "string\n",
12468
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
12469
+ },
12470
+ "VTextarea/theme": {
12471
+ "type": "string\n",
12472
+ "description": "Specify a theme for this component and all of its children."
12473
+ },
12474
+ "VTextarea/id": {
12475
+ "type": "string\n",
12476
+ "description": "Sets the DOM id on the component."
12477
+ },
12478
+ "VTextarea/active": {
12463
12479
  "type": "boolean\n",
12464
- "description": "Reverses the orientation."
12480
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
12481
+ },
12482
+ "VTextarea/base-color": {
12483
+ "type": "string\n",
12484
+ "description": "Sets the color of the input when it is not focused."
12485
+ },
12486
+ "VTextarea/prepend-icon": {
12487
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12488
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
12489
+ },
12490
+ "VTextarea/append-icon": {
12491
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12492
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
12493
+ },
12494
+ "VTextarea/readonly": {
12495
+ "type": "boolean\n",
12496
+ "description": "Puts input in readonly state."
12465
12497
  },
12466
12498
  "VTextarea/density": {
12467
12499
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -12479,6 +12511,14 @@
12479
12511
  "type": "string | number\n",
12480
12512
  "description": "Sets the width for the component."
12481
12513
  },
12514
+ "VTextarea/disabled": {
12515
+ "type": "boolean\n",
12516
+ "description": "Removes the ability to click or target the input."
12517
+ },
12518
+ "VTextarea/loading": {
12519
+ "type": "string | boolean\n",
12520
+ "description": "Displays linear 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."
12521
+ },
12482
12522
  "VTextarea/rounded": {
12483
12523
  "type": "string | number | boolean\n",
12484
12524
  "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)."
@@ -12487,10 +12527,6 @@
12487
12527
  "type": "boolean\n",
12488
12528
  "description": "Removes any applied **border-radius** from the component."
12489
12529
  },
12490
- "VTextarea/theme": {
12491
- "type": "string\n",
12492
- "description": "Specify a theme for this component and all of its children."
12493
- },
12494
12530
  "VTextarea/color": {
12495
12531
  "type": "string\n",
12496
12532
  "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)."
@@ -12499,62 +12535,26 @@
12499
12535
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
12500
12536
  "description": "Applies a distinct style to the component."
12501
12537
  },
12502
- "VTextarea/name": {
12503
- "type": "string\n",
12504
- "description": "Sets the component's name attribute."
12505
- },
12506
- "VTextarea/label": {
12507
- "type": "string\n",
12508
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
12509
- },
12510
- "VTextarea/base-color": {
12511
- "type": "string\n",
12512
- "description": "Sets the color of the input when it is not focused."
12538
+ "VTextarea/model-value": {
12539
+ "type": "any\n",
12540
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12513
12541
  },
12514
12542
  "VTextarea/bg-color": {
12515
12543
  "type": "string\n",
12516
12544
  "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)."
12517
12545
  },
12518
- "VTextarea/disabled": {
12519
- "type": "boolean\n",
12520
- "description": "Removes the ability to click or target the input."
12521
- },
12522
- "VTextarea/id": {
12523
- "type": "string\n",
12524
- "description": "Sets the DOM id on the component."
12525
- },
12526
- "VTextarea/autofocus": {
12527
- "type": "boolean\n",
12528
- "description": "The element should be focused as soon as the page loads."
12529
- },
12530
- "VTextarea/counter": {
12531
- "type": "string | number | true\n",
12532
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
12533
- },
12534
12546
  "VTextarea/prefix": {
12535
12547
  "type": "string\n",
12536
12548
  "description": "Displays prefix text."
12537
12549
  },
12550
+ "VTextarea/direction": {
12551
+ "type": "'horizontal' | 'vertical'\n",
12552
+ "description": "Changes the direction of the input."
12553
+ },
12538
12554
  "VTextarea/placeholder": {
12539
12555
  "type": "string\n",
12540
12556
  "description": "Sets the input's placeholder text."
12541
12557
  },
12542
- "VTextarea/persistent-placeholder": {
12543
- "type": "boolean\n",
12544
- "description": "Forces placeholder to always be visible."
12545
- },
12546
- "VTextarea/persistent-counter": {
12547
- "type": "boolean\n",
12548
- "description": "Forces counter to always be visible."
12549
- },
12550
- "VTextarea/suffix": {
12551
- "type": "string\n",
12552
- "description": "Displays suffix text."
12553
- },
12554
- "VTextarea/append-icon": {
12555
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12556
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
12557
- },
12558
12558
  "VTextarea/center-affix": {
12559
12559
  "type": "boolean\n",
12560
12560
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -12567,10 +12567,6 @@
12567
12567
  "type": "string | boolean\n",
12568
12568
  "description": "Sets the color of the prepend/append icons."
12569
12569
  },
12570
- "VTextarea/prepend-icon": {
12571
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12572
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
12573
- },
12574
12570
  "VTextarea/hide-spin-buttons": {
12575
12571
  "type": "boolean\n",
12576
12572
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -12587,10 +12583,6 @@
12587
12583
  "type": "string | string[]\n",
12588
12584
  "description": "Displays a list of messages or a single message if using a string."
12589
12585
  },
12590
- "VTextarea/direction": {
12591
- "type": "'horizontal' | 'vertical'\n",
12592
- "description": "Changes the direction of the input."
12593
- },
12594
12586
  "VTextarea/error-messages": {
12595
12587
  "type": "string | string[]\n",
12596
12588
  "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."
@@ -12599,10 +12591,6 @@
12599
12591
  "type": "string | number\n",
12600
12592
  "description": "Control the maximum number of shown errors from validation."
12601
12593
  },
12602
- "VTextarea/readonly": {
12603
- "type": "boolean\n",
12604
- "description": "Puts input in readonly state."
12605
- },
12606
12594
  "VTextarea/rules": {
12607
12595
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L17-L21\" target=\"_blank\">ValidationRule</a>[]\n",
12608
12596
  "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`."
@@ -12623,6 +12611,26 @@
12623
12611
  "type": "boolean | 'auto'\n",
12624
12612
  "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."
12625
12613
  },
12614
+ "VTextarea/autofocus": {
12615
+ "type": "boolean\n",
12616
+ "description": "The element should be focused as soon as the page loads."
12617
+ },
12618
+ "VTextarea/counter": {
12619
+ "type": "string | number | true\n",
12620
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
12621
+ },
12622
+ "VTextarea/persistent-placeholder": {
12623
+ "type": "boolean\n",
12624
+ "description": "Forces placeholder to always be visible."
12625
+ },
12626
+ "VTextarea/persistent-counter": {
12627
+ "type": "boolean\n",
12628
+ "description": "Forces counter to always be visible."
12629
+ },
12630
+ "VTextarea/suffix": {
12631
+ "type": "string\n",
12632
+ "description": "Displays suffix text."
12633
+ },
12626
12634
  "VTextarea/append-inner-icon": {
12627
12635
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12628
12636
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
@@ -12635,10 +12643,6 @@
12635
12643
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12636
12644
  "description": "The icon used when the **clearable** prop is set to true."
12637
12645
  },
12638
- "VTextarea/active": {
12639
- "type": "boolean\n",
12640
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
12641
- },
12642
12646
  "VTextarea/dirty": {
12643
12647
  "type": "boolean\n",
12644
12648
  "description": "Manually apply the dirty state styling."
@@ -12655,10 +12659,6 @@
12655
12659
  "type": "boolean\n",
12656
12660
  "description": "Label does not move on focus/dirty."
12657
12661
  },
12658
- "VTextarea/loading": {
12659
- "type": "string | boolean\n",
12660
- "description": "Displays linear 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."
12661
- },
12662
12662
  "VTextarea/counter-value": {
12663
12663
  "type": "(value: any) => number\n",
12664
12664
  "description": "Display the input length but do not provide any validation."
@@ -13151,14 +13151,14 @@
13151
13151
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13152
13152
  "description": "Applies a distinct style to the component."
13153
13153
  },
13154
- "VToolbarTitle/text": {
13155
- "type": "string\n",
13156
- "description": "Specify content text for the component."
13157
- },
13158
13154
  "VToolbarTitle/tag": {
13159
13155
  "type": "string | (new () => any) | FunctionalComponent\n",
13160
13156
  "description": "Specify a custom tag used on the root element."
13161
13157
  },
13158
+ "VToolbarTitle/text": {
13159
+ "type": "string\n",
13160
+ "description": "Specify content text for the component."
13161
+ },
13162
13162
  "VTooltip/theme": {
13163
13163
  "type": "string\n",
13164
13164
  "description": "Specify a theme for this component and all of its children."