vuetify 3.4.0-beta.1 → 3.4.0

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.
Files changed (41) hide show
  1. package/dist/json/attributes.json +275 -299
  2. package/dist/json/importMap.json +110 -110
  3. package/dist/json/tags.json +1 -7
  4. package/dist/json/web-types.json +577 -735
  5. package/dist/vuetify-labs.css +1149 -1151
  6. package/dist/vuetify-labs.d.ts +41 -134
  7. package/dist/vuetify-labs.esm.js +18 -14
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +18 -14
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +490 -492
  12. package/dist/vuetify.d.ts +74 -167
  13. package/dist/vuetify.esm.js +18 -14
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +18 -14
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +12 -12
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VBtn/VBtn.css +0 -1
  21. package/lib/components/VBtn/_variables.scss +1 -1
  22. package/lib/components/VBtnGroup/VBtnGroup.css +0 -1
  23. package/lib/components/VDataTable/VDataTableServer.mjs +2 -2
  24. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  25. package/lib/components/VDataTable/VDataTableVirtual.mjs +2 -2
  26. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  27. package/lib/components/VDataTable/index.d.mts +24 -24
  28. package/lib/components/VGrid/VSpacer.mjs +3 -0
  29. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  30. package/lib/components/VStepper/VStepperWindow.mjs +8 -6
  31. package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
  32. package/lib/components/VStepper/VStepperWindowItem.mjs +3 -1
  33. package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
  34. package/lib/components/VStepper/index.d.mts +18 -140
  35. package/lib/components/index.d.mts +41 -134
  36. package/lib/entry-bundler.mjs +1 -1
  37. package/lib/entry-bundler.mjs.map +1 -1
  38. package/lib/framework.mjs +1 -1
  39. package/lib/framework.mjs.map +1 -1
  40. package/lib/index.d.mts +33 -33
  41. package/package.json +3 -3
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.4.0-beta.1",
5
+ "version": "3.4.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -45,15 +45,6 @@
45
45
  "type": "boolean | 'top' | 'end' | 'bottom' | 'start'\n"
46
46
  }
47
47
  },
48
- {
49
- "name": "type",
50
- "description": "Create a specialized alert that uses a contextual color and has a pre-defined icon.",
51
- "doc-url": "https://vuetifyjs.com/api/v-alert#props",
52
- "value": {
53
- "kind": "expression",
54
- "type": "'success' | 'info' | 'warning' | 'error'\n"
55
- }
56
- },
57
48
  {
58
49
  "name": "borderColor",
59
50
  "description": "Specifies the color of the border. Accepts any color value.",
@@ -83,6 +74,15 @@
83
74
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n"
84
75
  }
85
76
  },
77
+ {
78
+ "name": "type",
79
+ "description": "Create a specialized alert that uses a contextual color and has a pre-defined icon.",
80
+ "doc-url": "https://vuetifyjs.com/api/v-alert#props",
81
+ "value": {
82
+ "kind": "expression",
83
+ "type": "'success' | 'info' | 'warning' | 'error'\n"
84
+ }
85
+ },
86
86
  {
87
87
  "name": "closeLabel",
88
88
  "description": "Text used for *aria-label* on **closable** alerts. Can also be customized globally in [Internationalization](/customization/internationalization).",
@@ -97,7 +97,7 @@
97
97
  "name": "icon",
98
98
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component.",
99
99
  "doc-url": "https://vuetifyjs.com/api/v-alert#props",
100
- "default": "false",
100
+ "default": "null",
101
101
  "value": {
102
102
  "kind": "expression",
103
103
  "type": " | false\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n"
@@ -218,7 +218,6 @@
218
218
  "name": "rounded",
219
219
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
220
220
  "doc-url": "https://vuetifyjs.com/api/v-alert#props",
221
- "default": "false",
222
221
  "value": {
223
222
  "kind": "expression",
224
223
  "type": "string | number | boolean\n"
@@ -516,7 +515,6 @@
516
515
  "name": "rounded",
517
516
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
518
517
  "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
519
- "default": "false",
520
518
  "value": {
521
519
  "kind": "expression",
522
520
  "type": "string | number | boolean\n"
@@ -849,7 +847,6 @@
849
847
  "name": "rounded",
850
848
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
851
849
  "doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon#props",
852
- "default": "false",
853
850
  "value": {
854
851
  "kind": "expression",
855
852
  "type": "string | number | boolean\n"
@@ -894,29 +891,28 @@
894
891
  }
895
892
  },
896
893
  {
897
- "name": "value",
898
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
894
+ "name": "replace",
895
+ "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.",
899
896
  "doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon#props",
897
+ "default": "false",
900
898
  "value": {
901
899
  "kind": "expression",
902
- "type": "any\n"
900
+ "type": "boolean\n"
903
901
  }
904
902
  },
905
903
  {
906
- "name": "size",
907
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
904
+ "name": "value",
905
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
908
906
  "doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon#props",
909
- "default": "'default'",
910
907
  "value": {
911
908
  "kind": "expression",
912
- "type": "string | number\n"
909
+ "type": "any\n"
913
910
  }
914
911
  },
915
912
  {
916
913
  "name": "active",
917
914
  "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
918
915
  "doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon#props",
919
- "default": "false",
920
916
  "value": {
921
917
  "kind": "expression",
922
918
  "type": "boolean\n"
@@ -1019,8 +1015,8 @@
1019
1015
  }
1020
1016
  },
1021
1017
  {
1022
- "name": "replace",
1023
- "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.",
1018
+ "name": "exact",
1019
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
1024
1020
  "doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon#props",
1025
1021
  "default": "false",
1026
1022
  "value": {
@@ -1029,22 +1025,22 @@
1029
1025
  }
1030
1026
  },
1031
1027
  {
1032
- "name": "exact",
1033
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
1028
+ "name": "to",
1029
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
1034
1030
  "doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon#props",
1035
- "default": "false",
1036
1031
  "value": {
1037
1032
  "kind": "expression",
1038
- "type": "boolean\n"
1033
+ "type": "RouteLocationRaw\n"
1039
1034
  }
1040
1035
  },
1041
1036
  {
1042
- "name": "to",
1043
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
1037
+ "name": "size",
1038
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
1044
1039
  "doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon#props",
1040
+ "default": "'default'",
1045
1041
  "value": {
1046
1042
  "kind": "expression",
1047
- "type": "unknown\n"
1043
+ "type": "string | number\n"
1048
1044
  }
1049
1045
  }
1050
1046
  ],
@@ -1173,30 +1169,29 @@
1173
1169
  }
1174
1170
  },
1175
1171
  {
1176
- "name": "density",
1177
- "description": "Adjusts the vertical height used by the component.",
1172
+ "name": "reverse",
1173
+ "description": "Reverses the orientation.",
1178
1174
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1179
- "default": "'default'",
1175
+ "default": "false",
1180
1176
  "value": {
1181
1177
  "kind": "expression",
1182
- "type": "'default' | 'comfortable' | 'compact'\n"
1178
+ "type": "boolean\n"
1183
1179
  }
1184
1180
  },
1185
1181
  {
1186
- "name": "reverse",
1187
- "description": "Reverses the orientation.",
1182
+ "name": "density",
1183
+ "description": "Adjusts the vertical height used by the component.",
1188
1184
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1189
- "default": "false",
1185
+ "default": "'default'",
1190
1186
  "value": {
1191
1187
  "kind": "expression",
1192
- "type": "boolean\n"
1188
+ "type": "'default' | 'comfortable' | 'compact'\n"
1193
1189
  }
1194
1190
  },
1195
1191
  {
1196
1192
  "name": "rounded",
1197
1193
  "description": "Adds a border radius to the input.",
1198
1194
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1199
- "default": "false",
1200
1195
  "value": {
1201
1196
  "kind": "expression",
1202
1197
  "type": "string | number | boolean\n"
@@ -1239,6 +1234,15 @@
1239
1234
  "type": "string\n"
1240
1235
  }
1241
1236
  },
1237
+ {
1238
+ "name": "search",
1239
+ "description": "Text input used to filter items.",
1240
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1241
+ "value": {
1242
+ "kind": "expression",
1243
+ "type": "string\n"
1244
+ }
1245
+ },
1242
1246
  {
1243
1247
  "name": "id",
1244
1248
  "description": "Sets the DOM id on the component.",
@@ -1250,7 +1254,7 @@
1250
1254
  },
1251
1255
  {
1252
1256
  "name": "items",
1253
- "description": "An array of strings or objects used for automatically generating children components.",
1257
+ "description": "Can be an array of objects or strings. By default objects should have **title** and **value** properties, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props). Keys to use for these can be changed with the **item-title**, **item-value**, and **item-props** props.",
1254
1258
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1255
1259
  "default": "[]",
1256
1260
  "value": {
@@ -1290,7 +1294,7 @@
1290
1294
  "name": "disabled",
1291
1295
  "description": "Removes the ability to click or target the input.",
1292
1296
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1293
- "default": "false",
1297
+ "default": "null",
1294
1298
  "value": {
1295
1299
  "kind": "expression",
1296
1300
  "type": "boolean\n"
@@ -1325,15 +1329,6 @@
1325
1329
  "type": "boolean | 'exact'\n"
1326
1330
  }
1327
1331
  },
1328
- {
1329
- "name": "search",
1330
- "description": "Text input used to filter items.",
1331
- "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1332
- "value": {
1333
- "kind": "expression",
1334
- "type": "string\n"
1335
- }
1336
- },
1337
1332
  {
1338
1333
  "name": "filterMode",
1339
1334
  "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters.",
@@ -1369,7 +1364,7 @@
1369
1364
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1370
1365
  "value": {
1371
1366
  "kind": "expression",
1372
- "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n"
1367
+ "type": "unknown\n"
1373
1368
  }
1374
1369
  },
1375
1370
  {
@@ -1488,7 +1483,7 @@
1488
1483
  "default": "false",
1489
1484
  "value": {
1490
1485
  "kind": "expression",
1491
- "type": "string | boolean\n"
1486
+ "type": "string | boolean | (TransitionProps & { component: Component })\n"
1492
1487
  }
1493
1488
  },
1494
1489
  {
@@ -1670,7 +1665,6 @@
1670
1665
  "name": "centerAffix",
1671
1666
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
1672
1667
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1673
- "default": "false",
1674
1668
  "value": {
1675
1669
  "kind": "expression",
1676
1670
  "type": "boolean\n"
@@ -1749,7 +1743,7 @@
1749
1743
  "name": "readonly",
1750
1744
  "description": "Puts input in readonly state.",
1751
1745
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1752
- "default": "false",
1746
+ "default": "null",
1753
1747
  "value": {
1754
1748
  "kind": "expression",
1755
1749
  "type": "boolean\n"
@@ -1876,7 +1870,7 @@
1876
1870
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1877
1871
  "value": {
1878
1872
  "kind": "expression",
1879
- "type": "Record<string, boolean>\n"
1873
+ "type": "unknown\n"
1880
1874
  }
1881
1875
  }
1882
1876
  ],
@@ -2013,7 +2007,7 @@
2013
2007
  },
2014
2008
  {
2015
2009
  "name": "isValid",
2016
- "type": "ComputedRef<boolean>"
2010
+ "type": "ComputedRef<boolean | null>"
2017
2011
  },
2018
2012
  {
2019
2013
  "name": "isValidating",
@@ -2064,7 +2058,7 @@
2064
2058
  },
2065
2059
  {
2066
2060
  "name": "isValid",
2067
- "type": "ComputedRef<boolean>"
2061
+ "type": "ComputedRef<boolean | null>"
2068
2062
  },
2069
2063
  {
2070
2064
  "name": "isValidating",
@@ -2130,7 +2124,7 @@
2130
2124
  },
2131
2125
  {
2132
2126
  "name": "isValid",
2133
- "type": "ComputedRef<boolean>"
2127
+ "type": "ComputedRef<boolean | null>"
2134
2128
  },
2135
2129
  {
2136
2130
  "name": "isValidating",
@@ -2181,7 +2175,7 @@
2181
2175
  },
2182
2176
  {
2183
2177
  "name": "controlRef",
2184
- "type": "Ref<HTMLElement>"
2178
+ "type": "Ref<HTMLElement | undefined>"
2185
2179
  },
2186
2180
  {
2187
2181
  "name": "focus",
@@ -2208,7 +2202,7 @@
2208
2202
  },
2209
2203
  {
2210
2204
  "name": "controlRef",
2211
- "type": "Ref<HTMLElement>"
2205
+ "type": "Ref<HTMLElement | undefined>"
2212
2206
  },
2213
2207
  {
2214
2208
  "name": "focus",
@@ -2360,7 +2354,6 @@
2360
2354
  "name": "rounded",
2361
2355
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
2362
2356
  "doc-url": "https://vuetifyjs.com/api/v-avatar#props",
2363
- "default": "false",
2364
2357
  "value": {
2365
2358
  "kind": "expression",
2366
2359
  "type": "string | number | boolean\n"
@@ -2405,22 +2398,22 @@
2405
2398
  }
2406
2399
  },
2407
2400
  {
2408
- "name": "size",
2409
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
2401
+ "name": "image",
2402
+ "description": "Apply a specific image using [v-img](/components/images/).",
2410
2403
  "doc-url": "https://vuetifyjs.com/api/v-avatar#props",
2411
- "default": "'default'",
2412
2404
  "value": {
2413
2405
  "kind": "expression",
2414
- "type": "string | number\n"
2406
+ "type": "string\n"
2415
2407
  }
2416
2408
  },
2417
2409
  {
2418
- "name": "image",
2419
- "description": "Apply a specific image using [v-img](/components/images/).",
2410
+ "name": "size",
2411
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
2420
2412
  "doc-url": "https://vuetifyjs.com/api/v-avatar#props",
2413
+ "default": "'default'",
2421
2414
  "value": {
2422
2415
  "kind": "expression",
2423
- "type": "string\n"
2416
+ "type": "string | number\n"
2424
2417
  }
2425
2418
  }
2426
2419
  ],
@@ -2479,7 +2472,6 @@
2479
2472
  "name": "rounded",
2480
2473
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
2481
2474
  "doc-url": "https://vuetifyjs.com/api/v-badge#props",
2482
- "default": "false",
2483
2475
  "value": {
2484
2476
  "kind": "expression",
2485
2477
  "type": "string | number | boolean\n"
@@ -2540,7 +2532,7 @@
2540
2532
  "default": "'scale-rotate-transition'",
2541
2533
  "value": {
2542
2534
  "kind": "expression",
2543
- "type": "string\n"
2535
+ "type": "string | boolean | (TransitionProps & { component: Component })\n"
2544
2536
  }
2545
2537
  },
2546
2538
  {
@@ -2779,7 +2771,6 @@
2779
2771
  "name": "rounded",
2780
2772
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
2781
2773
  "doc-url": "https://vuetifyjs.com/api/v-banner#props",
2782
- "default": "false",
2783
2774
  "value": {
2784
2775
  "kind": "expression",
2785
2776
  "type": "string | number | boolean\n"
@@ -3034,7 +3025,6 @@
3034
3025
  "name": "rounded",
3035
3026
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
3036
3027
  "doc-url": "https://vuetifyjs.com/api/v-bottom-navigation#props",
3037
- "default": "false",
3038
3028
  "value": {
3039
3029
  "kind": "expression",
3040
3030
  "type": "string | number | boolean\n"
@@ -3303,16 +3293,6 @@
3303
3293
  "type": "string\n"
3304
3294
  }
3305
3295
  },
3306
- {
3307
- "name": "zIndex",
3308
- "description": "The z-index used for the component.",
3309
- "doc-url": "https://vuetifyjs.com/api/v-bottom-sheet#props",
3310
- "default": "2400",
3311
- "value": {
3312
- "kind": "expression",
3313
- "type": "string | number\n"
3314
- }
3315
- },
3316
3296
  {
3317
3297
  "name": "disabled",
3318
3298
  "description": "Removes the ability to click or target the component.",
@@ -3410,6 +3390,16 @@
3410
3390
  "type": "string | boolean\n"
3411
3391
  }
3412
3392
  },
3393
+ {
3394
+ "name": "zIndex",
3395
+ "description": "The z-index used for the component.",
3396
+ "doc-url": "https://vuetifyjs.com/api/v-bottom-sheet#props",
3397
+ "default": "2400",
3398
+ "value": {
3399
+ "kind": "expression",
3400
+ "type": "string | number\n"
3401
+ }
3402
+ },
3413
3403
  {
3414
3404
  "name": "target",
3415
3405
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
@@ -3426,14 +3416,13 @@
3426
3416
  "default": "{}",
3427
3417
  "value": {
3428
3418
  "kind": "expression",
3429
- "type": "{}\n"
3419
+ "type": "unknown\n"
3430
3420
  }
3431
3421
  },
