@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.
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.8.2-dev.2025-04-17",
5
+ "version": "3.8.2-dev.2025-04-28",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -4733,6 +4733,16 @@
4733
4733
  "kind": "expression",
4734
4734
  "type": "boolean"
4735
4735
  }
4736
+ },
4737
+ {
4738
+ "name": "direction",
4739
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VBtnGroup.json))",
4740
+ "doc-url": "https://vuetifyjs.com/api/VBtnGroup#props",
4741
+ "default": "'horizontal'",
4742
+ "value": {
4743
+ "kind": "expression",
4744
+ "type": "'horizontal' | 'vertical'"
4745
+ }
4736
4746
  }
4737
4747
  ],
4738
4748
  "events": [],
@@ -4918,6 +4928,16 @@
4918
4928
  "kind": "expression",
4919
4929
  "type": "boolean"
4920
4930
  }
4931
+ },
4932
+ {
4933
+ "name": "direction",
4934
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VBtnGroup.json))",
4935
+ "doc-url": "https://vuetifyjs.com/api/VBtnToggle#props",
4936
+ "default": "'horizontal'",
4937
+ "value": {
4938
+ "kind": "expression",
4939
+ "type": "'horizontal' | 'vertical'"
4940
+ }
4921
4941
  }
4922
4942
  ],
4923
4943
  "events": [
@@ -6614,6 +6634,16 @@
6614
6634
  "type": "boolean | 'force'"
6615
6635
  }
6616
6636
  },
6637
+ {
6638
+ "name": "direction",
6639
+ "description": "The transition direction when changing windows.",
6640
+ "doc-url": "https://vuetifyjs.com/api/VCarousel#props",
6641
+ "default": "'horizontal'",
6642
+ "value": {
6643
+ "kind": "expression",
6644
+ "type": "'horizontal' | 'vertical'"
6645
+ }
6646
+ },
6617
6647
  {
6618
6648
  "name": "nextIcon",
6619
6649
  "description": "The displayed icon for forcing pagination to the next item.",
@@ -6713,16 +6743,6 @@
6713
6743
  "type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>"
6714
6744
  }
6715
6745
  },
6716
- {
6717
- "name": "direction",
6718
- "description": "The transition direction when changing windows.",
6719
- "doc-url": "https://vuetifyjs.com/api/VCarousel#props",
6720
- "default": "'horizontal'",
6721
- "value": {
6722
- "kind": "expression",
6723
- "type": "'horizontal' | 'vertical'"
6724
- }
6725
- },
6726
6746
  {
6727
6747
  "name": "verticalDelimiters",
6728
6748
  "description": "Displays carousel delimiters vertically.",
@@ -8785,6 +8805,16 @@
8785
8805
  "type": "boolean | 'force'"
8786
8806
  }
8787
8807
  },
8808
+ {
8809
+ "name": "direction",
8810
+ "description": "Switch between horizontal and vertical modes.",
8811
+ "doc-url": "https://vuetifyjs.com/api/VChipGroup#props",
8812
+ "default": "'horizontal'",
8813
+ "value": {
8814
+ "kind": "expression",
8815
+ "type": "'horizontal' | 'vertical'"
8816
+ }
8817
+ },
8788
8818
  {
8789
8819
  "name": "nextIcon",
8790
8820
  "description": "Specify the icon to use for the next icon.",
@@ -8815,16 +8845,6 @@
8815
8845
  "type": "string | boolean"
8816
8846
  }
8817
8847
  },
8818
- {
8819
- "name": "direction",
8820
- "description": "Switch between horizontal and vertical modes.",
8821
- "doc-url": "https://vuetifyjs.com/api/VChipGroup#props",
8822
- "default": "'horizontal'",
8823
- "value": {
8824
- "kind": "expression",
8825
- "type": "'horizontal' | 'vertical'"
8826
- }
8827
- },
8828
8848
  {
8829
8849
  "name": "valueComparator",
8830
8850
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
@@ -30764,23 +30784,23 @@
30764
30784
  }
30765
30785
  },
30766
30786
  {
30767
- "name": "min",
30768
- "description": "Specifies the minimum allowable value for the input.",
30787
+ "name": "direction",
30788
+ "description": "Changes the direction of the input.",
30769
30789
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
30770
- "default": "-9007199254740991",
30790
+ "default": "'horizontal'",
30771
30791
  "value": {
30772
30792
  "kind": "expression",
30773
- "type": "number"
30793
+ "type": "'horizontal' | 'vertical'"
30774
30794
  }
30775
30795
  },
30776
30796
  {
30777
- "name": "direction",
30778
- "description": "Changes the direction of the input.",
30797
+ "name": "min",
30798
+ "description": "Specifies the minimum allowable value for the input.",
30779
30799
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
30780
- "default": "'horizontal'",
30800
+ "default": "-9007199254740991",
30781
30801
  "value": {
30782
30802
  "kind": "expression",
30783
- "type": "'horizontal' | 'vertical'"
30803
+ "type": "number"
30784
30804
  }
30785
30805
  },
30786
30806
  {
@@ -38314,6 +38334,16 @@
38314
38334
  "type": "boolean | 'force'"
38315
38335
  }
38316
38336
  },
38337
+ {
38338
+ "name": "direction",
38339
+ "description": "Switch between horizontal and vertical modes.",
38340
+ "doc-url": "https://vuetifyjs.com/api/VSlideGroup#props",
38341
+ "default": "'horizontal'",
38342
+ "value": {
38343
+ "kind": "expression",
38344
+ "type": "'horizontal' | 'vertical'"
38345
+ }
38346
+ },
38317
38347
  {
38318
38348
  "name": "nextIcon",
38319
38349
  "description": "The appended slot when arrows are shown.",
@@ -38344,16 +38374,6 @@
38344
38374
  "type": "string | boolean"
38345
38375
  }
38346
38376
  },
38347
- {
38348
- "name": "direction",
38349
- "description": "Switch between horizontal and vertical modes.",
38350
- "doc-url": "https://vuetifyjs.com/api/VSlideGroup#props",
38351
- "default": "'horizontal'",
38352
- "value": {
38353
- "kind": "expression",
38354
- "type": "'horizontal' | 'vertical'"
38355
- }
38356
- },
38357
38377
  {
38358
38378
  "name": "centerActive",
38359
38379
  "description": "Forces the selected component to be centered.",
@@ -39077,23 +39097,23 @@
39077
39097
  }
39078
39098
  },
39079
39099
  {
39080
- "name": "min",
39081
- "description": "Sets the minimum allowed value.",
39100
+ "name": "direction",
39101
+ "description": "Changes the direction of the input.",
39082
39102
  "doc-url": "https://vuetifyjs.com/api/VSlider#props",
39083
- "default": "0",
39103
+ "default": "'horizontal'",
39084
39104
  "value": {
39085
39105
  "kind": "expression",
39086
- "type": "string | number"
39106
+ "type": "'horizontal' | 'vertical'"
39087
39107
  }
39088
39108
  },
39089
39109
  {
39090
- "name": "direction",
39091
- "description": "Changes the direction of the input.",
39110
+ "name": "min",
39111
+ "description": "Sets the minimum allowed value.",
39092
39112
  "doc-url": "https://vuetifyjs.com/api/VSlider#props",
39093
- "default": "'horizontal'",
39113
+ "default": "0",
39094
39114
  "value": {
39095
39115
  "kind": "expression",
39096
- "type": "'horizontal' | 'vertical'"
39116
+ "type": "string | number"
39097
39117
  }
39098
39118
  },
