vuetify 3.4.11 → 3.5.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 (122) hide show
  1. package/dist/json/attributes.json +306 -214
  2. package/dist/json/importMap-labs.json +8 -8
  3. package/dist/json/importMap.json +116 -116
  4. package/dist/json/tags.json +23 -0
  5. package/dist/json/web-types.json +969 -643
  6. package/dist/vuetify-labs.css +1944 -1866
  7. package/dist/vuetify-labs.d.ts +6203 -970
  8. package/dist/vuetify-labs.esm.js +15548 -15304
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +15547 -15302
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +836 -760
  13. package/dist/vuetify.d.ts +6242 -1009
  14. package/dist/vuetify.esm.js +15548 -15304
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +15547 -15302
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +759 -727
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/blueprints/index.d.mts +11 -1
  22. package/lib/blueprints/md1.d.mts +11 -1
  23. package/lib/blueprints/md2.d.mts +11 -1
  24. package/lib/blueprints/md3.d.mts +11 -1
  25. package/lib/components/VAlert/VAlert.css +2 -2
  26. package/lib/components/VAlert/_variables.scss +2 -2
  27. package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
  28. package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
  29. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  30. package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
  31. package/lib/components/VAutocomplete/index.d.mts +1698 -0
  32. package/lib/components/VBanner/index.d.mts +4 -4
  33. package/lib/components/VCard/VCard.css +6 -2
  34. package/lib/components/VCard/VCard.sass +5 -0
  35. package/lib/components/VCard/VCardItem.mjs +23 -10
  36. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  37. package/lib/components/VCard/_variables.scss +2 -2
  38. package/lib/components/VCarousel/index.d.mts +30 -9
  39. package/lib/components/VChipGroup/VChipGroup.css +3 -3
  40. package/lib/components/VChipGroup/VChipGroup.mjs +22 -16
  41. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  42. package/lib/components/VChipGroup/VChipGroup.sass +4 -3
  43. package/lib/components/VChipGroup/index.d.mts +118 -1
  44. package/lib/components/VCombobox/VCombobox.css +1 -1
  45. package/lib/components/VCombobox/VCombobox.mjs +9 -3
  46. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  47. package/lib/components/VCombobox/VCombobox.sass +1 -1
  48. package/lib/components/VCombobox/index.d.mts +1704 -0
  49. package/lib/components/VDataIterator/index.d.mts +1 -0
  50. package/lib/components/VDataTable/VDataTable.css +2 -1
  51. package/lib/components/VDataTable/VDataTable.mjs +2 -1
  52. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  53. package/lib/components/VDataTable/VDataTable.sass +2 -1
  54. package/lib/components/VDataTable/VDataTableHeaders.mjs +6 -2
  55. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  56. package/lib/components/VDataTable/VDataTableVirtual.mjs +4 -3
  57. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  58. package/lib/components/VDataTable/composables/headers.mjs +16 -12
  59. package/lib/components/VDataTable/composables/headers.mjs.map +1 -1
  60. package/lib/components/VDataTable/composables/sort.mjs +13 -3
  61. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  62. package/lib/components/VDataTable/index.d.mts +86 -30
  63. package/lib/components/VDataTable/types.mjs.map +1 -1
  64. package/lib/components/VDatePicker/VDatePickerMonth.mjs +56 -11
  65. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  66. package/lib/components/VDatePicker/index.d.mts +34 -19
  67. package/lib/components/VFileInput/VFileInput.mjs +2 -2
  68. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  69. package/lib/components/VImg/VImg.css +3 -0
  70. package/lib/components/VImg/VImg.mjs +14 -3
  71. package/lib/components/VImg/VImg.mjs.map +1 -1
  72. package/lib/components/VImg/VImg.sass +3 -0
  73. package/lib/components/VImg/_variables.scss +3 -0
  74. package/lib/components/VImg/index.d.mts +21 -0
  75. package/lib/components/VList/VList.mjs +5 -1
  76. package/lib/components/VList/VList.mjs.map +1 -1
  77. package/lib/components/VList/index.d.mts +12 -0
  78. package/lib/components/VSelect/VSelect.mjs +5 -2
  79. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  80. package/lib/components/VSelect/index.d.mts +1689 -0
  81. package/lib/components/VSlideGroup/index.d.mts +7 -7
  82. package/lib/components/VSlider/VSliderTrack.css +1 -1
  83. package/lib/components/VSlider/VSliderTrack.sass +1 -1
  84. package/lib/components/VSlider/_variables.scss +1 -0
  85. package/lib/components/VSwitch/VSwitch.css +22 -2
  86. package/lib/components/VSwitch/VSwitch.mjs +26 -3
  87. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  88. package/lib/components/VSwitch/VSwitch.sass +20 -2
  89. package/lib/components/VSwitch/index.d.mts +37 -6
  90. package/lib/components/VSystemBar/VSystemBar.css +2 -2
  91. package/lib/components/VSystemBar/_variables.scss +2 -2
  92. package/lib/components/VTabs/index.d.mts +14 -14
  93. package/lib/components/VTimeline/VTimeline.css +1 -1
  94. package/lib/components/VTimeline/_variables.scss +1 -1
  95. package/lib/components/VToolbar/VToolbar.css +2 -2
  96. package/lib/components/VToolbar/_variables.scss +2 -2
  97. package/lib/components/VWindow/index.d.mts +7 -7
  98. package/lib/components/index.d.mts +6196 -985
  99. package/lib/composables/goto.mjs +105 -0
  100. package/lib/composables/goto.mjs.map +1 -0
  101. package/lib/composables/index.mjs +1 -0
  102. package/lib/composables/index.mjs.map +1 -1
  103. package/lib/composables/locale.mjs +1 -0
  104. package/lib/composables/locale.mjs.map +1 -1
  105. package/lib/composables/theme.mjs +2 -0
  106. package/lib/composables/theme.mjs.map +1 -1
  107. package/lib/entry-bundler.mjs +1 -1
  108. package/lib/entry-bundler.mjs.map +1 -1
  109. package/lib/framework.mjs +6 -2
  110. package/lib/framework.mjs.map +1 -1
  111. package/lib/index.d.mts +63 -41
  112. package/lib/labs/VCalendar/VCalendar.css +4 -2
  113. package/lib/labs/VCalendar/VCalendar.sass +4 -2
  114. package/lib/labs/VCalendar/_variables.scss +5 -0
  115. package/lib/locale/index.d.mts +124 -22
  116. package/lib/locale/index.mjs +1 -0
  117. package/lib/locale/index.mjs.map +1 -1
  118. package/lib/locale/km.mjs +101 -0
  119. package/lib/locale/km.mjs.map +1 -0
  120. package/lib/styles/main.css +48 -0
  121. package/lib/styles/settings/_utilities.scss +6 -0
  122. package/package.json +2 -2
@@ -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.11",
5
+ "version": "3.5.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -1147,6 +1147,16 @@
1147
1147
  "type": "boolean | 'exact'"
1148
1148
  }
1149
1149
  },
1150
+ {
1151
+ "name": "clearOnSelect",
1152
+ "description": "Reset the search text when a selection is made while using the **multiple** prop.",
1153
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1154
+ "default": "false",
1155
+ "value": {
1156
+ "kind": "expression",
1157
+ "type": "boolean"
1158
+ }
1159
+ },
1150
1160
  {
1151
1161
  "name": "search",
1152
1162
  "description": "Text input used to filter items.",
@@ -1305,94 +1315,115 @@
1305
1315
  }
1306
1316
  },
1307
1317
  {
1308
- "name": "menu",
1309
- "description": "Renders with the menu open by default.",
1318
+ "name": "listProps",
1319
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))",
1310
1320
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1311
- "default": "false",
1312
1321
  "value": {
1313
1322
  "kind": "expression",
1314
- "type": "boolean"
1323
+ "type": "unknown"
1315
1324
  }
1316
1325
  },
1317
1326
  {
1318
- "name": "menuIcon",
1319
- "description": "Sets the the spin icon.",
1327
+ "name": "baseColor",
1328
+ "description": "Sets the color of the input when it is not focused.",
1320
1329
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1321
- "default": "'$dropdown'",
1322
1330
  "value": {
1323
1331
  "kind": "expression",
1324
- "type": "any"
1332
+ "type": "string"
1325
1333
  }
1326
1334
  },
1327
1335
  {
1328
- "name": "menuProps",
1329
- "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended.",
1336
+ "name": "bgColor",
1337
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
1330
1338
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1331
1339
  "value": {
1332
1340
  "kind": "expression",
1333
- "type": "unknown"
1341
+ "type": "string"
1334
1342
  }
1335
1343
  },
1336
1344
  {
1337
- "name": "id",
1338
- "description": "Sets the DOM id on the component.",
1345
+ "name": "disabled",
1346
+ "description": "Removes the ability to click or target the input.",
1339
1347
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1348
+ "default": "null",
1340
1349
  "value": {
1341
1350
  "kind": "expression",
1342
- "type": "string"
1351
+ "type": "boolean"
1343
1352
  }
1344
1353
  },
1345
1354
  {
1346
- "name": "disabled",
1347
- "description": "Removes the ability to click or target the input.",
1355
+ "name": "multiple",
1356
+ "description": "Changes select to multiple. Accepts array for value.",
1348
1357
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1349
- "default": "null",
1358
+ "default": "false",
1350
1359
  "value": {
1351
1360
  "kind": "expression",
1352
1361
  "type": "boolean"
1353
1362
  }
1354
1363
  },
1355
1364
  {
1356
- "name": "modelValue",
1357
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
1365
+ "name": "density",
1366
+ "description": "Adjusts the vertical height used by the component.",
1358
1367
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1359
- "default": "null",
1368
+ "default": "'default'",
1360
1369
  "value": {
1361
1370
  "kind": "expression",
1362
- "type": "any"
1371
+ "type": "'default' | 'comfortable' | 'compact'"
1363
1372
  }
1364
1373
  },
1365
1374
  {
1366
- "name": "theme",
1367
- "description": "Specify a theme for this component and all of its children.",
1375
+ "name": "items",
1376
+ "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.",
1368
1377
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1378
+ "default": "[]",
1369
1379
  "value": {
1370
1380
  "kind": "expression",
1371
- "type": "string"
1381
+ "type": "any[]"
1372
1382
  }
1373
1383
  },
1374
1384
  {
1375
- "name": "transition",
1376
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
1385
+ "name": "itemTitle",
1386
+ "description": "Property on supplied `items` that contains its title.",
1387
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1388
+ "default": "'title'",
1389
+ "value": {
1390
+ "kind": "expression",
1391
+ "type": "SelectItemKey<any>"
1392
+ }
1393
+ },
1394
+ {
1395
+ "name": "itemValue",
1396
+ "description": "Property on supplied `items` that contains its value.",
1397
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1398
+ "default": "'value'",
1399
+ "value": {
1400
+ "kind": "expression",
1401
+ "type": "SelectItemKey<any>"
1402
+ }
1403
+ },
1404
+ {
1405
+ "name": "itemChildren",
1406
+ "description": "Property on supplied `items` that contains its children.",
1377
1407
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1378
1408
  "default": "false",
1379
1409
  "value": {
1380
1410
  "kind": "expression",
1381
- "type": "string | boolean | (TransitionProps & { component: Component })"
1411
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>"
1382
1412
  }
1383
1413
  },
1384
1414
  {
1385
- "name": "name",
1386
- "description": "Sets the component's name attribute.",
1415
+ "name": "itemProps",
1416
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
1387
1417
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1418
+ "default": "'props'",
1388
1419
  "value": {
1389
1420
  "kind": "expression",
1390
- "type": "string"
1421
+ "type": "SelectItemKey<any>"
1391
1422
  }
1392
1423
  },
1393
1424
  {
1394
- "name": "multiple",
1395
- "description": "Changes select to multiple. Accepts array for value.",
1425
+ "name": "returnObject",
1426
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**.",
1396
1427
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1397
1428
  "default": "false",
1398
1429
  "value": {
@@ -1401,18 +1432,63 @@
1401
1432
  }
1402
1433
  },
1403
1434
  {
1404
- "name": "noDataText",
1405
- "description": "Text shown when no items are provided to the component.",
1435
+ "name": "valueComparator",
1436
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
1437
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1438
+ "value": {
1439
+ "kind": "expression",
1440
+ "type": "(a: any, b: any) => boolean"
1441
+ }
1442
+ },
1443
+ {
1444
+ "name": "rounded",
1445
+ "description": "Adds a border radius to the input.",
1446
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1447
+ "value": {
1448
+ "kind": "expression",
1449
+ "type": "string | number | boolean"
1450
+ }
1451
+ },
1452
+ {
1453
+ "name": "theme",
1454
+ "description": "Specify a theme for this component and all of its children.",
1406
1455
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1407
- "default": "'$vuetify.noDataText'",
1408
1456
  "value": {
1409
1457
  "kind": "expression",
1410
1458
  "type": "string"
1411
1459
  }
1412
1460
  },
