@vuetify/nightly 3.8.2-dev.2025-04-17 → 3.8.2-dev.2025-04-28

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.
@@ -1523,6 +1523,10 @@
1523
1523
  "type": "boolean\n",
1524
1524
  "description": "Add dividers between children [v-btn](/components/buttons) components."
1525
1525
  },
1526
+ "VBtnGroup/direction": {
1527
+ "type": "'horizontal' | 'vertical'\n",
1528
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VBtnGroup.json))"
1529
+ },
1526
1530
  "VBtnToggle/tag": {
1527
1531
  "type": "string | (new () => any) | FunctionalComponent\n",
1528
1532
  "description": "Specify a custom tag used on the root element."
@@ -1591,6 +1595,10 @@
1591
1595
  "type": "boolean\n",
1592
1596
  "description": "Add dividers between children [v-btn](/components/buttons) components."
1593
1597
  },
1598
+ "VBtnToggle/direction": {
1599
+ "type": "'horizontal' | 'vertical'\n",
1600
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VBtnGroup.json))"
1601
+ },
1594
1602
  "VCalendar/title": {
1595
1603
  "type": "string\n",
1596
1604
  "description": "Specify a title text for the component."
@@ -2079,6 +2087,10 @@
2079
2087
  "type": "boolean | 'force'\n",
2080
2088
  "description": "Forces at least one item to always be selected (if available)."
2081
2089
  },
2090
+ "VCarousel/direction": {
2091
+ "type": "'horizontal' | 'vertical'\n",
2092
+ "description": "The transition direction when changing windows."
2093
+ },
2082
2094
  "VCarousel/next-icon": {
2083
2095
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2084
2096
  "description": "The displayed icon for forcing pagination to the next item."
@@ -2119,10 +2131,6 @@
2119
2131
  "type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>\n",
2120
2132
  "description": "Provide a custom **left** and **right** function when swiped left or right."
2121
2133
  },
2122
- "VCarousel/direction": {
2123
- "type": "'horizontal' | 'vertical'\n",
2124
- "description": "The transition direction when changing windows."
2125
- },
2126
2134
  "VCarousel/vertical-delimiters": {
2127
2135
  "type": "boolean | 'left' | 'right'\n",
2128
2136
  "description": "Displays carousel delimiters vertically."
@@ -2719,6 +2727,10 @@
2719
2727
  "type": "boolean | 'force'\n",
2720
2728
  "description": "Forces at least one item to always be selected (if available)."
2721
2729
  },
2730
+ "VChipGroup/direction": {
2731
+ "type": "'horizontal' | 'vertical'\n",
2732
+ "description": "Switch between horizontal and vertical modes."
2733
+ },
2722
2734
  "VChipGroup/next-icon": {
2723
2735
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2724
2736
  "description": "Specify the icon to use for the next icon."
@@ -2731,10 +2743,6 @@
2731
2743
  "type": "string | boolean\n",
2732
2744
  "description": "Force the display of the pagination arrows."
2733
2745
  },
2734
- "VChipGroup/direction": {
2735
- "type": "'horizontal' | 'vertical'\n",
2736
- "description": "Switch between horizontal and vertical modes."
2737
- },
2738
2746
  "VChipGroup/value-comparator": {
2739
2747
  "type": "(a: any, b: any) => boolean\n",
2740
2748
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
@@ -8079,14 +8087,14 @@
8079
8087
  "type": "string\n",
8080
8088
  "description": "The role attribute applied to the input."
8081
8089
  },
8082
- "VNumberInput/min": {
8083
- "type": "number\n",
8084
- "description": "Specifies the minimum allowable value for the input."
8085
- },
8086
8090
  "VNumberInput/direction": {
8087
8091
  "type": "'horizontal' | 'vertical'\n",
8088
8092
  "description": "Changes the direction of the input."
8089
8093
  },
8094
+ "VNumberInput/min": {
8095
+ "type": "number\n",
8096
+ "description": "Specifies the minimum allowable value for the input."
8097
+ },
8090
8098
  "VNumberInput/placeholder": {
8091
8099
  "type": "string\n",
8092
8100
  "description": "Sets the input’s placeholder text."
@@ -10171,6 +10179,10 @@
10171
10179
  "type": "boolean | 'force'\n",
10172
10180
  "description": "Forces at least one item to always be selected (if available)."
10173
10181
  },
10182
+ "VSlideGroup/direction": {
10183
+ "type": "'horizontal' | 'vertical'\n",
10184
+ "description": "Switch between horizontal and vertical modes."
10185
+ },
10174
10186
  "VSlideGroup/next-icon": {
10175
10187
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
10176
10188
  "description": "The appended slot when arrows are shown."
@@ -10183,10 +10195,6 @@
10183
10195
  "type": "string | boolean\n",
10184
10196
  "description": "Change when the overflow arrow indicators are shown. By **default**, arrows *always* display on Desktop when the container is overflowing. When the container overflows on mobile, arrows are not shown by default. A **show-arrows** value of `true` allows these arrows to show on Mobile if the container overflowing. A value of `desktop` *always* displays arrows on Desktop while a value of `mobile` always displays arrows on Mobile. A value of `always` always displays arrows on Desktop *and* Mobile. Find more information on how to customize breakpoint thresholds on the [breakpoints page](/customizing/breakpoints)."
10185
10197
  },
10186
- "VSlideGroup/direction": {
10187
- "type": "'horizontal' | 'vertical'\n",
10188
- "description": "Switch between horizontal and vertical modes."
10189
- },
10190
10198
  "VSlideGroup/center-active": {
10191
10199
  "type": "boolean\n",
10192
10200
  "description": "Forces the selected component to be centered."
@@ -10387,14 +10395,14 @@
10387
10395
  "type": "string\n",
10388
10396
  "description": "Sets the DOM id on the component."
10389
10397
  },