39099
39119
  {
@@ -41950,22 +41970,22 @@
41950
41970
  "doc-url": "https://vuetifyjs.com/api/v-stepper-actions",
41951
41971
  "attributes": [
41952
41972
  {
41953
- "name": "color",
41954
- "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).",
41973
+ "name": "disabled",
41974
+ "description": "Removes the ability to click or target the component.",
41955
41975
  "doc-url": "https://vuetifyjs.com/api/VStepperActions#props",
41976
+ "default": "false",
41956
41977
  "value": {
41957
41978
  "kind": "expression",
41958
- "type": "string"
41979
+ "type": "boolean | 'prev' | 'next'"
41959
41980
  }
41960
41981
  },
41961
41982
  {
41962
- "name": "disabled",
41963
- "description": "Removes the ability to click or target the component.",
41983
+ "name": "color",
41984
+ "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).",
41964
41985
  "doc-url": "https://vuetifyjs.com/api/VStepperActions#props",
41965
- "default": "false",
41966
41986
  "value": {
41967
41987
  "kind": "expression",
41968
- "type": "boolean | 'next' | 'prev'"
41988
+ "type": "string"
41969
41989
  }
41970
41990
  },
41971
41991
  {
@@ -41991,8 +42011,8 @@
41991
42011
  ],
41992
42012
  "events": [
41993
42013
  {
41994
- "name": "click:prev",
41995
- "description": "Event emitted when clicking the prev button.",
42014
+ "name": "click:next",
42015
+ "description": "Event emitted when clicking the next button.",
41996
42016
  "doc-url": "https://vuetifyjs.com/api/v-stepper-actions#events",
41997
42017
  "arguments": [
41998
42018
  {
@@ -42002,8 +42022,8 @@
42002
42022
  ]
42003
42023
  },
42004
42024
  {
42005
- "name": "click:next",
42006
- "description": "Event emitted when clicking the next button.",
42025
+ "name": "click:prev",
42026
+ "description": "Event emitted when clicking the prev button.",
42007
42027
  "doc-url": "https://vuetifyjs.com/api/v-stepper-actions#events",
42008
42028
  "arguments": [
42009
42029
  {
@@ -42085,54 +42105,56 @@
42085
42105
  "doc-url": "https://vuetifyjs.com/api/v-stepper-item",
42086
42106
  "attributes": [
42087
42107
  {
42088
- "name": "title",
42089
- "description": "Specify a title text for the component.",
42108
+ "name": "error",
42109
+ "description": "Puts the stepper item in a manual error state.",
42090
42110
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
42111
+ "default": "false",
42091
42112
  "value": {
42092
42113
  "kind": "expression",
42093
- "type": "string"
42114
+ "type": "boolean"
42094
42115
  }
42095
42116
  },
42096
42117
  {
42097
- "name": "icon",
42098
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component.",
42118
+ "name": "title",
42119
+ "description": "Specify a title text for the component.",
42099
42120
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
42100
42121
  "value": {
42101
42122
  "kind": "expression",
42102
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
42123
+ "type": "string"
42103
42124
  }
42104
42125
  },
42105
42126
  {
42106
- "name": "error",
42107
- "description": "Puts the stepper item in a manual error state.",
42127
+ "name": "ripple",
42128
+ "description": "Applies the [v-ripple](/directives/ripple) directive.",
42108
42129
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
42109
- "default": "false",
42130
+ "default": "true",
42110
42131
  "value": {
42111
42132
  "kind": "expression",
42112
- "type": "boolean"
42133
+ "type": "boolean | { class: string }"
42113
42134
  }
42114
42135
  },
42115
42136
  {
42116
- "name": "color",
42117
- "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).",
42137
+ "name": "value",
42138
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
42118
42139
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
42119
42140
  "value": {
42120
42141
  "kind": "expression",
42121
- "type": "string"
42142
+ "type": "any"
42122
42143
  }
42123
42144
  },
42124
42145
  {
42125
- "name": "value",
42126
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
42146
+ "name": "disabled",
42147
+ "description": "Removes the ability to click or target the component.",
42127
42148
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
42149
+ "default": "false",
42128
42150
  "value": {
42129
42151
  "kind": "expression",
42130
- "type": "any"
42152
+ "type": "boolean"
42131
42153
  }
42132
42154
  },
42133
42155
  {
42134
- "name": "subtitle",
42135
- "description": "Specify a subtitle text for the component.",
42156
+ "name": "selectedClass",
42157
+ "description": "Configure the active CSS class applied when an item is selected.",
42136
42158
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
42137
42159
  "value": {
42138
42160
  "kind": "expression",
@@ -42140,43 +42162,40 @@
42140
42162
  }
42141
42163
  },
42142
42164
  {
42143
- "name": "disabled",
42144
- "description": "Removes the ability to click or target the component.",
42165
+ "name": "color",
42166
+ "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).",
42145
42167
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
42146
- "default": "false",
42147
42168
  "value": {
42148
42169
  "kind": "expression",
42149
- "type": "boolean"
42170
+ "type": "string"
42150
42171
  }
42151
42172
  },
42152
42173
  {
42153
- "name": "rules",
42154
- "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`.",
42174
+ "name": "icon",
42175
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component.",
42155
42176
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
42156
- "default": "[]",
42157
42177
  "value": {
42158
42178
  "kind": "expression",
42159
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]"
42179
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
42160
42180
  }
42161
42181
  },
42162
42182
  {
42163
- "name": "ripple",
42164
- "description": "Applies the [v-ripple](/directives/ripple) directive.",
42183
+ "name": "subtitle",
42184
+ "description": "Specify a subtitle text for the component.",
42165
42185
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
42166
- "default": "true",
42167
42186
  "value": {
42168
42187
  "kind": "expression",
42169
- "type": "boolean | { class: string }"
42188
+ "type": "string"
42170
42189
  }
42171
42190
  },
42172
42191
  {
42173
- "name": "complete",
42174
- "description": "Marks step as complete.",
42192
+ "name": "rules",
42193
+ "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`.",
42175
42194
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
42176
- "default": "false",
42195
+ "default": "[]",
42177
42196
  "value": {
42178
42197
  "kind": "expression",
42179
- "type": "boolean"
42198
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]"
42180
42199
  }
42181
42200
  },
42182
42201
  {
@@ -42190,23 +42209,23 @@
42190
42209
  }
42191
42210
  },
42192
42211
  {
42193
- "name": "editable",
42194
- "description": "Marks step as editable.",
42212
+ "name": "editIcon",
42213
+ "description": "Icon to display when step is editable.",
42195
42214
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
42196
- "default": "false",
42215
+ "default": "'$edit'",
42197
42216
  "value": {
42198
42217
  "kind": "expression",
42199
- "type": "boolean"
42218
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
42200
42219
  }
42201
42220
  },
42202
42221
  {
42203
- "name": "editIcon",
42204
- "description": "Icon to display when step is editable.",
42222
+ "name": "editable",
42223
+ "description": "Marks step as editable.",
42205
42224
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
42206
- "default": "'$edit'",
42225
+ "default": "false",
42207
42226
  "value": {
42208
42227
  "kind": "expression",
42209
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
42228
+ "type": "boolean"
42210
42229
  }
42211
42230
  },
42212
42231
  {
@@ -42220,12 +42239,13 @@
42220
42239
  }
42221
42240
  },
42222
42241
  {
42223
- "name": "selectedClass",
42224
- "description": "Configure the active CSS class applied when an item is selected.",
42242
+ "name": "complete",
42243
+ "description": "Marks step as complete.",
42225
42244
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
42245
+ "default": "false",
42226
42246
  "value": {
42227
42247
  "kind": "expression",
42228
- "type": "string"
42248
+ "type": "boolean"
42229
42249
  }
42230
42250
  }
42231
42251
  ],
@@ -42926,22 +42946,22 @@
42926
42946
  "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-actions",
42927
42947
  "attributes": [
42928
42948
  {
42929
- "name": "color",
42930
- "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).",
42949
+ "name": "disabled",
42950
+ "description": "Removes the ability to click or target the component.",
42931
42951
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalActions#props",
42952
+ "default": "false",
42932
42953
  "value": {
42933
42954
  "kind": "expression",
42934
- "type": "string"
42955
+ "type": "boolean | 'prev' | 'next'"
42935
42956
  }
42936
42957
  },
42937
42958
  {
42938
- "name": "disabled",
42939
- "description": "Removes the ability to click or target the component.",
42959
+ "name": "color",
42960
+ "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).",
42940
42961
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalActions#props",
42941
- "default": "false",
42942
42962
  "value": {
42943
42963
  "kind": "expression",
42944
- "type": "boolean | 'next' | 'prev'"
42964
+ "type": "string"
42945
42965
  }
42946
42966
  },
42947
42967
  {
@@ -42967,8 +42987,8 @@
42967
42987
  ],
42968
42988
  "events": [
42969
42989
  {
42970
- "name": "click:prev",
42971
- "description": "Event emitted when clicking the prev button.",
42990
+ "name": "click:next",
42991
+ "description": "Event emitted when clicking the next button.",
42972
42992
  "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-actions#events",
42973
42993
  "arguments": [
42974
42994
  {
@@ -42978,8 +42998,8 @@
42978
42998
  ]
42979
42999
  },
42980
43000
  {
42981
- "name": "click:next",
42982
- "description": "Event emitted when clicking the next button.",
43001
+ "name": "click:prev",
43002
+ "description": "Event emitted when clicking the prev button.",
42983
43003
  "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-actions#events",
42984
43004
  "arguments": [
42985
43005
  {
@@ -43027,6 +43047,26 @@
43027
43047
  "description": "",
43028
43048
  "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item",
43029
43049
  "attributes": [
43050
+ {
43051
+ "name": "tag",
43052
+ "description": "Specify a custom tag used on the root element.",
43053
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43054
+ "default": "'div'",
43055
+ "value": {
43056
+ "kind": "expression",
43057
+ "type": "string | (new () => any) | FunctionalComponent"
43058
+ }
43059
+ },
43060
+ {
43061
+ "name": "error",
43062
+ "description": "Puts the stepper item in a manual error state.",
43063
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43064
+ "default": "false",
43065
+ "value": {
43066
+ "kind": "expression",
43067
+ "type": "boolean"
43068
+ }
43069
+ },
43030
43070
  {
43031
43071
  "name": "title",
43032
43072
  "description": "Specify a title text for the component.",
@@ -43037,31 +43077,41 @@
43037
43077
  }
43038
43078
  },
43039
43079
  {
43040
- "name": "text",
43041
- "description": "Specify content text for the component.",
43080
+ "name": "readonly",
43081
+ "description": "Makes the expansion panel content read only.",
43042
43082
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43083
+ "default": "false",
43043
43084
  "value": {
43044
43085
  "kind": "expression",
43045
- "type": "string"
43086
+ "type": "boolean"
43046
43087
  }
43047
43088
  },
43048
43089
  {
43049
- "name": "icon",
43050
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component.",
43090
+ "name": "ripple",
43091
+ "description": "Applies the [v-ripple](/directives/ripple) directive.",
43051
43092
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43093
+ "default": "false",
43052
43094
  "value": {
43053
43095
  "kind": "expression",
43054
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
43096
+ "type": "boolean | { class: string }"
43055
43097
  }
43056
43098
  },
43057
43099
  {
43058
- "name": "error",
43059
- "description": "Puts the stepper item in a manual error state.",
43100
+ "name": "value",
43101
+ "description": "Controls the opened/closed state of content.",
43060
43102
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43061
- "default": "false",
43062
43103
  "value": {
43063
43104
  "kind": "expression",
43064
- "type": "boolean"
43105
+ "type": "any"
43106
+ }
43107
+ },
43108
+ {
43109
+ "name": "text",
43110
+ "description": "Specify content text for the component.",
43111
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43112
+ "value": {
43113
+ "kind": "expression",
43114
+ "type": "string"
43065
43115
  }
43066
43116
  },
43067
43117
  {
@@ -43127,6 +43177,25 @@
43127
43177
  "type": "string | number"
43128
43178
  }
43129
43179
  },
43180
+ {
43181
+ "name": "disabled",
43182
+ "description": "Disables the expansion-panel content.",
43183
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43184
+ "default": "false",
43185
+ "value": {
43186
+ "kind": "expression",
43187
+ "type": "boolean"
43188
+ }
43189
+ },
43190
+ {
43191
+ "name": "selectedClass",
43192
+ "description": "Configure the active CSS class applied when an item is selected.",
43193
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43194
+ "value": {
43195
+ "kind": "expression",
43196
+ "type": "string"
43197
+ }
43198
+ },
43130
43199
  {
43131
43200
  "name": "static",
43132
43201
  "description": "Remove title size expansion when selected.",
@@ -43157,31 +43226,30 @@
43157
43226
  }
43158
43227
  },
43159
43228
  {
43160
- "name": "tag",
43161
- "description": "Specify a custom tag used on the root element.",
43229
+ "name": "color",
43230
+ "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).",
43162
43231
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43163
- "default": "'div'",
43164
43232
  "value": {
43165
43233
  "kind": "expression",
43166
- "type": "string | (new () => any) | FunctionalComponent"
43234
+ "type": "string"
43167
43235
  }
43168
43236
  },
43169
43237
  {
43170
- "name": "color",
43171
- "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).",
43238
+ "name": "icon",
43239
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component.",
43172
43240
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43173
43241
  "value": {
43174
43242
  "kind": "expression",
43175
- "type": "string"
43243
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
43176
43244
  }
43177
43245
  },
43178
43246
  {
43179
- "name": "value",
43180
- "description": "Controls the opened/closed state of content.",
43247
+ "name": "bgColor",
43248
+ "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).",
43181
43249
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43182
43250
  "value": {
43183
43251
  "kind": "expression",
43184
- "type": "any"
43252
+ "type": "string"
43185
43253
  }
43186
43254
  },
43187
43255
  {
@@ -43204,22 +43272,13 @@
43204
43272
  }
43205
43273
  },
43206
43274
  {
43207
- "name": "bgColor",
43208
- "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).",
43209
- "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43210
- "value": {
43211
- "kind": "expression",
43212
- "type": "string"
43213
- }
43214
- },
43215
- {
43216
- "name": "disabled",
43217
- "description": "Disables the expansion-panel content.",
43275
+ "name": "rules",
43276
+ "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`.",
43218
43277
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43219
- "default": "false",
43278
+ "default": "[]",
43220
43279
  "value": {
43221
43280
  "kind": "expression",
43222
- "type": "boolean"
43281
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]"
43223
43282
  }
43224
43283
  },
43225
43284
  {
@@ -43242,26 +43301,6 @@
43242
43301
  "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
43243
43302
  }
43244
43303
  },
43245
- {
43246
- "name": "readonly",
43247
- "description": "Makes the expansion panel content read only.",
43248
- "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43249
- "default": "false",
43250
- "value": {
43251
- "kind": "expression",
43252
- "type": "boolean"
43253
- }
43254
- },
43255
- {
43256
- "name": "rules",
43257
- "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`.",
43258
- "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43259
- "default": "[]",
43260
- "value": {
43261
- "kind": "expression",
43262
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]"
43263
- }
43264
- },
43265
43304
  {
43266
43305
  "name": "hideActions",
43267
43306
  "description": "Hide the expand icon in the content title.",
@@ -43273,18 +43312,8 @@
43273
43312
  }
43274
43313
  },
43275
43314
  {
43276
- "name": "ripple",
43277
- "description": "Applies the [v-ripple](/directives/ripple) directive.",
43278
- "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43279
- "default": "false",
43280
- "value": {
43281
- "kind": "expression",
43282
- "type": "boolean | { class: string }"
43283
- }
43284
- },
43285
- {
43286
- "name": "complete",
43287
- "description": "Marks step as complete.",
43315
+ "name": "focusable",
43316
+ "description": "Makes the expansion panel content focusable.",
43288
43317
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43289
43318
  "default": "false",
43290
43319
  "value": {
@@ -43302,16 +43331,6 @@
43302
43331
  "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
43303
43332
  }
43304
43333
  },
43305
- {
43306
- "name": "editable",
43307
- "description": "Marks step as editable.",
43308
- "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43309
- "default": "false",
43310
- "value": {
43311
- "kind": "expression",
43312
- "type": "boolean"
43313
- }
43314
- },
43315
43334
  {
43316
43335
  "name": "editIcon",
43317
43336
  "description": "Icon to display when step is editable.",
@@ -43323,27 +43342,28 @@
43323
43342
  }
43324
43343
  },
43325
43344
  {
43326
- "name": "errorIcon",
43327
- "description": "Icon to display when step has an error.",
43345
+ "name": "editable",
43346
+ "description": "Marks step as editable.",
43328
43347
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43329
- "default": "'$error'",
43348
+ "default": "false",
43330
43349
  "value": {
43331
43350
  "kind": "expression",
43332
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
43351
+ "type": "boolean"
43333
43352
  }
43334
43353
  },
43335
43354
  {
43336
- "name": "selectedClass",
43337
- "description": "Configure the active CSS class applied when an item is selected.",
43355
+ "name": "errorIcon",
43356
+ "description": "Icon to display when step has an error.",
43338
43357
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43358
+ "default": "'$error'",
43339
43359
  "value": {
43340
43360
  "kind": "expression",
43341
- "type": "string"
43361
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
43342
43362
  }
43343
43363
  },
43344
43364
  {
43345
- "name": "focusable",
43346
- "description": "Makes the expansion panel content focusable.",
43365
+ "name": "complete",
43366
+ "description": "Marks step as complete.",
43347
43367
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
43348
43368
  "default": "false",
43349
43369
  "value": {
@@ -43354,8 +43374,8 @@
43354
43374
  ],
43355
43375
  "events": [
43356
43376
  {
43357
- "name": "click:prev",
43358
- "description": "Event emitted when clicking the previous button",
43377
+ "name": "click:next",
43378
+ "description": "Event emitted when clicking the next button",
43359
43379
  "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#events",
43360
43380
  "arguments": [
43361
43381
  {
@@ -43365,8 +43385,8 @@
43365
43385
  ]
43366
43386
  },
43367
43387
  {
43368
- "name": "click:next",
43369
- "description": "Event emitted when clicking the next button",
43388
+ "name": "click:prev",
43389
+ "description": "Event emitted when clicking the previous button",
43370
43390
  "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#events",
43371
43391
  "arguments": [
43372
43392
  {
@@ -45014,16 +45034,6 @@
45014
45034
  "type": "boolean | { class: string }"
45015
45035
  }
45016
45036
  },
45017
- {
45018
- "name": "selectedClass",
45019
- "description": "Configure the active CSS class applied when an item is selected.",
45020
- "doc-url": "https://vuetifyjs.com/api/VTab#props",
45021
- "default": "'v-tab--selected'",
45022
- "value": {
45023
- "kind": "expression",
45024
- "type": "string"
45025
- }
45026
- },
45027
45037
  {
45028
45038
  "name": "sliderColor",
45029
45039
  "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).",
@@ -45053,6 +45063,16 @@
45053
45063
  "type": "boolean"
45054
45064
  }
45055
45065
  },
45066
+ {
45067
+ "name": "selectedClass",
45068
+ "description": "Configure the active CSS class applied when an item is selected.",
45069
+ "doc-url": "https://vuetifyjs.com/api/VTab#props",
45070
+ "default": "'v-tab--selected'",
45071
+ "value": {
45072
+ "kind": "expression",
45073
+ "type": "string"
45074
+ }
45075
+ },
45056
45076
  {
45057
45077
  "name": "to",
45058
45078
  "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.",
@@ -45369,6 +45389,16 @@
45369
45389
  "type": "unknown[]"
45370
45390
  }
45371
45391
  },
45392
+ {
45393
+ "name": "direction",
45394
+ "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`.",
45395
+ "doc-url": "https://vuetifyjs.com/api/VTabs#props",
45396
+ "default": "'horizontal'",
45397
+ "value": {
45398
+ "kind": "expression",
45399
+ "type": "'horizontal' | 'vertical'"
45400
+ }
45401
+ },
45372
45402
  {
45373
45403
  "name": "nextIcon",
45374
45404
  "description": "Right pagination icon.",
@@ -45399,16 +45429,6 @@
45399
45429
  "type": "string | boolean"
45400
45430
  }
45401
45431
  },
45402
- {
45403
- "name": "direction",
45404
- "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`.",
45405
- "doc-url": "https://vuetifyjs.com/api/VTabs#props",
45406
- "default": "'horizontal'",
45407
- "value": {
45408
- "kind": "expression",
45409
- "type": "'horizontal' | 'vertical'"
45410
- }
45411
- },
45412
45432
  {
45413
45433
  "name": "centerActive",
45414
45434
  "description": "Forces the selected tab to be centered.",
@@ -45543,12 +45563,13 @@
45543
45563
  "doc-url": "https://vuetifyjs.com/api/v-tabs-window",
45544
45564
  "attributes": [
45545
45565
  {
45546
- "name": "modelValue",
45547
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
45566
+ "name": "tag",
45567
+ "description": "Specify a custom tag used on the root element.",
45548
45568
  "doc-url": "https://vuetifyjs.com/api/VTabsWindow#props",
45569
+ "default": "'div'",
45549
45570
  "value": {
45550
45571
  "kind": "expression",
45551
- "type": "any"
45572
+ "type": "string | (new () => any) | FunctionalComponent"
45552
45573
  }
45553
45574
  },
45554
45575
  {
@@ -45562,52 +45583,51 @@
45562
45583
  }
45563
45584
  },
45564
45585
  {
45565
- "name": "tag",
45566
- "description": "Specify a custom tag used on the root element.",
45586
+ "name": "disabled",
45587
+ "description": "Removes the ability to click or target the component.",
45567
45588
  "doc-url": "https://vuetifyjs.com/api/VTabsWindow#props",
45568
- "default": "'div'",
45589
+ "default": "false",
45569
45590
  "value": {
45570
45591
  "kind": "expression",
45571
- "type": "string | (new () => any) | FunctionalComponent"
45592
+ "type": "boolean"
45572
45593
  }
45573
45594
  },
45574
45595
  {
45575
- "name": "theme",
45576
- "description": "Specify a theme for this component and all of its children.",
45596
+ "name": "selectedClass",
45597
+ "description": "Configure the active CSS class applied when an item is selected.",
45577
45598
  "doc-url": "https://vuetifyjs.com/api/VTabsWindow#props",
45599
+ "default": "'v-window-item--active'",
45578
45600
  "value": {
45579
45601
  "kind": "expression",
45580
45602
  "type": "string"
45581
45603
  }
45582
45604
  },
45583
45605
  {
45584
- "name": "disabled",
45585
- "description": "Removes the ability to click or target the component.",
45606
+ "name": "theme",
45607
+ "description": "Specify a theme for this component and all of its children.",
45586
45608
  "doc-url": "https://vuetifyjs.com/api/VTabsWindow#props",
45587
- "default": "false",
45588
45609
  "value": {
45589
45610
  "kind": "expression",
45590
- "type": "boolean"
45611
+ "type": "string"
45591
45612
  }
45592
45613
  },
45593
45614
  {
45594
- "name": "direction",
45595
- "description": "The transition direction when changing windows.",
45615
+ "name": "modelValue",
45616
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
45596
45617
  "doc-url": "https://vuetifyjs.com/api/VTabsWindow#props",
45597
- "default": "'horizontal'",
45598
45618
  "value": {
45599
45619
  "kind": "expression",
45600
- "type": "'horizontal' | 'vertical'"
45620
+ "type": "any"
45601
45621
  }
45602
45622
  },
45603
45623
  {
45604
- "name": "selectedClass",
45605
- "description": "Configure the active CSS class applied when an item is selected.",
45624
+ "name": "direction",
45625
+ "description": "The transition direction when changing windows.",
45606
45626
  "doc-url": "https://vuetifyjs.com/api/VTabsWindow#props",
45607
- "default": "'v-window-item--active'",
45627
+ "default": "'horizontal'",
45608
45628
  "value": {
45609
45629
  "kind": "expression",
45610
- "type": "string"
45630
+ "type": "'horizontal' | 'vertical'"
45611
45631
  }
45612
45632
  }
45613
45633
  ],
@@ -45745,12 +45765,22 @@
45745
45765
  }
45746
45766
  },
