vuetify 3.2.0 → 3.2.2
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/dist/json/attributes.json +775 -639
- package/dist/json/importMap.json +8 -8
- package/dist/json/tags.json +35 -1
- package/dist/json/web-types.json +1657 -1327
- package/dist/vuetify-labs.css +389 -383
- package/dist/vuetify-labs.d.ts +419 -89
- package/dist/vuetify-labs.esm.js +113 -98
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +112 -97
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +60 -54
- package/dist/vuetify.d.ts +522 -192
- package/dist/vuetify.esm.js +108 -98
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -97
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +49 -49
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +7 -11
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +10 -16
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +394 -28
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +10 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VBtn/VBtn.mjs +7 -6
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +0 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +9 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.mjs +28 -29
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +9 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.css +6 -0
- package/lib/components/VSheet/_variables.scss +1 -1
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTreeview/_mixins.sass +0 -0
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -0
- package/lib/components/index.d.ts +386 -53
- package/lib/composables/defaults.mjs +11 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/icons.mjs +2 -2
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/scroll.mjs +16 -17
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +4 -7
- package/lib/labs/VDataTable/composables/paginate.mjs +6 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/locale/el.mjs +0 -0
- package/lib/locale/index.mjs +0 -0
- package/lib/util/defineComponent.mjs +2 -2
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
},
|
|
78
78
|
"v-alert/location": {
|
|
79
79
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
80
|
-
"description": "
|
|
80
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
|
81
81
|
},
|
|
82
82
|
"v-alert/position": {
|
|
83
83
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
},
|
|
182
182
|
"v-app-bar/scroll-behavior": {
|
|
183
183
|
"type": "string",
|
|
184
|
-
"description": "
|
|
184
|
+
"description": "Specify an action to take when the scroll position of **scroll-target** reaches **scroll-threshold**. Accepts any combination of hide, inverted, collapse, elevate, and fade-image. Multiple values can be used, separated by a space."
|
|
185
185
|
},
|
|
186
186
|
"v-app-bar/collapse": {
|
|
187
187
|
"type": "boolean",
|
|
@@ -205,15 +205,151 @@
|
|
|
205
205
|
},
|
|
206
206
|
"v-app-bar/scroll-target": {
|
|
207
207
|
"type": "string",
|
|
208
|
-
"description": "
|
|
208
|
+
"description": "The element to target for scrolling events. Uses `window` by default."
|
|
209
209
|
},
|
|
210
210
|
"v-app-bar/scroll-threshold": {
|
|
211
211
|
"type": "string | number",
|
|
212
|
-
"description": "
|
|
212
|
+
"description": "The amount of scroll distance down before **scroll-behavior** activates."
|
|
213
|
+
},
|
|
214
|
+
"v-app-bar-nav-icon/symbol": {
|
|
215
|
+
"type": "any",
|
|
216
|
+
"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/) "
|
|
217
|
+
},
|
|
218
|
+
"v-app-bar-nav-icon/text": {
|
|
219
|
+
"type": "string",
|
|
220
|
+
"description": "Specify content text for the component."
|
|
221
|
+
},
|
|
222
|
+
"v-app-bar-nav-icon/flat": {
|
|
223
|
+
"type": "boolean",
|
|
224
|
+
"description": "Removes the button box shadow."
|
|
225
|
+
},
|
|
226
|
+
"v-app-bar-nav-icon/border": {
|
|
227
|
+
"type": "string | number | boolean",
|
|
228
|
+
"description": "Applies border styles to component."
|
|
213
229
|
},
|
|
214
230
|
"v-app-bar-nav-icon/icon": {
|
|
231
|
+
"type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
232
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
|
|
233
|
+
},
|
|
234
|
+
"v-app-bar-nav-icon/density": {
|
|
235
|
+
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
236
|
+
"description": "Adjusts the vertical height used by the component."
|
|
237
|
+
},
|
|
238
|
+
"v-app-bar-nav-icon/height": {
|
|
239
|
+
"type": "string | number",
|
|
240
|
+
"description": "Sets the height for the component."
|
|
241
|
+
},
|
|
242
|
+
"v-app-bar-nav-icon/max-height": {
|
|
243
|
+
"type": "string | number",
|
|
244
|
+
"description": "Sets the maximum height for the component."
|
|
245
|
+
},
|
|
246
|
+
"v-app-bar-nav-icon/max-width": {
|
|
247
|
+
"type": "string | number",
|
|
248
|
+
"description": "Sets the maximum width for the component."
|
|
249
|
+
},
|
|
250
|
+
"v-app-bar-nav-icon/min-height": {
|
|
251
|
+
"type": "string | number",
|
|
252
|
+
"description": "Sets the minimum height for the component."
|
|
253
|
+
},
|
|
254
|
+
"v-app-bar-nav-icon/min-width": {
|
|
255
|
+
"type": "string | number",
|
|
256
|
+
"description": "Sets the minimum width for the component."
|
|
257
|
+
},
|
|
258
|
+
"v-app-bar-nav-icon/width": {
|
|
259
|
+
"type": "string | number",
|
|
260
|
+
"description": "Sets the width for the component."
|
|
261
|
+
},
|
|
262
|
+
"v-app-bar-nav-icon/elevation": {
|
|
263
|
+
"type": "string | number",
|
|
264
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
265
|
+
},
|
|
266
|
+
"v-app-bar-nav-icon/location": {
|
|
267
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
268
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
|
269
|
+
},
|
|
270
|
+
"v-app-bar-nav-icon/position": {
|
|
271
|
+
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
|
272
|
+
"description": "Specifies the type of positioning method used for the component."
|
|
273
|
+
},
|
|
274
|
+
"v-app-bar-nav-icon/rounded": {
|
|
275
|
+
"type": "string | number | boolean",
|
|
276
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
277
|
+
},
|
|
278
|
+
"v-app-bar-nav-icon/tag": {
|
|
279
|
+
"type": "string",
|
|
280
|
+
"description": "Specify a custom tag used on the root element."
|
|
281
|
+
},
|
|
282
|
+
"v-app-bar-nav-icon/theme": {
|
|
283
|
+
"type": "string",
|
|
284
|
+
"description": "Specify a theme for this component and all of its children"
|
|
285
|
+
},
|
|
286
|
+
"v-app-bar-nav-icon/color": {
|
|
287
|
+
"type": "string",
|
|
288
|
+
"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)"
|
|
289
|
+
},
|
|
290
|
+
"v-app-bar-nav-icon/variant": {
|
|
291
|
+
"type": "\"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"",
|
|
292
|
+
"description": "Applies a distinct style to the component"
|
|
293
|
+
},
|
|
294
|
+
"v-app-bar-nav-icon/value": {
|
|
295
|
+
"type": "any",
|
|
296
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
297
|
+
},
|
|
298
|
+
"v-app-bar-nav-icon/size": {
|
|
299
|
+
"type": "string | number",
|
|
300
|
+
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
301
|
+
},
|
|
302
|
+
"v-app-bar-nav-icon/active": {
|
|
303
|
+
"type": "boolean",
|
|
304
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
305
|
+
},
|
|
306
|
+
"v-app-bar-nav-icon/prepend-icon": {
|
|
215
307
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
216
|
-
"description": "
|
|
308
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
|
309
|
+
},
|
|
310
|
+
"v-app-bar-nav-icon/append-icon": {
|
|
311
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
312
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
313
|
+
},
|
|
314
|
+
"v-app-bar-nav-icon/block": {
|
|
315
|
+
"type": "boolean",
|
|
316
|
+
"description": "Expands the button to 100% of available space."
|
|
317
|
+
},
|
|
318
|
+
"v-app-bar-nav-icon/stacked": {
|
|
319
|
+
"type": "boolean",
|
|
320
|
+
"description": "Displays the button as a flex-column."
|
|
321
|
+
},
|
|
322
|
+
"v-app-bar-nav-icon/ripple": {
|
|
323
|
+
"type": "boolean",
|
|
324
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
325
|
+
},
|
|
326
|
+
"v-app-bar-nav-icon/disabled": {
|
|
327
|
+
"type": "boolean",
|
|
328
|
+
"description": "Removes the ability to click or target the component"
|
|
329
|
+
},
|
|
330
|
+
"v-app-bar-nav-icon/selected-class": {
|
|
331
|
+
"type": "string",
|
|
332
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
333
|
+
},
|
|
334
|
+
"v-app-bar-nav-icon/loading": {
|
|
335
|
+
"type": "string | boolean",
|
|
336
|
+
"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"
|
|
337
|
+
},
|
|
338
|
+
"v-app-bar-nav-icon/href": {
|
|
339
|
+
"type": "string",
|
|
340
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
341
|
+
},
|
|
342
|
+
"v-app-bar-nav-icon/replace": {
|
|
343
|
+
"type": "boolean",
|
|
344
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
|
345
|
+
},
|
|
346
|
+
"v-app-bar-nav-icon/exact": {
|
|
347
|
+
"type": "boolean",
|
|
348
|
+
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
|
349
|
+
},
|
|
350
|
+
"v-app-bar-nav-icon/to": {
|
|
351
|
+
"type": "unknown",
|
|
352
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
|
217
353
|
},
|
|
218
354
|
"v-app-bar-title/text": {
|
|
219
355
|
"type": "string",
|
|
@@ -275,17 +411,37 @@
|
|
|
275
411
|
"type": "unknown[]",
|
|
276
412
|
"description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
|
|
277
413
|
},
|
|
414
|
+
"v-autocomplete/active": {
|
|
415
|
+
"type": "boolean",
|
|
416
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
417
|
+
},
|
|
418
|
+
"v-autocomplete/prepend-icon": {
|
|
419
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
420
|
+
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
|
421
|
+
},
|
|
422
|
+
"v-autocomplete/append-icon": {
|
|
423
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
424
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
425
|
+
},
|
|
426
|
+
"v-autocomplete/disabled": {
|
|
427
|
+
"type": "boolean",
|
|
428
|
+
"description": "Removes the ability to click or target the input"
|
|
429
|
+
},
|
|
430
|
+
"v-autocomplete/loading": {
|
|
431
|
+
"type": "string | boolean",
|
|
432
|
+
"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"
|
|
433
|
+
},
|
|
278
434
|
"v-autocomplete/label": {
|
|
279
435
|
"type": "string",
|
|
280
436
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
281
437
|
},
|
|
282
438
|
"v-autocomplete/search": {
|
|
283
439
|
"type": "string",
|
|
284
|
-
"description": "
|
|
440
|
+
"description": "Text input used to filter items."
|
|
285
441
|
},
|
|
286
442
|
"v-autocomplete/filter-mode": {
|
|
287
443
|
"type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
|
|
288
|
-
"description": "
|
|
444
|
+
"description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term."
|
|
289
445
|
},
|
|
290
446
|
"v-autocomplete/no-filter": {
|
|
291
447
|
"type": "boolean",
|
|
@@ -293,15 +449,15 @@
|
|
|
293
449
|
},
|
|
294
450
|
"v-autocomplete/custom-filter": {
|
|
295
451
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
|
296
|
-
"description": "
|
|
452
|
+
"description": "Function used to filter items."
|
|
297
453
|
},
|
|
298
454
|
"v-autocomplete/custom-key-filter": {
|
|
299
455
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
|
300
|
-
"description": "
|
|
456
|
+
"description": "Function used on specific keys within the item object."
|
|
301
457
|
},
|
|
302
458
|
"v-autocomplete/filter-keys": {
|
|
303
459
|
"type": "string | string[]",
|
|
304
|
-
"description": "
|
|
460
|
+
"description": "Array of specific keys to filter on the item."
|
|
305
461
|
},
|
|
306
462
|
"v-autocomplete/chips": {
|
|
307
463
|
"type": "boolean",
|
|
@@ -309,11 +465,11 @@
|
|
|
309
465
|
},
|
|
310
466
|
"v-autocomplete/closable-chips": {
|
|
311
467
|
"type": "boolean",
|
|
312
|
-
"description": "
|
|
468
|
+
"description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components"
|
|
313
469
|
},
|
|
314
470
|
"v-autocomplete/eager": {
|
|
315
471
|
"type": "boolean",
|
|
316
|
-
"description": "
|
|
472
|
+
"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."
|
|
317
473
|
},
|
|
318
474
|
"v-autocomplete/hide-no-data": {
|
|
319
475
|
"type": "boolean",
|
|
@@ -325,20 +481,16 @@
|
|
|
325
481
|
},
|
|
326
482
|
"v-autocomplete/menu": {
|
|
327
483
|
"type": "boolean",
|
|
328
|
-
"description": "
|
|
484
|
+
"description": "Renders with the menu open by default"
|
|
329
485
|
},
|
|
330
486
|
"v-autocomplete/menu-icon": {
|
|
331
487
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
332
|
-
"description": "
|
|
488
|
+
"description": "Sets the the spin icon"
|
|
333
489
|
},
|
|
334
490
|
"v-autocomplete/menu-props": {
|
|
335
491
|
"type": "unknown",
|
|
336
492
|
"description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended."
|
|
337
493
|
},
|
|
338
|
-
"v-autocomplete/disabled": {
|
|
339
|
-
"type": "boolean",
|
|
340
|
-
"description": "Removes the ability to click or target the input"
|
|
341
|
-
},
|
|
342
494
|
"v-autocomplete/transition": {
|
|
343
495
|
"type": "string | boolean",
|
|
344
496
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
@@ -361,15 +513,15 @@
|
|
|
361
513
|
},
|
|
362
514
|
"v-autocomplete/item-title": {
|
|
363
515
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
364
|
-
"description": "
|
|
516
|
+
"description": "Property on supplied `items` that contains its title"
|
|
365
517
|
},
|
|
366
518
|
"v-autocomplete/item-value": {
|
|
367
519
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
368
|
-
"description": "
|
|
520
|
+
"description": "Property on supplied `items` that contains its value"
|
|
369
521
|
},
|
|
370
522
|
"v-autocomplete/item-children": {
|
|
371
523
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
372
|
-
"description": "
|
|
524
|
+
"description": "Property on supplied `items` that contains its children"
|
|
373
525
|
},
|
|
374
526
|
"v-autocomplete/item-props": {
|
|
375
527
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
@@ -377,7 +529,7 @@
|
|
|
377
529
|
},
|
|
378
530
|
"v-autocomplete/return-object": {
|
|
379
531
|
"type": "boolean",
|
|
380
|
-
"description": "
|
|
532
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
|
381
533
|
},
|
|
382
534
|
"v-autocomplete/autofocus": {
|
|
383
535
|
"type": "boolean",
|
|
@@ -397,20 +549,12 @@
|
|
|
397
549
|
},
|
|
398
550
|
"v-autocomplete/persistent-counter": {
|
|
399
551
|
"type": "boolean",
|
|
400
|
-
"description": "
|
|
552
|
+
"description": "Forces counter to always be visible"
|
|
401
553
|
},
|
|
402
554
|
"v-autocomplete/suffix": {
|
|
403
555
|
"type": "string",
|
|
404
556
|
"description": "Displays suffix text"
|
|
405
557
|
},
|
|
406
|
-
"v-autocomplete/append-icon": {
|
|
407
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
408
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
409
|
-
},
|
|
410
|
-
"v-autocomplete/prepend-icon": {
|
|
411
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
412
|
-
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
|
413
|
-
},
|
|
414
558
|
"v-autocomplete/hint": {
|
|
415
559
|
"type": "string",
|
|
416
560
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
@@ -421,11 +565,11 @@
|
|
|
421
565
|
},
|
|
422
566
|
"v-autocomplete/messages": {
|
|
423
567
|
"type": "string | string[]",
|
|
424
|
-
"description": "Displays a list of messages or message if using a string"
|
|
568
|
+
"description": "Displays a list of messages or a single message if using a string"
|
|
425
569
|
},
|
|
426
570
|
"v-autocomplete/direction": {
|
|
427
571
|
"type": "\"horizontal\" | \"vertical\"",
|
|
428
|
-
"description": "
|
|
572
|
+
"description": "Changes the direction of the input"
|
|
429
573
|
},
|
|
430
574
|
"v-autocomplete/error-messages": {
|
|
431
575
|
"type": "string | string[]",
|
|
@@ -467,13 +611,9 @@
|
|
|
467
611
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
468
612
|
"description": "The icon used when the **clerable** prop is set to true"
|
|
469
613
|
},
|
|
470
|
-
"v-autocomplete/active": {
|
|
471
|
-
"type": "boolean",
|
|
472
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
473
|
-
},
|
|
474
614
|
"v-autocomplete/base-color": {
|
|
475
615
|
"type": "string",
|
|
476
|
-
"description": "
|
|
616
|
+
"description": "Sets the color of the input when it is not focused"
|
|
477
617
|
},
|
|
478
618
|
"v-autocomplete/persistent-clear": {
|
|
479
619
|
"type": "boolean",
|
|
@@ -487,21 +627,17 @@
|
|
|
487
627
|
"type": "boolean",
|
|
488
628
|
"description": "Label does not move on focus/dirty"
|
|
489
629
|
},
|
|
490
|
-
"v-autocomplete/loading": {
|
|
491
|
-
"type": "string | boolean",
|
|
492
|
-
"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"
|
|
493
|
-
},
|
|
494
630
|
"v-autocomplete/counter": {
|
|
495
631
|
"type": "string | number | true",
|
|
496
632
|
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
497
633
|
},
|
|
498
634
|
"v-autocomplete/counter-value": {
|
|
499
635
|
"type": "(value: any) => number",
|
|
500
|
-
"description": "
|
|
636
|
+
"description": "Function returns the counter display text"
|
|
501
637
|
},
|
|
502
638
|
"v-autocomplete/model-modifiers": {
|
|
503
639
|
"type": "Record<string, boolean>",
|
|
504
|
-
"description": "
|
|
640
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
|
505
641
|
},
|
|
506
642
|
"v-avatar/end": {
|
|
507
643
|
"type": "boolean",
|
|
@@ -557,7 +693,7 @@
|
|
|
557
693
|
},
|
|
558
694
|
"v-badge/location": {
|
|
559
695
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
560
|
-
"description": "
|
|
696
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
|
561
697
|
},
|
|
562
698
|
"v-badge/rounded": {
|
|
563
699
|
"type": "string | number | boolean",
|
|
@@ -665,7 +801,7 @@
|
|
|
665
801
|
},
|
|
666
802
|
"v-banner/location": {
|
|
667
803
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
668
|
-
"description": "
|
|
804
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
|
669
805
|
},
|
|
670
806
|
"v-banner/position": {
|
|
671
807
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
|
@@ -691,17 +827,17 @@
|
|
|
691
827
|
"type": "string",
|
|
692
828
|
"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)"
|
|
693
829
|
},
|
|
694
|
-
"v-banner/avatar": {
|
|
695
|
-
"type": "string",
|
|
696
|
-
"description": "Designates a specific src image to pass to the thumbnail."
|
|
697
|
-
},
|
|
698
830
|
"v-banner/stacked": {
|
|
699
831
|
"type": "boolean",
|
|
700
832
|
"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."
|
|
701
833
|
},
|
|
834
|
+
"v-banner/avatar": {
|
|
835
|
+
"type": "string",
|
|
836
|
+
"description": "Designates a specific src image to pass to the thumbnail."
|
|
837
|
+
},
|
|
702
838
|
"v-banner/lines": {
|
|
703
839
|
"type": "\"one\" | \"two\" | \"three\"",
|
|
704
|
-
"description": "
|
|
840
|
+
"description": "The amount of visible lines of text before it truncates."
|
|
705
841
|
},
|
|
706
842
|
"v-banner-actions/density": {
|
|
707
843
|
"type": "string",
|
|
@@ -763,10 +899,18 @@
|
|
|
763
899
|
"type": "string | number",
|
|
764
900
|
"description": "Adjust the order of the component in relation to its registration order."
|
|
765
901
|
},
|
|
902
|
+
"v-bottom-navigation/active": {
|
|
903
|
+
"type": "boolean",
|
|
904
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
905
|
+
},
|
|
766
906
|
"v-bottom-navigation/disabled": {
|
|
767
907
|
"type": "boolean",
|
|
768
908
|
"description": "Puts all children components into a disabled state"
|
|
769
909
|
},
|
|
910
|
+
"v-bottom-navigation/selected-class": {
|
|
911
|
+
"type": "string",
|
|
912
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
913
|
+
},
|
|
770
914
|
"v-bottom-navigation/multiple": {
|
|
771
915
|
"type": "boolean",
|
|
772
916
|
"description": "Allows one to select mulitple items."
|
|
@@ -775,10 +919,6 @@
|
|
|
775
919
|
"type": "string",
|
|
776
920
|
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
777
921
|
},
|
|
778
|
-
"v-bottom-navigation/active": {
|
|
779
|
-
"type": "boolean",
|
|
780
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
781
|
-
},
|
|
782
922
|
"v-bottom-navigation/mode": {
|
|
783
923
|
"type": "string",
|
|
784
924
|
"description": "Changes the orientation and active state styling of the component."
|
|
@@ -791,10 +931,6 @@
|
|
|
791
931
|
"type": "boolean",
|
|
792
932
|
"description": "Force all [v-btn](/components/buttons) children to take up all available horizontal space."
|
|
793
933
|
},
|
|
794
|
-
"v-bottom-navigation/selected-class": {
|
|
795
|
-
"type": "string",
|
|
796
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
|
797
|
-
},
|
|
798
934
|
"v-bottom-navigation/mandatory": {
|
|
799
935
|
"type": "boolean | \"force\"",
|
|
800
936
|
"description": "Forces at least one item to always be selected (if available)."
|
|
@@ -855,18 +991,30 @@
|
|
|
855
991
|
"type": "string",
|
|
856
992
|
"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)"
|
|
857
993
|
},
|
|
994
|
+
"v-breadcrumbs-item/active": {
|
|
995
|
+
"type": "boolean",
|
|
996
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
997
|
+
},
|
|
858
998
|
"v-breadcrumbs-item/disabled": {
|
|
859
999
|
"type": "boolean",
|
|
860
1000
|
"description": "Removes the ability to click or target the component"
|
|
861
1001
|
},
|
|
862
|
-
"v-breadcrumbs-item/
|
|
863
|
-
"type": "
|
|
864
|
-
"description": "
|
|
1002
|
+
"v-breadcrumbs-item/href": {
|
|
1003
|
+
"type": "string",
|
|
1004
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
865
1005
|
},
|
|
866
1006
|
"v-breadcrumbs-item/replace": {
|
|
867
1007
|
"type": "boolean",
|
|
868
1008
|
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
|
869
1009
|
},
|
|
1010
|
+
"v-breadcrumbs-item/exact": {
|
|
1011
|
+
"type": "boolean",
|
|
1012
|
+
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
|
1013
|
+
},
|
|
1014
|
+
"v-breadcrumbs-item/to": {
|
|
1015
|
+
"type": "unknown",
|
|
1016
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
|
1017
|
+
},
|
|
870
1018
|
"v-breadcrumbs-item/active-class": {
|
|
871
1019
|
"type": "string",
|
|
872
1020
|
"description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation"
|
|
@@ -875,18 +1023,6 @@
|
|
|
875
1023
|
"type": "string",
|
|
876
1024
|
"description": "The applied color when the component is in an active state"
|
|
877
1025
|
},
|
|
878
|
-
"v-breadcrumbs-item/href": {
|
|
879
|
-
"type": "string",
|
|
880
|
-
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
881
|
-
},
|
|
882
|
-
"v-breadcrumbs-item/to": {
|
|
883
|
-
"type": "unknown",
|
|
884
|
-
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
|
885
|
-
},
|
|
886
|
-
"v-breadcrumbs-item/exact": {
|
|
887
|
-
"type": "boolean",
|
|
888
|
-
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
|
889
|
-
},
|
|
890
1026
|
"v-btn/symbol": {
|
|
891
1027
|
"type": "any",
|
|
892
1028
|
"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/) "
|
|
@@ -941,7 +1077,7 @@
|
|
|
941
1077
|
},
|
|
942
1078
|
"v-btn/location": {
|
|
943
1079
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
944
|
-
"description": "
|
|
1080
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
|
945
1081
|
},
|
|
946
1082
|
"v-btn/position": {
|
|
947
1083
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
|
@@ -975,57 +1111,57 @@
|
|
|
975
1111
|
"type": "string | number",
|
|
976
1112
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
977
1113
|
},
|
|
978
|
-
"v-btn/
|
|
1114
|
+
"v-btn/active": {
|
|
979
1115
|
"type": "boolean",
|
|
980
|
-
"description": "
|
|
1116
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
981
1117
|
},
|
|
982
|
-
"v-btn/
|
|
983
|
-
"type": "
|
|
984
|
-
"description": "
|
|
1118
|
+
"v-btn/prepend-icon": {
|
|
1119
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
1120
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
|
985
1121
|
},
|
|
986
1122
|
"v-btn/append-icon": {
|
|
987
1123
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
988
1124
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
989
1125
|
},
|
|
990
|
-
"v-btn/
|
|
991
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
992
|
-
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
|
993
|
-
},
|
|
994
|
-
"v-btn/active": {
|
|
1126
|
+
"v-btn/block": {
|
|
995
1127
|
"type": "boolean",
|
|
996
|
-
"description": "
|
|
1128
|
+
"description": "Expands the button to 100% of available space."
|
|
997
1129
|
},
|
|
998
|
-
"v-btn/
|
|
999
|
-
"type": "
|
|
1000
|
-
"description": "Displays
|
|
1130
|
+
"v-btn/stacked": {
|
|
1131
|
+
"type": "boolean",
|
|
1132
|
+
"description": "Displays the button as a flex-column."
|
|
1001
1133
|
},
|
|
1002
|
-
"v-btn/
|
|
1134
|
+
"v-btn/ripple": {
|
|
1003
1135
|
"type": "boolean",
|
|
1004
|
-
"description": "
|
|
1136
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
1005
1137
|
},
|
|
1006
|
-
"v-btn/
|
|
1138
|
+
"v-btn/disabled": {
|
|
1007
1139
|
"type": "boolean",
|
|
1008
|
-
"description": "
|
|
1140
|
+
"description": "Removes the ability to click or target the component"
|
|
1009
1141
|
},
|
|
1010
1142
|
"v-btn/selected-class": {
|
|
1011
1143
|
"type": "string",
|
|
1012
1144
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
1013
1145
|
},
|
|
1146
|
+
"v-btn/loading": {
|
|
1147
|
+
"type": "string | boolean",
|
|
1148
|
+
"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"
|
|
1149
|
+
},
|
|
1014
1150
|
"v-btn/href": {
|
|
1015
1151
|
"type": "string",
|
|
1016
1152
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
1017
1153
|
},
|
|
1018
|
-
"v-btn/
|
|
1019
|
-
"type": "
|
|
1020
|
-
"description": "
|
|
1154
|
+
"v-btn/replace": {
|
|
1155
|
+
"type": "boolean",
|
|
1156
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
|
1021
1157
|
},
|
|
1022
1158
|
"v-btn/exact": {
|
|
1023
1159
|
"type": "boolean",
|
|
1024
1160
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
|
1025
1161
|
},
|
|
1026
|
-
"v-btn/
|
|
1027
|
-
"type": "
|
|
1028
|
-
"description": "
|
|
1162
|
+
"v-btn/to": {
|
|
1163
|
+
"type": "unknown",
|
|
1164
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
|
1029
1165
|
},
|
|
1030
1166
|
"v-btn-group/border": {
|
|
1031
1167
|
"type": "string | number | boolean",
|
|
@@ -1103,6 +1239,10 @@
|
|
|
1103
1239
|
"type": "boolean",
|
|
1104
1240
|
"description": "Puts all children components into a disabled state"
|
|
1105
1241
|
},
|
|
1242
|
+
"v-btn-toggle/selected-class": {
|
|
1243
|
+
"type": "string",
|
|
1244
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
1245
|
+
},
|
|
1106
1246
|
"v-btn-toggle/multiple": {
|
|
1107
1247
|
"type": "boolean",
|
|
1108
1248
|
"description": "Allows one to select mulitple items."
|
|
@@ -1111,10 +1251,6 @@
|
|
|
1111
1251
|
"type": "number",
|
|
1112
1252
|
"description": "Sets a maximum number of selections that can be made."
|
|
1113
1253
|
},
|
|
1114
|
-
"v-btn-toggle/selected-class": {
|
|
1115
|
-
"type": "string",
|
|
1116
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
|
1117
|
-
},
|
|
1118
1254
|
"v-btn-toggle/mandatory": {
|
|
1119
1255
|
"type": "boolean | \"force\"",
|
|
1120
1256
|
"description": "Forces at least one item to always be selected (if available)."
|
|
@@ -1173,7 +1309,7 @@
|
|
|
1173
1309
|
},
|
|
1174
1310
|
"v-card/location": {
|
|
1175
1311
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
1176
|
-
"description": "
|
|
1312
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
|
1177
1313
|
},
|
|
1178
1314
|
"v-card/position": {
|
|
1179
1315
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
|
@@ -1203,45 +1339,45 @@
|
|
|
1203
1339
|
"type": "string",
|
|
1204
1340
|
"description": "Apply a specific background image to the component."
|
|
1205
1341
|
},
|
|
1206
|
-
"v-card/
|
|
1207
|
-
"type": "
|
|
1208
|
-
"description": "
|
|
1342
|
+
"v-card/prepend-icon": {
|
|
1343
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
1344
|
+
"description": "Prepends a [v-icon](/components/icons/) component to the header"
|
|
1209
1345
|
},
|
|
1210
1346
|
"v-card/append-icon": {
|
|
1211
1347
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
1212
1348
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
1213
1349
|
},
|
|
1214
|
-
"v-card/
|
|
1215
|
-
"type": "
|
|
1216
|
-
"description": "
|
|
1350
|
+
"v-card/ripple": {
|
|
1351
|
+
"type": "boolean",
|
|
1352
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
1353
|
+
},
|
|
1354
|
+
"v-card/disabled": {
|
|
1355
|
+
"type": "boolean",
|
|
1356
|
+
"description": "Removes the ability to click or target the component"
|
|
1217
1357
|
},
|
|
1218
1358
|
"v-card/loading": {
|
|
1219
1359
|
"type": "string | boolean",
|
|
1220
1360
|
"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"
|
|
1221
1361
|
},
|
|
1362
|
+
"v-card/href": {
|
|
1363
|
+
"type": "string",
|
|
1364
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
1365
|
+
},
|
|
1222
1366
|
"v-card/replace": {
|
|
1223
1367
|
"type": "boolean",
|
|
1224
1368
|
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
|
1225
1369
|
},
|
|
1226
|
-
"v-card/
|
|
1370
|
+
"v-card/exact": {
|
|
1227
1371
|
"type": "boolean",
|
|
1228
|
-
"description": "
|
|
1229
|
-
},
|
|
1230
|
-
"v-card/href": {
|
|
1231
|
-
"type": "string",
|
|
1232
|
-
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
1372
|
+
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
|
1233
1373
|
},
|
|
1234
1374
|
"v-card/to": {
|
|
1235
1375
|
"type": "unknown",
|
|
1236
1376
|
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
|
1237
1377
|
},
|
|
1238
|
-
"v-card/
|
|
1239
|
-
"type": "boolean",
|
|
1240
|
-
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
|
1241
|
-
},
|
|
1242
|
-
"v-card/ripple": {
|
|
1378
|
+
"v-card/link": {
|
|
1243
1379
|
"type": "boolean",
|
|
1244
|
-
"description": "
|
|
1380
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
|
1245
1381
|
},
|
|
1246
1382
|
"v-card/subtitle": {
|
|
1247
1383
|
"type": "string",
|
|
@@ -1267,14 +1403,14 @@
|
|
|
1267
1403
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
1268
1404
|
"description": "Adjusts the vertical height used by the component."
|
|
1269
1405
|
},
|
|
1270
|
-
"v-card-item/append-icon": {
|
|
1271
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
1272
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
1273
|
-
},
|
|
1274
1406
|
"v-card-item/prepend-icon": {
|
|
1275
1407
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
1276
1408
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
|
1277
1409
|
},
|
|
1410
|
+
"v-card-item/append-icon": {
|
|
1411
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
1412
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
1413
|
+
},
|
|
1278
1414
|
"v-card-item/subtitle": {
|
|
1279
1415
|
"type": "string",
|
|
1280
1416
|
"description": "Specify a subtitle text for the component."
|
|
@@ -1327,14 +1463,14 @@
|
|
|
1327
1463
|
"type": "boolean",
|
|
1328
1464
|
"description": "Removes the ability to click or target the component"
|
|
1329
1465
|
},
|
|
1330
|
-
"v-carousel/direction": {
|
|
1331
|
-
"type": "string",
|
|
1332
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
|
|
1333
|
-
},
|
|
1334
1466
|
"v-carousel/selected-class": {
|
|
1335
1467
|
"type": "string",
|
|
1336
1468
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
1337
1469
|
},
|
|
1470
|
+
"v-carousel/direction": {
|
|
1471
|
+
"type": "string",
|
|
1472
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
|
|
1473
|
+
},
|
|
1338
1474
|
"v-carousel/mandatory": {
|
|
1339
1475
|
"type": "\"force\"",
|
|
1340
1476
|
"description": "Forces at least one item to always be selected (if available)."
|
|
@@ -1427,14 +1563,26 @@
|
|
|
1427
1563
|
"type": "string",
|
|
1428
1564
|
"description": "Sets the DOM id on the component"
|
|
1429
1565
|
},
|
|
1430
|
-
"v-checkbox/
|
|
1431
|
-
"type": "string",
|
|
1432
|
-
"description": "
|
|
1566
|
+
"v-checkbox/prepend-icon": {
|
|
1567
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
1568
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
1569
|
+
},
|
|
1570
|
+
"v-checkbox/append-icon": {
|
|
1571
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
1572
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
1573
|
+
},
|
|
1574
|
+
"v-checkbox/ripple": {
|
|
1575
|
+
"type": "boolean",
|
|
1576
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
1433
1577
|
},
|
|
1434
1578
|
"v-checkbox/disabled": {
|
|
1435
1579
|
"type": "boolean",
|
|
1436
1580
|
"description": "Removes the ability to click or target the component"
|
|
1437
1581
|
},
|
|
1582
|
+
"v-checkbox/label": {
|
|
1583
|
+
"type": "string",
|
|
1584
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
1585
|
+
},
|
|
1438
1586
|
"v-checkbox/multiple": {
|
|
1439
1587
|
"type": "boolean",
|
|
1440
1588
|
"description": "Changes expected model to an array"
|
|
@@ -1443,14 +1591,6 @@
|
|
|
1443
1591
|
"type": "(a: any, b: any) => boolean",
|
|
1444
1592
|
"description": "Apply a custom comparison algorithm used for values"
|
|
1445
1593
|
},
|
|
1446
|
-
"v-checkbox/append-icon": {
|
|
1447
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
1448
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
1449
|
-
},
|
|
1450
|
-
"v-checkbox/prepend-icon": {
|
|
1451
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
1452
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
1453
|
-
},
|
|
1454
1594
|
"v-checkbox/hint": {
|
|
1455
1595
|
"type": "string",
|
|
1456
1596
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
@@ -1461,11 +1601,11 @@
|
|
|
1461
1601
|
},
|
|
1462
1602
|
"v-checkbox/messages": {
|
|
1463
1603
|
"type": "string | string[]",
|
|
1464
|
-
"description": "
|
|
1604
|
+
"description": "Displays a list of messages or a single message if using a string"
|
|
1465
1605
|
},
|
|
1466
1606
|
"v-checkbox/direction": {
|
|
1467
1607
|
"type": "\"horizontal\" | \"vertical\"",
|
|
1468
|
-
"description": "
|
|
1608
|
+
"description": "Changes the direction of the input"
|
|
1469
1609
|
},
|
|
1470
1610
|
"v-checkbox/error-messages": {
|
|
1471
1611
|
"type": "string | string[]",
|
|
@@ -1499,10 +1639,6 @@
|
|
|
1499
1639
|
"type": "boolean | \"auto\"",
|
|
1500
1640
|
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
|
|
1501
1641
|
},
|
|
1502
|
-
"v-checkbox/ripple": {
|
|
1503
|
-
"type": "boolean",
|
|
1504
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
1505
|
-
},
|
|
1506
1642
|
"v-checkbox/indeterminate": {
|
|
1507
1643
|
"type": "boolean",
|
|
1508
1644
|
"description": "Sets an indeterminate state for the checkbox"
|
|
@@ -1563,14 +1699,18 @@
|
|
|
1563
1699
|
"type": "string",
|
|
1564
1700
|
"description": "Sets the DOM id on the component"
|
|
1565
1701
|
},
|
|
1566
|
-
"v-checkbox-btn/
|
|
1567
|
-
"type": "
|
|
1568
|
-
"description": "
|
|
1702
|
+
"v-checkbox-btn/ripple": {
|
|
1703
|
+
"type": "boolean",
|
|
1704
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
1569
1705
|
},
|
|
1570
1706
|
"v-checkbox-btn/disabled": {
|
|
1571
1707
|
"type": "boolean",
|
|
1572
1708
|
"description": "Removes the ability to click or target the component"
|
|
1573
1709
|
},
|
|
1710
|
+
"v-checkbox-btn/label": {
|
|
1711
|
+
"type": "string",
|
|
1712
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
1713
|
+
},
|
|
1574
1714
|
"v-checkbox-btn/multiple": {
|
|
1575
1715
|
"type": "boolean",
|
|
1576
1716
|
"description": "Changes select to multiple. Accepts array for value"
|
|
@@ -1587,10 +1727,6 @@
|
|
|
1587
1727
|
"type": "boolean",
|
|
1588
1728
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
1589
1729
|
},
|
|
1590
|
-
"v-checkbox-btn/ripple": {
|
|
1591
|
-
"type": "boolean",
|
|
1592
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
1593
|
-
},
|
|
1594
1730
|
"v-checkbox-btn/indeterminate": {
|
|
1595
1731
|
"type": "boolean",
|
|
1596
1732
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
|
|
@@ -1679,53 +1815,53 @@
|
|
|
1679
1815
|
"type": "string | number",
|
|
1680
1816
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
1681
1817
|
},
|
|
1682
|
-
"v-chip/
|
|
1683
|
-
"type": "
|
|
1684
|
-
"description": "
|
|
1685
|
-
},
|
|
1686
|
-
"v-chip/disabled": {
|
|
1687
|
-
"type": "boolean",
|
|
1688
|
-
"description": "Removes the ability to click or target the component"
|
|
1818
|
+
"v-chip/prepend-icon": {
|
|
1819
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
1820
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
|
1689
1821
|
},
|
|
1690
1822
|
"v-chip/append-icon": {
|
|
1691
1823
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
1692
1824
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
1693
1825
|
},
|
|
1694
|
-
"v-chip/
|
|
1695
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
1696
|
-
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
|
1697
|
-
},
|
|
1698
|
-
"v-chip/replace": {
|
|
1826
|
+
"v-chip/ripple": {
|
|
1699
1827
|
"type": "boolean",
|
|
1700
|
-
"description": "
|
|
1828
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
1701
1829
|
},
|
|
1702
|
-
"v-chip/
|
|
1830
|
+
"v-chip/disabled": {
|
|
1703
1831
|
"type": "boolean",
|
|
1704
|
-
"description": "
|
|
1832
|
+
"description": "Removes the ability to click or target the component"
|
|
1705
1833
|
},
|
|
1706
1834
|
"v-chip/selected-class": {
|
|
1707
1835
|
"type": "string",
|
|
1708
1836
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
1709
1837
|
},
|
|
1710
|
-
"v-chip/active-class": {
|
|
1711
|
-
"type": "string",
|
|
1712
|
-
"description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation"
|
|
1713
|
-
},
|
|
1714
1838
|
"v-chip/href": {
|
|
1715
1839
|
"type": "string",
|
|
1716
1840
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
1717
1841
|
},
|
|
1842
|
+
"v-chip/replace": {
|
|
1843
|
+
"type": "boolean",
|
|
1844
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
|
1845
|
+
},
|
|
1846
|
+
"v-chip/exact": {
|
|
1847
|
+
"type": "boolean",
|
|
1848
|
+
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
|
1849
|
+
},
|
|
1718
1850
|
"v-chip/to": {
|
|
1719
1851
|
"type": "unknown",
|
|
1720
1852
|
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
|
1721
1853
|
},
|
|
1722
|
-
"v-chip/
|
|
1854
|
+
"v-chip/label": {
|
|
1723
1855
|
"type": "boolean",
|
|
1724
|
-
"description": "
|
|
1856
|
+
"description": "Applies a medium size border radius"
|
|
1725
1857
|
},
|
|
1726
|
-
"v-chip/
|
|
1858
|
+
"v-chip/link": {
|
|
1727
1859
|
"type": "boolean",
|
|
1728
|
-
"description": "
|
|
1860
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
|
1861
|
+
},
|
|
1862
|
+
"v-chip/active-class": {
|
|
1863
|
+
"type": "string",
|
|
1864
|
+
"description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation"
|
|
1729
1865
|
},
|
|
1730
1866
|
"v-chip/append-avatar": {
|
|
1731
1867
|
"type": "string",
|
|
@@ -1775,6 +1911,10 @@
|
|
|
1775
1911
|
"type": "boolean",
|
|
1776
1912
|
"description": "Puts all children components into a disabled state"
|
|
1777
1913
|
},
|
|
1914
|
+
"v-chip-group/selected-class": {
|
|
1915
|
+
"type": "string",
|
|
1916
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
1917
|
+
},
|
|
1778
1918
|
"v-chip-group/multiple": {
|
|
1779
1919
|
"type": "boolean",
|
|
1780
1920
|
"description": "Allows one to select mulitple items."
|
|
@@ -1787,10 +1927,6 @@
|
|
|
1787
1927
|
"type": "number",
|
|
1788
1928
|
"description": "Sets a maximum number of selections that can be made."
|
|
1789
1929
|
},
|
|
1790
|
-
"v-chip-group/selected-class": {
|
|
1791
|
-
"type": "string",
|
|
1792
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
|
1793
|
-
},
|
|
1794
1930
|
"v-chip-group/mandatory": {
|
|
1795
1931
|
"type": "boolean | \"force\"",
|
|
1796
1932
|
"description": "Forces at least one item to always be selected (if available)."
|
|
@@ -2023,29 +2159,49 @@
|
|
|
2023
2159
|
"type": "unknown[]",
|
|
2024
2160
|
"description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
|
|
2025
2161
|
},
|
|
2162
|
+
"v-combobox/active": {
|
|
2163
|
+
"type": "boolean",
|
|
2164
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
2165
|
+
},
|
|
2166
|
+
"v-combobox/prepend-icon": {
|
|
2167
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
2168
|
+
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
|
2169
|
+
},
|
|
2170
|
+
"v-combobox/append-icon": {
|
|
2171
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
2172
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
2173
|
+
},
|
|
2174
|
+
"v-combobox/disabled": {
|
|
2175
|
+
"type": "boolean",
|
|
2176
|
+
"description": "Removes the ability to click or target the input"
|
|
2177
|
+
},
|
|
2178
|
+
"v-combobox/loading": {
|
|
2179
|
+
"type": "string | boolean",
|
|
2180
|
+
"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"
|
|
2181
|
+
},
|
|
2026
2182
|
"v-combobox/label": {
|
|
2027
2183
|
"type": "string",
|
|
2028
2184
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
2029
2185
|
},
|
|
2030
2186
|
"v-combobox/filter-mode": {
|
|
2031
2187
|
"type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
|
|
2032
|
-
"description": "
|
|
2188
|
+
"description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term."
|
|
2033
2189
|
},
|
|
2034
2190
|
"v-combobox/no-filter": {
|
|
2035
2191
|
"type": "boolean",
|
|
2036
|
-
"description": "
|
|
2192
|
+
"description": "Disables all item filtering."
|
|
2037
2193
|
},
|
|
2038
2194
|
"v-combobox/custom-filter": {
|
|
2039
2195
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
|
2040
|
-
"description": "
|
|
2196
|
+
"description": "Function used to filter items."
|
|
2041
2197
|
},
|
|
2042
2198
|
"v-combobox/custom-key-filter": {
|
|
2043
2199
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
|
2044
|
-
"description": "
|
|
2200
|
+
"description": "Function used on specific keys within the item object."
|
|
2045
2201
|
},
|
|
2046
2202
|
"v-combobox/filter-keys": {
|
|
2047
2203
|
"type": "string | string[]",
|
|
2048
|
-
"description": "
|
|
2204
|
+
"description": "Array of specific keys to filter on the item."
|
|
2049
2205
|
},
|
|
2050
2206
|
"v-combobox/chips": {
|
|
2051
2207
|
"type": "boolean",
|
|
@@ -2053,15 +2209,15 @@
|
|
|
2053
2209
|
},
|
|
2054
2210
|
"v-combobox/closable-chips": {
|
|
2055
2211
|
"type": "boolean",
|
|
2056
|
-
"description": "
|
|
2212
|
+
"description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components"
|
|
2057
2213
|
},
|
|
2058
2214
|
"v-combobox/eager": {
|
|
2059
2215
|
"type": "boolean",
|
|
2060
|
-
"description": "
|
|
2216
|
+
"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."
|
|
2061
2217
|
},
|
|
2062
2218
|
"v-combobox/hide-no-data": {
|
|
2063
2219
|
"type": "boolean",
|
|
2064
|
-
"description": "
|
|
2220
|
+
"description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
|
|
2065
2221
|
},
|
|
2066
2222
|
"v-combobox/hide-selected": {
|
|
2067
2223
|
"type": "boolean",
|
|
@@ -2069,20 +2225,16 @@
|
|
|
2069
2225
|
},
|
|
2070
2226
|
"v-combobox/menu": {
|
|
2071
2227
|
"type": "boolean",
|
|
2072
|
-
"description": "
|
|
2228
|
+
"description": "Renders with the menu open by default"
|
|
2073
2229
|
},
|
|
2074
2230
|
"v-combobox/menu-icon": {
|
|
2075
2231
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
2076
|
-
"description": "
|
|
2232
|
+
"description": "Sets the the spin icon"
|
|
2077
2233
|
},
|
|
2078
2234
|
"v-combobox/menu-props": {
|
|
2079
2235
|
"type": "unknown",
|
|
2080
2236
|
"description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended."
|
|
2081
2237
|
},
|
|
2082
|
-
"v-combobox/disabled": {
|
|
2083
|
-
"type": "boolean",
|
|
2084
|
-
"description": "Removes the ability to click or target the input"
|
|
2085
|
-
},
|
|
2086
2238
|
"v-combobox/transition": {
|
|
2087
2239
|
"type": "string | boolean",
|
|
2088
2240
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
@@ -2105,15 +2257,15 @@
|
|
|
2105
2257
|
},
|
|
2106
2258
|
"v-combobox/item-title": {
|
|
2107
2259
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
2108
|
-
"description": "
|
|
2260
|
+
"description": "Property on supplied `items` that contains its title"
|
|
2109
2261
|
},
|
|
2110
2262
|
"v-combobox/item-value": {
|
|
2111
2263
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
2112
|
-
"description": "
|
|
2264
|
+
"description": "Property on supplied `items` that contains its value"
|
|
2113
2265
|
},
|
|
2114
2266
|
"v-combobox/item-children": {
|
|
2115
2267
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
2116
|
-
"description": "
|
|
2268
|
+
"description": "Property on supplied `items` that contains its children"
|
|
2117
2269
|
},
|
|
2118
2270
|
"v-combobox/item-props": {
|
|
2119
2271
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
@@ -2121,7 +2273,7 @@
|
|
|
2121
2273
|
},
|
|
2122
2274
|
"v-combobox/return-object": {
|
|
2123
2275
|
"type": "boolean",
|
|
2124
|
-
"description": "
|
|
2276
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
|
2125
2277
|
},
|
|
2126
2278
|
"v-combobox/autofocus": {
|
|
2127
2279
|
"type": "boolean",
|
|
@@ -2141,20 +2293,12 @@
|
|
|
2141
2293
|
},
|
|
2142
2294
|
"v-combobox/persistent-counter": {
|
|
2143
2295
|
"type": "boolean",
|
|
2144
|
-
"description": "
|
|
2296
|
+
"description": "Forces counter to always be visible"
|
|
2145
2297
|
},
|
|
2146
2298
|
"v-combobox/suffix": {
|
|
2147
2299
|
"type": "string",
|
|
2148
2300
|
"description": "Displays suffix text"
|
|
2149
2301
|
},
|
|
2150
|
-
"v-combobox/append-icon": {
|
|
2151
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
2152
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
2153
|
-
},
|
|
2154
|
-
"v-combobox/prepend-icon": {
|
|
2155
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
2156
|
-
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
|
2157
|
-
},
|
|
2158
2302
|
"v-combobox/hint": {
|
|
2159
2303
|
"type": "string",
|
|
2160
2304
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
@@ -2165,11 +2309,11 @@
|
|
|
2165
2309
|
},
|
|
2166
2310
|
"v-combobox/messages": {
|
|
2167
2311
|
"type": "string | string[]",
|
|
2168
|
-
"description": "Displays a list of messages or message if using a string"
|
|
2312
|
+
"description": "Displays a list of messages or a single message if using a string"
|
|
2169
2313
|
},
|
|
2170
2314
|
"v-combobox/direction": {
|
|
2171
2315
|
"type": "\"horizontal\" | \"vertical\"",
|
|
2172
|
-
"description": "
|
|
2316
|
+
"description": "Changes the direction of the input"
|
|
2173
2317
|
},
|
|
2174
2318
|
"v-combobox/error-messages": {
|
|
2175
2319
|
"type": "string | string[]",
|
|
@@ -2211,13 +2355,9 @@
|
|
|
2211
2355
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
2212
2356
|
"description": "The icon used when the **clerable** prop is set to true"
|
|
2213
2357
|
},
|
|
2214
|
-
"v-combobox/active": {
|
|
2215
|
-
"type": "boolean",
|
|
2216
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
2217
|
-
},
|
|
2218
2358
|
"v-combobox/base-color": {
|
|
2219
2359
|
"type": "string",
|
|
2220
|
-
"description": "
|
|
2360
|
+
"description": "Sets the color of the input when it is not focused"
|
|
2221
2361
|
},
|
|
2222
2362
|
"v-combobox/persistent-clear": {
|
|
2223
2363
|
"type": "boolean",
|
|
@@ -2231,21 +2371,17 @@
|
|
|
2231
2371
|
"type": "boolean",
|
|
2232
2372
|
"description": "Label does not move on focus/dirty"
|
|
2233
2373
|
},
|
|
2234
|
-
"v-combobox/loading": {
|
|
2235
|
-
"type": "string | boolean",
|
|
2236
|
-
"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"
|
|
2237
|
-
},
|
|
2238
2374
|
"v-combobox/counter": {
|
|
2239
2375
|
"type": "string | number | true",
|
|
2240
2376
|
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
2241
2377
|
},
|
|
2242
2378
|
"v-combobox/counter-value": {
|
|
2243
2379
|
"type": "(value: any) => number",
|
|
2244
|
-
"description": "
|
|
2380
|
+
"description": "Function returns the counter display text"
|
|
2245
2381
|
},
|
|
2246
2382
|
"v-combobox/model-modifiers": {
|
|
2247
2383
|
"type": "Record<string, boolean>",
|
|
2248
|
-
"description": "
|
|
2384
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
|
2249
2385
|
},
|
|
2250
2386
|
"v-combobox/delimiters": {
|
|
2251
2387
|
"type": "string[]",
|
|
@@ -2271,14 +2407,14 @@
|
|
|
2271
2407
|
"type": "string | number",
|
|
2272
2408
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
|
2273
2409
|
},
|
|
2274
|
-
"v-counter/transition": {
|
|
2275
|
-
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ disabled: BooleanConstructor; group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => VNode<RendererNode, RendererElement, { [key: string]: any; }>> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
|
|
2276
|
-
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
2277
|
-
},
|
|
2278
2410
|
"v-counter/active": {
|
|
2279
2411
|
"type": "boolean",
|
|
2280
2412
|
"description": "Determines whether the counter is visible or not"
|
|
2281
2413
|
},
|
|
2414
|
+
"v-counter/transition": {
|
|
2415
|
+
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ disabled: BooleanConstructor; group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => VNode<RendererNode, RendererElement, { [key: string]: any; }>> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
|
|
2416
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
2417
|
+
},
|
|
2282
2418
|
"v-counter/max": {
|
|
2283
2419
|
"type": "string | number",
|
|
2284
2420
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
|
@@ -2305,11 +2441,11 @@
|
|
|
2305
2441
|
},
|
|
2306
2442
|
"v-data-table/filter-mode": {
|
|
2307
2443
|
"type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
|
|
2308
|
-
"description": "
|
|
2444
|
+
"description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term."
|
|
2309
2445
|
},
|
|
2310
2446
|
"v-data-table/no-filter": {
|
|
2311
2447
|
"type": "boolean",
|
|
2312
|
-
"description": "
|
|
2448
|
+
"description": "Disables all item filtering."
|
|
2313
2449
|
},
|
|
2314
2450
|
"v-data-table/custom-filter": {
|
|
2315
2451
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
|
@@ -2317,15 +2453,15 @@
|
|
|
2317
2453
|
},
|
|
2318
2454
|
"v-data-table/custom-key-filter": {
|
|
2319
2455
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
|
2320
|
-
"description": "
|
|
2456
|
+
"description": "Function used on specific keys within the item object."
|
|
2321
2457
|
},
|
|
2322
2458
|
"v-data-table/filter-keys": {
|
|
2323
2459
|
"type": "string | string[]",
|
|
2324
|
-
"description": "
|
|
2460
|
+
"description": "Array of specific keys to filter on the item."
|
|
2325
2461
|
},
|
|
2326
2462
|
"v-data-table/hide-no-data": {
|
|
2327
2463
|
"type": "boolean",
|
|
2328
|
-
"description": "
|
|
2464
|
+
"description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
|
|
2329
2465
|
},
|
|
2330
2466
|
"v-data-table/no-data-text": {
|
|
2331
2467
|
"type": "string",
|
|
@@ -2333,15 +2469,15 @@
|
|
|
2333
2469
|
},
|
|
2334
2470
|
"v-data-table/item-title": {
|
|
2335
2471
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
2336
|
-
"description": "
|
|
2472
|
+
"description": "Property on supplied `items` that contains its title"
|
|
2337
2473
|
},
|
|
2338
2474
|
"v-data-table/item-value": {
|
|
2339
2475
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
2340
|
-
"description": "
|
|
2476
|
+
"description": "Property on supplied `items` that contains its value"
|
|
2341
2477
|
},
|
|
2342
2478
|
"v-data-table/item-children": {
|
|
2343
2479
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
2344
|
-
"description": "
|
|
2480
|
+
"description": "Property on supplied `items` that contains its children"
|
|
2345
2481
|
},
|
|
2346
2482
|
"v-data-table/item-props": {
|
|
2347
2483
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
@@ -2349,7 +2485,7 @@
|
|
|
2349
2485
|
},
|
|
2350
2486
|
"v-data-table/return-object": {
|
|
2351
2487
|
"type": "boolean",
|
|
2352
|
-
"description": "
|
|
2488
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
|
2353
2489
|
},
|
|
2354
2490
|
"v-data-table/hover": {
|
|
2355
2491
|
"type": "boolean",
|
|
@@ -2419,18 +2555,18 @@
|
|
|
2419
2555
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>[]",
|
|
2420
2556
|
"description": "An array of strings or objects used for automatically generating children components"
|
|
2421
2557
|
},
|
|
2558
|
+
"v-data-table-rows/loading": {
|
|
2559
|
+
"type": "string | boolean",
|
|
2560
|
+
"description": "MISSING DESCRIPTION"
|
|
2561
|
+
},
|
|
2422
2562
|
"v-data-table-rows/hide-no-data": {
|
|
2423
2563
|
"type": "boolean",
|
|
2424
|
-
"description": "
|
|
2564
|
+
"description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
|
|
2425
2565
|
},
|
|
2426
2566
|
"v-data-table-rows/no-data-text": {
|
|
2427
2567
|
"type": "string",
|
|
2428
2568
|
"description": "Text shown when no items are provided to the component"
|
|
2429
2569
|
},
|
|
2430
|
-
"v-data-table-rows/loading": {
|
|
2431
|
-
"type": "string | boolean",
|
|
2432
|
-
"description": "MISSING DESCRIPTION"
|
|
2433
|
-
},
|
|
2434
2570
|
"v-data-table-rows/row-height": {
|
|
2435
2571
|
"type": "number",
|
|
2436
2572
|
"description": "MISSING DESCRIPTION"
|
|
@@ -2459,13 +2595,17 @@
|
|
|
2459
2595
|
"type": "any[]",
|
|
2460
2596
|
"description": "An array of strings or objects used for automatically generating children components"
|
|
2461
2597
|
},
|
|
2598
|
+
"v-data-table-server/loading": {
|
|
2599
|
+
"type": "string | boolean",
|
|
2600
|
+
"description": "MISSING DESCRIPTION"
|
|
2601
|
+
},
|
|
2462
2602
|
"v-data-table-server/search": {
|
|
2463
2603
|
"type": "string",
|
|
2464
2604
|
"description": "Text input used to filter items"
|
|
2465
2605
|
},
|
|
2466
2606
|
"v-data-table-server/hide-no-data": {
|
|
2467
2607
|
"type": "boolean",
|
|
2468
|
-
"description": "
|
|
2608
|
+
"description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
|
|
2469
2609
|
},
|
|
2470
2610
|
"v-data-table-server/no-data-text": {
|
|
2471
2611
|
"type": "string",
|
|
@@ -2473,15 +2613,15 @@
|
|
|
2473
2613
|
},
|
|
2474
2614
|
"v-data-table-server/item-title": {
|
|
2475
2615
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
2476
|
-
"description": "
|
|
2616
|
+
"description": "Property on supplied `items` that contains its title"
|
|
2477
2617
|
},
|
|
2478
2618
|
"v-data-table-server/item-value": {
|
|
2479
2619
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
2480
|
-
"description": "
|
|
2620
|
+
"description": "Property on supplied `items` that contains its value"
|
|
2481
2621
|
},
|
|
2482
2622
|
"v-data-table-server/item-children": {
|
|
2483
2623
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
2484
|
-
"description": "
|
|
2624
|
+
"description": "Property on supplied `items` that contains its children"
|
|
2485
2625
|
},
|
|
2486
2626
|
"v-data-table-server/item-props": {
|
|
2487
2627
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
@@ -2489,11 +2629,7 @@
|
|
|
2489
2629
|
},
|
|
2490
2630
|
"v-data-table-server/return-object": {
|
|
2491
2631
|
"type": "boolean",
|
|
2492
|
-
"description": "
|
|
2493
|
-
},
|
|
2494
|
-
"v-data-table-server/loading": {
|
|
2495
|
-
"type": "string | boolean",
|
|
2496
|
-
"description": "MISSING DESCRIPTION"
|
|
2632
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
|
2497
2633
|
},
|
|
2498
2634
|
"v-data-table-server/hover": {
|
|
2499
2635
|
"type": "boolean",
|
|
@@ -2581,11 +2717,11 @@
|
|
|
2581
2717
|
},
|
|
2582
2718
|
"v-data-table-virtual/filter-mode": {
|
|
2583
2719
|
"type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
|
|
2584
|
-
"description": "
|
|
2720
|
+
"description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term."
|
|
2585
2721
|
},
|
|
2586
2722
|
"v-data-table-virtual/no-filter": {
|
|
2587
2723
|
"type": "boolean",
|
|
2588
|
-
"description": "
|
|
2724
|
+
"description": "Disables all item filtering."
|
|
2589
2725
|
},
|
|
2590
2726
|
"v-data-table-virtual/custom-filter": {
|
|
2591
2727
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
|
|
@@ -2593,15 +2729,15 @@
|
|
|
2593
2729
|
},
|
|
2594
2730
|
"v-data-table-virtual/custom-key-filter": {
|
|
2595
2731
|
"type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
|
|
2596
|
-
"description": "
|
|
2732
|
+
"description": "Function used on specific keys within the item object."
|
|
2597
2733
|
},
|
|
2598
2734
|
"v-data-table-virtual/filter-keys": {
|
|
2599
2735
|
"type": "string | string[]",
|
|
2600
|
-
"description": "
|
|
2736
|
+
"description": "Array of specific keys to filter on the item."
|
|
2601
2737
|
},
|
|
2602
2738
|
"v-data-table-virtual/hide-no-data": {
|
|
2603
2739
|
"type": "boolean",
|
|
2604
|
-
"description": "
|
|
2740
|
+
"description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
|
|
2605
2741
|
},
|
|
2606
2742
|
"v-data-table-virtual/no-data-text": {
|
|
2607
2743
|
"type": "string",
|
|
@@ -2609,15 +2745,15 @@
|
|
|
2609
2745
|
},
|
|
2610
2746
|
"v-data-table-virtual/item-title": {
|
|
2611
2747
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
2612
|
-
"description": "
|
|
2748
|
+
"description": "Property on supplied `items` that contains its title"
|
|
2613
2749
|
},
|
|
2614
2750
|
"v-data-table-virtual/item-value": {
|
|
2615
2751
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
2616
|
-
"description": "
|
|
2752
|
+
"description": "Property on supplied `items` that contains its value"
|
|
2617
2753
|
},
|
|
2618
2754
|
"v-data-table-virtual/item-children": {
|
|
2619
2755
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
2620
|
-
"description": "
|
|
2756
|
+
"description": "Property on supplied `items` that contains its children"
|
|
2621
2757
|
},
|
|
2622
2758
|
"v-data-table-virtual/item-props": {
|
|
2623
2759
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
@@ -2625,7 +2761,7 @@
|
|
|
2625
2761
|
},
|
|
2626
2762
|
"v-data-table-virtual/return-object": {
|
|
2627
2763
|
"type": "boolean",
|
|
2628
|
-
"description": "
|
|
2764
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
|
2629
2765
|
},
|
|
2630
2766
|
"v-data-table-virtual/hover": {
|
|
2631
2767
|
"type": "boolean",
|
|
@@ -2733,7 +2869,7 @@
|
|
|
2733
2869
|
},
|
|
2734
2870
|
"v-dialog/location": {
|
|
2735
2871
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
2736
|
-
"description": "
|
|
2872
|
+
"description": "MISSING DESCRIPTION"
|
|
2737
2873
|
},
|
|
2738
2874
|
"v-dialog/absolute": {
|
|
2739
2875
|
"type": "boolean",
|
|
@@ -2747,6 +2883,10 @@
|
|
|
2747
2883
|
"type": "string | number",
|
|
2748
2884
|
"description": "The z-index used for the component"
|
|
2749
2885
|
},
|
|
2886
|
+
"v-dialog/disabled": {
|
|
2887
|
+
"type": "boolean",
|
|
2888
|
+
"description": "Removes the ability to click or target the component"
|
|
2889
|
+
},
|
|
2750
2890
|
"v-dialog/eager": {
|
|
2751
2891
|
"type": "boolean",
|
|
2752
2892
|
"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."
|
|
@@ -2771,10 +2911,6 @@
|
|
|
2771
2911
|
"type": "any",
|
|
2772
2912
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
2773
2913
|
},
|
|
2774
|
-
"v-dialog/disabled": {
|
|
2775
|
-
"type": "boolean",
|
|
2776
|
-
"description": "Removes the ability to click or target the component"
|
|
2777
|
-
},
|
|
2778
2914
|
"v-dialog/no-click-animation": {
|
|
2779
2915
|
"type": "boolean",
|
|
2780
2916
|
"description": "Disables the bounce effect when clicking outside of a `v-dialog`'s content when using the **persistent** prop."
|
|
@@ -2805,7 +2941,7 @@
|
|
|
2805
2941
|
},
|
|
2806
2942
|
"v-dialog/close-on-content-click": {
|
|
2807
2943
|
"type": "boolean",
|
|
2808
|
-
"description": "
|
|
2944
|
+
"description": "Closes component when you click on its content"
|
|
2809
2945
|
},
|
|
2810
2946
|
"v-dialog/close-delay": {
|
|
2811
2947
|
"type": "string | number",
|
|
@@ -2817,7 +2953,7 @@
|
|
|
2817
2953
|
},
|
|
2818
2954
|
"v-dialog/location-strategy": {
|
|
2819
2955
|
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
|
2820
|
-
"description": "
|
|
2956
|
+
"description": "A function used to specifies how the component should position relative to its activator"
|
|
2821
2957
|
},
|
|
2822
2958
|
"v-dialog/origin": {
|
|
2823
2959
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
|
@@ -2825,10 +2961,10 @@
|
|
|
2825
2961
|
},
|
|
2826
2962
|
"v-dialog/offset": {
|
|
2827
2963
|
"type": "string | number | number[]",
|
|
2828
|
-
"description": "
|
|
2964
|
+
"description": "A single value that offsets content away from the target based upon what side it is on"
|
|
2829
2965
|
},
|
|
2830
2966
|
"v-dialog/scroll-strategy": {
|
|
2831
|
-
"type": "\"close\" | \"
|
|
2967
|
+
"type": "\"close\" | \"block\" | \"none\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
|
|
2832
2968
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
|
2833
2969
|
},
|
|
2834
2970
|
"v-dialog/transition": {
|
|
@@ -2971,14 +3107,22 @@
|
|
|
2971
3107
|
"type": "any",
|
|
2972
3108
|
"description": "Controls the opened/closed state of content"
|
|
2973
3109
|
},
|
|
2974
|
-
"v-expansion-panel/
|
|
2975
|
-
"type": "boolean",
|
|
2976
|
-
"description": "
|
|
3110
|
+
"v-expansion-panel/ripple": {
|
|
3111
|
+
"type": "boolean | Record<string, any>",
|
|
3112
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
2977
3113
|
},
|
|
2978
3114
|
"v-expansion-panel/disabled": {
|
|
2979
3115
|
"type": "boolean",
|
|
2980
3116
|
"description": "Disables the expansion-panel content"
|
|
2981
3117
|
},
|
|
3118
|
+
"v-expansion-panel/selected-class": {
|
|
3119
|
+
"type": "string",
|
|
3120
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
3121
|
+
},
|
|
3122
|
+
"v-expansion-panel/eager": {
|
|
3123
|
+
"type": "boolean",
|
|
3124
|
+
"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."
|
|
3125
|
+
},
|
|
2982
3126
|
"v-expansion-panel/readonly": {
|
|
2983
3127
|
"type": "boolean",
|
|
2984
3128
|
"description": "Makes the expansion-panel content read only."
|
|
@@ -2987,14 +3131,6 @@
|
|
|
2987
3131
|
"type": "string",
|
|
2988
3132
|
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
2989
3133
|
},
|
|
2990
|
-
"v-expansion-panel/selected-class": {
|
|
2991
|
-
"type": "string",
|
|
2992
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
|
2993
|
-
},
|
|
2994
|
-
"v-expansion-panel/ripple": {
|
|
2995
|
-
"type": "boolean | Record<string, any>",
|
|
2996
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
2997
|
-
},
|
|
2998
3134
|
"v-expansion-panel/expand-icon": {
|
|
2999
3135
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
3000
3136
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
|
@@ -3015,14 +3151,14 @@
|
|
|
3015
3151
|
"type": "string",
|
|
3016
3152
|
"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)"
|
|
3017
3153
|
},
|
|
3018
|
-
"v-expansion-panel-title/readonly": {
|
|
3019
|
-
"type": "boolean",
|
|
3020
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
|
3021
|
-
},
|
|
3022
3154
|
"v-expansion-panel-title/ripple": {
|
|
3023
3155
|
"type": "boolean | Record<string, any>",
|
|
3024
3156
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
3025
3157
|
},
|
|
3158
|
+
"v-expansion-panel-title/readonly": {
|
|
3159
|
+
"type": "boolean",
|
|
3160
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
|
3161
|
+
},
|
|
3026
3162
|
"v-expansion-panel-title/expand-icon": {
|
|
3027
3163
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
3028
3164
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
|
@@ -3059,6 +3195,10 @@
|
|
|
3059
3195
|
"type": "boolean",
|
|
3060
3196
|
"description": "Puts all children components into a disabled state"
|
|
3061
3197
|
},
|
|
3198
|
+
"v-expansion-panels/selected-class": {
|
|
3199
|
+
"type": "string",
|
|
3200
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
3201
|
+
},
|
|
3062
3202
|
"v-expansion-panels/multiple": {
|
|
3063
3203
|
"type": "boolean",
|
|
3064
3204
|
"description": "Allows one to select mulitple items."
|
|
@@ -3071,10 +3211,6 @@
|
|
|
3071
3211
|
"type": "number",
|
|
3072
3212
|
"description": "Sets a maximum number of selections that can be made."
|
|
3073
3213
|
},
|
|
3074
|
-
"v-expansion-panels/selected-class": {
|
|
3075
|
-
"type": "string",
|
|
3076
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
|
3077
|
-
},
|
|
3078
3214
|
"v-expansion-panels/mandatory": {
|
|
3079
3215
|
"type": "boolean | \"force\"",
|
|
3080
3216
|
"description": "Forces at least one item to always be selected (if available)."
|
|
@@ -3163,14 +3299,22 @@
|
|
|
3163
3299
|
"type": "string",
|
|
3164
3300
|
"description": "Sets the DOM id on the component"
|
|
3165
3301
|
},
|
|
3166
|
-
"v-field/
|
|
3167
|
-
"type": "
|
|
3168
|
-
"description": "
|
|
3302
|
+
"v-field/active": {
|
|
3303
|
+
"type": "boolean",
|
|
3304
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
3169
3305
|
},
|
|
3170
3306
|
"v-field/disabled": {
|
|
3171
3307
|
"type": "boolean",
|
|
3172
3308
|
"description": "Removes the ability to click or target the input"
|
|
3173
3309
|
},
|
|
3310
|
+
"v-field/loading": {
|
|
3311
|
+
"type": "string | boolean",
|
|
3312
|
+
"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"
|
|
3313
|
+
},
|
|
3314
|
+
"v-field/label": {
|
|
3315
|
+
"type": "string",
|
|
3316
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
3317
|
+
},
|
|
3174
3318
|
"v-field/focused": {
|
|
3175
3319
|
"type": "boolean",
|
|
3176
3320
|
"description": "Forces a focused state styling on the component."
|
|
@@ -3191,13 +3335,9 @@
|
|
|
3191
3335
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
3192
3336
|
"description": "The icon used when the **clerable** prop is set to true"
|
|
3193
3337
|
},
|
|
3194
|
-
"v-field/active": {
|
|
3195
|
-
"type": "boolean",
|
|
3196
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
3197
|
-
},
|
|
3198
3338
|
"v-field/base-color": {
|
|
3199
3339
|
"type": "string",
|
|
3200
|
-
"description": "
|
|
3340
|
+
"description": "Sets the color of the input when it is not focused"
|
|
3201
3341
|
},
|
|
3202
3342
|
"v-field/dirty": {
|
|
3203
3343
|
"type": "boolean",
|
|
@@ -3215,10 +3355,6 @@
|
|
|
3215
3355
|
"type": "boolean",
|
|
3216
3356
|
"description": "Label does not move on focus/dirty"
|
|
3217
3357
|
},
|
|
3218
|
-
"v-field/loading": {
|
|
3219
|
-
"type": "string | boolean",
|
|
3220
|
-
"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"
|
|
3221
|
-
},
|
|
3222
3358
|
"v-field-label/floating": {
|
|
3223
3359
|
"type": "boolean",
|
|
3224
3360
|
"description": "Elevates the label above the slotted content."
|
|
@@ -3267,6 +3403,26 @@
|
|
|
3267
3403
|
"type": "string",
|
|
3268
3404
|
"description": "Sets the DOM id on the component"
|
|
3269
3405
|
},
|
|
3406
|
+
"v-file-input/active": {
|
|
3407
|
+
"type": "boolean",
|
|
3408
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
3409
|
+
},
|
|
3410
|
+
"v-file-input/prepend-icon": {
|
|
3411
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
3412
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
3413
|
+
},
|
|
3414
|
+
"v-file-input/append-icon": {
|
|
3415
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
3416
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
3417
|
+
},
|
|
3418
|
+
"v-file-input/disabled": {
|
|
3419
|
+
"type": "boolean",
|
|
3420
|
+
"description": "Removes the ability to click or target the input"
|
|
3421
|
+
},
|
|
3422
|
+
"v-file-input/loading": {
|
|
3423
|
+
"type": "string | boolean",
|
|
3424
|
+
"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"
|
|
3425
|
+
},
|
|
3270
3426
|
"v-file-input/label": {
|
|
3271
3427
|
"type": "string",
|
|
3272
3428
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
@@ -3275,22 +3431,10 @@
|
|
|
3275
3431
|
"type": "boolean",
|
|
3276
3432
|
"description": "Changes display of selections to chips"
|
|
3277
3433
|
},
|
|
3278
|
-
"v-file-input/disabled": {
|
|
3279
|
-
"type": "boolean",
|
|
3280
|
-
"description": "Removes the ability to click or target the input"
|
|
3281
|
-
},
|
|
3282
3434
|
"v-file-input/multiple": {
|
|
3283
3435
|
"type": "boolean",
|
|
3284
3436
|
"description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
|
|
3285
3437
|
},
|
|
3286
|
-
"v-file-input/append-icon": {
|
|
3287
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
3288
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
3289
|
-
},
|
|
3290
|
-
"v-file-input/prepend-icon": {
|
|
3291
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
3292
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
3293
|
-
},
|
|
3294
3438
|
"v-file-input/hint": {
|
|
3295
3439
|
"type": "string",
|
|
3296
3440
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
@@ -3301,11 +3445,11 @@
|
|
|
3301
3445
|
},
|
|
3302
3446
|
"v-file-input/messages": {
|
|
3303
3447
|
"type": "string | string[]",
|
|
3304
|
-
"description": "Displays a list of messages or message if using a string"
|
|
3448
|
+
"description": "Displays a list of messages or a single message if using a string"
|
|
3305
3449
|
},
|
|
3306
3450
|
"v-file-input/direction": {
|
|
3307
3451
|
"type": "\"horizontal\" | \"vertical\"",
|
|
3308
|
-
"description": "
|
|
3452
|
+
"description": "Changes the direction of the input"
|
|
3309
3453
|
},
|
|
3310
3454
|
"v-file-input/error-messages": {
|
|
3311
3455
|
"type": "string | string[]",
|
|
@@ -3355,13 +3499,9 @@
|
|
|
3355
3499
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
3356
3500
|
"description": "The icon used when the **clerable** prop is set to true"
|
|
3357
3501
|
},
|
|
3358
|
-
"v-file-input/active": {
|
|
3359
|
-
"type": "boolean",
|
|
3360
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
3361
|
-
},
|
|
3362
3502
|
"v-file-input/base-color": {
|
|
3363
3503
|
"type": "string",
|
|
3364
|
-
"description": "
|
|
3504
|
+
"description": "Sets the color of the input when it is not focused"
|
|
3365
3505
|
},
|
|
3366
3506
|
"v-file-input/dirty": {
|
|
3367
3507
|
"type": "boolean",
|
|
@@ -3379,10 +3519,6 @@
|
|
|
3379
3519
|
"type": "boolean",
|
|
3380
3520
|
"description": "Label does not move on focus/dirty"
|
|
3381
3521
|
},
|
|
3382
|
-
"v-file-input/loading": {
|
|
3383
|
-
"type": "string | boolean",
|
|
3384
|
-
"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"
|
|
3385
|
-
},
|
|
3386
3522
|
"v-file-input/counter": {
|
|
3387
3523
|
"type": "boolean",
|
|
3388
3524
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))"
|
|
@@ -3509,11 +3645,11 @@
|
|
|
3509
3645
|
},
|
|
3510
3646
|
"v-img/width": {
|
|
3511
3647
|
"type": "string | number",
|
|
3512
|
-
"description": "
|
|
3648
|
+
"description": "Sets the width for the component"
|
|
3513
3649
|
},
|
|
3514
3650
|
"v-img/eager": {
|
|
3515
3651
|
"type": "boolean",
|
|
3516
|
-
"description": "
|
|
3652
|
+
"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."
|
|
3517
3653
|
},
|
|
3518
3654
|
"v-img/transition": {
|
|
3519
3655
|
"type": "string",
|
|
@@ -3533,7 +3669,7 @@
|
|
|
3533
3669
|
},
|
|
3534
3670
|
"v-img/gradient": {
|
|
3535
3671
|
"type": "string",
|
|
3536
|
-
"description": "
|
|
3672
|
+
"description": "The gradient to apply to the image. This can be any valid CSS gradient declaration. You can find more information on the [MDN documentation for gradients](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient)."
|
|
3537
3673
|
},
|
|
3538
3674
|
"v-img/lazy-src": {
|
|
3539
3675
|
"type": "string",
|
|
@@ -3625,23 +3761,23 @@
|
|
|
3625
3761
|
},
|
|
3626
3762
|
"v-input/id": {
|
|
3627
3763
|
"type": "string",
|
|
3628
|
-
"description": "MISSING DESCRIPTION
|
|
3629
|
-
},
|
|
3630
|
-
"v-input/label": {
|
|
3631
|
-
"type": "string",
|
|
3632
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
3764
|
+
"description": "MISSING DESCRIPTION"
|
|
3633
3765
|
},
|
|
3634
|
-
"v-input/
|
|
3635
|
-
"type": "
|
|
3636
|
-
"description": "
|
|
3766
|
+
"v-input/prepend-icon": {
|
|
3767
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
3768
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
3637
3769
|
},
|
|
3638
3770
|
"v-input/append-icon": {
|
|
3639
3771
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
3640
3772
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
3641
3773
|
},
|
|
3642
|
-
"v-input/
|
|
3643
|
-
"type": "
|
|
3644
|
-
"description": "
|
|
3774
|
+
"v-input/disabled": {
|
|
3775
|
+
"type": "boolean",
|
|
3776
|
+
"description": "Removes the ability to click or target the component"
|
|
3777
|
+
},
|
|
3778
|
+
"v-input/label": {
|
|
3779
|
+
"type": "string",
|
|
3780
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
3645
3781
|
},
|
|
3646
3782
|
"v-input/hint": {
|
|
3647
3783
|
"type": "string",
|
|
@@ -3653,11 +3789,11 @@
|
|
|
3653
3789
|
},
|
|
3654
3790
|
"v-input/messages": {
|
|
3655
3791
|
"type": "string | string[]",
|
|
3656
|
-
"description": "
|
|
3792
|
+
"description": "Displays a list of messages or a single message if using a string"
|
|
3657
3793
|
},
|
|
3658
3794
|
"v-input/direction": {
|
|
3659
3795
|
"type": "\"horizontal\" | \"vertical\"",
|
|
3660
|
-
"description": "
|
|
3796
|
+
"description": "Changes the direction of the input"
|
|
3661
3797
|
},
|
|
3662
3798
|
"v-input/error-messages": {
|
|
3663
3799
|
"type": "string | string[]",
|
|
@@ -3719,6 +3855,10 @@
|
|
|
3719
3855
|
"type": "boolean",
|
|
3720
3856
|
"description": "Puts all children components into a disabled state"
|
|
3721
3857
|
},
|
|
3858
|
+
"v-item-group/selected-class": {
|
|
3859
|
+
"type": "string",
|
|
3860
|
+
"description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
|
|
3861
|
+
},
|
|
3722
3862
|
"v-item-group/multiple": {
|
|
3723
3863
|
"type": "boolean",
|
|
3724
3864
|
"description": "Allows one to select mulitple items."
|
|
@@ -3727,10 +3867,6 @@
|
|
|
3727
3867
|
"type": "number",
|
|
3728
3868
|
"description": "Sets a maximum number of selections that can be made."
|
|
3729
3869
|
},
|
|
3730
|
-
"v-item-group/selected-class": {
|
|
3731
|
-
"type": "string",
|
|
3732
|
-
"description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
|
|
3733
|
-
},
|
|
3734
3870
|
"v-item-group/mandatory": {
|
|
3735
3871
|
"type": "boolean | \"force\"",
|
|
3736
3872
|
"description": "Forces at least one item to always be selected (if available)."
|
|
@@ -3897,15 +4033,15 @@
|
|
|
3897
4033
|
},
|
|
3898
4034
|
"v-list/item-title": {
|
|
3899
4035
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
3900
|
-
"description": "
|
|
4036
|
+
"description": "Property on supplied `items` that contains its title"
|
|
3901
4037
|
},
|
|
3902
4038
|
"v-list/item-value": {
|
|
3903
4039
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
3904
|
-
"description": "
|
|
4040
|
+
"description": "Property on supplied `items` that contains its value"
|
|
3905
4041
|
},
|
|
3906
4042
|
"v-list/item-children": {
|
|
3907
4043
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
3908
|
-
"description": "
|
|
4044
|
+
"description": "Property on supplied `items` that contains its children"
|
|
3909
4045
|
},
|
|
3910
4046
|
"v-list/item-props": {
|
|
3911
4047
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
@@ -3913,7 +4049,7 @@
|
|
|
3913
4049
|
},
|
|
3914
4050
|
"v-list/return-object": {
|
|
3915
4051
|
"type": "boolean",
|
|
3916
|
-
"description": "
|
|
4052
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
|
3917
4053
|
},
|
|
3918
4054
|
"v-list/bg-color": {
|
|
3919
4055
|
"type": "string",
|
|
@@ -3975,14 +4111,14 @@
|
|
|
3975
4111
|
"type": "any",
|
|
3976
4112
|
"description": "Expands / Collapse the list-group"
|
|
3977
4113
|
},
|
|
3978
|
-
"v-list-group/append-icon": {
|
|
3979
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
3980
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
3981
|
-
},
|
|
3982
4114
|
"v-list-group/prepend-icon": {
|
|
3983
4115
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
3984
4116
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
3985
4117
|
},
|
|
4118
|
+
"v-list-group/append-icon": {
|
|
4119
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
4120
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
4121
|
+
},
|
|
3986
4122
|
"v-list-group/active-color": {
|
|
3987
4123
|
"type": "string",
|
|
3988
4124
|
"description": "The applied color when the component is in an active state"
|
|
@@ -4071,26 +4207,42 @@
|
|
|
4071
4207
|
"type": "any",
|
|
4072
4208
|
"description": "The value used for selection."
|
|
4073
4209
|
},
|
|
4074
|
-
"v-list-item/
|
|
4210
|
+
"v-list-item/active": {
|
|
4075
4211
|
"type": "boolean",
|
|
4076
|
-
"description": "
|
|
4212
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
4213
|
+
},
|
|
4214
|
+
"v-list-item/prepend-icon": {
|
|
4215
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
4216
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
|
4077
4217
|
},
|
|
4078
4218
|
"v-list-item/append-icon": {
|
|
4079
4219
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
4080
4220
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
4081
4221
|
},
|
|
4082
|
-
"v-list-item/
|
|
4083
|
-
"type": "
|
|
4084
|
-
"description": "
|
|
4222
|
+
"v-list-item/ripple": {
|
|
4223
|
+
"type": "boolean",
|
|
4224
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
4085
4225
|
},
|
|
4086
|
-
"v-list-item/
|
|
4226
|
+
"v-list-item/disabled": {
|
|
4087
4227
|
"type": "boolean",
|
|
4088
|
-
"description": "
|
|
4228
|
+
"description": "Removes the ability to click or target the component"
|
|
4229
|
+
},
|
|
4230
|
+
"v-list-item/href": {
|
|
4231
|
+
"type": "string",
|
|
4232
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
4089
4233
|
},
|
|
4090
4234
|
"v-list-item/replace": {
|
|
4091
4235
|
"type": "boolean",
|
|
4092
4236
|
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
|
4093
4237
|
},
|
|
4238
|
+
"v-list-item/exact": {
|
|
4239
|
+
"type": "boolean",
|
|
4240
|
+
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
|
4241
|
+
},
|
|
4242
|
+
"v-list-item/to": {
|
|
4243
|
+
"type": "unknown",
|
|
4244
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
|
4245
|
+
},
|
|
4094
4246
|
"v-list-item/link": {
|
|
4095
4247
|
"type": "boolean",
|
|
4096
4248
|
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
|
@@ -4107,22 +4259,6 @@
|
|
|
4107
4259
|
"type": "string",
|
|
4108
4260
|
"description": "The applied color when the component is in an active state"
|
|
4109
4261
|
},
|
|
4110
|
-
"v-list-item/href": {
|
|
4111
|
-
"type": "string",
|
|
4112
|
-
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
4113
|
-
},
|
|
4114
|
-
"v-list-item/to": {
|
|
4115
|
-
"type": "unknown",
|
|
4116
|
-
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
|
4117
|
-
},
|
|
4118
|
-
"v-list-item/exact": {
|
|
4119
|
-
"type": "boolean",
|
|
4120
|
-
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
|
4121
|
-
},
|
|
4122
|
-
"v-list-item/ripple": {
|
|
4123
|
-
"type": "boolean",
|
|
4124
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
4125
|
-
},
|
|
4126
4262
|
"v-list-item/subtitle": {
|
|
4127
4263
|
"type": "string | number | boolean",
|
|
4128
4264
|
"description": "Specify a subtitle text for the component."
|
|
@@ -4245,7 +4381,7 @@
|
|
|
4245
4381
|
},
|
|
4246
4382
|
"v-menu/location": {
|
|
4247
4383
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
4248
|
-
"description": "
|
|
4384
|
+
"description": "MISSING DESCRIPTION"
|
|
4249
4385
|
},
|
|
4250
4386
|
"v-menu/theme": {
|
|
4251
4387
|
"type": "string",
|
|
@@ -4259,6 +4395,10 @@
|
|
|
4259
4395
|
"type": "string",
|
|
4260
4396
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-menu.json))"
|
|
4261
4397
|
},
|
|
4398
|
+
"v-menu/disabled": {
|
|
4399
|
+
"type": "boolean",
|
|
4400
|
+
"description": "Removes the ability to click or target the component"
|
|
4401
|
+
},
|
|
4262
4402
|
"v-menu/eager": {
|
|
4263
4403
|
"type": "boolean",
|
|
4264
4404
|
"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."
|
|
@@ -4283,10 +4423,6 @@
|
|
|
4283
4423
|
"type": "any",
|
|
4284
4424
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
4285
4425
|
},
|
|
4286
|
-
"v-menu/disabled": {
|
|
4287
|
-
"type": "boolean",
|
|
4288
|
-
"description": "Removes the ability to click or target the component"
|
|
4289
|
-
},
|
|
4290
4426
|
"v-menu/no-click-animation": {
|
|
4291
4427
|
"type": "boolean",
|
|
4292
4428
|
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
|
@@ -4329,7 +4465,7 @@
|
|
|
4329
4465
|
},
|
|
4330
4466
|
"v-menu/location-strategy": {
|
|
4331
4467
|
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
|
4332
|
-
"description": "
|
|
4468
|
+
"description": "A function used to specifies how the component should position relative to its activator"
|
|
4333
4469
|
},
|
|
4334
4470
|
"v-menu/origin": {
|
|
4335
4471
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
|
@@ -4337,10 +4473,10 @@
|
|
|
4337
4473
|
},
|
|
4338
4474
|
"v-menu/offset": {
|
|
4339
4475
|
"type": "string | number | number[]",
|
|
4340
|
-
"description": "
|
|
4476
|
+
"description": "A single value that offsets content away from the target based upon what side it is on"
|
|
4341
4477
|
},
|
|
4342
4478
|
"v-menu/scroll-strategy": {
|
|
4343
|
-
"type": "\"close\" | \"
|
|
4479
|
+
"type": "\"close\" | \"block\" | \"none\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
|
|
4344
4480
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
|
4345
4481
|
},
|
|
4346
4482
|
"v-menu/transition": {
|
|
@@ -4355,6 +4491,10 @@
|
|
|
4355
4491
|
"type": "string",
|
|
4356
4492
|
"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)"
|
|
4357
4493
|
},
|
|
4494
|
+
"v-messages/active": {
|
|
4495
|
+
"type": "boolean",
|
|
4496
|
+
"description": "Determines whether the messages are visible or not"
|
|
4497
|
+
},
|
|
4358
4498
|
"v-messages/transition": {
|
|
4359
4499
|
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ disabled: BooleanConstructor; group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => VNode<RendererNode, RendererElement, { [key: string]: any; }>> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] }; leaveAbsolute: boolean; group: boolean }",
|
|
4360
4500
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
@@ -4363,10 +4503,6 @@
|
|
|
4363
4503
|
"type": "string | string[]",
|
|
4364
4504
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-messages.json))"
|
|
4365
4505
|
},
|
|
4366
|
-
"v-messages/active": {
|
|
4367
|
-
"type": "boolean",
|
|
4368
|
-
"description": "Determines whether the messages are visible or not"
|
|
4369
|
-
},
|
|
4370
4506
|
"v-navigation-drawer/border": {
|
|
4371
4507
|
"type": "string | number | boolean",
|
|
4372
4508
|
"description": "Applies border styles to component."
|
|
@@ -4385,7 +4521,7 @@
|
|
|
4385
4521
|
},
|
|
4386
4522
|
"v-navigation-drawer/location": {
|
|
4387
4523
|
"type": "\"top\" | \"end\" | \"bottom\" | \"start\" | \"left\" | \"right\"",
|
|
4388
|
-
"description": "
|
|
4524
|
+
"description": "MISSING DESCRIPTION"
|
|
4389
4525
|
},
|
|
4390
4526
|
"v-navigation-drawer/absolute": {
|
|
4391
4527
|
"type": "boolean",
|
|
@@ -4493,7 +4629,7 @@
|
|
|
4493
4629
|
},
|
|
4494
4630
|
"v-overlay/location": {
|
|
4495
4631
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
4496
|
-
"description": "
|
|
4632
|
+
"description": "MISSING DESCRIPTION"
|
|
4497
4633
|
},
|
|
4498
4634
|
"v-overlay/absolute": {
|
|
4499
4635
|
"type": "boolean",
|
|
@@ -4507,6 +4643,10 @@
|
|
|
4507
4643
|
"type": "string | number",
|
|
4508
4644
|
"description": "The z-index used for the component"
|
|
4509
4645
|
},
|
|
4646
|
+
"v-overlay/disabled": {
|
|
4647
|
+
"type": "boolean",
|
|
4648
|
+
"description": "Removes the ability to click or target the component"
|
|
4649
|
+
},
|
|
4510
4650
|
"v-overlay/eager": {
|
|
4511
4651
|
"type": "boolean",
|
|
4512
4652
|
"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."
|
|
@@ -4531,10 +4671,6 @@
|
|
|
4531
4671
|
"type": "any",
|
|
4532
4672
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
4533
4673
|
},
|
|
4534
|
-
"v-overlay/disabled": {
|
|
4535
|
-
"type": "boolean",
|
|
4536
|
-
"description": "Removes the ability to click or target the component"
|
|
4537
|
-
},
|
|
4538
4674
|
"v-overlay/no-click-animation": {
|
|
4539
4675
|
"type": "boolean",
|
|
4540
4676
|
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
|
@@ -4565,7 +4701,7 @@
|
|
|
4565
4701
|
},
|
|
4566
4702
|
"v-overlay/close-on-content-click": {
|
|
4567
4703
|
"type": "boolean",
|
|
4568
|
-
"description": "
|
|
4704
|
+
"description": "Closes component when you click on its content"
|
|
4569
4705
|
},
|
|
4570
4706
|
"v-overlay/close-delay": {
|
|
4571
4707
|
"type": "string | number",
|
|
@@ -4577,7 +4713,7 @@
|
|
|
4577
4713
|
},
|
|
4578
4714
|
"v-overlay/location-strategy": {
|
|
4579
4715
|
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
|
4580
|
-
"description": "
|
|
4716
|
+
"description": "A function used to specifies how the component should position relative to its activator"
|
|
4581
4717
|
},
|
|
4582
4718
|
"v-overlay/origin": {
|
|
4583
4719
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
|
@@ -4585,10 +4721,10 @@
|
|
|
4585
4721
|
},
|
|
4586
4722
|
"v-overlay/offset": {
|
|
4587
4723
|
"type": "string | number | number[]",
|
|
4588
|
-
"description": "
|
|
4724
|
+
"description": "A single value that offsets content away from the target based upon what side it is on"
|
|
4589
4725
|
},
|
|
4590
4726
|
"v-overlay/scroll-strategy": {
|
|
4591
|
-
"type": "\"close\" | \"
|
|
4727
|
+
"type": "\"close\" | \"block\" | \"none\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
|
|
4592
4728
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
|
4593
4729
|
},
|
|
4594
4730
|
"v-overlay/transition": {
|
|
@@ -4765,7 +4901,7 @@
|
|
|
4765
4901
|
},
|
|
4766
4902
|
"v-progress-linear/location": {
|
|
4767
4903
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
4768
|
-
"description": "
|
|
4904
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
|
4769
4905
|
},
|
|
4770
4906
|
"v-progress-linear/absolute": {
|
|
4771
4907
|
"type": "boolean",
|
|
@@ -4787,14 +4923,14 @@
|
|
|
4787
4923
|
"type": "string",
|
|
4788
4924
|
"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)"
|
|
4789
4925
|
},
|
|
4790
|
-
"v-progress-linear/bg-color": {
|
|
4791
|
-
"type": "string",
|
|
4792
|
-
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
4793
|
-
},
|
|
4794
4926
|
"v-progress-linear/active": {
|
|
4795
4927
|
"type": "boolean",
|
|
4796
4928
|
"description": "Reduce the height to 0, hiding component"
|
|
4797
4929
|
},
|
|
4930
|
+
"v-progress-linear/bg-color": {
|
|
4931
|
+
"type": "string",
|
|
4932
|
+
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
|
4933
|
+
},
|
|
4798
4934
|
"v-progress-linear/max": {
|
|
4799
4935
|
"type": "string | number",
|
|
4800
4936
|
"description": "Sets the maximum value the progress can reach"
|
|
@@ -4863,14 +4999,18 @@
|
|
|
4863
4999
|
"type": "string",
|
|
4864
5000
|
"description": "Sets the DOM id on the component"
|
|
4865
5001
|
},
|
|
4866
|
-
"v-radio/
|
|
4867
|
-
"type": "
|
|
4868
|
-
"description": "
|
|
5002
|
+
"v-radio/ripple": {
|
|
5003
|
+
"type": "boolean",
|
|
5004
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
4869
5005
|
},
|
|
4870
5006
|
"v-radio/disabled": {
|
|
4871
5007
|
"type": "boolean",
|
|
4872
5008
|
"description": "Removes the ability to click or target the component"
|
|
4873
5009
|
},
|
|
5010
|
+
"v-radio/label": {
|
|
5011
|
+
"type": "string",
|
|
5012
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
5013
|
+
},
|
|
4874
5014
|
"v-radio/multiple": {
|
|
4875
5015
|
"type": "boolean",
|
|
4876
5016
|
"description": "Changes select to multiple. Accepts array for value"
|
|
@@ -4887,10 +5027,6 @@
|
|
|
4887
5027
|
"type": "boolean",
|
|
4888
5028
|
"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
5029
|
},
|
|
4890
|
-
"v-radio/ripple": {
|
|
4891
|
-
"type": "boolean",
|
|
4892
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
4893
|
-
},
|
|
4894
5030
|
"v-radio/true-value": {
|
|
4895
5031
|
"type": "any",
|
|
4896
5032
|
"description": "Sets value for truthy state"
|
|
@@ -4943,26 +5079,30 @@
|
|
|
4943
5079
|
"type": "string",
|
|
4944
5080
|
"description": "Sets the DOM id on the component"
|
|
4945
5081
|
},
|
|
4946
|
-
"v-radio-group/
|
|
4947
|
-
"type": "string",
|
|
4948
|
-
"description": "
|
|
5082
|
+
"v-radio-group/prepend-icon": {
|
|
5083
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
5084
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
5085
|
+
},
|
|
5086
|
+
"v-radio-group/append-icon": {
|
|
5087
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
5088
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
5089
|
+
},
|
|
5090
|
+
"v-radio-group/ripple": {
|
|
5091
|
+
"type": "boolean",
|
|
5092
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
4949
5093
|
},
|
|
4950
5094
|
"v-radio-group/disabled": {
|
|
4951
5095
|
"type": "boolean",
|
|
4952
5096
|
"description": "Removes the ability to click or target the component"
|
|
4953
5097
|
},
|
|
5098
|
+
"v-radio-group/label": {
|
|
5099
|
+
"type": "string",
|
|
5100
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
5101
|
+
},
|
|
4954
5102
|
"v-radio-group/value-comparator": {
|
|
4955
5103
|
"type": "(a: any, b: any) => boolean",
|
|
4956
5104
|
"description": "Apply a custom comparison algorithm used for values"
|
|
4957
5105
|
},
|
|
4958
|
-
"v-radio-group/append-icon": {
|
|
4959
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
4960
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
4961
|
-
},
|
|
4962
|
-
"v-radio-group/prepend-icon": {
|
|
4963
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
4964
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
4965
|
-
},
|
|
4966
5106
|
"v-radio-group/hint": {
|
|
4967
5107
|
"type": "string",
|
|
4968
5108
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
@@ -4973,11 +5113,11 @@
|
|
|
4973
5113
|
},
|
|
4974
5114
|
"v-radio-group/messages": {
|
|
4975
5115
|
"type": "string | string[]",
|
|
4976
|
-
"description": "Displays a list of messages or message if using a string"
|
|
5116
|
+
"description": "Displays a list of messages or a single message if using a string"
|
|
4977
5117
|
},
|
|
4978
5118
|
"v-radio-group/direction": {
|
|
4979
5119
|
"type": "\"horizontal\" | \"vertical\"",
|
|
4980
|
-
"description": "
|
|
5120
|
+
"description": "Changes the direction of the input"
|
|
4981
5121
|
},
|
|
4982
5122
|
"v-radio-group/error-messages": {
|
|
4983
5123
|
"type": "string | string[]",
|
|
@@ -5015,10 +5155,6 @@
|
|
|
5015
5155
|
"type": "boolean",
|
|
5016
5156
|
"description": "Displays radio buttons in row"
|
|
5017
5157
|
},
|
|
5018
|
-
"v-radio-group/ripple": {
|
|
5019
|
-
"type": "boolean",
|
|
5020
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
5021
|
-
},
|
|
5022
5158
|
"v-radio-group/false-icon": {
|
|
5023
5159
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
5024
5160
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
|
|
@@ -5061,23 +5197,23 @@
|
|
|
5061
5197
|
},
|
|
5062
5198
|
"v-range-slider/id": {
|
|
5063
5199
|
"type": "string",
|
|
5064
|
-
"description": "MISSING DESCRIPTION
|
|
5065
|
-
},
|
|
5066
|
-
"v-range-slider/label": {
|
|
5067
|
-
"type": "string",
|
|
5068
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
5200
|
+
"description": "MISSING DESCRIPTION"
|
|
5069
5201
|
},
|
|
5070
|
-
"v-range-slider/
|
|
5071
|
-
"type": "
|
|
5072
|
-
"description": "
|
|
5202
|
+
"v-range-slider/prepend-icon": {
|
|
5203
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
5204
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
5073
5205
|
},
|
|
5074
5206
|
"v-range-slider/append-icon": {
|
|
5075
5207
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
5076
5208
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
5077
5209
|
},
|
|
5078
|
-
"v-range-slider/
|
|
5079
|
-
"type": "
|
|
5080
|
-
"description": "
|
|
5210
|
+
"v-range-slider/disabled": {
|
|
5211
|
+
"type": "boolean",
|
|
5212
|
+
"description": "Removes the ability to click or target the component"
|
|
5213
|
+
},
|
|
5214
|
+
"v-range-slider/label": {
|
|
5215
|
+
"type": "string",
|
|
5216
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
5081
5217
|
},
|
|
5082
5218
|
"v-range-slider/hint": {
|
|
5083
5219
|
"type": "string",
|
|
@@ -5089,7 +5225,7 @@
|
|
|
5089
5225
|
},
|
|
5090
5226
|
"v-range-slider/messages": {
|
|
5091
5227
|
"type": "string | string[]",
|
|
5092
|
-
"description": "Displays a list of messages or message if using a string"
|
|
5228
|
+
"description": "Displays a list of messages or a single message if using a string"
|
|
5093
5229
|
},
|
|
5094
5230
|
"v-range-slider/direction": {
|
|
5095
5231
|
"type": "\"horizontal\" | \"vertical\"",
|
|
@@ -5211,6 +5347,10 @@
|
|
|
5211
5347
|
"type": "string | number",
|
|
5212
5348
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
5213
5349
|
},
|
|
5350
|
+
"v-rating/ripple": {
|
|
5351
|
+
"type": "boolean",
|
|
5352
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
5353
|
+
},
|
|
5214
5354
|
"v-rating/disabled": {
|
|
5215
5355
|
"type": "boolean",
|
|
5216
5356
|
"description": "Removes the ability to click or target the component"
|
|
@@ -5227,10 +5367,6 @@
|
|
|
5227
5367
|
"type": "string",
|
|
5228
5368
|
"description": "The applied color when the component is in an active state"
|
|
5229
5369
|
},
|
|
5230
|
-
"v-rating/ripple": {
|
|
5231
|
-
"type": "boolean",
|
|
5232
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
5233
|
-
},
|
|
5234
5370
|
"v-rating/hover": {
|
|
5235
5371
|
"type": "boolean",
|
|
5236
5372
|
"description": "Provides visual feedback when hovering over icons"
|
|
@@ -5547,6 +5683,26 @@
|
|
|
5547
5683
|
"type": "unknown[]",
|
|
5548
5684
|
"description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
|
|
5549
5685
|
},
|
|
5686
|
+
"v-select/active": {
|
|
5687
|
+
"type": "boolean",
|
|
5688
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
5689
|
+
},
|
|
5690
|
+
"v-select/prepend-icon": {
|
|
5691
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
5692
|
+
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
|
5693
|
+
},
|
|
5694
|
+
"v-select/append-icon": {
|
|
5695
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
5696
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
5697
|
+
},
|
|
5698
|
+
"v-select/disabled": {
|
|
5699
|
+
"type": "boolean",
|
|
5700
|
+
"description": "Removes the ability to click or target the input"
|
|
5701
|
+
},
|
|
5702
|
+
"v-select/loading": {
|
|
5703
|
+
"type": "string | boolean",
|
|
5704
|
+
"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"
|
|
5705
|
+
},
|
|
5550
5706
|
"v-select/label": {
|
|
5551
5707
|
"type": "string",
|
|
5552
5708
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
@@ -5557,15 +5713,15 @@
|
|
|
5557
5713
|
},
|
|
5558
5714
|
"v-select/closable-chips": {
|
|
5559
5715
|
"type": "boolean",
|
|
5560
|
-
"description": "
|
|
5716
|
+
"description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components"
|
|
5561
5717
|
},
|
|
5562
5718
|
"v-select/eager": {
|
|
5563
5719
|
"type": "boolean",
|
|
5564
|
-
"description": "
|
|
5720
|
+
"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."
|
|
5565
5721
|
},
|
|
5566
5722
|
"v-select/hide-no-data": {
|
|
5567
5723
|
"type": "boolean",
|
|
5568
|
-
"description": "
|
|
5724
|
+
"description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
|
|
5569
5725
|
},
|
|
5570
5726
|
"v-select/hide-selected": {
|
|
5571
5727
|
"type": "boolean",
|
|
@@ -5573,20 +5729,16 @@
|
|
|
5573
5729
|
},
|
|
5574
5730
|
"v-select/menu": {
|
|
5575
5731
|
"type": "boolean",
|
|
5576
|
-
"description": "
|
|
5732
|
+
"description": "Renders with the menu open by default"
|
|
5577
5733
|
},
|
|
5578
5734
|
"v-select/menu-icon": {
|
|
5579
5735
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
5580
|
-
"description": "
|
|
5736
|
+
"description": "Sets the the spin icon"
|
|
5581
5737
|
},
|
|
5582
5738
|
"v-select/menu-props": {
|
|
5583
5739
|
"type": "unknown",
|
|
5584
5740
|
"description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended."
|
|
5585
5741
|
},
|
|
5586
|
-
"v-select/disabled": {
|
|
5587
|
-
"type": "boolean",
|
|
5588
|
-
"description": "Removes the ability to click or target the input"
|
|
5589
|
-
},
|
|
5590
5742
|
"v-select/transition": {
|
|
5591
5743
|
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & {} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => JSX.Element> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
|
|
5592
5744
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
@@ -5609,7 +5761,7 @@
|
|
|
5609
5761
|
},
|
|
5610
5762
|
"v-select/item-title": {
|
|
5611
5763
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
5612
|
-
"description": "
|
|
5764
|
+
"description": "Property on supplied `items` that contains its title"
|
|
5613
5765
|
},
|
|
5614
5766
|
"v-select/item-value": {
|
|
5615
5767
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
@@ -5617,7 +5769,7 @@
|
|
|
5617
5769
|
},
|
|
5618
5770
|
"v-select/item-children": {
|
|
5619
5771
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
5620
|
-
"description": "
|
|
5772
|
+
"description": "Property on supplied `items` that contains its children"
|
|
5621
5773
|
},
|
|
5622
5774
|
"v-select/item-props": {
|
|
5623
5775
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
@@ -5645,20 +5797,12 @@
|
|
|
5645
5797
|
},
|
|
5646
5798
|
"v-select/persistent-counter": {
|
|
5647
5799
|
"type": "boolean",
|
|
5648
|
-
"description": "
|
|
5800
|
+
"description": "Forces counter to always be visible"
|
|
5649
5801
|
},
|
|
5650
5802
|
"v-select/suffix": {
|
|
5651
5803
|
"type": "string",
|
|
5652
5804
|
"description": "Displays suffix text"
|
|
5653
5805
|
},
|
|
5654
|
-
"v-select/append-icon": {
|
|
5655
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
5656
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
5657
|
-
},
|
|
5658
|
-
"v-select/prepend-icon": {
|
|
5659
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
5660
|
-
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
|
5661
|
-
},
|
|
5662
5806
|
"v-select/hint": {
|
|
5663
5807
|
"type": "string",
|
|
5664
5808
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
@@ -5669,11 +5813,11 @@
|
|
|
5669
5813
|
},
|
|
5670
5814
|
"v-select/messages": {
|
|
5671
5815
|
"type": "string | string[]",
|
|
5672
|
-
"description": "Displays a list of messages or message if using a string"
|
|
5816
|
+
"description": "Displays a list of messages or a single message if using a string"
|
|
5673
5817
|
},
|
|
5674
5818
|
"v-select/direction": {
|
|
5675
5819
|
"type": "\"horizontal\" | \"vertical\"",
|
|
5676
|
-
"description": "
|
|
5820
|
+
"description": "Changes the direction of the input"
|
|
5677
5821
|
},
|
|
5678
5822
|
"v-select/error-messages": {
|
|
5679
5823
|
"type": "string | string[]",
|
|
@@ -5715,13 +5859,9 @@
|
|
|
5715
5859
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
5716
5860
|
"description": "The icon used when the **clerable** prop is set to true"
|
|
5717
5861
|
},
|
|
5718
|
-
"v-select/active": {
|
|
5719
|
-
"type": "boolean",
|
|
5720
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
5721
|
-
},
|
|
5722
5862
|
"v-select/base-color": {
|
|
5723
5863
|
"type": "string",
|
|
5724
|
-
"description": "
|
|
5864
|
+
"description": "Sets the color of the input when it is not focused"
|
|
5725
5865
|
},
|
|
5726
5866
|
"v-select/persistent-clear": {
|
|
5727
5867
|
"type": "boolean",
|
|
@@ -5735,21 +5875,17 @@
|
|
|
5735
5875
|
"type": "boolean",
|
|
5736
5876
|
"description": "Label does not move on focus/dirty"
|
|
5737
5877
|
},
|
|
5738
|
-
"v-select/loading": {
|
|
5739
|
-
"type": "string | boolean",
|
|
5740
|
-
"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"
|
|
5741
|
-
},
|
|
5742
5878
|
"v-select/counter": {
|
|
5743
5879
|
"type": "string | number | true",
|
|
5744
5880
|
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
5745
5881
|
},
|
|
5746
5882
|
"v-select/counter-value": {
|
|
5747
5883
|
"type": "(value: any) => number",
|
|
5748
|
-
"description": "
|
|
5884
|
+
"description": "Function returns the counter display text"
|
|
5749
5885
|
},
|
|
5750
5886
|
"v-select/model-modifiers": {
|
|
5751
5887
|
"type": "Record<string, boolean>",
|
|
5752
|
-
"description": "
|
|
5888
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
|
5753
5889
|
},
|
|
5754
5890
|
"v-selection-control/type": {
|
|
5755
5891
|
"type": "string",
|
|
@@ -5787,14 +5923,18 @@
|
|
|
5787
5923
|
"type": "string",
|
|
5788
5924
|
"description": "Sets the DOM id on the component"
|
|
5789
5925
|
},
|
|
5790
|
-
"v-selection-control/
|
|
5791
|
-
"type": "
|
|
5792
|
-
"description": "
|
|
5926
|
+
"v-selection-control/ripple": {
|
|
5927
|
+
"type": "boolean",
|
|
5928
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
5793
5929
|
},
|
|
5794
5930
|
"v-selection-control/disabled": {
|
|
5795
5931
|
"type": "boolean",
|
|
5796
5932
|
"description": "Removes the ability to click or target the component"
|
|
5797
5933
|
},
|
|
5934
|
+
"v-selection-control/label": {
|
|
5935
|
+
"type": "string",
|
|
5936
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
5937
|
+
},
|
|
5798
5938
|
"v-selection-control/multiple": {
|
|
5799
5939
|
"type": "boolean",
|
|
5800
5940
|
"description": "Changes select to multiple. Accepts array for value"
|
|
@@ -5811,10 +5951,6 @@
|
|
|
5811
5951
|
"type": "boolean",
|
|
5812
5952
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
5813
5953
|
},
|
|
5814
|
-
"v-selection-control/ripple": {
|
|
5815
|
-
"type": "boolean",
|
|
5816
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
5817
|
-
},
|
|
5818
5954
|
"v-selection-control/true-value": {
|
|
5819
5955
|
"type": "any",
|
|
5820
5956
|
"description": "Sets value for truthy state"
|
|
@@ -5863,6 +5999,10 @@
|
|
|
5863
5999
|
"type": "string",
|
|
5864
6000
|
"description": "Sets the DOM id on the component"
|
|
5865
6001
|
},
|
|
6002
|
+
"v-selection-control-group/ripple": {
|
|
6003
|
+
"type": "boolean",
|
|
6004
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
6005
|
+
},
|
|
5866
6006
|
"v-selection-control-group/disabled": {
|
|
5867
6007
|
"type": "boolean",
|
|
5868
6008
|
"description": "Removes the ability to click or target the component"
|
|
@@ -5883,10 +6023,6 @@
|
|
|
5883
6023
|
"type": "boolean",
|
|
5884
6024
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
5885
6025
|
},
|
|
5886
|
-
"v-selection-control-group/ripple": {
|
|
5887
|
-
"type": "boolean",
|
|
5888
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
5889
|
-
},
|
|
5890
6026
|
"v-selection-control-group/false-icon": {
|
|
5891
6027
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
5892
6028
|
"description": "The icon used when inactive"
|
|
@@ -5933,7 +6069,7 @@
|
|
|
5933
6069
|
},
|
|
5934
6070
|
"v-sheet/location": {
|
|
5935
6071
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
5936
|
-
"description": "
|
|
6072
|
+
"description": "Specifies the component's location. Can combine by using a space separated string"
|
|
5937
6073
|
},
|
|
5938
6074
|
"v-sheet/position": {
|
|
5939
6075
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
|
@@ -5956,7 +6092,7 @@
|
|
|
5956
6092
|
"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)"
|
|
5957
6093
|
},
|
|
5958
6094
|
"v-skeleton-loader/type": {
|
|
5959
|
-
"type": "\"text\" | \"image\" | \"
|
|
6095
|
+
"type": "\"text\" | \"image\" | \"button\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"subtitle\" | \"heading\" | \"sentences\" | \"paragraph\" | \"article\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\" | (\"text\" | \"image\" | \"button\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"subtitle\" | \"heading\" | \"sentences\" | \"paragraph\" | \"article\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\")[]",
|
|
5960
6096
|
"description": "A string delimited list of skeleton components to create such as `type=\"text@3\"` or `type=\"card, list-item\"`. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as **article@3** and **paragraph@2** which will generate 3 _article_ skeletons and 2 _paragraph_ skeletons. Please see below for a list of available pre-defined options."
|
|
5961
6097
|
},
|
|
5962
6098
|
"v-skeleton-loader/height": {
|
|
@@ -6023,6 +6159,10 @@
|
|
|
6023
6159
|
"type": "boolean",
|
|
6024
6160
|
"description": "Puts all children components into a disabled state"
|
|
6025
6161
|
},
|
|
6162
|
+
"v-slide-group/selected-class": {
|
|
6163
|
+
"type": "string",
|
|
6164
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
6165
|
+
},
|
|
6026
6166
|
"v-slide-group/multiple": {
|
|
6027
6167
|
"type": "boolean",
|
|
6028
6168
|
"description": "Allows one to select mulitple items."
|
|
@@ -6035,10 +6175,6 @@
|
|
|
6035
6175
|
"type": "number",
|
|
6036
6176
|
"description": "Sets a maximum number of selections that can be made."
|
|
6037
6177
|
},
|
|
6038
|
-
"v-slide-group/selected-class": {
|
|
6039
|
-
"type": "string",
|
|
6040
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
|
6041
|
-
},
|
|
6042
6178
|
"v-slide-group/mandatory": {
|
|
6043
6179
|
"type": "boolean | \"force\"",
|
|
6044
6180
|
"description": "Forces at least one item to always be selected (if available)."
|
|
@@ -6201,23 +6337,23 @@
|
|
|
6201
6337
|
},
|
|
6202
6338
|
"v-slider/id": {
|
|
6203
6339
|
"type": "string",
|
|
6204
|
-
"description": "MISSING DESCRIPTION
|
|
6205
|
-
},
|
|
6206
|
-
"v-slider/
|
|
6207
|
-
"type": "string",
|
|
6208
|
-
"description": "
|
|
6209
|
-
},
|
|
6210
|
-
"v-slider/disabled": {
|
|
6211
|
-
"type": "boolean",
|
|
6212
|
-
"description": "Removes the ability to click or target the component"
|
|
6340
|
+
"description": "MISSING DESCRIPTION"
|
|
6341
|
+
},
|
|
6342
|
+
"v-slider/prepend-icon": {
|
|
6343
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
6344
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
6213
6345
|
},
|
|
6214
6346
|
"v-slider/append-icon": {
|
|
6215
6347
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
6216
6348
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
6217
6349
|
},
|
|
6218
|
-
"v-slider/
|
|
6219
|
-
"type": "
|
|
6220
|
-
"description": "
|
|
6350
|
+
"v-slider/disabled": {
|
|
6351
|
+
"type": "boolean",
|
|
6352
|
+
"description": "Removes the ability to click or target the component"
|
|
6353
|
+
},
|
|
6354
|
+
"v-slider/label": {
|
|
6355
|
+
"type": "string",
|
|
6356
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
6221
6357
|
},
|
|
6222
6358
|
"v-slider/hint": {
|
|
6223
6359
|
"type": "string",
|
|
@@ -6229,7 +6365,7 @@
|
|
|
6229
6365
|
},
|
|
6230
6366
|
"v-slider/messages": {
|
|
6231
6367
|
"type": "string | string[]",
|
|
6232
|
-
"description": "Displays a list of messages or message if using a string"
|
|
6368
|
+
"description": "Displays a list of messages or a single message if using a string"
|
|
6233
6369
|
},
|
|
6234
6370
|
"v-slider/direction": {
|
|
6235
6371
|
"type": "\"horizontal\" | \"vertical\"",
|
|
@@ -6345,7 +6481,7 @@
|
|
|
6345
6481
|
},
|
|
6346
6482
|
"v-snackbar/location": {
|
|
6347
6483
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
6348
|
-
"description": "
|
|
6484
|
+
"description": "MISSING DESCRIPTION"
|
|
6349
6485
|
},
|
|
6350
6486
|
"v-snackbar/position": {
|
|
6351
6487
|
"type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
|
|
@@ -6375,6 +6511,10 @@
|
|
|
6375
6511
|
"type": "string | number",
|
|
6376
6512
|
"description": "The z-index used for the component"
|
|
6377
6513
|
},
|
|
6514
|
+
"v-snackbar/disabled": {
|
|
6515
|
+
"type": "boolean",
|
|
6516
|
+
"description": "Removes the ability to click or target the component"
|
|
6517
|
+
},
|
|
6378
6518
|
"v-snackbar/eager": {
|
|
6379
6519
|
"type": "boolean",
|
|
6380
6520
|
"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."
|
|
@@ -6399,10 +6539,6 @@
|
|
|
6399
6539
|
"type": "any",
|
|
6400
6540
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
6401
6541
|
},
|
|
6402
|
-
"v-snackbar/disabled": {
|
|
6403
|
-
"type": "boolean",
|
|
6404
|
-
"description": "Removes the ability to click or target the component"
|
|
6405
|
-
},
|
|
6406
6542
|
"v-snackbar/activator-props": {
|
|
6407
6543
|
"type": "{ }",
|
|
6408
6544
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
|
|
@@ -6421,7 +6557,7 @@
|
|
|
6421
6557
|
},
|
|
6422
6558
|
"v-snackbar/close-on-content-click": {
|
|
6423
6559
|
"type": "boolean",
|
|
6424
|
-
"description": "
|
|
6560
|
+
"description": "Closes component when you click on its content"
|
|
6425
6561
|
},
|
|
6426
6562
|
"v-snackbar/close-delay": {
|
|
6427
6563
|
"type": "string | number",
|
|
@@ -6433,7 +6569,7 @@
|
|
|
6433
6569
|
},
|
|
6434
6570
|
"v-snackbar/location-strategy": {
|
|
6435
6571
|
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
|
6436
|
-
"description": "
|
|
6572
|
+
"description": "A function used to specifies how the component should position relative to its activator"
|
|
6437
6573
|
},
|
|
6438
6574
|
"v-snackbar/origin": {
|
|
6439
6575
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
|
@@ -6441,7 +6577,7 @@
|
|
|
6441
6577
|
},
|
|
6442
6578
|
"v-snackbar/offset": {
|
|
6443
6579
|
"type": "string | number | number[]",
|
|
6444
|
-
"description": "
|
|
6580
|
+
"description": "A single value that offsets content away from the target based upon what side it is on"
|
|
6445
6581
|
},
|
|
6446
6582
|
"v-snackbar/transition": {
|
|
6447
6583
|
"type": "string",
|
|
@@ -6515,14 +6651,30 @@
|
|
|
6515
6651
|
"type": "string",
|
|
6516
6652
|
"description": "Sets the DOM id on the component"
|
|
6517
6653
|
},
|
|
6518
|
-
"v-switch/
|
|
6519
|
-
"type": "string",
|
|
6520
|
-
"description": "
|
|
6654
|
+
"v-switch/prepend-icon": {
|
|
6655
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
6656
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
6657
|
+
},
|
|
6658
|
+
"v-switch/append-icon": {
|
|
6659
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
6660
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
6661
|
+
},
|
|
6662
|
+
"v-switch/ripple": {
|
|
6663
|
+
"type": "boolean",
|
|
6664
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
6521
6665
|
},
|
|
6522
6666
|
"v-switch/disabled": {
|
|
6523
6667
|
"type": "boolean",
|
|
6524
6668
|
"description": "Removes the ability to click or target the component"
|
|
6525
6669
|
},
|
|
6670
|
+
"v-switch/loading": {
|
|
6671
|
+
"type": "string | boolean",
|
|
6672
|
+
"description": "Displays circular progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - primary, secondary, success, info, warning, error) or a Boolean which uses the component color (set by color prop - if it's supported by the component) or the primary color"
|
|
6673
|
+
},
|
|
6674
|
+
"v-switch/label": {
|
|
6675
|
+
"type": "string",
|
|
6676
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
6677
|
+
},
|
|
6526
6678
|
"v-switch/multiple": {
|
|
6527
6679
|
"type": "boolean",
|
|
6528
6680
|
"description": "Changes expected model to an array"
|
|
@@ -6531,14 +6683,6 @@
|
|
|
6531
6683
|
"type": "(a: any, b: any) => boolean",
|
|
6532
6684
|
"description": "Apply a custom comparison algorithm used for values"
|
|
6533
6685
|
},
|
|
6534
|
-
"v-switch/append-icon": {
|
|
6535
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
6536
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
6537
|
-
},
|
|
6538
|
-
"v-switch/prepend-icon": {
|
|
6539
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
6540
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
6541
|
-
},
|
|
6542
6686
|
"v-switch/hint": {
|
|
6543
6687
|
"type": "string",
|
|
6544
6688
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
@@ -6549,11 +6693,11 @@
|
|
|
6549
6693
|
},
|
|
6550
6694
|
"v-switch/messages": {
|
|
6551
6695
|
"type": "string | string[]",
|
|
6552
|
-
"description": "
|
|
6696
|
+
"description": "Displays a list of messages or a single message if using a string"
|
|
6553
6697
|
},
|
|
6554
6698
|
"v-switch/direction": {
|
|
6555
6699
|
"type": "\"horizontal\" | \"vertical\"",
|
|
6556
|
-
"description": "
|
|
6700
|
+
"description": "Changes the direction of the input"
|
|
6557
6701
|
},
|
|
6558
6702
|
"v-switch/error-messages": {
|
|
6559
6703
|
"type": "string | string[]",
|
|
@@ -6587,18 +6731,10 @@
|
|
|
6587
6731
|
"type": "boolean | \"auto\"",
|
|
6588
6732
|
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
|
|
6589
6733
|
},
|
|
6590
|
-
"v-switch/loading": {
|
|
6591
|
-
"type": "string | boolean",
|
|
6592
|
-
"description": "Displays circular progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - primary, secondary, success, info, warning, error) or a Boolean which uses the component color (set by color prop - if it's supported by the component) or the primary color"
|
|
6593
|
-
},
|
|
6594
6734
|
"v-switch/inline": {
|
|
6595
6735
|
"type": "boolean",
|
|
6596
6736
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
6597
6737
|
},
|
|
6598
|
-
"v-switch/ripple": {
|
|
6599
|
-
"type": "boolean",
|
|
6600
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
6601
|
-
},
|
|
6602
6738
|
"v-switch/indeterminate": {
|
|
6603
6739
|
"type": "boolean",
|
|
6604
6740
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-switch.json))"
|
|
@@ -6673,7 +6809,7 @@
|
|
|
6673
6809
|
},
|
|
6674
6810
|
"v-tab/icon": {
|
|
6675
6811
|
"type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
6676
|
-
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
6812
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
|
|
6677
6813
|
},
|
|
6678
6814
|
"v-tab/density": {
|
|
6679
6815
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
@@ -6739,53 +6875,53 @@
|
|
|
6739
6875
|
"type": "string | number",
|
|
6740
6876
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
6741
6877
|
},
|
|
6742
|
-
"v-tab/disabled": {
|
|
6743
|
-
"type": "boolean",
|
|
6744
|
-
"description": "Removes the ability to click or target the component"
|
|
6745
|
-
},
|
|
6746
|
-
"v-tab/append-icon": {
|
|
6747
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
6748
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
6749
|
-
},
|
|
6750
6878
|
"v-tab/prepend-icon": {
|
|
6751
6879
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
6752
6880
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
|
6753
6881
|
},
|
|
6754
|
-
"v-tab/
|
|
6755
|
-
"type": "
|
|
6756
|
-
"description": "
|
|
6882
|
+
"v-tab/append-icon": {
|
|
6883
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
6884
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
6757
6885
|
},
|
|
6758
|
-
"v-tab/
|
|
6759
|
-
"type": "
|
|
6760
|
-
"description": "Displays
|
|
6886
|
+
"v-tab/stacked": {
|
|
6887
|
+
"type": "boolean",
|
|
6888
|
+
"description": "Displays the tab as a flex-column."
|
|
6761
6889
|
},
|
|
6762
|
-
"v-tab/
|
|
6890
|
+
"v-tab/ripple": {
|
|
6763
6891
|
"type": "boolean",
|
|
6764
|
-
"description": "
|
|
6892
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
6765
6893
|
},
|
|
6766
|
-
"v-tab/
|
|
6894
|
+
"v-tab/disabled": {
|
|
6767
6895
|
"type": "boolean",
|
|
6768
|
-
"description": "
|
|
6896
|
+
"description": "Removes the ability to click or target the component"
|
|
6769
6897
|
},
|
|
6770
6898
|
"v-tab/selected-class": {
|
|
6771
6899
|
"type": "string",
|
|
6772
6900
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
6773
6901
|
},
|
|
6902
|
+
"v-tab/loading": {
|
|
6903
|
+
"type": "string | boolean",
|
|
6904
|
+
"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"
|
|
6905
|
+
},
|
|
6774
6906
|
"v-tab/href": {
|
|
6775
6907
|
"type": "string",
|
|
6776
6908
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
6777
6909
|
},
|
|
6778
|
-
"v-tab/
|
|
6779
|
-
"type": "
|
|
6780
|
-
"description": "
|
|
6910
|
+
"v-tab/replace": {
|
|
6911
|
+
"type": "boolean",
|
|
6912
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
|
6781
6913
|
},
|
|
6782
6914
|
"v-tab/exact": {
|
|
6783
6915
|
"type": "boolean",
|
|
6784
6916
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
|
6785
6917
|
},
|
|
6786
|
-
"v-tab/
|
|
6787
|
-
"type": "
|
|
6788
|
-
"description": "
|
|
6918
|
+
"v-tab/to": {
|
|
6919
|
+
"type": "unknown",
|
|
6920
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
|
6921
|
+
},
|
|
6922
|
+
"v-tab/direction": {
|
|
6923
|
+
"type": "\"horizontal\" | \"vertical\"",
|
|
6924
|
+
"description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
|
|
6789
6925
|
},
|
|
6790
6926
|
"v-tab/slider-color": {
|
|
6791
6927
|
"type": "string",
|
|
@@ -6851,10 +6987,18 @@
|
|
|
6851
6987
|
"type": "(string | Record<string, any>)[]",
|
|
6852
6988
|
"description": "The items to display in the component. This can be an array of strings or objects with a property `title`"
|
|
6853
6989
|
},
|
|
6990
|
+
"v-tabs/stacked": {
|
|
6991
|
+
"type": "boolean",
|
|
6992
|
+
"description": "Apply the stacked prop to all children v-tab components."
|
|
6993
|
+
},
|
|
6854
6994
|
"v-tabs/disabled": {
|
|
6855
6995
|
"type": "boolean",
|
|
6856
6996
|
"description": "Puts all children components into a disabled state"
|
|
6857
6997
|
},
|
|
6998
|
+
"v-tabs/selected-class": {
|
|
6999
|
+
"type": "string",
|
|
7000
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
7001
|
+
},
|
|
6858
7002
|
"v-tabs/multiple": {
|
|
6859
7003
|
"type": "boolean",
|
|
6860
7004
|
"description": "Allows one to select mulitple items."
|
|
@@ -6871,18 +7015,10 @@
|
|
|
6871
7015
|
"type": "number",
|
|
6872
7016
|
"description": "Sets a maximum number of selections that can be made."
|
|
6873
7017
|
},
|
|
6874
|
-
"v-tabs/stacked": {
|
|
6875
|
-
"type": "boolean",
|
|
6876
|
-
"description": "Apply the stacked prop to all children v-tab components."
|
|
6877
|
-
},
|
|
6878
7018
|
"v-tabs/grow": {
|
|
6879
7019
|
"type": "boolean",
|
|
6880
7020
|
"description": "Force `v-tab`'s to take up all available space"
|
|
6881
7021
|
},
|
|
6882
|
-
"v-tabs/selected-class": {
|
|
6883
|
-
"type": "string",
|
|
6884
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
|
6885
|
-
},
|
|
6886
7022
|
"v-tabs/mandatory": {
|
|
6887
7023
|
"type": "boolean | \"force\"",
|
|
6888
7024
|
"description": "Forces at least one item to always be selected (if available)."
|
|
@@ -6967,14 +7103,30 @@
|
|
|
6967
7103
|
"type": "string",
|
|
6968
7104
|
"description": "Sets the DOM id on the component"
|
|
6969
7105
|
},
|
|
6970
|
-
"v-text-field/
|
|
6971
|
-
"type": "
|
|
6972
|
-
"description": "
|
|
7106
|
+
"v-text-field/active": {
|
|
7107
|
+
"type": "boolean",
|
|
7108
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
7109
|
+
},
|
|
7110
|
+
"v-text-field/prepend-icon": {
|
|
7111
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
7112
|
+
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
|
7113
|
+
},
|
|
7114
|
+
"v-text-field/append-icon": {
|
|
7115
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
7116
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
6973
7117
|
},
|
|
6974
7118
|
"v-text-field/disabled": {
|
|
6975
7119
|
"type": "boolean",
|
|
6976
7120
|
"description": "Removes the ability to click or target the input"
|
|
6977
7121
|
},
|
|
7122
|
+
"v-text-field/loading": {
|
|
7123
|
+
"type": "string | boolean",
|
|
7124
|
+
"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"
|
|
7125
|
+
},
|
|
7126
|
+
"v-text-field/label": {
|
|
7127
|
+
"type": "string",
|
|
7128
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
7129
|
+
},
|
|
6978
7130
|
"v-text-field/autofocus": {
|
|
6979
7131
|
"type": "boolean",
|
|
6980
7132
|
"description": "Enables autofocus"
|
|
@@ -6993,20 +7145,12 @@
|
|
|
6993
7145
|
},
|
|
6994
7146
|
"v-text-field/persistent-counter": {
|
|
6995
7147
|
"type": "boolean",
|
|
6996
|
-
"description": "
|
|
7148
|
+
"description": "Forces counter to always be visible"
|
|
6997
7149
|
},
|
|
6998
7150
|
"v-text-field/suffix": {
|
|
6999
7151
|
"type": "string",
|
|
7000
7152
|
"description": "Displays suffix text"
|
|
7001
7153
|
},
|
|
7002
|
-
"v-text-field/append-icon": {
|
|
7003
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
7004
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
7005
|
-
},
|
|
7006
|
-
"v-text-field/prepend-icon": {
|
|
7007
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
7008
|
-
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
|
7009
|
-
},
|
|
7010
7154
|
"v-text-field/hint": {
|
|
7011
7155
|
"type": "string",
|
|
7012
7156
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
@@ -7017,11 +7161,11 @@
|
|
|
7017
7161
|
},
|
|
7018
7162
|
"v-text-field/messages": {
|
|
7019
7163
|
"type": "string | string[]",
|
|
7020
|
-
"description": "Displays a list of messages or message if using a string"
|
|
7164
|
+
"description": "Displays a list of messages or a single message if using a string"
|
|
7021
7165
|
},
|
|
7022
7166
|
"v-text-field/direction": {
|
|
7023
7167
|
"type": "\"horizontal\" | \"vertical\"",
|
|
7024
|
-
"description": "
|
|
7168
|
+
"description": "Changes the direction of the input"
|
|
7025
7169
|
},
|
|
7026
7170
|
"v-text-field/error-messages": {
|
|
7027
7171
|
"type": "string | string[]",
|
|
@@ -7071,13 +7215,9 @@
|
|
|
7071
7215
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
7072
7216
|
"description": "Applied when using **clearable** and the input is dirty"
|
|
7073
7217
|
},
|
|
7074
|
-
"v-text-field/active": {
|
|
7075
|
-
"type": "boolean",
|
|
7076
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
7077
|
-
},
|
|
7078
7218
|
"v-text-field/base-color": {
|
|
7079
7219
|
"type": "string",
|
|
7080
|
-
"description": "
|
|
7220
|
+
"description": "Sets the color of the input when it is not focused"
|
|
7081
7221
|
},
|
|
7082
7222
|
"v-text-field/dirty": {
|
|
7083
7223
|
"type": "boolean",
|
|
@@ -7095,21 +7235,17 @@
|
|
|
7095
7235
|
"type": "boolean",
|
|
7096
7236
|
"description": "Label does not move on focus/dirty"
|
|
7097
7237
|
},
|
|
7098
|
-
"v-text-field/loading": {
|
|
7099
|
-
"type": "string | boolean",
|
|
7100
|
-
"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"
|
|
7101
|
-
},
|
|
7102
7238
|
"v-text-field/counter": {
|
|
7103
7239
|
"type": "string | number | true",
|
|
7104
7240
|
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
7105
7241
|
},
|
|
7106
7242
|
"v-text-field/counter-value": {
|
|
7107
7243
|
"type": "(value: any) => number",
|
|
7108
|
-
"description": "
|
|
7244
|
+
"description": "Function returns the counter display text"
|
|
7109
7245
|
},
|
|
7110
7246
|
"v-text-field/model-modifiers": {
|
|
7111
7247
|
"type": "Record<string, boolean>",
|
|
7112
|
-
"description": "
|
|
7248
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
|
7113
7249
|
},
|
|
7114
7250
|
"v-textarea/flat": {
|
|
7115
7251
|
"type": "boolean",
|
|
@@ -7155,14 +7291,30 @@
|
|
|
7155
7291
|
"type": "string",
|
|
7156
7292
|
"description": "Sets the DOM id on the component"
|
|
7157
7293
|
},
|
|
7158
|
-
"v-textarea/
|
|
7159
|
-
"type": "
|
|
7160
|
-
"description": "
|
|
7294
|
+
"v-textarea/active": {
|
|
7295
|
+
"type": "boolean",
|
|
7296
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
7297
|
+
},
|
|
7298
|
+
"v-textarea/prepend-icon": {
|
|
7299
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
7300
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
7301
|
+
},
|
|
7302
|
+
"v-textarea/append-icon": {
|
|
7303
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
7304
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
7161
7305
|
},
|
|
7162
7306
|
"v-textarea/disabled": {
|
|
7163
7307
|
"type": "boolean",
|
|
7164
7308
|
"description": "Removes the ability to click or target the input"
|
|
7165
7309
|
},
|
|
7310
|
+
"v-textarea/loading": {
|
|
7311
|
+
"type": "string | boolean",
|
|
7312
|
+
"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"
|
|
7313
|
+
},
|
|
7314
|
+
"v-textarea/label": {
|
|
7315
|
+
"type": "string",
|
|
7316
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
7317
|
+
},
|
|
7166
7318
|
"v-textarea/autofocus": {
|
|
7167
7319
|
"type": "boolean",
|
|
7168
7320
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
@@ -7181,20 +7333,12 @@
|
|
|
7181
7333
|
},
|
|
7182
7334
|
"v-textarea/persistent-counter": {
|
|
7183
7335
|
"type": "boolean",
|
|
7184
|
-
"description": "
|
|
7336
|
+
"description": "Forces counter to always be visible"
|
|
7185
7337
|
},
|
|
7186
7338
|
"v-textarea/suffix": {
|
|
7187
7339
|
"type": "string",
|
|
7188
7340
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
7189
7341
|
},
|
|
7190
|
-
"v-textarea/append-icon": {
|
|
7191
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
7192
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
7193
|
-
},
|
|
7194
|
-
"v-textarea/prepend-icon": {
|
|
7195
|
-
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
7196
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
7197
|
-
},
|
|
7198
7342
|
"v-textarea/hint": {
|
|
7199
7343
|
"type": "string",
|
|
7200
7344
|
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
@@ -7205,11 +7349,11 @@
|
|
|
7205
7349
|
},
|
|
7206
7350
|
"v-textarea/messages": {
|
|
7207
7351
|
"type": "string | string[]",
|
|
7208
|
-
"description": "Displays a list of messages or message if using a string"
|
|
7352
|
+
"description": "Displays a list of messages or a single message if using a string"
|
|
7209
7353
|
},
|
|
7210
7354
|
"v-textarea/direction": {
|
|
7211
7355
|
"type": "\"horizontal\" | \"vertical\"",
|
|
7212
|
-
"description": "
|
|
7356
|
+
"description": "Changes the direction of the input"
|
|
7213
7357
|
},
|
|
7214
7358
|
"v-textarea/error-messages": {
|
|
7215
7359
|
"type": "string | string[]",
|
|
@@ -7259,13 +7403,9 @@
|
|
|
7259
7403
|
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
|
7260
7404
|
"description": "The icon used when the **clerable** prop is set to true"
|
|
7261
7405
|
},
|
|
7262
|
-
"v-textarea/active": {
|
|
7263
|
-
"type": "boolean",
|
|
7264
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
7265
|
-
},
|
|
7266
7406
|
"v-textarea/base-color": {
|
|
7267
7407
|
"type": "string",
|
|
7268
|
-
"description": "
|
|
7408
|
+
"description": "Sets the color of the input when it is not focused"
|
|
7269
7409
|
},
|
|
7270
7410
|
"v-textarea/dirty": {
|
|
7271
7411
|
"type": "boolean",
|
|
@@ -7283,21 +7423,17 @@
|
|
|
7283
7423
|
"type": "boolean",
|
|
7284
7424
|
"description": "Label does not move on focus/dirty"
|
|
7285
7425
|
},
|
|
7286
|
-
"v-textarea/loading": {
|
|
7287
|
-
"type": "string | boolean",
|
|
7288
|
-
"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"
|
|
7289
|
-
},
|
|
7290
7426
|
"v-textarea/counter": {
|
|
7291
7427
|
"type": "string | number | true",
|
|
7292
|
-
"description": "
|
|
7428
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
7293
7429
|
},
|
|
7294
7430
|
"v-textarea/counter-value": {
|
|
7295
7431
|
"type": "(value: any) => number",
|
|
7296
|
-
"description": "MISSING DESCRIPTION
|
|
7432
|
+
"description": "MISSING DESCRIPTION"
|
|
7297
7433
|
},
|
|
7298
7434
|
"v-textarea/model-modifiers": {
|
|
7299
7435
|
"type": "Record<string, boolean>",
|
|
7300
|
-
"description": "
|
|
7436
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
|
7301
7437
|
},
|
|
7302
7438
|
"v-textarea/auto-grow": {
|
|
7303
7439
|
"type": "boolean",
|
|
@@ -7557,7 +7693,7 @@
|
|
|
7557
7693
|
},
|
|
7558
7694
|
"v-tooltip/location": {
|
|
7559
7695
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
7560
|
-
"description": "
|
|
7696
|
+
"description": "MISSING DESCRIPTION"
|
|
7561
7697
|
},
|
|
7562
7698
|
"v-tooltip/theme": {
|
|
7563
7699
|
"type": "string",
|
|
@@ -7571,6 +7707,10 @@
|
|
|
7571
7707
|
"type": "string",
|
|
7572
7708
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tooltip.json))"
|
|
7573
7709
|
},
|
|
7710
|
+
"v-tooltip/disabled": {
|
|
7711
|
+
"type": "boolean",
|
|
7712
|
+
"description": "Removes the ability to click or target the component"
|
|
7713
|
+
},
|
|
7574
7714
|
"v-tooltip/eager": {
|
|
7575
7715
|
"type": "boolean",
|
|
7576
7716
|
"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."
|
|
@@ -7595,10 +7735,6 @@
|
|
|
7595
7735
|
"type": "any",
|
|
7596
7736
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
|
|
7597
7737
|
},
|
|
7598
|
-
"v-tooltip/disabled": {
|
|
7599
|
-
"type": "boolean",
|
|
7600
|
-
"description": "Removes the ability to click or target the component"
|
|
7601
|
-
},
|
|
7602
7738
|
"v-tooltip/no-click-animation": {
|
|
7603
7739
|
"type": "boolean",
|
|
7604
7740
|
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
|
@@ -7625,7 +7761,7 @@
|
|
|
7625
7761
|
},
|
|
7626
7762
|
"v-tooltip/close-on-content-click": {
|
|
7627
7763
|
"type": "boolean",
|
|
7628
|
-
"description": "
|
|
7764
|
+
"description": "Closes component when you click on its content"
|
|
7629
7765
|
},
|
|
7630
7766
|
"v-tooltip/close-delay": {
|
|
7631
7767
|
"type": "string | number",
|
|
@@ -7637,7 +7773,7 @@
|
|
|
7637
7773
|
},
|
|
7638
7774
|
"v-tooltip/location-strategy": {
|
|
7639
7775
|
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
|
7640
|
-
"description": "
|
|
7776
|
+
"description": "A function used to specifies how the component should position relative to its activator"
|
|
7641
7777
|
},
|
|
7642
7778
|
"v-tooltip/origin": {
|
|
7643
7779
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
|
@@ -7645,10 +7781,10 @@
|
|
|
7645
7781
|
},
|
|
7646
7782
|
"v-tooltip/offset": {
|
|
7647
7783
|
"type": "string | number | number[]",
|
|
7648
|
-
"description": "
|
|
7784
|
+
"description": "A single value that offsets content away from the target based upon what side it is on"
|
|
7649
7785
|
},
|
|
7650
7786
|
"v-tooltip/scroll-strategy": {
|
|
7651
|
-
"type": "\"close\" | \"
|
|
7787
|
+
"type": "\"close\" | \"block\" | \"none\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
|
|
7652
7788
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
|
7653
7789
|
},
|
|
7654
7790
|
"v-tooltip/transition": {
|
|
@@ -7671,14 +7807,14 @@
|
|
|
7671
7807
|
"type": "string",
|
|
7672
7808
|
"description": "Sets the component's name attribute."
|
|
7673
7809
|
},
|
|
7674
|
-
"v-validation/label": {
|
|
7675
|
-
"type": "string",
|
|
7676
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
7677
|
-
},
|
|
7678
7810
|
"v-validation/disabled": {
|
|
7679
7811
|
"type": "boolean",
|
|
7680
7812
|
"description": "Removes the ability to click or target the component"
|
|
7681
7813
|
},
|
|
7814
|
+
"v-validation/label": {
|
|
7815
|
+
"type": "string",
|
|
7816
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
7817
|
+
},
|
|
7682
7818
|
"v-validation/error-messages": {
|
|
7683
7819
|
"type": "string | string[]",
|
|
7684
7820
|
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation"
|
|
@@ -7759,14 +7895,14 @@
|
|
|
7759
7895
|
"type": "boolean",
|
|
7760
7896
|
"description": "Removes the ability to click or target the component"
|
|
7761
7897
|
},
|
|
7762
|
-
"v-window/direction": {
|
|
7763
|
-
"type": "string",
|
|
7764
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
|
|
7765
|
-
},
|
|
7766
7898
|
"v-window/selected-class": {
|
|
7767
7899
|
"type": "string",
|
|
7768
7900
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
7769
7901
|
},
|
|
7902
|
+
"v-window/direction": {
|
|
7903
|
+
"type": "string",
|
|
7904
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
|
|
7905
|
+
},
|
|
7770
7906
|
"v-window/mandatory": {
|
|
7771
7907
|
"type": "\"force\"",
|
|
7772
7908
|
"description": "Forces at least one item to always be selected (if available)."
|
|
@@ -7795,22 +7931,22 @@
|
|
|
7795
7931
|
"type": "any",
|
|
7796
7932
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
7797
7933
|
},
|
|
7798
|
-
"v-window-item/eager": {
|
|
7799
|
-
"type": "boolean",
|
|
7800
|
-
"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."
|
|
7801
|
-
},
|
|
7802
7934
|
"v-window-item/disabled": {
|
|
7803
7935
|
"type": "boolean",
|
|
7804
7936
|
"description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method"
|
|
7805
7937
|
},
|
|
7806
|
-
"v-window-item/transition": {
|
|
7807
|
-
"type": "string | boolean",
|
|
7808
|
-
"description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
7809
|
-
},
|
|
7810
7938
|
"v-window-item/selected-class": {
|
|
7811
7939
|
"type": "string",
|
|
7812
7940
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
7813
7941
|
},
|
|
7942
|
+
"v-window-item/eager": {
|
|
7943
|
+
"type": "boolean",
|
|
7944
|
+
"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."
|
|
7945
|
+
},
|
|
7946
|
+
"v-window-item/transition": {
|
|
7947
|
+
"type": "string | boolean",
|
|
7948
|
+
"description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
7949
|
+
},
|
|
7814
7950
|
"v-window-item/reverse-transition": {
|
|
7815
7951
|
"type": "string | boolean",
|
|
7816
7952
|
"description": "Sets the reverse transition"
|