10390
- "VSlider/min": {
10391
- "type": "string | number\n",
10392
- "description": "Sets the minimum allowed value."
10393
- },
10394
10398
  "VSlider/direction": {
10395
10399
  "type": "'horizontal' | 'vertical'\n",
10396
10400
  "description": "Changes the direction of the input."
10397
10401
  },
10402
+ "VSlider/min": {
10403
+ "type": "string | number\n",
10404
+ "description": "Sets the minimum allowed value."
10405
+ },
10398
10406
  "VSlider/center-affix": {
10399
10407
  "type": "boolean\n",
10400
10408
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -11223,14 +11231,14 @@
11223
11231
  "type": "string\n",
11224
11232
  "description": "The text used for the Next button."
11225
11233
  },
11234
+ "VStepperActions/disabled": {
11235
+ "type": "boolean | 'prev' | 'next'\n",
11236
+ "description": "Removes the ability to click or target the component."
11237
+ },
11226
11238
  "VStepperActions/color": {
11227
11239
  "type": "string\n",
11228
11240
  "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)."
11229
11241
  },
11230
- "VStepperActions/disabled": {
11231
- "type": "boolean | 'next' | 'prev'\n",
11232
- "description": "Removes the ability to click or target the component."
11233
- },
11234
11242
  "VStepperActions/prev-text": {
11235
11243
  "type": "string\n",
11236
11244
  "description": "The text used for the Prev button."
@@ -11243,65 +11251,65 @@
11243
11251
  "type": "string\n",
11244
11252
  "description": "Specify a custom tag used on the root element."
11245
11253
  },
11254
+ "VStepperItem/error": {
11255
+ "type": "boolean\n",
11256
+ "description": "Puts the stepper item in a manual error state."
11257
+ },
11246
11258
  "VStepperItem/title": {
11247
11259
  "type": "string\n",
11248
11260
  "description": "Specify a title text for the component."
11249
11261
  },
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."
11262
+ "VStepperItem/ripple": {
11263
+ "type": "boolean | { class: string }\n",
11264
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11253
11265
  },