45747
45767
  {
45748
- "name": "modelValue",
45749
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
45768
+ "name": "reverse",
45769
+ "description": "Reverses the input orientation.",
45750
45770
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45771
+ "default": "false",
45751
45772
  "value": {
45752
45773
  "kind": "expression",
45753
- "type": "any"
45774
+ "type": "boolean"
45775
+ }
45776
+ },
45777
+ {
45778
+ "name": "name",
45779
+ "description": "Sets the component's name attribute.",
45780
+ "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45781
+ "value": {
45782
+ "kind": "expression",
45783
+ "type": "string"
45754
45784
  }
45755
45785
  },
45756
45786
  {
@@ -45764,8 +45794,17 @@
45764
45794
  }
45765
45795
  },
45766
45796
  {
45767
- "name": "reverse",
45768
- "description": "Reverses the input orientation.",
45797
+ "name": "label",
45798
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.",
45799
+ "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45800
+ "value": {
45801
+ "kind": "expression",
45802
+ "type": "string"
45803
+ }
45804
+ },
45805
+ {
45806
+ "name": "active",
45807
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
45769
45808
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45770
45809
  "default": "false",
45771
45810
  "value": {
@@ -45773,6 +45812,43 @@
45773
45812
  "type": "boolean"
45774
45813
  }
45775
45814
  },
