vuetify 3.1.13 → 3.1.15
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 +173 -105
- package/dist/json/importMap.json +68 -68
- package/dist/json/tags.json +18 -1
- package/dist/json/web-types.json +518 -251
- package/dist/vuetify-labs.css +448 -420
- package/dist/vuetify-labs.d.ts +1066 -658
- package/dist/vuetify-labs.esm.js +261 -159
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +261 -159
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +63 -35
- package/dist/vuetify.d.ts +911 -562
- package/dist/vuetify.esm.js +189 -98
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +189 -98
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +745 -724
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +9 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +55 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +10 -0
- package/lib/components/VAutocomplete/index.d.ts +67 -49
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +21 -16
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +36 -15
- package/lib/components/VChip/VChip.mjs +2 -2
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +14 -14
- package/lib/components/VCombobox/VCombobox.css +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +12 -7
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +1 -1
- package/lib/components/VCombobox/index.d.ts +67 -49
- package/lib/components/VField/VField.mjs +3 -3
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +26 -20
- package/lib/components/VFileInput/VFileInput.mjs +13 -18
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +118 -79
- package/lib/components/VImg/VImg.mjs +3 -3
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +19 -19
- package/lib/components/VInput/VInput.mjs +16 -9
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +36 -15
- package/lib/components/VList/VList.mjs +2 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +12 -0
- package/lib/components/VList/VListItem.mjs +2 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +5 -0
- package/lib/components/VList/index.d.ts +14 -14
- package/lib/components/VOverlay/locationStrategies.mjs +9 -4
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +1 -0
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.css +3 -1
- package/lib/components/VProgressCircular/VProgressCircular.sass +3 -1
- package/lib/components/VProgressCircular/_variables.scss +1 -0
- package/lib/components/VProgressLinear/VProgressLinear.css +5 -2
- package/lib/components/VProgressLinear/VProgressLinear.sass +3 -0
- package/lib/components/VProgressLinear/_variables.scss +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +36 -15
- package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.ts +36 -15
- package/lib/components/VSelect/VSelect.mjs +37 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +70 -49
- package/lib/components/VSlider/VSlider.mjs +2 -2
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/index.d.ts +36 -15
- package/lib/components/VSwitch/VSwitch.mjs +5 -3
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +57 -15
- package/lib/components/VTextField/VTextField.mjs +6 -14
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +153 -99
- package/lib/components/VTextarea/VTextarea.mjs +12 -17
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +117 -72
- package/lib/components/VToolbar/VToolbar.css +2 -0
- package/lib/components/VToolbar/VToolbar.sass +2 -0
- package/lib/components/VTreeview/_mixins.sass +0 -0
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -0
- package/lib/components/VValidation/index.d.ts +10 -1
- package/lib/components/index.d.ts +891 -542
- package/lib/composables/focus.mjs +3 -2
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/items.mjs +7 -2
- package/lib/composables/items.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +2 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/mdi-svg.mjs +2 -2
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/index.d.ts +20 -20
- package/lib/labs/VDataTable/VDataTable.mjs +5 -5
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +54 -48
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +6 -4
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +5 -4
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +2 -1
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +166 -107
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +1 -0
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.ts +9 -9
- package/lib/labs/components.d.ts +175 -116
- package/lib/locale/el.mjs +0 -0
- package/lib/locale/index.mjs +0 -0
- package/lib/util/helpers.mjs +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -363,14 +363,6 @@
|
|
|
363
363
|
"type": "boolean",
|
|
364
364
|
"description": "Enables autofocus"
|
|
365
365
|
},
|
|
366
|
-
"v-autocomplete/hint": {
|
|
367
|
-
"type": "string",
|
|
368
|
-
"description": "Hint text"
|
|
369
|
-
},
|
|
370
|
-
"v-autocomplete/persistent-hint": {
|
|
371
|
-
"type": "boolean",
|
|
372
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
373
|
-
},
|
|
374
366
|
"v-autocomplete/prefix": {
|
|
375
367
|
"type": "string",
|
|
376
368
|
"description": "Displays prefix text"
|
|
@@ -399,6 +391,14 @@
|
|
|
399
391
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
400
392
|
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
|
401
393
|
},
|
|
394
|
+
"v-autocomplete/hint": {
|
|
395
|
+
"type": "string",
|
|
396
|
+
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
397
|
+
},
|
|
398
|
+
"v-autocomplete/persistent-hint": {
|
|
399
|
+
"type": "boolean",
|
|
400
|
+
"description": "Forces [hint](#props-hint) to always be visible"
|
|
401
|
+
},
|
|
402
402
|
"v-autocomplete/messages": {
|
|
403
403
|
"type": "string | string[]",
|
|
404
404
|
"description": "Displays a list of messages or message if using a string"
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
},
|
|
454
454
|
"v-autocomplete/persistent-clear": {
|
|
455
455
|
"type": "boolean",
|
|
456
|
-
"description": "
|
|
456
|
+
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
|
457
457
|
},
|
|
458
458
|
"v-autocomplete/prepend-inner-icon": {
|
|
459
459
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -475,6 +475,10 @@
|
|
|
475
475
|
"type": "(value: any) => number",
|
|
476
476
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
477
477
|
},
|
|
478
|
+
"v-autocomplete/model-modifiers": {
|
|
479
|
+
"type": "Record<string, boolean>",
|
|
480
|
+
"description": "MISSING DESCRIPTION"
|
|
481
|
+
},
|
|
478
482
|
"v-avatar/end": {
|
|
479
483
|
"type": "boolean",
|
|
480
484
|
"description": "Applies margin at the start of the component."
|
|
@@ -1369,7 +1373,7 @@
|
|
|
1369
1373
|
},
|
|
1370
1374
|
"v-checkbox/error": {
|
|
1371
1375
|
"type": "boolean",
|
|
1372
|
-
"description": "
|
|
1376
|
+
"description": "Puts the input in a manual error state"
|
|
1373
1377
|
},
|
|
1374
1378
|
"v-checkbox/density": {
|
|
1375
1379
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
@@ -1393,7 +1397,7 @@
|
|
|
1393
1397
|
},
|
|
1394
1398
|
"v-checkbox/id": {
|
|
1395
1399
|
"type": "string",
|
|
1396
|
-
"description": "
|
|
1400
|
+
"description": "Sets the DOM id on the component"
|
|
1397
1401
|
},
|
|
1398
1402
|
"v-checkbox/label": {
|
|
1399
1403
|
"type": "string",
|
|
@@ -1419,6 +1423,14 @@
|
|
|
1419
1423
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1420
1424
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
1421
1425
|
},
|
|
1426
|
+
"v-checkbox/hint": {
|
|
1427
|
+
"type": "string",
|
|
1428
|
+
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
1429
|
+
},
|
|
1430
|
+
"v-checkbox/persistent-hint": {
|
|
1431
|
+
"type": "boolean",
|
|
1432
|
+
"description": "Forces [hint](#props-hint) to always be visible"
|
|
1433
|
+
},
|
|
1422
1434
|
"v-checkbox/messages": {
|
|
1423
1435
|
"type": "string | string[]",
|
|
1424
1436
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
@@ -1437,7 +1449,7 @@
|
|
|
1437
1449
|
},
|
|
1438
1450
|
"v-checkbox/readonly": {
|
|
1439
1451
|
"type": "boolean",
|
|
1440
|
-
"description": "
|
|
1452
|
+
"description": "Puts input in readonly state"
|
|
1441
1453
|
},
|
|
1442
1454
|
"v-checkbox/rules": {
|
|
1443
1455
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]",
|
|
@@ -1497,7 +1509,7 @@
|
|
|
1497
1509
|
},
|
|
1498
1510
|
"v-checkbox-btn/error": {
|
|
1499
1511
|
"type": "boolean",
|
|
1500
|
-
"description": "
|
|
1512
|
+
"description": "Puts the input in a manual error state"
|
|
1501
1513
|
},
|
|
1502
1514
|
"v-checkbox-btn/density": {
|
|
1503
1515
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
@@ -1521,7 +1533,7 @@
|
|
|
1521
1533
|
},
|
|
1522
1534
|
"v-checkbox-btn/id": {
|
|
1523
1535
|
"type": "string",
|
|
1524
|
-
"description": "
|
|
1536
|
+
"description": "Sets the DOM id on the component"
|
|
1525
1537
|
},
|
|
1526
1538
|
"v-checkbox-btn/label": {
|
|
1527
1539
|
"type": "string",
|
|
@@ -1533,7 +1545,7 @@
|
|
|
1533
1545
|
},
|
|
1534
1546
|
"v-checkbox-btn/multiple": {
|
|
1535
1547
|
"type": "boolean",
|
|
1536
|
-
"description": "
|
|
1548
|
+
"description": "Changes select to multiple. Accepts array for value"
|
|
1537
1549
|
},
|
|
1538
1550
|
"v-checkbox-btn/value-comparator": {
|
|
1539
1551
|
"type": "(a: any, b: any) => boolean",
|
|
@@ -1541,7 +1553,7 @@
|
|
|
1541
1553
|
},
|
|
1542
1554
|
"v-checkbox-btn/readonly": {
|
|
1543
1555
|
"type": "boolean",
|
|
1544
|
-
"description": "
|
|
1556
|
+
"description": "Puts input in readonly state"
|
|
1545
1557
|
},
|
|
1546
1558
|
"v-checkbox-btn/inline": {
|
|
1547
1559
|
"type": "boolean",
|
|
@@ -1569,11 +1581,11 @@
|
|
|
1569
1581
|
},
|
|
1570
1582
|
"v-checkbox-btn/false-icon": {
|
|
1571
1583
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1572
|
-
"description": "
|
|
1584
|
+
"description": "The icon used when inactive"
|
|
1573
1585
|
},
|
|
1574
1586
|
"v-checkbox-btn/true-icon": {
|
|
1575
1587
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1576
|
-
"description": "
|
|
1588
|
+
"description": "The icon used when active"
|
|
1577
1589
|
},
|
|
1578
1590
|
"v-chip/text": {
|
|
1579
1591
|
"type": "string",
|
|
@@ -2079,14 +2091,6 @@
|
|
|
2079
2091
|
"type": "boolean",
|
|
2080
2092
|
"description": "Enables autofocus"
|
|
2081
2093
|
},
|
|
2082
|
-
"v-combobox/hint": {
|
|
2083
|
-
"type": "string",
|
|
2084
|
-
"description": "Hint text"
|
|
2085
|
-
},
|
|
2086
|
-
"v-combobox/persistent-hint": {
|
|
2087
|
-
"type": "boolean",
|
|
2088
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
2089
|
-
},
|
|
2090
2094
|
"v-combobox/prefix": {
|
|
2091
2095
|
"type": "string",
|
|
2092
2096
|
"description": "Displays prefix text"
|
|
@@ -2115,6 +2119,14 @@
|
|
|
2115
2119
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2116
2120
|
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
|
2117
2121
|
},
|
|
2122
|
+
"v-combobox/hint": {
|
|
2123
|
+
"type": "string",
|
|
2124
|
+
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
2125
|
+
},
|
|
2126
|
+
"v-combobox/persistent-hint": {
|
|
2127
|
+
"type": "boolean",
|
|
2128
|
+
"description": "Forces [hint](#props-hint) to always be visible"
|
|
2129
|
+
},
|
|
2118
2130
|
"v-combobox/messages": {
|
|
2119
2131
|
"type": "string | string[]",
|
|
2120
2132
|
"description": "Displays a list of messages or message if using a string"
|
|
@@ -2169,7 +2181,7 @@
|
|
|
2169
2181
|
},
|
|
2170
2182
|
"v-combobox/persistent-clear": {
|
|
2171
2183
|
"type": "boolean",
|
|
2172
|
-
"description": "
|
|
2184
|
+
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
|
2173
2185
|
},
|
|
2174
2186
|
"v-combobox/prepend-inner-icon": {
|
|
2175
2187
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -2191,6 +2203,10 @@
|
|
|
2191
2203
|
"type": "(value: any) => number",
|
|
2192
2204
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
2193
2205
|
},
|
|
2206
|
+
"v-combobox/model-modifiers": {
|
|
2207
|
+
"type": "Record<string, boolean>",
|
|
2208
|
+
"description": "MISSING DESCRIPTION"
|
|
2209
|
+
},
|
|
2194
2210
|
"v-combobox/delimiters": {
|
|
2195
2211
|
"type": "string[]",
|
|
2196
2212
|
"description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
|
|
@@ -2403,6 +2419,10 @@
|
|
|
2403
2419
|
"type": "any[]",
|
|
2404
2420
|
"description": "An array of strings or objects used for automatically generating children components"
|
|
2405
2421
|
},
|
|
2422
|
+
"v-data-table-server/search": {
|
|
2423
|
+
"type": "string",
|
|
2424
|
+
"description": "Text input used to filter items"
|
|
2425
|
+
},
|
|
2406
2426
|
"v-data-table-server/hide-no-data": {
|
|
2407
2427
|
"type": "boolean",
|
|
2408
2428
|
"description": "MISSING DESCRIPTION"
|
|
@@ -3073,11 +3093,11 @@
|
|
|
3073
3093
|
},
|
|
3074
3094
|
"v-field/error": {
|
|
3075
3095
|
"type": "boolean",
|
|
3076
|
-
"description": "
|
|
3096
|
+
"description": "Puts the input in a manual error state"
|
|
3077
3097
|
},
|
|
3078
3098
|
"v-field/reverse": {
|
|
3079
3099
|
"type": "boolean",
|
|
3080
|
-
"description": "
|
|
3100
|
+
"description": "Reverses the orientation "
|
|
3081
3101
|
},
|
|
3082
3102
|
"v-field/theme": {
|
|
3083
3103
|
"type": "string",
|
|
@@ -3121,7 +3141,7 @@
|
|
|
3121
3141
|
},
|
|
3122
3142
|
"v-field/clear-icon": {
|
|
3123
3143
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
3124
|
-
"description": "
|
|
3144
|
+
"description": "The icon used when the **clerable** prop is set to true"
|
|
3125
3145
|
},
|
|
3126
3146
|
"v-field/active": {
|
|
3127
3147
|
"type": "boolean",
|
|
@@ -3133,7 +3153,7 @@
|
|
|
3133
3153
|
},
|
|
3134
3154
|
"v-field/persistent-clear": {
|
|
3135
3155
|
"type": "boolean",
|
|
3136
|
-
"description": "
|
|
3156
|
+
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
|
3137
3157
|
},
|
|
3138
3158
|
"v-field/prepend-inner-icon": {
|
|
3139
3159
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -3157,7 +3177,7 @@
|
|
|
3157
3177
|
},
|
|
3158
3178
|
"v-file-input/error": {
|
|
3159
3179
|
"type": "boolean",
|
|
3160
|
-
"description": "
|
|
3180
|
+
"description": "Puts the input in a manual error state"
|
|
3161
3181
|
},
|
|
3162
3182
|
"v-file-input/density": {
|
|
3163
3183
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
@@ -3165,7 +3185,7 @@
|
|
|
3165
3185
|
},
|
|
3166
3186
|
"v-file-input/reverse": {
|
|
3167
3187
|
"type": "boolean",
|
|
3168
|
-
"description": "
|
|
3188
|
+
"description": "Reverses the orientation "
|
|
3169
3189
|
},
|
|
3170
3190
|
"v-file-input/theme": {
|
|
3171
3191
|
"type": "string",
|
|
@@ -3203,18 +3223,6 @@
|
|
|
3203
3223
|
"type": "boolean",
|
|
3204
3224
|
"description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
|
|
3205
3225
|
},
|
|
3206
|
-
"v-file-input/hint": {
|
|
3207
|
-
"type": "string",
|
|
3208
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))"
|
|
3209
|
-
},
|
|
3210
|
-
"v-file-input/persistent-hint": {
|
|
3211
|
-
"type": "boolean",
|
|
3212
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))"
|
|
3213
|
-
},
|
|
3214
|
-
"v-file-input/placeholder": {
|
|
3215
|
-
"type": "string",
|
|
3216
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))"
|
|
3217
|
-
},
|
|
3218
3226
|
"v-file-input/append-icon": {
|
|
3219
3227
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
3220
3228
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
@@ -3223,6 +3231,14 @@
|
|
|
3223
3231
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
3224
3232
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
3225
3233
|
},
|
|
3234
|
+
"v-file-input/hint": {
|
|
3235
|
+
"type": "string",
|
|
3236
|
+
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
3237
|
+
},
|
|
3238
|
+
"v-file-input/persistent-hint": {
|
|
3239
|
+
"type": "boolean",
|
|
3240
|
+
"description": "Forces [hint](#props-hint) to always be visible"
|
|
3241
|
+
},
|
|
3226
3242
|
"v-file-input/messages": {
|
|
3227
3243
|
"type": "string | string[]",
|
|
3228
3244
|
"description": "Displays a list of messages or message if using a string"
|
|
@@ -3277,7 +3293,7 @@
|
|
|
3277
3293
|
},
|
|
3278
3294
|
"v-file-input/clear-icon": {
|
|
3279
3295
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
3280
|
-
"description": "
|
|
3296
|
+
"description": "The icon used when the **clerable** prop is set to true"
|
|
3281
3297
|
},
|
|
3282
3298
|
"v-file-input/active": {
|
|
3283
3299
|
"type": "boolean",
|
|
@@ -3289,7 +3305,7 @@
|
|
|
3289
3305
|
},
|
|
3290
3306
|
"v-file-input/persistent-clear": {
|
|
3291
3307
|
"type": "boolean",
|
|
3292
|
-
"description": "
|
|
3308
|
+
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
|
3293
3309
|
},
|
|
3294
3310
|
"v-file-input/prepend-inner-icon": {
|
|
3295
3311
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -3511,6 +3527,14 @@
|
|
|
3511
3527
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
3512
3528
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
3513
3529
|
},
|
|
3530
|
+
"v-input/hint": {
|
|
3531
|
+
"type": "string",
|
|
3532
|
+
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
3533
|
+
},
|
|
3534
|
+
"v-input/persistent-hint": {
|
|
3535
|
+
"type": "boolean",
|
|
3536
|
+
"description": "Forces [hint](#props-hint) to always be visible"
|
|
3537
|
+
},
|
|
3514
3538
|
"v-input/messages": {
|
|
3515
3539
|
"type": "string | string[]",
|
|
3516
3540
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
@@ -4617,7 +4641,7 @@
|
|
|
4617
4641
|
},
|
|
4618
4642
|
"v-progress-linear/height": {
|
|
4619
4643
|
"type": "string | number",
|
|
4620
|
-
"description": "
|
|
4644
|
+
"description": "Sets the height for the component"
|
|
4621
4645
|
},
|
|
4622
4646
|
"v-progress-linear/reverse": {
|
|
4623
4647
|
"type": "boolean",
|
|
@@ -4657,7 +4681,7 @@
|
|
|
4657
4681
|
},
|
|
4658
4682
|
"v-progress-linear/max": {
|
|
4659
4683
|
"type": "string | number",
|
|
4660
|
-
"description": "
|
|
4684
|
+
"description": "Sets the maximum value the progress can reach"
|
|
4661
4685
|
},
|
|
4662
4686
|
"v-progress-linear/indeterminate": {
|
|
4663
4687
|
"type": "boolean",
|
|
@@ -4665,7 +4689,7 @@
|
|
|
4665
4689
|
},
|
|
4666
4690
|
"v-progress-linear/clickable": {
|
|
4667
4691
|
"type": "boolean",
|
|
4668
|
-
"description": "
|
|
4692
|
+
"description": "Clicking on the progress track will automatically set the value"
|
|
4669
4693
|
},
|
|
4670
4694
|
"v-progress-linear/stream": {
|
|
4671
4695
|
"type": "boolean",
|
|
@@ -4677,7 +4701,7 @@
|
|
|
4677
4701
|
},
|
|
4678
4702
|
"v-progress-linear/rounded-bar": {
|
|
4679
4703
|
"type": "boolean",
|
|
4680
|
-
"description": "
|
|
4704
|
+
"description": "Applies a border radius to the progress bar"
|
|
4681
4705
|
},
|
|
4682
4706
|
"v-progress-linear/bg-opacity": {
|
|
4683
4707
|
"type": "string | number",
|
|
@@ -4697,7 +4721,7 @@
|
|
|
4697
4721
|
},
|
|
4698
4722
|
"v-radio/error": {
|
|
4699
4723
|
"type": "boolean",
|
|
4700
|
-
"description": "
|
|
4724
|
+
"description": "Puts the input in a manual error state"
|
|
4701
4725
|
},
|
|
4702
4726
|
"v-radio/density": {
|
|
4703
4727
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
@@ -4721,7 +4745,7 @@
|
|
|
4721
4745
|
},
|
|
4722
4746
|
"v-radio/id": {
|
|
4723
4747
|
"type": "string",
|
|
4724
|
-
"description": "
|
|
4748
|
+
"description": "Sets the DOM id on the component"
|
|
4725
4749
|
},
|
|
4726
4750
|
"v-radio/label": {
|
|
4727
4751
|
"type": "string",
|
|
@@ -4733,7 +4757,7 @@
|
|
|
4733
4757
|
},
|
|
4734
4758
|
"v-radio/multiple": {
|
|
4735
4759
|
"type": "boolean",
|
|
4736
|
-
"description": "
|
|
4760
|
+
"description": "Changes select to multiple. Accepts array for value"
|
|
4737
4761
|
},
|
|
4738
4762
|
"v-radio/value-comparator": {
|
|
4739
4763
|
"type": "(a: any, b: any) => boolean",
|
|
@@ -4741,7 +4765,7 @@
|
|
|
4741
4765
|
},
|
|
4742
4766
|
"v-radio/readonly": {
|
|
4743
4767
|
"type": "boolean",
|
|
4744
|
-
"description": "
|
|
4768
|
+
"description": "Puts input in readonly state"
|
|
4745
4769
|
},
|
|
4746
4770
|
"v-radio/inline": {
|
|
4747
4771
|
"type": "boolean",
|
|
@@ -4777,7 +4801,7 @@
|
|
|
4777
4801
|
},
|
|
4778
4802
|
"v-radio-group/error": {
|
|
4779
4803
|
"type": "boolean",
|
|
4780
|
-
"description": "
|
|
4804
|
+
"description": "Puts the input in a manual error state"
|
|
4781
4805
|
},
|
|
4782
4806
|
"v-radio-group/density": {
|
|
4783
4807
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
@@ -4801,7 +4825,7 @@
|
|
|
4801
4825
|
},
|
|
4802
4826
|
"v-radio-group/id": {
|
|
4803
4827
|
"type": "string",
|
|
4804
|
-
"description": "
|
|
4828
|
+
"description": "Sets the DOM id on the component"
|
|
4805
4829
|
},
|
|
4806
4830
|
"v-radio-group/label": {
|
|
4807
4831
|
"type": "string",
|
|
@@ -4823,6 +4847,14 @@
|
|
|
4823
4847
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
4824
4848
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
4825
4849
|
},
|
|
4850
|
+
"v-radio-group/hint": {
|
|
4851
|
+
"type": "string",
|
|
4852
|
+
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
4853
|
+
},
|
|
4854
|
+
"v-radio-group/persistent-hint": {
|
|
4855
|
+
"type": "boolean",
|
|
4856
|
+
"description": "Forces [hint](#props-hint) to always be visible"
|
|
4857
|
+
},
|
|
4826
4858
|
"v-radio-group/messages": {
|
|
4827
4859
|
"type": "string | string[]",
|
|
4828
4860
|
"description": "Displays a list of messages or message if using a string"
|
|
@@ -4841,7 +4873,7 @@
|
|
|
4841
4873
|
},
|
|
4842
4874
|
"v-radio-group/readonly": {
|
|
4843
4875
|
"type": "boolean",
|
|
4844
|
-
"description": "
|
|
4876
|
+
"description": "Puts input in readonly state"
|
|
4845
4877
|
},
|
|
4846
4878
|
"v-radio-group/rules": {
|
|
4847
4879
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]",
|
|
@@ -4931,6 +4963,14 @@
|
|
|
4931
4963
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
4932
4964
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
4933
4965
|
},
|
|
4966
|
+
"v-range-slider/hint": {
|
|
4967
|
+
"type": "string",
|
|
4968
|
+
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
4969
|
+
},
|
|
4970
|
+
"v-range-slider/persistent-hint": {
|
|
4971
|
+
"type": "boolean",
|
|
4972
|
+
"description": "Forces [hint](#props-hint) to always be visible"
|
|
4973
|
+
},
|
|
4934
4974
|
"v-range-slider/messages": {
|
|
4935
4975
|
"type": "string | string[]",
|
|
4936
4976
|
"description": "Displays a list of messages or message if using a string"
|
|
@@ -5467,14 +5507,6 @@
|
|
|
5467
5507
|
"type": "boolean",
|
|
5468
5508
|
"description": "Enables autofocus"
|
|
5469
5509
|
},
|
|
5470
|
-
"v-select/hint": {
|
|
5471
|
-
"type": "string",
|
|
5472
|
-
"description": "Hint text"
|
|
5473
|
-
},
|
|
5474
|
-
"v-select/persistent-hint": {
|
|
5475
|
-
"type": "boolean",
|
|
5476
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
5477
|
-
},
|
|
5478
5510
|
"v-select/prefix": {
|
|
5479
5511
|
"type": "string",
|
|
5480
5512
|
"description": "Displays prefix text"
|
|
@@ -5503,6 +5535,14 @@
|
|
|
5503
5535
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
5504
5536
|
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
|
5505
5537
|
},
|
|
5538
|
+
"v-select/hint": {
|
|
5539
|
+
"type": "string",
|
|
5540
|
+
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
5541
|
+
},
|
|
5542
|
+
"v-select/persistent-hint": {
|
|
5543
|
+
"type": "boolean",
|
|
5544
|
+
"description": "Forces [hint](#props-hint) to always be visible"
|
|
5545
|
+
},
|
|
5506
5546
|
"v-select/messages": {
|
|
5507
5547
|
"type": "string | string[]",
|
|
5508
5548
|
"description": "Displays a list of messages or message if using a string"
|
|
@@ -5557,7 +5597,7 @@
|
|
|
5557
5597
|
},
|
|
5558
5598
|
"v-select/persistent-clear": {
|
|
5559
5599
|
"type": "boolean",
|
|
5560
|
-
"description": "
|
|
5600
|
+
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
|
5561
5601
|
},
|
|
5562
5602
|
"v-select/prepend-inner-icon": {
|
|
5563
5603
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -5579,6 +5619,10 @@
|
|
|
5579
5619
|
"type": "(value: any) => number",
|
|
5580
5620
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
5581
5621
|
},
|
|
5622
|
+
"v-select/model-modifiers": {
|
|
5623
|
+
"type": "Record<string, boolean>",
|
|
5624
|
+
"description": "MISSING DESCRIPTION"
|
|
5625
|
+
},
|
|
5582
5626
|
"v-selection-control/type": {
|
|
5583
5627
|
"type": "string",
|
|
5584
5628
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
|
|
@@ -5589,7 +5633,7 @@
|
|
|
5589
5633
|
},
|
|
5590
5634
|
"v-selection-control/error": {
|
|
5591
5635
|
"type": "boolean",
|
|
5592
|
-
"description": "
|
|
5636
|
+
"description": "Puts the input in a manual error state"
|
|
5593
5637
|
},
|
|
5594
5638
|
"v-selection-control/density": {
|
|
5595
5639
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
@@ -5613,7 +5657,7 @@
|
|
|
5613
5657
|
},
|
|
5614
5658
|
"v-selection-control/id": {
|
|
5615
5659
|
"type": "string",
|
|
5616
|
-
"description": "
|
|
5660
|
+
"description": "Sets the DOM id on the component"
|
|
5617
5661
|
},
|
|
5618
5662
|
"v-selection-control/label": {
|
|
5619
5663
|
"type": "string",
|
|
@@ -5625,7 +5669,7 @@
|
|
|
5625
5669
|
},
|
|
5626
5670
|
"v-selection-control/multiple": {
|
|
5627
5671
|
"type": "boolean",
|
|
5628
|
-
"description": "
|
|
5672
|
+
"description": "Changes select to multiple. Accepts array for value"
|
|
5629
5673
|
},
|
|
5630
5674
|
"v-selection-control/value-comparator": {
|
|
5631
5675
|
"type": "(a: any, b: any) => boolean",
|
|
@@ -5633,7 +5677,7 @@
|
|
|
5633
5677
|
},
|
|
5634
5678
|
"v-selection-control/readonly": {
|
|
5635
5679
|
"type": "boolean",
|
|
5636
|
-
"description": "
|
|
5680
|
+
"description": "Puts input in readonly state"
|
|
5637
5681
|
},
|
|
5638
5682
|
"v-selection-control/inline": {
|
|
5639
5683
|
"type": "boolean",
|
|
@@ -5653,11 +5697,11 @@
|
|
|
5653
5697
|
},
|
|
5654
5698
|
"v-selection-control/false-icon": {
|
|
5655
5699
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
5656
|
-
"description": "
|
|
5700
|
+
"description": "The icon used when inactive"
|
|
5657
5701
|
},
|
|
5658
5702
|
"v-selection-control/true-icon": {
|
|
5659
5703
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
5660
|
-
"description": "
|
|
5704
|
+
"description": "The icon used when active"
|
|
5661
5705
|
},
|
|
5662
5706
|
"v-selection-control-group/type": {
|
|
5663
5707
|
"type": "string",
|
|
@@ -5669,7 +5713,7 @@
|
|
|
5669
5713
|
},
|
|
5670
5714
|
"v-selection-control-group/error": {
|
|
5671
5715
|
"type": "boolean",
|
|
5672
|
-
"description": "
|
|
5716
|
+
"description": "Puts the input in a manual error state"
|
|
5673
5717
|
},
|
|
5674
5718
|
"v-selection-control-group/density": {
|
|
5675
5719
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
@@ -5689,7 +5733,7 @@
|
|
|
5689
5733
|
},
|
|
5690
5734
|
"v-selection-control-group/id": {
|
|
5691
5735
|
"type": "string",
|
|
5692
|
-
"description": "
|
|
5736
|
+
"description": "Sets the DOM id on the component"
|
|
5693
5737
|
},
|
|
5694
5738
|
"v-selection-control-group/disabled": {
|
|
5695
5739
|
"type": "boolean",
|
|
@@ -5697,7 +5741,7 @@
|
|
|
5697
5741
|
},
|
|
5698
5742
|
"v-selection-control-group/multiple": {
|
|
5699
5743
|
"type": "boolean",
|
|
5700
|
-
"description": "
|
|
5744
|
+
"description": "Changes select to multiple. Accepts array for value"
|
|
5701
5745
|
},
|
|
5702
5746
|
"v-selection-control-group/value-comparator": {
|
|
5703
5747
|
"type": "(a: any, b: any) => boolean",
|
|
@@ -5705,7 +5749,7 @@
|
|
|
5705
5749
|
},
|
|
5706
5750
|
"v-selection-control-group/readonly": {
|
|
5707
5751
|
"type": "boolean",
|
|
5708
|
-
"description": "
|
|
5752
|
+
"description": "Puts input in readonly state"
|
|
5709
5753
|
},
|
|
5710
5754
|
"v-selection-control-group/inline": {
|
|
5711
5755
|
"type": "boolean",
|
|
@@ -5717,11 +5761,11 @@
|
|
|
5717
5761
|
},
|
|
5718
5762
|
"v-selection-control-group/false-icon": {
|
|
5719
5763
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
5720
|
-
"description": "
|
|
5764
|
+
"description": "The icon used when inactive"
|
|
5721
5765
|
},
|
|
5722
5766
|
"v-selection-control-group/true-icon": {
|
|
5723
5767
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
5724
|
-
"description": "
|
|
5768
|
+
"description": "The icon used when active"
|
|
5725
5769
|
},
|
|
5726
5770
|
"v-selection-control-group/defaults-target": {
|
|
5727
5771
|
"type": "string",
|
|
@@ -5784,7 +5828,7 @@
|
|
|
5784
5828
|
"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)"
|
|
5785
5829
|
},
|
|
5786
5830
|
"v-skeleton-loader/type": {
|
|
5787
|
-
"type": "\"text\" | \"image\" | \"chip\" | \"actions\" | \"avatar\" | \"button\" | \"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\" | \"chip\" | \"actions\" | \"avatar\" | \"button\" | \"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\")[]",
|
|
5831
|
+
"type": "\"text\" | \"image\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"button\" | \"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\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"button\" | \"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\")[]",
|
|
5788
5832
|
"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."
|
|
5789
5833
|
},
|
|
5790
5834
|
"v-skeleton-loader/height": {
|
|
@@ -6047,6 +6091,14 @@
|
|
|
6047
6091
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
6048
6092
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
6049
6093
|
},
|
|
6094
|
+
"v-slider/hint": {
|
|
6095
|
+
"type": "string",
|
|
6096
|
+
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
6097
|
+
},
|
|
6098
|
+
"v-slider/persistent-hint": {
|
|
6099
|
+
"type": "boolean",
|
|
6100
|
+
"description": "Forces [hint](#props-hint) to always be visible"
|
|
6101
|
+
},
|
|
6050
6102
|
"v-slider/messages": {
|
|
6051
6103
|
"type": "string | string[]",
|
|
6052
6104
|
"description": "Displays a list of messages or message if using a string"
|
|
@@ -6309,7 +6361,7 @@
|
|
|
6309
6361
|
},
|
|
6310
6362
|
"v-switch/error": {
|
|
6311
6363
|
"type": "boolean",
|
|
6312
|
-
"description": "
|
|
6364
|
+
"description": "Puts the input in a manual error state"
|
|
6313
6365
|
},
|
|
6314
6366
|
"v-switch/density": {
|
|
6315
6367
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
@@ -6333,7 +6385,7 @@
|
|
|
6333
6385
|
},
|
|
6334
6386
|
"v-switch/id": {
|
|
6335
6387
|
"type": "string",
|
|
6336
|
-
"description": "
|
|
6388
|
+
"description": "Sets the DOM id on the component"
|
|
6337
6389
|
},
|
|
6338
6390
|
"v-switch/label": {
|
|
6339
6391
|
"type": "string",
|
|
@@ -6359,6 +6411,14 @@
|
|
|
6359
6411
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
6360
6412
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
6361
6413
|
},
|
|
6414
|
+
"v-switch/hint": {
|
|
6415
|
+
"type": "string",
|
|
6416
|
+
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
6417
|
+
},
|
|
6418
|
+
"v-switch/persistent-hint": {
|
|
6419
|
+
"type": "boolean",
|
|
6420
|
+
"description": "Forces [hint](#props-hint) to always be visible"
|
|
6421
|
+
},
|
|
6362
6422
|
"v-switch/messages": {
|
|
6363
6423
|
"type": "string | string[]",
|
|
6364
6424
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
|
|
@@ -6377,7 +6437,7 @@
|
|
|
6377
6437
|
},
|
|
6378
6438
|
"v-switch/readonly": {
|
|
6379
6439
|
"type": "boolean",
|
|
6380
|
-
"description": "
|
|
6440
|
+
"description": "Puts input in readonly state"
|
|
6381
6441
|
},
|
|
6382
6442
|
"v-switch/rules": {
|
|
6383
6443
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]",
|
|
@@ -6425,11 +6485,11 @@
|
|
|
6425
6485
|
},
|
|
6426
6486
|
"v-switch/false-icon": {
|
|
6427
6487
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
6428
|
-
"description": "
|
|
6488
|
+
"description": "The icon used when inactive"
|
|
6429
6489
|
},
|
|
6430
6490
|
"v-switch/true-icon": {
|
|
6431
6491
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
6432
|
-
"description": "
|
|
6492
|
+
"description": "The icon used when active"
|
|
6433
6493
|
},
|
|
6434
6494
|
"v-switch/inset": {
|
|
6435
6495
|
"type": "boolean",
|
|
@@ -6783,14 +6843,6 @@
|
|
|
6783
6843
|
"type": "boolean",
|
|
6784
6844
|
"description": "Enables autofocus"
|
|
6785
6845
|
},
|
|
6786
|
-
"v-text-field/hint": {
|
|
6787
|
-
"type": "string",
|
|
6788
|
-
"description": "Hint text"
|
|
6789
|
-
},
|
|
6790
|
-
"v-text-field/persistent-hint": {
|
|
6791
|
-
"type": "boolean",
|
|
6792
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
6793
|
-
},
|
|
6794
6846
|
"v-text-field/prefix": {
|
|
6795
6847
|
"type": "string",
|
|
6796
6848
|
"description": "Displays prefix text"
|
|
@@ -6819,6 +6871,14 @@
|
|
|
6819
6871
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
6820
6872
|
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
|
6821
6873
|
},
|
|
6874
|
+
"v-text-field/hint": {
|
|
6875
|
+
"type": "string",
|
|
6876
|
+
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
6877
|
+
},
|
|
6878
|
+
"v-text-field/persistent-hint": {
|
|
6879
|
+
"type": "boolean",
|
|
6880
|
+
"description": "Forces [hint](#props-hint) to always be visible"
|
|
6881
|
+
},
|
|
6822
6882
|
"v-text-field/messages": {
|
|
6823
6883
|
"type": "string | string[]",
|
|
6824
6884
|
"description": "Displays a list of messages or message if using a string"
|
|
@@ -6885,7 +6945,7 @@
|
|
|
6885
6945
|
},
|
|
6886
6946
|
"v-text-field/persistent-clear": {
|
|
6887
6947
|
"type": "boolean",
|
|
6888
|
-
"description": "
|
|
6948
|
+
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
|
6889
6949
|
},
|
|
6890
6950
|
"v-text-field/prepend-inner-icon": {
|
|
6891
6951
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -6907,6 +6967,10 @@
|
|
|
6907
6967
|
"type": "(value: any) => number",
|
|
6908
6968
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
|
|
6909
6969
|
},
|
|
6970
|
+
"v-text-field/model-modifiers": {
|
|
6971
|
+
"type": "Record<string, boolean>",
|
|
6972
|
+
"description": "MISSING DESCRIPTION"
|
|
6973
|
+
},
|
|
6910
6974
|
"v-textarea/model-value": {
|
|
6911
6975
|
"type": "any",
|
|
6912
6976
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
@@ -6921,7 +6985,7 @@
|
|
|
6921
6985
|
},
|
|
6922
6986
|
"v-textarea/reverse": {
|
|
6923
6987
|
"type": "boolean",
|
|
6924
|
-
"description": "
|
|
6988
|
+
"description": "Reverses the orientation "
|
|
6925
6989
|
},
|
|
6926
6990
|
"v-textarea/theme": {
|
|
6927
6991
|
"type": "string",
|
|
@@ -6955,14 +7019,6 @@
|
|
|
6955
7019
|
"type": "boolean",
|
|
6956
7020
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
6957
7021
|
},
|
|
6958
|
-
"v-textarea/hint": {
|
|
6959
|
-
"type": "string",
|
|
6960
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
6961
|
-
},
|
|
6962
|
-
"v-textarea/persistent-hint": {
|
|
6963
|
-
"type": "boolean",
|
|
6964
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
6965
|
-
},
|
|
6966
7022
|
"v-textarea/prefix": {
|
|
6967
7023
|
"type": "string",
|
|
6968
7024
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
@@ -6991,6 +7047,14 @@
|
|
|
6991
7047
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
6992
7048
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
6993
7049
|
},
|
|
7050
|
+
"v-textarea/hint": {
|
|
7051
|
+
"type": "string",
|
|
7052
|
+
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
|
|
7053
|
+
},
|
|
7054
|
+
"v-textarea/persistent-hint": {
|
|
7055
|
+
"type": "boolean",
|
|
7056
|
+
"description": "Forces [hint](#props-hint) to always be visible"
|
|
7057
|
+
},
|
|
6994
7058
|
"v-textarea/messages": {
|
|
6995
7059
|
"type": "string | string[]",
|
|
6996
7060
|
"description": "Displays a list of messages or message if using a string"
|
|
@@ -7045,7 +7109,7 @@
|
|
|
7045
7109
|
},
|
|
7046
7110
|
"v-textarea/clear-icon": {
|
|
7047
7111
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
7048
|
-
"description": "
|
|
7112
|
+
"description": "The icon used when the **clerable** prop is set to true"
|
|
7049
7113
|
},
|
|
7050
7114
|
"v-textarea/active": {
|
|
7051
7115
|
"type": "boolean",
|
|
@@ -7057,7 +7121,7 @@
|
|
|
7057
7121
|
},
|
|
7058
7122
|
"v-textarea/persistent-clear": {
|
|
7059
7123
|
"type": "boolean",
|
|
7060
|
-
"description": "
|
|
7124
|
+
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
|
7061
7125
|
},
|
|
7062
7126
|
"v-textarea/prepend-inner-icon": {
|
|
7063
7127
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -7079,6 +7143,10 @@
|
|
|
7079
7143
|
"type": "(value: any) => number",
|
|
7080
7144
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
|
7081
7145
|
},
|
|
7146
|
+
"v-textarea/model-modifiers": {
|
|
7147
|
+
"type": "Record<string, boolean>",
|
|
7148
|
+
"description": "MISSING DESCRIPTION"
|
|
7149
|
+
},
|
|
7082
7150
|
"v-textarea/auto-grow": {
|
|
7083
7151
|
"type": "boolean",
|
|
7084
7152
|
"description": "Automatically grow the textarea depending on amount of text"
|