3432
3422
  {
3433
3423
  "name": "openOnClick",
3434
3424
  "description": "Activate the component when the activator is clicked.",
3435
3425
  "doc-url": "https://vuetifyjs.com/api/v-bottom-sheet#props",
3436
- "default": "false",
3437
3426
  "value": {
3438
3427
  "kind": "expression",
3439
3428
  "type": "boolean\n"
@@ -3453,7 +3442,6 @@
3453
3442
  "name": "openOnFocus",
3454
3443
  "description": "Activate the component when the activator is focused.",
3455
3444
  "doc-url": "https://vuetifyjs.com/api/v-bottom-sheet#props",
3456
- "default": "false",
3457
3445
  "value": {
3458
3446
  "kind": "expression",
3459
3447
  "type": "boolean\n"
@@ -3533,7 +3521,7 @@
3533
3521
  "default": "'bottom-sheet-transition'",
3534
3522
  "value": {
3535
3523
  "kind": "expression",
3536
- "type": "string | { component: Component }\n"
3524
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n"
3537
3525
  }
3538
3526
  },
3539
3527
  {
@@ -3665,7 +3653,6 @@
3665
3653
  "name": "rounded",
3666
3654
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
3667
3655
  "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs#props",
3668
- "default": "false",
3669
3656
  "value": {
3670
3657
  "kind": "expression",
3671
3658
  "type": "string | number | boolean\n"
@@ -3697,7 +3684,7 @@
3697
3684
  "default": "[]",
3698
3685
  "value": {
3699
3686
  "kind": "expression",
3700
- "type": "(\n | string\n | (Partial<LinkProps> & { title: string; disabled?: boolean })\n)[]\n"
3687
+ "type": "(\n | string\n | (Partial<LinkProps> & { title: string; disabled: boolean })\n)[]\n"
3701
3688
  }
3702
3689
  },
3703
3690
  {
@@ -3880,6 +3867,16 @@
3880
3867
  "type": "string\n"
3881
3868
  }
3882
3869
  },
3870
+ {
3871
+ "name": "replace",
3872
+ "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.",
3873
+ "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item#props",
3874
+ "default": "false",
3875
+ "value": {
3876
+ "kind": "expression",
3877
+ "type": "boolean\n"
3878
+ }
3879
+ },
3883
3880
  {
3884
3881
  "name": "active",
3885
3882
  "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
@@ -3909,16 +3906,6 @@
3909
3906
  "type": "string\n"
3910
3907
  }
3911
3908
  },
3912
- {
3913
- "name": "replace",
3914
- "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.",
3915
- "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item#props",
3916
- "default": "false",
3917
- "value": {
3918
- "kind": "expression",
3919
- "type": "boolean\n"
3920
- }
3921
- },
3922
3909
  {
3923
3910
  "name": "exact",
3924
3911
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -3935,7 +3922,7 @@
3935
3922
  "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item#props",
3936
3923
  "value": {
3937
3924
  "kind": "expression",
3938
- "type": "unknown\n"
3925
+ "type": "RouteLocationRaw\n"
3939
3926
  }
3940
3927
  },
3941
3928
  {
@@ -4122,7 +4109,6 @@
4122
4109
  "name": "rounded",
4123
4110
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
4124
4111
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
4125
- "default": "false",
4126
4112
  "value": {
4127
4113
  "kind": "expression",
4128
4114
  "type": "string | number | boolean\n"
@@ -4167,29 +4153,28 @@
4167
4153
  }
4168
4154
  },
4169
4155
  {
4170
- "name": "value",
4171
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
4156
+ "name": "replace",
4157
+ "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.",
4172
4158
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
4159
+ "default": "false",
4173
4160
  "value": {
4174
4161
  "kind": "expression",
4175
- "type": "any\n"
4162
+ "type": "boolean\n"
4176
4163
  }
4177
4164
  },
4178
4165
  {
4179
- "name": "size",
4180
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
4166
+ "name": "value",
4167
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
4181
4168
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
4182
- "default": "'default'",
4183
4169
  "value": {
4184
4170
  "kind": "expression",
4185
- "type": "string | number\n"
4171
+ "type": "any\n"
4186
4172
  }
4187
4173
  },
4188
4174
  {
4189
4175
  "name": "active",
4190
4176
  "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
4191
4177
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
4192
- "default": "false",
4193
4178
  "value": {
4194
4179
  "kind": "expression",
4195
4180
  "type": "boolean\n"
@@ -4292,8 +4277,8 @@
4292
4277
  }
4293
4278
  },
4294
4279
  {
4295
- "name": "replace",
4296
- "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.",
4280
+ "name": "exact",
4281
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
4297
4282
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
4298
4283
  "default": "false",
4299
4284
  "value": {
@@ -4302,22 +4287,22 @@
4302
4287
  }
4303
4288
  },
4304
4289
  {
4305
- "name": "exact",
4306
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
4290
+ "name": "to",
4291
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
4307
4292
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
4308
- "default": "false",
4309
4293
  "value": {
4310
4294
  "kind": "expression",
4311
- "type": "boolean\n"
4295
+ "type": "RouteLocationRaw\n"
4312
4296
  }
4313
4297
  },
4314
4298
  {
4315
- "name": "to",
4316
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
4299
+ "name": "size",
4300
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
4317
4301
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
4302
+ "default": "'default'",
4318
4303
  "value": {
4319
4304
  "kind": "expression",
4320
- "type": "unknown\n"
4305
+ "type": "string | number\n"
4321
4306
  }
4322
4307
  }
4323
4308
  ],
@@ -4403,7 +4388,6 @@
4403
4388
  "name": "rounded",
4404
4389
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
4405
4390
  "doc-url": "https://vuetifyjs.com/api/v-btn-group#props",
4406
- "default": "false",
4407
4391
  "value": {
4408
4392
  "kind": "expression",
4409
4393
  "type": "string | number | boolean\n"
@@ -4522,7 +4506,6 @@
4522
4506
  "name": "rounded",
4523
4507
  "description": "Round edge buttons.",
4524
4508
  "doc-url": "https://vuetifyjs.com/api/v-btn-toggle#props",
4525
- "default": "false",
4526
4509
  "value": {
4527
4510
  "kind": "expression",
4528
4511
  "type": "string | number | boolean\n"
@@ -4814,7 +4797,6 @@
4814
4797
  "name": "rounded",
4815
4798
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
4816
4799
  "doc-url": "https://vuetifyjs.com/api/v-card#props",
4817
- "default": "false",
4818
4800
  "value": {
4819
4801
  "kind": "expression",
4820
4802
  "type": "string | number | boolean\n"
@@ -4858,6 +4840,25 @@
4858
4840
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n"
4859
4841
  }
4860
4842
  },
4843
+ {
4844
+ "name": "replace",
4845
+ "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.",
4846
+ "doc-url": "https://vuetifyjs.com/api/v-card#props",
4847
+ "default": "false",
4848
+ "value": {
4849
+ "kind": "expression",
4850
+ "type": "boolean\n"
4851
+ }
4852
+ },
4853
+ {
4854
+ "name": "link",
4855
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
4856
+ "doc-url": "https://vuetifyjs.com/api/v-card#props",
4857
+ "value": {
4858
+ "kind": "expression",
4859
+ "type": "boolean\n"
4860
+ }
4861
+ },
4861
4862
  {
4862
4863
  "name": "image",
4863
4864
  "description": "Apply a specific background image to the component.",
@@ -4924,16 +4925,6 @@
4924
4925
  "type": "string\n"
4925
4926
  }
4926
4927
  },
4927
- {
4928
- "name": "replace",
4929
- "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.",
4930
- "doc-url": "https://vuetifyjs.com/api/v-card#props",
4931
- "default": "false",
4932
- "value": {
4933
- "kind": "expression",
4934
- "type": "boolean\n"
4935
- }
4936
- },
4937
4928
  {
4938
4929
  "name": "exact",
4939
4930
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -4950,17 +4941,7 @@
4950
4941
  "doc-url": "https://vuetifyjs.com/api/v-card#props",
4951
4942
  "value": {
4952
4943
  "kind": "expression",
4953
- "type": "unknown\n"
4954
- }
4955
- },
4956
- {
4957
- "name": "link",
4958
- "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
4959
- "doc-url": "https://vuetifyjs.com/api/v-card#props",
4960
- "default": "false",
4961
- "value": {
4962
- "kind": "expression",
4963
- "type": "boolean\n"
4944
+ "type": "RouteLocationRaw\n"
4964
4945
  }
4965
4946
  },
4966
4947
  {
@@ -5316,23 +5297,23 @@
5316
5297
  }
5317
5298
  },
5318
5299
  {
5319
- "name": "height",
5320
- "description": "Sets the height for the component.",
5300
+ "name": "reverse",
5301
+ "description": "Reverse the normal transition direction.",
5321
5302
  "doc-url": "https://vuetifyjs.com/api/v-carousel#props",
5322
- "default": "500",
5303
+ "default": "false",
5323
5304
  "value": {
5324
5305
  "kind": "expression",
5325
- "type": "string | number\n"
5306
+ "type": "boolean\n"
5326
5307
  }
5327
5308
  },
5328
5309
  {
5329
- "name": "reverse",
5330
- "description": "Reverse the normal transition direction.",
5310
+ "name": "height",
5311
+ "description": "Sets the height for the component.",
5331
5312
  "doc-url": "https://vuetifyjs.com/api/v-carousel#props",
5332
- "default": "false",
5313
+ "default": "500",
5333
5314
  "value": {
5334
5315
  "kind": "expression",
5335
- "type": "boolean\n"
5316
+ "type": "string | number\n"
5336
5317
  }
5337
5318
  },
5338
5319
  {
@@ -5507,10 +5488,9 @@
5507
5488
  "name": "touch",
5508
5489
  "description": "Provide a custom **left** and **right** function when swiped left or right.",
5509
5490
  "doc-url": "https://vuetifyjs.com/api/v-carousel#props",
5510
- "default": "false",
5511
5491
  "value": {
5512
5492
  "kind": "expression",
5513
- "type": "any\n"
5493
+ "type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>\n"
5514
5494
  }
5515
5495
  },
5516
5496
  {
@@ -5545,7 +5525,7 @@
5545
5525
  "vue-properties": [
5546
5526
  {
5547
5527
  "name": "group",
5548
- "type": "{ register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number }"
5528
+ "type": "{ register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean | undefined> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string | undefined>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean | undefined; }[]>; disabled: Ref<boolean | undefined>; getItemIndex: (value: unknown) => number }"
5549
5529
  }
5550
5530
  ]
5551
5531
  },
@@ -5556,7 +5536,7 @@
5556
5536
  "vue-properties": [
5557
5537
  {
5558
5538
  "name": "group",
5559
- "type": "{ register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number }"
5539
+ "type": "{ register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean | undefined> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string | undefined>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean | undefined; }[]>; disabled: Ref<boolean | undefined>; getItemIndex: (value: unknown) => number }"
5560
5540
  }
5561
5541
  ]
5562
5542
  },
@@ -5726,7 +5706,6 @@
5726
5706
  "name": "transition",
5727
5707
  "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition.",
5728
5708
  "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5729
- "default": "false",
5730
5709
  "value": {
5731
5710
  "kind": "expression",
5732
5711
  "type": "string | boolean\n"
@@ -5739,7 +5718,7 @@
5739
5718
  "default": "{\n root: undefined,\n rootMargin: undefined,\n threshold: undefined\n}",
5740
5719
  "value": {
5741
5720
  "kind": "expression",
5742
- "type": "{ root: any; rootMargin: any; threshold: any }\n"
5721
+ "type": "IntersectionObserverInit\n"
5743
5722
  }
5744
5723
  },