45815
+ {
45816
+ "name": "baseColor",
45817
+ "description": "Sets the color of the input when it is not focused.",
45818
+ "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45819
+ "value": {
45820
+ "kind": "expression",
45821
+ "type": "string"
45822
+ }
45823
+ },
45824
+ {
45825
+ "name": "prependIcon",
45826
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`.",
45827
+ "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45828
+ "value": {
45829
+ "kind": "expression",
45830
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
45831
+ }
45832
+ },
45833
+ {
45834
+ "name": "appendIcon",
45835
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
45836
+ "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45837
+ "value": {
45838
+ "kind": "expression",
45839
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
45840
+ }
45841
+ },
45842
+ {
45843
+ "name": "readonly",
45844
+ "description": "Puts input in readonly state.",
45845
+ "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45846
+ "default": "null",
45847
+ "value": {
45848
+ "kind": "expression",
45849
+ "type": "boolean"
45850
+ }
45851
+ },
45776
45852
  {
45777
45853
  "name": "density",
45778
45854
  "description": "Adjusts the vertical height used by the component.",
@@ -45810,6 +45886,26 @@
45810
45886
  "type": "string | number"
45811
45887
  }
45812
45888
  },
45889
+ {
45890
+ "name": "disabled",
45891
+ "description": "Removes the ability to click or target the input.",
45892
+ "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45893
+ "default": "null",
45894
+ "value": {
45895
+ "kind": "expression",
45896
+ "type": "boolean"
45897
+ }
45898
+ },
45899
+ {
45900
+ "name": "loading",
45901
+ "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.",
45902
+ "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45903
+ "default": "false",
45904
+ "value": {
45905
+ "kind": "expression",
45906
+ "type": "string | boolean"
45907
+ }
45908
+ },
45813
45909
  {
45814
45910
  "name": "rounded",
45815
45911
  "description": "Adds a border radius to the input.",
@@ -45858,26 +45954,17 @@
45858
45954
  }
45859
45955
  },
45860
45956
  {
45861
- "name": "name",
45862
- "description": "Sets the component's name attribute.",
45863
- "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45864
- "value": {
45865
- "kind": "expression",
45866
- "type": "string"
45867
- }
45868
- },
45869
- {
45870
- "name": "id",
45871
- "description": "Sets the DOM id on the component.",
45957
+ "name": "modelValue",
45958
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
45872
45959
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45873
45960
  "value": {
45874
45961
  "kind": "expression",
45875
- "type": "string"
45962
+ "type": "any"
45876
45963
  }
45877
45964
  },
45878
45965
  {
45879
- "name": "prefix",
45880
- "description": "Displays prefix text.",
45966
+ "name": "bgColor",
45967
+ "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).",
45881
45968
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45882
45969
  "value": {
45883
45970
  "kind": "expression",
@@ -45885,8 +45972,8 @@
45885
45972
  }
45886
45973
  },
45887
45974
  {
45888
- "name": "label",
45889
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.",
45975
+ "name": "id",
45976
+ "description": "Sets the DOM id on the component.",
45890
45977
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45891
45978
  "value": {
45892
45979
  "kind": "expression",
@@ -45894,8 +45981,8 @@
45894
45981
  }
45895
45982
  },
45896
45983
  {
45897
- "name": "baseColor",
45898
- "description": "Sets the color of the input when it is not focused.",
45984
+ "name": "prefix",
45985
+ "description": "Displays prefix text.",
45899
45986
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45900
45987
  "value": {
45901
45988
  "kind": "expression",
@@ -45903,8 +45990,8 @@
45903
45990
  }
45904
45991
  },
45905
45992
  {
45906
- "name": "bgColor",
45907
- "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).",
45993
+ "name": "role",
45994
+ "description": "The role attribute applied to the input.",
45908
45995
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45909
45996
  "value": {
45910
45997
  "kind": "expression",
@@ -45912,33 +45999,13 @@
45912
45999
  }
45913
46000
  },
45914
46001
  {
45915
- "name": "disabled",
45916
- "description": "Removes the ability to click or target the input.",
45917
- "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45918
- "default": "null",
45919
- "value": {
45920
- "kind": "expression",
45921
- "type": "boolean"
45922
- }
45923
- },
45924
- {
45925
- "name": "autofocus",
45926
- "description": "Enables autofocus.",
45927
- "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45928
- "default": "false",
45929
- "value": {
45930
- "kind": "expression",
45931
- "type": "boolean"
45932
- }
45933
- },
45934
- {
45935
- "name": "counter",
45936
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
46002
+ "name": "direction",
46003
+ "description": "Changes the direction of the input.",
45937
46004
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45938
- "default": "false",
46005
+ "default": "'horizontal'",
45939
46006
  "value": {
45940
46007
  "kind": "expression",
45941
- "type": "string | number | boolean"
46008
+ "type": "'horizontal' | 'vertical'"
45942
46009
  }
45943
46010
  },
45944
46011
  {
@@ -45950,53 +46017,6 @@
45950
46017
  "type": "string"
45951
46018
  }
45952
46019
  },
45953
- {
45954
- "name": "persistentPlaceholder",
45955
- "description": "Forces placeholder to always be visible.",
45956
- "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45957
- "default": "false",
45958
- "value": {
45959
- "kind": "expression",
45960
- "type": "boolean"
45961
- }
45962
- },
45963
- {
45964
- "name": "persistentCounter",
45965
- "description": "Forces counter to always be visible.",
45966
- "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45967
- "default": "false",
45968
- "value": {
45969
- "kind": "expression",
45970
- "type": "boolean"
45971
- }
45972
- },
45973
- {
45974
- "name": "suffix",
45975
- "description": "Displays suffix text.",
45976
- "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45977
- "value": {
45978
- "kind": "expression",
45979
- "type": "string"
45980
- }
45981
- },
45982
- {
45983
- "name": "role",
45984
- "description": "The role attribute applied to the input.",
45985
- "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45986
- "value": {
45987
- "kind": "expression",
45988
- "type": "string"
45989
- }
45990
- },
45991
- {
45992
- "name": "appendIcon",
45993
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
45994
- "doc-url": "https://vuetifyjs.com/api/VTextField#props",
45995
- "value": {
45996
- "kind": "expression",
45997
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
45998
- }
45999
- },
46000
46020
  {
46001
46021
  "name": "centerAffix",
46002
46022
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
@@ -46026,15 +46046,6 @@
46026
46046
  "type": "string | boolean"
46027
46047
  }
46028
46048
  },
46029
- {
46030
- "name": "prependIcon",
46031
- "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`.",
46032
- "doc-url": "https://vuetifyjs.com/api/VTextField#props",
46033
- "value": {
46034
- "kind": "expression",
46035
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
46036
- }
46037
- },
46038
46049
  {
46039
46050
  "name": "hideSpinButtons",
46040
46051
  "description": "Hides spin buttons on the input when type is set to `number`.",
@@ -46074,16 +46085,6 @@
46074
46085
  "type": "string | string[]"
46075
46086
  }
46076
46087
  },