1413
1461
  {
1414
- "name": "openOnClear",
1415
- "description": "Open's the menu whenever the clear icon is clicked.",
1462
+ "name": "color",
1463
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
1464
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1465
+ "value": {
1466
+ "kind": "expression",
1467
+ "type": "string"
1468
+ }
1469
+ },
1470
+ {
1471
+ "name": "variant",
1472
+ "description": "Applies a distinct style to the component.",
1473
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1474
+ "default": "'filled'",
1475
+ "value": {
1476
+ "kind": "expression",
1477
+ "type": "| 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'"
1478
+ }
1479
+ },
1480
+ {
1481
+ "name": "name",
1482
+ "description": "Sets the component's name attribute.",
1483
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1484
+ "value": {
1485
+ "kind": "expression",
1486
+ "type": "string"
1487
+ }
1488
+ },
1489
+ {
1490
+ "name": "menu",
1491
+ "description": "Renders with the menu open by default.",
1416
1492
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1417
1493
  "default": "false",
1418
1494
  "value": {
@@ -1421,67 +1497,66 @@
1421
1497
  }
1422
1498
  },
1423
1499
  {
1424
- "name": "itemColor",
1425
- "description": "Sets color of selected items.",
1500
+ "name": "menuIcon",
1501
+ "description": "Sets the the spin icon.",
1426
1502
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1503
+ "default": "'$dropdown'",
1427
1504
  "value": {
1428
1505
  "kind": "expression",
1429
- "type": "string"
1506
+ "type": "any"
1430
1507
  }
1431
1508
  },
1432
1509
  {
1433
- "name": "items",
1434
- "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.",
1510
+ "name": "menuProps",
1511
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended.",
1435
1512
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1436
- "default": "[]",
1437
1513
  "value": {
1438
1514
  "kind": "expression",
1439
- "type": "any[]"
1515
+ "type": "unknown"
1440
1516
  }
1441
1517
  },
1442
1518
  {
1443
- "name": "itemTitle",
1444
- "description": "Property on supplied `items` that contains its title.",
1519
+ "name": "id",
1520
+ "description": "Sets the DOM id on the component.",
1445
1521
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1446
- "default": "'title'",
1447
1522
  "value": {
1448
1523
  "kind": "expression",
1449
- "type": "SelectItemKey<any>"
1524
+ "type": "string"
1450
1525
  }
1451
1526
  },
1452
1527
  {
1453
- "name": "itemValue",
1454
- "description": "Property on supplied `items` that contains its value.",
1528
+ "name": "modelValue",
1529
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
1455
1530
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1456
- "default": "'value'",
1531
+ "default": "null",
1457
1532
  "value": {
1458
1533
  "kind": "expression",
1459
- "type": "SelectItemKey<any>"
1534
+ "type": "any"
1460
1535
  }
1461
1536
  },
1462
1537
  {
1463
- "name": "itemChildren",
1464
- "description": "Property on supplied `items` that contains its children.",
1538
+ "name": "transition",
1539
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
1465
1540
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1466
1541
  "default": "false",
1467
1542
  "value": {
1468
1543
  "kind": "expression",
1469
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>"
1544
+ "type": "string | boolean | (TransitionProps & { component: Component })"
1470
1545
  }
1471
1546
  },
1472
1547
  {
1473
- "name": "itemProps",
1474
- "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
1548
+ "name": "noDataText",
1549
+ "description": "Text shown when no items are provided to the component.",
1475
1550
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1476
- "default": "'props'",
1551
+ "default": "'$vuetify.noDataText'",
1477
1552
  "value": {
1478
1553
  "kind": "expression",
1479
- "type": "SelectItemKey<any>"
1554
+ "type": "string"
1480
1555
  }
1481
1556
  },
1482
1557
  {
1483
- "name": "returnObject",
1484
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**.",
1558
+ "name": "openOnClear",
1559
+ "description": "Open's the menu whenever the clear icon is clicked.",
1485
1560
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1486
1561
  "default": "false",
1487
1562
  "value": {
@@ -1490,12 +1565,12 @@
1490
1565
  }
1491
1566
  },
1492
1567
  {
1493
- "name": "valueComparator",
1494
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
1568
+ "name": "itemColor",
1569
+ "description": "Sets color of selected items.",
1495
1570
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1496
1571
  "value": {
1497
1572
  "kind": "expression",
1498
- "type": "(a: any, b: any) => boolean"
1573
+ "type": "string"
1499
1574
  }
1500
1575
  },
1501
1576
  {
@@ -1651,16 +1726,6 @@
1651
1726
  "type": "'horizontal' | 'vertical'"
1652
1727
  }
1653
1728
  },
1654
- {
1655
- "name": "density",
1656
- "description": "Adjusts the vertical height used by the component.",
1657
- "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1658
- "default": "'default'",
1659
- "value": {
1660
- "kind": "expression",
1661
- "type": "'default' | 'comfortable' | 'compact'"
1662
- }
1663
- },
1664
1729
  {
1665
1730
  "name": "error",
1666
1731
  "description": "Puts the input in a manual error state.",
@@ -1740,15 +1805,6 @@
1740
1805
  "type": "boolean | 'auto'"
1741
1806
  }
1742
1807
  },
1743
- {
1744
- "name": "bgColor",
1745
- "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
1746
- "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1747
- "value": {
1748
- "kind": "expression",
1749
- "type": "string"
1750
- }
1751
- },
1752
1808
  {
1753
1809
  "name": "clearable",
1754
1810
  "description": "Allows for the component to be cleared.",
@@ -1779,24 +1835,6 @@
1779
1835
  "type": "boolean"
1780
1836
  }
1781
1837
  },
1782
- {
1783
- "name": "color",
1784
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
1785
- "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1786
- "value": {
1787
- "kind": "expression",
1788
- "type": "string"
1789
- }
1790
- },
1791
- {
1792
- "name": "baseColor",
1793
- "description": "Sets the color of the input when it is not focused.",
1794
- "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1795
- "value": {
1796
- "kind": "expression",
1797
- "type": "string"
1798
- }
1799
- },
1800
1838
  {
1801
1839
  "name": "persistentClear",
1802
1840
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover).",
@@ -1826,16 +1864,6 @@
1826
1864
  "type": "boolean"
1827
1865
  }
1828
1866
  },
1829
- {
1830
- "name": "variant",
1831
- "description": "Applies a distinct style to the component.",
1832
- "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1833
- "default": "'filled'",
1834
- "value": {
1835
- "kind": "expression",
1836
- "type": "| 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'"
1837
- }
1838
- },
1839
1867
  {
1840
1868
  "name": "loading",
1841
1869
  "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color.",
@@ -1846,15 +1874,6 @@
1846
1874
  "type": "string | boolean"
1847
1875
  }
1848
1876
  },
1849
- {
1850
- "name": "rounded",
1851
- "description": "Adds a border radius to the input.",
1852
- "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1853
- "value": {
1854
- "kind": "expression",
1855
- "type": "string | number | boolean"
1856
- }
1857
- },
1858
1877
  {
1859
1878
  "name": "counterValue",
1860
1879
  "description": "Function returns the counter display text.",
@@ -6444,6 +6463,15 @@
6444
6463
  "type": "boolean"
6445
6464
  }
6446
6465
  },
6466
+ {
6467
+ "name": "color",
6468
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
6469
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
6470
+ "value": {
6471
+ "kind": "expression",
6472
+ "type": "string"
6473
+ }
6474
+ },
6447
6475
  {
6448
6476
  "name": "draggable",
6449
6477
  "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable).",
@@ -6610,6 +6638,15 @@
6610
6638
  "type": "string | number"
6611
6639
  }
6612
6640
  },
6641
+ {
6642
+ "name": "rounded",
6643
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
6644
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
6645
+ "value": {
6646
+ "kind": "expression",
6647
+ "type": "string | number | boolean"
6648
+ }
6649
+ },
6613
6650
  {
6614
6651
  "name": "transition",
6615
6652
  "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition.",
@@ -6964,7 +7001,7 @@
6964
7001
  },
6965
7002
  {
6966
7003
  "name": "baseColor",
6967
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSelectionControl.json))",
7004
+ "description": "Sets the color of the input when it is not focused.",
6968
7005
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
6969
7006
  "value": {
6970
7007
  "kind": "expression",
@@ -7410,7 +7447,7 @@
7410
7447
  },
7411
7448
  {
7412
7449
  "name": "baseColor",
7413
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSelectionControl.json))",
7450
+ "description": "Sets the color of the input when it is not focused.",
7414
7451
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
7415
7452
  "value": {
7416
7453
  "kind": "expression",
@@ -8152,6 +8189,15 @@
8152
8189
  "description": "",
8153
8190
  "doc-url": "https://vuetifyjs.com/api/v-chip-group",
8154
8191
  "attributes": [
8192
+ {
8193
+ "name": "symbol",
8194
+ "description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/).",
8195
+ "doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
8196
+ "value": {
8197
+ "kind": "expression",
8198
+ "type": "any"
8199
+ }
8200
+ },
8155
8201
  {
8156
8202
  "name": "column",
8157
8203
  "description": "Remove horizontal pagination and wrap items as needed.",
@@ -8181,6 +8227,75 @@
8181
8227
  "type": "(a: any, b: any) => boolean"
8182
8228
  }
8183
8229
  },
8230
+ {
8231
+ "name": "centerActive",
8232
+ "description": "Forces the selected chip to be centered.",
8233
+ "doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
8234
+ "default": "false",
8235
+ "value": {
8236
+ "kind": "expression",
8237
+ "type": "boolean"
8238
+ }
8239
+ },
8240
+ {
8241
+ "name": "direction",
8242
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSlideGroup.json))",
8243
+ "doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
8244
+ "default": "'horizontal'",
8245
+ "value": {
8246
+ "kind": "expression",
8247
+ "type": "'horizontal' | 'vertical'"
8248
+ }
8249
+ },
8250
+ {
8251
+ "name": "nextIcon",
8252
+ "description": "Specify the icon to use for the next icon.",
8253
+ "doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
8254
+ "default": "'$next'",
8255
+ "value": {
8256
+ "kind": "expression",
8257
+ "type": "any"
8258
+ }
8259
+ },
8260
+ {
8261
+ "name": "prevIcon",
8262
+ "description": "Specify the icon to use for the prev icon.",
8263
+ "doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
8264
+ "default": "'$prev'",
8265
+ "value": {
8266
+ "kind": "expression",
8267
+ "type": "any"
8268
+ }
8269
+ },
8270
+ {
8271
+ "name": "showArrows",
8272
+ "description": "Force the display of the pagination arrows.",
8273
+ "doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
8274
+ "default": "false",
8275
+ "value": {
8276
+ "kind": "expression",
8277
+ "type": "string | boolean"
8278
+ }
8279
+ },
8280
+ {
8281
+ "name": "mobileBreakpoint",
8282
+ "description": "Sets the designated mobile breakpoint for the component.",
8283
+ "doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
8284
+ "value": {
8285
+ "kind": "expression",
8286
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'"
8287
+ }
8288
+ },
8289
+ {
8290
+ "name": "tag",
8291
+ "description": "Specify a custom tag used on the root element.",
8292
+ "doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
8293
+ "default": "'div'",
8294
+ "value": {
8295
+ "kind": "expression",
8296
+ "type": "string"
8297
+ }
8298
+ },
8184
8299
  {
8185
8300
  "name": "modelValue",
8186
8301
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
@@ -8239,16 +8354,6 @@
8239
8354
  "type": "boolean | 'force'"
8240
8355
  }
8241
8356
  },
8242
- {
8243
- "name": "tag",
8244
- "description": "Specify a custom tag used on the root element.",
8245
- "doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
8246
- "default": "'div'",
8247
- "value": {
8248
- "kind": "expression",
8249
- "type": "string"
8250
- }
8251
- },
8252
8357
  {
8253
8358
  "name": "theme",
8254
8359
  "description": "Specify a theme for this component and all of its children.",
@@ -8877,6 +8982,26 @@
8877
8982
  "type": "boolean | 'exact'"
8878
8983
  }
8879
8984
  },
8985
+ {
8986
+ "name": "clearOnSelect",
8987
+ "description": "Reset the search text when a selection is made while using the **multiple** prop.",
8988
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8989
+ "default": "true",
8990
+ "value": {
8991
+ "kind": "expression",
8992
+ "type": "boolean"
8993
+ }
8994
+ },
8995
+ {
8996
+ "name": "type",
8997
+ "description": "Sets input type.",
8998
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8999
+ "default": "'text'",
9000
+ "value": {
9001
+ "kind": "expression",
9002
+ "type": "string"
9003
+ }
9004
+ },
8880
9005
  {
8881
9006
  "name": "filterMode",
8882
9007
  "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.",
@@ -8975,16 +9100,6 @@
8975
9100
  "type": "string"
8976
9101
  }
8977
9102
  },
8978
- {
8979
- "name": "type",
8980
- "description": "Sets input type.",
8981
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8982
- "default": "'text'",
8983
- "value": {
8984
- "kind": "expression",
8985
- "type": "string"
8986
- }
8987
- },
8988
9103
  {
8989
9104
  "name": "openText",
8990
9105
  "description": "Text set to to the inputs **aria-label** and **title** when input menu is open.",
@@ -9026,8 +9141,45 @@
9026
9141
  }
9027
9142
  },