11254
- "VStepperItem/error": {
11266
+ "VStepperItem/value": {
11267
+ "type": "any\n",
11268
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11269
+ },
11270
+ "VStepperItem/disabled": {
11255
11271
  "type": "boolean\n",
11256
- "description": "Puts the stepper item in a manual error state."
11272
+ "description": "Removes the ability to click or target the component."
11273
+ },
11274
+ "VStepperItem/selected-class": {
11275
+ "type": "string\n",
11276
+ "description": "Configure the active CSS class applied when an item is selected."
11257
11277
  },
11258
11278
  "VStepperItem/color": {
11259
11279
  "type": "string\n",
11260
11280
  "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)."
11261
11281
  },
11262
- "VStepperItem/value": {
11263
- "type": "any\n",
11264
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11282
+ "VStepperItem/icon": {
11283
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11284
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11265
11285
  },
11266
11286
  "VStepperItem/subtitle": {
11267
11287
  "type": "string\n",
11268
11288
  "description": "Specify a subtitle text for the component."
11269
11289
  },
11270
- "VStepperItem/disabled": {
11271
- "type": "boolean\n",
11272
- "description": "Removes the ability to click or target the component."
11273
- },
11274
11290
  "VStepperItem/rules": {
11275
11291
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11276
11292
  "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`."
11277
11293
  },
11278
- "VStepperItem/ripple": {
11279
- "type": "boolean | { class: string }\n",
11280
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11281
- },
11282
- "VStepperItem/complete": {
11283
- "type": "boolean\n",
11284
- "description": "Marks step as complete."
11285
- },
11286
11294
  "VStepperItem/complete-icon": {
11287
11295
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11288
11296
  "description": "Icon to display when step is marked as completed."
11289
11297
  },
11290
- "VStepperItem/editable": {
11291
- "type": "boolean\n",
11292
- "description": "Marks step as editable."
11293
- },
11294
11298
  "VStepperItem/edit-icon": {
11295
11299
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11296
11300
  "description": "Icon to display when step is editable."
11297
11301
  },
11302
+ "VStepperItem/editable": {
11303
+ "type": "boolean\n",
11304
+ "description": "Marks step as editable."
11305
+ },
11298
11306
  "VStepperItem/error-icon": {
11299
11307
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11300
11308
  "description": "Icon to display when step has an error."
11301
11309
  },
11302
- "VStepperItem/selected-class": {
11303
- "type": "string\n",
11304
- "description": "Configure the active CSS class applied when an item is selected."
11310
+ "VStepperItem/complete": {
11311
+ "type": "boolean\n",
11312
+ "description": "Marks step as complete."
11305
11313
  },
11306
11314
  "VStepperVertical/flat": {
11307
11315
  "type": "boolean\n",
@@ -11443,14 +11451,14 @@
11443
11451
  "type": "string\n",
11444
11452
  "description": "The text used for the Next button."
11445
11453
  },
11454
+ "VStepperVerticalActions/disabled": {
11455
+ "type": "boolean | 'prev' | 'next'\n",
11456
+ "description": "Removes the ability to click or target the component."
11457
+ },
11446
11458
  "VStepperVerticalActions/color": {
11447
11459
  "type": "string\n",
11448
11460
  "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)."
11449
11461
  },
11450
- "VStepperVerticalActions/disabled": {
11451
- "type": "boolean | 'next' | 'prev'\n",
11452
- "description": "Removes the ability to click or target the component."
11453
- },
11454
11462
  "VStepperVerticalActions/prev-text": {
11455
11463
  "type": "string\n",
11456
11464
  "description": "The text used for the Prev button."
@@ -11459,22 +11467,34 @@
11459
11467
  "type": "string\n",
11460
11468
  "description": "The text used for the Next button."
11461
11469
  },
11470
+ "VStepperVerticalItem/tag": {
11471
+ "type": "string | (new () => any) | FunctionalComponent\n",
11472
+ "description": "Specify a custom tag used on the root element."
11473
+ },
11474
+ "VStepperVerticalItem/error": {
11475
+ "type": "boolean\n",
11476
+ "description": "Puts the stepper item in a manual error state."
11477
+ },
11462
11478
  "VStepperVerticalItem/title": {
11463
11479
  "type": "string\n",
11464
11480
  "description": "Specify a title text for the component."
11465
11481
  },
11482
+ "VStepperVerticalItem/readonly": {
11483
+ "type": "boolean\n",
11484
+ "description": "Makes the expansion panel content read only."
11485
+ },
11486
+ "VStepperVerticalItem/ripple": {
11487
+ "type": "boolean | { class: string }\n",
11488
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11489
+ },
11490
+ "VStepperVerticalItem/value": {
11491
+ "type": "any\n",
11492
+ "description": "Controls the opened/closed state of content."
11493
+ },
11466
11494
  "VStepperVerticalItem/text": {
11467
11495
  "type": "string\n",
11468
11496
  "description": "Specify content text for the component."
11469
11497
  },
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
- },
11478
11498
  "VStepperVerticalItem/height": {
11479
11499
  "type": "string | number\n",
11480
11500
  "description": "Sets the height for the component."
@@ -11503,6 +11523,14 @@
11503
11523
  "type": "string | number\n",
11504
11524
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11505
11525
  },
11526
+ "VStepperVerticalItem/disabled": {
11527
+ "type": "boolean\n",
11528
+ "description": "Disables the expansion-panel content."
11529
+ },
11530
+ "VStepperVerticalItem/selected-class": {
11531
+ "type": "string\n",
11532
+ "description": "Configure the active CSS class applied when an item is selected."
11533
+ },
11506
11534
  "VStepperVerticalItem/static": {
11507
11535
  "type": "boolean\n",
11508
11536
  "description": "Remove title size expansion when selected."
@@ -11515,17 +11543,17 @@
11515
11543
  "type": "boolean\n",
11516
11544
  "description": "Removes any applied **border-radius** from the component."
11517
11545
  },
11518
- "VStepperVerticalItem/tag": {
11519
- "type": "string | (new () => any) | FunctionalComponent\n",
11520
- "description": "Specify a custom tag used on the root element."
11521
- },
11522
11546
  "VStepperVerticalItem/color": {
11523
11547
  "type": "string\n",
11524
11548
  "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)."
11525
11549
  },
11526
- "VStepperVerticalItem/value": {
11527
- "type": "any\n",
11528
- "description": "Controls the opened/closed state of content."
11550
+ "VStepperVerticalItem/icon": {
11551
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11552
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11553
+ },
11554
+ "VStepperVerticalItem/bg-color": {
11555
+ "type": "string\n",
11556
+ "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)."
11529
11557
  },
11530
11558
  "VStepperVerticalItem/eager": {
11531
11559
  "type": "boolean\n",
@@ -11535,13 +11563,9 @@
11535
11563
  "type": "string\n",
11536
11564
  "description": "Specify a subtitle text for the component."
11537
11565
  },
11538
- "VStepperVerticalItem/bg-color": {
11539
- "type": "string\n",
11540
- "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)."
11541
- },
11542
- "VStepperVerticalItem/disabled": {
11543
- "type": "boolean\n",
11544
- "description": "Disables the expansion-panel content."
11566
+ "VStepperVerticalItem/rules": {
11567
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11568
+ "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`."
11545
11569
  },
11546
11570
  "VStepperVerticalItem/expand-icon": {
11547
11571
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -11551,49 +11575,33 @@
11551
11575
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11552
11576
  "description": "Icon used when the expansion panel is in a collapsable state."
11553
11577
  },
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
- },
11562
11578
  "VStepperVerticalItem/hide-actions": {
11563
11579
  "type": "boolean\n",
11564
11580
  "description": "Hide the expand icon in the content title."
11565
11581
  },
11566
- "VStepperVerticalItem/ripple": {
11567
- "type": "boolean | { class: string }\n",
11568
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11569
- },
11570
- "VStepperVerticalItem/complete": {
11582
+ "VStepperVerticalItem/focusable": {
11571
11583
  "type": "boolean\n",
11572
- "description": "Marks step as complete."
11584
+ "description": "Makes the expansion panel content focusable."
11573
11585
  },
11574
11586
  "VStepperVerticalItem/complete-icon": {
11575
11587
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11576
11588
  "description": "Icon to display when step is marked as completed."
11577
11589
  },
11578
- "VStepperVerticalItem/editable": {
11579
- "type": "boolean\n",
11580
- "description": "Marks step as editable."
11581
- },
11582
11590
  "VStepperVerticalItem/edit-icon": {
11583
11591
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11584
11592
  "description": "Icon to display when step is editable."
11585
11593
  },
11594
+ "VStepperVerticalItem/editable": {
11595
+ "type": "boolean\n",
11596
+ "description": "Marks step as editable."
11597
+ },
11586
11598
  "VStepperVerticalItem/error-icon": {
11587
11599
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11588
11600
  "description": "Icon to display when step has an error."
11589
11601
  },
11590
- "VStepperVerticalItem/selected-class": {
11591
- "type": "string\n",
11592
- "description": "Configure the active CSS class applied when an item is selected."
11593
- },
11594
- "VStepperVerticalItem/focusable": {
11602
+ "VStepperVerticalItem/complete": {
11595
11603
  "type": "boolean\n",
11596
- "description": "Makes the expansion panel content focusable."
11604
+ "description": "Marks step as complete."
11597
11605
  },
11598
11606
  "VStepperWindow/tag": {
11599
11607
  "type": "string | (new () => any) | FunctionalComponent\n",
@@ -12015,10 +12023,6 @@
12015
12023
  "type": "boolean | { class: string }\n",
12016
12024
  "description": "Applies the [v-ripple](/directives/ripple) directive."
12017
12025
  },
12018
- "VTab/selected-class": {
12019
- "type": "string\n",
12020
- "description": "Configure the active CSS class applied when an item is selected."
12021
- },
12022
12026
  "VTab/slider-color": {
12023
12027
  "type": "string\n",
12024
12028
  "description": "Applies specified color to the slider when active on that component - 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)."
@@ -12031,6 +12035,10 @@
12031
12035
  "type": "boolean\n",
12032
12036
  "description": "Displays the tab as a flex-column."
12033
12037
  },
12038
+ "VTab/selected-class": {
12039
+ "type": "string\n",
12040
+ "description": "Configure the active CSS class applied when an item is selected."
12041
+ },
12034
12042
  "VTab/to": {
12035
12043
  "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
12036
12044
  "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."
@@ -12131,6 +12139,10 @@
12131
12139
  "type": "unknown[]\n",
12132
12140
  "description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
12133
12141
  },
12142
+ "VTabs/direction": {
12143
+ "type": "'horizontal' | 'vertical'\n",
12144
+ "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
12145
+ },
12134
12146
  "VTabs/next-icon": {
12135
12147
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12136
12148
  "description": "Right pagination icon."
@@ -12143,10 +12155,6 @@
12143
12155
  "type": "string | boolean\n",
12144
12156
  "description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
12145
12157
  },
12146
- "VTabs/direction": {
12147
- "type": "'horizontal' | 'vertical'\n",
12148
- "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
12149
- },
12150
12158
  "VTabs/center-active": {
12151
12159
  "type": "boolean\n",
12152
12160
  "description": "Forces the selected tab to be centered."
@@ -12167,34 +12175,34 @@
12167
12175
  "type": "string\n",
12168
12176
  "description": "Changes the background color of an auto-generated `v-tabs-slider`."
12169
12177
  },
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."
12178
+ "VTabsWindow/tag": {
12179
+ "type": "string | (new () => any) | FunctionalComponent\n",
12180
+ "description": "Specify a custom tag used on the root element."
12173
12181
  },
12174
12182
  "VTabsWindow/reverse": {
12175
12183
  "type": "boolean\n",
12176
12184
  "description": "Reverse the normal transition direction."
12177
12185
  },
12178
- "VTabsWindow/tag": {
12179
- "type": "string | (new () => any) | FunctionalComponent\n",
12180
- "description": "Specify a custom tag used on the root element."
12186
+ "VTabsWindow/disabled": {
12187
+ "type": "boolean\n",
12188
+ "description": "Removes the ability to click or target the component."
12189
+ },
12190
+ "VTabsWindow/selected-class": {
12191
+ "type": "string\n",
12192
+ "description": "Configure the active CSS class applied when an item is selected."
12181
12193
  },
12182
12194
  "VTabsWindow/theme": {
12183
12195
  "type": "string\n",
12184
12196
  "description": "Specify a theme for this component and all of its children."
12185
12197
  },
12186
- "VTabsWindow/disabled": {
12187
- "type": "boolean\n",
12188
- "description": "Removes the ability to click or target the component."
12198
+ "VTabsWindow/model-value": {
12199
+ "type": "any\n",
12200
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12189
12201
  },
12190
12202
  "VTabsWindow/direction": {
12191
12203
  "type": "'horizontal' | 'vertical'\n",
12192
12204
  "description": "The transition direction when changing windows."
12193
12205
  },
12194
- "VTabsWindow/selected-class": {
12195
- "type": "string\n",
12196
- "description": "Configure the active CSS class applied when an item is selected."
12197
- },
12198
12206
  "VTabsWindowItem/value": {
12199
12207
  "type": "any\n",
12200
12208
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -12227,17 +12235,41 @@
12227
12235
  "type": "string\n",
12228
12236
  "description": "Sets input type."
12229
12237
  },
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."
12238
+ "VTextField/reverse": {
12239
+ "type": "boolean\n",
12240
+ "description": "Reverses the input orientation."
12241
+ },
12242
+ "VTextField/name": {
12243
+ "type": "string\n",
12244
+ "description": "Sets the component's name attribute."
12233
12245
  },
12234
12246
  "VTextField/error": {
12235
12247
  "type": "boolean\n",
12236
12248
  "description": "Puts the input in a manual error state."
12237
12249
  },
12238
- "VTextField/reverse": {
12239
- "type": "boolean\n",
12240
- "description": "Reverses the input orientation."
12250
+ "VTextField/label": {
12251
+ "type": "string\n",
12252
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) 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": {
12271
+ "type": "boolean\n",
12272
+ "description": "Puts input in readonly state."
12241
12273
  },
12242
12274
  "VTextField/density": {
12243
12275
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -12255,6 +12287,14 @@
12255
12287
  "type": "string | number\n",
12256
12288
  "description": "Sets the width for the component."
12257
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
+ },
12258
12298
  "VTextField/rounded": {
12259
12299
  "type": "string | number | boolean\n",
12260
12300
  "description": "Adds a border radius to the input."
@@ -12275,9 +12315,13 @@
12275
12315
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
12276
12316
  "description": "Applies a distinct style to the component."
12277
12317
  },
12278
- "VTextField/name": {
12318
+ "VTextField/model-value": {
12319
+ "type": "any\n",
12320
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12321
+ },
12322
+ "VTextField/bg-color": {
12279
12323
  "type": "string\n",
12280
- "description": "Sets the component's name attribute."
12324
+ "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)."
12281
12325
  },
12282
12326
  "VTextField/id": {
12283
12327
  "type": "string\n",
@@ -12287,54 +12331,18 @@
12287
12331
  "type": "string\n",
12288
12332
  "description": "Displays prefix text."
12289
12333
  },
12290
- "VTextField/label": {
12291
- "type": "string\n",
12292
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
12293
- },
12294
- "VTextField/base-color": {
12295
- "type": "string\n",
12296
- "description": "Sets the color of the input when it is not focused."
12297
- },
12298
- "VTextField/bg-color": {
12334
+ "VTextField/role": {
12299
12335
  "type": "string\n",
12300
- "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)."
12301
- },
12302
- "VTextField/disabled": {
12303
- "type": "boolean\n",
12304
- "description": "Removes the ability to click or target the input."
12305
- },
12306
- "VTextField/autofocus": {
12307
- "type": "boolean\n",
12308
- "description": "Enables autofocus."
12336
+ "description": "The role attribute applied to the input."
12309
12337
  },
12310
- "VTextField/counter": {
12311
- "type": "string | number | boolean\n",
12312
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
12338
+ "VTextField/direction": {
12339
+ "type": "'horizontal' | 'vertical'\n",
12340
+ "description": "Changes the direction of the input."
12313
12341
  },
12314
12342
  "VTextField/placeholder": {
12315
12343
  "type": "string\n",
12316
12344
  "description": "Sets the input’s placeholder text."
12317
12345
  },
12318
- "VTextField/persistent-placeholder": {
12319
- "type": "boolean\n",
12320
- "description": "Forces placeholder to always be visible."
12321
- },
12322
- "VTextField/persistent-counter": {
12323
- "type": "boolean\n",
12324
- "description": "Forces counter to always be visible."
12325
- },
12326
- "VTextField/suffix": {
12327
- "type": "string\n",
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
- },
12338
12346
  "VTextField/center-affix": {
12339
12347
  "type": "boolean\n",
12340
12348
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -12347,10 +12355,6 @@
12347
12355
  "type": "string | boolean\n",
12348
12356
  "description": "Sets the color of the prepend/append icons."
12349
12357
  },
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
- },
12354
12358
  "VTextField/hide-spin-buttons": {
12355
12359
  "type": "boolean\n",
12356
12360
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -12367,10 +12371,6 @@
12367
12371
  "type": "string | string[]\n",
12368
12372
  "description": "Displays a list of messages or a single message if using a string."
12369
12373
  },
12370
- "VTextField/direction": {
12371
- "type": "'horizontal' | 'vertical'\n",
12372
- "description": "Changes the direction of the input."
12373
- },
12374
12374
  "VTextField/error-messages": {
12375
12375
  "type": "string | string[]\n",
12376
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."
@@ -12379,10 +12379,6 @@
12379
12379
  "type": "string | number\n",
12380
12380
  "description": "Control the maximum number of shown errors from validation."
12381
12381
  },
12382
- "VTextField/readonly": {
12383
- "type": "boolean\n",
12384
- "description": "Puts input in readonly state."
12385
- },
12386
12382
  "VTextField/rules": {
12387
12383
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L17-L21\" target=\"_blank\">ValidationRule</a>[]\n",
12388
12384
  "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`."
@@ -12403,6 +12399,26 @@
12403
12399
  "type": "boolean | 'auto'\n",
12404
12400
  "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."
12405
12401
  },
12402
+ "VTextField/autofocus": {
12403
+ "type": "boolean\n",
12404
+ "description": "Enables autofocus."
12405
+ },
12406
+ "VTextField/counter": {
12407
+ "type": "string | number | boolean\n",
12408
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
12409
+ },
12410
+ "VTextField/persistent-placeholder": {
12411
+ "type": "boolean\n",
12412
+ "description": "Forces placeholder to always be visible."
12413
+ },
12414
+ "VTextField/persistent-counter": {
12415
+ "type": "boolean\n",
12416
+ "description": "Forces counter to always be visible."
12417
+ },
12418
+ "VTextField/suffix": {
12419
+ "type": "string\n",
12420
+ "description": "Displays suffix text."
12421
+ },
12406
12422
  "VTextField/append-inner-icon": {
12407
12423
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12408
12424
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
@@ -12415,10 +12431,6 @@
12415
12431
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12416
12432
  "description": "Applied when using **clearable** and the input is dirty."
12417
12433
  },
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
- },
12422
12434
  "VTextField/dirty": {
12423
12435
  "type": "boolean\n",
12424
12436
  "description": "Manually apply the dirty state styling."
@@ -12435,10 +12447,6 @@
12435
12447
  "type": "boolean\n",
12436
12448
  "description": "Label does not move on focus/dirty."
12437
12449
  },
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
12450
  "VTextField/counter-value": {
12443
12451
  "type": "number | ((value: any) => number)\n",
12444
12452
  "description": "Function returns the counter display text."
@@ -12451,41 +12459,17 @@
12451
12459
  "type": "boolean\n",
12452
12460
  "description": "Removes box shadow when using a variant with elevation."
12453
12461
  },
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."
12462
+ "VTextarea/model-value": {
12463
+ "type": "any\n",
12464
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12461
12465
  },
12462
12466
  "VTextarea/error": {
12463
12467
  "type": "boolean\n",
12464
12468
  "description": "Puts the input in a manual error state."
12465
12469
  },
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/active": {
12471
- "type": "boolean\n",
12472
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
12473
- },
12474
- "VTextarea/base-color": {
12475
- "type": "string\n",
12476
- "description": "Sets the color of the input when it is not focused."
12477
- },
12478
- "VTextarea/prepend-icon": {
12479
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12480
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
12481
- },
12482
- "VTextarea/append-icon": {
12483
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12484
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
12485
- },
12486
- "VTextarea/readonly": {
12470
+ "VTextarea/reverse": {
12487
12471
  "type": "boolean\n",
12488
- "description": "Puts input in readonly state."
12472
+ "description": "Reverses the orientation."
12489
12473
  },
12490
12474
  "VTextarea/density": {
12491
12475
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -12503,14 +12487,6 @@
12503
12487
  "type": "string | number\n",
12504
12488
  "description": "Sets the width for the component."
12505
12489
  },
12506
- "VTextarea/disabled": {
12507
- "type": "boolean\n",
12508
- "description": "Removes the ability to click or target the input."
12509
- },
12510
- "VTextarea/loading": {
12511
- "type": "string | boolean\n",
12512
- "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."
12513
- },
12514
12490
  "VTextarea/rounded": {
12515
12491
  "type": "string | number | boolean\n",
12516
12492
  "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)."
@@ -12531,13 +12507,9 @@
12531
12507
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
12532
12508
  "description": "Applies a distinct style to the component."
12533
12509
  },
12534
- "VTextarea/model-value": {
12535
- "type": "any\n",
12536
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12537
- },
12538
- "VTextarea/bg-color": {
12510
+ "VTextarea/name": {
12539
12511
  "type": "string\n",
12540
- "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)."
12512
+ "description": "Sets the component's name attribute."
12541
12513
  },
12542
12514
  "VTextarea/id": {
12543
12515
  "type": "string\n",
@@ -12547,14 +12519,50 @@
12547
12519
  "type": "string\n",
12548
12520
  "description": "Displays prefix text."
12549
12521
  },
12550
- "VTextarea/direction": {
12551
- "type": "'horizontal' | 'vertical'\n",
12552
- "description": "Changes the direction of the input."
12522
+ "VTextarea/label": {
12523
+ "type": "string\n",
12524
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
12525
+ },
12526
+ "VTextarea/base-color": {
12527
+ "type": "string\n",
12528
+ "description": "Sets the color of the input when it is not focused."
12529
+ },
12530
+ "VTextarea/bg-color": {
12531
+ "type": "string\n",
12532
+ "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)."
12533
+ },
12534
+ "VTextarea/disabled": {
12535
+ "type": "boolean\n",
12536
+ "description": "Removes the ability to click or target the input."
12537
+ },
12538
+ "VTextarea/autofocus": {
12539
+ "type": "boolean\n",
12540
+ "description": "The element should be focused as soon as the page loads."
12541
+ },
12542
+ "VTextarea/counter": {
12543
+ "type": "string | number | true\n",
12544
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
12553
12545
  },
12554
12546
  "VTextarea/placeholder": {
12555
12547
  "type": "string\n",
12556
12548
  "description": "Sets the input's placeholder text."
12557
12549
  },
12550
+ "VTextarea/persistent-placeholder": {
12551
+ "type": "boolean\n",
12552
+ "description": "Forces placeholder to always be visible."
12553
+ },
12554
+ "VTextarea/persistent-counter": {
12555
+ "type": "boolean\n",
12556
+ "description": "Forces counter to always be visible."
12557
+ },
12558
+ "VTextarea/suffix": {
12559
+ "type": "string\n",
12560
+ "description": "Displays suffix text."
12561
+ },
12562
+ "VTextarea/append-icon": {
12563
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12564
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
12565
+ },
12558
12566
  "VTextarea/center-affix": {
12559
12567
  "type": "boolean\n",
12560
12568
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -12567,6 +12575,10 @@
12567
12575
  "type": "string | boolean\n",
12568
12576
  "description": "Sets the color of the prepend/append icons."
12569
12577
  },
12578
+ "VTextarea/prepend-icon": {
12579
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12580
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
12581
+ },
12570
12582
  "VTextarea/hide-spin-buttons": {
12571
12583
  "type": "boolean\n",
12572
12584
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -12583,6 +12595,10 @@
12583
12595
  "type": "string | string[]\n",
12584
12596
  "description": "Displays a list of messages or a single message if using a string."
12585
12597
  },
12598
+ "VTextarea/direction": {
12599
+ "type": "'horizontal' | 'vertical'\n",
12600
+ "description": "Changes the direction of the input."
12601
+ },
12586
12602
  "VTextarea/error-messages": {
12587
12603
  "type": "string | string[]\n",
12588
12604
  "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."
@@ -12591,6 +12607,10 @@
12591
12607
  "type": "string | number\n",
12592
12608
  "description": "Control the maximum number of shown errors from validation."
12593
12609
  },
12610
+ "VTextarea/readonly": {
12611
+ "type": "boolean\n",
12612
+ "description": "Puts input in readonly state."
12613
+ },
12594
12614
  "VTextarea/rules": {
12595
12615
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L17-L21\" target=\"_blank\">ValidationRule</a>[]\n",
12596
12616
  "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`."
@@ -12611,26 +12631,6 @@
12611
12631
  "type": "boolean | 'auto'\n",
12612
12632
  "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."
12613
12633
  },
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
- },
12634
12634
  "VTextarea/append-inner-icon": {
12635
12635
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12636
12636
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
@@ -12643,6 +12643,10 @@
12643
12643
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12644
12644
  "description": "The icon used when the **clearable** prop is set to true."
12645
12645
  },
12646
+ "VTextarea/active": {
12647
+ "type": "boolean\n",
12648
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
12649
+ },
12646
12650
  "VTextarea/dirty": {
12647
12651
  "type": "boolean\n",
12648
12652
  "description": "Manually apply the dirty state styling."
@@ -12659,6 +12663,10 @@
12659
12663
  "type": "boolean\n",
12660
12664
  "description": "Label does not move on focus/dirty."
12661
12665
  },
12666
+ "VTextarea/loading": {
12667
+ "type": "string | boolean\n",
12668
+ "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."
12669
+ },
12662
12670
  "VTextarea/counter-value": {
12663
12671
  "type": "(value: any) => number\n",
12664
12672
  "description": "Display the input length but do not provide any validation."
@@ -12879,9 +12887,9 @@
12879
12887
  "type": "(value: number) => boolean\n",
12880
12888
  "description": "Restricts which hours can be selected."
12881
12889
  },
12882
- "VTimePickerControls/readonly": {
12883
- "type": "boolean\n",
12884
- "description": "Makes the timepicker readonly."
12890
+ "VTimePickerControls/color": {
12891
+ "type": "string\n",
12892
+ "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)."
12885
12893
  },
12886
12894
  "VTimePickerControls/value": {
12887
12895
  "type": "number\n",
@@ -12891,21 +12899,25 @@
12891
12899
  "type": "boolean\n",
12892
12900
  "description": "Removes the ability to click or target the component."
12893
12901
  },
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)."
12902
+ "VTimePickerControls/readonly": {
12903
+ "type": "boolean\n",
12904
+ "description": "Makes the timepicker readonly."
12897
12905
  },
12898
12906
  "VTimePickerControls/view-mode": {
12899
12907
  "type": "'hour' | 'minute' | 'second'\n",
12900
12908
  "description": "The current view mode of the timepicker. Can be either `hour`, `minute`, or `second`."
12901
12909
  },
12910
+ "VTimePickerControls/ampm": {
12911
+ "type": "boolean\n",
12912
+ "description": "Enables AM/PM mode."
12913
+ },
12902
12914
  "VTimePickerControls/ampm-in-title": {
12903
12915
  "type": "boolean\n",
12904
12916
  "description": "Displays AM/PM in the title."
12905
12917
  },
12906
- "VTimePickerControls/ampm": {
12918
+ "VTimePickerControls/ampm-readonly": {
12907
12919
  "type": "boolean\n",
12908
- "description": "Enables AM/PM mode."
12920
+ "description": "Makes AM/PM controls readonly."
12909
12921
  },
12910
12922
  "VTimePickerControls/hour": {
12911
12923
  "type": "number\n",
@@ -12923,38 +12935,34 @@
12923
12935
  "type": "boolean\n",
12924
12936
  "description": "Enables the display and selection of seconds in the timepicker."
12925
12937
  },
12926
- "VTimePickerControls/ampm-readonly": {
12927
- "type": "boolean\n",
12928
- "description": "Makes AM/PM controls readonly."
12929
- },
12930
12938
  "VTimePickerControls/period": {
12931
12939
  "type": "'am' | 'pm'\n",
12932
12940
  "description": "The current period value. either `am` or `pm`."
12933
12941
  },
12934
- "VTimeline/density": {
12935
- "type": "'default' | 'comfortable' | 'compact'\n",
12936
- "description": "Adjusts the vertical height used by the component."
12937
- },
12938
12942
  "VTimeline/tag": {
12939
12943
  "type": "string | (new () => any) | FunctionalComponent\n",
12940
12944
  "description": "Specify a custom tag used on the root element."
12941
12945
  },
12942
- "VTimeline/theme": {
12943
- "type": "string\n",
12944
- "description": "Specify a theme for this component and all of its children."
12946
+ "VTimeline/density": {
12947
+ "type": "'default' | 'comfortable' | 'compact'\n",
12948
+ "description": "Adjusts the vertical height used by the component."
12945
12949
  },
12946
12950
  "VTimeline/size": {
12947
12951
  "type": "string | number\n",
12948
12952
  "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**."
12949
12953
  },
12950
- "VTimeline/icon-color": {
12954
+ "VTimeline/theme": {
12951
12955
  "type": "string\n",
12952
- "description": "Color of the icon."
12956
+ "description": "Specify a theme for this component and all of its children."
12953
12957
  },
12954
12958
  "VTimeline/direction": {
12955
12959
  "type": "'horizontal' | 'vertical'\n",
12956
12960
  "description": "Display timeline in a **vertical** or **horizontal** direction."
12957
12961
  },
12962
+ "VTimeline/icon-color": {
12963
+ "type": "string\n",
12964
+ "description": "Color of the icon."
12965
+ },
12958
12966
  "VTimeline/align": {
12959
12967
  "type": "'start' | 'center'\n",
12960
12968
  "description": "Places the timeline dot at the top or center of the timeline item."
@@ -12963,6 +12971,10 @@
12963
12971
  "type": "string\n",
12964
12972
  "description": "Places timeline line at the center or automatically on the left or right side."
12965
12973
  },
12974
+ "VTimeline/side": {
12975
+ "type": "'start' | 'end'\n",
12976
+ "description": "Display all timeline items on one side of the timeline, either **start** or **end**."
12977
+ },
12966
12978
  "VTimeline/line-thickness": {
12967
12979
  "type": "string | number\n",
12968
12980
  "description": "Thickness of the timeline line."
@@ -12987,17 +12999,13 @@
12987
12999
  "type": "string | number\n",
12988
13000
  "description": "Specifies the distance between the line and the dot of timeline items."
12989
13001
  },
12990
- "VTimeline/side": {
12991
- "type": "'end' | 'start'\n",
12992
- "description": "Display all timeline items on one side of the timeline, either **start** or **end**."
12993
- },
12994
13002
  "VTimeline/truncate-line": {
12995
- "type": "'end' | 'start' | 'both'\n",
13003
+ "type": "'start' | 'end' | 'both'\n",
12996
13004
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends."
12997
13005
  },
12998
- "VTimelineItem/tag": {
12999
- "type": "string | (new () => any) | FunctionalComponent\n",
13000
- "description": "Specify a custom tag used on the root element."
13006
+ "VTimelineItem/icon": {
13007
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13008
+ "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
13001
13009
  },
13002
13010
  "VTimelineItem/density": {
13003
13011
  "type": "'default' | 'compact'\n",
@@ -13039,22 +13047,18 @@
13039
13047
  "type": "boolean\n",
13040
13048
  "description": "Removes any applied **border-radius** from the component."
13041
13049
  },
13050
+ "VTimelineItem/tag": {
13051
+ "type": "string | (new () => any) | FunctionalComponent\n",
13052
+ "description": "Specify a custom tag used on the root element."
13053
+ },
13042
13054
  "VTimelineItem/size": {
13043
13055
  "type": "string | number\n",
13044
13056
  "description": "Size of the item dot"
13045
13057
  },
13046
- "VTimelineItem/icon": {
13047
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13048
- "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
13049
- },
13050
13058
  "VTimelineItem/icon-color": {
13051
13059
  "type": "string\n",
13052
13060
  "description": "Color of the icon."
13053
13061
  },
13054
- "VTimelineItem/side": {
13055
- "type": "'start' | 'end'\n",
13056
- "description": "Show the item either **before** or **after** the timeline. This will override the implicit ordering of items, but will in turn be overridden by the `v-timeline` **single-side** prop."
13057
- },
13058
13062
  "VTimelineItem/dot-color": {
13059
13063
  "type": "string\n",
13060
13064
  "description": "Color of the item dot."
@@ -13075,20 +13079,28 @@
13075
13079
  "type": "string | number\n",
13076
13080
  "description": "Specifies the distance between the line and the dot of the item."
13077
13081
  },
13078
- "VToolbar/title": {
13079
- "type": "string\n",
13080
- "description": "Specify a title text for the component."
13082
+ "VTimelineItem/side": {
13083
+ "type": "'end' | 'start'\n",
13084
+ "description": "Show the item either **before** or **after** the timeline. This will override the implicit ordering of items, but will in turn be overridden by the `v-timeline` **single-side** prop."
13081
13085
  },
13082
13086
  "VToolbar/flat": {
13083
13087
  "type": "boolean\n",
13084
13088
  "description": "Removes the toolbar's box-shadow."
13085
13089
  },
13090
+ "VToolbar/tag": {
13091
+ "type": "string | (new () => any) | FunctionalComponent\n",
13092
+ "description": "Specify a custom tag used on the root element."
13093
+ },
13094
+ "VToolbar/title": {
13095
+ "type": "string\n",
13096
+ "description": "Specify a title text for the component."
13097
+ },
13086
13098
  "VToolbar/border": {
13087
13099
  "type": "string | number | boolean\n",
13088
13100
  "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)."
13089
13101
  },
13090
13102
  "VToolbar/density": {
13091
- "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
13103
+ "type": "'default' | 'comfortable' | 'compact' | 'prominent'\n",
13092
13104
  "description": "Adjusts the vertical height used by the component."
13093
13105
  },
13094
13106
  "VToolbar/height": {
@@ -13111,10 +13123,6 @@
13111
13123
  "type": "boolean\n",
13112
13124
  "description": "Removes any applied **border-radius** from the component."
13113
13125
  },
13114
- "VToolbar/tag": {
13115
- "type": "string | (new () => any) | FunctionalComponent\n",
13116
- "description": "Specify a custom tag used on the root element."
13117
- },
13118
13126
  "VToolbar/theme": {
13119
13127
  "type": "string\n",
13120
13128
  "description": "Specify a theme for this component and all of its children."
@@ -13127,28 +13135,28 @@
13127
13135
  "type": "string\n",
13128
13136
  "description": "Specifies a [v-img](/components/images) as the component's background."
13129
13137
  },
13130
- "VToolbar/collapse": {
13138
+ "VToolbar/floating": {
13131
13139
  "type": "boolean\n",
13132
- "description": "Puts the toolbar into a collapsed state reducing its maximum width."
13140
+ "description": "Applies **display: inline-flex** to the component."
13133
13141
  },
13134
13142
  "VToolbar/extended": {
13135
13143
  "type": "boolean\n",
13136
13144
  "description": "Use this prop to increase the height of the toolbar _without_ using the `extension` slot for adding content. May be used in conjunction with the **extension-height** prop, and any of the other props that affect the height of the toolbar, e.g. **prominent**, **dense**, etc., **WITH THE EXCEPTION** of **height**."
13137
13145
  },
13146
+ "VToolbar/collapse": {
13147
+ "type": "boolean\n",
13148
+ "description": "Puts the toolbar into a collapsed state reducing its maximum width."
13149
+ },
13138
13150
  "VToolbar/extension-height": {
13139
13151
  "type": "string | number\n",
13140
13152
  "description": "Specify an explicit height for the `extension` slot."
13141
13153
  },
13142
- "VToolbar/floating": {
13143
- "type": "boolean\n",
13144
- "description": "Applies **display: inline-flex** to the component."
13145
- },
13146
13154
  "VToolbarItems/color": {
13147
13155
  "type": "string\n",
13148
13156
  "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)."
13149
13157
  },
13150
13158
  "VToolbarItems/variant": {
13151
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13159
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13152
13160
  "description": "Applies a distinct style to the component."
13153
13161
  },
13154
13162
  "VToolbarTitle/text": {