vuetify 3.1.3 → 3.1.4
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.
- package/LICENSE.md +1 -1
- package/dist/json/attributes.json +682 -642
- package/dist/json/importMap-labs.json +4 -0
- package/dist/json/importMap.json +34 -34
- package/dist/json/tags.json +18 -3
- package/dist/json/web-types.json +943 -830
- package/dist/vuetify-labs.css +2987 -2985
- package/dist/vuetify-labs.d.ts +211 -50
- package/dist/vuetify-labs.esm.js +97 -79
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +96 -78
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +43 -40
- package/dist/vuetify.d.ts +144 -13
- package/dist/vuetify.esm.js +40 -31
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +40 -31
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +487 -484
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +3 -4
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +14 -2
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -4
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +7 -7
- package/lib/components/VBtnGroup/VBtnGroup.mjs +15 -11
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +2 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +9 -5
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +122 -1
- package/lib/components/VCalendar/VCalendar.mjs +3 -0
- package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarCategory.sass +9 -3
- package/lib/components/VCalendar/VCalendarDaily.mjs +20 -8
- package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.mjs +25 -5
- package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs +20 -16
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.mjs +16 -30
- package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
- package/lib/components/VCard/VCard.css +7 -7
- package/lib/components/VChip/VChip.css +7 -7
- package/lib/components/VChip/VChip.mjs +6 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VData/VData.mjs +2 -4
- package/lib/components/VData/VData.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +7 -5
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +7 -7
- package/lib/components/VField/VField.css +2 -2
- package/lib/components/VField/VField.sass +2 -2
- package/lib/components/VList/VListItem.css +7 -7
- package/lib/components/VOtpInput/VOtpInput.mjs +22 -46
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs +3 -0
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +2 -2
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -1
- package/lib/components/VStepper/VStepper.sass +6 -6
- package/lib/components/VStepper/VStepperStep.mjs +12 -2
- package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/components/VTimeline/_mixins.sass +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs +6 -5
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeview.mjs +1 -1
- package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/components/index.d.ts +135 -4
- package/lib/composables/nested/nested.mjs +2 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.css +3 -0
- package/lib/directives/ripple/VRipple.sass +3 -0
- package/lib/directives/ripple/_variables.scss +1 -1
- package/lib/directives/ripple/index.mjs +2 -7
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +9 -9
- package/lib/labs/VDataTable/VDataTable.mjs +1 -5
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +1 -7
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +0 -3
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +0 -6
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +60 -1
- package/lib/labs/VDataTable/index.mjs +1 -0
- package/lib/labs/VDataTable/index.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/VVirtualScroll.css +0 -1
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +40 -22
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/VVirtualScroll.sass +0 -1
- package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs +20 -8
- package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/index.d.ts +15 -46
- package/lib/labs/components.d.ts +75 -47
- package/lib/locale/ar.mjs +20 -20
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/es.mjs +3 -3
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/fi.mjs +5 -5
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/it.mjs +6 -6
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/sv.mjs +7 -7
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/styles/settings/_variables.scss +6 -6
- package/lib/styles/tools/_states.sass +3 -3
- package/lib/util/helpers.mjs +0 -18
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
},
|
|
6
6
|
"v-app/overlaps": {
|
|
7
7
|
"type": "string[]",
|
|
8
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
8
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/layout.json))"
|
|
9
9
|
},
|
|
10
10
|
"v-app/theme": {
|
|
11
11
|
"type": "string",
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
},
|
|
14
14
|
"v-app-bar/image": {
|
|
15
15
|
"type": "string",
|
|
16
|
-
"description": "
|
|
16
|
+
"description": "Specifies a [v-img](/components/images) as the component's background."
|
|
17
17
|
},
|
|
18
18
|
"v-app-bar/title": {
|
|
19
19
|
"type": "string",
|
|
20
|
-
"description": "
|
|
20
|
+
"description": "Specify a title text for the component."
|
|
21
21
|
},
|
|
22
22
|
"v-app-bar/flat": {
|
|
23
23
|
"type": "boolean",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"v-app-bar/location": {
|
|
31
31
|
"type": "\"top\" | \"bottom\"",
|
|
32
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
32
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-app-bar.json))"
|
|
33
33
|
},
|
|
34
34
|
"v-app-bar/absolute": {
|
|
35
35
|
"type": "boolean",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"v-app-bar/density": {
|
|
47
47
|
"type": "\"default\" | \"prominent\" | \"comfortable\" | \"compact\"",
|
|
48
|
-
"description": "
|
|
48
|
+
"description": "Adjusts the vertical height used by the component."
|
|
49
49
|
},
|
|
50
50
|
"v-app-bar/extended": {
|
|
51
51
|
"type": "boolean",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
"v-app-bar/height": {
|
|
63
63
|
"type": "string | number",
|
|
64
|
-
"description": "
|
|
64
|
+
"description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
|
|
65
65
|
},
|
|
66
66
|
"v-app-bar/border": {
|
|
67
67
|
"type": "string | number | boolean",
|
|
@@ -85,23 +85,31 @@
|
|
|
85
85
|
},
|
|
86
86
|
"v-app-bar/name": {
|
|
87
87
|
"type": "string",
|
|
88
|
-
"description": "
|
|
88
|
+
"description": "Assign a specific name for layout registration."
|
|
89
89
|
},
|
|
90
90
|
"v-app-bar/order": {
|
|
91
91
|
"type": "string | number",
|
|
92
|
-
"description": "
|
|
92
|
+
"description": "Adjust the order of the component in relation to its registration order."
|
|
93
93
|
},
|
|
94
94
|
"v-app-bar-nav-icon/icon": {
|
|
95
95
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
96
|
-
"description": "
|
|
96
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
97
|
+
},
|
|
98
|
+
"v-app-bar-title/text": {
|
|
99
|
+
"type": "string",
|
|
100
|
+
"description": "Specify content text for the component."
|
|
101
|
+
},
|
|
102
|
+
"v-app-bar-title/tag": {
|
|
103
|
+
"type": "string",
|
|
104
|
+
"description": "Specify a custom tag used on the root element."
|
|
97
105
|
},
|
|
98
106
|
"v-alert/density": {
|
|
99
107
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
100
|
-
"description": "Adjusts vertical
|
|
108
|
+
"description": "Adjusts the vertical height used by the component."
|
|
101
109
|
},
|
|
102
110
|
"v-alert/type": {
|
|
103
111
|
"type": "\"success\" | \"info\" | \"warning\" | \"error\"",
|
|
104
|
-
"description": "
|
|
112
|
+
"description": "Create a specialized alert that uses a contextual color and has a pre-defined icon."
|
|
105
113
|
},
|
|
106
114
|
"v-alert/height": {
|
|
107
115
|
"type": "string | number",
|
|
@@ -133,11 +141,11 @@
|
|
|
133
141
|
},
|
|
134
142
|
"v-alert/location": {
|
|
135
143
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
136
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
144
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/location.json))"
|
|
137
145
|
},
|
|
138
146
|
"v-alert/position": {
|
|
139
147
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
|
140
|
-
"description": "Specifies the type of positioning method used for
|
|
148
|
+
"description": "Specifies the type of positioning method used for the component."
|
|
141
149
|
},
|
|
142
150
|
"v-alert/rounded": {
|
|
143
151
|
"type": "string | number | boolean",
|
|
@@ -161,11 +169,11 @@
|
|
|
161
169
|
},
|
|
162
170
|
"v-alert/text": {
|
|
163
171
|
"type": "string",
|
|
164
|
-
"description": "Specify
|
|
172
|
+
"description": "Specify content text for the component."
|
|
165
173
|
},
|
|
166
174
|
"v-alert/border": {
|
|
167
175
|
"type": "boolean | \"top\" | \"end\" | \"bottom\" | \"start\"",
|
|
168
|
-
"description": "
|
|
176
|
+
"description": "Adds a colored border to the component."
|
|
169
177
|
},
|
|
170
178
|
"v-alert/border-color": {
|
|
171
179
|
"type": "string",
|
|
@@ -185,7 +193,7 @@
|
|
|
185
193
|
},
|
|
186
194
|
"v-alert/icon": {
|
|
187
195
|
"type": "false | string | (new () => any) | FunctionalComponent",
|
|
188
|
-
"description": "
|
|
196
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
189
197
|
},
|
|
190
198
|
"v-alert/model-value": {
|
|
191
199
|
"type": "boolean",
|
|
@@ -197,7 +205,7 @@
|
|
|
197
205
|
},
|
|
198
206
|
"v-alert/title": {
|
|
199
207
|
"type": "string",
|
|
200
|
-
"description": "Specify title text for the
|
|
208
|
+
"description": "Specify a title text for the component."
|
|
201
209
|
},
|
|
202
210
|
"v-alert-title/tag": {
|
|
203
211
|
"type": "string",
|
|
@@ -213,11 +221,11 @@
|
|
|
213
221
|
},
|
|
214
222
|
"v-autocomplete/search": {
|
|
215
223
|
"type": "string",
|
|
216
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
224
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-autocomplete.json))"
|
|
217
225
|
},
|
|
218
226
|
"v-autocomplete/filter-mode": {
|
|
219
227
|
"type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
|
|
220
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
228
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
221
229
|
},
|
|
222
230
|
"v-autocomplete/no-filter": {
|
|
223
231
|
"type": "boolean",
|
|
@@ -225,19 +233,19 @@
|
|
|
225
233
|
},
|
|
226
234
|
"v-autocomplete/custom-filter": {
|
|
227
235
|
"type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]",
|
|
228
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
236
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
229
237
|
},
|
|
230
238
|
"v-autocomplete/custom-key-filter": {
|
|
231
239
|
"type": "{ }",
|
|
232
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
240
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
233
241
|
},
|
|
234
242
|
"v-autocomplete/reverse": {
|
|
235
243
|
"type": "boolean",
|
|
236
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
244
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
237
245
|
},
|
|
238
246
|
"v-autocomplete/filter-keys": {
|
|
239
247
|
"type": "string | string[]",
|
|
240
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
248
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
241
249
|
},
|
|
242
250
|
"v-autocomplete/chips": {
|
|
243
251
|
"type": "boolean",
|
|
@@ -245,11 +253,11 @@
|
|
|
245
253
|
},
|
|
246
254
|
"v-autocomplete/closable-chips": {
|
|
247
255
|
"type": "boolean",
|
|
248
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
256
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
|
|
249
257
|
},
|
|
250
258
|
"v-autocomplete/eager": {
|
|
251
259
|
"type": "boolean",
|
|
252
|
-
"description": "
|
|
260
|
+
"description": "MISSING DESCRIPTION"
|
|
253
261
|
},
|
|
254
262
|
"v-autocomplete/hide-no-data": {
|
|
255
263
|
"type": "boolean",
|
|
@@ -261,11 +269,11 @@
|
|
|
261
269
|
},
|
|
262
270
|
"v-autocomplete/menu": {
|
|
263
271
|
"type": "boolean",
|
|
264
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
272
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
|
|
265
273
|
},
|
|
266
274
|
"v-autocomplete/menu-icon": {
|
|
267
275
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
268
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
276
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
|
|
269
277
|
},
|
|
270
278
|
"v-autocomplete/menu-props": {
|
|
271
279
|
"type": "unknown",
|
|
@@ -273,7 +281,7 @@
|
|
|
273
281
|
},
|
|
274
282
|
"v-autocomplete/id": {
|
|
275
283
|
"type": "string",
|
|
276
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
284
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
277
285
|
},
|
|
278
286
|
"v-autocomplete/disabled": {
|
|
279
287
|
"type": "boolean",
|
|
@@ -289,11 +297,11 @@
|
|
|
289
297
|
},
|
|
290
298
|
"v-autocomplete/transition": {
|
|
291
299
|
"type": "string | boolean",
|
|
292
|
-
"description": "
|
|
300
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
293
301
|
},
|
|
294
302
|
"v-autocomplete/name": {
|
|
295
303
|
"type": "string",
|
|
296
|
-
"description": "
|
|
304
|
+
"description": "Sets the component's name attribute."
|
|
297
305
|
},
|
|
298
306
|
"v-autocomplete/multiple": {
|
|
299
307
|
"type": "boolean",
|
|
@@ -317,7 +325,7 @@
|
|
|
317
325
|
},
|
|
318
326
|
"v-autocomplete/item-title": {
|
|
319
327
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
320
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
328
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
321
329
|
},
|
|
322
330
|
"v-autocomplete/item-value": {
|
|
323
331
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
@@ -325,11 +333,11 @@
|
|
|
325
333
|
},
|
|
326
334
|
"v-autocomplete/item-children": {
|
|
327
335
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
328
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
336
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
329
337
|
},
|
|
330
338
|
"v-autocomplete/item-props": {
|
|
331
339
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
332
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
340
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
333
341
|
},
|
|
334
342
|
"v-autocomplete/return-object": {
|
|
335
343
|
"type": "boolean",
|
|
@@ -341,11 +349,11 @@
|
|
|
341
349
|
},
|
|
342
350
|
"v-autocomplete/hint": {
|
|
343
351
|
"type": "string",
|
|
344
|
-
"description": "
|
|
352
|
+
"description": "Hint text"
|
|
345
353
|
},
|
|
346
354
|
"v-autocomplete/persistent-hint": {
|
|
347
355
|
"type": "boolean",
|
|
348
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
356
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
349
357
|
},
|
|
350
358
|
"v-autocomplete/prefix": {
|
|
351
359
|
"type": "string",
|
|
@@ -361,7 +369,7 @@
|
|
|
361
369
|
},
|
|
362
370
|
"v-autocomplete/persistent-counter": {
|
|
363
371
|
"type": "boolean",
|
|
364
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
372
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
365
373
|
},
|
|
366
374
|
"v-autocomplete/suffix": {
|
|
367
375
|
"type": "string",
|
|
@@ -369,7 +377,7 @@
|
|
|
369
377
|
},
|
|
370
378
|
"v-autocomplete/append-icon": {
|
|
371
379
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
372
|
-
"description": "
|
|
380
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
373
381
|
},
|
|
374
382
|
"v-autocomplete/prepend-icon": {
|
|
375
383
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -377,19 +385,19 @@
|
|
|
377
385
|
},
|
|
378
386
|
"v-autocomplete/messages": {
|
|
379
387
|
"type": "string | string[]",
|
|
380
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
388
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
381
389
|
},
|
|
382
390
|
"v-autocomplete/direction": {
|
|
383
391
|
"type": "\"horizontal\" | \"vertical\"",
|
|
384
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
392
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
385
393
|
},
|
|
386
394
|
"v-autocomplete/density": {
|
|
387
395
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
388
|
-
"description": "Adjusts vertical
|
|
396
|
+
"description": "Adjusts the vertical height used by the component."
|
|
389
397
|
},
|
|
390
398
|
"v-autocomplete/error": {
|
|
391
399
|
"type": "boolean",
|
|
392
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
400
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
393
401
|
},
|
|
394
402
|
"v-autocomplete/error-messages": {
|
|
395
403
|
"type": "string | string[]",
|
|
@@ -397,7 +405,7 @@
|
|
|
397
405
|
},
|
|
398
406
|
"v-autocomplete/max-errors": {
|
|
399
407
|
"type": "string | number",
|
|
400
|
-
"description": "
|
|
408
|
+
"description": "Control the maximum number of shown errors from validation."
|
|
401
409
|
},
|
|
402
410
|
"v-autocomplete/readonly": {
|
|
403
411
|
"type": "boolean",
|
|
@@ -409,7 +417,7 @@
|
|
|
409
417
|
},
|
|
410
418
|
"v-autocomplete/validate-on": {
|
|
411
419
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
412
|
-
"description": "
|
|
420
|
+
"description": "Change what type of event triggers validation to run."
|
|
413
421
|
},
|
|
414
422
|
"v-autocomplete/focused": {
|
|
415
423
|
"type": "boolean",
|
|
@@ -429,7 +437,7 @@
|
|
|
429
437
|
},
|
|
430
438
|
"v-autocomplete/clear-icon": {
|
|
431
439
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
432
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
440
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
433
441
|
},
|
|
434
442
|
"v-autocomplete/active": {
|
|
435
443
|
"type": "boolean",
|
|
@@ -441,7 +449,7 @@
|
|
|
441
449
|
},
|
|
442
450
|
"v-autocomplete/persistent-clear": {
|
|
443
451
|
"type": "boolean",
|
|
444
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
452
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
445
453
|
},
|
|
446
454
|
"v-autocomplete/prepend-inner-icon": {
|
|
447
455
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -465,27 +473,27 @@
|
|
|
465
473
|
},
|
|
466
474
|
"v-autocomplete/counter-value": {
|
|
467
475
|
"type": "(value: any) => number",
|
|
468
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
476
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
469
477
|
},
|
|
470
478
|
"v-avatar/start": {
|
|
471
479
|
"type": "boolean",
|
|
472
|
-
"description": "
|
|
480
|
+
"description": "Applies margin at the end of the component."
|
|
473
481
|
},
|
|
474
482
|
"v-avatar/end": {
|
|
475
483
|
"type": "boolean",
|
|
476
|
-
"description": "
|
|
484
|
+
"description": "Applies margin at the start of the component."
|
|
477
485
|
},
|
|
478
486
|
"v-avatar/icon": {
|
|
479
487
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
480
|
-
"description": "
|
|
488
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
481
489
|
},
|
|
482
490
|
"v-avatar/image": {
|
|
483
491
|
"type": "string",
|
|
484
|
-
"description": "
|
|
492
|
+
"description": "Apply a specific image using [v-img](/components/images/)."
|
|
485
493
|
},
|
|
486
494
|
"v-avatar/density": {
|
|
487
495
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
488
|
-
"description": "Adjusts vertical
|
|
496
|
+
"description": "Adjusts the vertical height used by the component."
|
|
489
497
|
},
|
|
490
498
|
"v-avatar/rounded": {
|
|
491
499
|
"type": "string | number | boolean",
|
|
@@ -529,7 +537,7 @@
|
|
|
529
537
|
},
|
|
530
538
|
"v-badge/transition": {
|
|
531
539
|
"type": "string",
|
|
532
|
-
"description": "
|
|
540
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
533
541
|
},
|
|
534
542
|
"v-badge/bordered": {
|
|
535
543
|
"type": "boolean",
|
|
@@ -549,11 +557,11 @@
|
|
|
549
557
|
},
|
|
550
558
|
"v-badge/floating": {
|
|
551
559
|
"type": "boolean",
|
|
552
|
-
"description": "
|
|
560
|
+
"description": "Elevates the badge above the slotted content."
|
|
553
561
|
},
|
|
554
562
|
"v-badge/icon": {
|
|
555
563
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
556
|
-
"description": "
|
|
564
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
557
565
|
},
|
|
558
566
|
"v-badge/inline": {
|
|
559
567
|
"type": "boolean",
|
|
@@ -589,7 +597,7 @@
|
|
|
589
597
|
},
|
|
590
598
|
"v-banner/density": {
|
|
591
599
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
592
|
-
"description": "Adjusts vertical
|
|
600
|
+
"description": "Adjusts the vertical height used by the component."
|
|
593
601
|
},
|
|
594
602
|
"v-banner/height": {
|
|
595
603
|
"type": "string | number",
|
|
@@ -621,11 +629,11 @@
|
|
|
621
629
|
},
|
|
622
630
|
"v-banner/location": {
|
|
623
631
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
624
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
632
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/location.json))"
|
|
625
633
|
},
|
|
626
634
|
"v-banner/position": {
|
|
627
635
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
|
628
|
-
"description": "Specifies the type of positioning method used for
|
|
636
|
+
"description": "Specifies the type of positioning method used for the component."
|
|
629
637
|
},
|
|
630
638
|
"v-banner/sticky": {
|
|
631
639
|
"type": "boolean",
|
|
@@ -653,19 +661,19 @@
|
|
|
653
661
|
},
|
|
654
662
|
"v-banner/icon": {
|
|
655
663
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
656
|
-
"description": "
|
|
664
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
657
665
|
},
|
|
658
666
|
"v-banner/stacked": {
|
|
659
667
|
"type": "boolean",
|
|
660
|
-
"description": "
|
|
668
|
+
"description": "Forces the banner actions onto a new line. This is only applicable when the banner is not **single-line** or using the **actions** slot."
|
|
661
669
|
},
|
|
662
670
|
"v-banner/text": {
|
|
663
671
|
"type": "string",
|
|
664
|
-
"description": "
|
|
672
|
+
"description": "Specify content text for the component."
|
|
665
673
|
},
|
|
666
674
|
"v-banner/lines": {
|
|
667
675
|
"type": "\"one\" | \"two\" | \"three\"",
|
|
668
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
676
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-banner.json))"
|
|
669
677
|
},
|
|
670
678
|
"v-banner-actions/color": {
|
|
671
679
|
"type": "string",
|
|
@@ -673,7 +681,7 @@
|
|
|
673
681
|
},
|
|
674
682
|
"v-banner-actions/density": {
|
|
675
683
|
"type": "string",
|
|
676
|
-
"description": "
|
|
684
|
+
"description": "Adjusts the vertical height used by the component."
|
|
677
685
|
},
|
|
678
686
|
"v-banner-text/tag": {
|
|
679
687
|
"type": "string",
|
|
@@ -685,7 +693,7 @@
|
|
|
685
693
|
},
|
|
686
694
|
"v-bottom-navigation/density": {
|
|
687
695
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
688
|
-
"description": "Adjusts vertical
|
|
696
|
+
"description": "Adjusts the vertical height used by the component."
|
|
689
697
|
},
|
|
690
698
|
"v-bottom-navigation/elevation": {
|
|
691
699
|
"type": "string | number",
|
|
@@ -697,15 +705,15 @@
|
|
|
697
705
|
},
|
|
698
706
|
"v-bottom-navigation/name": {
|
|
699
707
|
"type": "string",
|
|
700
|
-
"description": "
|
|
708
|
+
"description": "Assign a specific name for layout registration."
|
|
701
709
|
},
|
|
702
710
|
"v-bottom-navigation/order": {
|
|
703
711
|
"type": "string | number",
|
|
704
|
-
"description": "
|
|
712
|
+
"description": "Adjust the order of the component in relation to its registration order."
|
|
705
713
|
},
|
|
706
714
|
"v-bottom-navigation/absolute": {
|
|
707
715
|
"type": "boolean",
|
|
708
|
-
"description": "
|
|
716
|
+
"description": "Applies **position: absolute** to the component."
|
|
709
717
|
},
|
|
710
718
|
"v-bottom-navigation/tag": {
|
|
711
719
|
"type": "string",
|
|
@@ -725,7 +733,7 @@
|
|
|
725
733
|
},
|
|
726
734
|
"v-bottom-navigation/selected-class": {
|
|
727
735
|
"type": "string",
|
|
728
|
-
"description": "Configure the
|
|
736
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
729
737
|
},
|
|
730
738
|
"v-bottom-navigation/disabled": {
|
|
731
739
|
"type": "boolean",
|
|
@@ -749,15 +757,15 @@
|
|
|
749
757
|
},
|
|
750
758
|
"v-bottom-navigation/grow": {
|
|
751
759
|
"type": "boolean",
|
|
752
|
-
"description": "Force [v-btn](/components/buttons)
|
|
760
|
+
"description": "Force all [v-btn](/components/buttons) children to take up all available horizontal space."
|
|
753
761
|
},
|
|
754
762
|
"v-bottom-navigation/mode": {
|
|
755
763
|
"type": "string",
|
|
756
|
-
"description": "Changes the orientation and active state styling of the component.
|
|
764
|
+
"description": "Changes the orientation and active state styling of the component."
|
|
757
765
|
},
|
|
758
766
|
"v-bottom-navigation/height": {
|
|
759
767
|
"type": "string | number",
|
|
760
|
-
"description": "
|
|
768
|
+
"description": "Sets the height for the component"
|
|
761
769
|
},
|
|
762
770
|
"v-bottom-navigation/active": {
|
|
763
771
|
"type": "boolean",
|
|
@@ -773,7 +781,7 @@
|
|
|
773
781
|
},
|
|
774
782
|
"v-breadcrumbs/active-color": {
|
|
775
783
|
"type": "string",
|
|
776
|
-
"description": "
|
|
784
|
+
"description": "The applied color when the component is in an active state"
|
|
777
785
|
},
|
|
778
786
|
"v-breadcrumbs/bg-color": {
|
|
779
787
|
"type": "string",
|
|
@@ -789,7 +797,7 @@
|
|
|
789
797
|
},
|
|
790
798
|
"v-breadcrumbs/icon": {
|
|
791
799
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
792
|
-
"description": "
|
|
800
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
793
801
|
},
|
|
794
802
|
"v-breadcrumbs/items": {
|
|
795
803
|
"type": "unknown[]",
|
|
@@ -797,7 +805,7 @@
|
|
|
797
805
|
},
|
|
798
806
|
"v-breadcrumbs/density": {
|
|
799
807
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
800
|
-
"description": "Adjusts vertical
|
|
808
|
+
"description": "Adjusts the vertical height used by the component."
|
|
801
809
|
},
|
|
802
810
|
"v-breadcrumbs/rounded": {
|
|
803
811
|
"type": "string | number | boolean",
|
|
@@ -837,7 +845,7 @@
|
|
|
837
845
|
},
|
|
838
846
|
"v-breadcrumbs-item/active-color": {
|
|
839
847
|
"type": "string",
|
|
840
|
-
"description": "
|
|
848
|
+
"description": "The applied color when the component is in an active state"
|
|
841
849
|
},
|
|
842
850
|
"v-breadcrumbs-item/color": {
|
|
843
851
|
"type": "string",
|
|
@@ -849,11 +857,11 @@
|
|
|
849
857
|
},
|
|
850
858
|
"v-breadcrumbs-item/title": {
|
|
851
859
|
"type": "string",
|
|
852
|
-
"description": "
|
|
860
|
+
"description": "Specify a title text for the component."
|
|
853
861
|
},
|
|
854
862
|
"v-btn/symbol": {
|
|
855
863
|
"type": "any",
|
|
856
|
-
"description": "
|
|
864
|
+
"description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/) "
|
|
857
865
|
},
|
|
858
866
|
"v-btn/border": {
|
|
859
867
|
"type": "string | number | boolean",
|
|
@@ -869,7 +877,7 @@
|
|
|
869
877
|
},
|
|
870
878
|
"v-btn/density": {
|
|
871
879
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
872
|
-
"description": "Adjusts vertical
|
|
880
|
+
"description": "Adjusts the vertical height used by the component."
|
|
873
881
|
},
|
|
874
882
|
"v-btn/height": {
|
|
875
883
|
"type": "string | number",
|
|
@@ -909,19 +917,19 @@
|
|
|
909
917
|
},
|
|
910
918
|
"v-btn/selected-class": {
|
|
911
919
|
"type": "string",
|
|
912
|
-
"description": "Configure the active CSS class applied when
|
|
920
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
913
921
|
},
|
|
914
922
|
"v-btn/loading": {
|
|
915
923
|
"type": "string | boolean",
|
|
916
|
-
"description": "
|
|
924
|
+
"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"
|
|
917
925
|
},
|
|
918
926
|
"v-btn/location": {
|
|
919
927
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
920
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
928
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/location.json))"
|
|
921
929
|
},
|
|
922
930
|
"v-btn/position": {
|
|
923
931
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
|
924
|
-
"description": "Specifies the type of positioning method used for
|
|
932
|
+
"description": "Specifies the type of positioning method used for the component."
|
|
925
933
|
},
|
|
926
934
|
"v-btn/href": {
|
|
927
935
|
"type": "string",
|
|
@@ -969,7 +977,7 @@
|
|
|
969
977
|
},
|
|
970
978
|
"v-btn/append-icon": {
|
|
971
979
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
972
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
980
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
973
981
|
},
|
|
974
982
|
"v-btn/block": {
|
|
975
983
|
"type": "boolean",
|
|
@@ -981,11 +989,15 @@
|
|
|
981
989
|
},
|
|
982
990
|
"v-btn/ripple": {
|
|
983
991
|
"type": "boolean",
|
|
984
|
-
"description": "
|
|
992
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
985
993
|
},
|
|
986
994
|
"v-btn/icon": {
|
|
987
995
|
"type": "boolean | string | (new () => any) | FunctionalComponent",
|
|
988
|
-
"description": "
|
|
996
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
|
|
997
|
+
},
|
|
998
|
+
"v-btn-group/divided": {
|
|
999
|
+
"type": "boolean",
|
|
1000
|
+
"description": "Add dividers between children [v-btn](/components/buttons) components."
|
|
989
1001
|
},
|
|
990
1002
|
"v-btn-group/border": {
|
|
991
1003
|
"type": "string | number | boolean",
|
|
@@ -993,7 +1005,7 @@
|
|
|
993
1005
|
},
|
|
994
1006
|
"v-btn-group/density": {
|
|
995
1007
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
996
|
-
"description": "Adjusts vertical
|
|
1008
|
+
"description": "Adjusts the vertical height used by the component."
|
|
997
1009
|
},
|
|
998
1010
|
"v-btn-group/elevation": {
|
|
999
1011
|
"type": "string | number",
|
|
@@ -1019,9 +1031,41 @@
|
|
|
1019
1031
|
"type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
|
|
1020
1032
|
"description": "Applies a distinct style to the component"
|
|
1021
1033
|
},
|
|
1022
|
-
"v-btn-
|
|
1034
|
+
"v-btn-toggle/divided": {
|
|
1023
1035
|
"type": "boolean",
|
|
1024
|
-
"description": "
|
|
1036
|
+
"description": "Add dividers between children [v-btn](/components/buttons) components."
|
|
1037
|
+
},
|
|
1038
|
+
"v-btn-toggle/border": {
|
|
1039
|
+
"type": "string | number | boolean",
|
|
1040
|
+
"description": "Applies border styles to component."
|
|
1041
|
+
},
|
|
1042
|
+
"v-btn-toggle/density": {
|
|
1043
|
+
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
1044
|
+
"description": "Adjusts the vertical height used by the component."
|
|
1045
|
+
},
|
|
1046
|
+
"v-btn-toggle/elevation": {
|
|
1047
|
+
"type": "string | number",
|
|
1048
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
1049
|
+
},
|
|
1050
|
+
"v-btn-toggle/rounded": {
|
|
1051
|
+
"type": "string | number | boolean",
|
|
1052
|
+
"description": "Round edge buttons"
|
|
1053
|
+
},
|
|
1054
|
+
"v-btn-toggle/tag": {
|
|
1055
|
+
"type": "string",
|
|
1056
|
+
"description": "Specify a custom tag used on the root element."
|
|
1057
|
+
},
|
|
1058
|
+
"v-btn-toggle/theme": {
|
|
1059
|
+
"type": "string",
|
|
1060
|
+
"description": "Specify a theme for this component and all of its children"
|
|
1061
|
+
},
|
|
1062
|
+
"v-btn-toggle/color": {
|
|
1063
|
+
"type": "string",
|
|
1064
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
1065
|
+
},
|
|
1066
|
+
"v-btn-toggle/variant": {
|
|
1067
|
+
"type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
|
|
1068
|
+
"description": "Applies a distinct style to the component"
|
|
1025
1069
|
},
|
|
1026
1070
|
"v-btn-toggle/model-value": {
|
|
1027
1071
|
"type": "any",
|
|
@@ -1037,7 +1081,7 @@
|
|
|
1037
1081
|
},
|
|
1038
1082
|
"v-btn-toggle/selected-class": {
|
|
1039
1083
|
"type": "string",
|
|
1040
|
-
"description": "Configure the
|
|
1084
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
1041
1085
|
},
|
|
1042
1086
|
"v-btn-toggle/disabled": {
|
|
1043
1087
|
"type": "boolean",
|
|
@@ -1061,7 +1105,7 @@
|
|
|
1061
1105
|
},
|
|
1062
1106
|
"v-card/density": {
|
|
1063
1107
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
1064
|
-
"description": "Adjusts vertical
|
|
1108
|
+
"description": "Adjusts the vertical height used by the component."
|
|
1065
1109
|
},
|
|
1066
1110
|
"v-card/height": {
|
|
1067
1111
|
"type": "string | number",
|
|
@@ -1093,15 +1137,15 @@
|
|
|
1093
1137
|
},
|
|
1094
1138
|
"v-card/loading": {
|
|
1095
1139
|
"type": "string | boolean",
|
|
1096
|
-
"description": "
|
|
1140
|
+
"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"
|
|
1097
1141
|
},
|
|
1098
1142
|
"v-card/location": {
|
|
1099
1143
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
1100
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1144
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/location.json))"
|
|
1101
1145
|
},
|
|
1102
1146
|
"v-card/position": {
|
|
1103
1147
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
|
1104
|
-
"description": "Specifies the type of positioning method used for
|
|
1148
|
+
"description": "Specifies the type of positioning method used for the component."
|
|
1105
1149
|
},
|
|
1106
1150
|
"v-card/rounded": {
|
|
1107
1151
|
"type": "string | number | boolean",
|
|
@@ -1137,11 +1181,11 @@
|
|
|
1137
1181
|
},
|
|
1138
1182
|
"v-card/text": {
|
|
1139
1183
|
"type": "string",
|
|
1140
|
-
"description": "
|
|
1184
|
+
"description": "Specify content text for the component."
|
|
1141
1185
|
},
|
|
1142
1186
|
"v-card/link": {
|
|
1143
1187
|
"type": "boolean",
|
|
1144
|
-
"description": "
|
|
1188
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
|
1145
1189
|
},
|
|
1146
1190
|
"v-card/append-avatar": {
|
|
1147
1191
|
"type": "string",
|
|
@@ -1149,7 +1193,7 @@
|
|
|
1149
1193
|
},
|
|
1150
1194
|
"v-card/append-icon": {
|
|
1151
1195
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1152
|
-
"description": "
|
|
1196
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
1153
1197
|
},
|
|
1154
1198
|
"v-card/disabled": {
|
|
1155
1199
|
"type": "boolean",
|
|
@@ -1161,7 +1205,7 @@
|
|
|
1161
1205
|
},
|
|
1162
1206
|
"v-card/image": {
|
|
1163
1207
|
"type": "string",
|
|
1164
|
-
"description": "
|
|
1208
|
+
"description": "Apply a specific background image to the component."
|
|
1165
1209
|
},
|
|
1166
1210
|
"v-card/prepend-avatar": {
|
|
1167
1211
|
"type": "string",
|
|
@@ -1173,19 +1217,19 @@
|
|
|
1173
1217
|
},
|
|
1174
1218
|
"v-card/ripple": {
|
|
1175
1219
|
"type": "boolean",
|
|
1176
|
-
"description": "
|
|
1220
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
1177
1221
|
},
|
|
1178
1222
|
"v-card/subtitle": {
|
|
1179
1223
|
"type": "string",
|
|
1180
|
-
"description": "
|
|
1224
|
+
"description": "Specify a subtitle text for the component."
|
|
1181
1225
|
},
|
|
1182
1226
|
"v-card/title": {
|
|
1183
1227
|
"type": "string",
|
|
1184
|
-
"description": "
|
|
1228
|
+
"description": "Specify a title text for the component."
|
|
1185
1229
|
},
|
|
1186
1230
|
"v-card-item/density": {
|
|
1187
1231
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
1188
|
-
"description": "Adjusts vertical
|
|
1232
|
+
"description": "Adjusts the vertical height used by the component."
|
|
1189
1233
|
},
|
|
1190
1234
|
"v-card-item/append-avatar": {
|
|
1191
1235
|
"type": "string",
|
|
@@ -1193,7 +1237,7 @@
|
|
|
1193
1237
|
},
|
|
1194
1238
|
"v-card-item/append-icon": {
|
|
1195
1239
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1196
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
1240
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
1197
1241
|
},
|
|
1198
1242
|
"v-card-item/prepend-avatar": {
|
|
1199
1243
|
"type": "string",
|
|
@@ -1205,11 +1249,11 @@
|
|
|
1205
1249
|
},
|
|
1206
1250
|
"v-card-item/subtitle": {
|
|
1207
1251
|
"type": "string",
|
|
1208
|
-
"description": "
|
|
1252
|
+
"description": "Specify a subtitle text for the component."
|
|
1209
1253
|
},
|
|
1210
1254
|
"v-card-item/title": {
|
|
1211
1255
|
"type": "string",
|
|
1212
|
-
"description": "
|
|
1256
|
+
"description": "Specify a title text for the component."
|
|
1213
1257
|
},
|
|
1214
1258
|
"v-card-subtitle/tag": {
|
|
1215
1259
|
"type": "string",
|
|
@@ -1237,7 +1281,7 @@
|
|
|
1237
1281
|
},
|
|
1238
1282
|
"v-carousel/height": {
|
|
1239
1283
|
"type": "string | number",
|
|
1240
|
-
"description": "
|
|
1284
|
+
"description": "Sets the height for the component"
|
|
1241
1285
|
},
|
|
1242
1286
|
"v-carousel/hide-delimiters": {
|
|
1243
1287
|
"type": "boolean",
|
|
@@ -1269,15 +1313,15 @@
|
|
|
1269
1313
|
},
|
|
1270
1314
|
"v-carousel-item/value": {
|
|
1271
1315
|
"type": "any",
|
|
1272
|
-
"description": "MISSING DESCRIPTION
|
|
1316
|
+
"description": "MISSING DESCRIPTION"
|
|
1273
1317
|
},
|
|
1274
1318
|
"v-checkbox/id": {
|
|
1275
1319
|
"type": "string",
|
|
1276
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1320
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1277
1321
|
},
|
|
1278
1322
|
"v-checkbox/append-icon": {
|
|
1279
1323
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1280
|
-
"description": "
|
|
1324
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
1281
1325
|
},
|
|
1282
1326
|
"v-checkbox/prepend-icon": {
|
|
1283
1327
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -1285,19 +1329,19 @@
|
|
|
1285
1329
|
},
|
|
1286
1330
|
"v-checkbox/messages": {
|
|
1287
1331
|
"type": "string | string[]",
|
|
1288
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1332
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
1289
1333
|
},
|
|
1290
1334
|
"v-checkbox/type": {
|
|
1291
1335
|
"type": "string",
|
|
1292
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1336
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1293
1337
|
},
|
|
1294
1338
|
"v-checkbox/direction": {
|
|
1295
1339
|
"type": "\"horizontal\" | \"vertical\"",
|
|
1296
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1340
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
1297
1341
|
},
|
|
1298
1342
|
"v-checkbox/density": {
|
|
1299
1343
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
1300
|
-
"description": "Adjusts vertical
|
|
1344
|
+
"description": "Adjusts the vertical height used by the component."
|
|
1301
1345
|
},
|
|
1302
1346
|
"v-checkbox/disabled": {
|
|
1303
1347
|
"type": "boolean",
|
|
@@ -1305,7 +1349,7 @@
|
|
|
1305
1349
|
},
|
|
1306
1350
|
"v-checkbox/error": {
|
|
1307
1351
|
"type": "boolean",
|
|
1308
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1352
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1309
1353
|
},
|
|
1310
1354
|
"v-checkbox/error-messages": {
|
|
1311
1355
|
"type": "string | string[]",
|
|
@@ -1313,11 +1357,11 @@
|
|
|
1313
1357
|
},
|
|
1314
1358
|
"v-checkbox/max-errors": {
|
|
1315
1359
|
"type": "string | number",
|
|
1316
|
-
"description": "
|
|
1360
|
+
"description": "Control the maximum number of shown errors from validation."
|
|
1317
1361
|
},
|
|
1318
1362
|
"v-checkbox/name": {
|
|
1319
1363
|
"type": "string",
|
|
1320
|
-
"description": "Sets the component's name attribute"
|
|
1364
|
+
"description": "Sets the component's name attribute."
|
|
1321
1365
|
},
|
|
1322
1366
|
"v-checkbox/label": {
|
|
1323
1367
|
"type": "string",
|
|
@@ -1325,7 +1369,7 @@
|
|
|
1325
1369
|
},
|
|
1326
1370
|
"v-checkbox/readonly": {
|
|
1327
1371
|
"type": "boolean",
|
|
1328
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1372
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1329
1373
|
},
|
|
1330
1374
|
"v-checkbox/rules": {
|
|
1331
1375
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]",
|
|
@@ -1337,11 +1381,11 @@
|
|
|
1337
1381
|
},
|
|
1338
1382
|
"v-checkbox/validate-on": {
|
|
1339
1383
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
1340
|
-
"description": "
|
|
1384
|
+
"description": "Change what type of event triggers validation to run."
|
|
1341
1385
|
},
|
|
1342
1386
|
"v-checkbox/validation-value": {
|
|
1343
1387
|
"type": "any",
|
|
1344
|
-
"description": "
|
|
1388
|
+
"description": "The value used when applying validation rules."
|
|
1345
1389
|
},
|
|
1346
1390
|
"v-checkbox/focused": {
|
|
1347
1391
|
"type": "boolean",
|
|
@@ -1361,11 +1405,11 @@
|
|
|
1361
1405
|
},
|
|
1362
1406
|
"v-checkbox/true-value": {
|
|
1363
1407
|
"type": "any",
|
|
1364
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1408
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
1365
1409
|
},
|
|
1366
1410
|
"v-checkbox/false-value": {
|
|
1367
1411
|
"type": "any",
|
|
1368
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1412
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
1369
1413
|
},
|
|
1370
1414
|
"v-checkbox/value": {
|
|
1371
1415
|
"type": "any",
|
|
@@ -1377,7 +1421,7 @@
|
|
|
1377
1421
|
},
|
|
1378
1422
|
"v-checkbox/inline": {
|
|
1379
1423
|
"type": "boolean",
|
|
1380
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1424
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1381
1425
|
},
|
|
1382
1426
|
"v-checkbox/false-icon": {
|
|
1383
1427
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -1389,7 +1433,7 @@
|
|
|
1389
1433
|
},
|
|
1390
1434
|
"v-checkbox/ripple": {
|
|
1391
1435
|
"type": "boolean",
|
|
1392
|
-
"description": "
|
|
1436
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
1393
1437
|
},
|
|
1394
1438
|
"v-checkbox/multiple": {
|
|
1395
1439
|
"type": "boolean",
|
|
@@ -1405,15 +1449,15 @@
|
|
|
1405
1449
|
},
|
|
1406
1450
|
"v-checkbox-btn/indeterminate": {
|
|
1407
1451
|
"type": "boolean",
|
|
1408
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1452
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
|
|
1409
1453
|
},
|
|
1410
1454
|
"v-checkbox-btn/indeterminate-icon": {
|
|
1411
1455
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1412
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1456
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
|
|
1413
1457
|
},
|
|
1414
1458
|
"v-checkbox-btn/type": {
|
|
1415
1459
|
"type": "string",
|
|
1416
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1460
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1417
1461
|
},
|
|
1418
1462
|
"v-checkbox-btn/label": {
|
|
1419
1463
|
"type": "string",
|
|
@@ -1421,15 +1465,15 @@
|
|
|
1421
1465
|
},
|
|
1422
1466
|
"v-checkbox-btn/true-value": {
|
|
1423
1467
|
"type": "any",
|
|
1424
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1468
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
1425
1469
|
},
|
|
1426
1470
|
"v-checkbox-btn/false-value": {
|
|
1427
1471
|
"type": "any",
|
|
1428
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1472
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
1429
1473
|
},
|
|
1430
1474
|
"v-checkbox-btn/value": {
|
|
1431
1475
|
"type": "any",
|
|
1432
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1476
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
1433
1477
|
},
|
|
1434
1478
|
"v-checkbox-btn/color": {
|
|
1435
1479
|
"type": "string",
|
|
@@ -1441,39 +1485,39 @@
|
|
|
1441
1485
|
},
|
|
1442
1486
|
"v-checkbox-btn/error": {
|
|
1443
1487
|
"type": "boolean",
|
|
1444
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1488
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1445
1489
|
},
|
|
1446
1490
|
"v-checkbox-btn/id": {
|
|
1447
1491
|
"type": "string",
|
|
1448
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1492
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1449
1493
|
},
|
|
1450
1494
|
"v-checkbox-btn/inline": {
|
|
1451
1495
|
"type": "boolean",
|
|
1452
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1496
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1453
1497
|
},
|
|
1454
1498
|
"v-checkbox-btn/false-icon": {
|
|
1455
1499
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1456
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1500
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1457
1501
|
},
|
|
1458
1502
|
"v-checkbox-btn/true-icon": {
|
|
1459
1503
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1460
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1504
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1461
1505
|
},
|
|
1462
1506
|
"v-checkbox-btn/ripple": {
|
|
1463
1507
|
"type": "boolean",
|
|
1464
|
-
"description": "
|
|
1508
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
1465
1509
|
},
|
|
1466
1510
|
"v-checkbox-btn/multiple": {
|
|
1467
1511
|
"type": "boolean",
|
|
1468
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1512
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1469
1513
|
},
|
|
1470
1514
|
"v-checkbox-btn/name": {
|
|
1471
1515
|
"type": "string",
|
|
1472
|
-
"description": "
|
|
1516
|
+
"description": "Sets the component's name attribute."
|
|
1473
1517
|
},
|
|
1474
1518
|
"v-checkbox-btn/readonly": {
|
|
1475
1519
|
"type": "boolean",
|
|
1476
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1520
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1477
1521
|
},
|
|
1478
1522
|
"v-checkbox-btn/model-value": {
|
|
1479
1523
|
"type": "any",
|
|
@@ -1489,7 +1533,7 @@
|
|
|
1489
1533
|
},
|
|
1490
1534
|
"v-checkbox-btn/density": {
|
|
1491
1535
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
1492
|
-
"description": "Adjusts vertical
|
|
1536
|
+
"description": "Adjusts the vertical height used by the component."
|
|
1493
1537
|
},
|
|
1494
1538
|
"v-chip/border": {
|
|
1495
1539
|
"type": "string | number | boolean",
|
|
@@ -1501,7 +1545,7 @@
|
|
|
1501
1545
|
},
|
|
1502
1546
|
"v-chip/density": {
|
|
1503
1547
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
1504
|
-
"description": "Adjusts vertical
|
|
1548
|
+
"description": "Adjusts the vertical height used by the component."
|
|
1505
1549
|
},
|
|
1506
1550
|
"v-chip/elevation": {
|
|
1507
1551
|
"type": "string | number",
|
|
@@ -1517,7 +1561,7 @@
|
|
|
1517
1561
|
},
|
|
1518
1562
|
"v-chip/selected-class": {
|
|
1519
1563
|
"type": "string",
|
|
1520
|
-
"description": "Configure the active CSS class applied when
|
|
1564
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
1521
1565
|
},
|
|
1522
1566
|
"v-chip/rounded": {
|
|
1523
1567
|
"type": "string | number | boolean",
|
|
@@ -1561,11 +1605,11 @@
|
|
|
1561
1605
|
},
|
|
1562
1606
|
"v-chip/text": {
|
|
1563
1607
|
"type": "string",
|
|
1564
|
-
"description": "
|
|
1608
|
+
"description": "Specify content text for the component."
|
|
1565
1609
|
},
|
|
1566
1610
|
"v-chip/link": {
|
|
1567
1611
|
"type": "boolean",
|
|
1568
|
-
"description": "
|
|
1612
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
|
1569
1613
|
},
|
|
1570
1614
|
"v-chip/active-class": {
|
|
1571
1615
|
"type": "string",
|
|
@@ -1577,7 +1621,7 @@
|
|
|
1577
1621
|
},
|
|
1578
1622
|
"v-chip/append-icon": {
|
|
1579
1623
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1580
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
1624
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
1581
1625
|
},
|
|
1582
1626
|
"v-chip/closable": {
|
|
1583
1627
|
"type": "boolean",
|
|
@@ -1617,7 +1661,7 @@
|
|
|
1617
1661
|
},
|
|
1618
1662
|
"v-chip/ripple": {
|
|
1619
1663
|
"type": "boolean",
|
|
1620
|
-
"description": "Applies the v-ripple directive"
|
|
1664
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
1621
1665
|
},
|
|
1622
1666
|
"v-chip/model-value": {
|
|
1623
1667
|
"type": "boolean",
|
|
@@ -1637,7 +1681,7 @@
|
|
|
1637
1681
|
},
|
|
1638
1682
|
"v-chip-group/selected-class": {
|
|
1639
1683
|
"type": "string",
|
|
1640
|
-
"description": "Configure the
|
|
1684
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
1641
1685
|
},
|
|
1642
1686
|
"v-chip-group/disabled": {
|
|
1643
1687
|
"type": "boolean",
|
|
@@ -1721,7 +1765,7 @@
|
|
|
1721
1765
|
},
|
|
1722
1766
|
"v-color-picker/modes": {
|
|
1723
1767
|
"type": "string[]",
|
|
1724
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1768
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-color-picker.json))"
|
|
1725
1769
|
},
|
|
1726
1770
|
"v-color-picker/show-swatches": {
|
|
1727
1771
|
"type": "boolean",
|
|
@@ -1753,27 +1797,27 @@
|
|
|
1753
1797
|
},
|
|
1754
1798
|
"v-combobox/filter-mode": {
|
|
1755
1799
|
"type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
|
|
1756
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1800
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
1757
1801
|
},
|
|
1758
1802
|
"v-combobox/no-filter": {
|
|
1759
1803
|
"type": "boolean",
|
|
1760
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1804
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
1761
1805
|
},
|
|
1762
1806
|
"v-combobox/custom-filter": {
|
|
1763
1807
|
"type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]",
|
|
1764
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1808
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
1765
1809
|
},
|
|
1766
1810
|
"v-combobox/custom-key-filter": {
|
|
1767
1811
|
"type": "{ }",
|
|
1768
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1812
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
1769
1813
|
},
|
|
1770
1814
|
"v-combobox/reverse": {
|
|
1771
1815
|
"type": "boolean",
|
|
1772
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1816
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
1773
1817
|
},
|
|
1774
1818
|
"v-combobox/filter-keys": {
|
|
1775
1819
|
"type": "string | string[]",
|
|
1776
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1820
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
1777
1821
|
},
|
|
1778
1822
|
"v-combobox/chips": {
|
|
1779
1823
|
"type": "boolean",
|
|
@@ -1781,15 +1825,15 @@
|
|
|
1781
1825
|
},
|
|
1782
1826
|
"v-combobox/closable-chips": {
|
|
1783
1827
|
"type": "boolean",
|
|
1784
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1828
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
|
|
1785
1829
|
},
|
|
1786
1830
|
"v-combobox/eager": {
|
|
1787
1831
|
"type": "boolean",
|
|
1788
|
-
"description": "
|
|
1832
|
+
"description": "MISSING DESCRIPTION"
|
|
1789
1833
|
},
|
|
1790
1834
|
"v-combobox/hide-no-data": {
|
|
1791
1835
|
"type": "boolean",
|
|
1792
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1836
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
|
|
1793
1837
|
},
|
|
1794
1838
|
"v-combobox/hide-selected": {
|
|
1795
1839
|
"type": "boolean",
|
|
@@ -1797,11 +1841,11 @@
|
|
|
1797
1841
|
},
|
|
1798
1842
|
"v-combobox/menu": {
|
|
1799
1843
|
"type": "boolean",
|
|
1800
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1844
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
|
|
1801
1845
|
},
|
|
1802
1846
|
"v-combobox/menu-icon": {
|
|
1803
1847
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1804
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1848
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
|
|
1805
1849
|
},
|
|
1806
1850
|
"v-combobox/menu-props": {
|
|
1807
1851
|
"type": "unknown",
|
|
@@ -1809,7 +1853,7 @@
|
|
|
1809
1853
|
},
|
|
1810
1854
|
"v-combobox/id": {
|
|
1811
1855
|
"type": "string",
|
|
1812
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1856
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
1813
1857
|
},
|
|
1814
1858
|
"v-combobox/disabled": {
|
|
1815
1859
|
"type": "boolean",
|
|
@@ -1825,11 +1869,11 @@
|
|
|
1825
1869
|
},
|
|
1826
1870
|
"v-combobox/transition": {
|
|
1827
1871
|
"type": "string | boolean",
|
|
1828
|
-
"description": "
|
|
1872
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
1829
1873
|
},
|
|
1830
1874
|
"v-combobox/name": {
|
|
1831
1875
|
"type": "string",
|
|
1832
|
-
"description": "
|
|
1876
|
+
"description": "Sets the component's name attribute."
|
|
1833
1877
|
},
|
|
1834
1878
|
"v-combobox/multiple": {
|
|
1835
1879
|
"type": "boolean",
|
|
@@ -1853,7 +1897,7 @@
|
|
|
1853
1897
|
},
|
|
1854
1898
|
"v-combobox/item-title": {
|
|
1855
1899
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
1856
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1900
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
1857
1901
|
},
|
|
1858
1902
|
"v-combobox/item-value": {
|
|
1859
1903
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
@@ -1861,11 +1905,11 @@
|
|
|
1861
1905
|
},
|
|
1862
1906
|
"v-combobox/item-children": {
|
|
1863
1907
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
1864
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1908
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
1865
1909
|
},
|
|
1866
1910
|
"v-combobox/item-props": {
|
|
1867
1911
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
1868
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1912
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
1869
1913
|
},
|
|
1870
1914
|
"v-combobox/return-object": {
|
|
1871
1915
|
"type": "boolean",
|
|
@@ -1877,11 +1921,11 @@
|
|
|
1877
1921
|
},
|
|
1878
1922
|
"v-combobox/hint": {
|
|
1879
1923
|
"type": "string",
|
|
1880
|
-
"description": "
|
|
1924
|
+
"description": "Hint text"
|
|
1881
1925
|
},
|
|
1882
1926
|
"v-combobox/persistent-hint": {
|
|
1883
1927
|
"type": "boolean",
|
|
1884
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1928
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
1885
1929
|
},
|
|
1886
1930
|
"v-combobox/prefix": {
|
|
1887
1931
|
"type": "string",
|
|
@@ -1897,7 +1941,7 @@
|
|
|
1897
1941
|
},
|
|
1898
1942
|
"v-combobox/persistent-counter": {
|
|
1899
1943
|
"type": "boolean",
|
|
1900
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1944
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
1901
1945
|
},
|
|
1902
1946
|
"v-combobox/suffix": {
|
|
1903
1947
|
"type": "string",
|
|
@@ -1905,7 +1949,7 @@
|
|
|
1905
1949
|
},
|
|
1906
1950
|
"v-combobox/append-icon": {
|
|
1907
1951
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1908
|
-
"description": "
|
|
1952
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
1909
1953
|
},
|
|
1910
1954
|
"v-combobox/prepend-icon": {
|
|
1911
1955
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -1913,19 +1957,19 @@
|
|
|
1913
1957
|
},
|
|
1914
1958
|
"v-combobox/messages": {
|
|
1915
1959
|
"type": "string | string[]",
|
|
1916
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1960
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
1917
1961
|
},
|
|
1918
1962
|
"v-combobox/direction": {
|
|
1919
1963
|
"type": "\"horizontal\" | \"vertical\"",
|
|
1920
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1964
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
1921
1965
|
},
|
|
1922
1966
|
"v-combobox/density": {
|
|
1923
1967
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
1924
|
-
"description": "Adjusts vertical
|
|
1968
|
+
"description": "Adjusts the vertical height used by the component."
|
|
1925
1969
|
},
|
|
1926
1970
|
"v-combobox/error": {
|
|
1927
1971
|
"type": "boolean",
|
|
1928
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
1972
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
1929
1973
|
},
|
|
1930
1974
|
"v-combobox/error-messages": {
|
|
1931
1975
|
"type": "string | string[]",
|
|
@@ -1933,7 +1977,7 @@
|
|
|
1933
1977
|
},
|
|
1934
1978
|
"v-combobox/max-errors": {
|
|
1935
1979
|
"type": "string | number",
|
|
1936
|
-
"description": "
|
|
1980
|
+
"description": "Control the maximum number of shown errors from validation."
|
|
1937
1981
|
},
|
|
1938
1982
|
"v-combobox/readonly": {
|
|
1939
1983
|
"type": "boolean",
|
|
@@ -1945,7 +1989,7 @@
|
|
|
1945
1989
|
},
|
|
1946
1990
|
"v-combobox/validate-on": {
|
|
1947
1991
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
1948
|
-
"description": "
|
|
1992
|
+
"description": "Change what type of event triggers validation to run."
|
|
1949
1993
|
},
|
|
1950
1994
|
"v-combobox/focused": {
|
|
1951
1995
|
"type": "boolean",
|
|
@@ -1965,7 +2009,7 @@
|
|
|
1965
2009
|
},
|
|
1966
2010
|
"v-combobox/clear-icon": {
|
|
1967
2011
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1968
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2012
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
1969
2013
|
},
|
|
1970
2014
|
"v-combobox/active": {
|
|
1971
2015
|
"type": "boolean",
|
|
@@ -1977,7 +2021,7 @@
|
|
|
1977
2021
|
},
|
|
1978
2022
|
"v-combobox/persistent-clear": {
|
|
1979
2023
|
"type": "boolean",
|
|
1980
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2024
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
1981
2025
|
},
|
|
1982
2026
|
"v-combobox/prepend-inner-icon": {
|
|
1983
2027
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -2001,7 +2045,7 @@
|
|
|
2001
2045
|
},
|
|
2002
2046
|
"v-combobox/counter-value": {
|
|
2003
2047
|
"type": "(value: any) => number",
|
|
2004
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2048
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
2005
2049
|
},
|
|
2006
2050
|
"v-combobox/delimiters": {
|
|
2007
2051
|
"type": "string[]",
|
|
@@ -2009,11 +2053,11 @@
|
|
|
2009
2053
|
},
|
|
2010
2054
|
"v-counter/transition": {
|
|
2011
2055
|
"type": "string | { component: DefineComponent<{ group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{ group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>, { group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; mode: string; origin: string; }> }",
|
|
2012
|
-
"description": "
|
|
2056
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
2013
2057
|
},
|
|
2014
2058
|
"v-counter/value": {
|
|
2015
2059
|
"type": "string | number",
|
|
2016
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2060
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
|
2017
2061
|
},
|
|
2018
2062
|
"v-counter/active": {
|
|
2019
2063
|
"type": "boolean",
|
|
@@ -2021,19 +2065,19 @@
|
|
|
2021
2065
|
},
|
|
2022
2066
|
"v-counter/max": {
|
|
2023
2067
|
"type": "string | number",
|
|
2024
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2068
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
|
2025
2069
|
},
|
|
2026
2070
|
"v-defaults-provider/reset": {
|
|
2027
2071
|
"type": "string | number",
|
|
2028
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2072
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))"
|
|
2029
2073
|
},
|
|
2030
2074
|
"v-defaults-provider/root": {
|
|
2031
2075
|
"type": "boolean",
|
|
2032
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2076
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))"
|
|
2033
2077
|
},
|
|
2034
2078
|
"v-defaults-provider/scoped": {
|
|
2035
2079
|
"type": "boolean",
|
|
2036
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2080
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))"
|
|
2037
2081
|
},
|
|
2038
2082
|
"v-defaults-provider/defaults": {
|
|
2039
2083
|
"type": "{ global: Record<string, unknown> }",
|
|
@@ -2041,7 +2085,7 @@
|
|
|
2041
2085
|
},
|
|
2042
2086
|
"v-dialog/activator": {
|
|
2043
2087
|
"type": "string | Element | ComponentPublicInstance",
|
|
2044
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2088
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
2045
2089
|
},
|
|
2046
2090
|
"v-dialog/fullscreen": {
|
|
2047
2091
|
"type": "boolean",
|
|
@@ -2073,7 +2117,7 @@
|
|
|
2073
2117
|
},
|
|
2074
2118
|
"v-dialog/content-props": {
|
|
2075
2119
|
"type": "any",
|
|
2076
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2120
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
2077
2121
|
},
|
|
2078
2122
|
"v-dialog/disabled": {
|
|
2079
2123
|
"type": "boolean",
|
|
@@ -2093,7 +2137,7 @@
|
|
|
2093
2137
|
},
|
|
2094
2138
|
"v-dialog/scrim": {
|
|
2095
2139
|
"type": "string | boolean",
|
|
2096
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2140
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
2097
2141
|
},
|
|
2098
2142
|
"v-dialog/z-index": {
|
|
2099
2143
|
"type": "string | number",
|
|
@@ -2101,11 +2145,11 @@
|
|
|
2101
2145
|
},
|
|
2102
2146
|
"v-dialog/activator-props": {
|
|
2103
2147
|
"type": "{ }",
|
|
2104
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2148
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
2105
2149
|
},
|
|
2106
2150
|
"v-dialog/open-on-click": {
|
|
2107
2151
|
"type": "boolean",
|
|
2108
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2152
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
2109
2153
|
},
|
|
2110
2154
|
"v-dialog/open-on-hover": {
|
|
2111
2155
|
"type": "boolean",
|
|
@@ -2113,11 +2157,11 @@
|
|
|
2113
2157
|
},
|
|
2114
2158
|
"v-dialog/open-on-focus": {
|
|
2115
2159
|
"type": "boolean",
|
|
2116
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2160
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
2117
2161
|
},
|
|
2118
2162
|
"v-dialog/close-on-content-click": {
|
|
2119
2163
|
"type": "boolean",
|
|
2120
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2164
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
2121
2165
|
},
|
|
2122
2166
|
"v-dialog/close-delay": {
|
|
2123
2167
|
"type": "string | number",
|
|
@@ -2153,11 +2197,11 @@
|
|
|
2153
2197
|
},
|
|
2154
2198
|
"v-dialog/eager": {
|
|
2155
2199
|
"type": "boolean",
|
|
2156
|
-
"description": "
|
|
2200
|
+
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
|
|
2157
2201
|
},
|
|
2158
2202
|
"v-dialog/location-strategy": {
|
|
2159
2203
|
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
|
2160
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2204
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
|
|
2161
2205
|
},
|
|
2162
2206
|
"v-dialog/location": {
|
|
2163
2207
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
@@ -2169,11 +2213,11 @@
|
|
|
2169
2213
|
},
|
|
2170
2214
|
"v-dialog/offset": {
|
|
2171
2215
|
"type": "string | number | number[]",
|
|
2172
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2216
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
|
|
2173
2217
|
},
|
|
2174
2218
|
"v-dialog/scroll-strategy": {
|
|
2175
2219
|
"type": "\"none\" | \"close\" | \"block\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
|
|
2176
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2220
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
|
2177
2221
|
},
|
|
2178
2222
|
"v-dialog/theme": {
|
|
2179
2223
|
"type": "string",
|
|
@@ -2181,7 +2225,7 @@
|
|
|
2181
2225
|
},
|
|
2182
2226
|
"v-dialog/transition": {
|
|
2183
2227
|
"type": "string | { component: DefineComponent<{ target: PropType<HTMLElement>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{ target: PropType<HTMLElement>; }>>, {}> }",
|
|
2184
|
-
"description": "Sets the component transition. Can be one of the [built in
|
|
2228
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
2185
2229
|
},
|
|
2186
2230
|
"v-dialog/attach": {
|
|
2187
2231
|
"type": "string | boolean | Element",
|
|
@@ -2225,7 +2269,7 @@
|
|
|
2225
2269
|
},
|
|
2226
2270
|
"v-expansion-panels/selected-class": {
|
|
2227
2271
|
"type": "string",
|
|
2228
|
-
"description": "Configure the
|
|
2272
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
2229
2273
|
},
|
|
2230
2274
|
"v-expansion-panels/disabled": {
|
|
2231
2275
|
"type": "boolean",
|
|
@@ -2269,11 +2313,11 @@
|
|
|
2269
2313
|
},
|
|
2270
2314
|
"v-expansion-panel/selected-class": {
|
|
2271
2315
|
"type": "string",
|
|
2272
|
-
"description": "Configure the active CSS class applied when
|
|
2316
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
2273
2317
|
},
|
|
2274
2318
|
"v-expansion-panel/eager": {
|
|
2275
2319
|
"type": "boolean",
|
|
2276
|
-
"description": "
|
|
2320
|
+
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
|
|
2277
2321
|
},
|
|
2278
2322
|
"v-expansion-panel/rounded": {
|
|
2279
2323
|
"type": "string | number | boolean",
|
|
@@ -2289,19 +2333,19 @@
|
|
|
2289
2333
|
},
|
|
2290
2334
|
"v-expansion-panel/expand-icon": {
|
|
2291
2335
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2292
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2336
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
|
2293
2337
|
},
|
|
2294
2338
|
"v-expansion-panel/collapse-icon": {
|
|
2295
2339
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2296
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2340
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
|
2297
2341
|
},
|
|
2298
2342
|
"v-expansion-panel/hide-actions": {
|
|
2299
2343
|
"type": "boolean",
|
|
2300
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2344
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
|
2301
2345
|
},
|
|
2302
2346
|
"v-expansion-panel/ripple": {
|
|
2303
2347
|
"type": "boolean | Record<string, any>",
|
|
2304
|
-
"description": "
|
|
2348
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
2305
2349
|
},
|
|
2306
2350
|
"v-expansion-panel/readonly": {
|
|
2307
2351
|
"type": "boolean",
|
|
@@ -2309,11 +2353,11 @@
|
|
|
2309
2353
|
},
|
|
2310
2354
|
"v-expansion-panel/title": {
|
|
2311
2355
|
"type": "string",
|
|
2312
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2356
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel.json))"
|
|
2313
2357
|
},
|
|
2314
2358
|
"v-expansion-panel/text": {
|
|
2315
2359
|
"type": "string",
|
|
2316
|
-
"description": "
|
|
2360
|
+
"description": "Specify content text for the component."
|
|
2317
2361
|
},
|
|
2318
2362
|
"v-expansion-panel/bg-color": {
|
|
2319
2363
|
"type": "string",
|
|
@@ -2321,7 +2365,7 @@
|
|
|
2321
2365
|
},
|
|
2322
2366
|
"v-expansion-panel-text/eager": {
|
|
2323
2367
|
"type": "boolean",
|
|
2324
|
-
"description": "
|
|
2368
|
+
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
|
|
2325
2369
|
},
|
|
2326
2370
|
"v-expansion-panel-title/color": {
|
|
2327
2371
|
"type": "string",
|
|
@@ -2329,23 +2373,23 @@
|
|
|
2329
2373
|
},
|
|
2330
2374
|
"v-expansion-panel-title/expand-icon": {
|
|
2331
2375
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2332
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2376
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
|
2333
2377
|
},
|
|
2334
2378
|
"v-expansion-panel-title/collapse-icon": {
|
|
2335
2379
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2336
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2380
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
|
2337
2381
|
},
|
|
2338
2382
|
"v-expansion-panel-title/hide-actions": {
|
|
2339
2383
|
"type": "boolean",
|
|
2340
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2384
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
|
2341
2385
|
},
|
|
2342
2386
|
"v-expansion-panel-title/ripple": {
|
|
2343
2387
|
"type": "boolean | Record<string, any>",
|
|
2344
|
-
"description": "
|
|
2388
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
2345
2389
|
},
|
|
2346
2390
|
"v-expansion-panel-title/readonly": {
|
|
2347
2391
|
"type": "boolean",
|
|
2348
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2392
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
|
2349
2393
|
},
|
|
2350
2394
|
"v-field/label": {
|
|
2351
2395
|
"type": "string",
|
|
@@ -2353,7 +2397,7 @@
|
|
|
2353
2397
|
},
|
|
2354
2398
|
"v-field/id": {
|
|
2355
2399
|
"type": "string",
|
|
2356
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2400
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
2357
2401
|
},
|
|
2358
2402
|
"v-field/focused": {
|
|
2359
2403
|
"type": "boolean",
|
|
@@ -2373,7 +2417,7 @@
|
|
|
2373
2417
|
},
|
|
2374
2418
|
"v-field/clear-icon": {
|
|
2375
2419
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2376
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2420
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
2377
2421
|
},
|
|
2378
2422
|
"v-field/active": {
|
|
2379
2423
|
"type": "boolean",
|
|
@@ -2393,11 +2437,11 @@
|
|
|
2393
2437
|
},
|
|
2394
2438
|
"v-field/error": {
|
|
2395
2439
|
"type": "boolean",
|
|
2396
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2440
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
2397
2441
|
},
|
|
2398
2442
|
"v-field/persistent-clear": {
|
|
2399
2443
|
"type": "boolean",
|
|
2400
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2444
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
2401
2445
|
},
|
|
2402
2446
|
"v-field/prepend-inner-icon": {
|
|
2403
2447
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -2405,7 +2449,7 @@
|
|
|
2405
2449
|
},
|
|
2406
2450
|
"v-field/reverse": {
|
|
2407
2451
|
"type": "boolean",
|
|
2408
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2452
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
2409
2453
|
},
|
|
2410
2454
|
"v-field/single-line": {
|
|
2411
2455
|
"type": "boolean",
|
|
@@ -2421,7 +2465,7 @@
|
|
|
2421
2465
|
},
|
|
2422
2466
|
"v-field/loading": {
|
|
2423
2467
|
"type": "string | boolean",
|
|
2424
|
-
"description": "
|
|
2468
|
+
"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"
|
|
2425
2469
|
},
|
|
2426
2470
|
"v-field/model-value": {
|
|
2427
2471
|
"type": "unknown",
|
|
@@ -2429,15 +2473,15 @@
|
|
|
2429
2473
|
},
|
|
2430
2474
|
"v-field-label/floating": {
|
|
2431
2475
|
"type": "boolean",
|
|
2432
|
-
"description": "
|
|
2476
|
+
"description": "Elevates the label above the slotted content."
|
|
2433
2477
|
},
|
|
2434
2478
|
"v-file-input/id": {
|
|
2435
2479
|
"type": "string",
|
|
2436
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2480
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
2437
2481
|
},
|
|
2438
2482
|
"v-file-input/append-icon": {
|
|
2439
2483
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2440
|
-
"description": "
|
|
2484
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
2441
2485
|
},
|
|
2442
2486
|
"v-file-input/prepend-icon": {
|
|
2443
2487
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -2445,15 +2489,15 @@
|
|
|
2445
2489
|
},
|
|
2446
2490
|
"v-file-input/messages": {
|
|
2447
2491
|
"type": "string | string[]",
|
|
2448
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2492
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
2449
2493
|
},
|
|
2450
2494
|
"v-file-input/direction": {
|
|
2451
2495
|
"type": "\"horizontal\" | \"vertical\"",
|
|
2452
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2496
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
2453
2497
|
},
|
|
2454
2498
|
"v-file-input/density": {
|
|
2455
2499
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
2456
|
-
"description": "Adjusts vertical
|
|
2500
|
+
"description": "Adjusts the vertical height used by the component."
|
|
2457
2501
|
},
|
|
2458
2502
|
"v-file-input/disabled": {
|
|
2459
2503
|
"type": "boolean",
|
|
@@ -2461,7 +2505,7 @@
|
|
|
2461
2505
|
},
|
|
2462
2506
|
"v-file-input/error": {
|
|
2463
2507
|
"type": "boolean",
|
|
2464
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2508
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
2465
2509
|
},
|
|
2466
2510
|
"v-file-input/error-messages": {
|
|
2467
2511
|
"type": "string | string[]",
|
|
@@ -2469,11 +2513,11 @@
|
|
|
2469
2513
|
},
|
|
2470
2514
|
"v-file-input/max-errors": {
|
|
2471
2515
|
"type": "string | number",
|
|
2472
|
-
"description": "
|
|
2516
|
+
"description": "Control the maximum number of shown errors from validation."
|
|
2473
2517
|
},
|
|
2474
2518
|
"v-file-input/name": {
|
|
2475
2519
|
"type": "string",
|
|
2476
|
-
"description": "
|
|
2520
|
+
"description": "Sets the component's name attribute."
|
|
2477
2521
|
},
|
|
2478
2522
|
"v-file-input/label": {
|
|
2479
2523
|
"type": "string",
|
|
@@ -2493,11 +2537,11 @@
|
|
|
2493
2537
|
},
|
|
2494
2538
|
"v-file-input/validate-on": {
|
|
2495
2539
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
2496
|
-
"description": "
|
|
2540
|
+
"description": "Change what type of event triggers validation to run."
|
|
2497
2541
|
},
|
|
2498
2542
|
"v-file-input/validation-value": {
|
|
2499
2543
|
"type": "any",
|
|
2500
|
-
"description": "
|
|
2544
|
+
"description": "The value used when applying validation rules."
|
|
2501
2545
|
},
|
|
2502
2546
|
"v-file-input/focused": {
|
|
2503
2547
|
"type": "boolean",
|
|
@@ -2505,7 +2549,7 @@
|
|
|
2505
2549
|
},
|
|
2506
2550
|
"v-file-input/reverse": {
|
|
2507
2551
|
"type": "boolean",
|
|
2508
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2552
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
2509
2553
|
},
|
|
2510
2554
|
"v-file-input/hide-details": {
|
|
2511
2555
|
"type": "boolean | \"auto\"",
|
|
@@ -2525,7 +2569,7 @@
|
|
|
2525
2569
|
},
|
|
2526
2570
|
"v-file-input/clear-icon": {
|
|
2527
2571
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2528
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2572
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
2529
2573
|
},
|
|
2530
2574
|
"v-file-input/active": {
|
|
2531
2575
|
"type": "boolean",
|
|
@@ -2541,7 +2585,7 @@
|
|
|
2541
2585
|
},
|
|
2542
2586
|
"v-file-input/persistent-clear": {
|
|
2543
2587
|
"type": "boolean",
|
|
2544
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2588
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
2545
2589
|
},
|
|
2546
2590
|
"v-file-input/prepend-inner-icon": {
|
|
2547
2591
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -2569,7 +2613,7 @@
|
|
|
2569
2613
|
},
|
|
2570
2614
|
"v-file-input/counter": {
|
|
2571
2615
|
"type": "boolean",
|
|
2572
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2616
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))"
|
|
2573
2617
|
},
|
|
2574
2618
|
"v-file-input/counter-size-string": {
|
|
2575
2619
|
"type": "string",
|
|
@@ -2585,15 +2629,15 @@
|
|
|
2585
2629
|
},
|
|
2586
2630
|
"v-file-input/hint": {
|
|
2587
2631
|
"type": "string",
|
|
2588
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2632
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))"
|
|
2589
2633
|
},
|
|
2590
2634
|
"v-file-input/persistent-hint": {
|
|
2591
2635
|
"type": "boolean",
|
|
2592
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2636
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))"
|
|
2593
2637
|
},
|
|
2594
2638
|
"v-file-input/placeholder": {
|
|
2595
2639
|
"type": "string",
|
|
2596
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2640
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))"
|
|
2597
2641
|
},
|
|
2598
2642
|
"v-file-input/show-size": {
|
|
2599
2643
|
"type": "boolean | 1000 | 1024",
|
|
@@ -2609,15 +2653,15 @@
|
|
|
2609
2653
|
},
|
|
2610
2654
|
"v-footer/name": {
|
|
2611
2655
|
"type": "string",
|
|
2612
|
-
"description": "
|
|
2656
|
+
"description": "Assign a specific name for layout registration."
|
|
2613
2657
|
},
|
|
2614
2658
|
"v-footer/order": {
|
|
2615
2659
|
"type": "string | number",
|
|
2616
|
-
"description": "
|
|
2660
|
+
"description": "Adjust the order of the component in relation to its registration order."
|
|
2617
2661
|
},
|
|
2618
2662
|
"v-footer/absolute": {
|
|
2619
2663
|
"type": "boolean",
|
|
2620
|
-
"description": "
|
|
2664
|
+
"description": "Applies **position: absolute** to the component."
|
|
2621
2665
|
},
|
|
2622
2666
|
"v-footer/rounded": {
|
|
2623
2667
|
"type": "string | number | boolean",
|
|
@@ -2633,7 +2677,7 @@
|
|
|
2633
2677
|
},
|
|
2634
2678
|
"v-footer/app": {
|
|
2635
2679
|
"type": "boolean",
|
|
2636
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2680
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-footer.json))"
|
|
2637
2681
|
},
|
|
2638
2682
|
"v-footer/color": {
|
|
2639
2683
|
"type": "string",
|
|
@@ -2641,7 +2685,7 @@
|
|
|
2641
2685
|
},
|
|
2642
2686
|
"v-footer/height": {
|
|
2643
2687
|
"type": "string | number",
|
|
2644
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2688
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-footer.json))"
|
|
2645
2689
|
},
|
|
2646
2690
|
"v-form/disabled": {
|
|
2647
2691
|
"type": "boolean",
|
|
@@ -2741,15 +2785,15 @@
|
|
|
2741
2785
|
},
|
|
2742
2786
|
"v-icon/start": {
|
|
2743
2787
|
"type": "boolean",
|
|
2744
|
-
"description": "
|
|
2788
|
+
"description": "Applies margin at the end of the component."
|
|
2745
2789
|
},
|
|
2746
2790
|
"v-icon/end": {
|
|
2747
2791
|
"type": "boolean",
|
|
2748
|
-
"description": "
|
|
2792
|
+
"description": "Applies margin at the start of the component."
|
|
2749
2793
|
},
|
|
2750
2794
|
"v-icon/icon": {
|
|
2751
2795
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2752
|
-
"description": "
|
|
2796
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
2753
2797
|
},
|
|
2754
2798
|
"v-icon/size": {
|
|
2755
2799
|
"type": "string | number",
|
|
@@ -2765,7 +2809,7 @@
|
|
|
2765
2809
|
},
|
|
2766
2810
|
"v-component-icon/icon": {
|
|
2767
2811
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2768
|
-
"description": "
|
|
2812
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
2769
2813
|
},
|
|
2770
2814
|
"v-component-icon/tag": {
|
|
2771
2815
|
"type": "string",
|
|
@@ -2773,7 +2817,7 @@
|
|
|
2773
2817
|
},
|
|
2774
2818
|
"v-svg-icon/icon": {
|
|
2775
2819
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2776
|
-
"description": "
|
|
2820
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
2777
2821
|
},
|
|
2778
2822
|
"v-svg-icon/tag": {
|
|
2779
2823
|
"type": "string",
|
|
@@ -2781,7 +2825,7 @@
|
|
|
2781
2825
|
},
|
|
2782
2826
|
"v-ligature-icon/icon": {
|
|
2783
2827
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2784
|
-
"description": "
|
|
2828
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
2785
2829
|
},
|
|
2786
2830
|
"v-ligature-icon/tag": {
|
|
2787
2831
|
"type": "string",
|
|
@@ -2789,7 +2833,7 @@
|
|
|
2789
2833
|
},
|
|
2790
2834
|
"v-class-icon/icon": {
|
|
2791
2835
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2792
|
-
"description": "
|
|
2836
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
2793
2837
|
},
|
|
2794
2838
|
"v-class-icon/tag": {
|
|
2795
2839
|
"type": "string",
|
|
@@ -2797,7 +2841,7 @@
|
|
|
2797
2841
|
},
|
|
2798
2842
|
"v-img/transition": {
|
|
2799
2843
|
"type": "string",
|
|
2800
|
-
"description": "The transition to use when switching from `lazy-src` to `src`."
|
|
2844
|
+
"description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
2801
2845
|
},
|
|
2802
2846
|
"v-img/aspect-ratio": {
|
|
2803
2847
|
"type": "string | number",
|
|
@@ -2813,11 +2857,11 @@
|
|
|
2813
2857
|
},
|
|
2814
2858
|
"v-img/eager": {
|
|
2815
2859
|
"type": "boolean",
|
|
2816
|
-
"description": "
|
|
2860
|
+
"description": "MISSING DESCRIPTION"
|
|
2817
2861
|
},
|
|
2818
2862
|
"v-img/gradient": {
|
|
2819
2863
|
"type": "string",
|
|
2820
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2864
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-img.json))"
|
|
2821
2865
|
},
|
|
2822
2866
|
"v-img/lazy-src": {
|
|
2823
2867
|
"type": "string",
|
|
@@ -2841,15 +2885,15 @@
|
|
|
2841
2885
|
},
|
|
2842
2886
|
"v-img/width": {
|
|
2843
2887
|
"type": "string | number",
|
|
2844
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2888
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-img.json))"
|
|
2845
2889
|
},
|
|
2846
2890
|
"v-input/id": {
|
|
2847
2891
|
"type": "string",
|
|
2848
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2892
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
2849
2893
|
},
|
|
2850
2894
|
"v-input/append-icon": {
|
|
2851
2895
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2852
|
-
"description": "
|
|
2896
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
2853
2897
|
},
|
|
2854
2898
|
"v-input/prepend-icon": {
|
|
2855
2899
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -2857,15 +2901,15 @@
|
|
|
2857
2901
|
},
|
|
2858
2902
|
"v-input/messages": {
|
|
2859
2903
|
"type": "string | string[]",
|
|
2860
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2904
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
2861
2905
|
},
|
|
2862
2906
|
"v-input/direction": {
|
|
2863
2907
|
"type": "\"horizontal\" | \"vertical\"",
|
|
2864
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
2908
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
2865
2909
|
},
|
|
2866
2910
|
"v-input/density": {
|
|
2867
2911
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
2868
|
-
"description": "Adjusts vertical
|
|
2912
|
+
"description": "Adjusts the vertical height used by the component."
|
|
2869
2913
|
},
|
|
2870
2914
|
"v-input/disabled": {
|
|
2871
2915
|
"type": "boolean",
|
|
@@ -2881,11 +2925,11 @@
|
|
|
2881
2925
|
},
|
|
2882
2926
|
"v-input/max-errors": {
|
|
2883
2927
|
"type": "string | number",
|
|
2884
|
-
"description": "
|
|
2928
|
+
"description": "Control the maximum number of shown errors from validation."
|
|
2885
2929
|
},
|
|
2886
2930
|
"v-input/name": {
|
|
2887
2931
|
"type": "string",
|
|
2888
|
-
"description": "
|
|
2932
|
+
"description": "Sets the component's name attribute."
|
|
2889
2933
|
},
|
|
2890
2934
|
"v-input/label": {
|
|
2891
2935
|
"type": "string",
|
|
@@ -2905,11 +2949,11 @@
|
|
|
2905
2949
|
},
|
|
2906
2950
|
"v-input/validate-on": {
|
|
2907
2951
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
2908
|
-
"description": "
|
|
2952
|
+
"description": "Change what type of event triggers validation to run."
|
|
2909
2953
|
},
|
|
2910
2954
|
"v-input/validation-value": {
|
|
2911
2955
|
"type": "any",
|
|
2912
|
-
"description": "
|
|
2956
|
+
"description": "The value used when applying validation rules."
|
|
2913
2957
|
},
|
|
2914
2958
|
"v-input/focused": {
|
|
2915
2959
|
"type": "boolean",
|
|
@@ -2961,7 +3005,7 @@
|
|
|
2961
3005
|
},
|
|
2962
3006
|
"v-item/selected-class": {
|
|
2963
3007
|
"type": "string",
|
|
2964
|
-
"description": "Configure the active CSS class applied when
|
|
3008
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
2965
3009
|
},
|
|
2966
3010
|
"v-kbd/tag": {
|
|
2967
3011
|
"type": "string",
|
|
@@ -2973,11 +3017,11 @@
|
|
|
2973
3017
|
},
|
|
2974
3018
|
"v-label/text": {
|
|
2975
3019
|
"type": "string",
|
|
2976
|
-
"description": "Specify
|
|
3020
|
+
"description": "Specify content text for the component."
|
|
2977
3021
|
},
|
|
2978
3022
|
"v-label/clickable": {
|
|
2979
3023
|
"type": "boolean",
|
|
2980
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3024
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-label.json))"
|
|
2981
3025
|
},
|
|
2982
3026
|
"v-layout/full-height": {
|
|
2983
3027
|
"type": "boolean",
|
|
@@ -2985,27 +3029,27 @@
|
|
|
2985
3029
|
},
|
|
2986
3030
|
"v-layout/overlaps": {
|
|
2987
3031
|
"type": "string[]",
|
|
2988
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3032
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/layout.json))"
|
|
2989
3033
|
},
|
|
2990
3034
|
"v-layout-item/name": {
|
|
2991
3035
|
"type": "string",
|
|
2992
|
-
"description": "
|
|
3036
|
+
"description": "Assign a specific name for layout registration."
|
|
2993
3037
|
},
|
|
2994
3038
|
"v-layout-item/order": {
|
|
2995
3039
|
"type": "string | number",
|
|
2996
|
-
"description": "
|
|
3040
|
+
"description": "Adjust the order of the component in relation to its registration order."
|
|
2997
3041
|
},
|
|
2998
3042
|
"v-layout-item/absolute": {
|
|
2999
3043
|
"type": "boolean",
|
|
3000
|
-
"description": "
|
|
3044
|
+
"description": "Applies **position: absolute** to the component."
|
|
3001
3045
|
},
|
|
3002
3046
|
"v-layout-item/position": {
|
|
3003
3047
|
"type": "\"top\" | \"right\" | \"bottom\" | \"left\"",
|
|
3004
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3048
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-layout-item.json))"
|
|
3005
3049
|
},
|
|
3006
3050
|
"v-layout-item/size": {
|
|
3007
3051
|
"type": "string | number",
|
|
3008
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3052
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-layout-item.json))"
|
|
3009
3053
|
},
|
|
3010
3054
|
"v-layout-item/model-value": {
|
|
3011
3055
|
"type": "boolean",
|
|
@@ -3041,7 +3085,7 @@
|
|
|
3041
3085
|
},
|
|
3042
3086
|
"v-lazy/transition": {
|
|
3043
3087
|
"type": "string",
|
|
3044
|
-
"description": "Sets the component transition. Can be one of the [built in
|
|
3088
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
3045
3089
|
},
|
|
3046
3090
|
"v-lazy/model-value": {
|
|
3047
3091
|
"type": "boolean",
|
|
@@ -3053,7 +3097,7 @@
|
|
|
3053
3097
|
},
|
|
3054
3098
|
"v-list/active-color": {
|
|
3055
3099
|
"type": "string",
|
|
3056
|
-
"description": "
|
|
3100
|
+
"description": "The applied color when the component is in an active state"
|
|
3057
3101
|
},
|
|
3058
3102
|
"v-list/active-class": {
|
|
3059
3103
|
"type": "string",
|
|
@@ -3077,23 +3121,23 @@
|
|
|
3077
3121
|
},
|
|
3078
3122
|
"v-list/mandatory": {
|
|
3079
3123
|
"type": "boolean",
|
|
3080
|
-
"description": "
|
|
3124
|
+
"description": "Forces at least one item to always be selected (if available)."
|
|
3081
3125
|
},
|
|
3082
3126
|
"v-list/select-strategy": {
|
|
3083
3127
|
"type": "\"single-leaf\" | \"leaf\" | \"independent\" | \"single-independent\" | \"classic\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/composables/nested/selectStrategies.ts#L2-L9\" target=\"_blank\">SelectStrategyFn</a>",
|
|
3084
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3128
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
|
|
3085
3129
|
},
|
|
3086
3130
|
"v-list/open-strategy": {
|
|
3087
3131
|
"type": "\"single\" | \"multiple\" | \"list\" | { open: <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/composables/nested/openStrategies.ts#L1-L8\" target=\"_blank\">OpenStrategyFn</a>; select: <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/composables/nested/openStrategies.ts#L10-L18\" target=\"_blank\">OpenSelectStrategyFn</a> }",
|
|
3088
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3132
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
|
|
3089
3133
|
},
|
|
3090
3134
|
"v-list/opened": {
|
|
3091
3135
|
"type": "unknown[]",
|
|
3092
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3136
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
|
|
3093
3137
|
},
|
|
3094
3138
|
"v-list/selected": {
|
|
3095
3139
|
"type": "unknown[]",
|
|
3096
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3140
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
|
|
3097
3141
|
},
|
|
3098
3142
|
"v-list/border": {
|
|
3099
3143
|
"type": "string | number | boolean",
|
|
@@ -3101,7 +3145,7 @@
|
|
|
3101
3145
|
},
|
|
3102
3146
|
"v-list/density": {
|
|
3103
3147
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
3104
|
-
"description": "Adjusts vertical
|
|
3148
|
+
"description": "Adjusts the vertical height used by the component."
|
|
3105
3149
|
},
|
|
3106
3150
|
"v-list/height": {
|
|
3107
3151
|
"type": "string | number",
|
|
@@ -3133,7 +3177,7 @@
|
|
|
3133
3177
|
},
|
|
3134
3178
|
"v-list/item-type": {
|
|
3135
3179
|
"type": "string",
|
|
3136
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3180
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list.json))"
|
|
3137
3181
|
},
|
|
3138
3182
|
"v-list/items": {
|
|
3139
3183
|
"type": "unknown[]",
|
|
@@ -3141,23 +3185,23 @@
|
|
|
3141
3185
|
},
|
|
3142
3186
|
"v-list/item-title": {
|
|
3143
3187
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
3144
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3188
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
3145
3189
|
},
|
|
3146
3190
|
"v-list/item-value": {
|
|
3147
3191
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
3148
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3192
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
3149
3193
|
},
|
|
3150
3194
|
"v-list/item-children": {
|
|
3151
3195
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
3152
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3196
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
3153
3197
|
},
|
|
3154
3198
|
"v-list/item-props": {
|
|
3155
3199
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
3156
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3200
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
3157
3201
|
},
|
|
3158
3202
|
"v-list/return-object": {
|
|
3159
3203
|
"type": "boolean",
|
|
3160
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3204
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
3161
3205
|
},
|
|
3162
3206
|
"v-list/rounded": {
|
|
3163
3207
|
"type": "string | number | boolean",
|
|
@@ -3181,11 +3225,11 @@
|
|
|
3181
3225
|
},
|
|
3182
3226
|
"v-list-group/title": {
|
|
3183
3227
|
"type": "string",
|
|
3184
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3228
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
|
|
3185
3229
|
},
|
|
3186
3230
|
"v-list-group/active-color": {
|
|
3187
3231
|
"type": "string",
|
|
3188
|
-
"description": "
|
|
3232
|
+
"description": "The applied color when the component is in an active state"
|
|
3189
3233
|
},
|
|
3190
3234
|
"v-list-group/color": {
|
|
3191
3235
|
"type": "string",
|
|
@@ -3193,11 +3237,11 @@
|
|
|
3193
3237
|
},
|
|
3194
3238
|
"v-list-group/collapse-icon": {
|
|
3195
3239
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
3196
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3240
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
|
|
3197
3241
|
},
|
|
3198
3242
|
"v-list-group/expand-icon": {
|
|
3199
3243
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
3200
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3244
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
|
|
3201
3245
|
},
|
|
3202
3246
|
"v-list-group/prepend-icon": {
|
|
3203
3247
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -3205,15 +3249,15 @@
|
|
|
3205
3249
|
},
|
|
3206
3250
|
"v-list-group/append-icon": {
|
|
3207
3251
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
3208
|
-
"description": "
|
|
3252
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
3209
3253
|
},
|
|
3210
3254
|
"v-list-group/fluid": {
|
|
3211
3255
|
"type": "boolean",
|
|
3212
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3256
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
|
|
3213
3257
|
},
|
|
3214
3258
|
"v-list-group/subgroup": {
|
|
3215
3259
|
"type": "boolean",
|
|
3216
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3260
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
|
|
3217
3261
|
},
|
|
3218
3262
|
"v-list-group/value": {
|
|
3219
3263
|
"type": "any",
|
|
@@ -3225,7 +3269,7 @@
|
|
|
3225
3269
|
},
|
|
3226
3270
|
"v-list-group/items": {
|
|
3227
3271
|
"type": "InternalListItem[]",
|
|
3228
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3272
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
|
|
3229
3273
|
},
|
|
3230
3274
|
"v-list-img/tag": {
|
|
3231
3275
|
"type": "string",
|
|
@@ -3237,7 +3281,7 @@
|
|
|
3237
3281
|
},
|
|
3238
3282
|
"v-list-item/subtitle": {
|
|
3239
3283
|
"type": "string | number | boolean",
|
|
3240
|
-
"description": "
|
|
3284
|
+
"description": "Specify a subtitle text for the component."
|
|
3241
3285
|
},
|
|
3242
3286
|
"v-list-item/active-class": {
|
|
3243
3287
|
"type": "string",
|
|
@@ -3245,7 +3289,7 @@
|
|
|
3245
3289
|
},
|
|
3246
3290
|
"v-list-item/active-color": {
|
|
3247
3291
|
"type": "string",
|
|
3248
|
-
"description": "The applied color when
|
|
3292
|
+
"description": "The applied color when the component is in an active state"
|
|
3249
3293
|
},
|
|
3250
3294
|
"v-list-item/append-avatar": {
|
|
3251
3295
|
"type": "string",
|
|
@@ -3253,7 +3297,7 @@
|
|
|
3253
3297
|
},
|
|
3254
3298
|
"v-list-item/append-icon": {
|
|
3255
3299
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
3256
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
3300
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
3257
3301
|
},
|
|
3258
3302
|
"v-list-item/disabled": {
|
|
3259
3303
|
"type": "boolean",
|
|
@@ -3261,7 +3305,7 @@
|
|
|
3261
3305
|
},
|
|
3262
3306
|
"v-list-item/nav": {
|
|
3263
3307
|
"type": "boolean",
|
|
3264
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3308
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))"
|
|
3265
3309
|
},
|
|
3266
3310
|
"v-list-item/prepend-avatar": {
|
|
3267
3311
|
"type": "string",
|
|
@@ -3281,11 +3325,11 @@
|
|
|
3281
3325
|
},
|
|
3282
3326
|
"v-list-item/link": {
|
|
3283
3327
|
"type": "boolean",
|
|
3284
|
-
"description": "
|
|
3328
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
|
3285
3329
|
},
|
|
3286
3330
|
"v-list-item/ripple": {
|
|
3287
3331
|
"type": "boolean",
|
|
3288
|
-
"description": "
|
|
3332
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
3289
3333
|
},
|
|
3290
3334
|
"v-list-item/border": {
|
|
3291
3335
|
"type": "string | number | boolean",
|
|
@@ -3293,7 +3337,7 @@
|
|
|
3293
3337
|
},
|
|
3294
3338
|
"v-list-item/density": {
|
|
3295
3339
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
3296
|
-
"description": "Adjusts vertical
|
|
3340
|
+
"description": "Adjusts the vertical height used by the component."
|
|
3297
3341
|
},
|
|
3298
3342
|
"v-list-item/height": {
|
|
3299
3343
|
"type": "string | number",
|
|
@@ -3361,7 +3405,7 @@
|
|
|
3361
3405
|
},
|
|
3362
3406
|
"v-list-item/lines": {
|
|
3363
3407
|
"type": "\"one\" | \"two\" | \"three\"",
|
|
3364
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3408
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))"
|
|
3365
3409
|
},
|
|
3366
3410
|
"v-list-item-action/tag": {
|
|
3367
3411
|
"type": "string",
|
|
@@ -3369,11 +3413,11 @@
|
|
|
3369
3413
|
},
|
|
3370
3414
|
"v-list-item-action/start": {
|
|
3371
3415
|
"type": "boolean",
|
|
3372
|
-
"description": "
|
|
3416
|
+
"description": "Applies margin at the end of the component."
|
|
3373
3417
|
},
|
|
3374
3418
|
"v-list-item-action/end": {
|
|
3375
3419
|
"type": "boolean",
|
|
3376
|
-
"description": "
|
|
3420
|
+
"description": "Applies margin at the start of the component."
|
|
3377
3421
|
},
|
|
3378
3422
|
"v-list-item-media/tag": {
|
|
3379
3423
|
"type": "string",
|
|
@@ -3381,11 +3425,11 @@
|
|
|
3381
3425
|
},
|
|
3382
3426
|
"v-list-item-media/start": {
|
|
3383
3427
|
"type": "boolean",
|
|
3384
|
-
"description": "
|
|
3428
|
+
"description": "Applies margin at the end of the component."
|
|
3385
3429
|
},
|
|
3386
3430
|
"v-list-item-media/end": {
|
|
3387
3431
|
"type": "boolean",
|
|
3388
|
-
"description": "
|
|
3432
|
+
"description": "Applies margin at the start of the component."
|
|
3389
3433
|
},
|
|
3390
3434
|
"v-list-item-subtitle/tag": {
|
|
3391
3435
|
"type": "string",
|
|
@@ -3405,31 +3449,31 @@
|
|
|
3405
3449
|
},
|
|
3406
3450
|
"v-list-subheader/inset": {
|
|
3407
3451
|
"type": "boolean",
|
|
3408
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3452
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-subheader.json))"
|
|
3409
3453
|
},
|
|
3410
3454
|
"v-list-subheader/sticky": {
|
|
3411
3455
|
"type": "boolean",
|
|
3412
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3456
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-subheader.json))"
|
|
3413
3457
|
},
|
|
3414
3458
|
"v-list-subheader/title": {
|
|
3415
3459
|
"type": "string",
|
|
3416
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3460
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-subheader.json))"
|
|
3417
3461
|
},
|
|
3418
3462
|
"v-locale-provider/locale": {
|
|
3419
3463
|
"type": "string",
|
|
3420
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3464
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-locale-provider.json))"
|
|
3421
3465
|
},
|
|
3422
3466
|
"v-locale-provider/fallback-locale": {
|
|
3423
3467
|
"type": "string",
|
|
3424
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3468
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-locale-provider.json))"
|
|
3425
3469
|
},
|
|
3426
3470
|
"v-locale-provider/messages": {
|
|
3427
3471
|
"type": "Record<string, any>",
|
|
3428
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3472
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-locale-provider.json))"
|
|
3429
3473
|
},
|
|
3430
3474
|
"v-locale-provider/rtl": {
|
|
3431
3475
|
"type": "boolean",
|
|
3432
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3476
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-locale-provider.json))"
|
|
3433
3477
|
},
|
|
3434
3478
|
"v-main/tag": {
|
|
3435
3479
|
"type": "string",
|
|
@@ -3437,15 +3481,15 @@
|
|
|
3437
3481
|
},
|
|
3438
3482
|
"v-main/scrollable": {
|
|
3439
3483
|
"type": "boolean",
|
|
3440
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3484
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-main.json))"
|
|
3441
3485
|
},
|
|
3442
3486
|
"v-menu/activator": {
|
|
3443
3487
|
"type": "string | Element | ComponentPublicInstance",
|
|
3444
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3488
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
3445
3489
|
},
|
|
3446
3490
|
"v-menu/id": {
|
|
3447
3491
|
"type": "string",
|
|
3448
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3492
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-menu.json))"
|
|
3449
3493
|
},
|
|
3450
3494
|
"v-menu/close-on-back": {
|
|
3451
3495
|
"type": "boolean",
|
|
@@ -3461,7 +3505,7 @@
|
|
|
3461
3505
|
},
|
|
3462
3506
|
"v-menu/content-props": {
|
|
3463
3507
|
"type": "any",
|
|
3464
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3508
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
3465
3509
|
},
|
|
3466
3510
|
"v-menu/disabled": {
|
|
3467
3511
|
"type": "boolean",
|
|
@@ -3469,7 +3513,7 @@
|
|
|
3469
3513
|
},
|
|
3470
3514
|
"v-menu/no-click-animation": {
|
|
3471
3515
|
"type": "boolean",
|
|
3472
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3516
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
3473
3517
|
},
|
|
3474
3518
|
"v-menu/model-value": {
|
|
3475
3519
|
"type": "boolean",
|
|
@@ -3477,11 +3521,11 @@
|
|
|
3477
3521
|
},
|
|
3478
3522
|
"v-menu/persistent": {
|
|
3479
3523
|
"type": "boolean",
|
|
3480
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3524
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
3481
3525
|
},
|
|
3482
3526
|
"v-menu/scrim": {
|
|
3483
3527
|
"type": "string | boolean",
|
|
3484
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3528
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
3485
3529
|
},
|
|
3486
3530
|
"v-menu/z-index": {
|
|
3487
3531
|
"type": "string | number",
|
|
@@ -3489,7 +3533,7 @@
|
|
|
3489
3533
|
},
|
|
3490
3534
|
"v-menu/activator-props": {
|
|
3491
3535
|
"type": "{ }",
|
|
3492
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3536
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
3493
3537
|
},
|
|
3494
3538
|
"v-menu/open-on-click": {
|
|
3495
3539
|
"type": "boolean",
|
|
@@ -3501,7 +3545,7 @@
|
|
|
3501
3545
|
},
|
|
3502
3546
|
"v-menu/open-on-focus": {
|
|
3503
3547
|
"type": "boolean",
|
|
3504
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3548
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
3505
3549
|
},
|
|
3506
3550
|
"v-menu/close-on-content-click": {
|
|
3507
3551
|
"type": "boolean",
|
|
@@ -3541,11 +3585,11 @@
|
|
|
3541
3585
|
},
|
|
3542
3586
|
"v-menu/eager": {
|
|
3543
3587
|
"type": "boolean",
|
|
3544
|
-
"description": "
|
|
3588
|
+
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
|
|
3545
3589
|
},
|
|
3546
3590
|
"v-menu/location-strategy": {
|
|
3547
3591
|
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
|
3548
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3592
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
|
|
3549
3593
|
},
|
|
3550
3594
|
"v-menu/location": {
|
|
3551
3595
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
@@ -3557,11 +3601,11 @@
|
|
|
3557
3601
|
},
|
|
3558
3602
|
"v-menu/offset": {
|
|
3559
3603
|
"type": "string | number | number[]",
|
|
3560
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3604
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
|
|
3561
3605
|
},
|
|
3562
3606
|
"v-menu/scroll-strategy": {
|
|
3563
3607
|
"type": "\"none\" | \"close\" | \"block\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
|
|
3564
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3608
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
|
3565
3609
|
},
|
|
3566
3610
|
"v-menu/theme": {
|
|
3567
3611
|
"type": "string",
|
|
@@ -3569,7 +3613,7 @@
|
|
|
3569
3613
|
},
|
|
3570
3614
|
"v-menu/transition": {
|
|
3571
3615
|
"type": "string | { component: DefineComponent<{ target: PropType<HTMLElement>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{ target: PropType<HTMLElement>; }>>, {}> }",
|
|
3572
|
-
"description": "Sets the component transition. Can be one of the [built in
|
|
3616
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
3573
3617
|
},
|
|
3574
3618
|
"v-menu/attach": {
|
|
3575
3619
|
"type": "string | boolean | Element",
|
|
@@ -3577,7 +3621,7 @@
|
|
|
3577
3621
|
},
|
|
3578
3622
|
"v-messages/transition": {
|
|
3579
3623
|
"type": "string | { component: DefineComponent<{ group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{ group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>, { group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; mode: string; origin: string; }>; leaveAbsolute: boolean; group: boolean }",
|
|
3580
|
-
"description": "
|
|
3624
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
3581
3625
|
},
|
|
3582
3626
|
"v-messages/active": {
|
|
3583
3627
|
"type": "boolean",
|
|
@@ -3589,7 +3633,7 @@
|
|
|
3589
3633
|
},
|
|
3590
3634
|
"v-messages/messages": {
|
|
3591
3635
|
"type": "string | string[]",
|
|
3592
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3636
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-messages.json))"
|
|
3593
3637
|
},
|
|
3594
3638
|
"v-navigation-drawer/border": {
|
|
3595
3639
|
"type": "string | number | boolean",
|
|
@@ -3601,15 +3645,15 @@
|
|
|
3601
3645
|
},
|
|
3602
3646
|
"v-navigation-drawer/name": {
|
|
3603
3647
|
"type": "string",
|
|
3604
|
-
"description": "
|
|
3648
|
+
"description": "Assign a specific name for layout registration."
|
|
3605
3649
|
},
|
|
3606
3650
|
"v-navigation-drawer/order": {
|
|
3607
3651
|
"type": "string | number",
|
|
3608
|
-
"description": "
|
|
3652
|
+
"description": "Adjust the order of the component in relation to its registration order."
|
|
3609
3653
|
},
|
|
3610
3654
|
"v-navigation-drawer/absolute": {
|
|
3611
3655
|
"type": "boolean",
|
|
3612
|
-
"description": "
|
|
3656
|
+
"description": "Applies **position: absolute** to the component."
|
|
3613
3657
|
},
|
|
3614
3658
|
"v-navigation-drawer/rounded": {
|
|
3615
3659
|
"type": "string | number | boolean",
|
|
@@ -3653,19 +3697,19 @@
|
|
|
3653
3697
|
},
|
|
3654
3698
|
"v-navigation-drawer/rail": {
|
|
3655
3699
|
"type": "boolean",
|
|
3656
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3700
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
|
|
3657
3701
|
},
|
|
3658
3702
|
"v-navigation-drawer/rail-width": {
|
|
3659
3703
|
"type": "string | number",
|
|
3660
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3704
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
|
|
3661
3705
|
},
|
|
3662
3706
|
"v-navigation-drawer/scrim": {
|
|
3663
3707
|
"type": "string | boolean",
|
|
3664
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3708
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
|
|
3665
3709
|
},
|
|
3666
3710
|
"v-navigation-drawer/image": {
|
|
3667
3711
|
"type": "string",
|
|
3668
|
-
"description": "
|
|
3712
|
+
"description": "Apply a specific background image to the component."
|
|
3669
3713
|
},
|
|
3670
3714
|
"v-navigation-drawer/temporary": {
|
|
3671
3715
|
"type": "boolean",
|
|
@@ -3677,19 +3721,19 @@
|
|
|
3677
3721
|
},
|
|
3678
3722
|
"v-navigation-drawer/width": {
|
|
3679
3723
|
"type": "string | number",
|
|
3680
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3724
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
|
|
3681
3725
|
},
|
|
3682
3726
|
"v-navigation-drawer/location": {
|
|
3683
3727
|
"type": "\"start\" | \"end\" | \"left\" | \"right\" | \"top\" | \"bottom\"",
|
|
3684
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3728
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
|
|
3685
3729
|
},
|
|
3686
3730
|
"v-navigation-drawer/sticky": {
|
|
3687
3731
|
"type": "boolean",
|
|
3688
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3732
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
|
|
3689
3733
|
},
|
|
3690
3734
|
"v-overlay/activator": {
|
|
3691
3735
|
"type": "string | Element | ComponentPublicInstance",
|
|
3692
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3736
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
3693
3737
|
},
|
|
3694
3738
|
"v-overlay/absolute": {
|
|
3695
3739
|
"type": "boolean",
|
|
@@ -3709,7 +3753,7 @@
|
|
|
3709
3753
|
},
|
|
3710
3754
|
"v-overlay/content-props": {
|
|
3711
3755
|
"type": "any",
|
|
3712
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3756
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
3713
3757
|
},
|
|
3714
3758
|
"v-overlay/disabled": {
|
|
3715
3759
|
"type": "boolean",
|
|
@@ -3717,7 +3761,7 @@
|
|
|
3717
3761
|
},
|
|
3718
3762
|
"v-overlay/no-click-animation": {
|
|
3719
3763
|
"type": "boolean",
|
|
3720
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3764
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
3721
3765
|
},
|
|
3722
3766
|
"v-overlay/model-value": {
|
|
3723
3767
|
"type": "boolean",
|
|
@@ -3725,11 +3769,11 @@
|
|
|
3725
3769
|
},
|
|
3726
3770
|
"v-overlay/persistent": {
|
|
3727
3771
|
"type": "boolean",
|
|
3728
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3772
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
3729
3773
|
},
|
|
3730
3774
|
"v-overlay/scrim": {
|
|
3731
3775
|
"type": "string | boolean",
|
|
3732
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3776
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
3733
3777
|
},
|
|
3734
3778
|
"v-overlay/z-index": {
|
|
3735
3779
|
"type": "string | number",
|
|
@@ -3737,23 +3781,23 @@
|
|
|
3737
3781
|
},
|
|
3738
3782
|
"v-overlay/activator-props": {
|
|
3739
3783
|
"type": "{ }",
|
|
3740
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3784
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
3741
3785
|
},
|
|
3742
3786
|
"v-overlay/open-on-click": {
|
|
3743
3787
|
"type": "boolean",
|
|
3744
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3788
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
3745
3789
|
},
|
|
3746
3790
|
"v-overlay/open-on-hover": {
|
|
3747
3791
|
"type": "boolean",
|
|
3748
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3792
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
3749
3793
|
},
|
|
3750
3794
|
"v-overlay/open-on-focus": {
|
|
3751
3795
|
"type": "boolean",
|
|
3752
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3796
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
3753
3797
|
},
|
|
3754
3798
|
"v-overlay/close-on-content-click": {
|
|
3755
3799
|
"type": "boolean",
|
|
3756
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3800
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
3757
3801
|
},
|
|
3758
3802
|
"v-overlay/close-delay": {
|
|
3759
3803
|
"type": "string | number",
|
|
@@ -3789,11 +3833,11 @@
|
|
|
3789
3833
|
},
|
|
3790
3834
|
"v-overlay/eager": {
|
|
3791
3835
|
"type": "boolean",
|
|
3792
|
-
"description": "
|
|
3836
|
+
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
|
|
3793
3837
|
},
|
|
3794
3838
|
"v-overlay/location-strategy": {
|
|
3795
3839
|
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
|
3796
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3840
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
|
|
3797
3841
|
},
|
|
3798
3842
|
"v-overlay/location": {
|
|
3799
3843
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
@@ -3805,11 +3849,11 @@
|
|
|
3805
3849
|
},
|
|
3806
3850
|
"v-overlay/offset": {
|
|
3807
3851
|
"type": "string | number | number[]",
|
|
3808
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3852
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
|
|
3809
3853
|
},
|
|
3810
3854
|
"v-overlay/scroll-strategy": {
|
|
3811
3855
|
"type": "\"none\" | \"close\" | \"block\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
|
|
3812
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3856
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
|
3813
3857
|
},
|
|
3814
3858
|
"v-overlay/theme": {
|
|
3815
3859
|
"type": "string",
|
|
@@ -3817,7 +3861,7 @@
|
|
|
3817
3861
|
},
|
|
3818
3862
|
"v-overlay/transition": {
|
|
3819
3863
|
"type": "string",
|
|
3820
|
-
"description": "
|
|
3864
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
3821
3865
|
},
|
|
3822
3866
|
"v-overlay/attach": {
|
|
3823
3867
|
"type": "string | boolean | Element",
|
|
@@ -3833,7 +3877,7 @@
|
|
|
3833
3877
|
},
|
|
3834
3878
|
"v-pagination/density": {
|
|
3835
3879
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
3836
|
-
"description": "Adjusts vertical
|
|
3880
|
+
"description": "Adjusts the vertical height used by the component."
|
|
3837
3881
|
},
|
|
3838
3882
|
"v-pagination/elevation": {
|
|
3839
3883
|
"type": "string | number",
|
|
@@ -3865,7 +3909,7 @@
|
|
|
3865
3909
|
},
|
|
3866
3910
|
"v-pagination/active-color": {
|
|
3867
3911
|
"type": "string",
|
|
3868
|
-
"description": "
|
|
3912
|
+
"description": "The applied color when the component is in an active state"
|
|
3869
3913
|
},
|
|
3870
3914
|
"v-pagination/start": {
|
|
3871
3915
|
"type": "string | number",
|
|
@@ -3937,7 +3981,7 @@
|
|
|
3937
3981
|
},
|
|
3938
3982
|
"v-parallax/scale": {
|
|
3939
3983
|
"type": "string | number",
|
|
3940
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
3984
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-parallax.json))"
|
|
3941
3985
|
},
|
|
3942
3986
|
"v-progress-circular/size": {
|
|
3943
3987
|
"type": "string | number",
|
|
@@ -3977,7 +4021,7 @@
|
|
|
3977
4021
|
},
|
|
3978
4022
|
"v-progress-linear/location": {
|
|
3979
4023
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
3980
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4024
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/location.json))"
|
|
3981
4025
|
},
|
|
3982
4026
|
"v-progress-linear/reverse": {
|
|
3983
4027
|
"type": "boolean",
|
|
@@ -4017,7 +4061,7 @@
|
|
|
4017
4061
|
},
|
|
4018
4062
|
"v-progress-linear/clickable": {
|
|
4019
4063
|
"type": "boolean",
|
|
4020
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4064
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-progress-linear.json))"
|
|
4021
4065
|
},
|
|
4022
4066
|
"v-progress-linear/color": {
|
|
4023
4067
|
"type": "string",
|
|
@@ -4025,7 +4069,7 @@
|
|
|
4025
4069
|
},
|
|
4026
4070
|
"v-progress-linear/height": {
|
|
4027
4071
|
"type": "string | number",
|
|
4028
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4072
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-progress-linear.json))"
|
|
4029
4073
|
},
|
|
4030
4074
|
"v-progress-linear/indeterminate": {
|
|
4031
4075
|
"type": "boolean",
|
|
@@ -4033,7 +4077,7 @@
|
|
|
4033
4077
|
},
|
|
4034
4078
|
"v-progress-linear/max": {
|
|
4035
4079
|
"type": "string | number",
|
|
4036
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4080
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-progress-linear.json))"
|
|
4037
4081
|
},
|
|
4038
4082
|
"v-progress-linear/model-value": {
|
|
4039
4083
|
"type": "string | number",
|
|
@@ -4049,7 +4093,7 @@
|
|
|
4049
4093
|
},
|
|
4050
4094
|
"v-progress-linear/rounded-bar": {
|
|
4051
4095
|
"type": "boolean",
|
|
4052
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4096
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-progress-linear.json))"
|
|
4053
4097
|
},
|
|
4054
4098
|
"v-radio/label": {
|
|
4055
4099
|
"type": "string",
|
|
@@ -4057,15 +4101,15 @@
|
|
|
4057
4101
|
},
|
|
4058
4102
|
"v-radio/true-value": {
|
|
4059
4103
|
"type": "any",
|
|
4060
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4104
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
4061
4105
|
},
|
|
4062
4106
|
"v-radio/false-value": {
|
|
4063
4107
|
"type": "any",
|
|
4064
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4108
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
4065
4109
|
},
|
|
4066
4110
|
"v-radio/value": {
|
|
4067
4111
|
"type": "any",
|
|
4068
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4112
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
4069
4113
|
},
|
|
4070
4114
|
"v-radio/color": {
|
|
4071
4115
|
"type": "string",
|
|
@@ -4077,15 +4121,15 @@
|
|
|
4077
4121
|
},
|
|
4078
4122
|
"v-radio/error": {
|
|
4079
4123
|
"type": "boolean",
|
|
4080
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4124
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4081
4125
|
},
|
|
4082
4126
|
"v-radio/id": {
|
|
4083
4127
|
"type": "string",
|
|
4084
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4128
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4085
4129
|
},
|
|
4086
4130
|
"v-radio/inline": {
|
|
4087
4131
|
"type": "boolean",
|
|
4088
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4132
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4089
4133
|
},
|
|
4090
4134
|
"v-radio/false-icon": {
|
|
4091
4135
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -4097,23 +4141,23 @@
|
|
|
4097
4141
|
},
|
|
4098
4142
|
"v-radio/ripple": {
|
|
4099
4143
|
"type": "boolean",
|
|
4100
|
-
"description": "
|
|
4144
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
4101
4145
|
},
|
|
4102
4146
|
"v-radio/type": {
|
|
4103
4147
|
"type": "string",
|
|
4104
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4148
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4105
4149
|
},
|
|
4106
4150
|
"v-radio/multiple": {
|
|
4107
4151
|
"type": "boolean",
|
|
4108
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4152
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4109
4153
|
},
|
|
4110
4154
|
"v-radio/name": {
|
|
4111
4155
|
"type": "string",
|
|
4112
|
-
"description": "Sets the component's name attribute"
|
|
4156
|
+
"description": "Sets the component's name attribute."
|
|
4113
4157
|
},
|
|
4114
4158
|
"v-radio/readonly": {
|
|
4115
4159
|
"type": "boolean",
|
|
4116
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4160
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4117
4161
|
},
|
|
4118
4162
|
"v-radio/model-value": {
|
|
4119
4163
|
"type": "any",
|
|
@@ -4129,15 +4173,15 @@
|
|
|
4129
4173
|
},
|
|
4130
4174
|
"v-radio/density": {
|
|
4131
4175
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
4132
|
-
"description": "Adjusts vertical
|
|
4176
|
+
"description": "Adjusts the vertical height used by the component."
|
|
4133
4177
|
},
|
|
4134
4178
|
"v-radio-group/id": {
|
|
4135
4179
|
"type": "string",
|
|
4136
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4180
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4137
4181
|
},
|
|
4138
4182
|
"v-radio-group/append-icon": {
|
|
4139
4183
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
4140
|
-
"description": "
|
|
4184
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
4141
4185
|
},
|
|
4142
4186
|
"v-radio-group/prepend-icon": {
|
|
4143
4187
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -4145,19 +4189,19 @@
|
|
|
4145
4189
|
},
|
|
4146
4190
|
"v-radio-group/messages": {
|
|
4147
4191
|
"type": "string | string[]",
|
|
4148
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4192
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
4149
4193
|
},
|
|
4150
4194
|
"v-radio-group/type": {
|
|
4151
4195
|
"type": "string",
|
|
4152
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4196
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
|
|
4153
4197
|
},
|
|
4154
4198
|
"v-radio-group/direction": {
|
|
4155
4199
|
"type": "\"horizontal\" | \"vertical\"",
|
|
4156
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4200
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
4157
4201
|
},
|
|
4158
4202
|
"v-radio-group/density": {
|
|
4159
4203
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
4160
|
-
"description": "Adjusts vertical
|
|
4204
|
+
"description": "Adjusts the vertical height used by the component."
|
|
4161
4205
|
},
|
|
4162
4206
|
"v-radio-group/disabled": {
|
|
4163
4207
|
"type": "boolean",
|
|
@@ -4165,7 +4209,7 @@
|
|
|
4165
4209
|
},
|
|
4166
4210
|
"v-radio-group/error": {
|
|
4167
4211
|
"type": "boolean",
|
|
4168
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4212
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4169
4213
|
},
|
|
4170
4214
|
"v-radio-group/error-messages": {
|
|
4171
4215
|
"type": "string | string[]",
|
|
@@ -4173,11 +4217,11 @@
|
|
|
4173
4217
|
},
|
|
4174
4218
|
"v-radio-group/max-errors": {
|
|
4175
4219
|
"type": "string | number",
|
|
4176
|
-
"description": "
|
|
4220
|
+
"description": "Control the maximum number of shown errors from validation."
|
|
4177
4221
|
},
|
|
4178
4222
|
"v-radio-group/name": {
|
|
4179
4223
|
"type": "string",
|
|
4180
|
-
"description": "Sets the component's name attribute"
|
|
4224
|
+
"description": "Sets the component's name attribute."
|
|
4181
4225
|
},
|
|
4182
4226
|
"v-radio-group/label": {
|
|
4183
4227
|
"type": "string",
|
|
@@ -4185,7 +4229,7 @@
|
|
|
4185
4229
|
},
|
|
4186
4230
|
"v-radio-group/readonly": {
|
|
4187
4231
|
"type": "boolean",
|
|
4188
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4232
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4189
4233
|
},
|
|
4190
4234
|
"v-radio-group/rules": {
|
|
4191
4235
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]",
|
|
@@ -4197,11 +4241,11 @@
|
|
|
4197
4241
|
},
|
|
4198
4242
|
"v-radio-group/validate-on": {
|
|
4199
4243
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
4200
|
-
"description": "
|
|
4244
|
+
"description": "Change what type of event triggers validation to run."
|
|
4201
4245
|
},
|
|
4202
4246
|
"v-radio-group/validation-value": {
|
|
4203
4247
|
"type": "any",
|
|
4204
|
-
"description": "
|
|
4248
|
+
"description": "The value used when applying validation rules."
|
|
4205
4249
|
},
|
|
4206
4250
|
"v-radio-group/focused": {
|
|
4207
4251
|
"type": "boolean",
|
|
@@ -4221,15 +4265,15 @@
|
|
|
4221
4265
|
},
|
|
4222
4266
|
"v-radio-group/false-icon": {
|
|
4223
4267
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
4224
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4268
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
|
|
4225
4269
|
},
|
|
4226
4270
|
"v-radio-group/true-icon": {
|
|
4227
4271
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
4228
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4272
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
|
|
4229
4273
|
},
|
|
4230
4274
|
"v-radio-group/ripple": {
|
|
4231
4275
|
"type": "boolean",
|
|
4232
|
-
"description": "
|
|
4276
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
4233
4277
|
},
|
|
4234
4278
|
"v-radio-group/value-comparator": {
|
|
4235
4279
|
"type": "(a: any, b: any) => boolean",
|
|
@@ -4241,7 +4285,7 @@
|
|
|
4241
4285
|
},
|
|
4242
4286
|
"v-radio-group/height": {
|
|
4243
4287
|
"type": "string | number",
|
|
4244
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4288
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
|
|
4245
4289
|
},
|
|
4246
4290
|
"v-range-slider/focused": {
|
|
4247
4291
|
"type": "boolean",
|
|
@@ -4249,11 +4293,11 @@
|
|
|
4249
4293
|
},
|
|
4250
4294
|
"v-range-slider/id": {
|
|
4251
4295
|
"type": "string",
|
|
4252
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4296
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
4253
4297
|
},
|
|
4254
4298
|
"v-range-slider/append-icon": {
|
|
4255
4299
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
4256
|
-
"description": "
|
|
4300
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
4257
4301
|
},
|
|
4258
4302
|
"v-range-slider/prepend-icon": {
|
|
4259
4303
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -4261,15 +4305,15 @@
|
|
|
4261
4305
|
},
|
|
4262
4306
|
"v-range-slider/messages": {
|
|
4263
4307
|
"type": "string | string[]",
|
|
4264
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4308
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
4265
4309
|
},
|
|
4266
4310
|
"v-range-slider/direction": {
|
|
4267
4311
|
"type": "\"horizontal\" | \"vertical\"",
|
|
4268
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4312
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
4269
4313
|
},
|
|
4270
4314
|
"v-range-slider/density": {
|
|
4271
4315
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
4272
|
-
"description": "Adjusts vertical
|
|
4316
|
+
"description": "Adjusts the vertical height used by the component."
|
|
4273
4317
|
},
|
|
4274
4318
|
"v-range-slider/disabled": {
|
|
4275
4319
|
"type": "boolean",
|
|
@@ -4277,7 +4321,7 @@
|
|
|
4277
4321
|
},
|
|
4278
4322
|
"v-range-slider/error": {
|
|
4279
4323
|
"type": "boolean",
|
|
4280
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4324
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
4281
4325
|
},
|
|
4282
4326
|
"v-range-slider/error-messages": {
|
|
4283
4327
|
"type": "string | string[]",
|
|
@@ -4285,11 +4329,11 @@
|
|
|
4285
4329
|
},
|
|
4286
4330
|
"v-range-slider/max-errors": {
|
|
4287
4331
|
"type": "string | number",
|
|
4288
|
-
"description": "
|
|
4332
|
+
"description": "Control the maximum number of shown errors from validation."
|
|
4289
4333
|
},
|
|
4290
4334
|
"v-range-slider/name": {
|
|
4291
4335
|
"type": "string",
|
|
4292
|
-
"description": "
|
|
4336
|
+
"description": "Sets the component's name attribute."
|
|
4293
4337
|
},
|
|
4294
4338
|
"v-range-slider/label": {
|
|
4295
4339
|
"type": "string",
|
|
@@ -4297,7 +4341,7 @@
|
|
|
4297
4341
|
},
|
|
4298
4342
|
"v-range-slider/readonly": {
|
|
4299
4343
|
"type": "boolean",
|
|
4300
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4344
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
4301
4345
|
},
|
|
4302
4346
|
"v-range-slider/rules": {
|
|
4303
4347
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]",
|
|
@@ -4309,15 +4353,15 @@
|
|
|
4309
4353
|
},
|
|
4310
4354
|
"v-range-slider/validate-on": {
|
|
4311
4355
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
4312
|
-
"description": "
|
|
4356
|
+
"description": "Change what type of event triggers validation to run."
|
|
4313
4357
|
},
|
|
4314
4358
|
"v-range-slider/validation-value": {
|
|
4315
4359
|
"type": "any",
|
|
4316
|
-
"description": "
|
|
4360
|
+
"description": "The value used when applying validation rules."
|
|
4317
4361
|
},
|
|
4318
4362
|
"v-range-slider/reverse": {
|
|
4319
4363
|
"type": "boolean",
|
|
4320
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4364
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
4321
4365
|
},
|
|
4322
4366
|
"v-range-slider/hide-details": {
|
|
4323
4367
|
"type": "boolean | \"auto\"",
|
|
@@ -4325,39 +4369,39 @@
|
|
|
4325
4369
|
},
|
|
4326
4370
|
"v-range-slider/max": {
|
|
4327
4371
|
"type": "string | number",
|
|
4328
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4372
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
4329
4373
|
},
|
|
4330
4374
|
"v-range-slider/min": {
|
|
4331
4375
|
"type": "string | number",
|
|
4332
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4376
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
4333
4377
|
},
|
|
4334
4378
|
"v-range-slider/step": {
|
|
4335
4379
|
"type": "string | number",
|
|
4336
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4380
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
4337
4381
|
},
|
|
4338
4382
|
"v-range-slider/thumb-color": {
|
|
4339
4383
|
"type": "string",
|
|
4340
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4384
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
4341
4385
|
},
|
|
4342
4386
|
"v-range-slider/thumb-label": {
|
|
4343
4387
|
"type": "boolean | \"always\"",
|
|
4344
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4388
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
4345
4389
|
},
|
|
4346
4390
|
"v-range-slider/thumb-size": {
|
|
4347
4391
|
"type": "string | number",
|
|
4348
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4392
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
4349
4393
|
},
|
|
4350
4394
|
"v-range-slider/show-ticks": {
|
|
4351
4395
|
"type": "boolean | \"always\"",
|
|
4352
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4396
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
4353
4397
|
},
|
|
4354
4398
|
"v-range-slider/ticks": {
|
|
4355
4399
|
"type": "number[] | Record<number, string>",
|
|
4356
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4400
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
4357
4401
|
},
|
|
4358
4402
|
"v-range-slider/tick-size": {
|
|
4359
4403
|
"type": "string | number",
|
|
4360
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4404
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
4361
4405
|
},
|
|
4362
4406
|
"v-range-slider/color": {
|
|
4363
4407
|
"type": "string",
|
|
@@ -4365,15 +4409,15 @@
|
|
|
4365
4409
|
},
|
|
4366
4410
|
"v-range-slider/track-color": {
|
|
4367
4411
|
"type": "string",
|
|
4368
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4412
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
4369
4413
|
},
|
|
4370
4414
|
"v-range-slider/track-fill-color": {
|
|
4371
4415
|
"type": "string",
|
|
4372
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4416
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
4373
4417
|
},
|
|
4374
4418
|
"v-range-slider/track-size": {
|
|
4375
4419
|
"type": "string | number",
|
|
4376
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4420
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
4377
4421
|
},
|
|
4378
4422
|
"v-range-slider/rounded": {
|
|
4379
4423
|
"type": "string | number | boolean",
|
|
@@ -4385,7 +4429,7 @@
|
|
|
4385
4429
|
},
|
|
4386
4430
|
"v-range-slider/strict": {
|
|
4387
4431
|
"type": "boolean",
|
|
4388
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4432
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-range-slider.json))"
|
|
4389
4433
|
},
|
|
4390
4434
|
"v-rating/length": {
|
|
4391
4435
|
"type": "string | number",
|
|
@@ -4393,11 +4437,11 @@
|
|
|
4393
4437
|
},
|
|
4394
4438
|
"v-rating/name": {
|
|
4395
4439
|
"type": "string",
|
|
4396
|
-
"description": "
|
|
4440
|
+
"description": "Sets the component's name attribute."
|
|
4397
4441
|
},
|
|
4398
4442
|
"v-rating/active-color": {
|
|
4399
4443
|
"type": "string",
|
|
4400
|
-
"description": "
|
|
4444
|
+
"description": "The applied color when the component is in an active state"
|
|
4401
4445
|
},
|
|
4402
4446
|
"v-rating/color": {
|
|
4403
4447
|
"type": "string",
|
|
@@ -4425,11 +4469,11 @@
|
|
|
4425
4469
|
},
|
|
4426
4470
|
"v-rating/ripple": {
|
|
4427
4471
|
"type": "boolean",
|
|
4428
|
-
"description": "
|
|
4472
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
4429
4473
|
},
|
|
4430
4474
|
"v-rating/item-aria-label": {
|
|
4431
4475
|
"type": "string",
|
|
4432
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4476
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-rating.json))"
|
|
4433
4477
|
},
|
|
4434
4478
|
"v-rating/empty-icon": {
|
|
4435
4479
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -4449,7 +4493,7 @@
|
|
|
4449
4493
|
},
|
|
4450
4494
|
"v-rating/density": {
|
|
4451
4495
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
4452
|
-
"description": "Adjusts vertical
|
|
4496
|
+
"description": "Adjusts the vertical height used by the component."
|
|
4453
4497
|
},
|
|
4454
4498
|
"v-rating/size": {
|
|
4455
4499
|
"type": "string | number",
|
|
@@ -4513,15 +4557,15 @@
|
|
|
4513
4557
|
},
|
|
4514
4558
|
"v-select/closable-chips": {
|
|
4515
4559
|
"type": "boolean",
|
|
4516
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4560
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
|
|
4517
4561
|
},
|
|
4518
4562
|
"v-select/eager": {
|
|
4519
4563
|
"type": "boolean",
|
|
4520
|
-
"description": "
|
|
4564
|
+
"description": "MISSING DESCRIPTION"
|
|
4521
4565
|
},
|
|
4522
4566
|
"v-select/hide-no-data": {
|
|
4523
4567
|
"type": "boolean",
|
|
4524
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4568
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
|
|
4525
4569
|
},
|
|
4526
4570
|
"v-select/hide-selected": {
|
|
4527
4571
|
"type": "boolean",
|
|
@@ -4529,11 +4573,11 @@
|
|
|
4529
4573
|
},
|
|
4530
4574
|
"v-select/menu": {
|
|
4531
4575
|
"type": "boolean",
|
|
4532
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4576
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
|
|
4533
4577
|
},
|
|
4534
4578
|
"v-select/menu-icon": {
|
|
4535
4579
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
4536
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4580
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
|
|
4537
4581
|
},
|
|
4538
4582
|
"v-select/menu-props": {
|
|
4539
4583
|
"type": "unknown",
|
|
@@ -4541,7 +4585,7 @@
|
|
|
4541
4585
|
},
|
|
4542
4586
|
"v-select/id": {
|
|
4543
4587
|
"type": "string",
|
|
4544
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4588
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
4545
4589
|
},
|
|
4546
4590
|
"v-select/disabled": {
|
|
4547
4591
|
"type": "boolean",
|
|
@@ -4553,7 +4597,7 @@
|
|
|
4553
4597
|
},
|
|
4554
4598
|
"v-select/reverse": {
|
|
4555
4599
|
"type": "boolean",
|
|
4556
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4600
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
4557
4601
|
},
|
|
4558
4602
|
"v-select/theme": {
|
|
4559
4603
|
"type": "string",
|
|
@@ -4561,11 +4605,11 @@
|
|
|
4561
4605
|
},
|
|
4562
4606
|
"v-select/transition": {
|
|
4563
4607
|
"type": "string | { component: DefineComponent<{ target: PropType<HTMLElement>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{ target: PropType<HTMLElement>; }>>, {}> }",
|
|
4564
|
-
"description": "
|
|
4608
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
4565
4609
|
},
|
|
4566
4610
|
"v-select/name": {
|
|
4567
4611
|
"type": "string",
|
|
4568
|
-
"description": "
|
|
4612
|
+
"description": "Sets the component's name attribute."
|
|
4569
4613
|
},
|
|
4570
4614
|
"v-select/multiple": {
|
|
4571
4615
|
"type": "boolean",
|
|
@@ -4589,7 +4633,7 @@
|
|
|
4589
4633
|
},
|
|
4590
4634
|
"v-select/item-title": {
|
|
4591
4635
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
4592
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4636
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
4593
4637
|
},
|
|
4594
4638
|
"v-select/item-value": {
|
|
4595
4639
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
@@ -4597,11 +4641,11 @@
|
|
|
4597
4641
|
},
|
|
4598
4642
|
"v-select/item-children": {
|
|
4599
4643
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
4600
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4644
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
4601
4645
|
},
|
|
4602
4646
|
"v-select/item-props": {
|
|
4603
4647
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
4604
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4648
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
4605
4649
|
},
|
|
4606
4650
|
"v-select/return-object": {
|
|
4607
4651
|
"type": "boolean",
|
|
@@ -4613,11 +4657,11 @@
|
|
|
4613
4657
|
},
|
|
4614
4658
|
"v-select/hint": {
|
|
4615
4659
|
"type": "string",
|
|
4616
|
-
"description": "
|
|
4660
|
+
"description": "Hint text"
|
|
4617
4661
|
},
|
|
4618
4662
|
"v-select/persistent-hint": {
|
|
4619
4663
|
"type": "boolean",
|
|
4620
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4664
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
4621
4665
|
},
|
|
4622
4666
|
"v-select/prefix": {
|
|
4623
4667
|
"type": "string",
|
|
@@ -4633,7 +4677,7 @@
|
|
|
4633
4677
|
},
|
|
4634
4678
|
"v-select/persistent-counter": {
|
|
4635
4679
|
"type": "boolean",
|
|
4636
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4680
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
4637
4681
|
},
|
|
4638
4682
|
"v-select/suffix": {
|
|
4639
4683
|
"type": "string",
|
|
@@ -4641,7 +4685,7 @@
|
|
|
4641
4685
|
},
|
|
4642
4686
|
"v-select/append-icon": {
|
|
4643
4687
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
4644
|
-
"description": "
|
|
4688
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
4645
4689
|
},
|
|
4646
4690
|
"v-select/prepend-icon": {
|
|
4647
4691
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -4649,19 +4693,19 @@
|
|
|
4649
4693
|
},
|
|
4650
4694
|
"v-select/messages": {
|
|
4651
4695
|
"type": "string | string[]",
|
|
4652
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4696
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
4653
4697
|
},
|
|
4654
4698
|
"v-select/direction": {
|
|
4655
4699
|
"type": "\"horizontal\" | \"vertical\"",
|
|
4656
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4700
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
4657
4701
|
},
|
|
4658
4702
|
"v-select/density": {
|
|
4659
4703
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
4660
|
-
"description": "Adjusts vertical
|
|
4704
|
+
"description": "Adjusts the vertical height used by the component."
|
|
4661
4705
|
},
|
|
4662
4706
|
"v-select/error": {
|
|
4663
4707
|
"type": "boolean",
|
|
4664
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4708
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
4665
4709
|
},
|
|
4666
4710
|
"v-select/error-messages": {
|
|
4667
4711
|
"type": "string | string[]",
|
|
@@ -4669,7 +4713,7 @@
|
|
|
4669
4713
|
},
|
|
4670
4714
|
"v-select/max-errors": {
|
|
4671
4715
|
"type": "string | number",
|
|
4672
|
-
"description": "
|
|
4716
|
+
"description": "Control the maximum number of shown errors from validation."
|
|
4673
4717
|
},
|
|
4674
4718
|
"v-select/readonly": {
|
|
4675
4719
|
"type": "boolean",
|
|
@@ -4681,7 +4725,7 @@
|
|
|
4681
4725
|
},
|
|
4682
4726
|
"v-select/validate-on": {
|
|
4683
4727
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
4684
|
-
"description": "
|
|
4728
|
+
"description": "Change what type of event triggers validation to run."
|
|
4685
4729
|
},
|
|
4686
4730
|
"v-select/focused": {
|
|
4687
4731
|
"type": "boolean",
|
|
@@ -4701,7 +4745,7 @@
|
|
|
4701
4745
|
},
|
|
4702
4746
|
"v-select/clear-icon": {
|
|
4703
4747
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
4704
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4748
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
4705
4749
|
},
|
|
4706
4750
|
"v-select/active": {
|
|
4707
4751
|
"type": "boolean",
|
|
@@ -4713,7 +4757,7 @@
|
|
|
4713
4757
|
},
|
|
4714
4758
|
"v-select/persistent-clear": {
|
|
4715
4759
|
"type": "boolean",
|
|
4716
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4760
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
4717
4761
|
},
|
|
4718
4762
|
"v-select/prepend-inner-icon": {
|
|
4719
4763
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -4737,11 +4781,11 @@
|
|
|
4737
4781
|
},
|
|
4738
4782
|
"v-select/counter-value": {
|
|
4739
4783
|
"type": "(value: any) => number",
|
|
4740
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4784
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
4741
4785
|
},
|
|
4742
4786
|
"v-selection-control/type": {
|
|
4743
4787
|
"type": "string",
|
|
4744
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4788
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4745
4789
|
},
|
|
4746
4790
|
"v-selection-control/label": {
|
|
4747
4791
|
"type": "string",
|
|
@@ -4749,15 +4793,15 @@
|
|
|
4749
4793
|
},
|
|
4750
4794
|
"v-selection-control/true-value": {
|
|
4751
4795
|
"type": "any",
|
|
4752
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4796
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
4753
4797
|
},
|
|
4754
4798
|
"v-selection-control/false-value": {
|
|
4755
4799
|
"type": "any",
|
|
4756
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4800
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
4757
4801
|
},
|
|
4758
4802
|
"v-selection-control/value": {
|
|
4759
4803
|
"type": "any",
|
|
4760
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4804
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
4761
4805
|
},
|
|
4762
4806
|
"v-selection-control/color": {
|
|
4763
4807
|
"type": "string",
|
|
@@ -4769,39 +4813,39 @@
|
|
|
4769
4813
|
},
|
|
4770
4814
|
"v-selection-control/error": {
|
|
4771
4815
|
"type": "boolean",
|
|
4772
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4816
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4773
4817
|
},
|
|
4774
4818
|
"v-selection-control/id": {
|
|
4775
4819
|
"type": "string",
|
|
4776
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4820
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4777
4821
|
},
|
|
4778
4822
|
"v-selection-control/inline": {
|
|
4779
4823
|
"type": "boolean",
|
|
4780
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4824
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4781
4825
|
},
|
|
4782
4826
|
"v-selection-control/false-icon": {
|
|
4783
4827
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
4784
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4828
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4785
4829
|
},
|
|
4786
4830
|
"v-selection-control/true-icon": {
|
|
4787
4831
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
4788
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4832
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4789
4833
|
},
|
|
4790
4834
|
"v-selection-control/ripple": {
|
|
4791
4835
|
"type": "boolean",
|
|
4792
|
-
"description": "
|
|
4836
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
4793
4837
|
},
|
|
4794
4838
|
"v-selection-control/multiple": {
|
|
4795
4839
|
"type": "boolean",
|
|
4796
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4840
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4797
4841
|
},
|
|
4798
4842
|
"v-selection-control/name": {
|
|
4799
4843
|
"type": "string",
|
|
4800
|
-
"description": "
|
|
4844
|
+
"description": "Sets the component's name attribute."
|
|
4801
4845
|
},
|
|
4802
4846
|
"v-selection-control/readonly": {
|
|
4803
4847
|
"type": "boolean",
|
|
4804
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4848
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4805
4849
|
},
|
|
4806
4850
|
"v-selection-control/model-value": {
|
|
4807
4851
|
"type": "unknown",
|
|
@@ -4817,7 +4861,7 @@
|
|
|
4817
4861
|
},
|
|
4818
4862
|
"v-selection-control/density": {
|
|
4819
4863
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
4820
|
-
"description": "Adjusts vertical
|
|
4864
|
+
"description": "Adjusts the vertical height used by the component."
|
|
4821
4865
|
},
|
|
4822
4866
|
"v-selection-control-group/color": {
|
|
4823
4867
|
"type": "string",
|
|
@@ -4829,43 +4873,43 @@
|
|
|
4829
4873
|
},
|
|
4830
4874
|
"v-selection-control-group/error": {
|
|
4831
4875
|
"type": "boolean",
|
|
4832
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4876
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4833
4877
|
},
|
|
4834
4878
|
"v-selection-control-group/id": {
|
|
4835
4879
|
"type": "string",
|
|
4836
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4880
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4837
4881
|
},
|
|
4838
4882
|
"v-selection-control-group/inline": {
|
|
4839
4883
|
"type": "boolean",
|
|
4840
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4884
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4841
4885
|
},
|
|
4842
4886
|
"v-selection-control-group/false-icon": {
|
|
4843
4887
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
4844
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4888
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4845
4889
|
},
|
|
4846
4890
|
"v-selection-control-group/true-icon": {
|
|
4847
4891
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
4848
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4892
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4849
4893
|
},
|
|
4850
4894
|
"v-selection-control-group/ripple": {
|
|
4851
4895
|
"type": "boolean",
|
|
4852
|
-
"description": "
|
|
4896
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
4853
4897
|
},
|
|
4854
4898
|
"v-selection-control-group/type": {
|
|
4855
4899
|
"type": "string",
|
|
4856
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4900
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4857
4901
|
},
|
|
4858
4902
|
"v-selection-control-group/multiple": {
|
|
4859
4903
|
"type": "boolean",
|
|
4860
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4904
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4861
4905
|
},
|
|
4862
4906
|
"v-selection-control-group/name": {
|
|
4863
4907
|
"type": "string",
|
|
4864
|
-
"description": "
|
|
4908
|
+
"description": "Sets the component's name attribute."
|
|
4865
4909
|
},
|
|
4866
4910
|
"v-selection-control-group/readonly": {
|
|
4867
4911
|
"type": "boolean",
|
|
4868
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4912
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4869
4913
|
},
|
|
4870
4914
|
"v-selection-control-group/model-value": {
|
|
4871
4915
|
"type": "any",
|
|
@@ -4881,11 +4925,11 @@
|
|
|
4881
4925
|
},
|
|
4882
4926
|
"v-selection-control-group/density": {
|
|
4883
4927
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
4884
|
-
"description": "Adjusts vertical
|
|
4928
|
+
"description": "Adjusts the vertical height used by the component."
|
|
4885
4929
|
},
|
|
4886
4930
|
"v-selection-control-group/defaults-target": {
|
|
4887
4931
|
"type": "string",
|
|
4888
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4932
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
4889
4933
|
},
|
|
4890
4934
|
"v-sheet/border": {
|
|
4891
4935
|
"type": "string | number | boolean",
|
|
@@ -4921,11 +4965,11 @@
|
|
|
4921
4965
|
},
|
|
4922
4966
|
"v-sheet/location": {
|
|
4923
4967
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
4924
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4968
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/location.json))"
|
|
4925
4969
|
},
|
|
4926
4970
|
"v-sheet/position": {
|
|
4927
4971
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
|
4928
|
-
"description": "Specifies the type of positioning method used for
|
|
4972
|
+
"description": "Specifies the type of positioning method used for the component."
|
|
4929
4973
|
},
|
|
4930
4974
|
"v-sheet/rounded": {
|
|
4931
4975
|
"type": "string | number | boolean",
|
|
@@ -4945,7 +4989,7 @@
|
|
|
4945
4989
|
},
|
|
4946
4990
|
"v-slide-group/symbol": {
|
|
4947
4991
|
"type": "any",
|
|
4948
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
4992
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-slide-group.json))"
|
|
4949
4993
|
},
|
|
4950
4994
|
"v-slide-group/center-active": {
|
|
4951
4995
|
"type": "boolean",
|
|
@@ -4953,7 +4997,7 @@
|
|
|
4953
4997
|
},
|
|
4954
4998
|
"v-slide-group/direction": {
|
|
4955
4999
|
"type": "string",
|
|
4956
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5000
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-slide-group.json))"
|
|
4957
5001
|
},
|
|
4958
5002
|
"v-slide-group/next-icon": {
|
|
4959
5003
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -4985,7 +5029,7 @@
|
|
|
4985
5029
|
},
|
|
4986
5030
|
"v-slide-group/selected-class": {
|
|
4987
5031
|
"type": "string",
|
|
4988
|
-
"description": "Configure the
|
|
5032
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
4989
5033
|
},
|
|
4990
5034
|
"v-slide-group/disabled": {
|
|
4991
5035
|
"type": "boolean",
|
|
@@ -4997,7 +5041,7 @@
|
|
|
4997
5041
|
},
|
|
4998
5042
|
"v-slide-group-item/selected-class": {
|
|
4999
5043
|
"type": "string",
|
|
5000
|
-
"description": "Configure the active CSS class applied when
|
|
5044
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
5001
5045
|
},
|
|
5002
5046
|
"v-slide-group-item/value": {
|
|
5003
5047
|
"type": "any",
|
|
@@ -5049,7 +5093,7 @@
|
|
|
5049
5093
|
},
|
|
5050
5094
|
"v-slider/show-ticks": {
|
|
5051
5095
|
"type": "boolean | \"always\"",
|
|
5052
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5096
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
5053
5097
|
},
|
|
5054
5098
|
"v-slider/ticks": {
|
|
5055
5099
|
"type": "number[] | Record<number, string>",
|
|
@@ -5073,15 +5117,15 @@
|
|
|
5073
5117
|
},
|
|
5074
5118
|
"v-slider/track-size": {
|
|
5075
5119
|
"type": "string | number",
|
|
5076
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5120
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
5077
5121
|
},
|
|
5078
5122
|
"v-slider/direction": {
|
|
5079
5123
|
"type": "\"horizontal\" | \"vertical\"",
|
|
5080
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5124
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
5081
5125
|
},
|
|
5082
5126
|
"v-slider/reverse": {
|
|
5083
5127
|
"type": "boolean",
|
|
5084
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5128
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
|
|
5085
5129
|
},
|
|
5086
5130
|
"v-slider/rounded": {
|
|
5087
5131
|
"type": "string | number | boolean",
|
|
@@ -5093,11 +5137,11 @@
|
|
|
5093
5137
|
},
|
|
5094
5138
|
"v-slider/id": {
|
|
5095
5139
|
"type": "string",
|
|
5096
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5140
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
5097
5141
|
},
|
|
5098
5142
|
"v-slider/append-icon": {
|
|
5099
5143
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
5100
|
-
"description": "
|
|
5144
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
5101
5145
|
},
|
|
5102
5146
|
"v-slider/prepend-icon": {
|
|
5103
5147
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -5109,7 +5153,7 @@
|
|
|
5109
5153
|
},
|
|
5110
5154
|
"v-slider/density": {
|
|
5111
5155
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
5112
|
-
"description": "Adjusts vertical
|
|
5156
|
+
"description": "Adjusts the vertical height used by the component."
|
|
5113
5157
|
},
|
|
5114
5158
|
"v-slider/error-messages": {
|
|
5115
5159
|
"type": "string | string[]",
|
|
@@ -5117,11 +5161,11 @@
|
|
|
5117
5161
|
},
|
|
5118
5162
|
"v-slider/max-errors": {
|
|
5119
5163
|
"type": "string | number",
|
|
5120
|
-
"description": "
|
|
5164
|
+
"description": "Control the maximum number of shown errors from validation."
|
|
5121
5165
|
},
|
|
5122
5166
|
"v-slider/name": {
|
|
5123
5167
|
"type": "string",
|
|
5124
|
-
"description": "
|
|
5168
|
+
"description": "Sets the component's name attribute."
|
|
5125
5169
|
},
|
|
5126
5170
|
"v-slider/label": {
|
|
5127
5171
|
"type": "string",
|
|
@@ -5137,11 +5181,11 @@
|
|
|
5137
5181
|
},
|
|
5138
5182
|
"v-slider/validate-on": {
|
|
5139
5183
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
5140
|
-
"description": "
|
|
5184
|
+
"description": "Change what type of event triggers validation to run."
|
|
5141
5185
|
},
|
|
5142
5186
|
"v-slider/validation-value": {
|
|
5143
5187
|
"type": "any",
|
|
5144
|
-
"description": "
|
|
5188
|
+
"description": "The value used when applying validation rules."
|
|
5145
5189
|
},
|
|
5146
5190
|
"v-slider/hide-details": {
|
|
5147
5191
|
"type": "boolean | \"auto\"",
|
|
@@ -5149,7 +5193,7 @@
|
|
|
5149
5193
|
},
|
|
5150
5194
|
"v-snackbar/activator": {
|
|
5151
5195
|
"type": "string | Element | ComponentPublicInstance",
|
|
5152
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5196
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
5153
5197
|
},
|
|
5154
5198
|
"v-snackbar/multi-line": {
|
|
5155
5199
|
"type": "boolean",
|
|
@@ -5169,7 +5213,7 @@
|
|
|
5169
5213
|
},
|
|
5170
5214
|
"v-snackbar/position": {
|
|
5171
5215
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
|
5172
|
-
"description": "Specifies the type of positioning method used for
|
|
5216
|
+
"description": "Specifies the type of positioning method used for the component."
|
|
5173
5217
|
},
|
|
5174
5218
|
"v-snackbar/absolute": {
|
|
5175
5219
|
"type": "boolean",
|
|
@@ -5205,7 +5249,7 @@
|
|
|
5205
5249
|
},
|
|
5206
5250
|
"v-snackbar/content-props": {
|
|
5207
5251
|
"type": "any",
|
|
5208
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5252
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
5209
5253
|
},
|
|
5210
5254
|
"v-snackbar/disabled": {
|
|
5211
5255
|
"type": "boolean",
|
|
@@ -5221,23 +5265,23 @@
|
|
|
5221
5265
|
},
|
|
5222
5266
|
"v-snackbar/activator-props": {
|
|
5223
5267
|
"type": "{ }",
|
|
5224
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5268
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
5225
5269
|
},
|
|
5226
5270
|
"v-snackbar/open-on-click": {
|
|
5227
5271
|
"type": "boolean",
|
|
5228
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5272
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
5229
5273
|
},
|
|
5230
5274
|
"v-snackbar/open-on-hover": {
|
|
5231
5275
|
"type": "boolean",
|
|
5232
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5276
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
5233
5277
|
},
|
|
5234
5278
|
"v-snackbar/open-on-focus": {
|
|
5235
5279
|
"type": "boolean",
|
|
5236
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5280
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
5237
5281
|
},
|
|
5238
5282
|
"v-snackbar/close-on-content-click": {
|
|
5239
5283
|
"type": "boolean",
|
|
5240
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5284
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
5241
5285
|
},
|
|
5242
5286
|
"v-snackbar/close-delay": {
|
|
5243
5287
|
"type": "string | number",
|
|
@@ -5273,11 +5317,11 @@
|
|
|
5273
5317
|
},
|
|
5274
5318
|
"v-snackbar/eager": {
|
|
5275
5319
|
"type": "boolean",
|
|
5276
|
-
"description": "
|
|
5320
|
+
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
|
|
5277
5321
|
},
|
|
5278
5322
|
"v-snackbar/location-strategy": {
|
|
5279
5323
|
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
|
5280
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5324
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
|
|
5281
5325
|
},
|
|
5282
5326
|
"v-snackbar/origin": {
|
|
5283
5327
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
|
@@ -5285,11 +5329,11 @@
|
|
|
5285
5329
|
},
|
|
5286
5330
|
"v-snackbar/offset": {
|
|
5287
5331
|
"type": "string | number | number[]",
|
|
5288
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5332
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
|
|
5289
5333
|
},
|
|
5290
5334
|
"v-snackbar/transition": {
|
|
5291
5335
|
"type": "string",
|
|
5292
|
-
"description": "Sets the component transition. Can be one of the [built in
|
|
5336
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
5293
5337
|
},
|
|
5294
5338
|
"v-snackbar/attach": {
|
|
5295
5339
|
"type": "string | boolean | Element",
|
|
@@ -5297,11 +5341,11 @@
|
|
|
5297
5341
|
},
|
|
5298
5342
|
"v-switch/id": {
|
|
5299
5343
|
"type": "string",
|
|
5300
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5344
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
5301
5345
|
},
|
|
5302
5346
|
"v-switch/append-icon": {
|
|
5303
5347
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
5304
|
-
"description": "
|
|
5348
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
5305
5349
|
},
|
|
5306
5350
|
"v-switch/prepend-icon": {
|
|
5307
5351
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -5309,19 +5353,19 @@
|
|
|
5309
5353
|
},
|
|
5310
5354
|
"v-switch/messages": {
|
|
5311
5355
|
"type": "string | string[]",
|
|
5312
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5356
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
5313
5357
|
},
|
|
5314
5358
|
"v-switch/type": {
|
|
5315
5359
|
"type": "string",
|
|
5316
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5360
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
5317
5361
|
},
|
|
5318
5362
|
"v-switch/direction": {
|
|
5319
5363
|
"type": "\"horizontal\" | \"vertical\"",
|
|
5320
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5364
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
5321
5365
|
},
|
|
5322
5366
|
"v-switch/density": {
|
|
5323
5367
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
5324
|
-
"description": "Adjusts vertical
|
|
5368
|
+
"description": "Adjusts the vertical height used by the component."
|
|
5325
5369
|
},
|
|
5326
5370
|
"v-switch/disabled": {
|
|
5327
5371
|
"type": "boolean",
|
|
@@ -5329,7 +5373,7 @@
|
|
|
5329
5373
|
},
|
|
5330
5374
|
"v-switch/error": {
|
|
5331
5375
|
"type": "boolean",
|
|
5332
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5376
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
5333
5377
|
},
|
|
5334
5378
|
"v-switch/error-messages": {
|
|
5335
5379
|
"type": "string | string[]",
|
|
@@ -5337,11 +5381,11 @@
|
|
|
5337
5381
|
},
|
|
5338
5382
|
"v-switch/max-errors": {
|
|
5339
5383
|
"type": "string | number",
|
|
5340
|
-
"description": "
|
|
5384
|
+
"description": "Control the maximum number of shown errors from validation."
|
|
5341
5385
|
},
|
|
5342
5386
|
"v-switch/name": {
|
|
5343
5387
|
"type": "string",
|
|
5344
|
-
"description": "
|
|
5388
|
+
"description": "Sets the component's name attribute."
|
|
5345
5389
|
},
|
|
5346
5390
|
"v-switch/label": {
|
|
5347
5391
|
"type": "string",
|
|
@@ -5349,7 +5393,7 @@
|
|
|
5349
5393
|
},
|
|
5350
5394
|
"v-switch/readonly": {
|
|
5351
5395
|
"type": "boolean",
|
|
5352
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5396
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
5353
5397
|
},
|
|
5354
5398
|
"v-switch/rules": {
|
|
5355
5399
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]",
|
|
@@ -5361,11 +5405,11 @@
|
|
|
5361
5405
|
},
|
|
5362
5406
|
"v-switch/validate-on": {
|
|
5363
5407
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
5364
|
-
"description": "
|
|
5408
|
+
"description": "Change what type of event triggers validation to run."
|
|
5365
5409
|
},
|
|
5366
5410
|
"v-switch/validation-value": {
|
|
5367
5411
|
"type": "any",
|
|
5368
|
-
"description": "
|
|
5412
|
+
"description": "The value used when applying validation rules."
|
|
5369
5413
|
},
|
|
5370
5414
|
"v-switch/focused": {
|
|
5371
5415
|
"type": "boolean",
|
|
@@ -5381,11 +5425,11 @@
|
|
|
5381
5425
|
},
|
|
5382
5426
|
"v-switch/true-value": {
|
|
5383
5427
|
"type": "any",
|
|
5384
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5428
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
5385
5429
|
},
|
|
5386
5430
|
"v-switch/false-value": {
|
|
5387
5431
|
"type": "any",
|
|
5388
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5432
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
|
|
5389
5433
|
},
|
|
5390
5434
|
"v-switch/value": {
|
|
5391
5435
|
"type": "any",
|
|
@@ -5397,19 +5441,19 @@
|
|
|
5397
5441
|
},
|
|
5398
5442
|
"v-switch/inline": {
|
|
5399
5443
|
"type": "boolean",
|
|
5400
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5444
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
5401
5445
|
},
|
|
5402
5446
|
"v-switch/false-icon": {
|
|
5403
5447
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
5404
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5448
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
5405
5449
|
},
|
|
5406
5450
|
"v-switch/true-icon": {
|
|
5407
5451
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
5408
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5452
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
5409
5453
|
},
|
|
5410
5454
|
"v-switch/ripple": {
|
|
5411
5455
|
"type": "boolean",
|
|
5412
|
-
"description": "
|
|
5456
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
5413
5457
|
},
|
|
5414
5458
|
"v-switch/multiple": {
|
|
5415
5459
|
"type": "boolean",
|
|
@@ -5425,7 +5469,7 @@
|
|
|
5425
5469
|
},
|
|
5426
5470
|
"v-switch/indeterminate": {
|
|
5427
5471
|
"type": "boolean",
|
|
5428
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5472
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-switch.json))"
|
|
5429
5473
|
},
|
|
5430
5474
|
"v-switch/inset": {
|
|
5431
5475
|
"type": "boolean",
|
|
@@ -5441,15 +5485,15 @@
|
|
|
5441
5485
|
},
|
|
5442
5486
|
"v-system-bar/name": {
|
|
5443
5487
|
"type": "string",
|
|
5444
|
-
"description": "
|
|
5488
|
+
"description": "Assign a specific name for layout registration."
|
|
5445
5489
|
},
|
|
5446
5490
|
"v-system-bar/order": {
|
|
5447
5491
|
"type": "string | number",
|
|
5448
|
-
"description": "
|
|
5492
|
+
"description": "Adjust the order of the component in relation to its registration order."
|
|
5449
5493
|
},
|
|
5450
5494
|
"v-system-bar/absolute": {
|
|
5451
5495
|
"type": "boolean",
|
|
5452
|
-
"description": "
|
|
5496
|
+
"description": "Applies **position: absolute** to the component."
|
|
5453
5497
|
},
|
|
5454
5498
|
"v-system-bar/rounded": {
|
|
5455
5499
|
"type": "string | number | boolean",
|
|
@@ -5477,7 +5521,7 @@
|
|
|
5477
5521
|
},
|
|
5478
5522
|
"v-tabs/density": {
|
|
5479
5523
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
5480
|
-
"description": "Adjusts vertical
|
|
5524
|
+
"description": "Adjusts the vertical height used by the component."
|
|
5481
5525
|
},
|
|
5482
5526
|
"v-tabs/tag": {
|
|
5483
5527
|
"type": "string",
|
|
@@ -5485,7 +5529,7 @@
|
|
|
5485
5529
|
},
|
|
5486
5530
|
"v-tabs/align-tabs": {
|
|
5487
5531
|
"type": "\"start\" | \"title\" | \"center\" | \"end\"",
|
|
5488
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5532
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tabs.json))"
|
|
5489
5533
|
},
|
|
5490
5534
|
"v-tabs/color": {
|
|
5491
5535
|
"type": "string",
|
|
@@ -5505,7 +5549,7 @@
|
|
|
5505
5549
|
},
|
|
5506
5550
|
"v-tabs/stacked": {
|
|
5507
5551
|
"type": "boolean",
|
|
5508
|
-
"description": "
|
|
5552
|
+
"description": "Apply the stacked prop to all children v-tab components."
|
|
5509
5553
|
},
|
|
5510
5554
|
"v-tabs/bg-color": {
|
|
5511
5555
|
"type": "string",
|
|
@@ -5533,7 +5577,7 @@
|
|
|
5533
5577
|
},
|
|
5534
5578
|
"v-tabs/mandatory": {
|
|
5535
5579
|
"type": "boolean | \"force\"",
|
|
5536
|
-
"description": "
|
|
5580
|
+
"description": "Forces at least one item to always be selected (if available)."
|
|
5537
5581
|
},
|
|
5538
5582
|
"v-tab/tag": {
|
|
5539
5583
|
"type": "string",
|
|
@@ -5565,7 +5609,7 @@
|
|
|
5565
5609
|
},
|
|
5566
5610
|
"v-tab/selected-class": {
|
|
5567
5611
|
"type": "string",
|
|
5568
|
-
"description": "Configure the active CSS class applied when
|
|
5612
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
5569
5613
|
},
|
|
5570
5614
|
"v-tab/theme": {
|
|
5571
5615
|
"type": "string",
|
|
@@ -5573,27 +5617,27 @@
|
|
|
5573
5617
|
},
|
|
5574
5618
|
"v-tab/fixed": {
|
|
5575
5619
|
"type": "boolean",
|
|
5576
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5620
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))"
|
|
5577
5621
|
},
|
|
5578
5622
|
"v-tab/prepend-icon": {
|
|
5579
5623
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
5580
|
-
"description": "
|
|
5624
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
|
5581
5625
|
},
|
|
5582
5626
|
"v-tab/append-icon": {
|
|
5583
5627
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
5584
|
-
"description": "
|
|
5628
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
5585
5629
|
},
|
|
5586
5630
|
"v-tab/stacked": {
|
|
5587
5631
|
"type": "boolean",
|
|
5588
|
-
"description": "
|
|
5632
|
+
"description": "Displays the tab as a flex-column."
|
|
5589
5633
|
},
|
|
5590
5634
|
"v-tab/title": {
|
|
5591
5635
|
"type": "string",
|
|
5592
|
-
"description": "
|
|
5636
|
+
"description": "Specify a title text for the component."
|
|
5593
5637
|
},
|
|
5594
5638
|
"v-tab/ripple": {
|
|
5595
5639
|
"type": "boolean",
|
|
5596
|
-
"description": "
|
|
5640
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
5597
5641
|
},
|
|
5598
5642
|
"v-tab/color": {
|
|
5599
5643
|
"type": "string",
|
|
@@ -5601,23 +5645,23 @@
|
|
|
5601
5645
|
},
|
|
5602
5646
|
"v-tab/slider-color": {
|
|
5603
5647
|
"type": "string",
|
|
5604
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5648
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))"
|
|
5605
5649
|
},
|
|
5606
5650
|
"v-tab/hide-slider": {
|
|
5607
5651
|
"type": "boolean",
|
|
5608
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5652
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))"
|
|
5609
5653
|
},
|
|
5610
5654
|
"v-tab/direction": {
|
|
5611
5655
|
"type": "\"horizontal\" | \"vertical\"",
|
|
5612
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5656
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))"
|
|
5613
5657
|
},
|
|
5614
5658
|
"v-tab/icon": {
|
|
5615
5659
|
"type": "boolean | string | (new () => any) | FunctionalComponent",
|
|
5616
|
-
"description": "
|
|
5660
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
5617
5661
|
},
|
|
5618
5662
|
"v-table/density": {
|
|
5619
5663
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
5620
|
-
"description": "Adjusts vertical
|
|
5664
|
+
"description": "Adjusts the vertical height used by the component."
|
|
5621
5665
|
},
|
|
5622
5666
|
"v-table/tag": {
|
|
5623
5667
|
"type": "string",
|
|
@@ -5629,27 +5673,27 @@
|
|
|
5629
5673
|
},
|
|
5630
5674
|
"v-table/fixed-header": {
|
|
5631
5675
|
"type": "boolean",
|
|
5632
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5676
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))"
|
|
5633
5677
|
},
|
|
5634
5678
|
"v-table/fixed-footer": {
|
|
5635
5679
|
"type": "boolean",
|
|
5636
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5680
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))"
|
|
5637
5681
|
},
|
|
5638
5682
|
"v-table/height": {
|
|
5639
5683
|
"type": "string | number",
|
|
5640
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5684
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))"
|
|
5641
5685
|
},
|
|
5642
5686
|
"v-table/hover": {
|
|
5643
5687
|
"type": "boolean",
|
|
5644
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5688
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))"
|
|
5645
5689
|
},
|
|
5646
5690
|
"v-textarea/id": {
|
|
5647
5691
|
"type": "string",
|
|
5648
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5692
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
5649
5693
|
},
|
|
5650
5694
|
"v-textarea/append-icon": {
|
|
5651
5695
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
5652
|
-
"description": "
|
|
5696
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
5653
5697
|
},
|
|
5654
5698
|
"v-textarea/prepend-icon": {
|
|
5655
5699
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -5657,15 +5701,15 @@
|
|
|
5657
5701
|
},
|
|
5658
5702
|
"v-textarea/messages": {
|
|
5659
5703
|
"type": "string | string[]",
|
|
5660
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5704
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
5661
5705
|
},
|
|
5662
5706
|
"v-textarea/direction": {
|
|
5663
5707
|
"type": "\"horizontal\" | \"vertical\"",
|
|
5664
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5708
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
5665
5709
|
},
|
|
5666
5710
|
"v-textarea/density": {
|
|
5667
5711
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
5668
|
-
"description": "Adjusts vertical
|
|
5712
|
+
"description": "Adjusts the vertical height used by the component."
|
|
5669
5713
|
},
|
|
5670
5714
|
"v-textarea/disabled": {
|
|
5671
5715
|
"type": "boolean",
|
|
@@ -5673,7 +5717,7 @@
|
|
|
5673
5717
|
},
|
|
5674
5718
|
"v-textarea/error": {
|
|
5675
5719
|
"type": "boolean",
|
|
5676
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5720
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
5677
5721
|
},
|
|
5678
5722
|
"v-textarea/error-messages": {
|
|
5679
5723
|
"type": "string | string[]",
|
|
@@ -5681,11 +5725,11 @@
|
|
|
5681
5725
|
},
|
|
5682
5726
|
"v-textarea/max-errors": {
|
|
5683
5727
|
"type": "string | number",
|
|
5684
|
-
"description": "
|
|
5728
|
+
"description": "Control the maximum number of shown errors from validation."
|
|
5685
5729
|
},
|
|
5686
5730
|
"v-textarea/name": {
|
|
5687
5731
|
"type": "string",
|
|
5688
|
-
"description": "
|
|
5732
|
+
"description": "Sets the component's name attribute."
|
|
5689
5733
|
},
|
|
5690
5734
|
"v-textarea/label": {
|
|
5691
5735
|
"type": "string",
|
|
@@ -5705,11 +5749,11 @@
|
|
|
5705
5749
|
},
|
|
5706
5750
|
"v-textarea/validate-on": {
|
|
5707
5751
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
5708
|
-
"description": "
|
|
5752
|
+
"description": "Change what type of event triggers validation to run."
|
|
5709
5753
|
},
|
|
5710
5754
|
"v-textarea/validation-value": {
|
|
5711
5755
|
"type": "any",
|
|
5712
|
-
"description": "
|
|
5756
|
+
"description": "The value used when applying validation rules."
|
|
5713
5757
|
},
|
|
5714
5758
|
"v-textarea/focused": {
|
|
5715
5759
|
"type": "boolean",
|
|
@@ -5717,7 +5761,7 @@
|
|
|
5717
5761
|
},
|
|
5718
5762
|
"v-textarea/reverse": {
|
|
5719
5763
|
"type": "boolean",
|
|
5720
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5764
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
5721
5765
|
},
|
|
5722
5766
|
"v-textarea/hide-details": {
|
|
5723
5767
|
"type": "boolean | \"auto\"",
|
|
@@ -5737,7 +5781,7 @@
|
|
|
5737
5781
|
},
|
|
5738
5782
|
"v-textarea/clear-icon": {
|
|
5739
5783
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
5740
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5784
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
5741
5785
|
},
|
|
5742
5786
|
"v-textarea/active": {
|
|
5743
5787
|
"type": "boolean",
|
|
@@ -5753,7 +5797,7 @@
|
|
|
5753
5797
|
},
|
|
5754
5798
|
"v-textarea/persistent-clear": {
|
|
5755
5799
|
"type": "boolean",
|
|
5756
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5800
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
5757
5801
|
},
|
|
5758
5802
|
"v-textarea/prepend-inner-icon": {
|
|
5759
5803
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -5781,31 +5825,31 @@
|
|
|
5781
5825
|
},
|
|
5782
5826
|
"v-textarea/autofocus": {
|
|
5783
5827
|
"type": "boolean",
|
|
5784
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5828
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
5785
5829
|
},
|
|
5786
5830
|
"v-textarea/hint": {
|
|
5787
5831
|
"type": "string",
|
|
5788
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5832
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
5789
5833
|
},
|
|
5790
5834
|
"v-textarea/persistent-hint": {
|
|
5791
5835
|
"type": "boolean",
|
|
5792
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5836
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
5793
5837
|
},
|
|
5794
5838
|
"v-textarea/prefix": {
|
|
5795
5839
|
"type": "string",
|
|
5796
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5840
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
5797
5841
|
},
|
|
5798
5842
|
"v-textarea/placeholder": {
|
|
5799
5843
|
"type": "string",
|
|
5800
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5844
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
5801
5845
|
},
|
|
5802
5846
|
"v-textarea/persistent-placeholder": {
|
|
5803
5847
|
"type": "boolean",
|
|
5804
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5848
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
5805
5849
|
},
|
|
5806
5850
|
"v-textarea/persistent-counter": {
|
|
5807
5851
|
"type": "boolean",
|
|
5808
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5852
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
5809
5853
|
},
|
|
5810
5854
|
"v-textarea/no-resize": {
|
|
5811
5855
|
"type": "boolean",
|
|
@@ -5817,19 +5861,19 @@
|
|
|
5817
5861
|
},
|
|
5818
5862
|
"v-textarea/max-rows": {
|
|
5819
5863
|
"type": "string | number",
|
|
5820
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5864
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
5821
5865
|
},
|
|
5822
5866
|
"v-textarea/suffix": {
|
|
5823
5867
|
"type": "string",
|
|
5824
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5868
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
5825
5869
|
},
|
|
5826
5870
|
"v-textarea/counter": {
|
|
5827
5871
|
"type": "string | number | true",
|
|
5828
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5872
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
5829
5873
|
},
|
|
5830
5874
|
"v-textarea/counter-value": {
|
|
5831
5875
|
"type": "(value: any) => number",
|
|
5832
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5876
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
5833
5877
|
},
|
|
5834
5878
|
"v-text-field/label": {
|
|
5835
5879
|
"type": "string",
|
|
@@ -5845,11 +5889,11 @@
|
|
|
5845
5889
|
},
|
|
5846
5890
|
"v-text-field/hint": {
|
|
5847
5891
|
"type": "string",
|
|
5848
|
-
"description": "
|
|
5892
|
+
"description": "Hint text"
|
|
5849
5893
|
},
|
|
5850
5894
|
"v-text-field/persistent-hint": {
|
|
5851
5895
|
"type": "boolean",
|
|
5852
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5896
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
5853
5897
|
},
|
|
5854
5898
|
"v-text-field/prefix": {
|
|
5855
5899
|
"type": "string",
|
|
@@ -5865,7 +5909,7 @@
|
|
|
5865
5909
|
},
|
|
5866
5910
|
"v-text-field/persistent-counter": {
|
|
5867
5911
|
"type": "boolean",
|
|
5868
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5912
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
5869
5913
|
},
|
|
5870
5914
|
"v-text-field/suffix": {
|
|
5871
5915
|
"type": "string",
|
|
@@ -5873,11 +5917,11 @@
|
|
|
5873
5917
|
},
|
|
5874
5918
|
"v-text-field/id": {
|
|
5875
5919
|
"type": "string",
|
|
5876
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5920
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
5877
5921
|
},
|
|
5878
5922
|
"v-text-field/append-icon": {
|
|
5879
5923
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
5880
|
-
"description": "
|
|
5924
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
5881
5925
|
},
|
|
5882
5926
|
"v-text-field/prepend-icon": {
|
|
5883
5927
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -5885,15 +5929,15 @@
|
|
|
5885
5929
|
},
|
|
5886
5930
|
"v-text-field/messages": {
|
|
5887
5931
|
"type": "string | string[]",
|
|
5888
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5932
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
5889
5933
|
},
|
|
5890
5934
|
"v-text-field/direction": {
|
|
5891
5935
|
"type": "\"horizontal\" | \"vertical\"",
|
|
5892
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5936
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
5893
5937
|
},
|
|
5894
5938
|
"v-text-field/density": {
|
|
5895
5939
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
5896
|
-
"description": "Adjusts vertical
|
|
5940
|
+
"description": "Adjusts the vertical height used by the component."
|
|
5897
5941
|
},
|
|
5898
5942
|
"v-text-field/disabled": {
|
|
5899
5943
|
"type": "boolean",
|
|
@@ -5901,7 +5945,7 @@
|
|
|
5901
5945
|
},
|
|
5902
5946
|
"v-text-field/error": {
|
|
5903
5947
|
"type": "boolean",
|
|
5904
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
5948
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
5905
5949
|
},
|
|
5906
5950
|
"v-text-field/error-messages": {
|
|
5907
5951
|
"type": "string | string[]",
|
|
@@ -5909,11 +5953,11 @@
|
|
|
5909
5953
|
},
|
|
5910
5954
|
"v-text-field/max-errors": {
|
|
5911
5955
|
"type": "string | number",
|
|
5912
|
-
"description": "
|
|
5956
|
+
"description": "Control the maximum number of shown errors from validation."
|
|
5913
5957
|
},
|
|
5914
5958
|
"v-text-field/name": {
|
|
5915
5959
|
"type": "string",
|
|
5916
|
-
"description": "
|
|
5960
|
+
"description": "Sets the component's name attribute."
|
|
5917
5961
|
},
|
|
5918
5962
|
"v-text-field/readonly": {
|
|
5919
5963
|
"type": "boolean",
|
|
@@ -5929,11 +5973,11 @@
|
|
|
5929
5973
|
},
|
|
5930
5974
|
"v-text-field/validate-on": {
|
|
5931
5975
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
5932
|
-
"description": "
|
|
5976
|
+
"description": "Change what type of event triggers validation to run."
|
|
5933
5977
|
},
|
|
5934
5978
|
"v-text-field/validation-value": {
|
|
5935
5979
|
"type": "any",
|
|
5936
|
-
"description": "
|
|
5980
|
+
"description": "The value used when applying validation rules."
|
|
5937
5981
|
},
|
|
5938
5982
|
"v-text-field/focused": {
|
|
5939
5983
|
"type": "boolean",
|
|
@@ -5977,7 +6021,7 @@
|
|
|
5977
6021
|
},
|
|
5978
6022
|
"v-text-field/persistent-clear": {
|
|
5979
6023
|
"type": "boolean",
|
|
5980
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6024
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
|
|
5981
6025
|
},
|
|
5982
6026
|
"v-text-field/prepend-inner-icon": {
|
|
5983
6027
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -6005,7 +6049,7 @@
|
|
|
6005
6049
|
},
|
|
6006
6050
|
"v-text-field/counter-value": {
|
|
6007
6051
|
"type": "(value: any) => number",
|
|
6008
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6052
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
6009
6053
|
},
|
|
6010
6054
|
"v-theme-provider/theme": {
|
|
6011
6055
|
"type": "string",
|
|
@@ -6017,11 +6061,11 @@
|
|
|
6017
6061
|
},
|
|
6018
6062
|
"v-theme-provider/with-background": {
|
|
6019
6063
|
"type": "boolean",
|
|
6020
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6064
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-theme-provider.json))"
|
|
6021
6065
|
},
|
|
6022
6066
|
"v-timeline/density": {
|
|
6023
6067
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
6024
|
-
"description": "Adjusts vertical
|
|
6068
|
+
"description": "Adjusts the vertical height used by the component."
|
|
6025
6069
|
},
|
|
6026
6070
|
"v-timeline/tag": {
|
|
6027
6071
|
"type": "string",
|
|
@@ -6033,23 +6077,23 @@
|
|
|
6033
6077
|
},
|
|
6034
6078
|
"v-timeline/justify": {
|
|
6035
6079
|
"type": "string",
|
|
6036
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6080
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
|
|
6037
6081
|
},
|
|
6038
6082
|
"v-timeline/line-inset": {
|
|
6039
6083
|
"type": "string | number",
|
|
6040
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6084
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
|
|
6041
6085
|
},
|
|
6042
6086
|
"v-timeline/line-thickness": {
|
|
6043
6087
|
"type": "string | number",
|
|
6044
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6088
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
|
|
6045
6089
|
},
|
|
6046
6090
|
"v-timeline/line-color": {
|
|
6047
6091
|
"type": "string",
|
|
6048
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6092
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
|
|
6049
6093
|
},
|
|
6050
6094
|
"v-timeline/align": {
|
|
6051
6095
|
"type": "\"center\" | \"start\"",
|
|
6052
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6096
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
|
|
6053
6097
|
},
|
|
6054
6098
|
"v-timeline/direction": {
|
|
6055
6099
|
"type": "\"vertical\" | \"horizontal\"",
|
|
@@ -6057,7 +6101,7 @@
|
|
|
6057
6101
|
},
|
|
6058
6102
|
"v-timeline/side": {
|
|
6059
6103
|
"type": "\"start\" | \"end\"",
|
|
6060
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6104
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
|
|
6061
6105
|
},
|
|
6062
6106
|
"v-timeline/truncate-line": {
|
|
6063
6107
|
"type": "\"start\" | \"end\" | \"both\"",
|
|
@@ -6105,7 +6149,7 @@
|
|
|
6105
6149
|
},
|
|
6106
6150
|
"v-timeline-item/dot-color": {
|
|
6107
6151
|
"type": "string",
|
|
6108
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6152
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline-item.json))"
|
|
6109
6153
|
},
|
|
6110
6154
|
"v-timeline-item/fill-dot": {
|
|
6111
6155
|
"type": "boolean",
|
|
@@ -6121,7 +6165,7 @@
|
|
|
6121
6165
|
},
|
|
6122
6166
|
"v-timeline-item/icon": {
|
|
6123
6167
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
6124
|
-
"description": "
|
|
6168
|
+
"description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
|
|
6125
6169
|
},
|
|
6126
6170
|
"v-timeline-item/icon-color": {
|
|
6127
6171
|
"type": "string",
|
|
@@ -6129,19 +6173,19 @@
|
|
|
6129
6173
|
},
|
|
6130
6174
|
"v-timeline-item/line-inset": {
|
|
6131
6175
|
"type": "string | number",
|
|
6132
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6176
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline-item.json))"
|
|
6133
6177
|
},
|
|
6134
6178
|
"v-timeline-item/density": {
|
|
6135
6179
|
"type": "\"default\" | \"compact\"",
|
|
6136
|
-
"description": "
|
|
6180
|
+
"description": "Adjusts the vertical height used by the component."
|
|
6137
6181
|
},
|
|
6138
6182
|
"v-toolbar/image": {
|
|
6139
6183
|
"type": "string",
|
|
6140
|
-
"description": "
|
|
6184
|
+
"description": "Specifies a [v-img](/components/images) as the component's background."
|
|
6141
6185
|
},
|
|
6142
6186
|
"v-toolbar/title": {
|
|
6143
6187
|
"type": "string",
|
|
6144
|
-
"description": "
|
|
6188
|
+
"description": "Specify a title text for the component."
|
|
6145
6189
|
},
|
|
6146
6190
|
"v-toolbar/flat": {
|
|
6147
6191
|
"type": "boolean",
|
|
@@ -6161,7 +6205,7 @@
|
|
|
6161
6205
|
},
|
|
6162
6206
|
"v-toolbar/density": {
|
|
6163
6207
|
"type": "\"default\" | \"prominent\" | \"comfortable\" | \"compact\"",
|
|
6164
|
-
"description": "
|
|
6208
|
+
"description": "Adjusts the vertical height used by the component."
|
|
6165
6209
|
},
|
|
6166
6210
|
"v-toolbar/extended": {
|
|
6167
6211
|
"type": "boolean",
|
|
@@ -6201,7 +6245,7 @@
|
|
|
6201
6245
|
},
|
|
6202
6246
|
"v-toolbar-title/text": {
|
|
6203
6247
|
"type": "string",
|
|
6204
|
-
"description": "
|
|
6248
|
+
"description": "Specify content text for the component."
|
|
6205
6249
|
},
|
|
6206
6250
|
"v-toolbar-title/tag": {
|
|
6207
6251
|
"type": "string",
|
|
@@ -6217,15 +6261,15 @@
|
|
|
6217
6261
|
},
|
|
6218
6262
|
"v-tooltip/activator": {
|
|
6219
6263
|
"type": "string | Element | ComponentPublicInstance",
|
|
6220
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6264
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
6221
6265
|
},
|
|
6222
6266
|
"v-tooltip/id": {
|
|
6223
6267
|
"type": "string",
|
|
6224
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6268
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tooltip.json))"
|
|
6225
6269
|
},
|
|
6226
6270
|
"v-tooltip/text": {
|
|
6227
6271
|
"type": "string",
|
|
6228
|
-
"description": "
|
|
6272
|
+
"description": "Specify content text for the component."
|
|
6229
6273
|
},
|
|
6230
6274
|
"v-tooltip/close-on-back": {
|
|
6231
6275
|
"type": "boolean",
|
|
@@ -6241,7 +6285,7 @@
|
|
|
6241
6285
|
},
|
|
6242
6286
|
"v-tooltip/content-props": {
|
|
6243
6287
|
"type": "any",
|
|
6244
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6288
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
6245
6289
|
},
|
|
6246
6290
|
"v-tooltip/disabled": {
|
|
6247
6291
|
"type": "boolean",
|
|
@@ -6249,7 +6293,7 @@
|
|
|
6249
6293
|
},
|
|
6250
6294
|
"v-tooltip/no-click-animation": {
|
|
6251
6295
|
"type": "boolean",
|
|
6252
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6296
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
6253
6297
|
},
|
|
6254
6298
|
"v-tooltip/model-value": {
|
|
6255
6299
|
"type": "boolean",
|
|
@@ -6257,7 +6301,7 @@
|
|
|
6257
6301
|
},
|
|
6258
6302
|
"v-tooltip/scrim": {
|
|
6259
6303
|
"type": "string | boolean",
|
|
6260
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6304
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
6261
6305
|
},
|
|
6262
6306
|
"v-tooltip/z-index": {
|
|
6263
6307
|
"type": "string | number",
|
|
@@ -6265,7 +6309,7 @@
|
|
|
6265
6309
|
},
|
|
6266
6310
|
"v-tooltip/activator-props": {
|
|
6267
6311
|
"type": "{ }",
|
|
6268
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6312
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
6269
6313
|
},
|
|
6270
6314
|
"v-tooltip/open-on-click": {
|
|
6271
6315
|
"type": "boolean",
|
|
@@ -6277,11 +6321,11 @@
|
|
|
6277
6321
|
},
|
|
6278
6322
|
"v-tooltip/open-on-focus": {
|
|
6279
6323
|
"type": "boolean",
|
|
6280
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6324
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
6281
6325
|
},
|
|
6282
6326
|
"v-tooltip/close-on-content-click": {
|
|
6283
6327
|
"type": "boolean",
|
|
6284
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6328
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
6285
6329
|
},
|
|
6286
6330
|
"v-tooltip/close-delay": {
|
|
6287
6331
|
"type": "string | number",
|
|
@@ -6317,7 +6361,7 @@
|
|
|
6317
6361
|
},
|
|
6318
6362
|
"v-tooltip/location-strategy": {
|
|
6319
6363
|
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
|
6320
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6364
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
|
|
6321
6365
|
},
|
|
6322
6366
|
"v-tooltip/location": {
|
|
6323
6367
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
@@ -6329,11 +6373,11 @@
|
|
|
6329
6373
|
},
|
|
6330
6374
|
"v-tooltip/offset": {
|
|
6331
6375
|
"type": "string | number | number[]",
|
|
6332
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6376
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
|
|
6333
6377
|
},
|
|
6334
6378
|
"v-tooltip/scroll-strategy": {
|
|
6335
6379
|
"type": "\"none\" | \"close\" | \"block\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
|
|
6336
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6380
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
|
6337
6381
|
},
|
|
6338
6382
|
"v-tooltip/theme": {
|
|
6339
6383
|
"type": "string",
|
|
@@ -6341,7 +6385,7 @@
|
|
|
6341
6385
|
},
|
|
6342
6386
|
"v-tooltip/transition": {
|
|
6343
6387
|
"type": "string | boolean",
|
|
6344
|
-
"description": "Sets the component transition. Can be one of the [built in
|
|
6388
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
6345
6389
|
},
|
|
6346
6390
|
"v-tooltip/attach": {
|
|
6347
6391
|
"type": "string | boolean | Element",
|
|
@@ -6361,11 +6405,11 @@
|
|
|
6361
6405
|
},
|
|
6362
6406
|
"v-validation/max-errors": {
|
|
6363
6407
|
"type": "string | number",
|
|
6364
|
-
"description": "
|
|
6408
|
+
"description": "Control the maximum number of shown errors from validation."
|
|
6365
6409
|
},
|
|
6366
6410
|
"v-validation/name": {
|
|
6367
6411
|
"type": "string",
|
|
6368
|
-
"description": "
|
|
6412
|
+
"description": "Sets the component's name attribute."
|
|
6369
6413
|
},
|
|
6370
6414
|
"v-validation/label": {
|
|
6371
6415
|
"type": "string",
|
|
@@ -6385,11 +6429,11 @@
|
|
|
6385
6429
|
},
|
|
6386
6430
|
"v-validation/validate-on": {
|
|
6387
6431
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
6388
|
-
"description": "
|
|
6432
|
+
"description": "Change what type of event triggers validation to run."
|
|
6389
6433
|
},
|
|
6390
6434
|
"v-validation/validation-value": {
|
|
6391
6435
|
"type": "any",
|
|
6392
|
-
"description": "
|
|
6436
|
+
"description": "The value used when applying validation rules."
|
|
6393
6437
|
},
|
|
6394
6438
|
"v-validation/focused": {
|
|
6395
6439
|
"type": "boolean",
|
|
@@ -6429,15 +6473,15 @@
|
|
|
6429
6473
|
},
|
|
6430
6474
|
"v-window/direction": {
|
|
6431
6475
|
"type": "string",
|
|
6432
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6476
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
|
|
6433
6477
|
},
|
|
6434
6478
|
"v-window/selected-class": {
|
|
6435
6479
|
"type": "string",
|
|
6436
|
-
"description": "
|
|
6480
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
6437
6481
|
},
|
|
6438
6482
|
"v-window/mandatory": {
|
|
6439
6483
|
"type": "\"force\"",
|
|
6440
|
-
"description": "
|
|
6484
|
+
"description": "Forces at least one item to always be selected (if available)."
|
|
6441
6485
|
},
|
|
6442
6486
|
"v-window/tag": {
|
|
6443
6487
|
"type": "string",
|
|
@@ -6457,11 +6501,11 @@
|
|
|
6457
6501
|
},
|
|
6458
6502
|
"v-window-item/selected-class": {
|
|
6459
6503
|
"type": "string",
|
|
6460
|
-
"description": "Configure the active CSS class applied when
|
|
6504
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
6461
6505
|
},
|
|
6462
6506
|
"v-window-item/eager": {
|
|
6463
6507
|
"type": "boolean",
|
|
6464
|
-
"description": "
|
|
6508
|
+
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
|
|
6465
6509
|
},
|
|
6466
6510
|
"v-window-item/reverse-transition": {
|
|
6467
6511
|
"type": "string | boolean",
|
|
@@ -6469,11 +6513,11 @@
|
|
|
6469
6513
|
},
|
|
6470
6514
|
"v-window-item/transition": {
|
|
6471
6515
|
"type": "string | boolean",
|
|
6472
|
-
"description": "The transition used when the component progressing through items. Can be one of the [built in
|
|
6516
|
+
"description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
6473
6517
|
},
|
|
6474
6518
|
"v-dialog-transition/target": {
|
|
6475
6519
|
"type": "HTMLElement",
|
|
6476
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6520
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))"
|
|
6477
6521
|
},
|
|
6478
6522
|
"v-fab-transition/group": {
|
|
6479
6523
|
"type": "boolean",
|
|
@@ -6749,23 +6793,23 @@
|
|
|
6749
6793
|
},
|
|
6750
6794
|
"v-data-table/item-title": {
|
|
6751
6795
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
6752
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6796
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
6753
6797
|
},
|
|
6754
6798
|
"v-data-table/item-value": {
|
|
6755
6799
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
6756
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6800
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
6757
6801
|
},
|
|
6758
6802
|
"v-data-table/item-children": {
|
|
6759
6803
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
6760
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6804
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
6761
6805
|
},
|
|
6762
6806
|
"v-data-table/item-props": {
|
|
6763
6807
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
6764
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6808
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
6765
6809
|
},
|
|
6766
6810
|
"v-data-table/return-object": {
|
|
6767
6811
|
"type": "boolean",
|
|
6768
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6812
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
6769
6813
|
},
|
|
6770
6814
|
"v-data-table/headers": {
|
|
6771
6815
|
"type": "{ key: string; value: <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>; title: string; colspan: number; rowspan: number; fixed: boolean; align: \"start\" | \"end\"; width: number; minWidth: string; maxWidth: string; sortable: boolean; sort: (a: any, b: any) => number }[] | DataTableHeader[][]",
|
|
@@ -6841,11 +6885,11 @@
|
|
|
6841
6885
|
},
|
|
6842
6886
|
"v-data-table/filter-mode": {
|
|
6843
6887
|
"type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
|
|
6844
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6888
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
6845
6889
|
},
|
|
6846
6890
|
"v-data-table/no-filter": {
|
|
6847
6891
|
"type": "boolean",
|
|
6848
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6892
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
6849
6893
|
},
|
|
6850
6894
|
"v-data-table/custom-filter": {
|
|
6851
6895
|
"type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]",
|
|
@@ -6853,11 +6897,11 @@
|
|
|
6853
6897
|
},
|
|
6854
6898
|
"v-data-table/custom-key-filter": {
|
|
6855
6899
|
"type": "{ }",
|
|
6856
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6900
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
6857
6901
|
},
|
|
6858
6902
|
"v-data-table/filter-keys": {
|
|
6859
6903
|
"type": "string | string[]",
|
|
6860
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6904
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
6861
6905
|
},
|
|
6862
6906
|
"v-data-table/search": {
|
|
6863
6907
|
"type": "string",
|
|
@@ -6897,23 +6941,23 @@
|
|
|
6897
6941
|
},
|
|
6898
6942
|
"v-data-table-virtual/item-title": {
|
|
6899
6943
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
6900
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6944
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
6901
6945
|
},
|
|
6902
6946
|
"v-data-table-virtual/item-value": {
|
|
6903
6947
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
6904
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6948
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
6905
6949
|
},
|
|
6906
6950
|
"v-data-table-virtual/item-children": {
|
|
6907
6951
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
6908
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6952
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
6909
6953
|
},
|
|
6910
6954
|
"v-data-table-virtual/item-props": {
|
|
6911
6955
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
6912
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6956
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
6913
6957
|
},
|
|
6914
6958
|
"v-data-table-virtual/return-object": {
|
|
6915
6959
|
"type": "boolean",
|
|
6916
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
6960
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
6917
6961
|
},
|
|
6918
6962
|
"v-data-table-virtual/headers": {
|
|
6919
6963
|
"type": "{ key: string; value: <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>; title: string; colspan: number; rowspan: number; fixed: boolean; align: \"start\" | \"end\"; width: number; minWidth: string; maxWidth: string; sortable: boolean; sort: (a: any, b: any) => number }[] | DataTableHeader[][]",
|
|
@@ -6989,11 +7033,11 @@
|
|
|
6989
7033
|
},
|
|
6990
7034
|
"v-data-table-virtual/filter-mode": {
|
|
6991
7035
|
"type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
|
|
6992
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
7036
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
6993
7037
|
},
|
|
6994
7038
|
"v-data-table-virtual/no-filter": {
|
|
6995
7039
|
"type": "boolean",
|
|
6996
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
7040
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
6997
7041
|
},
|
|
6998
7042
|
"v-data-table-virtual/custom-filter": {
|
|
6999
7043
|
"type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]",
|
|
@@ -7001,11 +7045,11 @@
|
|
|
7001
7045
|
},
|
|
7002
7046
|
"v-data-table-virtual/custom-key-filter": {
|
|
7003
7047
|
"type": "{ }",
|
|
7004
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
7048
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
7005
7049
|
},
|
|
7006
7050
|
"v-data-table-virtual/filter-keys": {
|
|
7007
7051
|
"type": "string | string[]",
|
|
7008
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
7052
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
|
|
7009
7053
|
},
|
|
7010
7054
|
"v-data-table-virtual/search": {
|
|
7011
7055
|
"type": "string",
|
|
@@ -7017,23 +7061,23 @@
|
|
|
7017
7061
|
},
|
|
7018
7062
|
"v-data-table-server/item-title": {
|
|
7019
7063
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
7020
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
7064
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
7021
7065
|
},
|
|
7022
7066
|
"v-data-table-server/item-value": {
|
|
7023
7067
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
7024
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
7068
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
7025
7069
|
},
|
|
7026
7070
|
"v-data-table-server/item-children": {
|
|
7027
7071
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
7028
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
7072
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
7029
7073
|
},
|
|
7030
7074
|
"v-data-table-server/item-props": {
|
|
7031
7075
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
7032
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
7076
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
7033
7077
|
},
|
|
7034
7078
|
"v-data-table-server/return-object": {
|
|
7035
7079
|
"type": "boolean",
|
|
7036
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
7080
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
|
|
7037
7081
|
},
|
|
7038
7082
|
"v-data-table-server/headers": {
|
|
7039
7083
|
"type": "{ key: string; value: <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>; title: string; colspan: number; rowspan: number; fixed: boolean; align: \"start\" | \"end\"; width: number; minWidth: string; maxWidth: string; sortable: boolean; sort: (a: any, b: any) => number }[] | DataTableHeader[][]",
|
|
@@ -7127,10 +7171,6 @@
|
|
|
7127
7171
|
"type": "unknown[]",
|
|
7128
7172
|
"description": "The array of items to display"
|
|
7129
7173
|
},
|
|
7130
|
-
"v-virtual-scroll/item-key": {
|
|
7131
|
-
"type": "string",
|
|
7132
|
-
"description": "Required when using **dynamic-item-height** together with object items. Should point to a property with a unique value for each item."
|
|
7133
|
-
},
|
|
7134
7174
|
"v-virtual-scroll/item-height": {
|
|
7135
7175
|
"type": "string | number",
|
|
7136
7176
|
"description": "Height in pixels of each item to display. When using **dynamic-item-height** this should be an average initial size."
|