9028
9143
  {
9029
- "name": "menu",
9030
- "description": "Renders with the menu open by default.",
9144
+ "name": "listProps",
9145
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))",
9146
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9147
+ "value": {
9148
+ "kind": "expression",
9149
+ "type": "unknown"
9150
+ }
9151
+ },
9152
+ {
9153
+ "name": "baseColor",
9154
+ "description": "Sets the color of the input when it is not focused.",
9155
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9156
+ "value": {
9157
+ "kind": "expression",
9158
+ "type": "string"
9159
+ }
9160
+ },
9161
+ {
9162
+ "name": "bgColor",
9163
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
9164
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9165
+ "value": {
9166
+ "kind": "expression",
9167
+ "type": "string"
9168
+ }
9169
+ },
9170
+ {
9171
+ "name": "disabled",
9172
+ "description": "Removes the ability to click or target the input.",
9173
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9174
+ "default": "null",
9175
+ "value": {
9176
+ "kind": "expression",
9177
+ "type": "boolean"
9178
+ }
9179
+ },
9180
+ {
9181
+ "name": "multiple",
9182
+ "description": "Changes select to multiple. Accepts array for value.",
9031
9183
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9032
9184
  "default": "false",
9033
9185
  "value": {
@@ -9036,75 +9188,105 @@
9036
9188
  }
9037
9189
  },
9038
9190
  {
9039
- "name": "menuIcon",
9040
- "description": "Sets the the spin icon.",
9191
+ "name": "density",
9192
+ "description": "Adjusts the vertical height used by the component.",
9041
9193
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9042
- "default": "'$dropdown'",
9194
+ "default": "'default'",
9043
9195
  "value": {
9044
9196
  "kind": "expression",
9045
- "type": "any"
9197
+ "type": "'default' | 'comfortable' | 'compact'"
9046
9198
  }
9047
9199
  },
9048
9200
  {
9049
- "name": "menuProps",
9050
- "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended.",
9201
+ "name": "items",
9202
+ "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.",
9051
9203
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9204
+ "default": "[]",
9052
9205
  "value": {
9053
9206
  "kind": "expression",
9054
- "type": "unknown"
9207
+ "type": "any[]"
9055
9208
  }
9056
9209
  },
9057
9210
  {
9058
- "name": "id",
9059
- "description": "Sets the DOM id on the component.",
9211
+ "name": "itemTitle",
9212
+ "description": "Property on supplied `items` that contains its title.",
9060
9213
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9214
+ "default": "'title'",
9061
9215
  "value": {
9062
9216
  "kind": "expression",
9063
- "type": "string"
9217
+ "type": "SelectItemKey<any>"
9064
9218
  }
9065
9219
  },
9066
9220
  {
9067
- "name": "disabled",
9068
- "description": "Removes the ability to click or target the input.",
9221
+ "name": "itemValue",
9222
+ "description": "Property on supplied `items` that contains its value.",
9069
9223
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9070
- "default": "null",
9224
+ "default": "'value'",
9225
+ "value": {
9226
+ "kind": "expression",
9227
+ "type": "SelectItemKey<any>"
9228
+ }
9229
+ },
9230
+ {
9231
+ "name": "itemChildren",
9232
+ "description": "Property on supplied `items` that contains its children.",
9233
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9234
+ "default": "false",
9235
+ "value": {
9236
+ "kind": "expression",
9237
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>"
9238
+ }
9239
+ },
9240
+ {
9241
+ "name": "itemProps",
9242
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
9243
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9244
+ "default": "'props'",
9245
+ "value": {
9246
+ "kind": "expression",
9247
+ "type": "SelectItemKey<any>"
9248
+ }
9249
+ },
9250
+ {
9251
+ "name": "returnObject",
9252
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**.",
9253
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9254
+ "default": "true",
9071
9255
  "value": {
9072
9256
  "kind": "expression",
9073
9257
  "type": "boolean"
9074
9258
  }
9075
9259
  },
9076
9260
  {
9077
- "name": "modelValue",
9078
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
9261
+ "name": "valueComparator",
9262
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
9079
9263
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9080
- "default": "null",
9081
9264
  "value": {
9082
9265
  "kind": "expression",
9083
- "type": "any"
9266
+ "type": "(a: any, b: any) => boolean"
9084
9267
  }
9085
9268
  },
9086
9269
  {
9087
- "name": "theme",
9088
- "description": "Specify a theme for this component and all of its children.",
9270
+ "name": "rounded",
9271
+ "description": "Adds a border radius to the input.",
9089
9272
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9090
9273
  "value": {
9091
9274
  "kind": "expression",
9092
- "type": "string"
9275
+ "type": "string | number | boolean"
9093
9276
  }
9094
9277
  },
9095
9278
  {
9096
- "name": "transition",
9097
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
9279
+ "name": "theme",
9280
+ "description": "Specify a theme for this component and all of its children.",
9098
9281
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9099
- "default": "false",
9100
9282
  "value": {
9101
9283
  "kind": "expression",
9102
- "type": "string | boolean | (TransitionProps & { component: Component })"
9284
+ "type": "string"
9103
9285
  }
9104
9286
  },
9105
9287
  {
9106
- "name": "name",
9107
- "description": "Sets the component's name attribute.",
9288
+ "name": "color",
9289
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
9108
9290
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9109
9291
  "value": {
9110
9292
  "kind": "expression",
@@ -9112,28 +9294,27 @@
9112
9294
  }
9113
9295
  },
9114
9296
  {
9115
- "name": "multiple",
9116
- "description": "Changes select to multiple. Accepts array for value.",
9297
+ "name": "variant",
9298
+ "description": "Applies a distinct style to the component.",
9117
9299
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9118
- "default": "false",
9300
+ "default": "'filled'",
9119
9301
  "value": {
9120
9302
  "kind": "expression",
9121
- "type": "boolean"
9303
+ "type": "| 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'"
9122
9304
  }
9123
9305
  },
9124
9306
  {
9125
- "name": "noDataText",
9126
- "description": "Text shown when no items are provided to the component.",
9307
+ "name": "name",
9308
+ "description": "Sets the component's name attribute.",
9127
9309
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9128
- "default": "'$vuetify.noDataText'",
9129
9310
  "value": {
9130
9311
  "kind": "expression",
9131
9312
  "type": "string"
9132
9313
  }
9133
9314
  },
9134
9315
  {
9135
- "name": "openOnClear",
9136
- "description": "Open's the menu whenever the clear icon is clicked.",
9316
+ "name": "menu",
9317
+ "description": "Renders with the menu open by default.",
9137
9318
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9138
9319
  "default": "false",
9139
9320
  "value": {
@@ -9142,81 +9323,80 @@
9142
9323
  }
9143
9324
  },
9144
9325
  {
9145
- "name": "itemColor",
9146
- "description": "Sets color of selected items.",
9326
+ "name": "menuIcon",
9327
+ "description": "Sets the the spin icon.",
9147
9328
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9329
+ "default": "'$dropdown'",
9148
9330
  "value": {
9149
9331
  "kind": "expression",
9150
- "type": "string"
9332
+ "type": "any"
9151
9333
  }
9152
9334
  },
9153
9335
  {
9154
- "name": "items",
9155
- "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.",
9336
+ "name": "menuProps",
9337
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended.",
9156
9338
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9157
- "default": "[]",
9158
9339
  "value": {
9159
9340
  "kind": "expression",
9160
- "type": "any[]"
9341
+ "type": "unknown"
9161
9342
  }
9162
9343
  },
9163
9344
  {
9164
- "name": "itemTitle",
9165
- "description": "Property on supplied `items` that contains its title.",
9345
+ "name": "id",
9346
+ "description": "Sets the DOM id on the component.",
9166
9347
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9167
- "default": "'title'",
9168
9348
  "value": {
9169
9349
  "kind": "expression",
9170
- "type": "SelectItemKey<any>"
9350
+ "type": "string"
9171
9351
  }
9172
9352
  },
9173
9353
  {
9174
- "name": "itemValue",
9175
- "description": "Property on supplied `items` that contains its value.",
9354
+ "name": "modelValue",
9355
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
9176
9356
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9177
- "default": "'value'",
9357
+ "default": "null",
9178
9358
  "value": {
9179
9359
  "kind": "expression",
9180
- "type": "SelectItemKey<any>"
9360
+ "type": "any"
9181
9361
  }
9182
9362
  },
9183
9363
  {
9184
- "name": "itemChildren",
9185
- "description": "Property on supplied `items` that contains its children.",
9364
+ "name": "transition",
9365
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
9186
9366
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9187
9367
  "default": "false",
9188
9368
  "value": {
9189
9369
  "kind": "expression",
9190
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>"
9370
+ "type": "string | boolean | (TransitionProps & { component: Component })"
9191
9371
  }
9192
9372
  },
9193
9373
  {
9194
- "name": "itemProps",
9195
- "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
9374
+ "name": "noDataText",
9375
+ "description": "Text shown when no items are provided to the component.",
9196
9376
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9197
- "default": "'props'",
9377
+ "default": "'$vuetify.noDataText'",
9198
9378
  "value": {
9199
9379
  "kind": "expression",
9200
- "type": "SelectItemKey<any>"
9380
+ "type": "string"
9201
9381
  }
9202
9382
  },
9203
9383
  {
9204
- "name": "returnObject",
9205
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**.",
9384
+ "name": "openOnClear",
9385
+ "description": "Open's the menu whenever the clear icon is clicked.",
9206
9386
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9207
- "default": "true",
9387
+ "default": "false",
9208
9388
  "value": {
9209
9389
  "kind": "expression",
9210
9390
  "type": "boolean"
9211
9391
  }
9212
9392
  },
9213
9393
  {
9214
- "name": "valueComparator",
9215
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
9394
+ "name": "itemColor",
9395
+ "description": "Sets color of selected items.",
9216
9396
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9217
9397
  "value": {
9218
9398
  "kind": "expression",
9219
- "type": "(a: any, b: any) => boolean"
9399
+ "type": "string"
9220
9400
  }
9221
9401
  },
9222
9402
  {
@@ -9372,16 +9552,6 @@
9372
9552
  "type": "'horizontal' | 'vertical'"
9373
9553
  }
9374
9554
  },
9375
- {
9376
- "name": "density",
9377
- "description": "Adjusts the vertical height used by the component.",
9378
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9379
- "default": "'default'",
9380
- "value": {
9381
- "kind": "expression",
9382
- "type": "'default' | 'comfortable' | 'compact'"
9383
- }
9384
- },
9385
9555
  {
9386
9556
  "name": "error",
9387
9557
  "description": "Puts the input in a manual error state.",
@@ -9461,15 +9631,6 @@
9461
9631
  "type": "boolean | 'auto'"
9462
9632
  }
9463
9633
  },
9464
- {
9465
- "name": "bgColor",
9466
- "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
9467
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9468
- "value": {
9469
- "kind": "expression",
9470
- "type": "string"
9471
- }
9472
- },
9473
9634
  {
9474
9635
  "name": "clearable",
9475
9636
  "description": "Allows for the component to be cleared.",
@@ -9500,24 +9661,6 @@
9500
9661
  "type": "boolean"
9501
9662
  }
9502
9663
  },
9503
- {
9504
- "name": "color",
9505
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
9506
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9507
- "value": {
9508
- "kind": "expression",
9509
- "type": "string"
9510
- }
9511
- },
9512
- {
9513
- "name": "baseColor",
9514
- "description": "Sets the color of the input when it is not focused.",
9515
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9516
- "value": {
9517
- "kind": "expression",
9518
- "type": "string"
9519
- }
9520
- },
9521
9664
  {
9522
9665
  "name": "persistentClear",
9523
9666
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover).",
@@ -9547,16 +9690,6 @@
9547
9690
  "type": "boolean"
9548
9691
  }
9549
9692
  },
9550
- {
9551
- "name": "variant",
9552
- "description": "Applies a distinct style to the component.",
9553
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9554
- "default": "'filled'",
9555
- "value": {
9556
- "kind": "expression",
9557
- "type": "| 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'"
9558
- }
9559
- },
9560
9693
  {
9561
9694
  "name": "loading",
9562
9695
  "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color.",
@@ -9567,15 +9700,6 @@
9567
9700
  "type": "string | boolean"
9568
9701
  }
9569
9702
  },
9570
- {
9571
- "name": "rounded",
9572
- "description": "Adds a border radius to the input.",
9573
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9574
- "value": {
9575
- "kind": "expression",
9576
- "type": "string | number | boolean"
9577
- }
9578
- },
9579
9703
  {
9580
9704
  "name": "counterValue",
9581
9705
  "description": "Function returns the counter display text.",
@@ -10666,7 +10790,7 @@
10666
10790
  },
10667
10791
  {
10668
10792
  "name": "toggleSort",
10669
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10793
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10670
10794
  },
10671
10795
  {
10672
10796
  "name": "prevPage",
@@ -10702,11 +10826,11 @@
10702
10826
  },
10703
10827
  {
10704
10828
  "name": "isExpanded",
10705
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
10829
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
10706
10830
  },
10707
10831
  {
10708
10832
  "name": "toggleExpand",
10709
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
10833
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
10710
10834
  },
10711
10835
  {
10712
10836
  "name": "isGroupOpen",
@@ -10749,7 +10873,7 @@
10749
10873
  },
10750
10874
  {
10751
10875
  "name": "toggleSort",
10752
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10876
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10753
10877
  },
10754
10878
  {
10755
10879
  "name": "prevPage",
@@ -10785,11 +10909,11 @@
10785
10909
  },
10786
10910
  {
10787
10911
  "name": "isExpanded",
10788
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
10912
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
10789
10913
  },
