vuetify 3.3.15 → 3.3.16
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 +427 -403
- package/dist/json/importMap.json +4 -4
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +908 -879
- package/dist/vuetify-labs.css +245 -240
- package/dist/vuetify-labs.d.ts +162 -144
- package/dist/vuetify-labs.esm.js +121 -136
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +121 -136
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +92 -88
- package/dist/vuetify.d.ts +99 -81
- package/dist/vuetify.esm.js +113 -130
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +113 -130
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +223 -224
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +2 -0
- package/lib/blueprints/md1.d.mts +2 -0
- package/lib/blueprints/md2.d.mts +2 -0
- package/lib/blueprints/md3.d.mts +2 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +16 -26
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +40 -38
- package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -0
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +28 -34
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +1 -0
- package/lib/components/VCombobox/VCombobox.mjs +15 -25
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +40 -38
- package/lib/components/VField/VField.css +3 -2
- package/lib/components/VField/VField.sass +3 -2
- package/lib/components/VLabel/VLabel.css +1 -0
- package/lib/components/VLabel/VLabel.sass +1 -0
- package/lib/components/VLabel/_variables.scss +1 -1
- package/lib/components/VList/index.d.mts +21 -3
- package/lib/components/VSelect/VSelect.mjs +9 -23
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +14 -11
- package/lib/components/VSelectionControl/VSelectionControl.css +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VTabs/VTab.css +1 -0
- package/lib/components/VTabs/VTab.mjs +2 -3
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTab.sass +1 -0
- package/lib/components/VTabs/_variables.scss +1 -0
- package/lib/components/index.d.mts +96 -80
- package/lib/composables/filter.mjs +4 -4
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/list-items.mjs +26 -15
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +3 -1
- package/lib/labs/VBottomSheet/VBottomSheet.css +1 -0
- package/lib/labs/VBottomSheet/VBottomSheet.sass +2 -0
- package/lib/labs/VBottomSheet/_variables.scss +1 -0
- package/lib/labs/VDataIterator/index.d.mts +30 -26
- package/lib/labs/VDataTable/index.d.mts +43 -39
- package/lib/labs/VDataTable/types.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePicker.mjs +4 -2
- package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerControls.mjs +4 -4
- package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerYears.css +1 -1
- package/lib/labs/VDatePicker/VDatePickerYears.sass +1 -1
- package/lib/labs/VDatePicker/index.d.mts +24 -24
- package/lib/labs/VDateRangePicker/index.d.mts +8 -8
- package/lib/labs/components.d.mts +80 -76
- package/lib/labs/date/DateAdapter.mjs.map +1 -1
- package/lib/labs/date/adapters/vuetify.d.mts +4 -0
- package/lib/labs/date/adapters/vuetify.mjs +13 -0
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
- package/lib/labs/date/index.d.mts +4 -0
- package/package.json +2 -2
|
@@ -81,7 +81,9 @@
|
|
|
81
81
|
},
|
|
82
82
|
"v-alert/position": {
|
|
83
83
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
84
|
-
"description":
|
|
84
|
+
"description": {
|
|
85
|
+
"position": "Sets the position for the component"
|
|
86
|
+
}
|
|
85
87
|
},
|
|
86
88
|
"v-alert/rounded": {
|
|
87
89
|
"type": "string | number | boolean\n",
|
|
@@ -117,7 +119,7 @@
|
|
|
117
119
|
},
|
|
118
120
|
"v-app/overlaps": {
|
|
119
121
|
"type": "string[]\n",
|
|
120
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
122
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/layout.json))"
|
|
121
123
|
},
|
|
122
124
|
"v-app-bar/title": {
|
|
123
125
|
"type": "string\n",
|
|
@@ -269,7 +271,9 @@
|
|
|
269
271
|
},
|
|
270
272
|
"v-app-bar-nav-icon/position": {
|
|
271
273
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
272
|
-
"description":
|
|
274
|
+
"description": {
|
|
275
|
+
"position": "Sets the position for the component"
|
|
276
|
+
}
|
|
273
277
|
},
|
|
274
278
|
"v-app-bar-nav-icon/rounded": {
|
|
275
279
|
"type": "string | number | boolean\n",
|
|
@@ -341,7 +345,7 @@
|
|
|
341
345
|
},
|
|
342
346
|
"v-app-bar-nav-icon/replace": {
|
|
343
347
|
"type": "boolean\n",
|
|
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 [
|
|
348
|
+
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
|
345
349
|
},
|
|
346
350
|
"v-app-bar-nav-icon/exact": {
|
|
347
351
|
"type": "boolean\n",
|
|
@@ -361,7 +365,7 @@
|
|
|
361
365
|
},
|
|
362
366
|
"v-autocomplete/flat": {
|
|
363
367
|
"type": "boolean\n",
|
|
364
|
-
"description": "Removes
|
|
368
|
+
"description": "Removes box shadow when using a variant with elevation"
|
|
365
369
|
},
|
|
366
370
|
"v-autocomplete/type": {
|
|
367
371
|
"type": "string\n",
|
|
@@ -465,19 +469,19 @@
|
|
|
465
469
|
},
|
|
466
470
|
"v-autocomplete/chips": {
|
|
467
471
|
"type": "boolean\n",
|
|
468
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
472
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
|
|
469
473
|
},
|
|
470
474
|
"v-autocomplete/closable-chips": {
|
|
471
475
|
"type": "boolean\n",
|
|
472
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
476
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
|
|
473
477
|
},
|
|
474
478
|
"v-autocomplete/close-text": {
|
|
475
479
|
"type": "string\n",
|
|
476
|
-
"description": "MISSING DESCRIPTION"
|
|
480
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
|
|
477
481
|
},
|
|
478
482
|
"v-autocomplete/open-text": {
|
|
479
483
|
"type": "string\n",
|
|
480
|
-
"description": "MISSING DESCRIPTION"
|
|
484
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
|
|
481
485
|
},
|
|
482
486
|
"v-autocomplete/eager": {
|
|
483
487
|
"type": "boolean\n",
|
|
@@ -489,7 +493,7 @@
|
|
|
489
493
|
},
|
|
490
494
|
"v-autocomplete/hide-selected": {
|
|
491
495
|
"type": "boolean\n",
|
|
492
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
496
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
|
|
493
497
|
},
|
|
494
498
|
"v-autocomplete/menu": {
|
|
495
499
|
"type": "boolean\n",
|
|
@@ -509,7 +513,7 @@
|
|
|
509
513
|
},
|
|
510
514
|
"v-autocomplete/multiple": {
|
|
511
515
|
"type": "boolean\n",
|
|
512
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
516
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
|
|
513
517
|
},
|
|
514
518
|
"v-autocomplete/no-data-text": {
|
|
515
519
|
"type": "string\n",
|
|
@@ -517,15 +521,11 @@
|
|
|
517
521
|
},
|
|
518
522
|
"v-autocomplete/open-on-clear": {
|
|
519
523
|
"type": "boolean\n",
|
|
520
|
-
"description": "
|
|
521
|
-
},
|
|
522
|
-
"v-autocomplete/value-comparator": {
|
|
523
|
-
"type": "(a: any, b: any) => boolean\n",
|
|
524
|
-
"description": "Apply a custom comparison algorithm used for values"
|
|
524
|
+
"description": "Open's the menu whenever the clear icon is clicked"
|
|
525
525
|
},
|
|
526
526
|
"v-autocomplete/item-color": {
|
|
527
527
|
"type": "string\n",
|
|
528
|
-
"description": "MISSING DESCRIPTION"
|
|
528
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
|
|
529
529
|
},
|
|
530
530
|
"v-autocomplete/item-title": {
|
|
531
531
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
@@ -547,6 +547,10 @@
|
|
|
547
547
|
"type": "boolean\n",
|
|
548
548
|
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
|
549
549
|
},
|
|
550
|
+
"v-autocomplete/value-comparator": {
|
|
551
|
+
"type": "(a: any, b: any) => boolean\n",
|
|
552
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
553
|
+
},
|
|
550
554
|
"v-autocomplete/autofocus": {
|
|
551
555
|
"type": "boolean\n",
|
|
552
556
|
"description": "Enables autofocus"
|
|
@@ -573,7 +577,7 @@
|
|
|
573
577
|
},
|
|
574
578
|
"v-autocomplete/role": {
|
|
575
579
|
"type": "string\n",
|
|
576
|
-
"description": "
|
|
580
|
+
"description": "The role attribute applied to the input"
|
|
577
581
|
},
|
|
578
582
|
"v-autocomplete/center-affix": {
|
|
579
583
|
"type": "boolean\n",
|
|
@@ -829,11 +833,13 @@
|
|
|
829
833
|
},
|
|
830
834
|
"v-banner/position": {
|
|
831
835
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
832
|
-
"description":
|
|
836
|
+
"description": {
|
|
837
|
+
"position": "Sets the position for the component"
|
|
838
|
+
}
|
|
833
839
|
},
|
|
834
840
|
"v-banner/sticky": {
|
|
835
841
|
"type": "boolean\n",
|
|
836
|
-
"description": "Applies
|
|
842
|
+
"description": "Applies `position: sticky` to the component with `top: 0`. You can find more information on the [MDN documentation for sticky position](https://developer.mozilla.org/en-US/docs/Web/CSS/position)."
|
|
837
843
|
},
|
|
838
844
|
"v-banner/rounded": {
|
|
839
845
|
"type": "string | number | boolean\n",
|
|
@@ -853,7 +859,7 @@
|
|
|
853
859
|
},
|
|
854
860
|
"v-banner/stacked": {
|
|
855
861
|
"type": "boolean\n",
|
|
856
|
-
"description": "Forces the banner actions onto a new line. This is
|
|
862
|
+
"description": "Forces the banner actions onto a new line. This is not applicable when the banner has `lines=\"one\"`."
|
|
857
863
|
},
|
|
858
864
|
"v-banner/avatar": {
|
|
859
865
|
"type": "string\n",
|
|
@@ -989,7 +995,7 @@
|
|
|
989
995
|
},
|
|
990
996
|
"v-bottom-sheet/location": {
|
|
991
997
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
992
|
-
"description": "
|
|
998
|
+
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both."
|
|
993
999
|
},
|
|
994
1000
|
"v-bottom-sheet/absolute": {
|
|
995
1001
|
"type": "boolean\n",
|
|
@@ -1013,7 +1019,7 @@
|
|
|
1013
1019
|
},
|
|
1014
1020
|
"v-bottom-sheet/activator": {
|
|
1015
1021
|
"type": "string | Element | ComponentPublicInstance\n",
|
|
1016
|
-
"description": "
|
|
1022
|
+
"description": "Explicitly sets the overlay's activator"
|
|
1017
1023
|
},
|
|
1018
1024
|
"v-bottom-sheet/close-on-back": {
|
|
1019
1025
|
"type": "boolean\n",
|
|
@@ -1029,7 +1035,7 @@
|
|
|
1029
1035
|
},
|
|
1030
1036
|
"v-bottom-sheet/content-props": {
|
|
1031
1037
|
"type": "any\n",
|
|
1032
|
-
"description": "
|
|
1038
|
+
"description": "Apply custom properties to the content"
|
|
1033
1039
|
},
|
|
1034
1040
|
"v-bottom-sheet/no-click-animation": {
|
|
1035
1041
|
"type": "boolean\n",
|
|
@@ -1045,19 +1051,19 @@
|
|
|
1045
1051
|
},
|
|
1046
1052
|
"v-bottom-sheet/activator-props": {
|
|
1047
1053
|
"type": "{}\n",
|
|
1048
|
-
"description": "
|
|
1054
|
+
"description": "Apply custom properties to the activator"
|
|
1049
1055
|
},
|
|
1050
1056
|
"v-bottom-sheet/open-on-click": {
|
|
1051
1057
|
"type": "boolean\n",
|
|
1052
|
-
"description": "
|
|
1058
|
+
"description": "Activate the component when the activator is clicked"
|
|
1053
1059
|
},
|
|
1054
1060
|
"v-bottom-sheet/open-on-hover": {
|
|
1055
1061
|
"type": "boolean\n",
|
|
1056
|
-
"description": "
|
|
1062
|
+
"description": "Designates whether component should activate when its activator is hovered."
|
|
1057
1063
|
},
|
|
1058
1064
|
"v-bottom-sheet/open-on-focus": {
|
|
1059
1065
|
"type": "boolean\n",
|
|
1060
|
-
"description": "
|
|
1066
|
+
"description": "Activate the component when the activator is focused"
|
|
1061
1067
|
},
|
|
1062
1068
|
"v-bottom-sheet/close-on-content-click": {
|
|
1063
1069
|
"type": "boolean\n",
|
|
@@ -1085,7 +1091,7 @@
|
|
|
1085
1091
|
},
|
|
1086
1092
|
"v-bottom-sheet/scroll-strategy": {
|
|
1087
1093
|
"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>\n",
|
|
1088
|
-
"description": "
|
|
1094
|
+
"description": "Strategy used when the component is activate and user scrolls."
|
|
1089
1095
|
},
|
|
1090
1096
|
"v-bottom-sheet/transition": {
|
|
1091
1097
|
"type": "string | { component: Component }\n",
|
|
@@ -1185,7 +1191,7 @@
|
|
|
1185
1191
|
},
|
|
1186
1192
|
"v-breadcrumbs-item/replace": {
|
|
1187
1193
|
"type": "boolean\n",
|
|
1188
|
-
"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 [
|
|
1194
|
+
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
|
1189
1195
|
},
|
|
1190
1196
|
"v-breadcrumbs-item/exact": {
|
|
1191
1197
|
"type": "boolean\n",
|
|
@@ -1261,7 +1267,9 @@
|
|
|
1261
1267
|
},
|
|
1262
1268
|
"v-btn/position": {
|
|
1263
1269
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
1264
|
-
"description":
|
|
1270
|
+
"description": {
|
|
1271
|
+
"position": "Sets the position for the component"
|
|
1272
|
+
}
|
|
1265
1273
|
},
|
|
1266
1274
|
"v-btn/rounded": {
|
|
1267
1275
|
"type": "string | number | boolean\n",
|
|
@@ -1333,7 +1341,7 @@
|
|
|
1333
1341
|
},
|
|
1334
1342
|
"v-btn/replace": {
|
|
1335
1343
|
"type": "boolean\n",
|
|
1336
|
-
"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 [
|
|
1344
|
+
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
|
1337
1345
|
},
|
|
1338
1346
|
"v-btn/exact": {
|
|
1339
1347
|
"type": "boolean\n",
|
|
@@ -1493,7 +1501,9 @@
|
|
|
1493
1501
|
},
|
|
1494
1502
|
"v-card/position": {
|
|
1495
1503
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
1496
|
-
"description":
|
|
1504
|
+
"description": {
|
|
1505
|
+
"position": "Sets the position for the component"
|
|
1506
|
+
}
|
|
1497
1507
|
},
|
|
1498
1508
|
"v-card/rounded": {
|
|
1499
1509
|
"type": "string | number | boolean\n",
|
|
@@ -1545,7 +1555,7 @@
|
|
|
1545
1555
|
},
|
|
1546
1556
|
"v-card/replace": {
|
|
1547
1557
|
"type": "boolean\n",
|
|
1548
|
-
"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 [
|
|
1558
|
+
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
|
1549
1559
|
},
|
|
1550
1560
|
"v-card/exact": {
|
|
1551
1561
|
"type": "boolean\n",
|
|
@@ -1797,7 +1807,7 @@
|
|
|
1797
1807
|
},
|
|
1798
1808
|
"v-checkbox/type": {
|
|
1799
1809
|
"type": "string\n",
|
|
1800
|
-
"description": "MISSING DESCRIPTION"
|
|
1810
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
1801
1811
|
},
|
|
1802
1812
|
"v-checkbox/model-value": {
|
|
1803
1813
|
"type": "any\n",
|
|
@@ -1829,7 +1839,7 @@
|
|
|
1829
1839
|
},
|
|
1830
1840
|
"v-checkbox/id": {
|
|
1831
1841
|
"type": "string\n",
|
|
1832
|
-
"description": "MISSING DESCRIPTION"
|
|
1842
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
1833
1843
|
},
|
|
1834
1844
|
"v-checkbox/prepend-icon": {
|
|
1835
1845
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
@@ -1857,11 +1867,11 @@
|
|
|
1857
1867
|
},
|
|
1858
1868
|
"v-checkbox/value-comparator": {
|
|
1859
1869
|
"type": "(a: any, b: any) => boolean\n",
|
|
1860
|
-
"description": "Apply a custom comparison algorithm
|
|
1870
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
1861
1871
|
},
|
|
1862
1872
|
"v-checkbox/center-affix": {
|
|
1863
1873
|
"type": "boolean\n",
|
|
1864
|
-
"description": "MISSING DESCRIPTION"
|
|
1874
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VInput.json))"
|
|
1865
1875
|
},
|
|
1866
1876
|
"v-checkbox/hint": {
|
|
1867
1877
|
"type": "string\n",
|
|
@@ -1929,7 +1939,7 @@
|
|
|
1929
1939
|
},
|
|
1930
1940
|
"v-checkbox/defaults-target": {
|
|
1931
1941
|
"type": "string\n",
|
|
1932
|
-
"description": "MISSING DESCRIPTION"
|
|
1942
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
1933
1943
|
},
|
|
1934
1944
|
"v-checkbox/false-icon": {
|
|
1935
1945
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
@@ -1941,7 +1951,7 @@
|
|
|
1941
1951
|
},
|
|
1942
1952
|
"v-checkbox-btn/type": {
|
|
1943
1953
|
"type": "string\n",
|
|
1944
|
-
"description": "MISSING DESCRIPTION"
|
|
1954
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
1945
1955
|
},
|
|
1946
1956
|
"v-checkbox-btn/model-value": {
|
|
1947
1957
|
"type": "any\n",
|
|
@@ -1949,7 +1959,7 @@
|
|
|
1949
1959
|
},
|
|
1950
1960
|
"v-checkbox-btn/error": {
|
|
1951
1961
|
"type": "boolean\n",
|
|
1952
|
-
"description": "MISSING DESCRIPTION"
|
|
1962
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
1953
1963
|
},
|
|
1954
1964
|
"v-checkbox-btn/density": {
|
|
1955
1965
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
@@ -1973,7 +1983,7 @@
|
|
|
1973
1983
|
},
|
|
1974
1984
|
"v-checkbox-btn/id": {
|
|
1975
1985
|
"type": "string\n",
|
|
1976
|
-
"description": "MISSING DESCRIPTION"
|
|
1986
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
1977
1987
|
},
|
|
1978
1988
|
"v-checkbox-btn/ripple": {
|
|
1979
1989
|
"type": "boolean\n",
|
|
@@ -1989,19 +1999,19 @@
|
|
|
1989
1999
|
},
|
|
1990
2000
|
"v-checkbox-btn/multiple": {
|
|
1991
2001
|
"type": "boolean\n",
|
|
1992
|
-
"description": "MISSING DESCRIPTION"
|
|
2002
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
1993
2003
|
},
|
|
1994
2004
|
"v-checkbox-btn/value-comparator": {
|
|
1995
2005
|
"type": "(a: any, b: any) => boolean\n",
|
|
1996
|
-
"description": "Apply a custom comparison algorithm
|
|
2006
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
1997
2007
|
},
|
|
1998
2008
|
"v-checkbox-btn/readonly": {
|
|
1999
2009
|
"type": "boolean\n",
|
|
2000
|
-
"description": "MISSING DESCRIPTION"
|
|
2010
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
2001
2011
|
},
|
|
2002
2012
|
"v-checkbox-btn/inline": {
|
|
2003
2013
|
"type": "boolean\n",
|
|
2004
|
-
"description": "MISSING DESCRIPTION"
|
|
2014
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
2005
2015
|
},
|
|
2006
2016
|
"v-checkbox-btn/indeterminate": {
|
|
2007
2017
|
"type": "boolean\n",
|
|
@@ -2021,15 +2031,15 @@
|
|
|
2021
2031
|
},
|
|
2022
2032
|
"v-checkbox-btn/defaults-target": {
|
|
2023
2033
|
"type": "string\n",
|
|
2024
|
-
"description": "MISSING DESCRIPTION"
|
|
2034
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
2025
2035
|
},
|
|
2026
2036
|
"v-checkbox-btn/false-icon": {
|
|
2027
2037
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
2028
|
-
"description": "MISSING DESCRIPTION"
|
|
2038
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
2029
2039
|
},
|
|
2030
2040
|
"v-checkbox-btn/true-icon": {
|
|
2031
2041
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
2032
|
-
"description": "MISSING DESCRIPTION"
|
|
2042
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
2033
2043
|
},
|
|
2034
2044
|
"v-chip/text": {
|
|
2035
2045
|
"type": "string\n",
|
|
@@ -2121,7 +2131,7 @@
|
|
|
2121
2131
|
},
|
|
2122
2132
|
"v-chip/replace": {
|
|
2123
2133
|
"type": "boolean\n",
|
|
2124
|
-
"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 [
|
|
2134
|
+
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
|
2125
2135
|
},
|
|
2126
2136
|
"v-chip/exact": {
|
|
2127
2137
|
"type": "boolean\n",
|
|
@@ -2201,7 +2211,7 @@
|
|
|
2201
2211
|
},
|
|
2202
2212
|
"v-chip-group/value-comparator": {
|
|
2203
2213
|
"type": "(a: any, b: any) => boolean\n",
|
|
2204
|
-
"description": "Apply a custom comparison algorithm
|
|
2214
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
2205
2215
|
},
|
|
2206
2216
|
"v-chip-group/max": {
|
|
2207
2217
|
"type": "number\n",
|
|
@@ -2325,7 +2335,9 @@
|
|
|
2325
2335
|
},
|
|
2326
2336
|
"v-color-picker/position": {
|
|
2327
2337
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
2328
|
-
"description":
|
|
2338
|
+
"description": {
|
|
2339
|
+
"position": "Sets the position for the component"
|
|
2340
|
+
}
|
|
2329
2341
|
},
|
|
2330
2342
|
"v-color-picker/rounded": {
|
|
2331
2343
|
"type": "string | number | boolean\n",
|
|
@@ -2389,7 +2401,7 @@
|
|
|
2389
2401
|
},
|
|
2390
2402
|
"v-combobox/flat": {
|
|
2391
2403
|
"type": "boolean\n",
|
|
2392
|
-
"description": "Removes
|
|
2404
|
+
"description": "Removes box shadow when using a variant with elevation"
|
|
2393
2405
|
},
|
|
2394
2406
|
"v-combobox/type": {
|
|
2395
2407
|
"type": "string\n",
|
|
@@ -2489,19 +2501,19 @@
|
|
|
2489
2501
|
},
|
|
2490
2502
|
"v-combobox/chips": {
|
|
2491
2503
|
"type": "boolean\n",
|
|
2492
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
2504
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
|
|
2493
2505
|
},
|
|
2494
2506
|
"v-combobox/closable-chips": {
|
|
2495
2507
|
"type": "boolean\n",
|
|
2496
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
2508
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
|
|
2497
2509
|
},
|
|
2498
2510
|
"v-combobox/close-text": {
|
|
2499
2511
|
"type": "string\n",
|
|
2500
|
-
"description": "MISSING DESCRIPTION"
|
|
2512
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
|
|
2501
2513
|
},
|
|
2502
2514
|
"v-combobox/open-text": {
|
|
2503
2515
|
"type": "string\n",
|
|
2504
|
-
"description": "MISSING DESCRIPTION"
|
|
2516
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
|
|
2505
2517
|
},
|
|
2506
2518
|
"v-combobox/eager": {
|
|
2507
2519
|
"type": "boolean\n",
|
|
@@ -2513,7 +2525,7 @@
|
|
|
2513
2525
|
},
|
|
2514
2526
|
"v-combobox/hide-selected": {
|
|
2515
2527
|
"type": "boolean\n",
|
|
2516
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
2528
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
|
|
2517
2529
|
},
|
|
2518
2530
|
"v-combobox/menu": {
|
|
2519
2531
|
"type": "boolean\n",
|
|
@@ -2533,7 +2545,7 @@
|
|
|
2533
2545
|
},
|
|
2534
2546
|
"v-combobox/multiple": {
|
|
2535
2547
|
"type": "boolean\n",
|
|
2536
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
2548
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
|
|
2537
2549
|
},
|
|
2538
2550
|
"v-combobox/no-data-text": {
|
|
2539
2551
|
"type": "string\n",
|
|
@@ -2541,15 +2553,11 @@
|
|
|
2541
2553
|
},
|
|
2542
2554
|
"v-combobox/open-on-clear": {
|
|
2543
2555
|
"type": "boolean\n",
|
|
2544
|
-
"description": "
|
|
2545
|
-
},
|
|
2546
|
-
"v-combobox/value-comparator": {
|
|
2547
|
-
"type": "(a: any, b: any) => boolean\n",
|
|
2548
|
-
"description": "Apply a custom comparison algorithm used for values"
|
|
2556
|
+
"description": "Open's the menu whenever the clear icon is clicked"
|
|
2549
2557
|
},
|
|
2550
2558
|
"v-combobox/item-color": {
|
|
2551
2559
|
"type": "string\n",
|
|
2552
|
-
"description": "MISSING DESCRIPTION"
|
|
2560
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
|
|
2553
2561
|
},
|
|
2554
2562
|
"v-combobox/item-title": {
|
|
2555
2563
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
@@ -2571,6 +2579,10 @@
|
|
|
2571
2579
|
"type": "boolean\n",
|
|
2572
2580
|
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
|
2573
2581
|
},
|
|
2582
|
+
"v-combobox/value-comparator": {
|
|
2583
|
+
"type": "(a: any, b: any) => boolean\n",
|
|
2584
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
2585
|
+
},
|
|
2574
2586
|
"v-combobox/autofocus": {
|
|
2575
2587
|
"type": "boolean\n",
|
|
2576
2588
|
"description": "Enables autofocus"
|
|
@@ -2597,7 +2609,7 @@
|
|
|
2597
2609
|
},
|
|
2598
2610
|
"v-combobox/role": {
|
|
2599
2611
|
"type": "string\n",
|
|
2600
|
-
"description": "
|
|
2612
|
+
"description": "The role attribute applied to the input"
|
|
2601
2613
|
},
|
|
2602
2614
|
"v-combobox/center-affix": {
|
|
2603
2615
|
"type": "boolean\n",
|
|
@@ -2765,27 +2777,27 @@
|
|
|
2765
2777
|
},
|
|
2766
2778
|
"v-data-iterator/item-value": {
|
|
2767
2779
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
2768
|
-
"description": "MISSING DESCRIPTION"
|
|
2780
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataIterator-items.json))"
|
|
2769
2781
|
},
|
|
2770
2782
|
"v-data-iterator/return-object": {
|
|
2771
2783
|
"type": "boolean\n",
|
|
2772
|
-
"description": "MISSING DESCRIPTION"
|
|
2784
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataIterator-items.json))"
|
|
2773
2785
|
},
|
|
2774
2786
|
"v-data-iterator/item-selectable": {
|
|
2775
2787
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
2776
|
-
"description": "MISSING DESCRIPTION"
|
|
2788
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataIterator-items.json))"
|
|
2777
2789
|
},
|
|
2778
2790
|
"v-data-iterator/show-select": {
|
|
2779
2791
|
"type": "boolean\n",
|
|
2780
|
-
"description": "MISSING DESCRIPTION"
|
|
2792
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-select.json))"
|
|
2781
2793
|
},
|
|
2782
2794
|
"v-data-iterator/select-strategy": {
|
|
2783
2795
|
"type": "'single' | 'page' | 'all'\n",
|
|
2784
|
-
"description": "MISSING DESCRIPTION"
|
|
2796
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-select.json))"
|
|
2785
2797
|
},
|
|
2786
2798
|
"v-data-iterator/page": {
|
|
2787
2799
|
"type": "string | number\n",
|
|
2788
|
-
"description": "MISSING DESCRIPTION"
|
|
2800
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-paginate.json))"
|
|
2789
2801
|
},
|
|
2790
2802
|
"v-data-iterator/sort-by": {
|
|
2791
2803
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
@@ -2801,7 +2813,7 @@
|
|
|
2801
2813
|
},
|
|
2802
2814
|
"v-data-iterator/custom-key-sort": {
|
|
2803
2815
|
"type": "Record<string, (a: any, b: any) => number>\n",
|
|
2804
|
-
"description": "MISSING DESCRIPTION"
|
|
2816
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-sort.json))"
|
|
2805
2817
|
},
|
|
2806
2818
|
"v-data-iterator/items-per-page": {
|
|
2807
2819
|
"type": "string | number\n",
|
|
@@ -2809,11 +2821,11 @@
|
|
|
2809
2821
|
},
|
|
2810
2822
|
"v-data-iterator/expand-on-click": {
|
|
2811
2823
|
"type": "boolean\n",
|
|
2812
|
-
"description": "MISSING DESCRIPTION"
|
|
2824
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-expand.json))"
|
|
2813
2825
|
},
|
|
2814
2826
|
"v-data-iterator/show-expand": {
|
|
2815
2827
|
"type": "boolean\n",
|
|
2816
|
-
"description": "MISSING DESCRIPTION"
|
|
2828
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-expand.json))"
|
|
2817
2829
|
},
|
|
2818
2830
|
"v-data-iterator/expanded": {
|
|
2819
2831
|
"type": "string[]\n",
|
|
@@ -2841,7 +2853,7 @@
|
|
|
2841
2853
|
},
|
|
2842
2854
|
"v-data-table/sticky": {
|
|
2843
2855
|
"type": "boolean\n",
|
|
2844
|
-
"description": "MISSING DESCRIPTION"
|
|
2856
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
|
2845
2857
|
},
|
|
2846
2858
|
"v-data-table/tag": {
|
|
2847
2859
|
"type": "string\n",
|
|
@@ -2897,11 +2909,11 @@
|
|
|
2897
2909
|
},
|
|
2898
2910
|
"v-data-table/item-value": {
|
|
2899
2911
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
2900
|
-
"description": "MISSING DESCRIPTION"
|
|
2912
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
2901
2913
|
},
|
|
2902
2914
|
"v-data-table/return-object": {
|
|
2903
2915
|
"type": "boolean\n",
|
|
2904
|
-
"description": "MISSING DESCRIPTION"
|
|
2916
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
2905
2917
|
},
|
|
2906
2918
|
"v-data-table/hover": {
|
|
2907
2919
|
"type": "boolean\n",
|
|
@@ -2909,15 +2921,15 @@
|
|
|
2909
2921
|
},
|
|
2910
2922
|
"v-data-table/next-icon": {
|
|
2911
2923
|
"type": "string\n",
|
|
2912
|
-
"description": "MISSING DESCRIPTION"
|
|
2924
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
2913
2925
|
},
|
|
2914
2926
|
"v-data-table/prev-icon": {
|
|
2915
2927
|
"type": "string\n",
|
|
2916
|
-
"description": "MISSING DESCRIPTION"
|
|
2928
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
2917
2929
|
},
|
|
2918
2930
|
"v-data-table/item-selectable": {
|
|
2919
2931
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
2920
|
-
"description": "MISSING DESCRIPTION"
|
|
2932
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
2921
2933
|
},
|
|
2922
2934
|
"v-data-table/show-select": {
|
|
2923
2935
|
"type": "boolean\n",
|
|
@@ -2925,7 +2937,7 @@
|
|
|
2925
2937
|
},
|
|
2926
2938
|
"v-data-table/select-strategy": {
|
|
2927
2939
|
"type": "'single' | 'page' | 'all'\n",
|
|
2928
|
-
"description": "MISSING DESCRIPTION"
|
|
2940
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-select.json))"
|
|
2929
2941
|
},
|
|
2930
2942
|
"v-data-table/page": {
|
|
2931
2943
|
"type": "string | number\n",
|
|
@@ -2945,7 +2957,7 @@
|
|
|
2945
2957
|
},
|
|
2946
2958
|
"v-data-table/custom-key-sort": {
|
|
2947
2959
|
"type": "Record<string, (a: any, b: any) => number>\n",
|
|
2948
|
-
"description": "MISSING DESCRIPTION"
|
|
2960
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-sort.json))"
|
|
2949
2961
|
},
|
|
2950
2962
|
"v-data-table/items-per-page": {
|
|
2951
2963
|
"type": "string | number\n",
|
|
@@ -2953,7 +2965,7 @@
|
|
|
2953
2965
|
},
|
|
2954
2966
|
"v-data-table/expand-on-click": {
|
|
2955
2967
|
"type": "boolean\n",
|
|
2956
|
-
"description": "MISSING DESCRIPTION"
|
|
2968
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-expand.json))"
|
|
2957
2969
|
},
|
|
2958
2970
|
"v-data-table/show-expand": {
|
|
2959
2971
|
"type": "boolean\n",
|
|
@@ -2961,7 +2973,7 @@
|
|
|
2961
2973
|
},
|
|
2962
2974
|
"v-data-table/expanded": {
|
|
2963
2975
|
"type": "string[]\n",
|
|
2964
|
-
"description": "MISSING DESCRIPTION"
|
|
2976
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-expand.json))"
|
|
2965
2977
|
},
|
|
2966
2978
|
"v-data-table/group-by": {
|
|
2967
2979
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
@@ -2973,19 +2985,19 @@
|
|
|
2973
2985
|
},
|
|
2974
2986
|
"v-data-table/loading-text": {
|
|
2975
2987
|
"type": "string\n",
|
|
2976
|
-
"description": "MISSING DESCRIPTION"
|
|
2988
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableRows.json))"
|
|
2977
2989
|
},
|
|
2978
2990
|
"v-data-table/row-height": {
|
|
2979
2991
|
"type": "number\n",
|
|
2980
|
-
"description": "MISSING DESCRIPTION"
|
|
2992
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableRows.json))"
|
|
2981
2993
|
},
|
|
2982
2994
|
"v-data-table/sort-asc-icon": {
|
|
2983
2995
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
2984
|
-
"description": "MISSING DESCRIPTION"
|
|
2996
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
|
2985
2997
|
},
|
|
2986
2998
|
"v-data-table/sort-desc-icon": {
|
|
2987
2999
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
2988
|
-
"description": "MISSING DESCRIPTION"
|
|
3000
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
|
2989
3001
|
},
|
|
2990
3002
|
"v-data-table/fixed-header": {
|
|
2991
3003
|
"type": "boolean\n",
|
|
@@ -2993,63 +3005,63 @@
|
|
|
2993
3005
|
},
|
|
2994
3006
|
"v-data-table/fixed-footer": {
|
|
2995
3007
|
"type": "boolean\n",
|
|
2996
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
3008
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTable.json))"
|
|
2997
3009
|
},
|
|
2998
3010
|
"v-data-table/first-icon": {
|
|
2999
3011
|
"type": "string\n",
|
|
3000
|
-
"description": "MISSING DESCRIPTION"
|
|
3012
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3001
3013
|
},
|
|
3002
3014
|
"v-data-table/last-icon": {
|
|
3003
3015
|
"type": "string\n",
|
|
3004
|
-
"description": "MISSING DESCRIPTION"
|
|
3016
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3005
3017
|
},
|
|
3006
3018
|
"v-data-table/items-per-page-text": {
|
|
3007
3019
|
"type": "string\n",
|
|
3008
|
-
"description": "MISSING DESCRIPTION"
|
|
3020
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3009
3021
|
},
|
|
3010
3022
|
"v-data-table/page-text": {
|
|
3011
3023
|
"type": "string\n",
|
|
3012
|
-
"description": "MISSING DESCRIPTION"
|
|
3024
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3013
3025
|
},
|
|
3014
3026
|
"v-data-table/first-page-label": {
|
|
3015
3027
|
"type": "string\n",
|
|
3016
|
-
"description": "MISSING DESCRIPTION"
|
|
3028
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3017
3029
|
},
|
|
3018
3030
|
"v-data-table/prev-page-label": {
|
|
3019
3031
|
"type": "string\n",
|
|
3020
|
-
"description": "MISSING DESCRIPTION"
|
|
3032
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3021
3033
|
},
|
|
3022
3034
|
"v-data-table/next-page-label": {
|
|
3023
3035
|
"type": "string\n",
|
|
3024
|
-
"description": "MISSING DESCRIPTION"
|
|
3036
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3025
3037
|
},
|
|
3026
3038
|
"v-data-table/last-page-label": {
|
|
3027
3039
|
"type": "string\n",
|
|
3028
|
-
"description": "MISSING DESCRIPTION"
|
|
3040
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3029
3041
|
},
|
|
3030
3042
|
"v-data-table/items-per-page-options": {
|
|
3031
3043
|
"type": "{ title: string; value: number }[]\n",
|
|
3032
|
-
"description": "MISSING DESCRIPTION"
|
|
3044
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3033
3045
|
},
|
|
3034
3046
|
"v-data-table/show-current-page": {
|
|
3035
3047
|
"type": "boolean\n",
|
|
3036
|
-
"description": "MISSING DESCRIPTION"
|
|
3048
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3037
3049
|
},
|
|
3038
3050
|
"v-data-table-row/item": {
|
|
3039
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
3040
|
-
"description": "MISSING DESCRIPTION"
|
|
3051
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L34-L40\" target=\"_blank\">DataTableItem</a>\n",
|
|
3052
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableRow.json))"
|
|
3041
3053
|
},
|
|
3042
3054
|
"v-data-table-row/index": {
|
|
3043
3055
|
"type": "Number\n",
|
|
3044
|
-
"description": "MISSING DESCRIPTION"
|
|
3056
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableRow.json))"
|
|
3045
3057
|
},
|
|
3046
3058
|
"v-data-table-rows/items": {
|
|
3047
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#
|
|
3059
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L34-L40\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n",
|
|
3048
3060
|
"description": "An array of strings or objects used for automatically generating children components"
|
|
3049
3061
|
},
|
|
3050
3062
|
"v-data-table-rows/loading": {
|
|
3051
3063
|
"type": "string | boolean\n",
|
|
3052
|
-
"description": "MISSING DESCRIPTION"
|
|
3064
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableRows.json))"
|
|
3053
3065
|
},
|
|
3054
3066
|
"v-data-table-rows/hide-no-data": {
|
|
3055
3067
|
"type": "boolean\n",
|
|
@@ -3061,11 +3073,11 @@
|
|
|
3061
3073
|
},
|
|
3062
3074
|
"v-data-table-rows/loading-text": {
|
|
3063
3075
|
"type": "string\n",
|
|
3064
|
-
"description": "MISSING DESCRIPTION"
|
|
3076
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableRows.json))"
|
|
3065
3077
|
},
|
|
3066
3078
|
"v-data-table-rows/row-height": {
|
|
3067
3079
|
"type": "number\n",
|
|
3068
|
-
"description": "MISSING DESCRIPTION"
|
|
3080
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableRows.json))"
|
|
3069
3081
|
},
|
|
3070
3082
|
"v-data-table-server/model-value": {
|
|
3071
3083
|
"type": "any[]\n",
|
|
@@ -3085,7 +3097,7 @@
|
|
|
3085
3097
|
},
|
|
3086
3098
|
"v-data-table-server/sticky": {
|
|
3087
3099
|
"type": "boolean\n",
|
|
3088
|
-
"description": "MISSING DESCRIPTION"
|
|
3100
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
|
3089
3101
|
},
|
|
3090
3102
|
"v-data-table-server/tag": {
|
|
3091
3103
|
"type": "string\n",
|
|
@@ -3121,11 +3133,11 @@
|
|
|
3121
3133
|
},
|
|
3122
3134
|
"v-data-table-server/item-value": {
|
|
3123
3135
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3124
|
-
"description": "MISSING DESCRIPTION"
|
|
3136
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
3125
3137
|
},
|
|
3126
3138
|
"v-data-table-server/return-object": {
|
|
3127
3139
|
"type": "boolean\n",
|
|
3128
|
-
"description": "MISSING DESCRIPTION"
|
|
3140
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
3129
3141
|
},
|
|
3130
3142
|
"v-data-table-server/hover": {
|
|
3131
3143
|
"type": "boolean\n",
|
|
@@ -3133,87 +3145,87 @@
|
|
|
3133
3145
|
},
|
|
3134
3146
|
"v-data-table-server/next-icon": {
|
|
3135
3147
|
"type": "string\n",
|
|
3136
|
-
"description": "MISSING DESCRIPTION"
|
|
3148
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3137
3149
|
},
|
|
3138
3150
|
"v-data-table-server/prev-icon": {
|
|
3139
3151
|
"type": "string\n",
|
|
3140
|
-
"description": "MISSING DESCRIPTION"
|
|
3152
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3141
3153
|
},
|
|
3142
3154
|
"v-data-table-server/item-selectable": {
|
|
3143
3155
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3144
|
-
"description": "MISSING DESCRIPTION"
|
|
3156
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
3145
3157
|
},
|
|
3146
3158
|
"v-data-table-server/show-select": {
|
|
3147
3159
|
"type": "boolean\n",
|
|
3148
|
-
"description": "MISSING DESCRIPTION"
|
|
3160
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-select.json))"
|
|
3149
3161
|
},
|
|
3150
3162
|
"v-data-table-server/select-strategy": {
|
|
3151
3163
|
"type": "'single' | 'page' | 'all'\n",
|
|
3152
|
-
"description": "MISSING DESCRIPTION"
|
|
3164
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-select.json))"
|
|
3153
3165
|
},
|
|
3154
3166
|
"v-data-table-server/page": {
|
|
3155
3167
|
"type": "string | number\n",
|
|
3156
|
-
"description": "MISSING DESCRIPTION"
|
|
3168
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-paginate.json))"
|
|
3157
3169
|
},
|
|
3158
3170
|
"v-data-table-server/sort-by": {
|
|
3159
3171
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
3160
|
-
"description": "MISSING DESCRIPTION"
|
|
3172
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-sort.json))"
|
|
3161
3173
|
},
|
|
3162
3174
|
"v-data-table-server/multi-sort": {
|
|
3163
3175
|
"type": "boolean\n",
|
|
3164
|
-
"description": "MISSING DESCRIPTION"
|
|
3176
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
|
3165
3177
|
},
|
|
3166
3178
|
"v-data-table-server/must-sort": {
|
|
3167
3179
|
"type": "boolean\n",
|
|
3168
|
-
"description": "MISSING DESCRIPTION"
|
|
3180
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-sort.json))"
|
|
3169
3181
|
},
|
|
3170
3182
|
"v-data-table-server/custom-key-sort": {
|
|
3171
3183
|
"type": "Record<string, (a: any, b: any) => number>\n",
|
|
3172
|
-
"description": "MISSING DESCRIPTION"
|
|
3184
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-sort.json))"
|
|
3173
3185
|
},
|
|
3174
3186
|
"v-data-table-server/items-per-page": {
|
|
3175
3187
|
"type": "string | number\n",
|
|
3176
|
-
"description": "MISSING DESCRIPTION"
|
|
3188
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-paginate.json))"
|
|
3177
3189
|
},
|
|
3178
3190
|
"v-data-table-server/expand-on-click": {
|
|
3179
3191
|
"type": "boolean\n",
|
|
3180
|
-
"description": "MISSING DESCRIPTION"
|
|
3192
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-expand.json))"
|
|
3181
3193
|
},
|
|
3182
3194
|
"v-data-table-server/show-expand": {
|
|
3183
3195
|
"type": "boolean\n",
|
|
3184
|
-
"description": "MISSING DESCRIPTION"
|
|
3196
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-expand.json))"
|
|
3185
3197
|
},
|
|
3186
3198
|
"v-data-table-server/expanded": {
|
|
3187
3199
|
"type": "string[]\n",
|
|
3188
|
-
"description": "MISSING DESCRIPTION"
|
|
3200
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-expand.json))"
|
|
3189
3201
|
},
|
|
3190
3202
|
"v-data-table-server/group-by": {
|
|
3191
3203
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
3192
|
-
"description": "MISSING DESCRIPTION"
|
|
3204
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-group.json))"
|
|
3193
3205
|
},
|
|
3194
3206
|
"v-data-table-server/items-length": {
|
|
3195
3207
|
"type": "string | number\n",
|
|
3196
|
-
"description": "MISSING DESCRIPTION"
|
|
3208
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableServer.json))"
|
|
3197
3209
|
},
|
|
3198
3210
|
"v-data-table-server/headers": {
|
|
3199
3211
|
"type": "DeepReadonly<DataTableHeader[] | DataTableHeader[][]>\n",
|
|
3200
|
-
"description": "MISSING DESCRIPTION"
|
|
3212
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-header.json))"
|
|
3201
3213
|
},
|
|
3202
3214
|
"v-data-table-server/loading-text": {
|
|
3203
3215
|
"type": "string\n",
|
|
3204
|
-
"description": "MISSING DESCRIPTION"
|
|
3216
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableRows.json))"
|
|
3205
3217
|
},
|
|
3206
3218
|
"v-data-table-server/row-height": {
|
|
3207
3219
|
"type": "number\n",
|
|
3208
|
-
"description": "MISSING DESCRIPTION"
|
|
3220
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableRows.json))"
|
|
3209
3221
|
},
|
|
3210
3222
|
"v-data-table-server/sort-asc-icon": {
|
|
3211
3223
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
3212
|
-
"description": "MISSING DESCRIPTION"
|
|
3224
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
|
3213
3225
|
},
|
|
3214
3226
|
"v-data-table-server/sort-desc-icon": {
|
|
3215
3227
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
3216
|
-
"description": "MISSING DESCRIPTION"
|
|
3228
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
|
3217
3229
|
},
|
|
3218
3230
|
"v-data-table-server/fixed-header": {
|
|
3219
3231
|
"type": "boolean\n",
|
|
@@ -3221,47 +3233,47 @@
|
|
|
3221
3233
|
},
|
|
3222
3234
|
"v-data-table-server/fixed-footer": {
|
|
3223
3235
|
"type": "boolean\n",
|
|
3224
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
3236
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTable.json))"
|
|
3225
3237
|
},
|
|
3226
3238
|
"v-data-table-server/first-icon": {
|
|
3227
3239
|
"type": "string\n",
|
|
3228
|
-
"description": "MISSING DESCRIPTION"
|
|
3240
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3229
3241
|
},
|
|
3230
3242
|
"v-data-table-server/last-icon": {
|
|
3231
3243
|
"type": "string\n",
|
|
3232
|
-
"description": "MISSING DESCRIPTION"
|
|
3244
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3233
3245
|
},
|
|
3234
3246
|
"v-data-table-server/items-per-page-text": {
|
|
3235
3247
|
"type": "string\n",
|
|
3236
|
-
"description": "MISSING DESCRIPTION"
|
|
3248
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3237
3249
|
},
|
|
3238
3250
|
"v-data-table-server/page-text": {
|
|
3239
3251
|
"type": "string\n",
|
|
3240
|
-
"description": "MISSING DESCRIPTION"
|
|
3252
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3241
3253
|
},
|
|
3242
3254
|
"v-data-table-server/first-page-label": {
|
|
3243
3255
|
"type": "string\n",
|
|
3244
|
-
"description": "MISSING DESCRIPTION"
|
|
3256
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3245
3257
|
},
|
|
3246
3258
|
"v-data-table-server/prev-page-label": {
|
|
3247
3259
|
"type": "string\n",
|
|
3248
|
-
"description": "MISSING DESCRIPTION"
|
|
3260
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3249
3261
|
},
|
|
3250
3262
|
"v-data-table-server/next-page-label": {
|
|
3251
3263
|
"type": "string\n",
|
|
3252
|
-
"description": "MISSING DESCRIPTION"
|
|
3264
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3253
3265
|
},
|
|
3254
3266
|
"v-data-table-server/last-page-label": {
|
|
3255
3267
|
"type": "string\n",
|
|
3256
|
-
"description": "MISSING DESCRIPTION"
|
|
3268
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3257
3269
|
},
|
|
3258
3270
|
"v-data-table-server/items-per-page-options": {
|
|
3259
3271
|
"type": "{ title: string; value: number }[]\n",
|
|
3260
|
-
"description": "MISSING DESCRIPTION"
|
|
3272
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3261
3273
|
},
|
|
3262
3274
|
"v-data-table-server/show-current-page": {
|
|
3263
3275
|
"type": "boolean\n",
|
|
3264
|
-
"description": "MISSING DESCRIPTION"
|
|
3276
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableFooter.json))"
|
|
3265
3277
|
},
|
|
3266
3278
|
"v-data-table-virtual/model-value": {
|
|
3267
3279
|
"type": "any[]\n",
|
|
@@ -3281,7 +3293,7 @@
|
|
|
3281
3293
|
},
|
|
3282
3294
|
"v-data-table-virtual/sticky": {
|
|
3283
3295
|
"type": "boolean\n",
|
|
3284
|
-
"description": "MISSING DESCRIPTION"
|
|
3296
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
|
3285
3297
|
},
|
|
3286
3298
|
"v-data-table-virtual/tag": {
|
|
3287
3299
|
"type": "string\n",
|
|
@@ -3337,11 +3349,11 @@
|
|
|
3337
3349
|
},
|
|
3338
3350
|
"v-data-table-virtual/item-value": {
|
|
3339
3351
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3340
|
-
"description": "MISSING DESCRIPTION"
|
|
3352
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
3341
3353
|
},
|
|
3342
3354
|
"v-data-table-virtual/return-object": {
|
|
3343
3355
|
"type": "boolean\n",
|
|
3344
|
-
"description": "MISSING DESCRIPTION"
|
|
3356
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
3345
3357
|
},
|
|
3346
3358
|
"v-data-table-virtual/hover": {
|
|
3347
3359
|
"type": "boolean\n",
|
|
@@ -3349,67 +3361,67 @@
|
|
|
3349
3361
|
},
|
|
3350
3362
|
"v-data-table-virtual/item-selectable": {
|
|
3351
3363
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3352
|
-
"description": "MISSING DESCRIPTION"
|
|
3364
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
3353
3365
|
},
|
|
3354
3366
|
"v-data-table-virtual/show-select": {
|
|
3355
3367
|
"type": "boolean\n",
|
|
3356
|
-
"description": "MISSING DESCRIPTION"
|
|
3368
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-select.json))"
|
|
3357
3369
|
},
|
|
3358
3370
|
"v-data-table-virtual/select-strategy": {
|
|
3359
3371
|
"type": "'single' | 'page' | 'all'\n",
|
|
3360
|
-
"description": "MISSING DESCRIPTION"
|
|
3372
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-select.json))"
|
|
3361
3373
|
},
|
|
3362
3374
|
"v-data-table-virtual/sort-by": {
|
|
3363
3375
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
3364
|
-
"description": "MISSING DESCRIPTION"
|
|
3376
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-sort.json))"
|
|
3365
3377
|
},
|
|
3366
3378
|
"v-data-table-virtual/multi-sort": {
|
|
3367
3379
|
"type": "boolean\n",
|
|
3368
|
-
"description": "MISSING DESCRIPTION"
|
|
3380
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
|
3369
3381
|
},
|
|
3370
3382
|
"v-data-table-virtual/must-sort": {
|
|
3371
3383
|
"type": "boolean\n",
|
|
3372
|
-
"description": "MISSING DESCRIPTION"
|
|
3384
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-sort.json))"
|
|
3373
3385
|
},
|
|
3374
3386
|
"v-data-table-virtual/custom-key-sort": {
|
|
3375
3387
|
"type": "Record<string, (a: any, b: any) => number>\n",
|
|
3376
|
-
"description": "MISSING DESCRIPTION"
|
|
3388
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-sort.json))"
|
|
3377
3389
|
},
|
|
3378
3390
|
"v-data-table-virtual/expand-on-click": {
|
|
3379
3391
|
"type": "boolean\n",
|
|
3380
|
-
"description": "MISSING DESCRIPTION"
|
|
3392
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-expand.json))"
|
|
3381
3393
|
},
|
|
3382
3394
|
"v-data-table-virtual/show-expand": {
|
|
3383
3395
|
"type": "boolean\n",
|
|
3384
|
-
"description": "MISSING DESCRIPTION"
|
|
3396
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-expand.json))"
|
|
3385
3397
|
},
|
|
3386
3398
|
"v-data-table-virtual/expanded": {
|
|
3387
3399
|
"type": "string[]\n",
|
|
3388
|
-
"description": "MISSING DESCRIPTION"
|
|
3400
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-expand.json))"
|
|
3389
3401
|
},
|
|
3390
3402
|
"v-data-table-virtual/group-by": {
|
|
3391
3403
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
3392
|
-
"description": "MISSING DESCRIPTION"
|
|
3404
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-group.json))"
|
|
3393
3405
|
},
|
|
3394
3406
|
"v-data-table-virtual/headers": {
|
|
3395
3407
|
"type": "DeepReadonly<DataTableHeader[] | DataTableHeader[][]>\n",
|
|
3396
|
-
"description": "MISSING DESCRIPTION"
|
|
3408
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-header.json))"
|
|
3397
3409
|
},
|
|
3398
3410
|
"v-data-table-virtual/loading-text": {
|
|
3399
3411
|
"type": "string\n",
|
|
3400
|
-
"description": "MISSING DESCRIPTION"
|
|
3412
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableRows.json))"
|
|
3401
3413
|
},
|
|
3402
3414
|
"v-data-table-virtual/row-height": {
|
|
3403
3415
|
"type": "number\n",
|
|
3404
|
-
"description": "MISSING DESCRIPTION"
|
|
3416
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableRows.json))"
|
|
3405
3417
|
},
|
|
3406
3418
|
"v-data-table-virtual/sort-asc-icon": {
|
|
3407
3419
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
3408
|
-
"description": "MISSING DESCRIPTION"
|
|
3420
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
|
3409
3421
|
},
|
|
3410
3422
|
"v-data-table-virtual/sort-desc-icon": {
|
|
3411
3423
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
3412
|
-
"description": "MISSING DESCRIPTION"
|
|
3424
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
|
3413
3425
|
},
|
|
3414
3426
|
"v-data-table-virtual/fixed-header": {
|
|
3415
3427
|
"type": "boolean\n",
|
|
@@ -3417,11 +3429,11 @@
|
|
|
3417
3429
|
},
|
|
3418
3430
|
"v-data-table-virtual/fixed-footer": {
|
|
3419
3431
|
"type": "boolean\n",
|
|
3420
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
3432
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTable.json))"
|
|
3421
3433
|
},
|
|
3422
3434
|
"v-data-table-virtual/item-height": {
|
|
3423
3435
|
"type": "string | number\n",
|
|
3424
|
-
"description": "MISSING DESCRIPTION"
|
|
3436
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/virtual.json))"
|
|
3425
3437
|
},
|
|
3426
3438
|
"v-date-card/model-value": {
|
|
3427
3439
|
"type": "any[]\n",
|
|
@@ -3436,7 +3448,7 @@
|
|
|
3436
3448
|
"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)"
|
|
3437
3449
|
},
|
|
3438
3450
|
"v-date-card/disabled": {
|
|
3439
|
-
"type": "boolean | string[]\n",
|
|
3451
|
+
"type": "string | boolean | string[]\n",
|
|
3440
3452
|
"description": "Removes the ability to click or target the component"
|
|
3441
3453
|
},
|
|
3442
3454
|
"v-date-card/transition": {
|
|
@@ -3445,79 +3457,79 @@
|
|
|
3445
3457
|
},
|
|
3446
3458
|
"v-date-card/multiple": {
|
|
3447
3459
|
"type": "boolean\n",
|
|
3448
|
-
"description": "MISSING DESCRIPTION"
|
|
3460
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3449
3461
|
},
|
|
3450
3462
|
"v-date-card/max": {
|
|
3451
3463
|
"type": "string | number | Date\n",
|
|
3452
|
-
"description": "MISSING DESCRIPTION"
|
|
3464
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerYears.json))"
|
|
3453
3465
|
},
|
|
3454
3466
|
"v-date-card/next-icon": {
|
|
3455
3467
|
"type": "string\n",
|
|
3456
|
-
"description": "MISSING DESCRIPTION"
|
|
3468
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
|
3457
3469
|
},
|
|
3458
3470
|
"v-date-card/prev-icon": {
|
|
3459
3471
|
"type": "string\n",
|
|
3460
|
-
"description": "MISSING DESCRIPTION"
|
|
3472
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
|
3461
3473
|
},
|
|
3462
3474
|
"v-date-card/cancel-text": {
|
|
3463
3475
|
"type": "string\n",
|
|
3464
|
-
"description": "MISSING DESCRIPTION"
|
|
3476
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDateCard.json))"
|
|
3465
3477
|
},
|
|
3466
3478
|
"v-date-card/ok-text": {
|
|
3467
3479
|
"type": "string\n",
|
|
3468
|
-
"description": "MISSING DESCRIPTION"
|
|
3480
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDateCard.json))"
|
|
3469
3481
|
},
|
|
3470
3482
|
"v-date-card/input-mode": {
|
|
3471
3483
|
"type": "'keyboard' | 'calendar'\n",
|
|
3472
|
-
"description": "MISSING DESCRIPTION"
|
|
3484
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDateCard.json))"
|
|
3473
3485
|
},
|
|
3474
3486
|
"v-date-card/hide-actions": {
|
|
3475
3487
|
"type": "boolean\n",
|
|
3476
|
-
"description": "MISSING DESCRIPTION"
|
|
3488
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDateCard.json))"
|
|
3477
3489
|
},
|
|
3478
3490
|
"v-date-card/display-date": {
|
|
3479
3491
|
"type": "any\n",
|
|
3480
|
-
"description": "MISSING DESCRIPTION"
|
|
3492
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerYears.json))"
|
|
3481
3493
|
},
|
|
3482
3494
|
"v-date-card/expand-icon": {
|
|
3483
3495
|
"type": "string\n",
|
|
3484
|
-
"description": "MISSING DESCRIPTION"
|
|
3496
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
|
3485
3497
|
},
|
|
3486
3498
|
"v-date-card/collapse-icon": {
|
|
3487
3499
|
"type": "string\n",
|
|
3488
|
-
"description": "MISSING DESCRIPTION"
|
|
3500
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
|
3489
3501
|
},
|
|
3490
3502
|
"v-date-card/view-mode": {
|
|
3491
3503
|
"type": "'month' | 'year'\n",
|
|
3492
|
-
"description": "MISSING DESCRIPTION"
|
|
3504
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
|
3493
3505
|
},
|
|
3494
3506
|
"v-date-card/show-adjacent-months": {
|
|
3495
3507
|
"type": "boolean\n",
|
|
3496
|
-
"description": "MISSING DESCRIPTION"
|
|
3508
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3497
3509
|
},
|
|
3498
3510
|
"v-date-card/hide-weekdays": {
|
|
3499
3511
|
"type": "boolean\n",
|
|
3500
|
-
"description": "MISSING DESCRIPTION"
|
|
3512
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3501
3513
|
},
|
|
3502
3514
|
"v-date-card/show-week": {
|
|
3503
3515
|
"type": "boolean\n",
|
|
3504
|
-
"description": "MISSING DESCRIPTION"
|
|
3516
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3505
3517
|
},
|
|
3506
3518
|
"v-date-card/hover-date": {
|
|
3507
3519
|
"type": "any\n",
|
|
3508
|
-
"description": "MISSING DESCRIPTION"
|
|
3520
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3509
3521
|
},
|
|
3510
3522
|
"v-date-card/side": {
|
|
3511
3523
|
"type": "string\n",
|
|
3512
|
-
"description": "MISSING DESCRIPTION"
|
|
3524
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3513
3525
|
},
|
|
3514
3526
|
"v-date-card/min": {
|
|
3515
3527
|
"type": "string | number | Date\n",
|
|
3516
|
-
"description": "MISSING DESCRIPTION"
|
|
3528
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerYears.json))"
|
|
3517
3529
|
},
|
|
3518
3530
|
"v-date-card/format": {
|
|
3519
3531
|
"type": "string\n",
|
|
3520
|
-
"description": "MISSING DESCRIPTION"
|
|
3532
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/date.json))"
|
|
3521
3533
|
},
|
|
3522
3534
|
"v-date-picker/title": {
|
|
3523
3535
|
"type": "string\n",
|
|
@@ -3565,7 +3577,9 @@
|
|
|
3565
3577
|
},
|
|
3566
3578
|
"v-date-picker/position": {
|
|
3567
3579
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
3568
|
-
"description":
|
|
3580
|
+
"description": {
|
|
3581
|
+
"position": "Sets the position for the component"
|
|
3582
|
+
}
|
|
3569
3583
|
},
|
|
3570
3584
|
"v-date-picker/rounded": {
|
|
3571
3585
|
"type": "string | number | boolean\n",
|
|
@@ -3588,7 +3602,7 @@
|
|
|
3588
3602
|
"description": "Text shown when no **display-date** is set."
|
|
3589
3603
|
},
|
|
3590
3604
|
"v-date-picker/disabled": {
|
|
3591
|
-
"type": "boolean | string[]\n",
|
|
3605
|
+
"type": "string | boolean | string[]\n",
|
|
3592
3606
|
"description": "Removes the ability to click or target the component"
|
|
3593
3607
|
},
|
|
3594
3608
|
"v-date-picker/multiple": {
|
|
@@ -3633,11 +3647,11 @@
|
|
|
3633
3647
|
},
|
|
3634
3648
|
"v-date-picker/collapse-icon": {
|
|
3635
3649
|
"type": "string\n",
|
|
3636
|
-
"description": "MISSING DESCRIPTION"
|
|
3650
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
|
3637
3651
|
},
|
|
3638
3652
|
"v-date-picker/view-mode": {
|
|
3639
3653
|
"type": "'month' | 'year'\n",
|
|
3640
|
-
"description": "MISSING DESCRIPTION"
|
|
3654
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
|
3641
3655
|
},
|
|
3642
3656
|
"v-date-picker/show-adjacent-months": {
|
|
3643
3657
|
"type": "boolean\n",
|
|
@@ -3645,7 +3659,7 @@
|
|
|
3645
3659
|
},
|
|
3646
3660
|
"v-date-picker/hide-weekdays": {
|
|
3647
3661
|
"type": "boolean\n",
|
|
3648
|
-
"description": "MISSING DESCRIPTION"
|
|
3662
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3649
3663
|
},
|
|
3650
3664
|
"v-date-picker/show-week": {
|
|
3651
3665
|
"type": "boolean\n",
|
|
@@ -3653,11 +3667,11 @@
|
|
|
3653
3667
|
},
|
|
3654
3668
|
"v-date-picker/hover-date": {
|
|
3655
3669
|
"type": "any\n",
|
|
3656
|
-
"description": "MISSING DESCRIPTION"
|
|
3670
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3657
3671
|
},
|
|
3658
3672
|
"v-date-picker/side": {
|
|
3659
3673
|
"type": "string\n",
|
|
3660
|
-
"description": "MISSING DESCRIPTION"
|
|
3674
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3661
3675
|
},
|
|
3662
3676
|
"v-date-picker/min": {
|
|
3663
3677
|
"type": "string | number | Date\n",
|
|
@@ -3673,47 +3687,47 @@
|
|
|
3673
3687
|
},
|
|
3674
3688
|
"v-date-picker/keyboard-icon": {
|
|
3675
3689
|
"type": "string\n",
|
|
3676
|
-
"description": "MISSING DESCRIPTION"
|
|
3690
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePicker.json))"
|
|
3677
3691
|
},
|
|
3678
3692
|
"v-date-picker/input-text": {
|
|
3679
3693
|
"type": "string\n",
|
|
3680
|
-
"description": "MISSING DESCRIPTION"
|
|
3694
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePicker.json))"
|
|
3681
3695
|
},
|
|
3682
3696
|
"v-date-picker/input-placeholder": {
|
|
3683
3697
|
"type": "string\n",
|
|
3684
|
-
"description": "MISSING DESCRIPTION"
|
|
3698
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePicker.json))"
|
|
3685
3699
|
},
|
|
3686
3700
|
"v-date-picker/landscape": {
|
|
3687
3701
|
"type": "boolean\n",
|
|
3688
|
-
"description": "MISSING DESCRIPTION"
|
|
3702
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VPicker.json))"
|
|
3689
3703
|
},
|
|
3690
3704
|
"v-date-picker-controls/disabled": {
|
|
3691
|
-
"type": "boolean | string[]\n",
|
|
3705
|
+
"type": "string | boolean | string[]\n",
|
|
3692
3706
|
"description": "Removes the ability to click or target the component"
|
|
3693
3707
|
},
|
|
3694
3708
|
"v-date-picker-controls/next-icon": {
|
|
3695
3709
|
"type": "string\n",
|
|
3696
|
-
"description": "MISSING DESCRIPTION"
|
|
3710
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
|
3697
3711
|
},
|
|
3698
3712
|
"v-date-picker-controls/prev-icon": {
|
|
3699
3713
|
"type": "string\n",
|
|
3700
|
-
"description": "MISSING DESCRIPTION"
|
|
3714
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
|
3701
3715
|
},
|
|
3702
3716
|
"v-date-picker-controls/display-date": {
|
|
3703
3717
|
"type": "string\n",
|
|
3704
|
-
"description": "MISSING DESCRIPTION"
|
|
3718
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
|
3705
3719
|
},
|
|
3706
3720
|
"v-date-picker-controls/expand-icon": {
|
|
3707
3721
|
"type": "string\n",
|
|
3708
|
-
"description": "MISSING DESCRIPTION"
|
|
3722
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
|
3709
3723
|
},
|
|
3710
3724
|
"v-date-picker-controls/collapse-icon": {
|
|
3711
3725
|
"type": "string\n",
|
|
3712
|
-
"description": "MISSING DESCRIPTION"
|
|
3726
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
|
3713
3727
|
},
|
|
3714
3728
|
"v-date-picker-controls/view-mode": {
|
|
3715
3729
|
"type": "'month' | 'year'\n",
|
|
3716
|
-
"description": "MISSING DESCRIPTION"
|
|
3730
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
|
3717
3731
|
},
|
|
3718
3732
|
"v-date-picker-header/color": {
|
|
3719
3733
|
"type": "string\n",
|
|
@@ -3721,7 +3735,7 @@
|
|
|
3721
3735
|
},
|
|
3722
3736
|
"v-date-picker-header/header": {
|
|
3723
3737
|
"type": "string\n",
|
|
3724
|
-
"description": "MISSING DESCRIPTION"
|
|
3738
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerHeader.json))"
|
|
3725
3739
|
},
|
|
3726
3740
|
"v-date-picker-header/append-icon": {
|
|
3727
3741
|
"type": "string\n",
|
|
@@ -3729,7 +3743,7 @@
|
|
|
3729
3743
|
},
|
|
3730
3744
|
"v-date-picker-header/transition": {
|
|
3731
3745
|
"type": "string\n",
|
|
3732
|
-
"description": "MISSING DESCRIPTION"
|
|
3746
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerHeader.json))"
|
|
3733
3747
|
},
|
|
3734
3748
|
"v-date-picker-month/model-value": {
|
|
3735
3749
|
"type": "any[]\n",
|
|
@@ -3741,43 +3755,43 @@
|
|
|
3741
3755
|
},
|
|
3742
3756
|
"v-date-picker-month/multiple": {
|
|
3743
3757
|
"type": "boolean\n",
|
|
3744
|
-
"description": "MISSING DESCRIPTION"
|
|
3758
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3745
3759
|
},
|
|
3746
3760
|
"v-date-picker-month/max": {
|
|
3747
3761
|
"type": "string | number | Date\n",
|
|
3748
|
-
"description": "MISSING DESCRIPTION"
|
|
3762
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3749
3763
|
},
|
|
3750
3764
|
"v-date-picker-month/display-date": {
|
|
3751
3765
|
"type": "any\n",
|
|
3752
|
-
"description": "MISSING DESCRIPTION"
|
|
3766
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/date.json))"
|
|
3753
3767
|
},
|
|
3754
3768
|
"v-date-picker-month/show-adjacent-months": {
|
|
3755
3769
|
"type": "boolean\n",
|
|
3756
|
-
"description": "MISSING DESCRIPTION"
|
|
3770
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3757
3771
|
},
|
|
3758
3772
|
"v-date-picker-month/hide-weekdays": {
|
|
3759
3773
|
"type": "boolean\n",
|
|
3760
|
-
"description": "MISSING DESCRIPTION"
|
|
3774
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3761
3775
|
},
|
|
3762
3776
|
"v-date-picker-month/show-week": {
|
|
3763
3777
|
"type": "boolean\n",
|
|
3764
|
-
"description": "MISSING DESCRIPTION"
|
|
3778
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3765
3779
|
},
|
|
3766
3780
|
"v-date-picker-month/hover-date": {
|
|
3767
3781
|
"type": "any\n",
|
|
3768
|
-
"description": "MISSING DESCRIPTION"
|
|
3782
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3769
3783
|
},
|
|
3770
3784
|
"v-date-picker-month/side": {
|
|
3771
3785
|
"type": "string\n",
|
|
3772
|
-
"description": "MISSING DESCRIPTION"
|
|
3786
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3773
3787
|
},
|
|
3774
3788
|
"v-date-picker-month/min": {
|
|
3775
3789
|
"type": "string | number | Date\n",
|
|
3776
|
-
"description": "MISSING DESCRIPTION"
|
|
3790
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3777
3791
|
},
|
|
3778
3792
|
"v-date-picker-month/format": {
|
|
3779
3793
|
"type": "string\n",
|
|
3780
|
-
"description": "MISSING DESCRIPTION"
|
|
3794
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/date.json))"
|
|
3781
3795
|
},
|
|
3782
3796
|
"v-date-picker-years/height": {
|
|
3783
3797
|
"type": "string | number\n",
|
|
@@ -3789,15 +3803,15 @@
|
|
|
3789
3803
|
},
|
|
3790
3804
|
"v-date-picker-years/max": {
|
|
3791
3805
|
"type": "string | number | Date\n",
|
|
3792
|
-
"description": "MISSING DESCRIPTION"
|
|
3806
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerYears.json))"
|
|
3793
3807
|
},
|
|
3794
3808
|
"v-date-picker-years/display-date": {
|
|
3795
3809
|
"type": "any\n",
|
|
3796
|
-
"description": "MISSING DESCRIPTION"
|
|
3810
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerYears.json))"
|
|
3797
3811
|
},
|
|
3798
3812
|
"v-date-picker-years/min": {
|
|
3799
3813
|
"type": "string | number | Date\n",
|
|
3800
|
-
"description": "MISSING DESCRIPTION"
|
|
3814
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerYears.json))"
|
|
3801
3815
|
},
|
|
3802
3816
|
"v-defaults-provider/disabled": {
|
|
3803
3817
|
"type": "boolean\n",
|
|
@@ -3849,7 +3863,7 @@
|
|
|
3849
3863
|
},
|
|
3850
3864
|
"v-dialog/location": {
|
|
3851
3865
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
3852
|
-
"description": "
|
|
3866
|
+
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both."
|
|
3853
3867
|
},
|
|
3854
3868
|
"v-dialog/absolute": {
|
|
3855
3869
|
"type": "boolean\n",
|
|
@@ -3873,7 +3887,7 @@
|
|
|
3873
3887
|
},
|
|
3874
3888
|
"v-dialog/activator": {
|
|
3875
3889
|
"type": "string | Element | ComponentPublicInstance\n",
|
|
3876
|
-
"description": "
|
|
3890
|
+
"description": "Explicitly sets the overlay's activator"
|
|
3877
3891
|
},
|
|
3878
3892
|
"v-dialog/close-on-back": {
|
|
3879
3893
|
"type": "boolean\n",
|
|
@@ -3889,7 +3903,7 @@
|
|
|
3889
3903
|
},
|
|
3890
3904
|
"v-dialog/content-props": {
|
|
3891
3905
|
"type": "any\n",
|
|
3892
|
-
"description": "
|
|
3906
|
+
"description": "Apply custom properties to the content"
|
|
3893
3907
|
},
|
|
3894
3908
|
"v-dialog/no-click-animation": {
|
|
3895
3909
|
"type": "boolean\n",
|
|
@@ -3905,11 +3919,11 @@
|
|
|
3905
3919
|
},
|
|
3906
3920
|
"v-dialog/activator-props": {
|
|
3907
3921
|
"type": "{}\n",
|
|
3908
|
-
"description": "
|
|
3922
|
+
"description": "Apply custom properties to the activator"
|
|
3909
3923
|
},
|
|
3910
3924
|
"v-dialog/open-on-click": {
|
|
3911
3925
|
"type": "boolean\n",
|
|
3912
|
-
"description": "
|
|
3926
|
+
"description": "Activate the component when the activator is clicked"
|
|
3913
3927
|
},
|
|
3914
3928
|
"v-dialog/open-on-hover": {
|
|
3915
3929
|
"type": "boolean\n",
|
|
@@ -3917,7 +3931,7 @@
|
|
|
3917
3931
|
},
|
|
3918
3932
|
"v-dialog/open-on-focus": {
|
|
3919
3933
|
"type": "boolean\n",
|
|
3920
|
-
"description": "
|
|
3934
|
+
"description": "Activate the component when the activator is focused"
|
|
3921
3935
|
},
|
|
3922
3936
|
"v-dialog/close-on-content-click": {
|
|
3923
3937
|
"type": "boolean\n",
|
|
@@ -3945,7 +3959,7 @@
|
|
|
3945
3959
|
},
|
|
3946
3960
|
"v-dialog/scroll-strategy": {
|
|
3947
3961
|
"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>\n",
|
|
3948
|
-
"description": "
|
|
3962
|
+
"description": "Strategy used when the component is activate and user scrolls."
|
|
3949
3963
|
},
|
|
3950
3964
|
"v-dialog/transition": {
|
|
3951
3965
|
"type": "string | { component: Component }\n",
|
|
@@ -4017,7 +4031,7 @@
|
|
|
4017
4031
|
},
|
|
4018
4032
|
"v-dialog-transition/target": {
|
|
4019
4033
|
"type": "HTMLElement\n",
|
|
4020
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
4034
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/v-dialog-transition.json))"
|
|
4021
4035
|
},
|
|
4022
4036
|
"v-divider/length": {
|
|
4023
4037
|
"type": "string | number\n",
|
|
@@ -4061,7 +4075,7 @@
|
|
|
4061
4075
|
},
|
|
4062
4076
|
"v-expansion-panel/title": {
|
|
4063
4077
|
"type": "string\n",
|
|
4064
|
-
"description": "
|
|
4078
|
+
"description": "Specify a title text for the component."
|
|
4065
4079
|
},
|
|
4066
4080
|
"v-expansion-panel/text": {
|
|
4067
4081
|
"type": "string\n",
|
|
@@ -4113,15 +4127,15 @@
|
|
|
4113
4127
|
},
|
|
4114
4128
|
"v-expansion-panel/hide-actions": {
|
|
4115
4129
|
"type": "boolean\n",
|
|
4116
|
-
"description": "
|
|
4130
|
+
"description": "Hide the expand icon in the content title"
|
|
4117
4131
|
},
|
|
4118
4132
|
"v-expansion-panel/expand-icon": {
|
|
4119
4133
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
4120
|
-
"description": "
|
|
4134
|
+
"description": "Icon used when the expansion panel is in a expandable state."
|
|
4121
4135
|
},
|
|
4122
4136
|
"v-expansion-panel/collapse-icon": {
|
|
4123
4137
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
4124
|
-
"description": "
|
|
4138
|
+
"description": "Icon used when the expansion panel is in a collapsable state."
|
|
4125
4139
|
},
|
|
4126
4140
|
"v-expansion-panel-text/eager": {
|
|
4127
4141
|
"type": "boolean\n",
|
|
@@ -4137,19 +4151,19 @@
|
|
|
4137
4151
|
},
|
|
4138
4152
|
"v-expansion-panel-title/readonly": {
|
|
4139
4153
|
"type": "boolean\n",
|
|
4140
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
4154
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
|
|
4141
4155
|
},
|
|
4142
4156
|
"v-expansion-panel-title/hide-actions": {
|
|
4143
4157
|
"type": "boolean\n",
|
|
4144
|
-
"description": "
|
|
4158
|
+
"description": "Hide the expand icon in the content title"
|
|
4145
4159
|
},
|
|
4146
4160
|
"v-expansion-panel-title/expand-icon": {
|
|
4147
4161
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
4148
|
-
"description": "
|
|
4162
|
+
"description": "Icon used when the expansion panel is in a expandable state."
|
|
4149
4163
|
},
|
|
4150
4164
|
"v-expansion-panel-title/collapse-icon": {
|
|
4151
4165
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
4152
|
-
"description": "
|
|
4166
|
+
"description": "Icon used when the expansion panel is in a collapsable state."
|
|
4153
4167
|
},
|
|
4154
4168
|
"v-expansion-panels/model-value": {
|
|
4155
4169
|
"type": "any\n",
|
|
@@ -4245,7 +4259,7 @@
|
|
|
4245
4259
|
},
|
|
4246
4260
|
"v-field/flat": {
|
|
4247
4261
|
"type": "boolean\n",
|
|
4248
|
-
"description": "
|
|
4262
|
+
"description": "Removes box shadow when using a variant with elevation"
|
|
4249
4263
|
},
|
|
4250
4264
|
"v-field/model-value": {
|
|
4251
4265
|
"type": "unknown\n",
|
|
@@ -4345,7 +4359,7 @@
|
|
|
4345
4359
|
},
|
|
4346
4360
|
"v-file-input/flat": {
|
|
4347
4361
|
"type": "boolean\n",
|
|
4348
|
-
"description": "
|
|
4362
|
+
"description": "Removes box shadow when using a variant with elevation"
|
|
4349
4363
|
},
|
|
4350
4364
|
"v-file-input/model-value": {
|
|
4351
4365
|
"type": "File[]\n",
|
|
@@ -4509,7 +4523,7 @@
|
|
|
4509
4523
|
},
|
|
4510
4524
|
"v-file-input/counter": {
|
|
4511
4525
|
"type": "boolean\n",
|
|
4512
|
-
"description": "
|
|
4526
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
4513
4527
|
},
|
|
4514
4528
|
"v-file-input/counter-size-string": {
|
|
4515
4529
|
"type": "string\n",
|
|
@@ -4529,7 +4543,7 @@
|
|
|
4529
4543
|
},
|
|
4530
4544
|
"v-footer/height": {
|
|
4531
4545
|
"type": "string | number\n",
|
|
4532
|
-
"description": "
|
|
4546
|
+
"description": "Sets the height for the component"
|
|
4533
4547
|
},
|
|
4534
4548
|
"v-footer/elevation": {
|
|
4535
4549
|
"type": "string | number\n",
|
|
@@ -4781,7 +4795,7 @@
|
|
|
4781
4795
|
},
|
|
4782
4796
|
"v-input/id": {
|
|
4783
4797
|
"type": "string\n",
|
|
4784
|
-
"description": "MISSING DESCRIPTION"
|
|
4798
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VInput.json))"
|
|
4785
4799
|
},
|
|
4786
4800
|
"v-input/prepend-icon": {
|
|
4787
4801
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
@@ -4801,7 +4815,7 @@
|
|
|
4801
4815
|
},
|
|
4802
4816
|
"v-input/center-affix": {
|
|
4803
4817
|
"type": "boolean\n",
|
|
4804
|
-
"description": "MISSING DESCRIPTION"
|
|
4818
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VInput.json))"
|
|
4805
4819
|
},
|
|
4806
4820
|
"v-input/hint": {
|
|
4807
4821
|
"type": "string\n",
|
|
@@ -4909,7 +4923,7 @@
|
|
|
4909
4923
|
},
|
|
4910
4924
|
"v-label/clickable": {
|
|
4911
4925
|
"type": "boolean\n",
|
|
4912
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
4926
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VLabel.json))"
|
|
4913
4927
|
},
|
|
4914
4928
|
"v-layout/full-height": {
|
|
4915
4929
|
"type": "boolean\n",
|
|
@@ -4917,7 +4931,7 @@
|
|
|
4917
4931
|
},
|
|
4918
4932
|
"v-layout/overlaps": {
|
|
4919
4933
|
"type": "string[]\n",
|
|
4920
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
4934
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/layout.json))"
|
|
4921
4935
|
},
|
|
4922
4936
|
"v-layout-item/model-value": {
|
|
4923
4937
|
"type": "boolean\n",
|
|
@@ -4925,7 +4939,7 @@
|
|
|
4925
4939
|
},
|
|
4926
4940
|
"v-layout-item/position": {
|
|
4927
4941
|
"type": "'top' | 'bottom' | 'left' | 'right'\n",
|
|
4928
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
4942
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VLayoutItem.json))"
|
|
4929
4943
|
},
|
|
4930
4944
|
"v-layout-item/absolute": {
|
|
4931
4945
|
"type": "boolean\n",
|
|
@@ -4937,7 +4951,7 @@
|
|
|
4937
4951
|
},
|
|
4938
4952
|
"v-layout-item/size": {
|
|
4939
4953
|
"type": "string | number\n",
|
|
4940
|
-
"description": "
|
|
4954
|
+
"description": "Sets the height and width of the component."
|
|
4941
4955
|
},
|
|
4942
4956
|
"v-layout-item/order": {
|
|
4943
4957
|
"type": "string | number\n",
|
|
@@ -5075,13 +5089,17 @@
|
|
|
5075
5089
|
"type": "boolean\n",
|
|
5076
5090
|
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
|
5077
5091
|
},
|
|
5092
|
+
"v-list/value-comparator": {
|
|
5093
|
+
"type": "(a: any, b: any) => boolean\n",
|
|
5094
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
5095
|
+
},
|
|
5078
5096
|
"v-list/bg-color": {
|
|
5079
5097
|
"type": "string\n",
|
|
5080
5098
|
"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)"
|
|
5081
5099
|
},
|
|
5082
5100
|
"v-list/base-color": {
|
|
5083
5101
|
"type": "string\n",
|
|
5084
|
-
"description": "MISSING DESCRIPTION"
|
|
5102
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))"
|
|
5085
5103
|
},
|
|
5086
5104
|
"v-list/lines": {
|
|
5087
5105
|
"type": "false | 'one' | 'two' | 'three'\n",
|
|
@@ -5121,11 +5139,11 @@
|
|
|
5121
5139
|
},
|
|
5122
5140
|
"v-list/item-type": {
|
|
5123
5141
|
"type": "string\n",
|
|
5124
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
5142
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))"
|
|
5125
5143
|
},
|
|
5126
5144
|
"v-list-group/title": {
|
|
5127
5145
|
"type": "string\n",
|
|
5128
|
-
"description": "
|
|
5146
|
+
"description": "Specify a title text for the component."
|
|
5129
5147
|
},
|
|
5130
5148
|
"v-list-group/tag": {
|
|
5131
5149
|
"type": "string\n",
|
|
@@ -5149,7 +5167,7 @@
|
|
|
5149
5167
|
},
|
|
5150
5168
|
"v-list-group/base-color": {
|
|
5151
5169
|
"type": "string\n",
|
|
5152
|
-
"description": "MISSING DESCRIPTION"
|
|
5170
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))"
|
|
5153
5171
|
},
|
|
5154
5172
|
"v-list-group/active-color": {
|
|
5155
5173
|
"type": "string\n",
|
|
@@ -5157,19 +5175,19 @@
|
|
|
5157
5175
|
},
|
|
5158
5176
|
"v-list-group/fluid": {
|
|
5159
5177
|
"type": "boolean\n",
|
|
5160
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
5178
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))"
|
|
5161
5179
|
},
|
|
5162
5180
|
"v-list-group/expand-icon": {
|
|
5163
5181
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
5164
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
5182
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))"
|
|
5165
5183
|
},
|
|
5166
5184
|
"v-list-group/collapse-icon": {
|
|
5167
5185
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
5168
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
5186
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))"
|
|
5169
5187
|
},
|
|
5170
5188
|
"v-list-group/subgroup": {
|
|
5171
5189
|
"type": "boolean\n",
|
|
5172
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
5190
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))"
|
|
5173
5191
|
},
|
|
5174
5192
|
"v-list-img/tag": {
|
|
5175
5193
|
"type": "string\n",
|
|
@@ -5265,7 +5283,7 @@
|
|
|
5265
5283
|
},
|
|
5266
5284
|
"v-list-item/replace": {
|
|
5267
5285
|
"type": "boolean\n",
|
|
5268
|
-
"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 [
|
|
5286
|
+
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
|
5269
5287
|
},
|
|
5270
5288
|
"v-list-item/exact": {
|
|
5271
5289
|
"type": "boolean\n",
|
|
@@ -5277,7 +5295,7 @@
|
|
|
5277
5295
|
},
|
|
5278
5296
|
"v-list-item/base-color": {
|
|
5279
5297
|
"type": "string\n",
|
|
5280
|
-
"description": "MISSING DESCRIPTION"
|
|
5298
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))"
|
|
5281
5299
|
},
|
|
5282
5300
|
"v-list-item/link": {
|
|
5283
5301
|
"type": "boolean\n",
|
|
@@ -5285,7 +5303,7 @@
|
|
|
5285
5303
|
},
|
|
5286
5304
|
"v-list-item/lines": {
|
|
5287
5305
|
"type": "'one' | 'two' | 'three'\n",
|
|
5288
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
5306
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))"
|
|
5289
5307
|
},
|
|
5290
5308
|
"v-list-item/active-class": {
|
|
5291
5309
|
"type": "string\n",
|
|
@@ -5309,7 +5327,7 @@
|
|
|
5309
5327
|
},
|
|
5310
5328
|
"v-list-item/nav": {
|
|
5311
5329
|
"type": "boolean\n",
|
|
5312
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
5330
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))"
|
|
5313
5331
|
},
|
|
5314
5332
|
"v-list-item-action/end": {
|
|
5315
5333
|
"type": "boolean\n",
|
|
@@ -5345,11 +5363,11 @@
|
|
|
5345
5363
|
},
|
|
5346
5364
|
"v-list-subheader/title": {
|
|
5347
5365
|
"type": "string\n",
|
|
5348
|
-
"description": "
|
|
5366
|
+
"description": "Specify a title text for the component."
|
|
5349
5367
|
},
|
|
5350
5368
|
"v-list-subheader/sticky": {
|
|
5351
5369
|
"type": "boolean\n",
|
|
5352
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
5370
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListSubheader.json))"
|
|
5353
5371
|
},
|
|
5354
5372
|
"v-list-subheader/tag": {
|
|
5355
5373
|
"type": "string\n",
|
|
@@ -5361,23 +5379,23 @@
|
|
|
5361
5379
|
},
|
|
5362
5380
|
"v-list-subheader/inset": {
|
|
5363
5381
|
"type": "boolean\n",
|
|
5364
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
5382
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListSubheader.json))"
|
|
5365
5383
|
},
|
|
5366
5384
|
"v-locale-provider/messages": {
|
|
5367
5385
|
"type": "Record<string, any>\n",
|
|
5368
|
-
"description": "
|
|
5386
|
+
"description": "Displays a list of messages or a single message if using a string"
|
|
5369
5387
|
},
|
|
5370
5388
|
"v-locale-provider/locale": {
|
|
5371
5389
|
"type": "string\n",
|
|
5372
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
5390
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VLocaleProvider.json))"
|
|
5373
5391
|
},
|
|
5374
5392
|
"v-locale-provider/fallback-locale": {
|
|
5375
5393
|
"type": "string\n",
|
|
5376
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
5394
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VLocaleProvider.json))"
|
|
5377
5395
|
},
|
|
5378
5396
|
"v-locale-provider/rtl": {
|
|
5379
5397
|
"type": "boolean\n",
|
|
5380
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
5398
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VLocaleProvider.json))"
|
|
5381
5399
|
},
|
|
5382
5400
|
"v-main/tag": {
|
|
5383
5401
|
"type": "string\n",
|
|
@@ -5385,7 +5403,7 @@
|
|
|
5385
5403
|
},
|
|
5386
5404
|
"v-main/scrollable": {
|
|
5387
5405
|
"type": "boolean\n",
|
|
5388
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
5406
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VMain.json))"
|
|
5389
5407
|
},
|
|
5390
5408
|
"v-menu/model-value": {
|
|
5391
5409
|
"type": "boolean\n",
|
|
@@ -5417,7 +5435,7 @@
|
|
|
5417
5435
|
},
|
|
5418
5436
|
"v-menu/location": {
|
|
5419
5437
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
5420
|
-
"description": "
|
|
5438
|
+
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both."
|
|
5421
5439
|
},
|
|
5422
5440
|
"v-menu/theme": {
|
|
5423
5441
|
"type": "string\n",
|
|
@@ -5429,7 +5447,7 @@
|
|
|
5429
5447
|
},
|
|
5430
5448
|
"v-menu/id": {
|
|
5431
5449
|
"type": "string\n",
|
|
5432
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
5450
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VMenu.json))"
|
|
5433
5451
|
},
|
|
5434
5452
|
"v-menu/disabled": {
|
|
5435
5453
|
"type": "boolean\n",
|
|
@@ -5441,7 +5459,7 @@
|
|
|
5441
5459
|
},
|
|
5442
5460
|
"v-menu/activator": {
|
|
5443
5461
|
"type": "string | Element | ComponentPublicInstance\n",
|
|
5444
|
-
"description": "
|
|
5462
|
+
"description": "Explicitly sets the overlay's activator"
|
|
5445
5463
|
},
|
|
5446
5464
|
"v-menu/close-on-back": {
|
|
5447
5465
|
"type": "boolean\n",
|
|
@@ -5457,7 +5475,7 @@
|
|
|
5457
5475
|
},
|
|
5458
5476
|
"v-menu/content-props": {
|
|
5459
5477
|
"type": "any\n",
|
|
5460
|
-
"description": "
|
|
5478
|
+
"description": "Apply custom properties to the content"
|
|
5461
5479
|
},
|
|
5462
5480
|
"v-menu/no-click-animation": {
|
|
5463
5481
|
"type": "boolean\n",
|
|
@@ -5473,7 +5491,7 @@
|
|
|
5473
5491
|
},
|
|
5474
5492
|
"v-menu/activator-props": {
|
|
5475
5493
|
"type": "{}\n",
|
|
5476
|
-
"description": "
|
|
5494
|
+
"description": "Apply custom properties to the activator"
|
|
5477
5495
|
},
|
|
5478
5496
|
"v-menu/open-on-click": {
|
|
5479
5497
|
"type": "boolean\n",
|
|
@@ -5485,7 +5503,7 @@
|
|
|
5485
5503
|
},
|
|
5486
5504
|
"v-menu/open-on-focus": {
|
|
5487
5505
|
"type": "boolean\n",
|
|
5488
|
-
"description": "
|
|
5506
|
+
"description": "Activate the component when the activator is focused"
|
|
5489
5507
|
},
|
|
5490
5508
|
"v-menu/close-on-content-click": {
|
|
5491
5509
|
"type": "boolean\n",
|
|
@@ -5513,7 +5531,7 @@
|
|
|
5513
5531
|
},
|
|
5514
5532
|
"v-menu/scroll-strategy": {
|
|
5515
5533
|
"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>\n",
|
|
5516
|
-
"description": "
|
|
5534
|
+
"description": "Strategy used when the component is activate and user scrolls."
|
|
5517
5535
|
},
|
|
5518
5536
|
"v-menu/transition": {
|
|
5519
5537
|
"type": "string | { component: Component }\n",
|
|
@@ -5537,7 +5555,7 @@
|
|
|
5537
5555
|
},
|
|
5538
5556
|
"v-messages/messages": {
|
|
5539
5557
|
"type": "string | string[]\n",
|
|
5540
|
-
"description": "
|
|
5558
|
+
"description": "Displays a list of messages or a single message if using a string"
|
|
5541
5559
|
},
|
|
5542
5560
|
"v-navigation-drawer/border": {
|
|
5543
5561
|
"type": "string | number | boolean\n",
|
|
@@ -5557,7 +5575,7 @@
|
|
|
5557
5575
|
},
|
|
5558
5576
|
"v-navigation-drawer/location": {
|
|
5559
5577
|
"type": "'top' | 'end' | 'bottom' | 'start' | 'left' | 'right'\n",
|
|
5560
|
-
"description": "MISSING DESCRIPTION"
|
|
5578
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNavigationDrawer.json))"
|
|
5561
5579
|
},
|
|
5562
5580
|
"v-navigation-drawer/absolute": {
|
|
5563
5581
|
"type": "boolean\n",
|
|
@@ -5565,7 +5583,7 @@
|
|
|
5565
5583
|
},
|
|
5566
5584
|
"v-navigation-drawer/sticky": {
|
|
5567
5585
|
"type": "boolean\n",
|
|
5568
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
5586
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNavigationDrawer.json))"
|
|
5569
5587
|
},
|
|
5570
5588
|
"v-navigation-drawer/rounded": {
|
|
5571
5589
|
"type": "string | number | boolean\n",
|
|
@@ -5601,7 +5619,7 @@
|
|
|
5601
5619
|
},
|
|
5602
5620
|
"v-navigation-drawer/scrim": {
|
|
5603
5621
|
"type": "string | boolean\n",
|
|
5604
|
-
"description": "
|
|
5622
|
+
"description": "Determines whether an overlay is used when a **temporary** drawer is open. Accepts true/false to enable background, and string to define color."
|
|
5605
5623
|
},
|
|
5606
5624
|
"v-navigation-drawer/disable-resize-watcher": {
|
|
5607
5625
|
"type": "boolean\n",
|
|
@@ -5705,11 +5723,11 @@
|
|
|
5705
5723
|
},
|
|
5706
5724
|
"v-otp-input/autofocus": {
|
|
5707
5725
|
"type": "boolean\n",
|
|
5708
|
-
"description": "MISSING DESCRIPTION"
|
|
5726
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VOtpInput.json))"
|
|
5709
5727
|
},
|
|
5710
5728
|
"v-otp-input/placeholder": {
|
|
5711
5729
|
"type": "string\n",
|
|
5712
|
-
"description": "MISSING DESCRIPTION"
|
|
5730
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VOtpInput.json))"
|
|
5713
5731
|
},
|
|
5714
5732
|
"v-otp-input/focused": {
|
|
5715
5733
|
"type": "boolean\n",
|
|
@@ -5725,11 +5743,11 @@
|
|
|
5725
5743
|
},
|
|
5726
5744
|
"v-otp-input/divider": {
|
|
5727
5745
|
"type": "string\n",
|
|
5728
|
-
"description": "MISSING DESCRIPTION"
|
|
5746
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VOtpInput.json))"
|
|
5729
5747
|
},
|
|
5730
5748
|
"v-otp-input/focus-all": {
|
|
5731
5749
|
"type": "boolean\n",
|
|
5732
|
-
"description": "MISSING DESCRIPTION"
|
|
5750
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VOtpInput.json))"
|
|
5733
5751
|
},
|
|
5734
5752
|
"v-overlay/model-value": {
|
|
5735
5753
|
"type": "boolean\n",
|
|
@@ -5761,7 +5779,7 @@
|
|
|
5761
5779
|
},
|
|
5762
5780
|
"v-overlay/location": {
|
|
5763
5781
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
5764
|
-
"description": "
|
|
5782
|
+
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both."
|
|
5765
5783
|
},
|
|
5766
5784
|
"v-overlay/absolute": {
|
|
5767
5785
|
"type": "boolean\n",
|
|
@@ -5785,7 +5803,7 @@
|
|
|
5785
5803
|
},
|
|
5786
5804
|
"v-overlay/activator": {
|
|
5787
5805
|
"type": "string | Element | ComponentPublicInstance\n",
|
|
5788
|
-
"description": "
|
|
5806
|
+
"description": "Explicitly sets the overlay's activator"
|
|
5789
5807
|
},
|
|
5790
5808
|
"v-overlay/close-on-back": {
|
|
5791
5809
|
"type": "boolean\n",
|
|
@@ -5801,7 +5819,7 @@
|
|
|
5801
5819
|
},
|
|
5802
5820
|
"v-overlay/content-props": {
|
|
5803
5821
|
"type": "any\n",
|
|
5804
|
-
"description": "
|
|
5822
|
+
"description": "Apply custom properties to the content"
|
|
5805
5823
|
},
|
|
5806
5824
|
"v-overlay/no-click-animation": {
|
|
5807
5825
|
"type": "boolean\n",
|
|
@@ -5817,19 +5835,19 @@
|
|
|
5817
5835
|
},
|
|
5818
5836
|
"v-overlay/activator-props": {
|
|
5819
5837
|
"type": "{}\n",
|
|
5820
|
-
"description": "
|
|
5838
|
+
"description": "Apply custom properties to the activator"
|
|
5821
5839
|
},
|
|
5822
5840
|
"v-overlay/open-on-click": {
|
|
5823
5841
|
"type": "boolean\n",
|
|
5824
|
-
"description": "
|
|
5842
|
+
"description": "Activate the component when the activator is clicked"
|
|
5825
5843
|
},
|
|
5826
5844
|
"v-overlay/open-on-hover": {
|
|
5827
5845
|
"type": "boolean\n",
|
|
5828
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
5846
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VOverlay-activator.json))"
|
|
5829
5847
|
},
|
|
5830
5848
|
"v-overlay/open-on-focus": {
|
|
5831
5849
|
"type": "boolean\n",
|
|
5832
|
-
"description": "
|
|
5850
|
+
"description": "Activate the component when the activator is focused"
|
|
5833
5851
|
},
|
|
5834
5852
|
"v-overlay/close-on-content-click": {
|
|
5835
5853
|
"type": "boolean\n",
|
|
@@ -5857,7 +5875,7 @@
|
|
|
5857
5875
|
},
|
|
5858
5876
|
"v-overlay/scroll-strategy": {
|
|
5859
5877
|
"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>\n",
|
|
5860
|
-
"description": "
|
|
5878
|
+
"description": "Strategy used when the component is activate and user scrolls."
|
|
5861
5879
|
},
|
|
5862
5880
|
"v-overlay/transition": {
|
|
5863
5881
|
"type": "string\n",
|
|
@@ -5981,7 +5999,7 @@
|
|
|
5981
5999
|
},
|
|
5982
6000
|
"v-parallax/scale": {
|
|
5983
6001
|
"type": "string | number\n",
|
|
5984
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6002
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VParallax.json))"
|
|
5985
6003
|
},
|
|
5986
6004
|
"v-picker/title": {
|
|
5987
6005
|
"type": "string\n",
|
|
@@ -6025,7 +6043,9 @@
|
|
|
6025
6043
|
},
|
|
6026
6044
|
"v-picker/position": {
|
|
6027
6045
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
6028
|
-
"description":
|
|
6046
|
+
"description": {
|
|
6047
|
+
"position": "Sets the position for the component"
|
|
6048
|
+
}
|
|
6029
6049
|
},
|
|
6030
6050
|
"v-picker/rounded": {
|
|
6031
6051
|
"type": "string | number | boolean\n",
|
|
@@ -6041,7 +6061,7 @@
|
|
|
6041
6061
|
},
|
|
6042
6062
|
"v-picker/landscape": {
|
|
6043
6063
|
"type": "boolean\n",
|
|
6044
|
-
"description": "MISSING DESCRIPTION"
|
|
6064
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VPicker.json))"
|
|
6045
6065
|
},
|
|
6046
6066
|
"v-picker-title/tag": {
|
|
6047
6067
|
"type": "string\n",
|
|
@@ -6161,7 +6181,7 @@
|
|
|
6161
6181
|
},
|
|
6162
6182
|
"v-radio/type": {
|
|
6163
6183
|
"type": "string\n",
|
|
6164
|
-
"description": "MISSING DESCRIPTION"
|
|
6184
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
6165
6185
|
},
|
|
6166
6186
|
"v-radio/model-value": {
|
|
6167
6187
|
"type": "any\n",
|
|
@@ -6169,7 +6189,7 @@
|
|
|
6169
6189
|
},
|
|
6170
6190
|
"v-radio/error": {
|
|
6171
6191
|
"type": "boolean\n",
|
|
6172
|
-
"description": "MISSING DESCRIPTION"
|
|
6192
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
6173
6193
|
},
|
|
6174
6194
|
"v-radio/density": {
|
|
6175
6195
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
@@ -6193,7 +6213,7 @@
|
|
|
6193
6213
|
},
|
|
6194
6214
|
"v-radio/id": {
|
|
6195
6215
|
"type": "string\n",
|
|
6196
|
-
"description": "MISSING DESCRIPTION"
|
|
6216
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
6197
6217
|
},
|
|
6198
6218
|
"v-radio/ripple": {
|
|
6199
6219
|
"type": "boolean\n",
|
|
@@ -6209,19 +6229,19 @@
|
|
|
6209
6229
|
},
|
|
6210
6230
|
"v-radio/multiple": {
|
|
6211
6231
|
"type": "boolean\n",
|
|
6212
|
-
"description": "MISSING DESCRIPTION"
|
|
6232
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
6213
6233
|
},
|
|
6214
6234
|
"v-radio/value-comparator": {
|
|
6215
6235
|
"type": "(a: any, b: any) => boolean\n",
|
|
6216
|
-
"description": "Apply a custom comparison algorithm
|
|
6236
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
6217
6237
|
},
|
|
6218
6238
|
"v-radio/readonly": {
|
|
6219
6239
|
"type": "boolean\n",
|
|
6220
|
-
"description": "MISSING DESCRIPTION"
|
|
6240
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
6221
6241
|
},
|
|
6222
6242
|
"v-radio/inline": {
|
|
6223
6243
|
"type": "boolean\n",
|
|
6224
|
-
"description": "MISSING DESCRIPTION"
|
|
6244
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
6225
6245
|
},
|
|
6226
6246
|
"v-radio/true-value": {
|
|
6227
6247
|
"type": "any\n",
|
|
@@ -6233,7 +6253,7 @@
|
|
|
6233
6253
|
},
|
|
6234
6254
|
"v-radio/defaults-target": {
|
|
6235
6255
|
"type": "string\n",
|
|
6236
|
-
"description": "MISSING DESCRIPTION"
|
|
6256
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
6237
6257
|
},
|
|
6238
6258
|
"v-radio/false-icon": {
|
|
6239
6259
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
@@ -6245,7 +6265,7 @@
|
|
|
6245
6265
|
},
|
|
6246
6266
|
"v-radio-group/type": {
|
|
6247
6267
|
"type": "string\n",
|
|
6248
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6268
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VRadioGroup.json))"
|
|
6249
6269
|
},
|
|
6250
6270
|
"v-radio-group/model-value": {
|
|
6251
6271
|
"type": "any\n",
|
|
@@ -6261,7 +6281,7 @@
|
|
|
6261
6281
|
},
|
|
6262
6282
|
"v-radio-group/height": {
|
|
6263
6283
|
"type": "string | number\n",
|
|
6264
|
-
"description": "
|
|
6284
|
+
"description": "Sets the height of the input"
|
|
6265
6285
|
},
|
|
6266
6286
|
"v-radio-group/theme": {
|
|
6267
6287
|
"type": "string\n",
|
|
@@ -6277,7 +6297,7 @@
|
|
|
6277
6297
|
},
|
|
6278
6298
|
"v-radio-group/id": {
|
|
6279
6299
|
"type": "string\n",
|
|
6280
|
-
"description": "MISSING DESCRIPTION"
|
|
6300
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
6281
6301
|
},
|
|
6282
6302
|
"v-radio-group/prepend-icon": {
|
|
6283
6303
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
@@ -6301,11 +6321,11 @@
|
|
|
6301
6321
|
},
|
|
6302
6322
|
"v-radio-group/value-comparator": {
|
|
6303
6323
|
"type": "(a: any, b: any) => boolean\n",
|
|
6304
|
-
"description": "Apply a custom comparison algorithm
|
|
6324
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
6305
6325
|
},
|
|
6306
6326
|
"v-radio-group/center-affix": {
|
|
6307
6327
|
"type": "boolean\n",
|
|
6308
|
-
"description": "MISSING DESCRIPTION"
|
|
6328
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VInput.json))"
|
|
6309
6329
|
},
|
|
6310
6330
|
"v-radio-group/hint": {
|
|
6311
6331
|
"type": "string\n",
|
|
@@ -6361,15 +6381,15 @@
|
|
|
6361
6381
|
},
|
|
6362
6382
|
"v-radio-group/defaults-target": {
|
|
6363
6383
|
"type": "string\n",
|
|
6364
|
-
"description": "MISSING DESCRIPTION"
|
|
6384
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
6365
6385
|
},
|
|
6366
6386
|
"v-radio-group/false-icon": {
|
|
6367
6387
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
6368
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6388
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VRadioGroup.json))"
|
|
6369
6389
|
},
|
|
6370
6390
|
"v-radio-group/true-icon": {
|
|
6371
6391
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
6372
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6392
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VRadioGroup.json))"
|
|
6373
6393
|
},
|
|
6374
6394
|
"v-range-slider/model-value": {
|
|
6375
6395
|
"type": "(string | number)[]\n",
|
|
@@ -6377,7 +6397,7 @@
|
|
|
6377
6397
|
},
|
|
6378
6398
|
"v-range-slider/error": {
|
|
6379
6399
|
"type": "boolean\n",
|
|
6380
|
-
"description": "
|
|
6400
|
+
"description": "Puts the input in a manual error state"
|
|
6381
6401
|
},
|
|
6382
6402
|
"v-range-slider/density": {
|
|
6383
6403
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
@@ -6385,7 +6405,7 @@
|
|
|
6385
6405
|
},
|
|
6386
6406
|
"v-range-slider/reverse": {
|
|
6387
6407
|
"type": "boolean\n",
|
|
6388
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6408
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
|
|
6389
6409
|
},
|
|
6390
6410
|
"v-range-slider/elevation": {
|
|
6391
6411
|
"type": "string | number\n",
|
|
@@ -6405,7 +6425,7 @@
|
|
|
6405
6425
|
},
|
|
6406
6426
|
"v-range-slider/id": {
|
|
6407
6427
|
"type": "string\n",
|
|
6408
|
-
"description": "MISSING DESCRIPTION"
|
|
6428
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VInput.json))"
|
|
6409
6429
|
},
|
|
6410
6430
|
"v-range-slider/prepend-icon": {
|
|
6411
6431
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
@@ -6425,7 +6445,7 @@
|
|
|
6425
6445
|
},
|
|
6426
6446
|
"v-range-slider/center-affix": {
|
|
6427
6447
|
"type": "boolean\n",
|
|
6428
|
-
"description": "MISSING DESCRIPTION"
|
|
6448
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VInput.json))"
|
|
6429
6449
|
},
|
|
6430
6450
|
"v-range-slider/hint": {
|
|
6431
6451
|
"type": "string\n",
|
|
@@ -6441,7 +6461,7 @@
|
|
|
6441
6461
|
},
|
|
6442
6462
|
"v-range-slider/direction": {
|
|
6443
6463
|
"type": "'horizontal' | 'vertical'\n",
|
|
6444
|
-
"description": "
|
|
6464
|
+
"description": "Changes the direction of the input"
|
|
6445
6465
|
},
|
|
6446
6466
|
"v-range-slider/error-messages": {
|
|
6447
6467
|
"type": "string | string[]\n",
|
|
@@ -6453,7 +6473,7 @@
|
|
|
6453
6473
|
},
|
|
6454
6474
|
"v-range-slider/readonly": {
|
|
6455
6475
|
"type": "boolean\n",
|
|
6456
|
-
"description": "
|
|
6476
|
+
"description": "Puts input in readonly state"
|
|
6457
6477
|
},
|
|
6458
6478
|
"v-range-slider/rules": {
|
|
6459
6479
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
|
|
@@ -6477,55 +6497,55 @@
|
|
|
6477
6497
|
},
|
|
6478
6498
|
"v-range-slider/max": {
|
|
6479
6499
|
"type": "string | number\n",
|
|
6480
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6500
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
|
|
6481
6501
|
},
|
|
6482
6502
|
"v-range-slider/min": {
|
|
6483
6503
|
"type": "string | number\n",
|
|
6484
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6504
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
|
|
6485
6505
|
},
|
|
6486
6506
|
"v-range-slider/step": {
|
|
6487
6507
|
"type": "string | number\n",
|
|
6488
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6508
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
|
|
6489
6509
|
},
|
|
6490
6510
|
"v-range-slider/thumb-color": {
|
|
6491
6511
|
"type": "string\n",
|
|
6492
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6512
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
|
|
6493
6513
|
},
|
|
6494
6514
|
"v-range-slider/thumb-label": {
|
|
6495
6515
|
"type": "boolean | 'always'\n",
|
|
6496
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6516
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
|
|
6497
6517
|
},
|
|
6498
6518
|
"v-range-slider/thumb-size": {
|
|
6499
6519
|
"type": "string | number\n",
|
|
6500
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6520
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
|
|
6501
6521
|
},
|
|
6502
6522
|
"v-range-slider/show-ticks": {
|
|
6503
6523
|
"type": "boolean | 'always'\n",
|
|
6504
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6524
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
|
|
6505
6525
|
},
|
|
6506
6526
|
"v-range-slider/ticks": {
|
|
6507
6527
|
"type": "number[] | Record<number, string>\n",
|
|
6508
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6528
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
|
|
6509
6529
|
},
|
|
6510
6530
|
"v-range-slider/tick-size": {
|
|
6511
6531
|
"type": "string | number\n",
|
|
6512
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6532
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
|
|
6513
6533
|
},
|
|
6514
6534
|
"v-range-slider/track-color": {
|
|
6515
6535
|
"type": "string\n",
|
|
6516
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6536
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
|
|
6517
6537
|
},
|
|
6518
6538
|
"v-range-slider/track-fill-color": {
|
|
6519
6539
|
"type": "string\n",
|
|
6520
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6540
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
|
|
6521
6541
|
},
|
|
6522
6542
|
"v-range-slider/track-size": {
|
|
6523
6543
|
"type": "string | number\n",
|
|
6524
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6544
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
|
|
6525
6545
|
},
|
|
6526
6546
|
"v-range-slider/strict": {
|
|
6527
6547
|
"type": "boolean\n",
|
|
6528
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6548
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VRangeSlider.json))"
|
|
6529
6549
|
},
|
|
6530
6550
|
"v-rating/length": {
|
|
6531
6551
|
"type": "string | number\n",
|
|
@@ -6585,7 +6605,7 @@
|
|
|
6585
6605
|
},
|
|
6586
6606
|
"v-rating/item-aria-label": {
|
|
6587
6607
|
"type": "string\n",
|
|
6588
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
6608
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VRating.json))"
|
|
6589
6609
|
},
|
|
6590
6610
|
"v-rating/empty-icon": {
|
|
6591
6611
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
@@ -6677,7 +6697,7 @@
|
|
|
6677
6697
|
},
|
|
6678
6698
|
"v-row/align-xxl": {
|
|
6679
6699
|
"type": "'end' | 'start' | 'center' | 'baseline' | 'stretch'\n",
|
|
6680
|
-
"description": "MISSING DESCRIPTION"
|
|
6700
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VRow.json))"
|
|
6681
6701
|
},
|
|
6682
6702
|
"v-row/justify-sm": {
|
|
6683
6703
|
"type": " | 'end'\n | 'start'\n | 'center'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
@@ -6697,7 +6717,7 @@
|
|
|
6697
6717
|
},
|
|
6698
6718
|
"v-row/justify-xxl": {
|
|
6699
6719
|
"type": " | 'end'\n | 'start'\n | 'center'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
6700
|
-
"description": "MISSING DESCRIPTION"
|
|
6720
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VRow.json))"
|
|
6701
6721
|
},
|
|
6702
6722
|
"v-row/align-content-sm": {
|
|
6703
6723
|
"type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
@@ -6717,7 +6737,7 @@
|
|
|
6717
6737
|
},
|
|
6718
6738
|
"v-row/align-content-xxl": {
|
|
6719
6739
|
"type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
6720
|
-
"description": "MISSING DESCRIPTION"
|
|
6740
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VRow.json))"
|
|
6721
6741
|
},
|
|
6722
6742
|
"v-row/justify": {
|
|
6723
6743
|
"type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
@@ -6849,7 +6869,7 @@
|
|
|
6849
6869
|
},
|
|
6850
6870
|
"v-select/flat": {
|
|
6851
6871
|
"type": "boolean\n",
|
|
6852
|
-
"description": "Removes
|
|
6872
|
+
"description": "Removes box shadow when using a variant with elevation"
|
|
6853
6873
|
},
|
|
6854
6874
|
"v-select/type": {
|
|
6855
6875
|
"type": "string\n",
|
|
@@ -6933,11 +6953,11 @@
|
|
|
6933
6953
|
},
|
|
6934
6954
|
"v-select/close-text": {
|
|
6935
6955
|
"type": "string\n",
|
|
6936
|
-
"description": "MISSING DESCRIPTION"
|
|
6956
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
|
|
6937
6957
|
},
|
|
6938
6958
|
"v-select/open-text": {
|
|
6939
6959
|
"type": "string\n",
|
|
6940
|
-
"description": "MISSING DESCRIPTION"
|
|
6960
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
|
|
6941
6961
|
},
|
|
6942
6962
|
"v-select/eager": {
|
|
6943
6963
|
"type": "boolean\n",
|
|
@@ -6979,10 +6999,6 @@
|
|
|
6979
6999
|
"type": "boolean\n",
|
|
6980
7000
|
"description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state"
|
|
6981
7001
|
},
|
|
6982
|
-
"v-select/value-comparator": {
|
|
6983
|
-
"type": "(a: any, b: any) => boolean\n",
|
|
6984
|
-
"description": "Apply a custom comparison algorithm used for values"
|
|
6985
|
-
},
|
|
6986
7002
|
"v-select/item-color": {
|
|
6987
7003
|
"type": "string\n",
|
|
6988
7004
|
"description": "Sets color of selected items"
|
|
@@ -7007,6 +7023,10 @@
|
|
|
7007
7023
|
"type": "boolean\n",
|
|
7008
7024
|
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
|
7009
7025
|
},
|
|
7026
|
+
"v-select/value-comparator": {
|
|
7027
|
+
"type": "(a: any, b: any) => boolean\n",
|
|
7028
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
7029
|
+
},
|
|
7010
7030
|
"v-select/autofocus": {
|
|
7011
7031
|
"type": "boolean\n",
|
|
7012
7032
|
"description": "Enables autofocus"
|
|
@@ -7033,7 +7053,7 @@
|
|
|
7033
7053
|
},
|
|
7034
7054
|
"v-select/role": {
|
|
7035
7055
|
"type": "string\n",
|
|
7036
|
-
"description": "
|
|
7056
|
+
"description": "The role attribute applied to the input"
|
|
7037
7057
|
},
|
|
7038
7058
|
"v-select/center-affix": {
|
|
7039
7059
|
"type": "boolean\n",
|
|
@@ -7125,7 +7145,7 @@
|
|
|
7125
7145
|
},
|
|
7126
7146
|
"v-selection-control/type": {
|
|
7127
7147
|
"type": "string\n",
|
|
7128
|
-
"description": "MISSING DESCRIPTION"
|
|
7148
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
7129
7149
|
},
|
|
7130
7150
|
"v-selection-control/model-value": {
|
|
7131
7151
|
"type": "unknown\n",
|
|
@@ -7133,7 +7153,7 @@
|
|
|
7133
7153
|
},
|
|
7134
7154
|
"v-selection-control/error": {
|
|
7135
7155
|
"type": "boolean\n",
|
|
7136
|
-
"description": "MISSING DESCRIPTION"
|
|
7156
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
7137
7157
|
},
|
|
7138
7158
|
"v-selection-control/density": {
|
|
7139
7159
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
@@ -7157,7 +7177,7 @@
|
|
|
7157
7177
|
},
|
|
7158
7178
|
"v-selection-control/id": {
|
|
7159
7179
|
"type": "string\n",
|
|
7160
|
-
"description": "MISSING DESCRIPTION"
|
|
7180
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
7161
7181
|
},
|
|
7162
7182
|
"v-selection-control/ripple": {
|
|
7163
7183
|
"type": "boolean\n",
|
|
@@ -7173,19 +7193,19 @@
|
|
|
7173
7193
|
},
|
|
7174
7194
|
"v-selection-control/multiple": {
|
|
7175
7195
|
"type": "boolean\n",
|
|
7176
|
-
"description": "MISSING DESCRIPTION"
|
|
7196
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
7177
7197
|
},
|
|
7178
7198
|
"v-selection-control/value-comparator": {
|
|
7179
7199
|
"type": "(a: any, b: any) => boolean\n",
|
|
7180
|
-
"description": "Apply a custom comparison algorithm
|
|
7200
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
7181
7201
|
},
|
|
7182
7202
|
"v-selection-control/readonly": {
|
|
7183
7203
|
"type": "boolean\n",
|
|
7184
|
-
"description": "MISSING DESCRIPTION"
|
|
7204
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
7185
7205
|
},
|
|
7186
7206
|
"v-selection-control/inline": {
|
|
7187
7207
|
"type": "boolean\n",
|
|
7188
|
-
"description": "MISSING DESCRIPTION"
|
|
7208
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
7189
7209
|
},
|
|
7190
7210
|
"v-selection-control/true-value": {
|
|
7191
7211
|
"type": "any\n",
|
|
@@ -7197,15 +7217,15 @@
|
|
|
7197
7217
|
},
|
|
7198
7218
|
"v-selection-control/defaults-target": {
|
|
7199
7219
|
"type": "string\n",
|
|
7200
|
-
"description": "MISSING DESCRIPTION"
|
|
7220
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
7201
7221
|
},
|
|
7202
7222
|
"v-selection-control/false-icon": {
|
|
7203
7223
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
7204
|
-
"description": "MISSING DESCRIPTION"
|
|
7224
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
7205
7225
|
},
|
|
7206
7226
|
"v-selection-control/true-icon": {
|
|
7207
7227
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
7208
|
-
"description": "MISSING DESCRIPTION"
|
|
7228
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
7209
7229
|
},
|
|
7210
7230
|
"v-selection-control-group/type": {
|
|
7211
7231
|
"type": "string\n",
|
|
@@ -7253,7 +7273,7 @@
|
|
|
7253
7273
|
},
|
|
7254
7274
|
"v-selection-control-group/value-comparator": {
|
|
7255
7275
|
"type": "(a: any, b: any) => boolean\n",
|
|
7256
|
-
"description": "Apply a custom comparison algorithm
|
|
7276
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
7257
7277
|
},
|
|
7258
7278
|
"v-selection-control-group/readonly": {
|
|
7259
7279
|
"type": "boolean\n",
|
|
@@ -7313,7 +7333,9 @@
|
|
|
7313
7333
|
},
|
|
7314
7334
|
"v-sheet/position": {
|
|
7315
7335
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
7316
|
-
"description":
|
|
7336
|
+
"description": {
|
|
7337
|
+
"position": "Sets the position for the component"
|
|
7338
|
+
}
|
|
7317
7339
|
},
|
|
7318
7340
|
"v-sheet/rounded": {
|
|
7319
7341
|
"type": "string | number | boolean\n",
|
|
@@ -7377,7 +7399,7 @@
|
|
|
7377
7399
|
},
|
|
7378
7400
|
"v-skeleton-loader/loading-text": {
|
|
7379
7401
|
"type": "string\n",
|
|
7380
|
-
"description": "MISSING DESCRIPTION"
|
|
7402
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSkeletonLoader.json))"
|
|
7381
7403
|
},
|
|
7382
7404
|
"v-skeleton-loader/boilerplate": {
|
|
7383
7405
|
"type": "boolean\n",
|
|
@@ -7385,7 +7407,7 @@
|
|
|
7385
7407
|
},
|
|
7386
7408
|
"v-slide-group/symbol": {
|
|
7387
7409
|
"type": "any\n",
|
|
7388
|
-
"description": "
|
|
7410
|
+
"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/) "
|
|
7389
7411
|
},
|
|
7390
7412
|
"v-slide-group/model-value": {
|
|
7391
7413
|
"type": "any\n",
|
|
@@ -7409,7 +7431,7 @@
|
|
|
7409
7431
|
},
|
|
7410
7432
|
"v-slide-group/direction": {
|
|
7411
7433
|
"type": "'horizontal' | 'vertical'\n",
|
|
7412
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
7434
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSlideGroup.json))"
|
|
7413
7435
|
},
|
|
7414
7436
|
"v-slide-group/max": {
|
|
7415
7437
|
"type": "number\n",
|
|
@@ -7557,7 +7579,7 @@
|
|
|
7557
7579
|
},
|
|
7558
7580
|
"v-slider/reverse": {
|
|
7559
7581
|
"type": "boolean\n",
|
|
7560
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
7582
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
|
|
7561
7583
|
},
|
|
7562
7584
|
"v-slider/elevation": {
|
|
7563
7585
|
"type": "string | number\n",
|
|
@@ -7577,7 +7599,7 @@
|
|
|
7577
7599
|
},
|
|
7578
7600
|
"v-slider/id": {
|
|
7579
7601
|
"type": "string\n",
|
|
7580
|
-
"description": "MISSING DESCRIPTION"
|
|
7602
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VInput.json))"
|
|
7581
7603
|
},
|
|
7582
7604
|
"v-slider/prepend-icon": {
|
|
7583
7605
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
@@ -7597,7 +7619,7 @@
|
|
|
7597
7619
|
},
|
|
7598
7620
|
"v-slider/center-affix": {
|
|
7599
7621
|
"type": "boolean\n",
|
|
7600
|
-
"description": "MISSING DESCRIPTION"
|
|
7622
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VInput.json))"
|
|
7601
7623
|
},
|
|
7602
7624
|
"v-slider/hint": {
|
|
7603
7625
|
"type": "string\n",
|
|
@@ -7613,7 +7635,7 @@
|
|
|
7613
7635
|
},
|
|
7614
7636
|
"v-slider/direction": {
|
|
7615
7637
|
"type": "'horizontal' | 'vertical'\n",
|
|
7616
|
-
"description": "
|
|
7638
|
+
"description": "Changes the direction of the input"
|
|
7617
7639
|
},
|
|
7618
7640
|
"v-slider/error-messages": {
|
|
7619
7641
|
"type": "string | string[]\n",
|
|
@@ -7673,7 +7695,7 @@
|
|
|
7673
7695
|
},
|
|
7674
7696
|
"v-slider/show-ticks": {
|
|
7675
7697
|
"type": "boolean | 'always'\n",
|
|
7676
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
7698
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
|
|
7677
7699
|
},
|
|
7678
7700
|
"v-slider/ticks": {
|
|
7679
7701
|
"type": "number[] | Record<number, string>\n",
|
|
@@ -7693,7 +7715,7 @@
|
|
|
7693
7715
|
},
|
|
7694
7716
|
"v-slider/track-size": {
|
|
7695
7717
|
"type": "string | number\n",
|
|
7696
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
7718
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
|
|
7697
7719
|
},
|
|
7698
7720
|
"v-snackbar/model-value": {
|
|
7699
7721
|
"type": "boolean\n",
|
|
@@ -7725,11 +7747,13 @@
|
|
|
7725
7747
|
},
|
|
7726
7748
|
"v-snackbar/location": {
|
|
7727
7749
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
7728
|
-
"description": "
|
|
7750
|
+
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both."
|
|
7729
7751
|
},
|
|
7730
7752
|
"v-snackbar/position": {
|
|
7731
7753
|
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
7732
|
-
"description":
|
|
7754
|
+
"description": {
|
|
7755
|
+
"position": "Sets the position for the component"
|
|
7756
|
+
}
|
|
7733
7757
|
},
|
|
7734
7758
|
"v-snackbar/absolute": {
|
|
7735
7759
|
"type": "boolean\n",
|
|
@@ -7765,7 +7789,7 @@
|
|
|
7765
7789
|
},
|
|
7766
7790
|
"v-snackbar/activator": {
|
|
7767
7791
|
"type": "string | Element | ComponentPublicInstance\n",
|
|
7768
|
-
"description": "
|
|
7792
|
+
"description": "Explicitly sets the overlay's activator"
|
|
7769
7793
|
},
|
|
7770
7794
|
"v-snackbar/close-on-back": {
|
|
7771
7795
|
"type": "boolean\n",
|
|
@@ -7781,23 +7805,23 @@
|
|
|
7781
7805
|
},
|
|
7782
7806
|
"v-snackbar/content-props": {
|
|
7783
7807
|
"type": "any\n",
|
|
7784
|
-
"description": "
|
|
7808
|
+
"description": "Apply custom properties to the content"
|
|
7785
7809
|
},
|
|
7786
7810
|
"v-snackbar/activator-props": {
|
|
7787
7811
|
"type": "{}\n",
|
|
7788
|
-
"description": "
|
|
7812
|
+
"description": "Apply custom properties to the activator"
|
|
7789
7813
|
},
|
|
7790
7814
|
"v-snackbar/open-on-click": {
|
|
7791
7815
|
"type": "boolean\n",
|
|
7792
|
-
"description": "
|
|
7816
|
+
"description": "Activate the component when the activator is clicked"
|
|
7793
7817
|
},
|
|
7794
7818
|
"v-snackbar/open-on-hover": {
|
|
7795
7819
|
"type": "boolean\n",
|
|
7796
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
7820
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VOverlay-activator.json))"
|
|
7797
7821
|
},
|
|
7798
7822
|
"v-snackbar/open-on-focus": {
|
|
7799
7823
|
"type": "boolean\n",
|
|
7800
|
-
"description": "
|
|
7824
|
+
"description": "Activate the component when the activator is focused"
|
|
7801
7825
|
},
|
|
7802
7826
|
"v-snackbar/close-on-content-click": {
|
|
7803
7827
|
"type": "boolean\n",
|
|
@@ -7941,7 +7965,7 @@
|
|
|
7941
7965
|
},
|
|
7942
7966
|
"v-switch/type": {
|
|
7943
7967
|
"type": "string\n",
|
|
7944
|
-
"description": "MISSING DESCRIPTION"
|
|
7968
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
7945
7969
|
},
|
|
7946
7970
|
"v-switch/model-value": {
|
|
7947
7971
|
"type": "any\n",
|
|
@@ -7973,7 +7997,7 @@
|
|
|
7973
7997
|
},
|
|
7974
7998
|
"v-switch/id": {
|
|
7975
7999
|
"type": "string\n",
|
|
7976
|
-
"description": "MISSING DESCRIPTION"
|
|
8000
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
7977
8001
|
},
|
|
7978
8002
|
"v-switch/prepend-icon": {
|
|
7979
8003
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
@@ -8005,11 +8029,11 @@
|
|
|
8005
8029
|
},
|
|
8006
8030
|
"v-switch/value-comparator": {
|
|
8007
8031
|
"type": "(a: any, b: any) => boolean\n",
|
|
8008
|
-
"description": "Apply a custom comparison algorithm
|
|
8032
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
8009
8033
|
},
|
|
8010
8034
|
"v-switch/center-affix": {
|
|
8011
8035
|
"type": "boolean\n",
|
|
8012
|
-
"description": "MISSING DESCRIPTION"
|
|
8036
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VInput.json))"
|
|
8013
8037
|
},
|
|
8014
8038
|
"v-switch/hint": {
|
|
8015
8039
|
"type": "string\n",
|
|
@@ -8061,7 +8085,7 @@
|
|
|
8061
8085
|
},
|
|
8062
8086
|
"v-switch/inline": {
|
|
8063
8087
|
"type": "boolean\n",
|
|
8064
|
-
"description": "MISSING DESCRIPTION"
|
|
8088
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
8065
8089
|
},
|
|
8066
8090
|
"v-switch/inset": {
|
|
8067
8091
|
"type": "boolean\n",
|
|
@@ -8069,7 +8093,7 @@
|
|
|
8069
8093
|
},
|
|
8070
8094
|
"v-switch/indeterminate": {
|
|
8071
8095
|
"type": "boolean\n",
|
|
8072
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
8096
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSwitch.json))"
|
|
8073
8097
|
},
|
|
8074
8098
|
"v-switch/true-value": {
|
|
8075
8099
|
"type": "any\n",
|
|
@@ -8081,15 +8105,15 @@
|
|
|
8081
8105
|
},
|
|
8082
8106
|
"v-switch/defaults-target": {
|
|
8083
8107
|
"type": "string\n",
|
|
8084
|
-
"description": "MISSING DESCRIPTION"
|
|
8108
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
8085
8109
|
},
|
|
8086
8110
|
"v-switch/false-icon": {
|
|
8087
8111
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8088
|
-
"description": "MISSING DESCRIPTION"
|
|
8112
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
8089
8113
|
},
|
|
8090
8114
|
"v-switch/true-icon": {
|
|
8091
8115
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8092
|
-
"description": "MISSING DESCRIPTION"
|
|
8116
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/SelectionControlGroup.json))"
|
|
8093
8117
|
},
|
|
8094
8118
|
"v-system-bar/height": {
|
|
8095
8119
|
"type": "string | number\n",
|
|
@@ -8241,7 +8265,7 @@
|
|
|
8241
8265
|
},
|
|
8242
8266
|
"v-tab/replace": {
|
|
8243
8267
|
"type": "boolean\n",
|
|
8244
|
-
"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 [
|
|
8268
|
+
"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](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
|
8245
8269
|
},
|
|
8246
8270
|
"v-tab/exact": {
|
|
8247
8271
|
"type": "boolean\n",
|
|
@@ -8289,11 +8313,11 @@
|
|
|
8289
8313
|
},
|
|
8290
8314
|
"v-table/fixed-footer": {
|
|
8291
8315
|
"type": "boolean\n",
|
|
8292
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
8316
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTable.json))"
|
|
8293
8317
|
},
|
|
8294
8318
|
"v-tabs/symbol": {
|
|
8295
8319
|
"type": "any\n",
|
|
8296
|
-
"description": "
|
|
8320
|
+
"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/) "
|
|
8297
8321
|
},
|
|
8298
8322
|
"v-tabs/model-value": {
|
|
8299
8323
|
"type": "any\n",
|
|
@@ -8381,7 +8405,7 @@
|
|
|
8381
8405
|
},
|
|
8382
8406
|
"v-tabs/align-tabs": {
|
|
8383
8407
|
"type": "'title' | 'end' | 'start' | 'center'\n",
|
|
8384
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
8408
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTabs.json))"
|
|
8385
8409
|
},
|
|
8386
8410
|
"v-tabs/fixed-tabs": {
|
|
8387
8411
|
"type": "boolean\n",
|
|
@@ -8485,7 +8509,7 @@
|
|
|
8485
8509
|
},
|
|
8486
8510
|
"v-text-field/role": {
|
|
8487
8511
|
"type": "string\n",
|
|
8488
|
-
"description": "
|
|
8512
|
+
"description": "The role attribute applied to the input"
|
|
8489
8513
|
},
|
|
8490
8514
|
"v-text-field/center-affix": {
|
|
8491
8515
|
"type": "boolean\n",
|
|
@@ -8589,7 +8613,7 @@
|
|
|
8589
8613
|
},
|
|
8590
8614
|
"v-textarea/flat": {
|
|
8591
8615
|
"type": "boolean\n",
|
|
8592
|
-
"description": "
|
|
8616
|
+
"description": "Removes box shadow when using a variant with elevation"
|
|
8593
8617
|
},
|
|
8594
8618
|
"v-textarea/model-value": {
|
|
8595
8619
|
"type": "any\n",
|
|
@@ -8657,19 +8681,19 @@
|
|
|
8657
8681
|
},
|
|
8658
8682
|
"v-textarea/autofocus": {
|
|
8659
8683
|
"type": "boolean\n",
|
|
8660
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
8684
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))"
|
|
8661
8685
|
},
|
|
8662
8686
|
"v-textarea/prefix": {
|
|
8663
8687
|
"type": "string\n",
|
|
8664
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
8688
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))"
|
|
8665
8689
|
},
|
|
8666
8690
|
"v-textarea/placeholder": {
|
|
8667
8691
|
"type": "string\n",
|
|
8668
|
-
"description": "
|
|
8692
|
+
"description": "Sets the input's placeholder text"
|
|
8669
8693
|
},
|
|
8670
8694
|
"v-textarea/persistent-placeholder": {
|
|
8671
8695
|
"type": "boolean\n",
|
|
8672
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
8696
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))"
|
|
8673
8697
|
},
|
|
8674
8698
|
"v-textarea/persistent-counter": {
|
|
8675
8699
|
"type": "boolean\n",
|
|
@@ -8677,7 +8701,7 @@
|
|
|
8677
8701
|
},
|
|
8678
8702
|
"v-textarea/suffix": {
|
|
8679
8703
|
"type": "string\n",
|
|
8680
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
8704
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))"
|
|
8681
8705
|
},
|
|
8682
8706
|
"v-textarea/center-affix": {
|
|
8683
8707
|
"type": "boolean\n",
|
|
@@ -8773,7 +8797,7 @@
|
|
|
8773
8797
|
},
|
|
8774
8798
|
"v-textarea/counter-value": {
|
|
8775
8799
|
"type": "(value: any) => number\n",
|
|
8776
|
-
"description": "MISSING DESCRIPTION"
|
|
8800
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))"
|
|
8777
8801
|
},
|
|
8778
8802
|
"v-textarea/model-modifiers": {
|
|
8779
8803
|
"type": "Record<string, boolean>\n",
|
|
@@ -8793,7 +8817,7 @@
|
|
|
8793
8817
|
},
|
|
8794
8818
|
"v-textarea/max-rows": {
|
|
8795
8819
|
"type": "string | number\n",
|
|
8796
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
8820
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))"
|
|
8797
8821
|
},
|
|
8798
8822
|
"v-theme-provider/tag": {
|
|
8799
8823
|
"type": "string\n",
|
|
@@ -8805,7 +8829,7 @@
|
|
|
8805
8829
|
},
|
|
8806
8830
|
"v-theme-provider/with-background": {
|
|
8807
8831
|
"type": "boolean\n",
|
|
8808
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
8832
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VThemeProvider.json))"
|
|
8809
8833
|
},
|
|
8810
8834
|
"v-timeline/density": {
|
|
8811
8835
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
@@ -8825,27 +8849,27 @@
|
|
|
8825
8849
|
},
|
|
8826
8850
|
"v-timeline/align": {
|
|
8827
8851
|
"type": "'start' | 'center'\n",
|
|
8828
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
8852
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimeline.json))"
|
|
8829
8853
|
},
|
|
8830
8854
|
"v-timeline/side": {
|
|
8831
8855
|
"type": "'end' | 'start'\n",
|
|
8832
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
8856
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimeline.json))"
|
|
8833
8857
|
},
|
|
8834
8858
|
"v-timeline/justify": {
|
|
8835
8859
|
"type": "string\n",
|
|
8836
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
8860
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimeline.json))"
|
|
8837
8861
|
},
|
|
8838
8862
|
"v-timeline/line-inset": {
|
|
8839
8863
|
"type": "string | number\n",
|
|
8840
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
8864
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimeline.json))"
|
|
8841
8865
|
},
|
|
8842
8866
|
"v-timeline/line-thickness": {
|
|
8843
8867
|
"type": "string | number\n",
|
|
8844
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
8868
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimeline.json))"
|
|
8845
8869
|
},
|
|
8846
8870
|
"v-timeline/line-color": {
|
|
8847
8871
|
"type": "string\n",
|
|
8848
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
8872
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimeline.json))"
|
|
8849
8873
|
},
|
|
8850
8874
|
"v-timeline/truncate-line": {
|
|
8851
8875
|
"type": "'end' | 'start' | 'both'\n",
|
|
@@ -8901,11 +8925,11 @@
|
|
|
8901
8925
|
},
|
|
8902
8926
|
"v-timeline-item/line-inset": {
|
|
8903
8927
|
"type": "string | number\n",
|
|
8904
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
8928
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimelineItem.json))"
|
|
8905
8929
|
},
|
|
8906
8930
|
"v-timeline-item/dot-color": {
|
|
8907
8931
|
"type": "string\n",
|
|
8908
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
8932
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimelineItem.json))"
|
|
8909
8933
|
},
|
|
8910
8934
|
"v-timeline-item/fill-dot": {
|
|
8911
8935
|
"type": "boolean\n",
|
|
@@ -9037,7 +9061,7 @@
|
|
|
9037
9061
|
},
|
|
9038
9062
|
"v-tooltip/location": {
|
|
9039
9063
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
9040
|
-
"description": "
|
|
9064
|
+
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both."
|
|
9041
9065
|
},
|
|
9042
9066
|
"v-tooltip/theme": {
|
|
9043
9067
|
"type": "string\n",
|
|
@@ -9049,7 +9073,7 @@
|
|
|
9049
9073
|
},
|
|
9050
9074
|
"v-tooltip/id": {
|
|
9051
9075
|
"type": "string\n",
|
|
9052
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree
|
|
9076
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTooltip.json))"
|
|
9053
9077
|
},
|
|
9054
9078
|
"v-tooltip/disabled": {
|
|
9055
9079
|
"type": "boolean\n",
|
|
@@ -9061,7 +9085,7 @@
|
|
|
9061
9085
|
},
|
|
9062
9086
|
"v-tooltip/activator": {
|
|
9063
9087
|
"type": "string | Element | ComponentPublicInstance\n",
|
|
9064
|
-
"description": "
|
|
9088
|
+
"description": "Explicitly sets the overlay's activator"
|
|
9065
9089
|
},
|
|
9066
9090
|
"v-tooltip/close-on-back": {
|
|
9067
9091
|
"type": "boolean\n",
|
|
@@ -9077,7 +9101,7 @@
|
|
|
9077
9101
|
},
|
|
9078
9102
|
"v-tooltip/content-props": {
|
|
9079
9103
|
"type": "any\n",
|
|
9080
|
-
"description": "
|
|
9104
|
+
"description": "Apply custom properties to the content"
|
|
9081
9105
|
},
|
|
9082
9106
|
"v-tooltip/no-click-animation": {
|
|
9083
9107
|
"type": "boolean\n",
|
|
@@ -9089,7 +9113,7 @@
|
|
|
9089
9113
|
},
|
|
9090
9114
|
"v-tooltip/activator-props": {
|
|
9091
9115
|
"type": "{}\n",
|
|
9092
|
-
"description": "
|
|
9116
|
+
"description": "Apply custom properties to the activator"
|
|
9093
9117
|
},
|
|
9094
9118
|
"v-tooltip/open-on-click": {
|
|
9095
9119
|
"type": "boolean\n",
|
|
@@ -9101,7 +9125,7 @@
|
|
|
9101
9125
|
},
|
|
9102
9126
|
"v-tooltip/open-on-focus": {
|
|
9103
9127
|
"type": "boolean\n",
|
|
9104
|
-
"description": "
|
|
9128
|
+
"description": "Activate the component when the activator is focused"
|
|
9105
9129
|
},
|
|
9106
9130
|
"v-tooltip/close-on-content-click": {
|
|
9107
9131
|
"type": "boolean\n",
|
|
@@ -9129,7 +9153,7 @@
|
|
|
9129
9153
|
},
|
|
9130
9154
|
"v-tooltip/scroll-strategy": {
|
|
9131
9155
|
"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>\n",
|
|
9132
|
-
"description": "
|
|
9156
|
+
"description": "Strategy used when the component is activate and user scrolls."
|
|
9133
9157
|
},
|
|
9134
9158
|
"v-tooltip/transition": {
|
|
9135
9159
|
"type": "string | boolean\n",
|
|
@@ -9221,7 +9245,7 @@
|
|
|
9221
9245
|
},
|
|
9222
9246
|
"v-virtual-scroll/renderless": {
|
|
9223
9247
|
"type": "boolean\n",
|
|
9224
|
-
"description": "MISSING DESCRIPTION"
|
|
9248
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VVirtualScroll.json))"
|
|
9225
9249
|
},
|
|
9226
9250
|
"v-window/model-value": {
|
|
9227
9251
|
"type": "any\n",
|