5745
5724
  {
@@ -5775,7 +5754,6 @@
5775
5754
  "name": "draggable",
5776
5755
  "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable).",
5777
5756
  "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5778
- "default": "false",
5779
5757
  "value": {
5780
5758
  "kind": "expression",
5781
5759
  "type": "boolean | 'true' | 'false'\n"
@@ -5858,7 +5836,6 @@
5858
5836
  "name": "reverseTransition",
5859
5837
  "description": "Sets the reverse transition.",
5860
5838
  "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5861
- "default": "false",
5862
5839
  "value": {
5863
5840
  "kind": "expression",
5864
5841
  "type": "string | boolean\n"
@@ -5968,21 +5945,21 @@
5968
5945
  }
5969
5946
  },
5970
5947
  {
5971
- "name": "value",
5972
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
5948
+ "name": "id",
5949
+ "description": "Sets the DOM id on the component.",
5973
5950
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5974
5951
  "value": {
5975
5952
  "kind": "expression",
5976
- "type": "any\n"
5953
+ "type": "string\n"
5977
5954
  }
5978
5955
  },
5979
5956
  {
5980
- "name": "id",
5981
- "description": "Sets the DOM id on the component.",
5957
+ "name": "value",
5958
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
5982
5959
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5983
5960
  "value": {
5984
5961
  "kind": "expression",
5985
- "type": "string\n"
5962
+ "type": "any\n"
5986
5963
  }
5987
5964
  },
5988
5965
  {
@@ -6017,7 +5994,7 @@
6017
5994
  "name": "disabled",
6018
5995
  "description": "Removes the ability to click or target the component.",
6019
5996
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
6020
- "default": "false",
5997
+ "default": "null",
6021
5998
  "value": {
6022
5999
  "kind": "expression",
6023
6000
  "type": "boolean\n"
@@ -6036,7 +6013,7 @@
6036
6013
  "name": "multiple",
6037
6014
  "description": "Changes expected model to an array.",
6038
6015
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
6039
- "default": "false",
6016
+ "default": "null",
6040
6017
  "value": {
6041
6018
  "kind": "expression",
6042
6019
  "type": "boolean\n"
@@ -6343,7 +6320,7 @@
6343
6320
  },
6344
6321
  {
6345
6322
  "name": "isValid",
6346
- "type": "ComputedRef<boolean>"
6323
+ "type": "ComputedRef<boolean | null>"
6347
6324
  },
6348
6325
  {
6349
6326
  "name": "isValidating",
@@ -6394,7 +6371,7 @@
6394
6371
  },
6395
6372
  {
6396
6373
  "name": "isValid",
6397
- "type": "ComputedRef<boolean>"
6374
+ "type": "ComputedRef<boolean | null>"
6398
6375
  },
6399
6376
  {
6400
6377
  "name": "isValidating",
@@ -6445,7 +6422,7 @@
6445
6422
  },
6446
6423
  {
6447
6424
  "name": "isValid",
6448
- "type": "ComputedRef<boolean>"
6425
+ "type": "ComputedRef<boolean | null>"
6449
6426
  },
6450
6427
  {
6451
6428
  "name": "isValidating",
@@ -6626,21 +6603,21 @@
6626
6603
  }
6627
6604
  },
6628
6605
  {
6629
- "name": "value",
6630
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
6606
+ "name": "id",
6607
+ "description": "Sets the DOM id on the component.",
6631
6608
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
6632
6609
  "value": {
6633
6610
  "kind": "expression",
6634
- "type": "any\n"
6611
+ "type": "string\n"
6635
6612
  }
6636
6613
  },
6637
6614
  {
6638
- "name": "id",
6639
- "description": "Sets the DOM id on the component.",
6615
+ "name": "value",
6616
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
6640
6617
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
6641
6618
  "value": {
6642
6619
  "kind": "expression",
6643
- "type": "string\n"
6620
+ "type": "any\n"
6644
6621
  }
6645
6622
  },
6646
6623
  {
@@ -6657,7 +6634,7 @@
6657
6634
  "name": "disabled",
6658
6635
  "description": "Removes the ability to click or target the component.",
6659
6636
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
6660
- "default": "false",
6637
+ "default": "null",
6661
6638
  "value": {
6662
6639
  "kind": "expression",
6663
6640
  "type": "boolean\n"
@@ -6676,7 +6653,7 @@
6676
6653
  "name": "multiple",
6677
6654
  "description": "Changes select to multiple. Accepts array for value.",
6678
6655
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
6679
- "default": "false",
6656
+ "default": "null",
6680
6657
  "value": {
6681
6658
  "kind": "expression",
6682
6659
  "type": "boolean\n"
@@ -6989,7 +6966,6 @@
6989
6966
  "name": "rounded",
6990
6967
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
6991
6968
  "doc-url": "https://vuetifyjs.com/api/v-chip#props",
6992
- "default": "false",
6993
6969
  "value": {
6994
6970
  "kind": "expression",
6995
6971
  "type": "string | number | boolean\n"
@@ -7034,22 +7010,31 @@
7034
7010
  }
7035
7011
  },
7036
7012
  {
7037
- "name": "value",
7038
- "description": "The value used when a child of a [v-chip-group](/components/chip-groups).",
7013
+ "name": "replace",
7014
+ "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.",
7039
7015
  "doc-url": "https://vuetifyjs.com/api/v-chip#props",
7016
+ "default": "false",
7040
7017
  "value": {
7041
7018
  "kind": "expression",
7042
- "type": "any\n"
7019
+ "type": "boolean\n"
7043
7020
  }
7044
7021
  },
7045
7022
  {
7046
- "name": "size",
7047
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
7023
+ "name": "link",
7024
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
7048
7025
  "doc-url": "https://vuetifyjs.com/api/v-chip#props",
7049
- "default": "'default'",
7050
7026
  "value": {
7051
7027
  "kind": "expression",
7052
- "type": "string | number\n"
7028
+ "type": "boolean\n"
7029
+ }
7030
+ },
7031
+ {
7032
+ "name": "value",
7033
+ "description": "The value used when a child of a [v-chip-group](/components/chip-groups).",
7034
+ "doc-url": "https://vuetifyjs.com/api/v-chip#props",
7035
+ "value": {
7036
+ "kind": "expression",
7037
+ "type": "any\n"
7053
7038
  }
7054
7039
  },
7055
7040
  {
@@ -7108,16 +7093,6 @@
7108
7093
  "type": "string\n"
7109
7094
  }
7110
7095
  },
7111
- {
7112
- "name": "replace",
7113
- "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.",
7114
- "doc-url": "https://vuetifyjs.com/api/v-chip#props",
7115
- "default": "false",
7116
- "value": {
7117
- "kind": "expression",
7118
- "type": "boolean\n"
7119
- }
7120
- },
7121
7096
  {
7122
7097
  "name": "exact",
7123
7098
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -7134,22 +7109,22 @@
7134
7109
  "doc-url": "https://vuetifyjs.com/api/v-chip#props",
7135
7110
  "value": {
7136
7111
  "kind": "expression",
7137
- "type": "unknown\n"
7112
+ "type": "RouteLocationRaw\n"
7138
7113
  }
7139
7114
  },
7140
7115
  {
7141
- "name": "label",
7142
- "description": "Applies a medium size border radius.",
7116
+ "name": "size",
7117
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
7143
7118
  "doc-url": "https://vuetifyjs.com/api/v-chip#props",
7144
- "default": "false",
7119
+ "default": "'default'",
7145
7120
  "value": {
7146
7121
  "kind": "expression",
7147
- "type": "boolean\n"
7122
+ "type": "string | number\n"
7148
7123
  }
7149
7124
  },
7150
7125
  {
7151
- "name": "link",
7152
- "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
7126
+ "name": "label",
7127
+ "description": "Applies a medium size border radius.",
7153
7128
  "doc-url": "https://vuetifyjs.com/api/v-chip#props",
7154
7129
  "default": "false",
7155
7130
  "value": {
@@ -7284,15 +7259,15 @@
7284
7259
  },
7285
7260
  {
7286
7261
  "name": "selectedClass",
7287
- "type": "boolean | string[]"
7262
+ "type": "boolean | (string)[]"
7288
7263
  },
7289
7264
  {
7290
7265
  "name": "select",
7291
- "type": "(value: boolean) => void"
7266
+ "type": "((value: boolean) => void)"
7292
7267
  },
7293
7268
  {
7294
7269
  "name": "toggle",
7295
- "type": "() => void"
7270
+ "type": "(() => void)"
7296
7271
  },
7297
7272
  {
7298
7273
  "name": "value",
@@ -7868,7 +7843,6 @@
7868
7843
  "name": "rounded",
7869
7844
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
7870
7845
  "doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
7871
- "default": "false",
7872
7846
  "value": {
7873
7847
  "kind": "expression",
7874
7848
  "type": "string | number | boolean\n"
@@ -8008,7 +7982,7 @@
8008
7982
  "doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
8009
7983
  "value": {
8010
7984
  "kind": "expression",
8011
- "type": "(\n | string\n | number\n | {\n readonly h: number\n readonly s: number\n readonly v: number\n readonly a?: number\n }\n | {\n readonly r: number\n readonly g: number\n readonly b: number\n readonly a?: number\n }\n | {\n readonly h: number\n readonly s: number\n readonly l: number\n readonly a?: number\n }\n)[][]\n"
7985
+ "type": "(\n | string\n | number\n | {\n readonly h: number\n readonly s: number\n readonly v: number\n readonly a?: number | undefined\n }\n | {\n readonly r: number\n readonly g: number\n readonly b: number\n readonly a?: number | undefined\n }\n | {\n readonly h: number\n readonly s: number\n readonly l: number\n readonly a?: number | undefined\n }\n)[][]\n"
8012
7986
  }
8013
7987
  }
8014
7988
  ],
@@ -8092,30 +8066,29 @@
8092
8066
  }
8093
8067
  },
8094
8068
  {
8095
- "name": "density",
8096
- "description": "Adjusts the vertical height used by the component.",
8069
+ "name": "reverse",
8070
+ "description": "Reverses the orientation.",
8097
8071
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8098
- "default": "'default'",
8072
+ "default": "false",
8099
8073
  "value": {
8100
8074
  "kind": "expression",
8101
- "type": "'default' | 'comfortable' | 'compact'\n"
8075
+ "type": "boolean\n"
8102
8076
  }
8103
8077
  },
8104
8078
  {
8105
- "name": "reverse",
8106
- "description": "Reverses the orientation.",
8079
+ "name": "density",
8080
+ "description": "Adjusts the vertical height used by the component.",
8107
8081
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8108
- "default": "false",
8082
+ "default": "'default'",
8109
8083
  "value": {
8110
8084
  "kind": "expression",
8111
- "type": "boolean\n"
8085
+ "type": "'default' | 'comfortable' | 'compact'\n"
8112
8086
  }
8113
8087
  },
8114
8088
  {
8115
8089
  "name": "rounded",
8116
8090
  "description": "Adds a border radius to the input.",
8117
8091
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8118
- "default": "false",
8119
8092
  "value": {
8120
8093
  "kind": "expression",
8121
8094
  "type": "string | number | boolean\n"
@@ -8169,7 +8142,7 @@
8169
8142
  },
8170
8143
  {
8171
8144
  "name": "items",
8172
- "description": "An array of strings or objects used for automatically generating children components.",
8145
+ "description": "Can be an array of objects or strings. By default objects should have **title** and **value** properties, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props). Keys to use for these can be changed with the **item-title**, **item-value**, and **item-props** props.",
8173
8146
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8174
8147
  "default": "[]",
8175
8148
  "value": {
@@ -8209,7 +8182,7 @@
8209
8182
  "name": "disabled",
8210
8183
  "description": "Removes the ability to click or target the input.",
8211
8184
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8212
- "default": "false",
8185
+ "default": "null",
8213
8186
  "value": {
8214
8187
  "kind": "expression",
8215
8188
  "type": "boolean\n"
@@ -8279,7 +8252,7 @@
8279
8252
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8280
8253
  "value": {
8281
8254
  "kind": "expression",
8282
- "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n"
8255
+ "type": "unknown\n"
8283
8256
  }
8284
8257
  },
8285
8258
  {
@@ -8398,7 +8371,7 @@
8398
8371
  "default": "false",
8399
8372
  "value": {
8400
8373
  "kind": "expression",
8401
- "type": "string | boolean\n"
8374
+ "type": "string | boolean | (TransitionProps & { component: Component })\n"
8402
8375
  }
8403
8376
  },
8404
8377
  {
@@ -8580,7 +8553,6 @@
8580
8553
  "name": "centerAffix",
8581
8554
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
8582
8555
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8583
- "default": "false",
8584
8556
  "value": {
8585
8557
  "kind": "expression",
8586
8558
  "type": "boolean\n"
@@ -8659,7 +8631,7 @@
8659
8631
  "name": "readonly",
8660
8632
  "description": "Puts input in readonly state.",
8661
8633
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8662
- "default": "false",
8634
+ "default": "null",
8663
8635
  "value": {
8664
8636
  "kind": "expression",
8665
8637
  "type": "boolean\n"
@@ -8786,7 +8758,7 @@
8786
8758
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8787
8759
  "value": {
8788
8760
  "kind": "expression",
8789
- "type": "Record<string, boolean>\n"
8761
+ "type": "unknown\n"
8790
8762
  }
8791
8763
  },
8792
8764
  {
@@ -8932,7 +8904,7 @@
8932
8904
  },
8933
8905
  {
8934
8906
  "name": "isValid",
8935
- "type": "ComputedRef<boolean>"
8907
+ "type": "ComputedRef<boolean | null>"
8936
8908
  },
8937
8909
  {
8938
8910
  "name": "isValidating",
@@ -8983,7 +8955,7 @@
8983
8955
  },
8984
8956
  {
8985
8957
  "name": "isValid",
8986
- "type": "ComputedRef<boolean>"
8958
+ "type": "ComputedRef<boolean | null>"
8987
8959
  },
8988
8960
  {
8989
8961
  "name": "isValidating",
@@ -9049,7 +9021,7 @@
9049
9021
  },
9050
9022
  {
9051
9023
  "name": "isValid",
9052
- "type": "ComputedRef<boolean>"
9024
+ "type": "ComputedRef<boolean | null>"
9053
9025
  },
9054
9026
  {
9055
9027
  "name": "isValidating",
@@ -9100,7 +9072,7 @@
9100
9072
  },
9101
9073
  {
9102
9074
  "name": "controlRef",
9103
- "type": "Ref<HTMLElement>"
9075
+ "type": "Ref<HTMLElement | undefined>"
9104
9076
  },
9105
9077
  {
9106
9078
  "name": "focus",
@@ -9127,7 +9099,7 @@
9127
9099
  },
9128
9100
  {
9129
9101
  "name": "controlRef",
9130
- "type": "Ref<HTMLElement>"
9102
+ "type": "Ref<HTMLElement | undefined>"
9131
9103
  },
9132
9104
  {
9133
9105
  "name": "focus",
@@ -9443,7 +9415,7 @@
9443
9415
  "default": "{component: {name: 'slide-y-transition'}}",
9444
9416
  "value": {
9445
9417
  "kind": "expression",
9446
- "type": "string | { component: Component }\n"
9418
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n"
9447
9419
  }
9448
9420
  },
9449
9421
  {
@@ -9512,6 +9484,15 @@
9512
9484
  "type": "string\n"
9513
9485
  }
9514
9486
  },
9487
+ {
9488
+ "name": "search",
9489
+ "description": "Text input used to filter items.",
9490
+ "doc-url": "https://vuetifyjs.com/api/v-data-iterator#props",
9491
+ "value": {
9492
+ "kind": "expression",
9493
+ "type": "string\n"
9494
+ }
9495
+ },
9515
9496
  {
9516
9497
  "name": "items",
9517
9498
  "description": "An array of strings or objects used for automatically generating children components.",
@@ -9532,15 +9513,6 @@
9532
9513
  "type": "boolean\n"
9533
9514
  }
9534
9515
  },
9535
- {
9536
- "name": "search",
9537
- "description": "Text input used to filter items.",
9538
- "doc-url": "https://vuetifyjs.com/api/v-data-iterator#props",
9539
- "value": {
9540
- "kind": "expression",
9541
- "type": "string\n"
9542
- }
9543
- },
9544
9516
  {
9545
9517
  "name": "filterMode",
9546
9518
  "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters.",
@@ -9576,7 +9548,7 @@
9576
9548
  "doc-url": "https://vuetifyjs.com/api/v-data-iterator#props",
9577
9549
  "value": {
9578
9550
  "kind": "expression",
9579
- "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n"
9551
+ "type": "unknown\n"
9580
9552
  }
9581
9553
  },
9582
9554
  {
@@ -9693,7 +9665,7 @@
9693
9665
  "doc-url": "https://vuetifyjs.com/api/v-data-iterator#props",
9694
9666
  "value": {
9695
9667
  "kind": "expression",
9696
- "type": "Record<string, (a: any, b: any) => number>\n"
9668
+ "type": "unknown\n"
9697
9669
  }
9698
9670
  },
9699
9671
  {
@@ -10172,6 +10144,15 @@
10172
10144
  "type": "string\n"
10173
10145
  }
10174
10146
  },
10147
+ {
10148
+ "name": "search",
10149
+ "description": "Text input used to filter items.",
10150
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
10151
+ "value": {
10152
+ "kind": "expression",
10153
+ "type": "string\n"
10154
+ }
10155
+ },
10175
10156
  {
10176
10157
  "name": "items",
10177
10158
  "description": "An array of strings or objects used for automatically generating children components.",
@@ -10192,15 +10173,6 @@
10192
10173
  "type": "string | boolean\n"
10193
10174
  }
10194
10175
  },
10195
- {
10196
- "name": "search",
10197
- "description": "Text input used to filter items.",
10198
- "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
10199
- "value": {
10200
- "kind": "expression",
10201
- "type": "string\n"
10202
- }
10203
- },
10204
10176
  {
10205
10177
  "name": "filterMode",
10206
10178
  "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters.",
@@ -10236,7 +10208,7 @@
10236
10208
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
10237
10209
  "value": {
10238
10210
  "kind": "expression",
10239
- "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n"
10211
+ "type": "unknown\n"
10240
10212
  }
10241
10213
  },
10242
10214
  {
@@ -10403,7 +10375,7 @@
10403
10375
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
10404
10376
  "value": {
10405
10377
  "kind": "expression",
10406
- "type": "Record<string, (a: any, b: any) => number>\n"
10378
+ "type": "unknown\n"
10407
10379
  }
10408
10380
  },
10409
10381
  {
@@ -10462,7 +10434,7 @@
10462
10434
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
10463
10435
  "value": {
10464
10436
  "kind": "expression",
10465
- "type": "unknown\n"
10437
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n"
10466
10438
  }
10467
10439
  },
10468
10440
  {
@@ -10471,7 +10443,7 @@
10471
10443
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
10472
10444
  "value": {
10473
10445
  "kind": "expression",
10474
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n readonly value?: SelectItemKey\n readonly title?: string\n readonly fixed?: boolean\n readonly align?: 'end' | 'start' | 'center'\n readonly width?: string | number\n readonly minWidth?: string\n readonly maxWidth?: string\n readonly headerProps?: { readonly [x: string]: any }\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n readonly sortable?: boolean\n readonly sort?: DataTableCompareFunction<any>\n readonly filter?: FilterFunction\n readonly children?: readonly any[]\n}[]\n"
10446
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n"
10475
10447
  }
10476
10448
  },
10477
10449
  {
@@ -10499,7 +10471,7 @@
10499
10471
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
10500
10472
  "value": {
10501
10473
  "kind": "expression",
10502
- "type": "unknown\n"
10474
+ "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n"
10503
10475
  }
10504
10476
  },
10505
10477
  {
@@ -11964,7 +11936,7 @@
11964
11936
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#props",
11965
11937
  "value": {
11966
11938
  "kind": "expression",
11967
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>\n"
11939
+ "type": "unknown\n"
11968
11940
  }
11969
11941
  },
11970
11942
  {
@@ -11973,7 +11945,7 @@
11973
11945
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#props",
11974
11946
  "value": {
11975
11947
  "kind": "expression",
11976
- "type": "unknown\n"
11948
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n"
11977
11949
  }
11978
11950
  },
11979
11951
  {
@@ -12098,7 +12070,7 @@
12098
12070
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#props",
12099
12071
  "value": {
12100
12072
  "kind": "expression",
12101
- "type": "unknown\n"
12073
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n"
12102
12074
  }
12103
12075
  },
12104
12076
  {
@@ -12126,7 +12098,7 @@
12126
12098
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#props",
12127
12099
  "value": {
12128
12100
  "kind": "expression",
12129
- "type": "unknown\n"
12101
+ "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n"
12130
12102
  }
12131
12103
  }
12132
12104
  ],
@@ -12331,6 +12303,15 @@
12331
12303
  "type": "string\n"
12332
12304
  }
12333
12305
  },
12306
+ {
12307
+ "name": "search",
12308
+ "description": "Text input used to filter items.",
12309
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
12310
+ "value": {
12311
+ "kind": "expression",
12312
+ "type": "string\n"
12313
+ }
12314
+ },
12334
12315
  {
12335
12316
  "name": "items",
12336
12317
  "description": "An array of strings or objects used for automatically generating children components.",
@@ -12351,15 +12332,6 @@
12351
12332
  "type": "string | boolean\n"
12352
12333
  }
12353
12334
  },
12354
- {
12355
- "name": "search",
12356
- "description": "Text input used to filter items.",
12357
- "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
12358
- "value": {
12359
- "kind": "expression",
12360
- "type": "string\n"
12361
- }
12362
- },
12363
12335
  {
12364
12336
  "name": "hideNoData",
12365
12337
  "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open.",
@@ -12515,7 +12487,7 @@
12515
12487
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
12516
12488
  "value": {
12517
12489
  "kind": "expression",
12518
- "type": "Record<string, (a: any, b: any) => number>\n"
12490
+ "type": "unknown\n"
12519
12491
  }
12520
12492
  },
12521
12493
  {
@@ -12574,7 +12546,7 @@
12574
12546
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
12575
12547
  "value": {
12576
12548
  "kind": "expression",
12577
- "type": "unknown\n"
12549
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n"
12578
12550
  }
12579
12551
  },
12580
12552
  {
@@ -12592,7 +12564,7 @@
12592
12564
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
12593
12565
  "value": {
12594
12566
  "kind": "expression",
12595
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n readonly value?: SelectItemKey\n readonly title?: string\n readonly fixed?: boolean\n readonly align?: 'end' | 'start' | 'center'\n readonly width?: string | number\n readonly minWidth?: string\n readonly maxWidth?: string\n readonly headerProps?: { readonly [x: string]: any }\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n readonly sortable?: boolean\n readonly sort?: DataTableCompareFunction<any>\n readonly filter?: FilterFunction\n readonly children?: readonly any[]\n}[]\n"
12567
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n"
12596
12568
  }
12597
12569
  },
12598
12570
  {
@@ -12620,7 +12592,7 @@
12620
12592
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
12621
12593
  "value": {
12622
12594
  "kind": "expression",
12623
- "type": "unknown\n"
12595
+ "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n"
12624
12596
  }
12625
12597
  },
12626
12598
  {
@@ -14133,6 +14105,15 @@
14133
14105
  "type": "string\n"
14134
14106
  }
14135
14107
  },
14108
+ {
14109
+ "name": "search",
14110
+ "description": "Text input used to filter items.",
14111
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
14112
+ "value": {
14113
+ "kind": "expression",
14114
+ "type": "string\n"
14115
+ }
14116
+ },
14136
14117
  {
14137
14118
  "name": "items",
14138
14119
  "description": "An array of strings or objects used for automatically generating children components.",
@@ -14153,15 +14134,6 @@
14153
14134
  "type": "string | boolean\n"
14154
14135
  }
14155
14136
  },
14156
- {
14157
- "name": "search",
14158
- "description": "Text input used to filter items.",
14159
- "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
14160
- "value": {
14161
- "kind": "expression",
14162
- "type": "string\n"
14163
- }
14164
- },
14165
14137
  {
14166
14138
  "name": "filterMode",
14167
14139
  "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters.",
@@ -14197,7 +14169,7 @@
14197
14169
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
14198
14170
  "value": {
14199
14171
  "kind": "expression",
14200
- "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n"
14172
+ "type": "unknown\n"
14201
14173
  }
14202
14174
  },