10790
10914
  {
10791
10915
  "name": "toggleExpand",
10792
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
10916
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
10793
10917
  },
10794
10918
  {
10795
10919
  "name": "isGroupOpen",
@@ -10832,7 +10956,7 @@
10832
10956
  },
10833
10957
  {
10834
10958
  "name": "toggleSort",
10835
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10959
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10836
10960
  },
10837
10961
  {
10838
10962
  "name": "prevPage",
@@ -10868,11 +10992,11 @@
10868
10992
  },
10869
10993
  {
10870
10994
  "name": "isExpanded",
10871
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
10995
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
10872
10996
  },
10873
10997
  {
10874
10998
  "name": "toggleExpand",
10875
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
10999
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
10876
11000
  },
10877
11001
  {
10878
11002
  "name": "isGroupOpen",
@@ -10921,6 +11045,15 @@
10921
11045
  "type": "string | number"
10922
11046
  }
10923
11047
  },
11048
+ {
11049
+ "name": "headerProps",
11050
+ "description": "Pass props to the default header. See [`v-data-table-header` API](/api/v-data-table-header) for more information.",
11051
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
11052
+ "value": {
11053
+ "kind": "expression",
11054
+ "type": "unknown"
11055
+ }
11056
+ },
10924
11057
  {
10925
11058
  "name": "cellProps",
10926
11059
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))",
@@ -10946,7 +11079,7 @@
10946
11079
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
10947
11080
  "value": {
10948
11081
  "kind": "expression",
10949
- "type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | '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}[]"
11082
+ "type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | '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 sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]"
10950
11083
  }
10951
11084
  },
10952
11085
  {
@@ -11606,15 +11739,15 @@
11606
11739
  },
11607
11740
  {
11608
11741
  "name": "columns",
11609
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
11742
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
11610
11743
  },
11611
11744
  {
11612
11745
  "name": "isExpanded",
11613
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
11746
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
11614
11747
  },
11615
11748
  {
11616
11749
  "name": "toggleExpand",
11617
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
11750
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
11618
11751
  },
11619
11752
  {
11620
11753
  "name": "isSelected",
@@ -11651,11 +11784,11 @@
11651
11784
  "vue-properties": [
11652
11785
  {
11653
11786
  "name": "headers",
11654
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
11787
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
11655
11788
  },
11656
11789
  {
11657
11790
  "name": "columns",
11658
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
11791
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
11659
11792
  },
11660
11793
  {
11661
11794
  "name": "sortBy",
@@ -11671,7 +11804,7 @@
11671
11804
  },
11672
11805
  {
11673
11806
  "name": "toggleSort",
11674
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11807
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11675
11808
  },
11676
11809
  {
11677
11810
  "name": "selectAll",
@@ -11679,11 +11812,11 @@
11679
11812
  },
11680
11813
  {
11681
11814
  "name": "getSortIcon",
11682
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => any"
11815
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => any"
11683
11816
  },
11684
11817
  {
11685
11818
  "name": "isSorted",
11686
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
11819
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
11687
11820
  }
11688
11821
  ]
11689
11822
  },
@@ -11709,7 +11842,7 @@
11709
11842
  "vue-properties": [
11710
11843
  {
11711
11844
  "name": "column",
11712
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>"
11845
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>"
11713
11846
  },
11714
11847
  {
11715
11848
  "name": "selectAll",
@@ -11717,11 +11850,11 @@
11717
11850
  },
11718
11851
  {
11719
11852
  "name": "isSorted",
11720
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
11853
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
11721
11854
  },
11722
11855
  {
11723
11856
  "name": "toggleSort",
11724
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11857
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11725
11858
  },
11726
11859
  {
11727
11860
  "name": "sortBy",
@@ -11737,7 +11870,7 @@
11737
11870
  },
11738
11871
  {
11739
11872
  "name": "getSortIcon",
11740
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => any"
11873
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => any"
11741
11874
  }
11742
11875
  ]
11743
11876
  },
@@ -11748,7 +11881,7 @@
11748
11881
  "vue-properties": [
11749
11882
  {
11750
11883
  "name": "column",
11751
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>"
11884
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>"
11752
11885
  },
11753
11886
  {
11754
11887
  "name": "selectAll",
@@ -11756,11 +11889,11 @@
11756
11889
  },
11757
11890
  {
11758
11891
  "name": "isSorted",
11759
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
11892
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
11760
11893
  },
11761
11894
  {
11762
11895
  "name": "toggleSort",
11763
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11896
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11764
11897
  },
11765
11898
  {
11766
11899
  "name": "sortBy",
@@ -11776,7 +11909,7 @@
11776
11909
  },
11777
11910
  {
11778
11911
  "name": "getSortIcon",
11779
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => any"
11912
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => any"
11780
11913
  }
11781
11914
  ]
11782
11915
  },
@@ -11803,7 +11936,7 @@
11803
11936
  },
11804
11937
  {
11805
11938
  "name": "toggleSort",
11806
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11939
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11807
11940
  },
11808
11941
  {
11809
11942
  "name": "setItemsPerPage",
@@ -11835,11 +11968,11 @@
11835
11968
  },
11836
11969
  {
11837
11970
  "name": "isExpanded",
11838
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
11971
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
11839
11972
  },
11840
11973
  {
11841
11974
  "name": "toggleExpand",
11842
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
11975
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
11843
11976
  },
11844
11977
  {
11845
11978
  "name": "isGroupOpen",
@@ -11855,19 +11988,19 @@
11855
11988
  },
11856
11989
  {
11857
11990
  "name": "internalItems",
11858
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
11991
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
11859
11992
  },
11860
11993
  {
11861
11994
  "name": "groupedItems",
11862
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
11995
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
11863
11996
  },
11864
11997
  {
11865
11998
  "name": "columns",
11866
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
11999
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
11867
12000
  },
11868
12001
  {
11869
12002
  "name": "headers",
11870
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12003
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
11871
12004
  }
11872
12005
  ]
11873
12006
  },
@@ -11894,7 +12027,7 @@
11894
12027
  },
11895
12028
  {
11896
12029
  "name": "toggleSort",
11897
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12030
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11898
12031
  },
11899
12032
  {
11900
12033
  "name": "setItemsPerPage",
@@ -11926,11 +12059,11 @@
11926
12059
  },
11927
12060
  {
11928
12061
  "name": "isExpanded",
11929
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
12062
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
11930
12063
  },
11931
12064
  {
11932
12065
  "name": "toggleExpand",
11933
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
12066
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
11934
12067
  },
11935
12068
  {
11936
12069
  "name": "isGroupOpen",
@@ -11946,19 +12079,19 @@
11946
12079
  },
11947
12080
  {
11948
12081
  "name": "internalItems",
11949
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
12082
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
11950
12083
  },
11951
12084
  {
11952
12085
  "name": "groupedItems",
11953
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12086
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
11954
12087
  },
11955
12088
  {
11956
12089
  "name": "columns",
11957
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
12090
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
11958
12091
  },
11959
12092
  {
11960
12093
  "name": "headers",
11961
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12094
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
11962
12095
  }
11963
12096
  ]
11964
12097
  },
@@ -11985,7 +12118,7 @@
11985
12118
  },
11986
12119
  {
11987
12120
  "name": "toggleSort",
11988
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12121
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11989
12122
  },
11990
12123
  {
11991
12124
  "name": "setItemsPerPage",
@@ -12017,11 +12150,11 @@
12017
12150
  },
12018
12151
  {
12019
12152
  "name": "isExpanded",
12020
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
12153
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
12021
12154
  },
12022
12155
  {
12023
12156
  "name": "toggleExpand",
12024
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
12157
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
12025
12158
  },
12026
12159
  {
12027
12160
  "name": "isGroupOpen",
@@ -12037,19 +12170,19 @@
12037
12170
  },
12038
12171
  {
12039
12172
  "name": "internalItems",
12040
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
12173
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
12041
12174
  },
12042
12175
  {
12043
12176
  "name": "groupedItems",
12044
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12177
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12045
12178
  },
12046
12179
  {
12047
12180
  "name": "columns",
12048
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
12181
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
12049
12182
  },
12050
12183
  {
12051
12184
  "name": "headers",
12052
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12185
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12053
12186
  }
12054
12187
  ]
12055
12188
  },
@@ -12076,7 +12209,7 @@
12076
12209
  },
12077
12210
  {
12078
12211
  "name": "toggleSort",
12079
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12212
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12080
12213
  },
12081
12214
  {
12082
12215
  "name": "setItemsPerPage",
@@ -12108,11 +12241,11 @@
12108
12241
  },
12109
12242
  {
12110
12243
  "name": "isExpanded",
12111
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
12244
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
12112
12245
  },
12113
12246
  {
12114
12247
  "name": "toggleExpand",
12115
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
12248
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
12116
12249
  },
12117
12250
  {
12118
12251
  "name": "isGroupOpen",
@@ -12128,19 +12261,19 @@
12128
12261
  },
12129
12262
  {
12130
12263
  "name": "internalItems",
12131
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
12264
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
12132
12265
  },
12133
12266
  {
12134
12267
  "name": "groupedItems",
12135
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12268
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12136
12269
  },
12137
12270
  {
12138
12271
  "name": "columns",
12139
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
12272
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
12140
12273
  },
12141
12274
  {
12142
12275
  "name": "headers",
12143
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12276
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12144
12277
  }
12145
12278
  ]
12146
12279
  },
@@ -12167,7 +12300,7 @@
12167
12300
  },
12168
12301
  {
12169
12302
  "name": "toggleSort",
12170
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12303
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12171
12304
  },
12172
12305
  {
12173
12306
  "name": "setItemsPerPage",
@@ -12199,11 +12332,11 @@
12199
12332
  },
12200
12333
  {
12201
12334
  "name": "isExpanded",
12202
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
12335
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
12203
12336
  },
12204
12337
  {
12205
12338
  "name": "toggleExpand",
12206
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
12339
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
12207
12340
  },
12208
12341
  {
12209
12342
  "name": "isGroupOpen",
@@ -12219,19 +12352,19 @@
12219
12352
  },
12220
12353
  {
12221
12354
  "name": "internalItems",
12222
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
12355
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
12223
12356
  },
12224
12357
  {
12225
12358
  "name": "groupedItems",
12226
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12359
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12227
12360
  },
12228
12361
  {
12229
12362
  "name": "columns",
12230
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
12363
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
12231
12364
  },
12232
12365
  {
12233
12366
  "name": "headers",
12234
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12367
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12235
12368
  }
12236
12369
  ]
12237
12370
  },
@@ -12258,7 +12391,7 @@
12258
12391
  },
12259
12392
  {
12260
12393
  "name": "toggleSort",
12261
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12394
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12262
12395
  },
12263
12396
  {
12264
12397
  "name": "setItemsPerPage",
@@ -12290,11 +12423,11 @@
12290
12423
  },
12291
12424
  {
12292
12425
  "name": "isExpanded",
12293
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
12426
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
12294
12427
  },
12295
12428
  {
12296
12429
  "name": "toggleExpand",
12297
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
12430
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
12298
12431
  },
12299
12432
  {
12300
12433
  "name": "isGroupOpen",
@@ -12310,19 +12443,19 @@
12310
12443
  },
12311
12444
  {
12312
12445
  "name": "internalItems",
12313
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
12446
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
12314
12447
  },
12315
12448
  {
12316
12449
  "name": "groupedItems",
12317
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12450
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12318
12451
  },
12319
12452
  {
12320
12453
  "name": "columns",
12321
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
12454
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
12322
12455
  },
12323
12456
  {
12324
12457
  "name": "headers",
12325
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12458
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12326
12459
  }
12327
12460
  ]
12328
12461
  },
@@ -12349,7 +12482,7 @@
12349
12482
  },
12350
12483
  {
12351
12484
  "name": "toggleSort",
12352
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12485
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12353
12486
  },
12354
12487
  {
12355
12488
  "name": "setItemsPerPage",
@@ -12381,11 +12514,11 @@
12381
12514
  },
12382
12515
  {
12383
12516
  "name": "isExpanded",
12384
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
12517
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
12385
12518
  },
12386
12519
  {
12387
12520
  "name": "toggleExpand",
12388
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
12521
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
12389
12522
  },
12390
12523
  {
12391
12524
  "name": "isGroupOpen",
@@ -12401,19 +12534,19 @@
12401
12534
  },
12402
12535
  {
12403
12536
  "name": "internalItems",
12404
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
12537
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
12405
12538
  },
12406
12539
  {
12407
12540
  "name": "groupedItems",
12408
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12541
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12409
12542
  },
12410
12543
  {
12411
12544
  "name": "columns",
12412
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
12545
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
12413
12546
  },
12414
12547
  {
12415
12548
  "name": "headers",
12416
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12549
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12417
12550
  }
12418
12551
  ]
12419
12552
  },
@@ -12440,7 +12573,7 @@
12440
12573
  },
12441
12574
  {
12442
12575
  "name": "toggleSort",
12443
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12576
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12444
12577
  },
12445
12578
  {
12446
12579
  "name": "setItemsPerPage",
@@ -12472,11 +12605,11 @@
12472
12605
  },
12473
12606
  {
12474
12607
  "name": "isExpanded",
12475
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
12608
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
12476
12609
  },
12477
12610
  {
12478
12611
  "name": "toggleExpand",
12479
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
12612
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
12480
12613
  },