46077
- {
46078
- "name": "direction",
46079
- "description": "Changes the direction of the input.",
46080
- "doc-url": "https://vuetifyjs.com/api/VTextField#props",
46081
- "default": "'horizontal'",
46082
- "value": {
46083
- "kind": "expression",
46084
- "type": "'horizontal' | 'vertical'"
46085
- }
46086
- },
46087
46088
  {
46088
46089
  "name": "errorMessages",
46089
46090
  "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.",
@@ -46104,16 +46105,6 @@
46104
46105
  "type": "string | number"
46105
46106
  }
46106
46107
  },
46107
- {
46108
- "name": "readonly",
46109
- "description": "Puts input in readonly state.",
46110
- "doc-url": "https://vuetifyjs.com/api/VTextField#props",
46111
- "default": "null",
46112
- "value": {
46113
- "kind": "expression",
46114
- "type": "boolean"
46115
- }
46116
- },
46117
46108
  {
46118
46109
  "name": "rules",
46119
46110
  "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`.",
@@ -46163,17 +46154,28 @@
46163
46154
  }
46164
46155
  },
46165
46156
  {
46166
- "name": "appendInnerIcon",
46167
- "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot.",
46157
+ "name": "autofocus",
46158
+ "description": "Enables autofocus.",
46168
46159
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
46160
+ "default": "false",
46169
46161
  "value": {
46170
46162
  "kind": "expression",
46171
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
46163
+ "type": "boolean"
46172
46164
  }
46173
46165
  },
46174
46166
  {
46175
- "name": "clearable",
46176
- "description": "Allows for the component to be cleared.",
46167
+ "name": "counter",
46168
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
46169
+ "doc-url": "https://vuetifyjs.com/api/VTextField#props",
46170
+ "default": "false",
46171
+ "value": {
46172
+ "kind": "expression",
46173
+ "type": "string | number | boolean"
46174
+ }
46175
+ },
46176
+ {
46177
+ "name": "persistentPlaceholder",
46178
+ "description": "Forces placeholder to always be visible.",
46177
46179
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
46178
46180
  "default": "false",
46179
46181
  "value": {
@@ -46182,18 +46184,36 @@
46182
46184
  }
46183
46185
  },
46184
46186
  {
46185
- "name": "clearIcon",
46186
- "description": "Applied when using **clearable** and the input is dirty.",
46187
+ "name": "persistentCounter",
46188
+ "description": "Forces counter to always be visible.",
46189
+ "doc-url": "https://vuetifyjs.com/api/VTextField#props",
46190
+ "default": "false",
46191
+ "value": {
46192
+ "kind": "expression",
46193
+ "type": "boolean"
46194
+ }
46195
+ },
46196
+ {
46197
+ "name": "suffix",
46198
+ "description": "Displays suffix text.",
46199
+ "doc-url": "https://vuetifyjs.com/api/VTextField#props",
46200
+ "value": {
46201
+ "kind": "expression",
46202
+ "type": "string"
46203
+ }
46204
+ },
46205
+ {
46206
+ "name": "appendInnerIcon",
46207
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot.",
46187
46208
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
46188
- "default": "'$clear'",
46189
46209
  "value": {
46190
46210
  "kind": "expression",
46191
46211
  "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
46192
46212
  }
46193
46213
  },
46194
46214
  {
46195
- "name": "active",
46196
- "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
46215
+ "name": "clearable",
46216
+ "description": "Allows for the component to be cleared.",
46197
46217
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
46198
46218
  "default": "false",
46199
46219
  "value": {
@@ -46201,6 +46221,16 @@
46201
46221
  "type": "boolean"
46202
46222
  }
46203
46223
  },
46224
+ {
46225
+ "name": "clearIcon",
46226
+ "description": "Applied when using **clearable** and the input is dirty.",
46227
+ "doc-url": "https://vuetifyjs.com/api/VTextField#props",
46228
+ "default": "'$clear'",
46229
+ "value": {
46230
+ "kind": "expression",
46231
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
46232
+ }
46233
+ },
46204
46234
  {
46205
46235
  "name": "dirty",
46206
46236
  "description": "Manually apply the dirty state styling.",
@@ -46240,16 +46270,6 @@
46240
46270
  "type": "boolean"
46241
46271
  }
46242
46272
  },
46243
- {
46244
- "name": "loading",
46245
- "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.",
46246
- "doc-url": "https://vuetifyjs.com/api/VTextField#props",
46247
- "default": "false",
46248
- "value": {
46249
- "kind": "expression",
46250
- "type": "string | boolean"
46251
- }
46252
- },
46253
46273
  {
46254
46274
  "name": "counterValue",
46255
46275
  "description": "Function returns the counter display text.",
@@ -46372,8 +46392,8 @@
46372
46392
  ],
46373
46393
  "slots": [
46374
46394
  {
46375
- "name": "prepend",
46376
- "description": "Adds an item outside the input and before input content.",
46395
+ "name": "details",
46396
+ "description": "Slot for custom input details to modifying the display of [messages](#props-messages).",
46377
46397
  "doc-url": "https://vuetifyjs.com/api/v-text-field#slots",
46378
46398
  "vue-properties": [
46379
46399
  {
@@ -46423,8 +46443,13 @@
46423
46443
  ]
46424
46444
  },
46425
46445
  {
46426
- "name": "append",
46427
- "description": "Adds an item inside the input and after input content.",
46446
+ "name": "label",
46447
+ "description": "The default slot of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.",
46448
+ "doc-url": "https://vuetifyjs.com/api/v-text-field#slots"
46449
+ },
46450
+ {
46451
+ "name": "prepend",
46452
+ "description": "Adds an item outside the input and before input content.",
46428
46453
  "doc-url": "https://vuetifyjs.com/api/v-text-field#slots",
46429
46454
  "vue-properties": [
46430
46455
  {
@@ -46474,13 +46499,8 @@
46474
46499
  ]
46475
46500
  },
46476
46501
  {
46477
- "name": "clear",
46478
- "description": "Slot for custom clear icon (displayed when the **clearable** prop is equal to true).",
46479
- "doc-url": "https://vuetifyjs.com/api/v-text-field#slots"
46480
- },
46481
- {
46482
- "name": "details",
46483
- "description": "Slot for custom input details to modifying the display of [messages](#props-messages).",
46502
+ "name": "append",
46503
+ "description": "Adds an item inside the input and after input content.",
46484
46504
  "doc-url": "https://vuetifyjs.com/api/v-text-field#slots",
46485
46505
  "vue-properties": [
46486
46506
  {
@@ -46529,6 +46549,26 @@
46529
46549
  }
46530
46550
  ]
46531
46551
  },
46552
+ {
46553
+ "name": "loader",
46554
+ "description": "Slot for custom loader (displayed when [loading](#props-loading) prop is equal to true).",
46555
+ "doc-url": "https://vuetifyjs.com/api/v-text-field#slots",
46556
+ "vue-properties": [
46557
+ {
46558
+ "name": "color",
46559
+ "type": "string"
46560
+ },
46561
+ {
46562
+ "name": "isActive",
46563
+ "type": "boolean"
46564
+ }
46565
+ ]
46566
+ },
46567
+ {
46568
+ "name": "clear",
46569
+ "description": "Slot for custom clear icon (displayed when the **clearable** prop is equal to true).",
46570
+ "doc-url": "https://vuetifyjs.com/api/v-text-field#slots"
46571
+ },
46532
46572
  {
46533
46573
  "name": "message",
46534
46574
  "description": "Slot used to customize the message content.",
@@ -46594,26 +46634,6 @@
46594
46634
  }
46595
46635
  ]
46596
46636
  },
46597
- {
46598
- "name": "label",
46599
- "description": "The default slot of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.",
46600
- "doc-url": "https://vuetifyjs.com/api/v-text-field#slots"
46601
- },
46602
- {
46603
- "name": "loader",
46604
- "description": "Slot for custom loader (displayed when [loading](#props-loading) prop is equal to true).",
46605
- "doc-url": "https://vuetifyjs.com/api/v-text-field#slots",
46606
- "vue-properties": [
46607
- {
46608
- "name": "color",
46609
- "type": "string"
46610
- },
46611
- {
46612
- "name": "isActive",
46613
- "type": "boolean"
46614
- }
46615
- ]
46616
- },
46617
46637
  {
46618
46638
  "name": "default",
46619
46639
  "description": "The default Vue slot.",
@@ -46664,27 +46684,27 @@
46664
46684
  }
46665
46685
  },
46666
46686
  {
46667
- "name": "reverse",
46668
- "description": "Reverses the orientation.",
46687
+ "name": "modelValue",
46688
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
46669
46689
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46670
- "default": "false",
46671
46690
  "value": {
46672
46691
  "kind": "expression",
46673
- "type": "boolean"
46692
+ "type": "any"
46674
46693
  }
46675
46694
  },
46676
46695
  {
46677
- "name": "name",
46678
- "description": "Sets the component's name attribute.",
46696
+ "name": "error",
46697
+ "description": "Puts the input in a manual error state.",
46679
46698
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46699
+ "default": "false",
46680
46700
  "value": {
46681
46701
  "kind": "expression",
46682
- "type": "string"
46702
+ "type": "boolean"
46683
46703
  }
46684
46704
  },
46685
46705
  {
46686
- "name": "error",
46687
- "description": "Puts the input in a manual error state.",
46706
+ "name": "reverse",
46707
+ "description": "Reverses the orientation.",
46688
46708
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46689
46709
  "default": "false",
46690
46710
  "value": {
@@ -46693,140 +46713,137 @@
46693
46713
  }
46694
46714
  },
46695
46715
  {
46696
- "name": "label",
46697
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.",
46716
+ "name": "density",
46717
+ "description": "Adjusts the vertical height used by the component.",
46698
46718
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46719
+ "default": "'default'",
46699
46720
  "value": {
46700
46721
  "kind": "expression",
46701
- "type": "string"
46722
+ "type": "'default' | 'comfortable' | 'compact'"
46702
46723
  }
46703
46724
  },