14203
14175
  {
@@ -14334,7 +14306,7 @@
14334
14306
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
14335
14307
  "value": {
14336
14308
  "kind": "expression",
14337
- "type": "Record<string, (a: any, b: any) => number>\n"
14309
+ "type": "unknown\n"
14338
14310
  }
14339
14311
  },
14340
14312
  {
@@ -14383,7 +14355,7 @@
14383
14355
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
14384
14356
  "value": {
14385
14357
  "kind": "expression",
14386
- "type": "unknown\n"
14358
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n"
14387
14359
  }
14388
14360
  },
14389
14361
  {
@@ -14392,7 +14364,7 @@
14392
14364
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
14393
14365
  "value": {
14394
14366
  "kind": "expression",
14395
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n readonly value?: SelectItemKey\n readonly title?: string\n readonly fixed?: boolean\n readonly align?: 'end' | 'start' | 'center'\n readonly width?: string | number\n readonly minWidth?: string\n readonly maxWidth?: string\n readonly headerProps?: { readonly [x: string]: any }\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n readonly sortable?: boolean\n readonly sort?: DataTableCompareFunction<any>\n readonly filter?: FilterFunction\n readonly children?: readonly any[]\n}[]\n"
14367
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n"
14396
14368
  }
14397
14369
  },
14398
14370
  {
@@ -14420,7 +14392,7 @@
14420
14392
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
14421
14393
  "value": {
14422
14394
  "kind": "expression",
14423
- "type": "unknown\n"
14395
+ "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n"
14424
14396
  }
14425
14397
  },
14426
14398
  {
@@ -15253,7 +15225,6 @@
15253
15225
  "name": "rounded",
15254
15226
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
15255
15227
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
15256
- "default": "false",
15257
15228
  "value": {
15258
15229
  "kind": "expression",
15259
15230
  "type": "string | number | boolean\n"
@@ -16375,16 +16346,6 @@
16375
16346
  "type": "string\n"
16376
16347
  }
16377
16348
  },
16378
- {
16379
- "name": "zIndex",
16380
- "description": "The z-index used for the component.",
16381
- "doc-url": "https://vuetifyjs.com/api/v-dialog#props",
16382
- "default": "2400",
16383
- "value": {
16384
- "kind": "expression",
16385
- "type": "string | number\n"
16386
- }
16387
- },
16388
16349
  {
16389
16350
  "name": "disabled",
16390
16351
  "description": "Removes the ability to click or target the component.",
@@ -16482,6 +16443,16 @@
16482
16443
  "type": "string | boolean\n"
16483
16444
  }
16484
16445
  },
16446
+ {
16447
+ "name": "zIndex",
16448
+ "description": "The z-index used for the component.",
16449
+ "doc-url": "https://vuetifyjs.com/api/v-dialog#props",
16450
+ "default": "2400",
16451
+ "value": {
16452
+ "kind": "expression",
16453
+ "type": "string | number\n"
16454
+ }
16455
+ },
16485
16456
  {
16486
16457
  "name": "target",
16487
16458
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
@@ -16498,14 +16469,13 @@
16498
16469
  "default": "{}",
16499
16470
  "value": {
16500
16471
  "kind": "expression",
16501
- "type": "{}\n"
16472
+ "type": "unknown\n"
16502
16473
  }
16503
16474
  },