12481
12614
  {
12482
12615
  "name": "isGroupOpen",
@@ -12492,19 +12625,19 @@
12492
12625
  },
12493
12626
  {
12494
12627
  "name": "internalItems",
12495
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
12628
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
12496
12629
  },
12497
12630
  {
12498
12631
  "name": "groupedItems",
12499
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12632
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12500
12633
  },
12501
12634
  {
12502
12635
  "name": "columns",
12503
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
12636
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
12504
12637
  },
12505
12638
  {
12506
12639
  "name": "headers",
12507
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12640
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12508
12641
  }
12509
12642
  ]
12510
12643
  },
@@ -12531,7 +12664,7 @@
12531
12664
  },
12532
12665
  {
12533
12666
  "name": "toggleSort",
12534
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12667
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12535
12668
  },
12536
12669
  {
12537
12670
  "name": "setItemsPerPage",
@@ -12563,11 +12696,11 @@
12563
12696
  },
12564
12697
  {
12565
12698
  "name": "isExpanded",
12566
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
12699
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
12567
12700
  },
12568
12701
  {
12569
12702
  "name": "toggleExpand",
12570
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
12703
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
12571
12704
  },
12572
12705
  {
12573
12706
  "name": "isGroupOpen",
@@ -12583,19 +12716,19 @@
12583
12716
  },
12584
12717
  {
12585
12718
  "name": "internalItems",
12586
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
12719
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
12587
12720
  },
12588
12721
  {
12589
12722
  "name": "groupedItems",
12590
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12723
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12591
12724
  },
12592
12725
  {
12593
12726
  "name": "columns",
12594
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
12727
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
12595
12728
  },
12596
12729
  {
12597
12730
  "name": "headers",
12598
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12731
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12599
12732
  }
12600
12733
  ]
12601
12734
  },
@@ -12622,7 +12755,7 @@
12622
12755
  },
12623
12756
  {
12624
12757
  "name": "toggleSort",
12625
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12758
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12626
12759
  },
12627
12760
  {
12628
12761
  "name": "setItemsPerPage",
@@ -12654,11 +12787,11 @@
12654
12787
  },
12655
12788
  {
12656
12789
  "name": "isExpanded",
12657
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
12790
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
12658
12791
  },
12659
12792
  {
12660
12793
  "name": "toggleExpand",
12661
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
12794
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
12662
12795
  },
12663
12796
  {
12664
12797
  "name": "isGroupOpen",
@@ -12674,19 +12807,19 @@
12674
12807
  },
12675
12808
  {
12676
12809
  "name": "internalItems",
12677
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
12810
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
12678
12811
  },
12679
12812
  {
12680
12813
  "name": "groupedItems",
12681
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12814
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12682
12815
  },
12683
12816
  {
12684
12817
  "name": "columns",
12685
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
12818
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
12686
12819
  },
12687
12820
  {
12688
12821
  "name": "headers",
12689
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12822
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12690
12823
  }
12691
12824
  ]
12692
12825
  },
@@ -12707,7 +12840,7 @@
12707
12840
  "vue-properties": [
12708
12841
  {
12709
12842
  "name": "column",
12710
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>"
12843
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>"
12711
12844
  },
12712
12845
  {
12713
12846
  "name": "selectAll",
@@ -12715,11 +12848,11 @@
12715
12848
  },
12716
12849
  {
12717
12850
  "name": "isSorted",
12718
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
12851
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
12719
12852
  },
12720
12853
  {
12721
12854
  "name": "toggleSort",
12722
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12855
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12723
12856
  },
12724
12857
  {
12725
12858
  "name": "sortBy",
@@ -12735,7 +12868,7 @@
12735
12868
  },
12736
12869
  {
12737
12870
  "name": "getSortIcon",
12738
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => any"
12871
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => any"
12739
12872
  }
12740
12873
  ]
12741
12874
  }
@@ -12852,7 +12985,7 @@
12852
12985
  },
12853
12986
  {
12854
12987
  "name": "[`item.${string}`]",
12855
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#L77-L80.json))",
12988
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#L78-L81.json))",
12856
12989
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
12857
12990
  }
12858
12991
  ],
@@ -12916,7 +13049,7 @@
12916
13049
  "default": "[]",
12917
13050
  "value": {
12918
13051
  "kind": "expression",
12919
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
13052
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12920
13053
  }
12921
13054
  },
12922
13055
  {
@@ -13006,15 +13139,15 @@
13006
13139
  },
13007
13140
  {
13008
13141
  "name": "columns",
13009
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
13142
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
13010
13143
  },
13011
13144
  {
13012
13145
  "name": "isExpanded",
13013
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
13146
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
13014
13147
  },
13015
13148
  {
13016
13149
  "name": "toggleExpand",
13017
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
13150
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
13018
13151
  },
13019
13152
  {
13020
13153
  "name": "isSelected",
@@ -13046,7 +13179,7 @@
13046
13179
  },
13047
13180
  {
13048
13181
  "name": "[`item.${string}`]",
13049
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#L77-L80.json))",
13182
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#L78-L81.json))",
13050
13183
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
13051
13184
  }
13052
13185
  ],
@@ -13073,6 +13206,15 @@
13073
13206
  "type": "string | number"
13074
13207
  }
13075
13208
  },
13209
+ {
13210
+ "name": "headerProps",
13211
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))",
13212
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
13213
+ "value": {
13214
+ "kind": "expression",
13215
+ "type": "unknown"
13216
+ }
13217
+ },
13076
13218
  {
13077
13219
  "name": "cellProps",
13078
13220
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))",
@@ -13098,7 +13240,7 @@
13098
13240
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
13099
13241
  "value": {
13100
13242
  "kind": "expression",
13101
- "type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | '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}[]"
13243
+ "type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | '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 sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]"
13102
13244
  }
13103
13245
  },
13104
13246
  {
@@ -13709,15 +13851,15 @@
13709
13851
  },
13710
13852
  {
13711
13853
  "name": "columns",
13712
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
13854
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
13713
13855
  },
13714
13856
  {
13715
13857
  "name": "isExpanded",
13716
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
13858
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
13717
13859
  },
13718
13860
  {
13719
13861
  "name": "toggleExpand",
13720
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
13862
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
13721
13863
  },
13722
13864
  {
13723
13865
  "name": "isSelected",
@@ -13754,11 +13896,11 @@
13754
13896
  "vue-properties": [
13755
13897
  {
13756
13898
  "name": "headers",
13757
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
13899
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
13758
13900
  },
13759
13901
  {
13760
13902
  "name": "columns",
13761
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
13903
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
13762
13904
  },
13763
13905
  {
13764
13906
  "name": "sortBy",
@@ -13774,7 +13916,7 @@
13774
13916
  },
13775
13917
  {
13776
13918
  "name": "toggleSort",
13777
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13919
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13778
13920
  },
13779
13921
  {
13780
13922
  "name": "selectAll",
@@ -13782,11 +13924,11 @@
13782
13924
  },
13783
13925
  {
13784
13926
  "name": "getSortIcon",
13785
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => any"
13927
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => any"
13786
13928
  },
13787
13929
  {
13788
13930
  "name": "isSorted",
13789
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
13931
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
13790
13932
  }
13791
13933
  ]
13792
13934
  },
@@ -13812,7 +13954,7 @@
13812
13954
  "vue-properties": [
13813
13955
  {
13814
13956
  "name": "column",
13815
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>"
13957
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>"
13816
13958
  },
13817
13959
  {
13818
13960
  "name": "selectAll",
@@ -13820,11 +13962,11 @@
13820
13962
  },
13821
13963
  {
13822
13964
  "name": "isSorted",
13823
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
13965
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
13824
13966
  },
13825
13967
  {
13826
13968
  "name": "toggleSort",
13827
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13969
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13828
13970
  },
13829
13971
  {
13830
13972
  "name": "sortBy",
@@ -13840,7 +13982,7 @@
13840
13982
  },
13841
13983
  {
13842
13984
  "name": "getSortIcon",
13843
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => any"
13985
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => any"
13844
13986
  }
13845
13987
  ]
13846
13988
  },
@@ -13851,7 +13993,7 @@
13851
13993
  "vue-properties": [
13852
13994
  {
13853
13995
  "name": "column",
13854
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>"
13996
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>"
13855
13997
  },
13856
13998
  {
13857
13999
  "name": "selectAll",
@@ -13859,11 +14001,11 @@
13859
14001
  },
13860
14002
  {
13861
14003
  "name": "isSorted",
13862
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
14004
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
13863
14005
  },
13864
14006
  {
13865
14007
  "name": "toggleSort",
13866
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14008
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13867
14009
  },
13868
14010
  {
13869
14011
  "name": "sortBy",
@@ -13879,7 +14021,7 @@
13879
14021
  },
13880
14022
  {
13881
14023
  "name": "getSortIcon",
13882
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => any"
14024
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => any"
13883
14025
  }
13884
14026
  ]
13885
14027
  },
@@ -13906,7 +14048,7 @@
13906
14048
  },
13907
14049
  {
13908
14050
  "name": "toggleSort",
13909
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14051
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13910
14052
  },
13911
14053
  {
13912
14054
  "name": "setItemsPerPage",
@@ -13938,11 +14080,11 @@
13938
14080
  },
13939
14081
  {
13940
14082
  "name": "isExpanded",
13941
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
14083
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
13942
14084
  },
13943
14085
  {
13944
14086
  "name": "toggleExpand",
13945
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
14087
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
13946
14088
  },
13947
14089
  {
13948
14090
  "name": "isGroupOpen",
@@ -13958,19 +14100,19 @@
13958
14100
  },
13959
14101
  {
13960
14102
  "name": "internalItems",
13961
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
14103
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
13962
14104
  },
13963
14105
  {
13964
14106
  "name": "groupedItems",
13965
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14107
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
13966
14108
  },
13967
14109
  {
13968
14110
  "name": "columns",
13969
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
14111
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
13970
14112
  },
13971
14113
  {
13972
14114
  "name": "headers",
13973
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14115
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
13974
14116
  }
13975
14117
  ]
13976
14118
  },
@@ -13997,7 +14139,7 @@
13997
14139
  },
13998
14140
  {
13999
14141
  "name": "toggleSort",
14000
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14142
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14001
14143
  },
14002
14144
  {
14003
14145
  "name": "setItemsPerPage",
@@ -14029,11 +14171,11 @@
14029
14171
  },
14030
14172
  {
14031
14173
  "name": "isExpanded",
14032
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
14174
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
14033
14175
  },
14034
14176
  {
14035
14177
  "name": "toggleExpand",
14036
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
14178
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
14037
14179
  },
14038
14180
  {
14039
14181
  "name": "isGroupOpen",
@@ -14049,19 +14191,19 @@
14049
14191
  },
14050
14192
  {
14051
14193
  "name": "internalItems",
14052
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
14194
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
14053
14195
  },
14054
14196
  {
14055
14197
  "name": "groupedItems",
14056
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14198
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14057
14199
  },
14058
14200
  {
14059
14201
  "name": "columns",
14060
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
14202
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
14061
14203
  },
14062
14204
  {
14063
14205
  "name": "headers",
14064
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14206
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14065
14207
  }
14066
14208
  ]
14067
14209
  },
@@ -14088,7 +14230,7 @@
14088
14230
  },
14089
14231
  {
14090
14232
  "name": "toggleSort",
14091
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14233
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14092
14234
  },
14093
14235
  {
14094
14236
  "name": "setItemsPerPage",
@@ -14120,11 +14262,11 @@
14120
14262
  },
14121
14263
  {
14122
14264
  "name": "isExpanded",
14123
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
14265
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
14124
14266
  },
14125
14267
  {
14126
14268
  "name": "toggleExpand",
14127
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
14269
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
14128
14270
  },
14129
14271
  {
14130
14272
  "name": "isGroupOpen",
@@ -14140,19 +14282,19 @@
14140
14282
  },
14141
14283
  {
14142
14284
  "name": "internalItems",
14143
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
14285
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
14144
14286
  },
14145
14287
  {
14146
14288
  "name": "groupedItems",
14147
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14289
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14148
14290
  },
14149
14291
  {
14150
14292
  "name": "columns",
14151
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
14293
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
14152
14294
  },
14153
14295
  {
14154
14296
  "name": "headers",
14155
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14297
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14156
14298
  }
14157
14299
  ]
14158
14300
  },
@@ -14179,7 +14321,7 @@
14179
14321
  },
14180
14322
  {
14181
14323
  "name": "toggleSort",
14182
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14324
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14183
14325
  },
14184
14326
  {
14185
14327
  "name": "setItemsPerPage",
@@ -14211,11 +14353,11 @@
14211
14353
  },
14212
14354
  {
14213
14355
  "name": "isExpanded",
14214
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
14356
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
14215
14357
  },
14216
14358
  {
14217
14359
  "name": "toggleExpand",
14218
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
14360
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
14219
14361
  },
14220
14362
  {
14221
14363
  "name": "isGroupOpen",
@@ -14231,19 +14373,19 @@
14231
14373
  },
14232
14374
  {
14233
14375
  "name": "internalItems",
14234
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
14376
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
14235
14377
  },
14236
14378
  {
14237
14379
  "name": "groupedItems",
14238
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14380
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14239
14381
  },