46704
46725
  {
46705
- "name": "active",
46706
- "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
46726
+ "name": "maxWidth",
46727
+ "description": "Sets the maximum width for the component.",
46707
46728
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46708
- "default": "false",
46709
46729
  "value": {
46710
46730
  "kind": "expression",
46711
- "type": "boolean"
46731
+ "type": "string | number"
46712
46732
  }
46713
46733
  },
46714
46734
  {
46715
- "name": "baseColor",
46716
- "description": "Sets the color of the input when it is not focused.",
46735
+ "name": "minWidth",
46736
+ "description": "Sets the minimum width for the component.",
46717
46737
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46718
46738
  "value": {
46719
46739
  "kind": "expression",
46720
- "type": "string"
46740
+ "type": "string | number"
46721
46741
  }
46722
46742
  },
46723
46743
  {
46724
- "name": "prependIcon",
46725
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`.",
46744
+ "name": "width",
46745
+ "description": "Sets the width for the component.",
46726
46746
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46727
46747
  "value": {
46728
46748
  "kind": "expression",
46729
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
46749
+ "type": "string | number"
46730
46750
  }
46731
46751
  },
46732
46752
  {
46733
- "name": "appendIcon",
46734
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
46753
+ "name": "rounded",
46754
+ "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).",
46735
46755
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46736
46756
  "value": {
46737
46757
  "kind": "expression",
46738
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
46758
+ "type": "string | number | boolean"
46739
46759
  }
46740
46760
  },
46741
46761
  {
46742
- "name": "readonly",
46743
- "description": "Puts input in readonly state.",
46762
+ "name": "tile",
46763
+ "description": "Removes any applied **border-radius** from the component.",
46744
46764
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46745
- "default": "null",
46765
+ "default": "false",
46746
46766
  "value": {
46747
46767
  "kind": "expression",
46748
46768
  "type": "boolean"
46749
46769
  }
46750
46770
  },
46751
46771
  {
46752
- "name": "density",
46753
- "description": "Adjusts the vertical height used by the component.",
46772
+ "name": "theme",
46773
+ "description": "Specify a theme for this component and all of its children.",
46754
46774
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46755
- "default": "'default'",
46756
46775
  "value": {
46757
46776
  "kind": "expression",
46758
- "type": "'default' | 'comfortable' | 'compact'"
46777
+ "type": "string"
46759
46778
  }
46760
46779
  },
46761
46780
  {
46762
- "name": "maxWidth",
46763
- "description": "Sets the maximum width for the component.",
46781
+ "name": "color",
46782
+ "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).",
46764
46783
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46765
46784
  "value": {
46766
46785
  "kind": "expression",
46767
- "type": "string | number"
46786
+ "type": "string"
46768
46787
  }
46769
46788
  },
46770
46789
  {
46771
- "name": "minWidth",
46772
- "description": "Sets the minimum width for the component.",
46790
+ "name": "variant",
46791
+ "description": "Applies a distinct style to the component.",
46773
46792
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46793
+ "default": "'filled'",
46774
46794
  "value": {
46775
46795
  "kind": "expression",
46776
- "type": "string | number"
46796
+ "type": "| 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'"
46777
46797
  }
46778
46798
  },
46779
46799
  {
46780
- "name": "width",
46781
- "description": "Sets the width for the component.",
46800
+ "name": "name",
46801
+ "description": "Sets the component's name attribute.",
46782
46802
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46783
46803
  "value": {
46784
46804
  "kind": "expression",
46785
- "type": "string | number"
46805
+ "type": "string"
46786
46806
  }
46787
46807
  },
46788
46808
  {
46789
- "name": "disabled",
46790
- "description": "Removes the ability to click or target the input.",
46809
+ "name": "id",
46810
+ "description": "Sets the DOM id on the component.",
46791
46811
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46792
- "default": "null",
46793
46812
  "value": {
46794
46813
  "kind": "expression",
46795
- "type": "boolean"
46814
+ "type": "string"
46796
46815
  }
46797
46816
  },
46798
46817
  {
46799
- "name": "loading",
46800
- "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.",
46818
+ "name": "prefix",
46819
+ "description": "Displays prefix text.",
46801
46820
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46802
- "default": "false",
46803
46821
  "value": {
46804
46822
  "kind": "expression",
46805
- "type": "string | boolean"
46823
+ "type": "string"
46806
46824
  }
46807
46825
  },
46808
46826
  {
46809
- "name": "rounded",
46810
- "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).",
46827
+ "name": "label",
46828
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.",
46811
46829
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46812
46830
  "value": {
46813
46831
  "kind": "expression",
46814
- "type": "string | number | boolean"
46832
+ "type": "string"
46815
46833
  }
46816
46834
  },
46817
46835
  {
46818
- "name": "tile",
46819
- "description": "Removes any applied **border-radius** from the component.",
46836
+ "name": "baseColor",
46837
+ "description": "Sets the color of the input when it is not focused.",
46820
46838
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46821
- "default": "false",
46822
46839
  "value": {
46823
46840
  "kind": "expression",
46824
- "type": "boolean"
46841
+ "type": "string"
46825
46842
  }
46826
46843
  },
46827
46844
  {
46828
- "name": "theme",
46829
- "description": "Specify a theme for this component and all of its children.",
46845
+ "name": "bgColor",
46846
+ "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).",
46830
46847
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46831
46848
  "value": {
46832
46849
  "kind": "expression",
@@ -46834,36 +46851,38 @@
46834
46851
  }
46835
46852
  },
46836
46853
  {
46837
- "name": "color",
46838
- "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).",
46854
+ "name": "disabled",
46855
+ "description": "Removes the ability to click or target the input.",
46839
46856
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46857
+ "default": "null",
46840
46858
  "value": {
46841
46859
  "kind": "expression",
46842
- "type": "string"
46860
+ "type": "boolean"
46843
46861
  }
46844
46862
  },
46845
46863
  {
46846
- "name": "variant",
46847
- "description": "Applies a distinct style to the component.",
46864
+ "name": "autofocus",
46865
+ "description": "The element should be focused as soon as the page loads.",
46848
46866
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46849
- "default": "'filled'",
46867
+ "default": "false",
46850
46868
  "value": {
46851
46869
  "kind": "expression",
46852
- "type": "| 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'"
46870
+ "type": "boolean"
46853
46871
  }
46854
46872
  },
46855
46873
  {
46856
- "name": "modelValue",
46857
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
46874
+ "name": "counter",
46875
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
46858
46876
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46877
+ "default": "false",
46859
46878
  "value": {
46860
46879
  "kind": "expression",
46861
- "type": "any"
46880
+ "type": "string | number | true"
46862
46881
  }
46863
46882
  },
46864
46883
  {
46865
- "name": "bgColor",
46866
- "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).",
46884
+ "name": "placeholder",
46885
+ "description": "Sets the input's placeholder text.",
46867
46886
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46868
46887
  "value": {
46869
46888
  "kind": "expression",
@@ -46871,40 +46890,41 @@
46871
46890
  }
46872
46891
  },
46873
46892
  {
46874
- "name": "id",
46875
- "description": "Sets the DOM id on the component.",
46893
+ "name": "persistentPlaceholder",
46894
+ "description": "Forces placeholder to always be visible.",
46876
46895
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46896
+ "default": "false",
46877
46897
  "value": {
46878
46898
  "kind": "expression",
46879
- "type": "string"
46899
+ "type": "boolean"
46880
46900
  }
46881
46901
  },
46882
46902
  {
46883
- "name": "prefix",
46884
- "description": "Displays prefix text.",
46903
+ "name": "persistentCounter",
46904
+ "description": "Forces counter to always be visible.",
46885
46905
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46906
+ "default": "false",
46886
46907
  "value": {
46887
46908
  "kind": "expression",
46888
- "type": "string"
46909
+ "type": "boolean"
46889
46910
  }
46890
46911
  },
46891
46912
  {
46892
- "name": "direction",
46893
- "description": "Changes the direction of the input.",
46913
+ "name": "suffix",
46914
+ "description": "Displays suffix text.",
46894
46915
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46895
- "default": "'horizontal'",
46896
46916
  "value": {
46897
46917
  "kind": "expression",
46898
- "type": "'horizontal' | 'vertical'"
46918
+ "type": "string"
46899
46919
  }
46900
46920
  },
46901
46921
  {
46902
- "name": "placeholder",
46903
- "description": "Sets the input's placeholder text.",
46922
+ "name": "appendIcon",
46923
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
46904
46924
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46905
46925
  "value": {
46906
46926
  "kind": "expression",
46907
- "type": "string"
46927
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
46908
46928
  }
46909
46929
  },
46910
46930
  {
@@ -46936,6 +46956,15 @@
46936
46956
  "type": "string | boolean"
46937
46957
  }
46938
46958
  },
46959
+ {
46960
+ "name": "prependIcon",
46961
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`.",
46962
+ "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
46963
+ "value": {
46964
+ "kind": "expression",
46965
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
46966
+ }
46967
+ },
46939
46968
  {
46940
46969
  "name": "hideSpinButtons",
46941
46970
  "description": "Hides spin buttons on the input when type is set to `number`.",
@@ -46975,6 +47004,16 @@
46975
47004
  "type": "string | string[]"
46976
47005
  }
46977
47006
  },
47007
+ {
47008
+ "name": "direction",
47009
+ "description": "Changes the direction of the input.",
47010
+ "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
47011
+ "default": "'horizontal'",
47012
+ "value": {
47013
+ "kind": "expression",
47014
+ "type": "'horizontal' | 'vertical'"
47015
+ }
47016
+ },
46978
47017
  {
46979
47018
  "name": "errorMessages",
46980
47019
  "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.",
@@ -46995,6 +47034,16 @@
46995
47034
  "type": "string | number"
46996
47035
  }
46997
47036
  },
47037
+ {
47038
+ "name": "readonly",
47039
+ "description": "Puts input in readonly state.",
47040
+ "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
47041
+ "default": "null",
47042
+ "value": {
47043
+ "kind": "expression",
47044
+ "type": "boolean"
47045
+ }
47046
+ },
46998
47047
  {
46999
47048
  "name": "rules",
47000
47049
  "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`.",
@@ -47043,55 +47092,6 @@
47043
47092
  "type": "boolean | 'auto'"
47044
47093
  }