16504
16475
  {
16505
16476
  "name": "openOnClick",
16506
16477
  "description": "Activate the component when the activator is clicked.",
16507
16478
  "doc-url": "https://vuetifyjs.com/api/v-dialog#props",
16508
- "default": "false",
16509
16479
  "value": {
16510
16480
  "kind": "expression",
16511
16481
  "type": "boolean\n"
@@ -16525,7 +16495,6 @@
16525
16495
  "name": "openOnFocus",
16526
16496
  "description": "Activate the component when the activator is focused.",
16527
16497
  "doc-url": "https://vuetifyjs.com/api/v-dialog#props",
16528
- "default": "false",
16529
16498
  "value": {
16530
16499
  "kind": "expression",
16531
16500
  "type": "boolean\n"
@@ -16605,7 +16574,7 @@
16605
16574
  "default": "{component: {name: 'VDialogTransition'}}",
16606
16575
  "value": {
16607
16576
  "kind": "expression",
16608
- "type": "string | { component: Component }\n"
16577
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n"
16609
16578
  }
16610
16579
  },
16611
16580
  {
@@ -16725,7 +16694,7 @@
16725
16694
  },
16726
16695
  {
16727
16696
  "name": "mode",
16728
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
16697
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
16729
16698
  "doc-url": "https://vuetifyjs.com/api/v-dialog-bottom-transition#props",
16730
16699
  "value": {
16731
16700
  "kind": "expression",
@@ -16734,7 +16703,7 @@
16734
16703
  },
16735
16704
  {
16736
16705
  "name": "group",
16737
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group).",
16706
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
16738
16707
  "doc-url": "https://vuetifyjs.com/api/v-dialog-bottom-transition#props",
16739
16708
  "default": "false",
16740
16709
  "value": {
@@ -16806,7 +16775,7 @@
16806
16775
  },
16807
16776
  {
16808
16777
  "name": "mode",
16809
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
16778
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
16810
16779
  "doc-url": "https://vuetifyjs.com/api/v-dialog-top-transition#props",
16811
16780
  "value": {
16812
16781
  "kind": "expression",
@@ -16815,7 +16784,7 @@
16815
16784
  },
16816
16785
  {
16817
16786
  "name": "group",
16818
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group).",
16787
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
16819
16788
  "doc-url": "https://vuetifyjs.com/api/v-dialog-top-transition#props",
16820
16789
  "default": "false",
16821
16790
  "value": {
@@ -16989,7 +16958,7 @@
16989
16958
  },
16990
16959
  {
16991
16960
  "name": "mode",
16992
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
16961
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
16993
16962
  "doc-url": "https://vuetifyjs.com/api/v-expand-transition#props",
16994
16963
  "default": "'in-out'",
16995
16964
  "value": {
@@ -17032,7 +17001,7 @@
17032
17001
  },
17033
17002
  {
17034
17003
  "name": "mode",
17035
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
17004
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
17036
17005
  "doc-url": "https://vuetifyjs.com/api/v-expand-x-transition#props",
17037
17006
  "default": "'in-out'",
17038
17007
  "value": {
@@ -17104,7 +17073,6 @@
17104
17073
  "name": "rounded",
17105
17074
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
17106
17075
  "doc-url": "https://vuetifyjs.com/api/v-expansion-panel#props",
17107
- "default": "false",
17108
17076
  "value": {
17109
17077
  "kind": "expression",
17110
17078
  "type": "string | number | boolean\n"
@@ -17617,7 +17585,7 @@
17617
17585
  },
17618
17586
  {
17619
17587
  "name": "mode",
17620
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
17588
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
17621
17589
  "doc-url": "https://vuetifyjs.com/api/v-fab-transition#props",
17622
17590
  "default": "'out-in'",
17623
17591
  "value": {
@@ -17627,7 +17595,7 @@
17627
17595
  },
17628
17596
  {
17629
17597
  "name": "group",
17630
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group).",
17598
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
17631
17599
  "doc-url": "https://vuetifyjs.com/api/v-fab-transition#props",
17632
17600
  "default": "false",
17633
17601
  "value": {
@@ -17699,7 +17667,7 @@
17699
17667
  },
17700
17668
  {
17701
17669
  "name": "mode",
17702
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
17670
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
17703
17671
  "doc-url": "https://vuetifyjs.com/api/v-fade-transition#props",
17704
17672
  "value": {
17705
17673
  "kind": "expression",
@@ -17708,7 +17676,7 @@
17708
17676
  },
17709
17677
  {
17710
17678
  "name": "group",
17711
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group).",
17679
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
17712
17680
  "doc-url": "https://vuetifyjs.com/api/v-fade-transition#props",
17713
17681
  "default": "false",
17714
17682
  "value": {
@@ -17802,7 +17770,6 @@
17802
17770
  "name": "rounded",
17803
17771
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
17804
17772
  "doc-url": "https://vuetifyjs.com/api/v-field#props",
17805
- "default": "false",
17806
17773
  "value": {
17807
17774
  "kind": "expression",
17808
17775
  "type": "string | number | boolean\n"
@@ -17859,7 +17826,7 @@
17859
17826
  "name": "disabled",
17860
17827
  "description": "Removes the ability to click or target the input.",
17861
17828
  "doc-url": "https://vuetifyjs.com/api/v-field#props",
17862
- "default": "false",
17829
+ "default": "null",
17863
17830
  "value": {
17864
17831
  "kind": "expression",
17865
17832
  "type": "boolean\n"
@@ -17888,7 +17855,6 @@
17888
17855
  "name": "centerAffix",
17889
17856
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
17890
17857
  "doc-url": "https://vuetifyjs.com/api/v-field#props",
17891
- "default": "false",
17892
17858
  "value": {
17893
17859
  "kind": "expression",
17894
17860
  "type": "boolean\n"
@@ -18069,7 +18035,7 @@
18069
18035
  },
18070
18036
  {
18071
18037
  "name": "controlRef",
18072
- "type": "Ref<HTMLElement>"
18038
+ "type": "Ref<HTMLElement | undefined>"
18073
18039
  },
18074
18040
  {
18075
18041
  "name": "focus",
@@ -18096,7 +18062,7 @@
18096
18062
  },
18097
18063
  {
18098
18064
  "name": "controlRef",
18099
- "type": "Ref<HTMLElement>"
18065
+ "type": "Ref<HTMLElement | undefined>"
18100
18066
  },
18101
18067
  {
18102
18068
  "name": "focus",
@@ -18147,7 +18113,7 @@
18147
18113
  },
18148
18114
  {
18149
18115
  "name": "controlRef",
18150
- "type": "Ref<HTMLElement>"
18116
+ "type": "Ref<HTMLElement | undefined>"
18151
18117
  },
18152
18118
  {
18153
18119
  "name": "focus",
@@ -18238,30 +18204,29 @@
18238
18204
  }
18239
18205
  },
18240
18206
  {
18241
- "name": "density",
18242
- "description": "Adjusts the vertical height used by the component.",
18207
+ "name": "reverse",
18208
+ "description": "Reverses the orientation.",
18243
18209
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
18244
- "default": "'default'",
18210
+ "default": "false",
18245
18211
  "value": {
18246
18212
  "kind": "expression",
18247
- "type": "'default' | 'comfortable' | 'compact'\n"
18213
+ "type": "boolean\n"
18248
18214
  }
18249
18215
  },
18250
18216
  {
18251
- "name": "reverse",
18252
- "description": "Reverses the orientation.",
18217
+ "name": "density",
18218
+ "description": "Adjusts the vertical height used by the component.",
18253
18219
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
18254
- "default": "false",
18220
+ "default": "'default'",
18255
18221
  "value": {
18256
18222
  "kind": "expression",
18257
- "type": "boolean\n"
18223
+ "type": "'default' | 'comfortable' | 'compact'\n"
18258
18224
  }
18259
18225
  },
18260
18226
  {
18261
18227
  "name": "rounded",
18262
18228
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
18263
18229
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
18264
- "default": "false",
18265
18230
  "value": {
18266
18231
  "kind": "expression",
18267
18232
  "type": "string | number | boolean\n"
@@ -18346,7 +18311,7 @@
18346
18311
  "name": "disabled",
18347
18312
  "description": "Removes the ability to click or target the input.",
18348
18313
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
18349
- "default": "false",
18314
+ "default": "null",
18350
18315
  "value": {
18351
18316
  "kind": "expression",
18352
18317
  "type": "boolean\n"
@@ -18405,7 +18370,6 @@
18405
18370
  "name": "centerAffix",
18406
18371
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
18407
18372
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
18408
- "default": "false",
18409
18373
  "value": {
18410
18374
  "kind": "expression",
18411
18375
  "type": "boolean\n"
@@ -18484,7 +18448,7 @@
18484
18448
  "name": "readonly",
18485
18449
  "description": "Puts input in readonly state.",
18486
18450
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
18487
- "default": "false",
18451
+ "default": "null",
18488
18452
  "value": {
18489
18453
  "kind": "expression",
18490
18454
  "type": "boolean\n"
@@ -18793,7 +18757,7 @@
18793
18757
  },
18794
18758
  {
18795
18759
  "name": "isValid",
18796
- "type": "ComputedRef<boolean>"
18760
+ "type": "ComputedRef<boolean | null>"
18797
18761
  },
18798
18762
  {
18799
18763
  "name": "isValidating",
@@ -18844,7 +18808,7 @@
18844
18808
  },
18845
18809
  {
18846
18810
  "name": "isValid",
18847
- "type": "ComputedRef<boolean>"
18811
+ "type": "ComputedRef<boolean | null>"
18848
18812
  },
18849
18813
  {
18850
18814
  "name": "isValidating",
@@ -18895,7 +18859,7 @@
18895
18859
  },
18896
18860
  {
18897
18861
  "name": "isValid",
18898
- "type": "ComputedRef<boolean>"
18862
+ "type": "ComputedRef<boolean | null>"
18899
18863
  },
18900
18864
  {
18901
18865
  "name": "isValidating",
@@ -18946,7 +18910,7 @@
18946
18910
  },
18947
18911
  {
18948
18912
  "name": "controlRef",
18949
- "type": "Ref<HTMLElement>"
18913
+ "type": "Ref<HTMLElement | undefined>"
18950
18914
  },
18951
18915
  {
18952
18916
  "name": "focus",
@@ -18973,7 +18937,7 @@
18973
18937
  },
18974
18938
  {
18975
18939
  "name": "controlRef",
18976
- "type": "Ref<HTMLElement>"
18940
+ "type": "Ref<HTMLElement | undefined>"
18977
18941
  },
18978
18942
  {
18979
18943
  "name": "focus",
@@ -19087,7 +19051,6 @@
19087
19051
  "name": "rounded",
19088
19052
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
19089
19053
  "doc-url": "https://vuetifyjs.com/api/v-footer#props",
19090
- "default": "false",
19091
19054
  "value": {
19092
19055
  "kind": "expression",
19093
19056
  "type": "string | number | boolean\n"
@@ -19177,7 +19140,7 @@
19177
19140
  "name": "modelValue",
19178
19141
  "description": "The value representing the validity of the form. If the value is `null` then no validation has taken place yet, or the form has been reset. Otherwise the value will be a `boolean` that indicates if validation has passed or not.",
19179
19142
  "doc-url": "https://vuetifyjs.com/api/v-form#props",
19180
- "default": "false",
19143
+ "default": "null",
19181
19144
  "value": {
19182
19145
  "kind": "expression",
19183
19146
  "type": "boolean\n"
@@ -19272,11 +19235,11 @@
19272
19235
  },
19273
19236
  {
19274
19237
  "name": "isValid",
19275
- "type": "Ref<boolean> & { externalValue: boolean }"
19238
+ "type": "Ref<boolean | null> & { externalValue: boolean }"
19276
19239
  },
19277
19240
  {
19278
19241
  "name": "items",
19279
- "type": "Ref<{ id: string | number; validate: () => Promise<string[]>; reset: () => void; resetValidation: () => void; isValid: boolean; errorMessages: string[]; }[]>"
19242
+ "type": "Ref<{ id: string | number; validate: () => Promise<string[]>; reset: () => void; resetValidation: () => void; isValid: boolean | null; errorMessages: string[]; }[]>"
19280
19243
  },
19281
19244
  {
19282
19245
  "name": "validate",
@@ -19311,7 +19274,6 @@
19311
19274
  "name": "modelValue",
19312
19275
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
19313
19276
  "doc-url": "https://vuetifyjs.com/api/v-hover#props",
19314
- "default": "false",
19315
19277
  "value": {
19316
19278
  "kind": "expression",
19317
19279
  "type": "boolean\n"
@@ -19569,7 +19531,7 @@
19569
19531
  "default": "'fade-transition'",
19570
19532
  "value": {
19571
19533
  "kind": "expression",
19572
- "type": "string\n"
19534
+ "type": "string | boolean | (TransitionProps & { component: Component })\n"
19573
19535
  }
19574
19536
  },
19575
19537
  {
@@ -19579,7 +19541,7 @@
19579
19541
  "default": "{\n root: undefined,\n rootMargin: undefined,\n threshold: undefined\n}",
19580
19542
  "value": {
19581
19543
  "kind": "expression",
19582
- "type": "{ root: any; rootMargin: any; threshold: any }\n"
19544
+ "type": "IntersectionObserverInit\n"
19583
19545
  }
19584
19546
  },
19585
19547
  {
@@ -19615,7 +19577,6 @@
19615
19577
  "name": "draggable",
19616
19578
  "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable).",
19617
19579
  "doc-url": "https://vuetifyjs.com/api/v-img#props",
19618
- "default": "false",
19619
19580
  "value": {
19620
19581
  "kind": "expression",
19621
19582
  "type": "boolean | 'true' | 'false'\n"
@@ -20062,7 +20023,7 @@
20062
20023
  "name": "disabled",
20063
20024
  "description": "Removes the ability to click or target the component.",
20064
20025
  "doc-url": "https://vuetifyjs.com/api/v-input#props",
20065
- "default": "false",
20026
+ "default": "null",
20066
20027
  "value": {
20067
20028
  "kind": "expression",
20068
20029
  "type": "boolean\n"
@@ -20160,7 +20121,7 @@
20160
20121
  "name": "readonly",
20161
20122
  "description": "Puts input in readonly state.",
20162
20123
  "doc-url": "https://vuetifyjs.com/api/v-input#props",
20163
- "default": "false",
20124
+ "default": "null",
20164
20125
  "value": {
20165
20126
  "kind": "expression",
20166
20127
  "type": "boolean\n"
@@ -20293,7 +20254,7 @@
20293
20254
  },
20294
20255
  {
20295
20256
  "name": "isValid",
20296
- "type": "ComputedRef<boolean>"
20257
+ "type": "ComputedRef<boolean | null>"
20297
20258
  },
20298
20259
  {
20299
20260
  "name": "isValidating",
@@ -20344,7 +20305,7 @@
20344
20305
  },
20345
20306
  {
20346
20307
  "name": "isValid",
20347
- "type": "ComputedRef<boolean>"
20308
+ "type": "ComputedRef<boolean | null>"
20348
20309
  },
20349
20310
  {
20350
20311
  "name": "isValidating",
@@ -20395,7 +20356,7 @@
20395
20356
  },
20396
20357
  {
20397
20358
  "name": "isValid",
20398
- "type": "ComputedRef<boolean>"
20359
+ "type": "ComputedRef<boolean | null>"
20399
20360
  },
20400
20361
  {
20401
20362
  "name": "isValidating",
@@ -20446,7 +20407,7 @@
20446
20407
  },
20447
20408
  {
20448
20409
  "name": "isValid",
20449
- "type": "ComputedRef<boolean>"
20410
+ "type": "ComputedRef<boolean | null>"
20450
20411
  },
20451
20412
  {
20452
20413
  "name": "isValidating",
@@ -20546,15 +20507,15 @@
20546
20507
  },
20547
20508
  {
20548
20509
  "name": "selectedClass",
20549
- "type": "boolean | string[]"
20510
+ "type": "boolean | (string)[]"
20550
20511
  },
20551
20512
  {
20552
20513
  "name": "select",
20553
- "type": "(value: boolean) => void"
20514
+ "type": "((value: boolean) => void)"
20554
20515
  },
20555
20516
  {
20556
20517
  "name": "toggle",
20557
- "type": "() => void"
20518
+ "type": "(() => void)"
20558
20519
  },
20559
20520
  {
20560
20521
  "name": "value",
@@ -20881,20 +20842,20 @@
20881
20842
  }
20882
20843
  },
20883
20844
  {
20884
- "name": "size",
20885
- "description": "Sets the height and width of the component.",
20845
+ "name": "order",
20846
+ "description": "Adjust the order of the component in relation to its registration order.",
20886
20847
  "doc-url": "https://vuetifyjs.com/api/v-layout-item#props",
20887
- "default": "300",
20848
+ "default": "0",
20888
20849
  "value": {
20889
20850
  "kind": "expression",
20890
20851
  "type": "string | number\n"
20891
20852
  }
20892
20853
  },
20893
20854
  {
20894
- "name": "order",
20895
- "description": "Adjust the order of the component in relation to its registration order.",
20855
+ "name": "size",
20856
+ "description": "Sets the height and width of the component.",
20896
20857
  "doc-url": "https://vuetifyjs.com/api/v-layout-item#props",
20897
- "default": "0",
20858
+ "default": "300",
20898
20859
  "value": {
20899
20860
  "kind": "expression",
20900
20861
  "type": "string | number\n"
@@ -21004,7 +20965,7 @@
21004
20965
  "default": "'fade-transition'",
21005
20966
  "value": {
21006
20967
  "kind": "expression",
21007
- "type": "string\n"
20968
+ "type": "string | boolean | (TransitionProps & { component: Component })\n"
21008
20969
  }
21009
20970
  },
21010
20971
  {
@@ -21014,7 +20975,7 @@
21014
20975
  "default": "{\n root: undefined,\n rootMargin: undefined,\n threshold: undefined\n}",
21015
20976
  "value": {
21016
20977
  "kind": "expression",
21017
- "type": "{ root: any; rootMargin: any; threshold: any }\n"
20978
+ "type": "IntersectionObserverInit\n"
21018
20979
  }
21019
20980
  }
21020
20981
  ],
@@ -21174,7 +21135,6 @@
21174
21135
  "name": "rounded",
21175
21136
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
21176
21137
  "doc-url": "https://vuetifyjs.com/api/v-list#props",
21177
- "default": "false",
21178
21138
  "value": {
21179
21139
  "kind": "expression",
21180
21140
  "type": "string | number | boolean\n"
@@ -21220,7 +21180,7 @@
21220
21180
  },
21221
21181
  {
21222
21182
  "name": "items",
21223
- "description": "An array of strings or objects used for automatically generating children components.",
21183
+ "description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props.",
21224
21184
  "doc-url": "https://vuetifyjs.com/api/v-list#props",
21225
21185
  "default": "[]",
21226
21186
  "value": {
@@ -21834,7 +21794,6 @@
21834
21794
  "name": "rounded",
21835
21795
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
21836
21796
  "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
21837
- "default": "false",
21838
21797
  "value": {
21839
21798
  "kind": "expression",
21840
21799
  "type": "string | number | boolean\n"
@@ -21878,6 +21837,25 @@
21878
21837
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n"
21879
21838
  }
21880
21839
  },
21840
+ {
21841
+ "name": "replace",
21842
+ "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.",
21843
+ "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
21844
+ "default": "false",
21845
+ "value": {
21846
+ "kind": "expression",
21847
+ "type": "boolean\n"
21848
+ }
21849
+ },
21850
+ {
21851
+ "name": "link",
21852
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
21853
+ "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
21854
+ "value": {
21855
+ "kind": "expression",
21856
+ "type": "boolean\n"
21857
+ }
21858
+ },
21881
21859
  {
21882
21860
  "name": "value",
21883
21861
  "description": "The value used for selection.",
@@ -21891,7 +21869,6 @@
21891
21869
  "name": "active",
21892
21870
  "description": "Controls the **active** state of the item. This is typically used to highlight the component,",
21893
21871
  "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
21894
- "default": "false",
21895
21872
  "value": {
21896
21873
  "kind": "expression",
21897
21874
  "type": "boolean\n"
@@ -21954,16 +21931,6 @@
21954
21931
  "type": "string\n"
21955
21932
  }
21956
21933
  },
21957
- {
21958
- "name": "replace",
21959
- "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.",
21960
- "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
21961
- "default": "false",
21962
- "value": {
21963
- "kind": "expression",
21964
- "type": "boolean\n"
21965
- }
21966
- },
21967
21934
  {
21968
21935
  "name": "exact",
21969
21936
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -21980,7 +21947,7 @@
21980
21947
  "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
21981
21948
  "value": {
21982
21949
  "kind": "expression",
21983
- "type": "unknown\n"
21950
+ "type": "RouteLocationRaw\n"
21984
21951
  }
21985
21952
  },
21986
21953
  {
@@ -21992,16 +21959,6 @@
21992
21959
  "type": "string\n"
21993
21960
  }
21994
21961
  },
21995
- {
21996
- "name": "link",
21997
- "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
21998
- "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
21999
- "default": "false",
22000
- "value": {
22001
- "kind": "expression",
22002
- "type": "boolean\n"
22003
- }
22004
- },
22005
21962
  {
22006
21963
  "name": "lines",
22007
21964
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))",
@@ -22448,7 +22405,7 @@
22448
22405
  "doc-url": "https://vuetifyjs.com/api/v-locale-provider#props",
22449
22406
  "value": {
22450
22407
  "kind": "expression",
22451
- "type": "Record<string, any>\n"
22408
+ "type": "unknown\n"
22452
22409
  }
22453
22410
  },
22454
22411
  {
@@ -22473,7 +22430,6 @@
22473
22430
  "name": "rtl",
22474
22431
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VLocaleProvider.json))",
22475
22432
  "doc-url": "https://vuetifyjs.com/api/v-locale-provider#props",
22476
- "default": "false",
22477
22433
  "value": {
22478
22434
  "kind": "expression",
22479
22435
  "type": "boolean\n"
@@ -22628,16 +22584,6 @@
22628
22584
  "type": "string\n"
22629
22585
  }
22630
22586
  },
22631
- {
22632
- "name": "zIndex",
22633
- "description": "The z-index used for the component.",
22634
- "doc-url": "https://vuetifyjs.com/api/v-menu#props",
22635
- "default": "2000",
22636
- "value": {
22637
- "kind": "expression",
22638
- "type": "string | number\n"
22639
- }
22640
- },
22641
22587
  {
22642
22588
  "name": "id",
22643
22589
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VMenu.json))",
@@ -22744,6 +22690,16 @@
22744
22690
  "type": "string | boolean\n"
22745
22691
  }
22746
22692
  },
22693
+ {
22694
+ "name": "zIndex",
22695
+ "description": "The z-index used for the component.",
22696
+ "doc-url": "https://vuetifyjs.com/api/v-menu#props",
22697
+ "default": "2000",
22698
+ "value": {
22699
+ "kind": "expression",
22700
+ "type": "string | number\n"
22701
+ }
22702
+ },
22747
22703
  {
22748
22704
  "name": "target",
22749
22705
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
@@ -22760,14 +22716,13 @@
22760
22716
  "default": "{}",
22761
22717
  "value": {
22762
22718
  "kind": "expression",
22763
- "type": "{}\n"
22719
+ "type": "unknown\n"
22764
22720
  }
22765
22721
  },
22766
22722
  {
22767
22723
  "name": "openOnClick",
22768
22724
  "description": "Designates whether menu should open on activator click.",
22769
22725
  "doc-url": "https://vuetifyjs.com/api/v-menu#props",
22770
- "default": "false",
22771
22726
  "value": {
22772
22727
  "kind": "expression",
22773
22728
  "type": "boolean\n"
@@ -22787,7 +22742,6 @@
22787
22742
  "name": "openOnFocus",
22788
22743
  "description": "Activate the component when the activator is focused.",
22789
22744
  "doc-url": "https://vuetifyjs.com/api/v-menu#props",
22790
- "default": "false",
22791
22745
  "value": {
22792
22746
  "kind": "expression",
22793
22747
  "type": "boolean\n"
@@ -22869,7 +22823,7 @@
22869
22823
  "default": "{component: {name: 'VDialogTransition'}}",
22870
22824
  "value": {
22871
22825
  "kind": "expression",
22872
- "type": "string | { component: Component }\n"
22826
+ "type": " | { component: Component }\n | string\n | boolean\n | (TransitionProps & { component: Component })\n"
22873
22827
  }
22874
22828
  },
22875
22829
  {
@@ -22964,7 +22918,7 @@
22964
22918
  "default": "{\n component: {name: 'slide-y-transition'},\n leaveAbsolute: true,\n group: true\n}",
22965
22919
  "value": {
22966
22920
  "kind": "expression",
22967
- "type": " | string\n | { component: Component; leaveAbsolute: boolean; group: boolean }\n"
22921
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component; leaveAbsolute: boolean; group: boolean }\n"
22968
22922
  }
22969
22923
  },
22970
22924
  {
@@ -23020,7 +22974,7 @@
23020
22974
  "name": "modelValue",
23021
22975
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
23022
22976
  "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
23023
- "default": "false",
22977
+ "default": "null",
23024
22978
  "value": {
23025
22979
  "kind": "expression",
23026
22980
  "type": "boolean\n"
@@ -23079,7 +23033,6 @@
23079
23033
  "name": "rounded",
23080
23034
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
23081
23035
  "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
23082
- "default": "false",
23083
23036
  "value": {
23084
23037
  "kind": "expression",
23085
23038
  "type": "string | number | boolean\n"
@@ -23214,7 +23167,7 @@
23214
23167
  "name": "rail",
23215
23168
  "description": "Sets the component width to the **rail-width** value.",
23216
23169
  "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
23217
- "default": "false",
23170
+ "default": "null",
23218
23171
  "value": {
23219
23172
  "kind": "expression",
23220
23173
  "type": "boolean\n"
@@ -23430,7 +23383,6 @@
23430
23383
  "name": "rounded",
23431
23384
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
23432
23385
  "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
23433
- "default": "false",
23434
23386
  "value": {
23435
23387
  "kind": "expression",
23436
23388
  "type": "string | number | boolean\n"
@@ -23468,7 +23420,7 @@
23468
23420
  "name": "disabled",
23469
23421
  "description": "Removes the ability to click or target the input.",
23470
23422
  "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
23471
- "default": "false",
23423
+ "default": "null",
23472
23424
  "value": {
23473
23425
  "kind": "expression",
23474
23426
  "type": "boolean\n"
@@ -23715,16 +23667,6 @@
23715
23667
  "type": "string\n"
23716
23668
  }
23717
23669
  },
23718
- {
23719
- "name": "zIndex",
23720
- "description": "The z-index used for the component.",
23721
- "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
23722
- "default": "2000",
23723
- "value": {
23724
- "kind": "expression",
23725
- "type": "string | number\n"
23726
- }
23727
- },
23728
23670
  {
23729
23671
  "name": "disabled",
23730
23672
  "description": "Removes the ability to click or target the component.",
@@ -23822,6 +23764,16 @@
23822
23764
  "type": "string | boolean\n"
23823
23765
  }
23824
23766
  },
23767
+ {
23768
+ "name": "zIndex",
23769
+ "description": "The z-index used for the component.",
23770
+ "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
23771
+ "default": "2000",
23772
+ "value": {
23773
+ "kind": "expression",
23774
+ "type": "string | number\n"
23775
+ }
23776
+ },
23825
23777
  {
23826
23778
  "name": "target",
23827
23779
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
@@ -23838,14 +23790,13 @@
23838
23790
  "default": "{}",
23839
23791
  "value": {
23840
23792
  "kind": "expression",
23841
- "type": "{}\n"
23793
+ "type": "unknown\n"
23842
23794
  }
23843
23795
  },
23844
23796
  {
23845
23797
  "name": "openOnClick",
23846
23798
  "description": "Activate the component when the activator is clicked.",
23847
23799
  "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
23848
- "default": "false",
23849
23800
  "value": {
23850
23801
  "kind": "expression",
23851
23802
  "type": "boolean\n"
@@ -23865,7 +23816,6 @@
23865
23816
  "name": "openOnFocus",
23866
23817
  "description": "Activate the component when the activator is focused.",
23867
23818
  "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
23868
- "default": "false",
23869
23819
  "value": {
23870
23820
  "kind": "expression",
23871
23821
  "type": "boolean\n"
@@ -23945,7 +23895,7 @@
23945
23895
  "default": "'fade-transition'",
23946
23896
  "value": {
23947
23897
  "kind": "expression",
23948
- "type": "string\n"
23898
+ "type": "string | boolean | (TransitionProps & { component: Component })\n"
23949
23899
  }
23950
23900
  },
23951
23901
  {
@@ -24098,7 +24048,6 @@
24098
24048
  "name": "rounded",
24099
24049
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
24100
24050
  "doc-url": "https://vuetifyjs.com/api/v-pagination#props",
24101
- "default": "false",
24102
24051
  "value": {
24103
24052
  "kind": "expression",
24104
24053
  "type": "string | number | boolean\n"
@@ -24143,23 +24092,23 @@
24143
24092
  }
24144
24093
  },
24145
24094
  {
24146
- "name": "size",
24147
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
24095
+ "name": "disabled",
24096
+ "description": "Removes the ability to click or target the component.",
24148
24097
  "doc-url": "https://vuetifyjs.com/api/v-pagination#props",
24149
- "default": "'default'",
24098
+ "default": "false",
24150
24099
  "value": {
24151
24100
  "kind": "expression",
24152
- "type": "string | number\n"
24101
+ "type": "boolean\n"
24153
24102
  }
24154
24103
  },
24155
24104
  {
24156
- "name": "disabled",
24157
- "description": "Removes the ability to click or target the component.",
24105
+ "name": "size",
24106
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
24158
24107
  "doc-url": "https://vuetifyjs.com/api/v-pagination#props",
24159
- "default": "false",
24108
+ "default": "'default'",
24160
24109
  "value": {
24161
24110
  "kind": "expression",
24162
- "type": "boolean\n"
24111
+ "type": "string | number\n"
24163
24112
  }
24164
24113
  },
24165
24114
  {
@@ -24667,7 +24616,6 @@
24667
24616
  "name": "rounded",
24668
24617
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
24669
24618
  "doc-url": "https://vuetifyjs.com/api/v-picker#props",
24670
- "default": "false",
24671
24619
  "value": {
24672
24620
  "kind": "expression",
24673
24621
  "type": "string | number | boolean\n"
@@ -24928,23 +24876,23 @@
24928
24876
  }
24929
24877
  },
24930
24878
  {
24931
- "name": "height",
24932
- "description": "Sets the height for the component.",
24879
+ "name": "reverse",
24880
+ "description": "Displays reversed progress (right to left in LTR mode and left to right in RTL).",
24933
24881
  "doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
24934
- "default": "4",
24882
+ "default": "false",
24935
24883
  "value": {
24936
24884
  "kind": "expression",
24937
- "type": "string | number\n"
24885
+ "type": "boolean\n"
24938
24886
  }
24939
24887
  },
24940
24888
  {
24941
- "name": "reverse",
24942
- "description": "Displays reversed progress (right to left in LTR mode and left to right in RTL).",
24889
+ "name": "height",
24890
+ "description": "Sets the height for the component.",
24943
24891
  "doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
24944
- "default": "false",
24892
+ "default": "4",
24945
24893
  "value": {
24946
24894
  "kind": "expression",
24947
- "type": "boolean\n"
24895
+ "type": "string | number\n"
24948
24896
  }
24949
24897
  },
24950
24898
  {
@@ -24971,7 +24919,6 @@
24971
24919
  "name": "rounded",
24972
24920
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
24973
24921
  "doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
24974
- "default": "false",
24975
24922
  "value": {
24976
24923
  "kind": "expression",
24977
24924
  "type": "string | number | boolean\n"
@@ -25214,21 +25161,21 @@
25214
25161
  }
25215
25162
  },
25216
25163
  {
25217
- "name": "value",
25218
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
25164
+ "name": "id",
25165
+ "description": "Sets the DOM id on the component.",
25219
25166
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
25220
25167
  "value": {
25221
25168
  "kind": "expression",
25222
- "type": "any\n"
25169
+ "type": "string\n"
25223
25170
  }
25224
25171
  },
25225
25172
  {
25226
- "name": "id",
25227
- "description": "Sets the DOM id on the component.",
25173
+ "name": "value",
25174
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
25228
25175
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
25229
25176
  "value": {
25230
25177
  "kind": "expression",
25231
- "type": "string\n"
25178
+ "type": "any\n"
25232
25179
  }
25233
25180
  },
25234
25181
  {
@@ -25245,7 +25192,7 @@
25245
25192
  "name": "disabled",
25246
25193
  "description": "Removes the ability to click or target the component.",
25247
25194
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
25248
- "default": "false",
25195
+ "default": "null",
25249
25196
  "value": {
25250
25197
  "kind": "expression",
25251
25198
  "type": "boolean\n"
@@ -25264,7 +25211,7 @@
25264
25211
  "name": "multiple",
25265
25212
  "description": "Changes select to multiple. Accepts array for value.",
25266
25213
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
25267
- "default": "false",
25214
+ "default": "null",
25268
25215
  "value": {
25269
25216
  "kind": "expression",
25270
25217
  "type": "boolean\n"
@@ -25559,7 +25506,7 @@
25559
25506
  "name": "disabled",
25560
25507
  "description": "Removes the ability to click or target the component.",
25561
25508
  "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
25562
- "default": "false",
25509
+ "default": "null",
25563
25510
  "value": {
25564
25511
  "kind": "expression",
25565
25512
  "type": "boolean\n"
@@ -25838,7 +25785,7 @@
25838
25785
  },
25839
25786
  {
25840
25787
  "name": "isValid",
25841
- "type": "ComputedRef<boolean>"
25788
+ "type": "ComputedRef<boolean | null>"
25842
25789
  },
25843
25790
  {
25844
25791
  "name": "isValidating",
@@ -25889,7 +25836,7 @@
25889
25836
  },
25890
25837
  {
25891
25838
  "name": "isValid",
25892
- "type": "ComputedRef<boolean>"
25839
+ "type": "ComputedRef<boolean | null>"
25893
25840
  },
25894
25841
  {
25895
25842
  "name": "isValidating",
@@ -25940,7 +25887,7 @@
25940
25887
  },
25941
25888
  {
25942
25889
  "name": "isValid",
25943
- "type": "ComputedRef<boolean>"
25890
+ "type": "ComputedRef<boolean | null>"
25944
25891
  },
25945
25892
  {
25946
25893
  "name": "isValidating",
@@ -26027,23 +25974,23 @@
26027
25974
  }
26028
25975
  },
26029
25976
  {
26030
- "name": "density",
26031
- "description": "Adjusts the vertical height used by the component.",
25977
+ "name": "reverse",
25978
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))",
26032
25979
  "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
26033
- "default": "'default'",
25980
+ "default": "false",
26034
25981
  "value": {
26035
25982
  "kind": "expression",
26036
- "type": "'default' | 'comfortable' | 'compact'\n"
25983
+ "type": "boolean\n"
26037
25984
  }
26038
25985
  },
26039
25986
  {
26040
- "name": "reverse",
26041
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))",
25987
+ "name": "density",
25988
+ "description": "Adjusts the vertical height used by the component.",
26042
25989
  "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
26043
- "default": "false",
25990
+ "default": "'default'",
26044
25991
  "value": {
26045
25992
  "kind": "expression",
26046
- "type": "boolean\n"
25993
+ "type": "'default' | 'comfortable' | 'compact'\n"
26047
25994
  }
26048
25995
  },
26049
25996
  {
@@ -26060,7 +26007,6 @@
26060
26007
  "name": "rounded",
26061
26008
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
26062
26009
  "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
26063
- "default": "false",
26064
26010
  "value": {
26065
26011
  "kind": "expression",
26066
26012
  "type": "string | number | boolean\n"
@@ -26125,7 +26071,7 @@
26125
26071
  "name": "disabled",
26126
26072
  "description": "Removes the ability to click or target the component.",
26127
26073
  "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
26128
- "default": "false",
26074
+ "default": "null",
26129
26075
  "value": {
26130
26076
  "kind": "expression",
26131
26077
  "type": "boolean\n"
@@ -26223,7 +26169,7 @@
26223
26169
  "name": "readonly",
26224
26170
  "description": "Puts input in readonly state.",
26225
26171
  "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
26226
- "default": "false",
26172
+ "default": "null",
26227
26173
  "value": {
26228
26174
  "kind": "expression",
26229
26175
  "type": "boolean\n"
@@ -26320,7 +26266,6 @@
26320
26266
  "name": "thumbLabel",
26321
26267
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))",
26322
26268
  "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
26323
- "default": "false",
26324
26269
  "value": {
26325
26270
  "kind": "expression",
26326
26271
  "type": "boolean | 'always'\n"
@@ -26504,7 +26449,7 @@
26504
26449
  },
26505
26450
  {
26506
26451
  "name": "isValid",
26507
- "type": "ComputedRef<boolean>"
26452
+ "type": "ComputedRef<boolean | null>"
26508
26453
  },
26509
26454
  {
26510
26455
  "name": "isValidating",
@@ -26555,7 +26500,7 @@
26555
26500
  },
26556
26501
  {
26557
26502
  "name": "isValid",
26558
- "type": "ComputedRef<boolean>"
26503
+ "type": "ComputedRef<boolean | null>"
26559
26504
  },
26560
26505
  {
26561
26506
  "name": "isValidating",
@@ -26606,7 +26551,7 @@
26606
26551
  },
26607
26552
  {
26608
26553
  "name": "isValid",
26609
- "type": "ComputedRef<boolean>"
26554
+ "type": "ComputedRef<boolean | null>"
26610
26555
  },
26611
26556
  {
26612
26557
  "name": "isValidating",
@@ -26657,7 +26602,7 @@
26657
26602
  },
26658
26603
  {
26659
26604
  "name": "isValid",
26660
- "type": "ComputedRef<boolean>"
26605
+ "type": "ComputedRef<boolean | null>"
26661
26606
  },
26662
26607
  {
26663
26608
  "name": "isValidating",
@@ -26745,7 +26690,7 @@
26745
26690
  },
26746
26691
  {
26747
26692
  "name": "isValid",
26748
- "type": "ComputedRef<boolean>"
26693
+ "type": "ComputedRef<boolean | null>"
26749
26694
  },
26750
26695
  {
26751
26696
  "name": "isValidating",
@@ -26847,16 +26792,6 @@
26847
26792
  "type": "string\n"
26848
26793
  }
26849
26794
  },
26850
- {
26851
- "name": "size",
26852
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
26853
- "doc-url": "https://vuetifyjs.com/api/v-rating#props",
26854
- "default": "'default'",
26855
- "value": {
26856
- "kind": "expression",
26857
- "type": "string | number\n"
26858
- }
26859
- },
26860
26795
  {
26861
26796
  "name": "ripple",
26862
26797
  "description": "Applies the [v-ripple](/directives/ripple) directive.",
@@ -26877,6 +26812,16 @@
26877
26812
  "type": "boolean\n"
26878
26813
  }
26879
26814
  },
26815
+ {
26816
+ "name": "size",
26817
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
26818
+ "doc-url": "https://vuetifyjs.com/api/v-rating#props",
26819
+ "default": "'default'",
26820
+ "value": {
26821
+ "kind": "expression",
26822
+ "type": "string | number\n"
26823
+ }
26824
+ },
26880
26825
  {
26881
26826
  "name": "readonly",
26882
26827
  "description": "Removes all hover effects and pointer events.",
@@ -27427,7 +27372,7 @@
27427
27372
  },
27428
27373
  {
27429
27374
  "name": "mode",
27430
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
27375
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
27431
27376
  "doc-url": "https://vuetifyjs.com/api/v-scale-transition#props",
27432
27377
  "value": {
27433
27378
  "kind": "expression",
@@ -27436,7 +27381,7 @@
27436
27381
  },
27437
27382
  {
27438
27383
  "name": "group",
27439
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group).",
27384
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
27440
27385
  "doc-url": "https://vuetifyjs.com/api/v-scale-transition#props",
27441
27386
  "default": "false",
27442
27387
  "value": {
@@ -27508,7 +27453,7 @@
27508
27453
  },
27509
27454
  {
27510
27455
  "name": "mode",
27511
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
27456
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
27512
27457
  "doc-url": "https://vuetifyjs.com/api/v-scroll-x-reverse-transition#props",
27513
27458
  "value": {
27514
27459
  "kind": "expression",
@@ -27517,7 +27462,7 @@
27517
27462
  },
27518
27463
  {
27519
27464
  "name": "group",
27520
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group).",
27465
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
27521
27466
  "doc-url": "https://vuetifyjs.com/api/v-scroll-x-reverse-transition#props",
27522
27467
  "default": "false",
27523
27468
  "value": {
@@ -27589,7 +27534,7 @@
27589
27534
  },
27590
27535
  {
27591
27536
  "name": "mode",
27592
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
27537
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
27593
27538
  "doc-url": "https://vuetifyjs.com/api/v-scroll-x-transition#props",
27594
27539
  "value": {
27595
27540
  "kind": "expression",
@@ -27598,7 +27543,7 @@
27598
27543
  },
27599
27544
  {
27600
27545
  "name": "group",
27601
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group).",
27546
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
27602
27547
  "doc-url": "https://vuetifyjs.com/api/v-scroll-x-transition#props",
27603
27548
  "default": "false",
27604
27549
  "value": {
@@ -27670,7 +27615,7 @@
27670
27615
  },
27671
27616
  {
27672
27617
  "name": "mode",
27673
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
27618
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
27674
27619
  "doc-url": "https://vuetifyjs.com/api/v-scroll-y-reverse-transition#props",
27675
27620
  "value": {
27676
27621
  "kind": "expression",
@@ -27679,7 +27624,7 @@
27679
27624
  },
27680
27625
  {
27681
27626
  "name": "group",
27682
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group).",
27627
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
27683
27628
  "doc-url": "https://vuetifyjs.com/api/v-scroll-y-reverse-transition#props",
27684
27629
  "default": "false",
27685
27630
  "value": {
@@ -27751,7 +27696,7 @@
27751
27696
  },
27752
27697
  {
27753
27698
  "name": "mode",
27754
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
27699
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
27755
27700
  "doc-url": "https://vuetifyjs.com/api/v-scroll-y-transition#props",
27756
27701
  "value": {
27757
27702
  "kind": "expression",
@@ -27760,7 +27705,7 @@
27760
27705
  },
27761
27706
  {
27762
27707
  "name": "group",
27763
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group).",
27708
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
27764
27709
  "doc-url": "https://vuetifyjs.com/api/v-scroll-y-transition#props",
27765
27710
  "default": "false",
27766
27711
  "value": {
@@ -27852,30 +27797,29 @@
27852
27797
  }
27853
27798
  },
27854
27799
  {
27855
- "name": "density",
27856
- "description": "Adjusts the vertical height used by the component.",
27800
+ "name": "reverse",
27801
+ "description": "Reverses the orientation.",
27857
27802
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
27858
- "default": "'default'",
27803
+ "default": "false",
27859
27804
  "value": {
27860
27805
  "kind": "expression",
27861
- "type": "'default' | 'comfortable' | 'compact'\n"
27806
+ "type": "boolean\n"
27862
27807
  }
27863
27808
  },
27864
27809
  {
27865
- "name": "reverse",
27866
- "description": "Reverses the orientation.",
27810
+ "name": "density",
27811
+ "description": "Adjusts the vertical height used by the component.",
27867
27812
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
27868
- "default": "false",
27813
+ "default": "'default'",
27869
27814
  "value": {
27870
27815
  "kind": "expression",
27871
- "type": "boolean\n"
27816
+ "type": "'default' | 'comfortable' | 'compact'\n"
27872
27817
  }
27873
27818
  },
27874
27819
  {
27875
27820
  "name": "rounded",
27876
27821
  "description": "Adds a border radius to the input.",
27877
27822
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
27878
- "default": "false",
27879
27823
  "value": {
27880
27824
  "kind": "expression",
27881
27825
  "type": "string | number | boolean\n"
@@ -27929,7 +27873,7 @@
27929
27873
  },
27930
27874
  {
27931
27875
  "name": "items",
27932
- "description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable.",
27876
+ "description": "Can be an array of objects or strings. By default objects should have **title** and **value** properties, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props). Keys to use for these can be changed with the **item-title**, **item-value**, and **item-props** props.",
27933
27877
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
27934
27878
  "default": "[]",
27935
27879
  "value": {
@@ -27969,7 +27913,7 @@
27969
27913
  "name": "disabled",
27970
27914
  "description": "Removes the ability to click or target the input.",
27971
27915
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
27972
- "default": "false",
27916
+ "default": "null",
27973
27917
  "value": {
27974
27918
  "kind": "expression",
27975
27919
  "type": "boolean\n"
@@ -28100,7 +28044,7 @@
28100
28044
  "default": "{component: {name: 'VDialogTransition'}}",
28101
28045
  "value": {
28102
28046
  "kind": "expression",
28103
- "type": "string | { component: Component }\n"
28047
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n"
28104
28048
  }
28105
28049
  },
28106
28050
  {
@@ -28282,7 +28226,6 @@
28282
28226
  "name": "centerAffix",
28283
28227
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
28284
28228
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28285
- "default": "false",
28286
28229
  "value": {
28287
28230
  "kind": "expression",
28288
28231
  "type": "boolean\n"
@@ -28361,7 +28304,7 @@
28361
28304
  "name": "readonly",
28362
28305
  "description": "Puts input in readonly state.",
28363
28306
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28364
- "default": "false",
28307
+ "default": "null",
28365
28308
  "value": {
28366
28309
  "kind": "expression",
28367
28310
  "type": "boolean\n"
@@ -28488,7 +28431,7 @@
28488
28431
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28489
28432
  "value": {
28490
28433
  "kind": "expression",
28491
- "type": "Record<string, boolean>\n"
28434
+ "type": "unknown\n"
28492
28435
  }
28493
28436
  }
28494
28437
  ],
@@ -28614,7 +28557,7 @@
28614
28557
  },
28615
28558
  {
28616
28559
  "name": "isValid",
28617
- "type": "ComputedRef<boolean>"
28560
+ "type": "ComputedRef<boolean | null>"
28618
28561
  },
28619
28562
  {
28620
28563
  "name": "isValidating",
@@ -28665,7 +28608,7 @@
28665
28608
  },
28666
28609
  {
28667
28610
  "name": "isValid",
28668
- "type": "ComputedRef<boolean>"
28611
+ "type": "ComputedRef<boolean | null>"
28669
28612
  },
28670
28613
  {
28671
28614
  "name": "isValidating",
@@ -28731,7 +28674,7 @@
28731
28674
  },
28732
28675
  {
28733
28676
  "name": "isValid",
28734
- "type": "ComputedRef<boolean>"
28677
+ "type": "ComputedRef<boolean | null>"
28735
28678
  },
28736
28679
  {
28737
28680
  "name": "isValidating",
@@ -28782,7 +28725,7 @@
28782
28725
  },
28783
28726
  {
28784
28727
  "name": "controlRef",
28785
- "type": "Ref<HTMLElement>"
28728
+ "type": "Ref<HTMLElement | undefined>"
28786
28729
  },
28787
28730
  {
28788
28731
  "name": "focus",
@@ -28809,7 +28752,7 @@
28809
28752
  },
28810
28753
  {
28811
28754
  "name": "controlRef",
28812
- "type": "Ref<HTMLElement>"
28755
+ "type": "Ref<HTMLElement | undefined>"
28813
28756
  },
28814
28757
  {
28815
28758
  "name": "focus",
@@ -28975,21 +28918,21 @@
28975
28918
  }
28976
28919
  },
28977
28920
  {
28978
- "name": "value",
28979
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
28921
+ "name": "id",
28922
+ "description": "Sets the DOM id on the component.",
28980
28923
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
28981
28924
  "value": {
28982
28925
  "kind": "expression",
28983
- "type": "any\n"
28926
+ "type": "string\n"
28984
28927
  }
28985
28928
  },
28986
28929
  {
28987
- "name": "id",
28988
- "description": "Sets the DOM id on the component.",
28930
+ "name": "value",
28931
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
28989
28932
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
28990
28933
  "value": {
28991
28934
  "kind": "expression",
28992
- "type": "string\n"
28935
+ "type": "any\n"
28993
28936
  }
28994
28937
  },
28995
28938
  {
@@ -29006,7 +28949,7 @@
29006
28949
  "name": "disabled",
29007
28950
  "description": "Removes the ability to click or target the component.",
29008
28951
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
29009
- "default": "false",
28952
+ "default": "null",
29010
28953
  "value": {
29011
28954
  "kind": "expression",
29012
28955
  "type": "boolean\n"
@@ -29025,7 +28968,7 @@
29025
28968
  "name": "multiple",
29026
28969
  "description": "Changes select to multiple. Accepts array for value.",
29027
28970
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
29028
- "default": "false",
28971
+ "default": "null",
29029
28972
  "value": {
29030
28973
  "kind": "expression",
29031
28974
  "type": "boolean\n"
@@ -29301,7 +29244,7 @@
29301
29244
  "name": "disabled",
29302
29245
  "description": "Removes the ability to click or target the component.",
29303
29246
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
29304
- "default": "false",
29247
+ "default": "null",
29305
29248
  "value": {
29306
29249
  "kind": "expression",
29307
29250
  "type": "boolean\n"
@@ -29311,7 +29254,7 @@
29311
29254
  "name": "multiple",
29312
29255
  "description": "Changes select to multiple. Accepts array for value.",
29313
29256
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
29314
- "default": "false",
29257
+ "default": "null",
29315
29258
  "value": {
29316
29259
  "kind": "expression",
29317
29260
  "type": "boolean\n"
@@ -29504,7 +29447,6 @@
29504
29447
  "name": "rounded",
29505
29448
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
29506
29449
  "doc-url": "https://vuetifyjs.com/api/v-sheet#props",
29507
- "default": "false",
29508
29450
  "value": {
29509
29451
  "kind": "expression",
29510
29452
  "type": "string | number | boolean\n"
@@ -30002,7 +29944,7 @@
30002
29944
  },
30003
29945
  {
30004
29946
  "name": "selectedClass",
30005
- "type": "false | string[]"
29947
+ "type": "false | (string)[]"
30006
29948
  }
30007
29949
  ]
30008
29950
  }
@@ -30042,7 +29984,7 @@
30042
29984
  },
30043
29985
  {
30044
29986
  "name": "mode",
30045
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
29987
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
30046
29988
  "doc-url": "https://vuetifyjs.com/api/v-slide-x-reverse-transition#props",
30047
29989
  "value": {
30048
29990
  "kind": "expression",
@@ -30051,7 +29993,7 @@
30051
29993
  },
30052
29994
  {
30053
29995
  "name": "group",
30054
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group).",
29996
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
30055
29997
  "doc-url": "https://vuetifyjs.com/api/v-slide-x-reverse-transition#props",
30056
29998
  "default": "false",
30057
29999
  "value": {
@@ -30123,7 +30065,7 @@
30123
30065
  },
30124
30066
  {
30125
30067
  "name": "mode",
30126
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
30068
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
30127
30069
  "doc-url": "https://vuetifyjs.com/api/v-slide-x-transition#props",
30128
30070
  "value": {
30129
30071
  "kind": "expression",
@@ -30132,7 +30074,7 @@
30132
30074
  },
30133
30075
  {
30134
30076
  "name": "group",
30135
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group).",
30077
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
30136
30078
  "doc-url": "https://vuetifyjs.com/api/v-slide-x-transition#props",
30137
30079
  "default": "false",
30138
30080
  "value": {
@@ -30204,7 +30146,7 @@
30204
30146
  },
30205
30147
  {
30206
30148
  "name": "mode",
30207
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
30149
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
30208
30150
  "doc-url": "https://vuetifyjs.com/api/v-slide-y-reverse-transition#props",
30209
30151
  "value": {
30210
30152
  "kind": "expression",
@@ -30213,7 +30155,7 @@
30213
30155
  },
30214
30156
  {
30215
30157
  "name": "group",
30216
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group).",
30158
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
30217
30159
  "doc-url": "https://vuetifyjs.com/api/v-slide-y-reverse-transition#props",
30218
30160
  "default": "false",
30219
30161
  "value": {
@@ -30285,7 +30227,7 @@
30285
30227
  },
30286
30228
  {
30287
30229
  "name": "mode",
30288
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
30230
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
30289
30231
  "doc-url": "https://vuetifyjs.com/api/v-slide-y-transition#props",
30290
30232
  "value": {
30291
30233
  "kind": "expression",
@@ -30294,7 +30236,7 @@
30294
30236
  },
30295
30237
  {
30296
30238
  "name": "group",
30297
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group).",
30239
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
30298
30240
  "doc-url": "https://vuetifyjs.com/api/v-slide-y-transition#props",
30299
30241
  "default": "false",
30300
30242
  "value": {
@@ -30366,23 +30308,23 @@
30366
30308
  }
30367
30309
  },
30368
30310
  {
30369
- "name": "density",
30370
- "description": "Adjusts the vertical height used by the component.",
30311
+ "name": "reverse",
30312
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))",
30371
30313
  "doc-url": "https://vuetifyjs.com/api/v-slider#props",
30372
- "default": "'default'",
30314
+ "default": "false",
30373
30315
  "value": {
30374
30316
  "kind": "expression",
30375
- "type": "'default' | 'comfortable' | 'compact'\n"
30317
+ "type": "boolean\n"
30376
30318
  }
30377
30319
  },
30378
30320
  {
30379
- "name": "reverse",
30380
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))",
30321
+ "name": "density",
30322
+ "description": "Adjusts the vertical height used by the component.",
30381
30323
  "doc-url": "https://vuetifyjs.com/api/v-slider#props",
30382
- "default": "false",
30324
+ "default": "'default'",
30383
30325
  "value": {
30384
30326
  "kind": "expression",
30385
- "type": "boolean\n"
30327
+ "type": "'default' | 'comfortable' | 'compact'\n"
30386
30328
  }
30387
30329
  },
30388
30330
  {
@@ -30399,7 +30341,6 @@
30399
30341
  "name": "rounded",
30400
30342
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
30401
30343
  "doc-url": "https://vuetifyjs.com/api/v-slider#props",
30402
- "default": "false",
30403
30344
  "value": {
30404
30345
  "kind": "expression",
30405
30346
  "type": "string | number | boolean\n"
@@ -30464,7 +30405,7 @@
30464
30405
  "name": "disabled",
30465
30406
  "description": "Removes the ability to click or target the component.",
30466
30407
  "doc-url": "https://vuetifyjs.com/api/v-slider#props",
30467
- "default": "false",
30408
+ "default": "null",
30468
30409
  "value": {
30469
30410
  "kind": "expression",
30470
30411
  "type": "boolean\n"
@@ -30562,7 +30503,7 @@
30562
30503
  "name": "readonly",
30563
30504
  "description": "Puts input in readonly state.",
30564
30505
  "doc-url": "https://vuetifyjs.com/api/v-slider#props",
30565
- "default": "false",
30506
+ "default": "null",
30566
30507
  "value": {
30567
30508
  "kind": "expression",
30568
30509
  "type": "boolean\n"
@@ -30659,7 +30600,6 @@
30659
30600
  "name": "thumbLabel",
30660
30601
  "description": "Show thumb label. If `true` it shows label when using slider. If set to `'always'` it always shows label.",
30661
30602
  "doc-url": "https://vuetifyjs.com/api/v-slider#props",
30662
- "default": "false",
30663
30603
  "value": {
30664
30604
  "kind": "expression",
30665
30605
  "type": "boolean | 'always'\n"
@@ -30833,7 +30773,7 @@
30833
30773
  },
30834
30774
  {
30835
30775
  "name": "isValid",
30836
- "type": "ComputedRef<boolean>"
30776
+ "type": "ComputedRef<boolean | null>"
30837
30777
  },
30838
30778
  {
30839
30779
  "name": "isValidating",
@@ -30884,7 +30824,7 @@
30884
30824
  },
30885
30825
  {
30886
30826
  "name": "isValid",
30887
- "type": "ComputedRef<boolean>"
30827
+ "type": "ComputedRef<boolean | null>"
30888
30828
  },
30889
30829
  {
30890
30830
  "name": "isValidating",
@@ -30935,7 +30875,7 @@
30935
30875
  },
30936
30876
  {
30937
30877
  "name": "isValid",
30938
- "type": "ComputedRef<boolean>"
30878
+ "type": "ComputedRef<boolean | null>"
30939
30879
  },
30940
30880
  {
30941
30881
  "name": "isValidating",
@@ -30986,7 +30926,7 @@
30986
30926
  },
30987
30927
  {
30988
30928
  "name": "isValid",
30989
- "type": "ComputedRef<boolean>"
30929
+ "type": "ComputedRef<boolean | null>"
30990
30930
  },
30991
30931
  {
30992
30932
  "name": "isValidating",
@@ -31074,7 +31014,7 @@
31074
31014
  },
31075
31015
  {
31076
31016
  "name": "isValid",
31077
- "type": "ComputedRef<boolean>"
31017
+ "type": "ComputedRef<boolean | null>"
31078
31018
  },
31079
31019
  {
31080
31020
  "name": "isValidating",
@@ -31215,7 +31155,6 @@
31215
31155
  "name": "rounded",
31216
31156
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
31217
31157
  "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
31218
- "default": "false",
31219
31158
  "value": {
31220
31159
  "kind": "expression",
31221
31160
  "type": "string | number | boolean\n"
@@ -31249,16 +31188,6 @@
31249
31188
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n"
31250
31189
  }
31251
31190
  },
31252
- {
31253
- "name": "zIndex",
31254
- "description": "The z-index used for the component.",
31255
- "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
31256
- "default": "2000",
31257
- "value": {
31258
- "kind": "expression",
31259
- "type": "string | number\n"
31260
- }
31261
- },
31262
31191
  {
31263
31192
  "name": "disabled",
31264
31193
  "description": "Removes the ability to click or target the component.",
@@ -31326,6 +31255,16 @@
31326
31255
  "type": "any\n"
31327
31256
  }
31328
31257
  },
31258
+ {
31259
+ "name": "zIndex",
31260
+ "description": "The z-index used for the component.",
31261
+ "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
31262
+ "default": "2000",
31263
+ "value": {
31264
+ "kind": "expression",
31265
+ "type": "string | number\n"
31266
+ }
31267
+ },
31329
31268
  {
31330
31269
  "name": "target",
31331
31270
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
@@ -31342,14 +31281,13 @@
31342
31281
  "default": "{}",
31343
31282
  "value": {
31344
31283
  "kind": "expression",
31345
- "type": "{}\n"
31284
+ "type": "unknown\n"
31346
31285
  }
31347
31286
  },
31348
31287
  {
31349
31288
  "name": "openOnClick",
31350
31289
  "description": "Activate the component when the activator is clicked.",
31351
31290
  "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
31352
- "default": "false",
31353
31291
  "value": {
31354
31292
  "kind": "expression",
31355
31293
  "type": "boolean\n"
@@ -31369,7 +31307,6 @@
31369
31307
  "name": "openOnFocus",
31370
31308
  "description": "Activate the component when the activator is focused.",
31371
31309
  "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
31372
- "default": "false",
31373
31310
  "value": {
31374
31311
  "kind": "expression",
31375
31312
  "type": "boolean\n"
@@ -31439,7 +31376,7 @@
31439
31376
  "default": "'v-snackbar-transition'",
31440
31377
  "value": {
31441
31378
  "kind": "expression",
31442
- "type": "string\n"
31379
+ "type": "string | boolean | (TransitionProps & { component: Component })\n"
31443
31380
  }
31444
31381
  },
31445
31382
  {
@@ -31699,7 +31636,6 @@
31699
31636
  "name": "rounded",
31700
31637
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
31701
31638
  "doc-url": "https://vuetifyjs.com/api/v-stepper#props",
31702
- "default": "false",
31703
31639
  "value": {
31704
31640
  "kind": "expression",
31705
31641
  "type": "string | number | boolean\n"
@@ -32621,66 +32557,6 @@
32621
32557
  "kind": "expression",
32622
32558
  "type": "'horizontal' | 'vertical'\n"
32623
32559
  }
32624
- },
32625
- {
32626
- "name": "mandatory",
32627
- "description": "Forces at least one item to always be selected (if available).",
32628
- "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
32629
- "default": "false",
32630
- "value": {
32631
- "kind": "expression",
32632
- "type": "boolean | 'force'\n"
32633
- }
32634
- },
32635
- {
32636
- "name": "continuous",
32637
- "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last.",
32638
- "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
32639
- "default": "false",
32640
- "value": {
32641
- "kind": "expression",
32642
- "type": "boolean\n"
32643
- }
32644
- },
32645
- {
32646
- "name": "nextIcon",
32647
- "description": "Icon used for the \"next\" button if `show-arrows` is `true`.",
32648
- "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
32649
- "default": "'$next'",
32650
- "value": {
32651
- "kind": "expression",
32652
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n"
32653
- }
32654
- },
32655
- {
32656
- "name": "prevIcon",
32657
- "description": "Icon used for the \"prev\" button if `show-arrows` is `true`.",
32658
- "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
32659
- "default": "'$prev'",
32660
- "value": {
32661
- "kind": "expression",
32662
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n"
32663
- }
32664
- },
32665
- {
32666
- "name": "showArrows",
32667
- "description": "Display the \"next\" and \"prev\" buttons.",
32668
- "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
32669
- "default": "false",
32670
- "value": {
32671
- "kind": "expression",
32672
- "type": "string | boolean\n"
32673
- }
32674
- },
32675
- {
32676
- "name": "touch",
32677
- "description": "Provide a custom **left** and **right** function when swiped left or right.",
32678
- "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
32679
- "default": "false",
32680
- "value": {
32681
- "kind": "expression",
32682
- "type": "any\n"
32683
- }
32684
32560
  }
32685
32561
  ],
32686
32562
  "events": [
@@ -32759,7 +32635,6 @@
32759
32635
  "name": "transition",
32760
32636
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition.",
32761
32637
  "doc-url": "https://vuetifyjs.com/api/v-stepper-window-item#props",
32762
- "default": "false",
32763
32638
  "value": {
32764
32639
  "kind": "expression",
32765
32640
  "type": "string | boolean\n"
@@ -32769,7 +32644,6 @@
32769
32644
  "name": "reverseTransition",
32770
32645
  "description": "Sets the reverse transition.",
32771
32646
  "doc-url": "https://vuetifyjs.com/api/v-stepper-window-item#props",
32772
- "default": "false",
32773
32647
  "value": {
32774
32648
  "kind": "expression",
32775
32649
  "type": "string | boolean\n"
@@ -32909,21 +32783,21 @@
32909
32783
  }
32910
32784
  },
32911
32785
  {
32912
- "name": "value",
32913
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
32786
+ "name": "id",
32787
+ "description": "Sets the DOM id on the component.",
32914
32788
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
32915
32789
  "value": {
32916
32790
  "kind": "expression",
32917
- "type": "any\n"
32791
+ "type": "string\n"
32918
32792
  }
32919
32793
  },
32920
32794
  {
32921
- "name": "id",
32922
- "description": "Sets the DOM id on the component.",
32795
+ "name": "value",
32796
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
32923
32797
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
32924
32798
  "value": {
32925
32799
  "kind": "expression",
32926
- "type": "string\n"
32800
+ "type": "any\n"
32927
32801
  }
32928
32802
  },
32929
32803
  {
@@ -32958,7 +32832,7 @@
32958
32832
  "name": "disabled",
32959
32833
  "description": "Removes the ability to click or target the component.",
32960
32834
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
32961
- "default": "false",
32835
+ "default": "null",
32962
32836
  "value": {
32963
32837
  "kind": "expression",
32964
32838
  "type": "boolean\n"
@@ -32987,7 +32861,7 @@
32987
32861
  "name": "multiple",
32988
32862
  "description": "Changes expected model to an array.",
32989
32863
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
32990
- "default": "false",
32864
+ "default": "null",
32991
32865
  "value": {
32992
32866
  "kind": "expression",
32993
32867
  "type": "boolean\n"
@@ -33318,7 +33192,7 @@
33318
33192
  },
33319
33193
  {
33320
33194
  "name": "isValid",
33321
- "type": "ComputedRef<boolean>"
33195
+ "type": "ComputedRef<boolean | null>"
33322
33196
  },
33323
33197
  {
33324
33198
  "name": "isValidating",
@@ -33369,7 +33243,7 @@
33369
33243
  },
33370
33244
  {
33371
33245
  "name": "isValid",
33372
- "type": "ComputedRef<boolean>"
33246
+ "type": "ComputedRef<boolean | null>"
33373
33247
  },
33374
33248
  {
33375
33249
  "name": "isValidating",
@@ -33420,7 +33294,7 @@
33420
33294
  },
33421
33295
  {
33422
33296
  "name": "isValid",
33423
- "type": "ComputedRef<boolean>"
33297
+ "type": "ComputedRef<boolean | null>"
33424
33298
  },
33425
33299
  {
33426
33300
  "name": "isValidating",
@@ -33567,7 +33441,6 @@
33567
33441
  "name": "rounded",
33568
33442
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
33569
33443
  "doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
33570
- "default": "false",
33571
33444
  "value": {
33572
33445
  "kind": "expression",
33573
33446
  "type": "string | number | boolean\n"
@@ -33769,7 +33642,6 @@
33769
33642
  "name": "rounded",
33770
33643
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
33771
33644
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
33772
- "default": "false",
33773
33645
  "value": {
33774
33646
  "kind": "expression",
33775
33647
  "type": "string | number | boolean\n"
@@ -33814,22 +33686,22 @@
33814
33686
  }
33815
33687
  },
33816
33688
  {
33817
- "name": "value",
33818
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
33689
+ "name": "replace",
33690
+ "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.",
33819
33691
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
33692
+ "default": "false",
33820
33693
  "value": {
33821
33694
  "kind": "expression",
33822
- "type": "any\n"
33695
+ "type": "boolean\n"
33823
33696
  }
33824
33697
  },
33825
33698
  {
33826
- "name": "size",
33827
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
33699
+ "name": "value",
33700
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
33828
33701
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
33829
- "default": "'default'",
33830
33702
  "value": {
33831
33703
  "kind": "expression",
33832
- "type": "string | number\n"
33704
+ "type": "any\n"
33833
33705
  }
33834
33706
  },
33835
33707
  {
@@ -33920,8 +33792,8 @@
33920
33792
  }
33921
33793
  },
33922
33794
  {
33923
- "name": "replace",
33924
- "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.",
33795
+ "name": "exact",
33796
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
33925
33797
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
33926
33798
  "default": "false",
33927
33799
  "value": {
@@ -33930,22 +33802,22 @@
33930
33802
  }
33931
33803
  },
33932
33804
  {
33933
- "name": "exact",
33934
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
33805
+ "name": "to",
33806
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
33935
33807
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
33936
- "default": "false",
33937
33808
  "value": {
33938
33809
  "kind": "expression",
33939
- "type": "boolean\n"
33810
+ "type": "RouteLocationRaw\n"
33940
33811
  }
33941
33812
  },
33942
33813
  {
33943
- "name": "to",
33944
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
33814
+ "name": "size",
33815
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
33945
33816
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
33817
+ "default": "'default'",
33946
33818
  "value": {
33947
33819
  "kind": "expression",
33948
- "type": "unknown\n"
33820
+ "type": "string | number\n"
33949
33821
  }
33950
33822
  },
33951
33823
  {
@@ -34423,30 +34295,29 @@
34423
34295
  }
34424
34296
  },
34425
34297
  {
34426
- "name": "density",
34427
- "description": "Adjusts the vertical height used by the component.",
34298
+ "name": "reverse",
34299
+ "description": "Reverses the input orientation.",
34428
34300
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
34429
- "default": "'default'",
34301
+ "default": "false",
34430
34302
  "value": {
34431
34303
  "kind": "expression",
34432
- "type": "'default' | 'comfortable' | 'compact'\n"
34304
+ "type": "boolean\n"
34433
34305
  }
34434
34306
  },
34435
34307
  {
34436
- "name": "reverse",
34437
- "description": "Reverses the input orientation.",
34308
+ "name": "density",
34309
+ "description": "Adjusts the vertical height used by the component.",
34438
34310
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
34439
- "default": "false",
34311
+ "default": "'default'",
34440
34312
  "value": {
34441
34313
  "kind": "expression",
34442
- "type": "boolean\n"
34314
+ "type": "'default' | 'comfortable' | 'compact'\n"
34443
34315
  }
34444
34316
  },
34445
34317
  {
34446
34318
  "name": "rounded",
34447
34319
  "description": "Adds a border radius to the input.",
34448
34320
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
34449
- "default": "false",
34450
34321
  "value": {
34451
34322
  "kind": "expression",
34452
34323
  "type": "string | number | boolean\n"
@@ -34530,7 +34401,7 @@
34530
34401
  "name": "disabled",
34531
34402
  "description": "Removes the ability to click or target the input.",
34532
34403
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
34533
- "default": "false",
34404
+ "default": "null",
34534
34405
  "value": {
34535
34406
  "kind": "expression",
34536
34407
  "type": "boolean\n"
@@ -34635,7 +34506,6 @@
34635
34506
  "name": "centerAffix",
34636
34507
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
34637
34508
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
34638
- "default": "false",
34639
34509
  "value": {
34640
34510
  "kind": "expression",
34641
34511
  "type": "boolean\n"
@@ -34714,7 +34584,7 @@
34714
34584
  "name": "readonly",
34715
34585
  "description": "Puts input in readonly state.",
34716
34586
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
34717
- "default": "false",
34587
+ "default": "null",
34718
34588
  "value": {
34719
34589
  "kind": "expression",
34720
34590
  "type": "boolean\n"
@@ -34869,7 +34739,7 @@
34869
34739
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
34870
34740
  "value": {
34871
34741
  "kind": "expression",
34872
- "type": "Record<string, boolean>\n"
34742
+ "type": "unknown\n"
34873
34743
  }
34874
34744
  }
34875
34745
  ],
@@ -35006,7 +34876,7 @@
35006
34876
  },
35007
34877
  {
35008
34878
  "name": "isValid",
35009
- "type": "ComputedRef<boolean>"
34879
+ "type": "ComputedRef<boolean | null>"
35010
34880
  },
35011
34881
  {
35012
34882
  "name": "isValidating",
@@ -35057,7 +34927,7 @@
35057
34927
  },
35058
34928
  {
35059
34929
  "name": "isValid",
35060
- "type": "ComputedRef<boolean>"
34930
+ "type": "ComputedRef<boolean | null>"
35061
34931
  },
35062
34932
  {
35063
34933
  "name": "isValidating",
@@ -35123,7 +34993,7 @@
35123
34993
  },
35124
34994
  {
35125
34995
  "name": "isValid",
35126
- "type": "ComputedRef<boolean>"
34996
+ "type": "ComputedRef<boolean | null>"
35127
34997
  },
35128
34998
  {
35129
34999
  "name": "isValidating",
@@ -35174,7 +35044,7 @@
35174
35044
  },
35175
35045
  {
35176
35046
  "name": "controlRef",
35177
- "type": "Ref<HTMLElement>"
35047
+ "type": "Ref<HTMLElement | undefined>"
35178
35048
  },
35179
35049
  {
35180
35050
  "name": "focus",
@@ -35201,7 +35071,7 @@
35201
35071
  },
35202
35072
  {
35203
35073
  "name": "controlRef",
35204
- "type": "Ref<HTMLElement>"
35074
+ "type": "Ref<HTMLElement | undefined>"
35205
35075
  },
35206
35076
  {
35207
35077
  "name": "focus",
@@ -35287,30 +35157,29 @@
35287
35157
  }
35288
35158
  },
35289
35159
  {
35290
- "name": "density",
35291
- "description": "Adjusts the vertical height used by the component.",
35160
+ "name": "reverse",
35161
+ "description": "Reverses the orientation.",
35292
35162
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
35293
- "default": "'default'",
35163
+ "default": "false",
35294
35164
  "value": {
35295
35165
  "kind": "expression",
35296
- "type": "'default' | 'comfortable' | 'compact'\n"
35166
+ "type": "boolean\n"
35297
35167
  }
35298
35168
  },
35299
35169
  {
35300
- "name": "reverse",
35301
- "description": "Reverses the orientation.",
35170
+ "name": "density",
35171
+ "description": "Adjusts the vertical height used by the component.",
35302
35172
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
35303
- "default": "false",
35173
+ "default": "'default'",
35304
35174
  "value": {
35305
35175
  "kind": "expression",
35306
- "type": "boolean\n"
35176
+ "type": "'default' | 'comfortable' | 'compact'\n"
35307
35177
  }
35308
35178
  },
35309
35179
  {
35310
35180
  "name": "rounded",
35311
35181
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
35312
35182
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
35313
- "default": "false",
35314
35183
  "value": {
35315
35184
  "kind": "expression",
35316
35185
  "type": "string | number | boolean\n"
@@ -35394,7 +35263,7 @@
35394
35263
  "name": "disabled",
35395
35264
  "description": "Removes the ability to click or target the input.",
35396
35265
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
35397
- "default": "false",
35266
+ "default": "null",
35398
35267
  "value": {
35399
35268
  "kind": "expression",
35400
35269
  "type": "boolean\n"
@@ -35490,7 +35359,6 @@
35490
35359
  "name": "centerAffix",
35491
35360
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
35492
35361
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
35493
- "default": "false",
35494
35362
  "value": {
35495
35363
  "kind": "expression",
35496
35364
  "type": "boolean\n"
@@ -35569,7 +35437,7 @@
35569
35437
  "name": "readonly",
35570
35438
  "description": "Puts input in readonly state.",
35571
35439
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
35572
- "default": "false",
35440
+ "default": "null",
35573
35441
  "value": {
35574
35442
  "kind": "expression",
35575
35443
  "type": "boolean\n"
@@ -35711,7 +35579,7 @@
35711
35579
  },
35712
35580
  {
35713
35581
  "name": "counterValue",
35714
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))",
35582
+ "description": "Display the input length but do not provide any validation.",
35715
35583
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
35716
35584
  "value": {
35717
35585
  "kind": "expression",
@@ -35724,7 +35592,7 @@
35724
35592
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
35725
35593
  "value": {
35726
35594
  "kind": "expression",
35727
- "type": "Record<string, boolean>\n"
35595
+ "type": "unknown\n"
35728
35596
  }
35729
35597
  },
35730
35598
  {
@@ -35900,7 +35768,7 @@
35900
35768
  },
35901
35769
  {
35902
35770
  "name": "isValid",
35903
- "type": "ComputedRef<boolean>"
35771
+ "type": "ComputedRef<boolean | null>"
35904
35772
  },
35905
35773
  {
35906
35774
  "name": "isValidating",
@@ -35951,7 +35819,7 @@
35951
35819
  },
35952
35820
  {
35953
35821
  "name": "isValid",
35954
- "type": "ComputedRef<boolean>"
35822
+ "type": "ComputedRef<boolean | null>"
35955
35823
  },
35956
35824
  {
35957
35825
  "name": "isValidating",
@@ -36017,7 +35885,7 @@
36017
35885
  },
36018
35886
  {
36019
35887
  "name": "isValid",
36020
- "type": "ComputedRef<boolean>"
35888
+ "type": "ComputedRef<boolean | null>"
36021
35889
  },
36022
35890
  {
36023
35891
  "name": "isValidating",
@@ -36068,7 +35936,7 @@
36068
35936
  },
36069
35937
  {
36070
35938
  "name": "controlRef",
36071
- "type": "Ref<HTMLElement>"
35939
+ "type": "Ref<HTMLElement | undefined>"
36072
35940
  },
36073
35941
  {
36074
35942
  "name": "focus",
@@ -36095,7 +35963,7 @@
36095
35963
  },
36096
35964
  {
36097
35965
  "name": "controlRef",
36098
- "type": "Ref<HTMLElement>"
35966
+ "type": "Ref<HTMLElement | undefined>"
36099
35967
  },
36100
35968
  {
36101
35969
  "name": "focus",
@@ -36412,7 +36280,6 @@
36412
36280
  "name": "rounded",
36413
36281
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
36414
36282
  "doc-url": "https://vuetifyjs.com/api/v-timeline-item#props",
36415
- "default": "false",
36416
36283
  "value": {
36417
36284
  "kind": "expression",
36418
36285
  "type": "string | number | boolean\n"
@@ -36480,7 +36347,6 @@
36480
36347
  "name": "hideOpposite",
36481
36348
  "description": "Hide opposite content if it exists.",
36482
36349
  "doc-url": "https://vuetifyjs.com/api/v-timeline-item#props",
36483
- "default": "false",
36484
36350
  "value": {
36485
36351
  "kind": "expression",
36486
36352
  "type": "boolean\n"
@@ -36600,7 +36466,6 @@
36600
36466
  "name": "rounded",
36601
36467
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
36602
36468
  "doc-url": "https://vuetifyjs.com/api/v-toolbar#props",
36603
- "default": "false",
36604
36469
  "value": {
36605
36470
  "kind": "expression",
36606
36471
  "type": "string | number | boolean\n"
@@ -36913,16 +36778,6 @@
36913
36778
  "type": "string\n"
36914
36779
  }
36915
36780
  },
36916
- {
36917
- "name": "zIndex",
36918
- "description": "The z-index used for the component.",
36919
- "doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
36920
- "default": "2000",
36921
- "value": {
36922
- "kind": "expression",
36923
- "type": "string | number\n"
36924
- }
36925
- },
36926
36781
  {
36927
36782
  "name": "id",
36928
36783
  "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used.",
@@ -37019,6 +36874,16 @@
37019
36874
  "type": "string | boolean\n"
37020
36875
  }
37021
36876
  },
36877
+ {
36878
+ "name": "zIndex",
36879
+ "description": "The z-index used for the component.",
36880
+ "doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
36881
+ "default": "2000",
36882
+ "value": {
36883
+ "kind": "expression",
36884
+ "type": "string | number\n"
36885
+ }
36886
+ },
37022
36887
  {
37023
36888
  "name": "target",
37024
36889
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
@@ -37035,7 +36900,7 @@
37035
36900
  "default": "{}",
37036
36901
  "value": {
37037
36902
  "kind": "expression",
37038
- "type": "{}\n"
36903
+ "type": "unknown\n"
37039
36904
  }
37040
36905
  },
37041
36906
  {
@@ -37062,7 +36927,6 @@
37062
36927
  "name": "openOnFocus",
37063
36928
  "description": "Activate the component when the activator is focused.",
37064
36929
  "doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
37065
- "default": "false",
37066
36930
  "value": {
37067
36931
  "kind": "expression",
37068
36932
  "type": "boolean\n"
@@ -37143,7 +37007,7 @@
37143
37007
  "default": "false",
37144
37008
  "value": {
37145
37009
  "kind": "expression",
37146
- "type": "string | boolean\n"
37010
+ "type": "string | boolean | (TransitionProps & { component: Component })\n"
37147
37011
  }
37148
37012
  },
37149
37013
  {
@@ -37244,7 +37108,7 @@
37244
37108
  "name": "disabled",
37245
37109
  "description": "Removes the ability to click or target the component.",
37246
37110
  "doc-url": "https://vuetifyjs.com/api/v-validation#props",
37247
- "default": "false",
37111
+ "default": "null",
37248
37112
  "value": {
37249
37113
  "kind": "expression",
37250
37114
  "type": "boolean\n"
@@ -37283,7 +37147,7 @@
37283
37147
  "name": "readonly",
37284
37148
  "description": "Puts input in readonly state.",
37285
37149
  "doc-url": "https://vuetifyjs.com/api/v-validation#props",
37286
- "default": "false",
37150
+ "default": "null",
37287
37151
  "value": {
37288
37152
  "kind": "expression",
37289
37153
  "type": "boolean\n"
@@ -37380,7 +37244,7 @@
37380
37244
  },
37381
37245
  {
37382
37246
  "name": "isValid",
37383
- "type": "ComputedRef<boolean>"
37247
+ "type": "ComputedRef<boolean | null>"
37384
37248
  },
37385
37249
  {
37386
37250
  "name": "isValidating",
@@ -37648,10 +37512,9 @@
37648
37512
  "name": "touch",
37649
37513
  "description": "Provide a custom **left** and **right** function when swiped left or right.",
37650
37514
  "doc-url": "https://vuetifyjs.com/api/v-window#props",
37651
- "default": "false",
37652
37515
  "value": {
37653
37516
  "kind": "expression",
37654
- "type": "any\n"
37517
+ "type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>\n"
37655
37518
  }
37656
37519
  }
37657
37520
  ],
@@ -37676,7 +37539,7 @@
37676
37539
  "vue-properties": [
37677
37540
  {
37678
37541
  "name": "group",
37679
- "type": "{ register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number }"
37542
+ "type": "{ register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean | undefined> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string | undefined>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean | undefined; }[]>; disabled: Ref<boolean | undefined>; getItemIndex: (value: unknown) => number }"
37680
37543
  }
37681
37544
  ]
37682
37545
  },
@@ -37687,7 +37550,7 @@
37687
37550
  "vue-properties": [
37688
37551
  {
37689
37552
  "name": "group",
37690
- "type": "{ register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number }"
37553
+ "type": "{ register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean | undefined> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string | undefined>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean | undefined; }[]>; disabled: Ref<boolean | undefined>; getItemIndex: (value: unknown) => number }"
37691
37554
  }
37692
37555
  ]
37693
37556
  },
@@ -37770,7 +37633,6 @@
37770
37633
  "name": "transition",
37771
37634
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition.",
37772
37635
  "doc-url": "https://vuetifyjs.com/api/v-window-item#props",
37773
- "default": "false",
37774
37636
  "value": {
37775
37637
  "kind": "expression",
37776
37638
  "type": "string | boolean\n"
@@ -37780,7 +37642,6 @@
37780
37642
  "name": "reverseTransition",
37781
37643
  "description": "Sets the reverse transition.",
37782
37644
  "doc-url": "https://vuetifyjs.com/api/v-window-item#props",
37783
- "default": "false",
37784
37645
  "value": {
37785
37646
  "kind": "expression",
37786
37647
  "type": "string | boolean\n"
@@ -37928,19 +37789,7 @@
37928
37789
  "vue-argument": {
37929
37790
  "description": "The provided handler function will be invoked each time the browser window is resized.",
37930
37791
  "doc-url": "https://vuetifyjs.com/api/Resize#argument"
37931
- },
37932
- "vue-modifiers": [
37933
- {
37934
- "name": "active",
37935
- "description": "By default the resize event listener is added to window with the `passive` option. This modifier sets `passive` to **false**.",
37936
- "doc-url": "https://vuetifyjs.com/api/Resize#modifiers"
37937
- },
37938
- {
37939
- "name": "quiet",
37940
- "description": "By default the provided handler function is invoked once when the directive is attached to the element. This modifier disabled that behavior.",
37941
- "doc-url": "https://vuetifyjs.com/api/Resize#modifiers"
37942
- }
37943
- ]
37792
+ }
37944
37793
  },
37945
37794
  {
37946
37795
  "name": "Ripple",
@@ -37993,14 +37842,7 @@
37993
37842
  "vue-argument": {
37994
37843
  "description": "By default takes a handler function that is invoked whenever the target of the directive is scrolled. It can also take an object, which allows you to pass along event listener options as described [here](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener).",
37995
37844
  "doc-url": "https://vuetifyjs.com/api/Scroll#argument"
37996
- },
37997
- "vue-modifiers": [
37998
- {
37999
- "name": "self",
38000
- "description": "By default the scroll event listener is attached to the argument provided to the directive, interpreted as a query selector. If no argument is provided then it is attached to the window object. If this modifier is used then it is instead attached to the element the directive is used on.",
38001
- "doc-url": "https://vuetifyjs.com/api/Scroll#modifiers"
38002
- }
38003
- ]
37845
+ }
38004
37846
  },
38005
37847
  {
38006
37848
  "name": "Touch",