14240
14382
  {
14241
14383
  "name": "columns",
14242
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
14384
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
14243
14385
  },
14244
14386
  {
14245
14387
  "name": "headers",
14246
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14388
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14247
14389
  }
14248
14390
  ]
14249
14391
  },
@@ -14270,7 +14412,7 @@
14270
14412
  },
14271
14413
  {
14272
14414
  "name": "toggleSort",
14273
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14415
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14274
14416
  },
14275
14417
  {
14276
14418
  "name": "setItemsPerPage",
@@ -14302,11 +14444,11 @@
14302
14444
  },
14303
14445
  {
14304
14446
  "name": "isExpanded",
14305
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
14447
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
14306
14448
  },
14307
14449
  {
14308
14450
  "name": "toggleExpand",
14309
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
14451
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
14310
14452
  },
14311
14453
  {
14312
14454
  "name": "isGroupOpen",
@@ -14322,19 +14464,19 @@
14322
14464
  },
14323
14465
  {
14324
14466
  "name": "internalItems",
14325
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
14467
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
14326
14468
  },
14327
14469
  {
14328
14470
  "name": "groupedItems",
14329
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14471
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14330
14472
  },
14331
14473
  {
14332
14474
  "name": "columns",
14333
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
14475
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
14334
14476
  },
14335
14477
  {
14336
14478
  "name": "headers",
14337
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14479
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14338
14480
  }
14339
14481
  ]
14340
14482
  },
@@ -14361,7 +14503,7 @@
14361
14503
  },
14362
14504
  {
14363
14505
  "name": "toggleSort",
14364
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14506
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14365
14507
  },
14366
14508
  {
14367
14509
  "name": "setItemsPerPage",
@@ -14393,11 +14535,11 @@
14393
14535
  },
14394
14536
  {
14395
14537
  "name": "isExpanded",
14396
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
14538
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
14397
14539
  },
14398
14540
  {
14399
14541
  "name": "toggleExpand",
14400
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
14542
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
14401
14543
  },
14402
14544
  {
14403
14545
  "name": "isGroupOpen",
@@ -14413,19 +14555,19 @@
14413
14555
  },
14414
14556
  {
14415
14557
  "name": "internalItems",
14416
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
14558
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
14417
14559
  },
14418
14560
  {
14419
14561
  "name": "groupedItems",
14420
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14562
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14421
14563
  },
14422
14564
  {
14423
14565
  "name": "columns",
14424
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
14566
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
14425
14567
  },
14426
14568
  {
14427
14569
  "name": "headers",
14428
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14570
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14429
14571
  }
14430
14572
  ]
14431
14573
  },
@@ -14452,7 +14594,7 @@
14452
14594
  },
14453
14595
  {
14454
14596
  "name": "toggleSort",
14455
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14597
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14456
14598
  },
14457
14599
  {
14458
14600
  "name": "setItemsPerPage",
@@ -14484,11 +14626,11 @@
14484
14626
  },
14485
14627
  {
14486
14628
  "name": "isExpanded",
14487
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
14629
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
14488
14630
  },
14489
14631
  {
14490
14632
  "name": "toggleExpand",
14491
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
14633
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
14492
14634
  },
14493
14635
  {
14494
14636
  "name": "isGroupOpen",
@@ -14504,19 +14646,19 @@
14504
14646
  },
14505
14647
  {
14506
14648
  "name": "internalItems",
14507
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
14649
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
14508
14650
  },
14509
14651
  {
14510
14652
  "name": "groupedItems",
14511
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14653
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14512
14654
  },
14513
14655
  {
14514
14656
  "name": "columns",
14515
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
14657
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
14516
14658
  },
14517
14659
  {
14518
14660
  "name": "headers",
14519
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14661
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14520
14662
  }
14521
14663
  ]
14522
14664
  },
@@ -14543,7 +14685,7 @@
14543
14685
  },
14544
14686
  {
14545
14687
  "name": "toggleSort",
14546
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14688
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14547
14689
  },
14548
14690
  {
14549
14691
  "name": "setItemsPerPage",
@@ -14575,11 +14717,11 @@
14575
14717
  },
14576
14718
  {
14577
14719
  "name": "isExpanded",
14578
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
14720
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
14579
14721
  },
14580
14722
  {
14581
14723
  "name": "toggleExpand",
14582
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
14724
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
14583
14725
  },
14584
14726
  {
14585
14727
  "name": "isGroupOpen",
@@ -14595,19 +14737,19 @@
14595
14737
  },
14596
14738
  {
14597
14739
  "name": "internalItems",
14598
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
14740
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
14599
14741
  },
14600
14742
  {
14601
14743
  "name": "groupedItems",
14602
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14744
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14603
14745
  },
14604
14746
  {
14605
14747
  "name": "columns",
14606
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
14748
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
14607
14749
  },
14608
14750
  {
14609
14751
  "name": "headers",
14610
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14752
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14611
14753
  }
14612
14754
  ]
14613
14755
  },
@@ -14634,7 +14776,7 @@
14634
14776
  },
14635
14777
  {
14636
14778
  "name": "toggleSort",
14637
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14779
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14638
14780
  },
14639
14781
  {
14640
14782
  "name": "setItemsPerPage",
@@ -14666,11 +14808,11 @@
14666
14808
  },
14667
14809
  {
14668
14810
  "name": "isExpanded",
14669
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
14811
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
14670
14812
  },
14671
14813
  {
14672
14814
  "name": "toggleExpand",
14673
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
14815
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
14674
14816
  },
14675
14817
  {
14676
14818
  "name": "isGroupOpen",
@@ -14686,19 +14828,19 @@
14686
14828
  },
14687
14829
  {
14688
14830
  "name": "internalItems",
14689
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
14831
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
14690
14832
  },
14691
14833
  {
14692
14834
  "name": "groupedItems",
14693
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14835
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14694
14836
  },
14695
14837
  {
14696
14838
  "name": "columns",
14697
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
14839
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
14698
14840
  },
14699
14841
  {
14700
14842
  "name": "headers",
14701
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14843
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14702
14844
  }
14703
14845
  ]
14704
14846
  },
@@ -14725,7 +14867,7 @@
14725
14867
  },
14726
14868
  {
14727
14869
  "name": "toggleSort",
14728
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14870
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14729
14871
  },
14730
14872
  {
14731
14873
  "name": "setItemsPerPage",
@@ -14757,11 +14899,11 @@
14757
14899
  },
14758
14900
  {
14759
14901
  "name": "isExpanded",
14760
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
14902
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
14761
14903
  },
14762
14904
  {
14763
14905
  "name": "toggleExpand",
14764
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
14906
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
14765
14907
  },
14766
14908
  {
14767
14909
  "name": "isGroupOpen",
@@ -14777,19 +14919,19 @@
14777
14919
  },
14778
14920
  {
14779
14921
  "name": "internalItems",
14780
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
14922
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
14781
14923
  },
14782
14924
  {
14783
14925
  "name": "groupedItems",
14784
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14926
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14785
14927
  },
14786
14928
  {
14787
14929
  "name": "columns",
14788
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
14930
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
14789
14931
  },
14790
14932
  {
14791
14933
  "name": "headers",
14792
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14934
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14793
14935
  }
14794
14936
  ]
14795
14937
  },
@@ -14810,7 +14952,7 @@
14810
14952
  "vue-properties": [
14811
14953
  {
14812
14954
  "name": "column",
14813
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>"
14955
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>"
14814
14956
  },
14815
14957
  {
14816
14958
  "name": "selectAll",
@@ -14818,11 +14960,11 @@
14818
14960
  },
14819
14961
  {
14820
14962
  "name": "isSorted",
14821
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
14963
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
14822
14964
  },
14823
14965
  {
14824
14966
  "name": "toggleSort",
14825
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14967
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14826
14968
  },
14827
14969
  {
14828
14970
  "name": "sortBy",
@@ -14838,7 +14980,7 @@
14838
14980
  },
14839
14981
  {
14840
14982
  "name": "getSortIcon",
14841
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => any"
14983
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => any"
14842
14984
  }
14843
14985
  ]
14844
14986
  }
@@ -14866,6 +15008,15 @@
14866
15008
  "type": "string | number"
14867
15009
  }
14868
15010
  },
15011
+ {
15012
+ "name": "headerProps",
15013
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))",
15014
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
15015
+ "value": {
15016
+ "kind": "expression",
15017
+ "type": "unknown"
15018
+ }
15019
+ },
14869
15020
  {
14870
15021
  "name": "cellProps",
14871
15022
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))",
@@ -14881,7 +15032,7 @@
14881
15032
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
14882
15033
  "value": {
14883
15034
  "kind": "expression",
14884
- "type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | '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}[]"
15035
+ "type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | '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 sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]"
14885
15036
  }
14886
15037
  },
14887
15038
  {
@@ -15388,15 +15539,15 @@
15388
15539
  },
15389
15540
  {
15390
15541
  "name": "columns",
15391
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
15542
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
15392
15543
  },
15393
15544
  {
15394
15545
  "name": "isExpanded",
15395
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
15546
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
15396
15547
  },
15397
15548
  {
15398
15549
  "name": "toggleExpand",
15399
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
15550
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
15400
15551
  },
15401
15552
  {
15402
15553
  "name": "isSelected",
@@ -15433,11 +15584,11 @@
15433
15584
  "vue-properties": [
15434
15585
  {
15435
15586
  "name": "headers",
15436
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
15587
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
15437
15588
  },
15438
15589
  {
15439
15590
  "name": "columns",
15440
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
15591
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
15441
15592
  },
15442
15593
  {
15443
15594
  "name": "sortBy",
@@ -15453,7 +15604,7 @@
15453
15604
  },
15454
15605
  {
15455
15606
  "name": "toggleSort",
15456
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
15607
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
15457
15608
  },
15458
15609
  {
15459
15610
  "name": "selectAll",
@@ -15461,11 +15612,11 @@
15461
15612
  },
15462
15613
  {
15463
15614
  "name": "getSortIcon",
15464
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => any"
15615
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => any"
15465
15616
  },
15466
15617
  {
15467
15618
  "name": "isSorted",
15468
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
15619
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
15469
15620
  }
15470
15621
  ]
15471
15622
  },
@@ -15491,7 +15642,7 @@
15491
15642
  "vue-properties": [
15492
15643
  {
15493
15644
  "name": "column",
15494
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>"
15645
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>"
15495
15646
  },
15496
15647
  {
15497
15648
  "name": "selectAll",
@@ -15499,11 +15650,11 @@
15499
15650
  },
15500
15651
  {
15501
15652
  "name": "isSorted",
15502
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
15653
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
15503
15654
  },
15504
15655
  {
15505
15656
  "name": "toggleSort",
15506
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
15657
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
15507
15658
  },
15508
15659
  {
15509
15660
  "name": "sortBy",
@@ -15519,7 +15670,7 @@
15519
15670
  },
15520
15671
  {
15521
15672
  "name": "getSortIcon",
15522
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => any"
15673
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => any"
15523
15674
  }
15524
15675
  ]
15525
15676
  },
@@ -15530,7 +15681,7 @@
15530
15681
  "vue-properties": [
15531
15682
  {
15532
15683
  "name": "column",
15533
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>"
15684
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>"
15534
15685
  },
15535
15686
  {
15536
15687
  "name": "selectAll",
@@ -15538,11 +15689,11 @@
15538
15689
  },
15539
15690
  {
15540
15691
  "name": "isSorted",
15541
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
15692
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
15542
15693
  },
15543
15694
  {
15544
15695
  "name": "toggleSort",
15545
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
15696
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
15546
15697
  },
15547
15698
  {
15548
15699
  "name": "sortBy",
@@ -15558,7 +15709,82 @@
15558
15709
  },
15559
15710
  {
15560
15711
  "name": "getSortIcon",
15561
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => any"
15712
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => any"
15713
+ }
15714
+ ]
15715
+ },
15716
+ {
15717
+ "name": "colgroup",
15718
+ "description": "Slot to replace the default rendering of the `<colgroup>` element.",
15719
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
15720
+ "vue-properties": [
15721
+ {
15722
+ "name": "headers",
15723
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
15724
+ },
15725
+ {
15726
+ "name": "items",
15727
+ "type": "any[]"
15728
+ },
15729
+ {
15730
+ "name": "sortBy",
15731
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]"
15732
+ },
15733
+ {
15734
+ "name": "isExpanded",
15735
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
15736
+ },
15737
+ {
15738
+ "name": "toggleExpand",
15739
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
15740
+ },
15741
+ {
15742
+ "name": "isSelected",
15743
+ "type": "(items: { value: any; selectable: boolean } | SelectableItem[]) => boolean"
15744
+ },
15745
+ {
15746
+ "name": "toggleSelect",
15747
+ "type": "(item: { value: any; selectable: boolean }) => void"
15748
+ },
15749
+ {
15750
+ "name": "toggleSort",
15751
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
15752
+ },
15753
+ {
15754
+ "name": "someSelected",
15755
+ "type": "boolean"
15756
+ },
15757
+ {
15758
+ "name": "allSelected",
15759
+ "type": "boolean"
15760
+ },
15761
+ {
15762
+ "name": "select",
15763
+ "type": "(items: SelectableItem[], value: boolean) => void"
15764
+ },
15765
+ {
15766
+ "name": "selectAll",
15767
+ "type": "(value: boolean) => void"
15768
+ },
15769
+ {
15770
+ "name": "isGroupOpen",
15771
+ "type": "(group: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>) => boolean"
15772
+ },
15773
+ {
15774
+ "name": "toggleGroup",
15775
+ "type": "(group: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>) => void"
15776
+ },
15777
+ {
15778
+ "name": "internalItems",
15779
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
15780
+ },
15781
+ {
15782
+ "name": "groupedItems",
15783
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
15784
+ },
15785
+ {
15786
+ "name": "columns",
15787
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
15562
15788
  }
15563
15789
  ]