47045
47094
  },
47046
- {
47047
- "name": "autofocus",
47048
- "description": "The element should be focused as soon as the page loads.",
47049
- "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
47050
- "default": "false",
47051
- "value": {
47052
- "kind": "expression",
47053
- "type": "boolean"
47054
- }
47055
- },
47056
- {
47057
- "name": "counter",
47058
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
47059
- "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
47060
- "default": "false",
47061
- "value": {
47062
- "kind": "expression",
47063
- "type": "string | number | true"
47064
- }
47065
- },
47066
- {
47067
- "name": "persistentPlaceholder",
47068
- "description": "Forces placeholder to always be visible.",
47069
- "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
47070
- "default": "false",
47071
- "value": {
47072
- "kind": "expression",
47073
- "type": "boolean"
47074
- }
47075
- },
47076
- {
47077
- "name": "persistentCounter",
47078
- "description": "Forces counter to always be visible.",
47079
- "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
47080
- "default": "false",
47081
- "value": {
47082
- "kind": "expression",
47083
- "type": "boolean"
47084
- }
47085
- },
47086
- {
47087
- "name": "suffix",
47088
- "description": "Displays suffix text.",
47089
- "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
47090
- "value": {
47091
- "kind": "expression",
47092
- "type": "string"
47093
- }
47094
- },
47095
47095
  {
47096
47096
  "name": "appendInnerIcon",
47097
47097
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot.",
@@ -47121,6 +47121,16 @@
47121
47121
  "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
47122
47122
  }
47123
47123
  },
47124
+ {
47125
+ "name": "active",
47126
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
47127
+ "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
47128
+ "default": "false",
47129
+ "value": {
47130
+ "kind": "expression",
47131
+ "type": "boolean"
47132
+ }
47133
+ },
47124
47134
  {
47125
47135
  "name": "dirty",
47126
47136
  "description": "Manually apply the dirty state styling.",
@@ -47160,6 +47170,16 @@
47160
47170
  "type": "boolean"
47161
47171
  }
47162
47172
  },
47173
+ {
47174
+ "name": "loading",
47175
+ "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.",
47176
+ "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
47177
+ "default": "false",
47178
+ "value": {
47179
+ "kind": "expression",
47180
+ "type": "string | boolean"
47181
+ }
47182
+ },
47163
47183
  {
47164
47184
  "name": "counterValue",
47165
47185
  "description": "Display the input length but do not provide any validation.",
@@ -47321,8 +47341,8 @@
47321
47341
  ],
47322
47342
  "slots": [
47323
47343
  {
47324
- "name": "details",
47325
- "description": "Slot for custom input details to modifying the display of [messages](#props-messages).",
47344
+ "name": "prepend",
47345
+ "description": "Adds an item outside the input and before input content.",
47326
47346
  "doc-url": "https://vuetifyjs.com/api/v-textarea#slots",
47327
47347
  "vue-properties": [
47328
47348
  {
@@ -47372,13 +47392,8 @@
47372
47392
  ]
47373
47393
  },
47374
47394
  {
47375
- "name": "label",
47376
- "description": "The default slot of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.",
47377
- "doc-url": "https://vuetifyjs.com/api/v-textarea#slots"
47378
- },
47379
- {
47380
- "name": "prepend",
47381
- "description": "Adds an item outside the input and before input content.",
47395
+ "name": "append",
47396
+ "description": "Adds an item inside the input and after input content.",
47382
47397
  "doc-url": "https://vuetifyjs.com/api/v-textarea#slots",
47383
47398
  "vue-properties": [
47384
47399
  {
@@ -47428,8 +47443,13 @@
47428
47443
  ]
47429
47444
  },
47430
47445
  {
47431
- "name": "append",
47432
- "description": "Adds an item inside the input and after input content.",
47446
+ "name": "clear",
47447
+ "description": "Slot for custom clear icon (displayed when the **clearable** prop is equal to true).",
47448
+ "doc-url": "https://vuetifyjs.com/api/v-textarea#slots"
47449
+ },
47450
+ {
47451
+ "name": "details",
47452
+ "description": "Slot for custom input details to modifying the display of [messages](#props-messages).",
47433
47453
  "doc-url": "https://vuetifyjs.com/api/v-textarea#slots",
47434
47454
  "vue-properties": [
47435
47455
  {
@@ -47478,26 +47498,6 @@
47478
47498
  }
47479
47499
  ]
47480
47500
  },
47481
- {
47482
- "name": "loader",
47483
- "description": "Slot for custom loader (displayed when [loading](#props-loading) prop is equal to true).",
47484
- "doc-url": "https://vuetifyjs.com/api/v-textarea#slots",
47485
- "vue-properties": [
47486
- {
47487
- "name": "color",
47488
- "type": "string"
47489
- },
47490
- {
47491
- "name": "isActive",
47492
- "type": "boolean"
47493
- }
47494
- ]
47495
- },
47496
- {
47497
- "name": "clear",
47498
- "description": "Slot for custom clear icon (displayed when the **clearable** prop is equal to true).",
47499
- "doc-url": "https://vuetifyjs.com/api/v-textarea#slots"
47500
- },
47501
47501
  {
47502
47502
  "name": "message",
47503
47503
  "description": "Slot used to customize the message content.",
@@ -47563,6 +47563,26 @@
47563
47563
  }
47564
47564
  ]
47565
47565
  },
47566
+ {
47567
+ "name": "label",
47568
+ "description": "The default slot of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.",
47569
+ "doc-url": "https://vuetifyjs.com/api/v-textarea#slots"
47570
+ },
47571
+ {
47572
+ "name": "loader",
47573
+ "description": "Slot for custom loader (displayed when [loading](#props-loading) prop is equal to true).",
47574
+ "doc-url": "https://vuetifyjs.com/api/v-textarea#slots",
47575
+ "vue-properties": [
47576
+ {
47577
+ "name": "color",
47578
+ "type": "string"
47579
+ },
47580
+ {
47581
+ "name": "isActive",
47582
+ "type": "boolean"
47583
+ }
47584
+ ]
47585
+ },
47566
47586
  {
47567
47587
  "name": "counter",
47568
47588
  "description": "Slot for the input’s counter text.",
@@ -48230,13 +48250,12 @@
48230
48250
  "doc-url": "https://vuetifyjs.com/api/v-time-picker-controls",
48231
48251
  "attributes": [
48232
48252
  {
48233
- "name": "readonly",
48234
- "description": "Makes the timepicker readonly.",
48253
+ "name": "color",
48254
+ "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).",
48235
48255
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
48236
- "default": "false",
48237
48256
  "value": {
48238
48257
  "kind": "expression",
48239
- "type": "boolean"
48258
+ "type": "string"
48240
48259
  }
48241
48260
  },
48242
48261
  {
@@ -48259,12 +48278,13 @@
48259
48278
  }
48260
48279
  },
48261
48280
  {
48262
- "name": "color",
48263
- "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).",
48281
+ "name": "readonly",
48282
+ "description": "Makes the timepicker readonly.",
48264
48283
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
48284
+ "default": "false",
48265
48285
  "value": {
48266
48286
  "kind": "expression",
48267
- "type": "string"
48287
+ "type": "boolean"
48268
48288
  }
48269
48289
  },
48270
48290
  {
@@ -48276,6 +48296,16 @@
48276
48296
  "type": "'hour' | 'minute' | 'second'"
48277
48297
  }
48278
48298
  },
48299
+ {
48300
+ "name": "ampm",
48301
+ "description": "Enables AM/PM mode.",
48302
+ "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
48303
+ "default": "false",
48304
+ "value": {
48305
+ "kind": "expression",
48306
+ "type": "boolean"
48307
+ }
48308
+ },
48279
48309
  {
48280
48310
  "name": "ampmInTitle",
48281
48311
  "description": "Displays AM/PM in the title.",
@@ -48287,8 +48317,8 @@
48287
48317
  }
48288
48318
  },
48289
48319
  {
48290
- "name": "ampm",
48291
- "description": "Enables AM/PM mode.",
48320
+ "name": "ampmReadonly",
48321
+ "description": "Makes AM/PM controls readonly.",
48292
48322
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
48293
48323
  "default": "false",
48294
48324
  "value": {
@@ -48333,16 +48363,6 @@
48333
48363
  "type": "boolean"
48334
48364
  }
48335
48365
  },
48336
- {
48337
- "name": "ampmReadonly",
48338
- "description": "Makes AM/PM controls readonly.",
48339
- "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
48340
- "default": "false",
48341
- "value": {
48342
- "kind": "expression",
48343
- "type": "boolean"
48344
- }
48345
- },
48346
48366
  {
48347
48367
  "name": "period",
48348
48368
  "description": "The current period value. either `am` or `pm`.",
@@ -48355,24 +48375,24 @@
48355
48375
  ],