15564
15790
  },
@@ -15569,7 +15795,7 @@
15569
15795
  "vue-properties": [
15570
15796
  {
15571
15797
  "name": "headers",
15572
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
15798
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
15573
15799
  },
15574
15800
  {
15575
15801
  "name": "items",
@@ -15581,11 +15807,11 @@
15581
15807
  },
15582
15808
  {
15583
15809
  "name": "isExpanded",
15584
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
15810
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
15585
15811
  },
15586
15812
  {
15587
15813
  "name": "toggleExpand",
15588
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
15814
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
15589
15815
  },
15590
15816
  {
15591
15817
  "name": "isSelected",
@@ -15597,7 +15823,7 @@
15597
15823
  },
15598
15824
  {
15599
15825
  "name": "toggleSort",
15600
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
15826
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
15601
15827
  },
15602
15828
  {
15603
15829
  "name": "someSelected",
@@ -15625,15 +15851,15 @@
15625
15851
  },
15626
15852
  {
15627
15853
  "name": "internalItems",
15628
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
15854
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
15629
15855
  },
15630
15856
  {
15631
15857
  "name": "groupedItems",
15632
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
15858
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
15633
15859
  },
15634
15860
  {
15635
15861
  "name": "columns",
15636
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
15862
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
15637
15863
  }
15638
15864
  ]
15639
15865
  },
@@ -15644,7 +15870,7 @@
15644
15870
  "vue-properties": [
15645
15871
  {
15646
15872
  "name": "headers",
15647
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
15873
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
15648
15874
  },
15649
15875
  {
15650
15876
  "name": "items",
@@ -15656,11 +15882,11 @@
15656
15882
  },
15657
15883
  {
15658
15884
  "name": "isExpanded",
15659
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
15885
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
15660
15886
  },
15661
15887
  {
15662
15888
  "name": "toggleExpand",
15663
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
15889
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
15664
15890
  },
15665
15891
  {
15666
15892
  "name": "isSelected",
@@ -15672,7 +15898,7 @@
15672
15898
  },
15673
15899
  {
15674
15900
  "name": "toggleSort",
15675
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
15901
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
15676
15902
  },
15677
15903
  {
15678
15904
  "name": "someSelected",
@@ -15700,15 +15926,15 @@
15700
15926
  },
15701
15927
  {
15702
15928
  "name": "internalItems",
15703
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
15929
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
15704
15930
  },
15705
15931
  {
15706
15932
  "name": "groupedItems",
15707
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
15933
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
15708
15934
  },
15709
15935
  {
15710
15936
  "name": "columns",
15711
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
15937
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
15712
15938
  }
15713
15939
  ]
15714
15940
  },
@@ -15719,7 +15945,7 @@
15719
15945
  "vue-properties": [
15720
15946
  {
15721
15947
  "name": "headers",
15722
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
15948
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
15723
15949
  },
15724
15950
  {
15725
15951
  "name": "items",
@@ -15731,11 +15957,11 @@
15731
15957
  },
15732
15958
  {
15733
15959
  "name": "isExpanded",
15734
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
15960
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
15735
15961
  },
15736
15962
  {
15737
15963
  "name": "toggleExpand",
15738
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
15964
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
15739
15965
  },
15740
15966
  {
15741
15967
  "name": "isSelected",
@@ -15747,7 +15973,7 @@
15747
15973
  },
15748
15974
  {
15749
15975
  "name": "toggleSort",
15750
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
15976
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
15751
15977
  },
15752
15978
  {
15753
15979
  "name": "someSelected",
@@ -15775,15 +16001,15 @@
15775
16001
  },
15776
16002
  {
15777
16003
  "name": "internalItems",
15778
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
16004
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
15779
16005
  },
15780
16006
  {
15781
16007
  "name": "groupedItems",
15782
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
16008
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
15783
16009
  },
15784
16010
  {
15785
16011
  "name": "columns",
15786
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
16012
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
15787
16013
  }
15788
16014
  ]
15789
16015
  },
@@ -15794,7 +16020,7 @@
15794
16020
  "vue-properties": [
15795
16021
  {
15796
16022
  "name": "headers",
15797
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
16023
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[][]"
15798
16024
  },
15799
16025
  {
15800
16026
  "name": "items",
@@ -15806,11 +16032,11 @@
15806
16032
  },
15807
16033
  {
15808
16034
  "name": "isExpanded",
15809
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
16035
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => boolean"
15810
16036
  },
15811
16037
  {
15812
16038
  "name": "toggleExpand",
15813
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
16039
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>) => void"
15814
16040
  },
15815
16041
  {
15816
16042
  "name": "isSelected",
@@ -15822,7 +16048,7 @@
15822
16048
  },
15823
16049
  {
15824
16050
  "name": "toggleSort",
15825
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
16051
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
15826
16052
  },
15827
16053
  {
15828
16054
  "name": "someSelected",
@@ -15850,15 +16076,15 @@
15850
16076
  },
15851
16077
  {
15852
16078
  "name": "internalItems",
15853
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
16079
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a>[]"
15854
16080
  },
15855
16081
  {
15856
16082
  "name": "groupedItems",
15857
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
16083
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
15858
16084
  },
15859
16085
  {
15860
16086
  "name": "columns",
15861
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
16087
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>[]"
15862
16088
  }
15863
16089
  ]
15864
16090
  },
@@ -15874,7 +16100,7 @@
15874
16100
  "vue-properties": [
15875
16101
  {
15876
16102
  "name": "column",
15877
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>"
16103
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>"
15878
16104
  },
15879
16105
  {
15880
16106
  "name": "selectAll",
@@ -15882,11 +16108,11 @@
15882
16108
  },
15883
16109
  {
15884
16110
  "name": "isSorted",
15885
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
16111
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
15886
16112
  },
15887
16113
  {
15888
16114
  "name": "toggleSort",
15889
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
16115
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => void"
15890
16116
  },
15891
16117
  {
15892
16118
  "name": "sortBy",
@@ -15902,7 +16128,7 @@
15902
16128
  },
15903
16129
  {
15904
16130
  "name": "getSortIcon",
15905
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => any"
16131
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L33-L42\" target=\"_blank\">InternalDataTableHeader</a>) => any"
15906
16132
  }
15907
16133
  ]
15908
16134
  }
@@ -16047,8 +16273,8 @@
16047
16273
  }
16048
16274
  },
16049
16275
  {
16050
- "name": "multiple",
16051
- "description": "Allow the selection of multiple dates.",
16276
+ "name": "range",
16277
+ "description": "Allow the selection of date range.",
16052
16278
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
16053
16279
  "default": "false",
16054
16280
  "value": {
@@ -16131,6 +16357,16 @@
16131
16357
  "type": "unknown"
16132
16358
  }
16133
16359
  },
16360
+ {
16361
+ "name": "multiple",
16362
+ "description": "Allow the selection of multiple dates.",
16363
+ "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
16364
+ "default": "false",
16365
+ "value": {
16366
+ "kind": "expression",
16367
+ "type": "boolean"
16368
+ }
16369
+ },
16134
16370
  {
16135
16371
  "name": "height",
16136
16372
  "description": "Sets the height for the component.",
@@ -16631,7 +16867,7 @@
16631
16867
  }
16632
16868
  },
16633
16869
  {
16634
- "name": "multiple",
16870
+ "name": "range",
16635
16871
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
16636
16872
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
16637
16873
  "default": "false",
@@ -16742,6 +16978,16 @@
16742
16978
  "kind": "expression",
16743
16979
  "type": "unknown"
16744
16980
  }
16981
+ },
16982
+ {
16983
+ "name": "multiple",
16984
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
16985
+ "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
16986
+ "default": "false",
16987
+ "value": {
16988
+ "kind": "expression",
16989
+ "type": "string | number | boolean"
16990
+ }
16745
16991
  }
16746
16992
  ],
16747
16993
  "events": [
@@ -16782,7 +17028,7 @@
16782
17028
  "slots": [
16783
17029
  {
16784
17030
  "name": "day",
16785
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonth.tsx#L17-L23.json))",
17031
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonth.tsx#L20-L26.json))",
16786
17032
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#slots",
16787
17033
  "vue-properties": [
16788
17034
  {
@@ -20263,6 +20509,15 @@
20263
20509
  "type": "boolean"
20264
20510
  }
20265
20511
  },
20512
+ {
20513
+ "name": "color",
20514
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
20515
+ "doc-url": "https://vuetifyjs.com/api/v-img#props",
20516
+ "value": {
20517
+ "kind": "expression",
20518
+ "type": "string"
20519
+ }
20520
+ },
20266
20521
  {
20267
20522
  "name": "draggable",
20268
20523
  "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable).",
@@ -20429,6 +20684,15 @@
20429
20684
  "type": "string | number"
20430
20685
  }
20431
20686
  },
20687
+ {
20688
+ "name": "rounded",
20689
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
20690
+ "doc-url": "https://vuetifyjs.com/api/v-img#props",
20691
+ "value": {
20692
+ "kind": "expression",
20693
+ "type": "string | number | boolean"
20694
+ }
20695
+ },
20432
20696
  {
20433
20697
  "name": "transition",
20434
20698
  "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition.",
@@ -21896,6 +22160,24 @@
21896
22160
  "type": "boolean"
21897
22161
  }
21898
22162
  },
22163
+ {
22164
+ "name": "expandIcon",
22165
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))",
22166
+ "doc-url": "https://vuetifyjs.com/api/v-list#props",
22167
+ "value": {
22168
+ "kind": "expression",
22169
+ "type": "string"
22170
+ }
22171
+ },
22172
+ {
22173
+ "name": "collapseIcon",
22174
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))",
22175
+ "doc-url": "https://vuetifyjs.com/api/v-list#props",
22176
+ "value": {
22177
+ "kind": "expression",
22178
+ "type": "string"
22179
+ }
22180
+ },
21899
22181
  {
21900
22182
  "name": "lines",
21901
22183
  "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers.",
@@ -25906,7 +26188,7 @@
25906
26188
  },
25907
26189
  {
25908
26190
  "name": "baseColor",
25909
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSelectionControl.json))",
26191
+ "description": "Sets the color of the input when it is not focused.",
25910
26192
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
25911
26193
  "value": {
25912
26194
  "kind": "expression",
@@ -28646,32 +28928,60 @@
28646
28928
  }
28647
28929
  },
28648
28930
  {
28649
- "name": "menu",
28650
- "description": "Renders with the menu open by default.",
28931
+ "name": "listProps",
28932
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))",
28651
28933
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28652
- "default": "false",
28934
+ "value": {
28935
+ "kind": "expression",
28936
+ "type": "unknown"
28937
+ }
28938
+ },
28939
+ {
28940
+ "name": "baseColor",
28941
+ "description": "Sets the color of the input when it is not focused.",
28942
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
28943
+ "value": {
28944
+ "kind": "expression",
28945
+ "type": "string"
28946
+ }
28947
+ },
28948
+ {
28949
+ "name": "bgColor",
28950
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
28951
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
28952
+ "value": {
28953
+ "kind": "expression",
28954
+ "type": "string"
28955
+ }
28956
+ },
28957
+ {
28958
+ "name": "disabled",
28959
+ "description": "Removes the ability to click or target the input.",
28960
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
28961
+ "default": "null",
28653
28962
  "value": {
28654
28963
  "kind": "expression",
28655
28964
  "type": "boolean"
28656
28965
  }
28657
28966
  },
28658
28967
  {
28659
- "name": "menuIcon",
28660
- "description": "Sets the the spin icon.",
28968
+ "name": "multiple",
28969
+ "description": "Changes select to multiple. Accepts array for value.",
28661
28970
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28662
- "default": "'$dropdown'",
28971
+ "default": "false",
28663
28972
  "value": {
28664
28973
  "kind": "expression",
28665
- "type": "any"
28974
+ "type": "boolean"
28666
28975
  }
28667
28976
  },
28668
28977
  {
28669
- "name": "menuProps",
28670
- "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended.",
28978
+ "name": "reverse",
28979
+ "description": "Reverses the orientation.",
28671
28980
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28981
+ "default": "false",
28672
28982
  "value": {
28673
28983
  "kind": "expression",
28674
- "type": "unknown"
28984
+ "type": "boolean"
28675
28985
  }
28676
28986
  },
28677
28987
  {
@@ -28685,37 +28995,68 @@
28685
28995
  }
28686
28996
  },
28687
28997
  {
28688
- "name": "id",
28689
- "description": "Sets the DOM id on the component.",
28998
+ "name": "density",
28999
+ "description": "Adjusts the vertical height used by the component.",
28690
29000
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
29001
+ "default": "'default'",
28691
29002
  "value": {
28692
29003
  "kind": "expression",
28693
- "type": "string"
29004
+ "type": "'default' | 'comfortable' | 'compact'"
28694
29005
  }
28695
29006
  },
28696
29007
  {
28697
- "name": "disabled",
28698
- "description": "Removes the ability to click or target the input.",
29008
+ "name": "items",
29009
+ "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.",
28699
29010
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28700
- "default": "null",
29011
+ "default": "[]",
28701
29012
  "value": {
28702
29013
  "kind": "expression",
28703
- "type": "boolean"
29014
+ "type": "any[]"
28704
29015
  }
28705
29016
  },
28706
29017
  {
28707
- "name": "modelValue",
28708
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
29018
+ "name": "itemTitle",
29019
+ "description": "Property on supplied `items` that contains its title.",
28709
29020
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28710
- "default": "null",
29021
+ "default": "'title'",
28711
29022
  "value": {
28712
29023
  "kind": "expression",
28713
- "type": "any"
29024
+ "type": "SelectItemKey<any>"
28714
29025
  }
28715
29026
  },
28716
29027
  {
28717
- "name": "reverse",
28718
- "description": "Reverses the orientation.",
29028
+ "name": "itemValue",
29029
+ "description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479).",
29030
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
29031
+ "default": "'value'",
29032
+ "value": {
29033
+ "kind": "expression",
29034
+ "type": "SelectItemKey<any>"
29035
+ }
29036
+ },
29037
+ {
29038
+ "name": "itemChildren",
29039
+ "description": "Property on supplied `items` that contains its children.",
29040
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
29041
+ "default": "false",
29042
+ "value": {
29043
+ "kind": "expression",
29044
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>"
29045
+ }
29046
+ },
29047
+ {
29048
+ "name": "itemProps",
29049
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
29050
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
29051
+ "default": "'props'",
29052
+ "value": {
29053
+ "kind": "expression",
29054
+ "type": "SelectItemKey<any>"
29055
+ }
29056
+ },
29057
+ {
29058
+ "name": "returnObject",
29059
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**.",
28719
29060
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28720
29061
  "default": "false",
28721
29062
  "value": {
@@ -28724,27 +29065,26 @@
28724
29065
  }
28725
29066
  },
28726
29067
  {
28727
- "name": "theme",
28728
- "description": "Specify a theme for this component and all of its children.",
29068
+ "name": "valueComparator",
29069
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
28729
29070
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28730
29071
  "value": {
28731
29072
  "kind": "expression",
28732
- "type": "string"
29073
+ "type": "(a: any, b: any) => boolean"
28733
29074
  }
28734
29075
  },
28735
29076
  {
28736
- "name": "transition",
28737
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
29077
+ "name": "rounded",
29078
+ "description": "Adds a border radius to the input.",
28738
29079
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28739
- "default": "{component: {name: 'VDialogTransition'}}",
28740
29080
  "value": {
28741
29081
  "kind": "expression",
28742
- "type": "| string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }"
29082
+ "type": "string | number | boolean"
28743
29083
  }
28744
29084
  },
28745
29085
  {
28746
- "name": "name",
28747
- "description": "Sets the component's name attribute.",
29086
+ "name": "theme",
29087
+ "description": "Specify a theme for this component and all of its children.",
28748
29088
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28749
29089
  "value": {
28750
29090
  "kind": "expression",
@@ -28752,28 +29092,36 @@
28752
29092
  }
28753
29093
  },
28754
29094
  {
28755
- "name": "multiple",
28756
- "description": "Changes select to multiple. Accepts array for value.",
29095
+ "name": "color",
29096
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
28757
29097
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28758
- "default": "false",
28759
29098
  "value": {
28760
29099
  "kind": "expression",
28761
- "type": "boolean"
29100
+ "type": "string"
28762
29101
  }
28763
29102
  },
28764
29103
  {
28765
- "name": "noDataText",
28766
- "description": "Text shown when no items are provided to the component.",
29104
+ "name": "variant",
29105
+ "description": "Applies a distinct style to the component.",
29106
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
29107
+ "default": "'filled'",
29108
+ "value": {
29109
+ "kind": "expression",
29110
+ "type": "| 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'"
29111
+ }
29112
+ },
29113
+ {
29114
+ "name": "name",
29115
+ "description": "Sets the component's name attribute.",
28767
29116
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28768
- "default": "'$vuetify.noDataText'",
28769
29117
  "value": {
28770
29118
  "kind": "expression",
28771
29119
  "type": "string"
28772
29120
  }
28773
29121
  },
28774
29122
  {
28775
- "name": "openOnClear",
28776
- "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state.",
29123
+ "name": "menu",
29124
+ "description": "Renders with the menu open by default.",
28777
29125
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28778
29126
  "default": "false",
28779
29127
  "value": {
@@ -28782,67 +29130,66 @@
28782
29130
  }
28783
29131
  },
28784
29132
  {
28785
- "name": "itemColor",
28786
- "description": "Sets color of selected items.",
29133
+ "name": "menuIcon",
29134
+ "description": "Sets the the spin icon.",
28787
29135
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
29136
+ "default": "'$dropdown'",
28788
29137
  "value": {
28789
29138
  "kind": "expression",
28790
- "type": "string"
29139
+ "type": "any"
28791
29140
  }
28792
29141
  },
28793
29142
  {
28794
- "name": "items",
28795
- "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.",
29143
+ "name": "menuProps",
29144
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended.",
28796
29145
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28797
- "default": "[]",
28798
29146
  "value": {
28799
29147
  "kind": "expression",
28800
- "type": "any[]"
29148
+ "type": "unknown"
28801
29149
  }
28802
29150
  },
28803
29151
  {
28804
- "name": "itemTitle",
28805
- "description": "Property on supplied `items` that contains its title.",
29152
+ "name": "id",
29153
+ "description": "Sets the DOM id on the component.",
28806
29154
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28807
- "default": "'title'",
28808
29155
  "value": {
28809
29156
  "kind": "expression",
28810
- "type": "SelectItemKey<any>"
29157
+ "type": "string"
28811
29158
  }
28812
29159
  },
28813
29160
  {
28814
- "name": "itemValue",
28815
- "description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479).",
29161
+ "name": "modelValue",
29162
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
28816
29163
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28817
- "default": "'value'",
29164
+ "default": "null",
28818
29165
  "value": {
28819
29166
  "kind": "expression",
28820
- "type": "SelectItemKey<any>"
29167
+ "type": "any"
28821
29168
  }
28822
29169
  },
28823
29170
  {
28824
- "name": "itemChildren",
28825
- "description": "Property on supplied `items` that contains its children.",
29171
+ "name": "transition",
29172
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
28826
29173
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28827
- "default": "false",
29174
+ "default": "{component: {name: 'VDialogTransition'}}",
28828
29175
  "value": {
28829
29176
  "kind": "expression",
28830
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>"
29177
+ "type": "| string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }"
28831
29178
  }
28832
29179
  },
28833
29180
  {
28834
- "name": "itemProps",
28835
- "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
29181
+ "name": "noDataText",
29182
+ "description": "Text shown when no items are provided to the component.",
28836
29183
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28837
- "default": "'props'",
29184
+ "default": "'$vuetify.noDataText'",
28838
29185
  "value": {
28839
29186
  "kind": "expression",
28840
- "type": "SelectItemKey<any>"
29187
+ "type": "string"
28841
29188
  }
28842
29189
  },
28843
29190
  {
28844
- "name": "returnObject",
28845
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**.",
29191
+ "name": "openOnClear",
29192
+ "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state.",
28846
29193
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28847
29194
  "default": "false",
28848
29195
  "value": {
@@ -28851,12 +29198,12 @@
28851
29198
  }
28852
29199
  },
28853
29200
  {
28854
- "name": "valueComparator",
28855
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
29201
+ "name": "itemColor",
29202
+ "description": "Sets color of selected items.",
28856
29203
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28857
29204
  "value": {
28858
29205
  "kind": "expression",
28859
- "type": "(a: any, b: any) => boolean"
29206
+ "type": "string"
28860
29207
  }
28861
29208
  },
28862
29209
  {
@@ -29012,16 +29359,6 @@
29012
29359
  "type": "'horizontal' | 'vertical'"
29013
29360
  }
29014
29361
  },
29015
- {
29016
- "name": "density",
29017
- "description": "Adjusts the vertical height used by the component.",
29018
- "doc-url": "https://vuetifyjs.com/api/v-select#props",
29019
- "default": "'default'",
29020
- "value": {
29021
- "kind": "expression",
29022
- "type": "'default' | 'comfortable' | 'compact'"
29023
- }
29024
- },
29025
29362
  {
29026
29363
  "name": "error",
29027
29364
  "description": "Puts the input in a manual error state.",
@@ -29101,15 +29438,6 @@
29101
29438
  "type": "boolean | 'auto'"
29102
29439
  }
29103
29440
  },
29104
- {
29105
- "name": "bgColor",
29106
- "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
29107
- "doc-url": "https://vuetifyjs.com/api/v-select#props",
29108
- "value": {
29109
- "kind": "expression",
29110
- "type": "string"
29111
- }
29112
- },
29113
29441
  {
29114
29442
  "name": "clearable",
29115
29443
  "description": "Allows for the component to be cleared.",
@@ -29140,24 +29468,6 @@
29140
29468
  "type": "boolean"
29141
29469
  }
29142
29470
  },
29143
- {
29144
- "name": "color",
29145
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
29146
- "doc-url": "https://vuetifyjs.com/api/v-select#props",
29147
- "value": {
29148
- "kind": "expression",
29149
- "type": "string"
29150
- }
29151
- },
29152
- {
29153
- "name": "baseColor",
29154
- "description": "Sets the color of the input when it is not focused.",
29155
- "doc-url": "https://vuetifyjs.com/api/v-select#props",
29156
- "value": {
29157
- "kind": "expression",
29158
- "type": "string"
29159
- }
29160
- },
29161
29471
  {
29162
29472
  "name": "persistentClear",
29163
29473
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover).",
@@ -29187,16 +29497,6 @@
29187
29497
  "type": "boolean"
29188
29498
  }
29189
29499
  },
29190
- {
29191
- "name": "variant",
29192
- "description": "Applies a distinct style to the component.",
29193
- "doc-url": "https://vuetifyjs.com/api/v-select#props",
29194
- "default": "'filled'",
29195
- "value": {
29196
- "kind": "expression",
29197
- "type": "| 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'"
29198
- }
29199
- },
29200
29500
  {
29201
29501
  "name": "loading",
29202
29502
  "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color.",
@@ -29207,15 +29507,6 @@
29207
29507
  "type": "string | boolean"
29208
29508
  }
29209
29509
  },
29210
- {
29211
- "name": "rounded",
29212
- "description": "Adds a border radius to the input.",
29213
- "doc-url": "https://vuetifyjs.com/api/v-select#props",
29214
- "value": {
29215
- "kind": "expression",
29216
- "type": "string | number | boolean"
29217
- }
29218
- },
29219
29510
  {
29220
29511
  "name": "counterValue",
29221
29512
  "description": "Function returns the counter display text.",
@@ -29663,7 +29954,7 @@
29663
29954
  },
29664
29955
  {
29665
29956
  "name": "baseColor",
29666
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSelectionControl.json))",
29957
+ "description": "Sets the color of the input when it is not focused.",
29667
29958
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
29668
29959
  "value": {
29669
29960
  "kind": "expression",
@@ -33528,7 +33819,7 @@
33528
33819
  },
33529
33820
  {
33530
33821
  "name": "indeterminate",
33531
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSwitch.json))",
33822
+ "description": "Sets an indeterminate state for the switch.",
33532
33823
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
33533
33824
  "default": "false",
33534
33825
  "value": {
@@ -33789,7 +34080,7 @@
33789
34080
  },
33790
34081
  {
33791
34082
  "name": "baseColor",
33792
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSelectionControl.json))",
34083
+ "description": "Sets the color of the input when it is not focused.",
33793
34084
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
33794
34085
  "value": {
33795
34086
  "kind": "expression",
@@ -34203,6 +34494,41 @@
34203
34494
  "type": "boolean"
34204
34495
  }
34205
34496
  ]
34497
+ },
34498
+ {
34499
+ "name": "thumb",
34500
+ "description": "Slot for custom thumb content.",
34501
+ "doc-url": "https://vuetifyjs.com/api/v-switch#slots"
34502
+ },
34503
+ {
34504
+ "name": "track-false",
34505
+ "description": "Slot for custom track content when value is false.",
34506
+ "doc-url": "https://vuetifyjs.com/api/v-switch#slots",
34507
+ "vue-properties": [
34508
+ {
34509
+ "name": "model",
34510
+ "type": "Ref<boolean>"
34511
+ },
34512
+ {
34513
+ "name": "isValid",
34514
+ "type": "ComputedRef<boolean | null>"
34515
+ }
34516
+ ]
34517
+ },
34518
+ {
34519
+ "name": "track-true",
34520
+ "description": "Slot for custom track content when value is true.",
34521
+ "doc-url": "https://vuetifyjs.com/api/v-switch#slots",
34522
+ "vue-properties": [
34523
+ {
34524
+ "name": "model",
34525
+ "type": "Ref<boolean>"
34526
+ },
34527
+ {
34528
+ "name": "isValid",
34529
+ "type": "ComputedRef<boolean | null>"
34530
+ }
34531
+ ]
34206
34532
  }
34207
34533
  ],
34208
34534
  "vue-model": {