48356
48376
  "events": [
48357
48377
  {
48358
- "name": "update:viewMode",
48359
- "description": "Emitted when the view mode is changed. The event payload is either `hour`, `minute`, or `second`.",
48378
+ "name": "update:period",
48379
+ "description": "Emitted when the period is changed. The event payload is either `am` or `pm`.",
48360
48380
  "doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
48361
48381
  "arguments": [
48362
48382
  {
48363
48383
  "name": "argument",
48364
- "type": "['hour' | 'minute' | 'second']\n"
48384
+ "type": "['am' | 'pm']\n"
48365
48385
  }
48366
48386
  ]
48367
48387
  },
48368
48388
  {
48369
- "name": "update:period",
48370
- "description": "Emitted when the period is changed. The event payload is either `am` or `pm`.",
48389
+ "name": "update:viewMode",
48390
+ "description": "Emitted when the view mode is changed. The event payload is either `hour`, `minute`, or `second`.",
48371
48391
  "doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
48372
48392
  "arguments": [
48373
48393
  {
48374
48394
  "name": "argument",
48375
- "type": "['am' | 'pm']\n"
48395
+ "type": "['hour' | 'minute' | 'second']\n"
48376
48396
  }
48377
48397
  ]
48378
48398
  }
@@ -48398,16 +48418,6 @@
48398
48418
  "description": "",
48399
48419
  "doc-url": "https://vuetifyjs.com/api/v-timeline",
48400
48420
  "attributes": [
48401
- {
48402
- "name": "density",
48403
- "description": "Adjusts the vertical height used by the component.",
48404
- "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
48405
- "default": "'default'",
48406
- "value": {
48407
- "kind": "expression",
48408
- "type": "'default' | 'comfortable' | 'compact'"
48409
- }
48410
- },
48411
48421
  {
48412
48422
  "name": "tag",
48413
48423
  "description": "Specify a custom tag used on the root element.",
@@ -48419,12 +48429,13 @@
48419
48429
  }
48420
48430
  },
48421
48431
  {
48422
- "name": "theme",
48423
- "description": "Specify a theme for this component and all of its children.",
48432
+ "name": "density",
48433
+ "description": "Adjusts the vertical height used by the component.",
48424
48434
  "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
48435
+ "default": "'default'",
48425
48436
  "value": {
48426
48437
  "kind": "expression",
48427
- "type": "string"
48438
+ "type": "'default' | 'comfortable' | 'compact'"
48428
48439
  }
48429
48440
  },
48430
48441
  {
@@ -48438,8 +48449,8 @@
48438
48449
  }
48439
48450
  },
48440
48451
  {
48441
- "name": "iconColor",
48442
- "description": "Color of the icon.",
48452
+ "name": "theme",
48453
+ "description": "Specify a theme for this component and all of its children.",
48443
48454
  "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
48444
48455
  "value": {
48445
48456
  "kind": "expression",
@@ -48456,6 +48467,15 @@
48456
48467
  "type": "'horizontal' | 'vertical'"
48457
48468
  }
48458
48469
  },
48470
+ {
48471
+ "name": "iconColor",
48472
+ "description": "Color of the icon.",
48473
+ "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
48474
+ "value": {
48475
+ "kind": "expression",
48476
+ "type": "string"
48477
+ }
48478
+ },
48459
48479
  {
48460
48480
  "name": "align",
48461
48481
  "description": "Places the timeline dot at the top or center of the timeline item.",
@@ -48476,6 +48496,15 @@
48476
48496
  "type": "string"
48477
48497
  }
48478
48498
  },
48499
+ {
48500
+ "name": "side",
48501
+ "description": "Display all timeline items on one side of the timeline, either **start** or **end**.",
48502
+ "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
48503
+ "value": {
48504
+ "kind": "expression",
48505
+ "type": "'start' | 'end'"
48506
+ }
48507
+ },
48479
48508
  {
48480
48509
  "name": "lineThickness",
48481
48510
  "description": "Thickness of the timeline line.",
@@ -48533,22 +48562,13 @@
48533
48562
  "type": "string | number"
48534
48563
  }
48535
48564
  },
48536
- {
48537
- "name": "side",
48538
- "description": "Display all timeline items on one side of the timeline, either **start** or **end**.",
48539
- "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
48540
- "value": {
48541
- "kind": "expression",
48542
- "type": "'end' | 'start'"
48543
- }
48544
- },
48545
48565
  {
48546
48566
  "name": "truncateLine",
48547
48567
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends.",
48548
48568
  "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
48549
48569
  "value": {
48550
48570
  "kind": "expression",
48551
- "type": "'end' | 'start' | 'both'"
48571
+ "type": "'start' | 'end' | 'both'"
48552
48572
  }
48553
48573
  }
48554
48574
  ],
@@ -48575,13 +48595,12 @@
48575
48595
  "doc-url": "https://vuetifyjs.com/api/v-timeline-item",
48576
48596
  "attributes": [
48577
48597
  {
48578
- "name": "tag",
48579
- "description": "Specify a custom tag used on the root element.",
48598
+ "name": "icon",
48599
+ "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component.",
48580
48600
  "doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
48581
- "default": "'div'",
48582
48601
  "value": {
48583
48602
  "kind": "expression",
48584
- "type": "string | (new () => any) | FunctionalComponent"
48603
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
48585
48604
  }
48586
48605
  },
48587
48606
  {
@@ -48676,22 +48695,23 @@
48676
48695
  }
48677
48696
  },
48678
48697
  {
48679
- "name": "size",
48680
- "description": "Size of the item dot",
48698
+ "name": "tag",
48699
+ "description": "Specify a custom tag used on the root element.",
48681
48700
  "doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
48682
- "default": "'default'",
48701
+ "default": "'div'",
48683
48702
  "value": {
48684
48703
  "kind": "expression",
48685
- "type": "string | number"
48704
+ "type": "string | (new () => any) | FunctionalComponent"
48686
48705
  }
48687
48706
  },
48688
48707
  {
48689
- "name": "icon",
48690
- "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component.",
48708
+ "name": "size",
48709
+ "description": "Size of the item dot",
48691
48710
  "doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
48711
+ "default": "'default'",
48692
48712
  "value": {
48693
48713
  "kind": "expression",
48694
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
48714
+ "type": "string | number"
48695
48715
  }
48696
48716
  },
48697
48717
  {
@@ -48703,15 +48723,6 @@
48703
48723
  "type": "string"
48704
48724
  }
48705
48725
  },
48706
- {
48707
- "name": "side",
48708
- "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.",
48709
- "doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
48710
- "value": {
48711
- "kind": "expression",
48712
- "type": "'start' | 'end'"
48713
- }
48714
- },
48715
48726
  {
48716
48727
  "name": "dotColor",
48717
48728
  "description": "Color of the item dot.",
@@ -48758,6 +48769,15 @@
48758
48769
  "kind": "expression",
48759
48770
  "type": "string | number"
48760
48771
  }
48772
+ },
48773
+ {
48774
+ "name": "side",
48775
+ "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.",
48776
+ "doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
48777
+ "value": {
48778
+ "kind": "expression",
48779
+ "type": "'end' | 'start'"
48780
+ }
48761
48781
  }
48762
48782
  ],
48763
48783
  "events": [],
@@ -48793,22 +48813,32 @@
48793
48813
  "doc-url": "https://vuetifyjs.com/api/v-toolbar",
48794
48814
  "attributes": [
48795
48815
  {
48796
- "name": "title",
48797
- "description": "Specify a title text for the component.",
48816
+ "name": "flat",
48817
+ "description": "Removes the toolbar's box-shadow.",
48798
48818
  "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
48819
+ "default": "false",
48799
48820
  "value": {
48800
48821
  "kind": "expression",
48801
- "type": "string"
48822
+ "type": "boolean"
48802
48823
  }
48803
48824
  },
48804
48825
  {
48805
- "name": "flat",
48806
- "description": "Removes the toolbar's box-shadow.",
48826
+ "name": "tag",
48827
+ "description": "Specify a custom tag used on the root element.",
48807
48828
  "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
48808
- "default": "false",
48829
+ "default": "'header'",
48809
48830
  "value": {
48810
48831
  "kind": "expression",
48811
- "type": "boolean"
48832
+ "type": "string | (new () => any) | FunctionalComponent"
48833
+ }
48834
+ },
48835
+ {
48836
+ "name": "title",
48837
+ "description": "Specify a title text for the component.",
48838
+ "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
48839
+ "value": {
48840
+ "kind": "expression",
48841
+ "type": "string"
48812
48842
  }
48813
48843
  },
48814
48844
  {
@@ -48828,7 +48858,7 @@
48828
48858
  "default": "'default'",
48829
48859
  "value": {
48830
48860
  "kind": "expression",
48831
- "type": "'default' | 'prominent' | 'comfortable' | 'compact'"
48861
+ "type": "'default' | 'comfortable' | 'compact' | 'prominent'"
48832
48862
  }
48833
48863
  },
48834
48864
  {
@@ -48879,16 +48909,6 @@
48879
48909
  "type": "boolean"
48880
48910
  }
48881
48911
  },
48882
- {
48883
- "name": "tag",
48884
- "description": "Specify a custom tag used on the root element.",
48885
- "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
48886
- "default": "'header'",
48887
- "value": {
48888
- "kind": "expression",
48889
- "type": "string | (new () => any) | FunctionalComponent"
48890
- }
48891
- },
48892
48912
  {
48893
48913
  "name": "theme",
48894
48914
  "description": "Specify a theme for this component and all of its children.",
@@ -48917,8 +48937,8 @@
48917
48937
  }
48918
48938
  },
48919
48939
  {
48920
- "name": "collapse",
48921
- "description": "Puts the toolbar into a collapsed state reducing its maximum width.",
48940
+ "name": "floating",
48941
+ "description": "Applies **display: inline-flex** to the component.",
48922
48942
  "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
48923
48943
  "default": "false",
48924
48944
  "value": {
@@ -48937,23 +48957,23 @@
48937
48957
  }
48938
48958
  },
48939
48959
  {
48940
- "name": "extensionHeight",
48941
- "description": "Specify an explicit height for the `extension` slot.",
48960
+ "name": "collapse",
48961
+ "description": "Puts the toolbar into a collapsed state reducing its maximum width.",
48942
48962
  "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
48943
- "default": "48",
48963
+ "default": "false",
48944
48964
  "value": {
48945
48965
  "kind": "expression",
48946
- "type": "string | number"
48966
+ "type": "boolean"
48947
48967
  }
48948
48968
  },
48949
48969
  {
48950
- "name": "floating",
48951
- "description": "Applies **display: inline-flex** to the component.",
48970
+ "name": "extensionHeight",
48971
+ "description": "Specify an explicit height for the `extension` slot.",
48952
48972
  "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
48953
- "default": "false",
48973
+ "default": "48",
48954
48974
  "value": {
48955
48975
  "kind": "expression",
48956
- "type": "boolean"
48976
+ "type": "string | number"
48957
48977
  }
48958
48978
  }
48959
48979
  ],
@@ -49020,7 +49040,7 @@
49020
49040
  "default": "'text'",
49021
49041
  "value": {
49022
49042
  "kind": "expression",
49023
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'"
49043
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'"
49024
49044
  }
49025
49045
  }
49026
49046
  ],