@vuetify/nightly 3.4.10-dev.2024-01-10 → 3.4.10-dev.2024-01-17

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 (117) hide show
  1. package/CHANGELOG.md +21 -2
  2. package/dist/json/attributes.json +265 -209
  3. package/dist/json/importMap.json +98 -98
  4. package/dist/json/tags.json +14 -0
  5. package/dist/json/web-types.json +626 -394
  6. package/dist/vuetify-labs.css +1350 -1342
  7. package/dist/vuetify-labs.d.ts +8353 -2175
  8. package/dist/vuetify-labs.esm.js +15378 -15300
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +15378 -15300
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +2341 -2335
  13. package/dist/vuetify.d.ts +7289 -1111
  14. package/dist/vuetify.esm.js +15378 -15300
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +15378 -15300
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +792 -788
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +2 -2
  22. package/lib/components/VAlert/_variables.scss +2 -2
  23. package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +1698 -0
  28. package/lib/components/VBanner/index.d.mts +4 -4
  29. package/lib/components/VBtn/VBtn.mjs +3 -1
  30. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  31. package/lib/components/VBtn/index.d.mts +21 -5
  32. package/lib/components/VCarousel/index.d.mts +9 -9
  33. package/lib/components/VChipGroup/VChipGroup.css +3 -3
  34. package/lib/components/VChipGroup/VChipGroup.mjs +22 -16
  35. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  36. package/lib/components/VChipGroup/VChipGroup.sass +4 -3
  37. package/lib/components/VChipGroup/index.d.mts +118 -1
  38. package/lib/components/VCombobox/VCombobox.css +1 -1
  39. package/lib/components/VCombobox/VCombobox.mjs +9 -3
  40. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  41. package/lib/components/VCombobox/VCombobox.sass +1 -1
  42. package/lib/components/VCombobox/index.d.mts +1704 -0
  43. package/lib/components/VDataIterator/VDataIterator.mjs +2 -1
  44. package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
  45. package/lib/components/VDataIterator/index.d.mts +6 -0
  46. package/lib/components/VDataTable/VDataTable.mjs +2 -1
  47. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  48. package/lib/components/VDataTable/VDataTableFooter.css +9 -4
  49. package/lib/components/VDataTable/VDataTableFooter.sass +9 -4
  50. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  51. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  52. package/lib/components/VDataTable/_variables.scss +5 -0
  53. package/lib/components/VDataTable/composables/paginate.mjs +6 -2
  54. package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
  55. package/lib/components/VDataTable/index.d.mts +43 -30
  56. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  57. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  58. package/lib/components/VDatePicker/VDatePickerMonth.mjs +56 -11
  59. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  60. package/lib/components/VDatePicker/index.d.mts +34 -19
  61. package/lib/components/VFileInput/VFileInput.mjs +2 -2
  62. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  63. package/lib/components/VList/VListItem.css +1 -0
  64. package/lib/components/VList/VListItem.sass +1 -0
  65. package/lib/components/VList/_variables.scss +1 -0
  66. package/lib/components/VSelect/VSelect.mjs +5 -2
  67. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  68. package/lib/components/VSelect/index.d.mts +1689 -0
  69. package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -3
  70. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  71. package/lib/components/VSlideGroup/index.d.mts +7 -7
  72. package/lib/components/VSlider/VSliderThumb.mjs +4 -3
  73. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  74. package/lib/components/VSlider/VSliderTrack.css +1 -1
  75. package/lib/components/VSlider/VSliderTrack.sass +1 -1
  76. package/lib/components/VSlider/_variables.scss +1 -0
  77. package/lib/components/VSystemBar/VSystemBar.css +2 -2
  78. package/lib/components/VSystemBar/_variables.scss +2 -2
  79. package/lib/components/VTabs/VTab.mjs +6 -6
  80. package/lib/components/VTabs/VTab.mjs.map +1 -1
  81. package/lib/components/VTabs/index.d.mts +1116 -17
  82. package/lib/components/VTimeline/VTimeline.css +1 -1
  83. package/lib/components/VTimeline/_variables.scss +1 -1
  84. package/lib/components/VToolbar/VToolbar.css +2 -2
  85. package/lib/components/VToolbar/_variables.scss +2 -2
  86. package/lib/components/VWindow/index.d.mts +7 -7
  87. package/lib/components/index.d.mts +8370 -2192
  88. package/lib/composables/calendar.mjs +1 -1
  89. package/lib/composables/calendar.mjs.map +1 -1
  90. package/lib/composables/date/adapters/vuetify.mjs +1 -2
  91. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  92. package/lib/composables/date/date.mjs +4 -4
  93. package/lib/composables/date/date.mjs.map +1 -1
  94. package/lib/composables/locale.mjs +47 -2
  95. package/lib/composables/locale.mjs.map +1 -1
  96. package/lib/composables/theme.mjs +2 -0
  97. package/lib/composables/theme.mjs.map +1 -1
  98. package/lib/entry-bundler.mjs +1 -1
  99. package/lib/framework.mjs +1 -1
  100. package/lib/index.d.mts +31 -31
  101. package/lib/labs/VCalendar/VCalendar.css +4 -2
  102. package/lib/labs/VCalendar/VCalendar.sass +4 -2
  103. package/lib/labs/VCalendar/_variables.scss +5 -0
  104. package/lib/locale/index.d.mts +2 -46
  105. package/lib/locale/index.mjs +0 -44
  106. package/lib/locale/index.mjs.map +1 -1
  107. package/lib/locale/km.mjs +2 -1
  108. package/lib/locale/km.mjs.map +1 -1
  109. package/lib/styles/main.css +78 -78
  110. package/lib/styles/settings/_utilities.scss +1 -0
  111. package/lib/util/helpers.mjs +1 -43
  112. package/lib/util/helpers.mjs.map +1 -1
  113. package/package.json +2 -1
  114. package/lib/components/VDatePicker/utils.mjs +0 -69
  115. package/lib/components/VDatePicker/utils.mjs.map +0 -1
  116. package/lib/util/dateTimeUtils.mjs +0 -115
  117. package/lib/util/dateTimeUtils.mjs.map +0 -1
@@ -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.10-dev.2024-01-10",
5
+ "version": "3.4.10-dev.2024-01-17",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -1147,6 +1147,16 @@
1147
1147
  "type": "boolean | 'exact'\n"
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\n"
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/dev/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\n"
1323
+ "type": "unknown\n"
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\n"
1332
+ "type": "string\n"
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\n"
1341
+ "type": "string\n"
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\n"
1351
+ "type": "boolean\n"
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\n"
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\n"
1371
+ "type": "'default' | 'comfortable' | 'compact'\n"
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\n"
1381
+ "type": "any[]\n"
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>\n"
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>\n"
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 })\n"
1411
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
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\n"
1421
+ "type": "SelectItemKey<any>\n"
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\n"
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\n"
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\n"
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\n"
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'\n"
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\n"
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\n"
1506
+ "type": "any\n"
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[]\n"
1515
+ "type": "unknown\n"
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>\n"
1524
+ "type": "string\n"
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>\n"
1534
+ "type": "any\n"
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#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
1544
+ "type": "string | boolean | (TransitionProps & { component: Component })\n"
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>\n"
1554
+ "type": "string\n"
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\n"
1573
+ "type": "string\n"
1499
1574
  }
1500
1575
  },
1501
1576
  {
@@ -1651,16 +1726,6 @@
1651
1726
  "type": "'horizontal' | 'vertical'\n"
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'\n"
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'\n"
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\n"
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\n"
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\n"
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\n"
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\n"
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'\n"
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\n"
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\n"
1856
- }
1857
- },
1858
1877
  {
1859
1878
  "name": "counterValue",
1860
1879
  "description": "Function returns the counter display text.",
@@ -8170,6 +8189,15 @@
8170
8189
  "description": "",
8171
8190
  "doc-url": "https://vuetifyjs.com/api/v-chip-group",
8172
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\n"
8199
+ }
8200
+ },
8173
8201
  {
8174
8202
  "name": "column",
8175
8203
  "description": "Remove horizontal pagination and wrap items as needed.",
@@ -8199,6 +8227,75 @@
8199
8227
  "type": "(a: any, b: any) => boolean\n"
8200
8228
  }
8201
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\n"
8238
+ }
8239
+ },
8240
+ {
8241
+ "name": "direction",
8242
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/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'\n"
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\n"
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\n"
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\n"
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'\n"
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\n"
8297
+ }
8298
+ },
8202
8299
  {
8203
8300
  "name": "modelValue",
8204
8301
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
@@ -8257,16 +8354,6 @@
8257
8354
  "type": "boolean | 'force'\n"
8258
8355
  }
8259
8356
  },
8260
- {
8261
- "name": "tag",
8262
- "description": "Specify a custom tag used on the root element.",
8263
- "doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
8264
- "default": "'div'",
8265
- "value": {
8266
- "kind": "expression",
8267
- "type": "string\n"
8268
- }
8269
- },
8270
8357
  {
8271
8358
  "name": "theme",
8272
8359
  "description": "Specify a theme for this component and all of its children.",
@@ -8895,6 +8982,26 @@
8895
8982
  "type": "boolean | 'exact'\n"
8896
8983
  }
8897
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\n"
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\n"
9003
+ }
9004
+ },
8898
9005
  {
8899
9006
  "name": "filterMode",
8900
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.",
@@ -8993,16 +9100,6 @@
8993
9100
  "type": "string\n"
8994
9101
  }
8995
9102
  },
8996
- {
8997
- "name": "type",
8998
- "description": "Sets input type.",
8999
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9000
- "default": "'text'",
9001
- "value": {
9002
- "kind": "expression",
9003
- "type": "string\n"
9004
- }
9005
- },
9006
9103
  {
9007
9104
  "name": "openText",
9008
9105
  "description": "Text set to to the inputs **aria-label** and **title** when input menu is open.",
@@ -9044,8 +9141,45 @@
9044
9141
  }
9045
9142
  },
9046
9143
  {
9047
- "name": "menu",
9048
- "description": "Renders with the menu open by default.",
9144
+ "name": "listProps",
9145
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/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\n"
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\n"
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\n"
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\n"
9178
+ }
9179
+ },
9180
+ {
9181
+ "name": "multiple",
9182
+ "description": "Changes select to multiple. Accepts array for value.",
9049
9183
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9050
9184
  "default": "false",
9051
9185
  "value": {
@@ -9054,75 +9188,105 @@
9054
9188
  }
9055
9189
  },
9056
9190
  {
9057
- "name": "menuIcon",
9058
- "description": "Sets the the spin icon.",
9191
+ "name": "density",
9192
+ "description": "Adjusts the vertical height used by the component.",
9059
9193
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9060
- "default": "'$dropdown'",
9194
+ "default": "'default'",
9061
9195
  "value": {
9062
9196
  "kind": "expression",
9063
- "type": "any\n"
9197
+ "type": "'default' | 'comfortable' | 'compact'\n"
9064
9198
  }
9065
9199
  },
9066
9200
  {
9067
- "name": "menuProps",
9068
- "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.",
9069
9203
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9204
+ "default": "[]",
9070
9205
  "value": {
9071
9206
  "kind": "expression",
9072
- "type": "unknown\n"
9207
+ "type": "any[]\n"
9073
9208
  }
9074
9209
  },
9075
9210
  {
9076
- "name": "id",
9077
- "description": "Sets the DOM id on the component.",
9211
+ "name": "itemTitle",
9212
+ "description": "Property on supplied `items` that contains its title.",
9078
9213
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9214
+ "default": "'title'",
9079
9215
  "value": {
9080
9216
  "kind": "expression",
9081
- "type": "string\n"
9217
+ "type": "SelectItemKey<any>\n"
9082
9218
  }
9083
9219
  },
9084
9220
  {
9085
- "name": "disabled",
9086
- "description": "Removes the ability to click or target the input.",
9221
+ "name": "itemValue",
9222
+ "description": "Property on supplied `items` that contains its value.",
9087
9223
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9088
- "default": "null",
9224
+ "default": "'value'",
9225
+ "value": {
9226
+ "kind": "expression",
9227
+ "type": "SelectItemKey<any>\n"
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>\n"
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>\n"
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",
9089
9255
  "value": {
9090
9256
  "kind": "expression",
9091
9257
  "type": "boolean\n"
9092
9258
  }
9093
9259
  },
9094
9260
  {
9095
- "name": "modelValue",
9096
- "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.",
9097
9263
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9098
- "default": "null",
9099
9264
  "value": {
9100
9265
  "kind": "expression",
9101
- "type": "any\n"
9266
+ "type": "(a: any, b: any) => boolean\n"
9102
9267
  }
9103
9268
  },
9104
9269
  {
9105
- "name": "theme",
9106
- "description": "Specify a theme for this component and all of its children.",
9270
+ "name": "rounded",
9271
+ "description": "Adds a border radius to the input.",
9107
9272
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9108
9273
  "value": {
9109
9274
  "kind": "expression",
9110
- "type": "string\n"
9275
+ "type": "string | number | boolean\n"
9111
9276
  }
9112
9277
  },
9113
9278
  {
9114
- "name": "transition",
9115
- "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.",
9116
9281
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9117
- "default": "false",
9118
9282
  "value": {
9119
9283
  "kind": "expression",
9120
- "type": "string | boolean | (TransitionProps & { component: Component })\n"
9284
+ "type": "string\n"
9121
9285
  }
9122
9286
  },
9123
9287
  {
9124
- "name": "name",
9125
- "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).",
9126
9290
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9127
9291
  "value": {
9128
9292
  "kind": "expression",
@@ -9130,28 +9294,27 @@
9130
9294
  }
9131
9295
  },
9132
9296
  {
9133
- "name": "multiple",
9134
- "description": "Changes select to multiple. Accepts array for value.",
9297
+ "name": "variant",
9298
+ "description": "Applies a distinct style to the component.",
9135
9299
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9136
- "default": "false",
9300
+ "default": "'filled'",
9137
9301
  "value": {
9138
9302
  "kind": "expression",
9139
- "type": "boolean\n"
9303
+ "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n"
9140
9304
  }
9141
9305
  },
9142
9306
  {
9143
- "name": "noDataText",
9144
- "description": "Text shown when no items are provided to the component.",
9307
+ "name": "name",
9308
+ "description": "Sets the component's name attribute.",
9145
9309
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9146
- "default": "'$vuetify.noDataText'",
9147
9310
  "value": {
9148
9311
  "kind": "expression",
9149
9312
  "type": "string\n"
9150
9313
  }
9151
9314
  },
9152
9315
  {
9153
- "name": "openOnClear",
9154
- "description": "Open's the menu whenever the clear icon is clicked.",
9316
+ "name": "menu",
9317
+ "description": "Renders with the menu open by default.",
9155
9318
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9156
9319
  "default": "false",
9157
9320
  "value": {
@@ -9160,81 +9323,80 @@
9160
9323
  }
9161
9324
  },
9162
9325
  {
9163
- "name": "itemColor",
9164
- "description": "Sets color of selected items.",
9326
+ "name": "menuIcon",
9327
+ "description": "Sets the the spin icon.",
9165
9328
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9329
+ "default": "'$dropdown'",
9166
9330
  "value": {
9167
9331
  "kind": "expression",
9168
- "type": "string\n"
9332
+ "type": "any\n"
9169
9333
  }
9170
9334
  },
9171
9335
  {
9172
- "name": "items",
9173
- "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.",
9174
9338
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9175
- "default": "[]",
9176
9339
  "value": {
9177
9340
  "kind": "expression",
9178
- "type": "any[]\n"
9341
+ "type": "unknown\n"
9179
9342
  }
9180
9343
  },
9181
9344
  {
9182
- "name": "itemTitle",
9183
- "description": "Property on supplied `items` that contains its title.",
9345
+ "name": "id",
9346
+ "description": "Sets the DOM id on the component.",
9184
9347
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9185
- "default": "'title'",
9186
9348
  "value": {
9187
9349
  "kind": "expression",
9188
- "type": "SelectItemKey<any>\n"
9350
+ "type": "string\n"
9189
9351
  }
9190
9352
  },
9191
9353
  {
9192
- "name": "itemValue",
9193
- "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.",
9194
9356
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9195
- "default": "'value'",
9357
+ "default": "null",
9196
9358
  "value": {
9197
9359
  "kind": "expression",
9198
- "type": "SelectItemKey<any>\n"
9360
+ "type": "any\n"
9199
9361
  }
9200
9362
  },
9201
9363
  {
9202
- "name": "itemChildren",
9203
- "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.",
9204
9366
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9205
9367
  "default": "false",
9206
9368
  "value": {
9207
9369
  "kind": "expression",
9208
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
9370
+ "type": "string | boolean | (TransitionProps & { component: Component })\n"
9209
9371
  }
9210
9372
  },
9211
9373
  {
9212
- "name": "itemProps",
9213
- "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.",
9214
9376
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9215
- "default": "'props'",
9377
+ "default": "'$vuetify.noDataText'",
9216
9378
  "value": {
9217
9379
  "kind": "expression",
9218
- "type": "SelectItemKey<any>\n"
9380
+ "type": "string\n"
9219
9381
  }
9220
9382
  },
9221
9383
  {
9222
- "name": "returnObject",
9223
- "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.",
9224
9386
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9225
- "default": "true",
9387
+ "default": "false",
9226
9388
  "value": {
9227
9389
  "kind": "expression",
9228
9390
  "type": "boolean\n"
9229
9391
  }
9230
9392
  },
9231
9393
  {
9232
- "name": "valueComparator",
9233
- "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.",
9234
9396
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9235
9397
  "value": {
9236
9398
  "kind": "expression",
9237
- "type": "(a: any, b: any) => boolean\n"
9399
+ "type": "string\n"
9238
9400
  }
9239
9401
  },
9240
9402
  {
@@ -9390,16 +9552,6 @@
9390
9552
  "type": "'horizontal' | 'vertical'\n"
9391
9553
  }
9392
9554
  },
9393
- {
9394
- "name": "density",
9395
- "description": "Adjusts the vertical height used by the component.",
9396
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9397
- "default": "'default'",
9398
- "value": {
9399
- "kind": "expression",
9400
- "type": "'default' | 'comfortable' | 'compact'\n"
9401
- }
9402
- },
9403
9555
  {
9404
9556
  "name": "error",
9405
9557
  "description": "Puts the input in a manual error state.",
@@ -9479,15 +9631,6 @@
9479
9631
  "type": "boolean | 'auto'\n"
9480
9632
  }
9481
9633
  },
9482
- {
9483
- "name": "bgColor",
9484
- "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).",
9485
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9486
- "value": {
9487
- "kind": "expression",
9488
- "type": "string\n"
9489
- }
9490
- },
9491
9634
  {
9492
9635
  "name": "clearable",
9493
9636
  "description": "Allows for the component to be cleared.",
@@ -9518,24 +9661,6 @@
9518
9661
  "type": "boolean\n"
9519
9662
  }
9520
9663
  },
9521
- {
9522
- "name": "color",
9523
- "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).",
9524
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9525
- "value": {
9526
- "kind": "expression",
9527
- "type": "string\n"
9528
- }
9529
- },
9530
- {
9531
- "name": "baseColor",
9532
- "description": "Sets the color of the input when it is not focused.",
9533
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9534
- "value": {
9535
- "kind": "expression",
9536
- "type": "string\n"
9537
- }
9538
- },
9539
9664
  {
9540
9665
  "name": "persistentClear",
9541
9666
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover).",
@@ -9565,16 +9690,6 @@
9565
9690
  "type": "boolean\n"
9566
9691
  }
9567
9692
  },
9568
- {
9569
- "name": "variant",
9570
- "description": "Applies a distinct style to the component.",
9571
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9572
- "default": "'filled'",
9573
- "value": {
9574
- "kind": "expression",
9575
- "type": " | 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'\n"
9576
- }
9577
- },
9578
9693
  {
9579
9694
  "name": "loading",
9580
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.",
@@ -9585,15 +9700,6 @@
9585
9700
  "type": "string | boolean\n"
9586
9701
  }
9587
9702
  },
9588
- {
9589
- "name": "rounded",
9590
- "description": "Adds a border radius to the input.",
9591
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9592
- "value": {
9593
- "kind": "expression",
9594
- "type": "string | number | boolean\n"
9595
- }
9596
- },
9597
9703
  {
9598
9704
  "name": "counterValue",
9599
9705
  "description": "Function returns the counter display text.",
@@ -10351,7 +10457,7 @@
10351
10457
  "default": "'id'",
10352
10458
  "value": {
10353
10459
  "kind": "expression",
10354
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
10460
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
10355
10461
  }
10356
10462
  },
10357
10463
  {
@@ -10361,7 +10467,7 @@
10361
10467
  "default": "null",
10362
10468
  "value": {
10363
10469
  "kind": "expression",
10364
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
10470
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
10365
10471
  }
10366
10472
  },
10367
10473
  {
@@ -10647,6 +10753,17 @@
10647
10753
  "type": "[any]\n"
10648
10754
  }
10649
10755
  ]
10756
+ },
10757
+ {
10758
+ "name": "update:currentItems",
10759
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataIterator.json))",
10760
+ "doc-url": "https://vuetifyjs.com/api/v-data-iterator#events",
10761
+ "arguments": [
10762
+ {
10763
+ "name": "argument",
10764
+ "type": "[any]\n"
10765
+ }
10766
+ ]
10650
10767
  }
10651
10768
  ],
10652
10769
  "slots": [
@@ -11534,6 +11651,17 @@
11534
11651
  "type": "[any]\n"
11535
11652
  }
11536
11653
  ]
11654
+ },
11655
+ {
11656
+ "name": "update:currentItems",
11657
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTable.json))",
11658
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#events",
11659
+ "arguments": [
11660
+ {
11661
+ "name": "argument",
11662
+ "type": "[any]\n"
11663
+ }
11664
+ ]
11537
11665
  }
11538
11666
  ],
11539
11667
  "slots": [
@@ -15558,6 +15686,81 @@
15558
15686
  }
15559
15687
  ]
15560
15688
  },
15689
+ {
15690
+ "name": "colgroup",
15691
+ "description": "Slot to replace the default rendering of the `<colgroup>` element.",
15692
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
15693
+ "vue-properties": [
15694
+ {
15695
+ "name": "headers",
15696
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
15697
+ },
15698
+ {
15699
+ "name": "items",
15700
+ "type": "any[]"
15701
+ },
15702
+ {
15703
+ "name": "sortBy",
15704
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]"
15705
+ },
15706
+ {
15707
+ "name": "isExpanded",
15708
+ "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"
15709
+ },
15710
+ {
15711
+ "name": "toggleExpand",
15712
+ "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"
15713
+ },
15714
+ {
15715
+ "name": "isSelected",
15716
+ "type": "(items: { value: any; selectable: boolean } | SelectableItem[]) => boolean"
15717
+ },
15718
+ {
15719
+ "name": "toggleSelect",
15720
+ "type": "(item: { value: any; selectable: boolean }) => void"
15721
+ },
15722
+ {
15723
+ "name": "toggleSort",
15724
+ "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"
15725
+ },
15726
+ {
15727
+ "name": "someSelected",
15728
+ "type": "boolean"
15729
+ },
15730
+ {
15731
+ "name": "allSelected",
15732
+ "type": "boolean"
15733
+ },
15734
+ {
15735
+ "name": "select",
15736
+ "type": "(items: SelectableItem[], value: boolean) => void"
15737
+ },
15738
+ {
15739
+ "name": "selectAll",
15740
+ "type": "(value: boolean) => void"
15741
+ },
15742
+ {
15743
+ "name": "isGroupOpen",
15744
+ "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"
15745
+ },
15746
+ {
15747
+ "name": "toggleGroup",
15748
+ "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"
15749
+ },
15750
+ {
15751
+ "name": "internalItems",
15752
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
15753
+ },
15754
+ {
15755
+ "name": "groupedItems",
15756
+ "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>)[]"
15757
+ },
15758
+ {
15759
+ "name": "columns",
15760
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
15761
+ }
15762
+ ]
15763
+ },
15561
15764
  {
15562
15765
  "name": "top",
15563
15766
  "description": "Slot to add content above the table",
@@ -16043,8 +16246,8 @@
16043
16246
  }
16044
16247
  },
16045
16248
  {
16046
- "name": "multiple",
16047
- "description": "Allow the selection of multiple dates.",
16249
+ "name": "range",
16250
+ "description": "Allow the selection of date range.",
16048
16251
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
16049
16252
  "default": "false",
16050
16253
  "value": {
@@ -16127,6 +16330,16 @@
16127
16330
  "type": "unknown\n"
16128
16331
  }
16129
16332
  },
16333
+ {
16334
+ "name": "multiple",
16335
+ "description": "Allow the selection of multiple dates.",
16336
+ "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
16337
+ "default": "false",
16338
+ "value": {
16339
+ "kind": "expression",
16340
+ "type": "boolean\n"
16341
+ }
16342
+ },
16130
16343
  {
16131
16344
  "name": "height",
16132
16345
  "description": "Sets the height for the component.",
@@ -16627,7 +16840,7 @@
16627
16840
  }
16628
16841
  },
16629
16842
  {
16630
- "name": "multiple",
16843
+ "name": "range",
16631
16844
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
16632
16845
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
16633
16846
  "default": "false",
@@ -16736,7 +16949,17 @@
16736
16949
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
16737
16950
  "value": {
16738
16951
  "kind": "expression",
16739
- "type": "unknown\n"
16952
+ "type": "unknown\n"
16953
+ }
16954
+ },
16955
+ {
16956
+ "name": "multiple",
16957
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
16958
+ "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
16959
+ "default": "false",
16960
+ "value": {
16961
+ "kind": "expression",
16962
+ "type": "string | number | boolean\n"
16740
16963
  }
16741
16964
  }
16742
16965
  ],
@@ -16778,7 +17001,7 @@
16778
17001
  "slots": [
16779
17002
  {
16780
17003
  "name": "day",
16781
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonth.tsx#L17-L23.json))",
17004
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonth.tsx#L20-L26.json))",
16782
17005
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#slots",
16783
17006
  "vue-properties": [
16784
17007
  {
@@ -28678,32 +28901,60 @@
28678
28901
  }
28679
28902
  },
28680
28903
  {
28681
- "name": "menu",
28682
- "description": "Renders with the menu open by default.",
28904
+ "name": "listProps",
28905
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Select.json))",
28683
28906
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28684
- "default": "false",
28907
+ "value": {
28908
+ "kind": "expression",
28909
+ "type": "unknown\n"
28910
+ }
28911
+ },
28912
+ {
28913
+ "name": "baseColor",
28914
+ "description": "Sets the color of the input when it is not focused.",
28915
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
28916
+ "value": {
28917
+ "kind": "expression",
28918
+ "type": "string\n"
28919
+ }
28920
+ },
28921
+ {
28922
+ "name": "bgColor",
28923
+ "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).",
28924
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
28925
+ "value": {
28926
+ "kind": "expression",
28927
+ "type": "string\n"
28928
+ }
28929
+ },
28930
+ {
28931
+ "name": "disabled",
28932
+ "description": "Removes the ability to click or target the input.",
28933
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
28934
+ "default": "null",
28685
28935
  "value": {
28686
28936
  "kind": "expression",
28687
28937
  "type": "boolean\n"
28688
28938
  }
28689
28939
  },
28690
28940
  {
28691
- "name": "menuIcon",
28692
- "description": "Sets the the spin icon.",
28941
+ "name": "multiple",
28942
+ "description": "Changes select to multiple. Accepts array for value.",
28693
28943
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28694
- "default": "'$dropdown'",
28944
+ "default": "false",
28695
28945
  "value": {
28696
28946
  "kind": "expression",
28697
- "type": "any\n"
28947
+ "type": "boolean\n"
28698
28948
  }
28699
28949
  },
28700
28950
  {
28701
- "name": "menuProps",
28702
- "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.",
28951
+ "name": "reverse",
28952
+ "description": "Reverses the orientation.",
28703
28953
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28954
+ "default": "false",
28704
28955
  "value": {
28705
28956
  "kind": "expression",
28706
- "type": "unknown\n"
28957
+ "type": "boolean\n"
28707
28958
  }
28708
28959
  },
28709
28960
  {
@@ -28717,37 +28968,68 @@
28717
28968
  }
28718
28969
  },
28719
28970
  {
28720
- "name": "id",
28721
- "description": "Sets the DOM id on the component.",
28971
+ "name": "density",
28972
+ "description": "Adjusts the vertical height used by the component.",
28722
28973
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28974
+ "default": "'default'",
28723
28975
  "value": {
28724
28976
  "kind": "expression",
28725
- "type": "string\n"
28977
+ "type": "'default' | 'comfortable' | 'compact'\n"
28726
28978
  }
28727
28979
  },
28728
28980
  {
28729
- "name": "disabled",
28730
- "description": "Removes the ability to click or target the input.",
28981
+ "name": "items",
28982
+ "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.",
28731
28983
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28732
- "default": "null",
28984
+ "default": "[]",
28733
28985
  "value": {
28734
28986
  "kind": "expression",
28735
- "type": "boolean\n"
28987
+ "type": "any[]\n"
28736
28988
  }
28737
28989
  },
28738
28990
  {
28739
- "name": "modelValue",
28740
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
28991
+ "name": "itemTitle",
28992
+ "description": "Property on supplied `items` that contains its title.",
28741
28993
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28742
- "default": "null",
28994
+ "default": "'title'",
28743
28995
  "value": {
28744
28996
  "kind": "expression",
28745
- "type": "any\n"
28997
+ "type": "SelectItemKey<any>\n"
28746
28998
  }
28747
28999
  },
28748
29000
  {
28749
- "name": "reverse",
28750
- "description": "Reverses the orientation.",
29001
+ "name": "itemValue",
29002
+ "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).",
29003
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
29004
+ "default": "'value'",
29005
+ "value": {
29006
+ "kind": "expression",
29007
+ "type": "SelectItemKey<any>\n"
29008
+ }
29009
+ },
29010
+ {
29011
+ "name": "itemChildren",
29012
+ "description": "Property on supplied `items` that contains its children.",
29013
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
29014
+ "default": "false",
29015
+ "value": {
29016
+ "kind": "expression",
29017
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
29018
+ }
29019
+ },
29020
+ {
29021
+ "name": "itemProps",
29022
+ "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.",
29023
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
29024
+ "default": "'props'",
29025
+ "value": {
29026
+ "kind": "expression",
29027
+ "type": "SelectItemKey<any>\n"
29028
+ }
29029
+ },
29030
+ {
29031
+ "name": "returnObject",
29032
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**.",
28751
29033
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28752
29034
  "default": "false",
28753
29035
  "value": {
@@ -28756,27 +29038,26 @@
28756
29038
  }
28757
29039
  },
28758
29040
  {
28759
- "name": "theme",
28760
- "description": "Specify a theme for this component and all of its children.",
29041
+ "name": "valueComparator",
29042
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
28761
29043
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28762
29044
  "value": {
28763
29045
  "kind": "expression",
28764
- "type": "string\n"
29046
+ "type": "(a: any, b: any) => boolean\n"
28765
29047
  }
28766
29048
  },
28767
29049
  {
28768
- "name": "transition",
28769
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
29050
+ "name": "rounded",
29051
+ "description": "Adds a border radius to the input.",
28770
29052
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28771
- "default": "{component: {name: 'VDialogTransition'}}",
28772
29053
  "value": {
28773
29054
  "kind": "expression",
28774
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n"
29055
+ "type": "string | number | boolean\n"
28775
29056
  }
28776
29057
  },
28777
29058
  {
28778
- "name": "name",
28779
- "description": "Sets the component's name attribute.",
29059
+ "name": "theme",
29060
+ "description": "Specify a theme for this component and all of its children.",
28780
29061
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28781
29062
  "value": {
28782
29063
  "kind": "expression",
@@ -28784,28 +29065,36 @@
28784
29065
  }
28785
29066
  },
28786
29067
  {
28787
- "name": "multiple",
28788
- "description": "Changes select to multiple. Accepts array for value.",
29068
+ "name": "color",
29069
+ "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).",
28789
29070
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28790
- "default": "false",
28791
29071
  "value": {
28792
29072
  "kind": "expression",
28793
- "type": "boolean\n"
29073
+ "type": "string\n"
28794
29074
  }
28795
29075
  },
28796
29076
  {
28797
- "name": "noDataText",
28798
- "description": "Text shown when no items are provided to the component.",
29077
+ "name": "variant",
29078
+ "description": "Applies a distinct style to the component.",
29079
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
29080
+ "default": "'filled'",
29081
+ "value": {
29082
+ "kind": "expression",
29083
+ "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n"
29084
+ }
29085
+ },
29086
+ {
29087
+ "name": "name",
29088
+ "description": "Sets the component's name attribute.",
28799
29089
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28800
- "default": "'$vuetify.noDataText'",
28801
29090
  "value": {
28802
29091
  "kind": "expression",
28803
29092
  "type": "string\n"
28804
29093
  }
28805
29094
  },
28806
29095
  {
28807
- "name": "openOnClear",
28808
- "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state.",
29096
+ "name": "menu",
29097
+ "description": "Renders with the menu open by default.",
28809
29098
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28810
29099
  "default": "false",
28811
29100
  "value": {
@@ -28814,67 +29103,66 @@
28814
29103
  }
28815
29104
  },
28816
29105
  {
28817
- "name": "itemColor",
28818
- "description": "Sets color of selected items.",
29106
+ "name": "menuIcon",
29107
+ "description": "Sets the the spin icon.",
28819
29108
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
29109
+ "default": "'$dropdown'",
28820
29110
  "value": {
28821
29111
  "kind": "expression",
28822
- "type": "string\n"
29112
+ "type": "any\n"
28823
29113
  }
28824
29114
  },
28825
29115
  {
28826
- "name": "items",
28827
- "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.",
29116
+ "name": "menuProps",
29117
+ "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.",
28828
29118
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28829
- "default": "[]",
28830
29119
  "value": {
28831
29120
  "kind": "expression",
28832
- "type": "any[]\n"
29121
+ "type": "unknown\n"
28833
29122
  }
28834
29123
  },
28835
29124
  {
28836
- "name": "itemTitle",
28837
- "description": "Property on supplied `items` that contains its title.",
29125
+ "name": "id",
29126
+ "description": "Sets the DOM id on the component.",
28838
29127
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28839
- "default": "'title'",
28840
29128
  "value": {
28841
29129
  "kind": "expression",
28842
- "type": "SelectItemKey<any>\n"
29130
+ "type": "string\n"
28843
29131
  }
28844
29132
  },
28845
29133
  {
28846
- "name": "itemValue",
28847
- "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).",
29134
+ "name": "modelValue",
29135
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
28848
29136
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28849
- "default": "'value'",
29137
+ "default": "null",
28850
29138
  "value": {
28851
29139
  "kind": "expression",
28852
- "type": "SelectItemKey<any>\n"
29140
+ "type": "any\n"
28853
29141
  }
28854
29142
  },
28855
29143
  {
28856
- "name": "itemChildren",
28857
- "description": "Property on supplied `items` that contains its children.",
29144
+ "name": "transition",
29145
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
28858
29146
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28859
- "default": "false",
29147
+ "default": "{component: {name: 'VDialogTransition'}}",
28860
29148
  "value": {
28861
29149
  "kind": "expression",
28862
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n"
29150
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n"
28863
29151
  }
28864
29152
  },
28865
29153
  {
28866
- "name": "itemProps",
28867
- "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.",
29154
+ "name": "noDataText",
29155
+ "description": "Text shown when no items are provided to the component.",
28868
29156
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28869
- "default": "'props'",
29157
+ "default": "'$vuetify.noDataText'",
28870
29158
  "value": {
28871
29159
  "kind": "expression",
28872
- "type": "SelectItemKey<any>\n"
29160
+ "type": "string\n"
28873
29161
  }
28874
29162
  },
28875
29163
  {
28876
- "name": "returnObject",
28877
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**.",
29164
+ "name": "openOnClear",
29165
+ "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state.",
28878
29166
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28879
29167
  "default": "false",
28880
29168
  "value": {
@@ -28883,12 +29171,12 @@
28883
29171
  }
28884
29172
  },
28885
29173
  {
28886
- "name": "valueComparator",
28887
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
29174
+ "name": "itemColor",
29175
+ "description": "Sets color of selected items.",
28888
29176
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28889
29177
  "value": {
28890
29178
  "kind": "expression",
28891
- "type": "(a: any, b: any) => boolean\n"
29179
+ "type": "string\n"
28892
29180
  }
28893
29181
  },
28894
29182
  {
@@ -29044,16 +29332,6 @@
29044
29332
  "type": "'horizontal' | 'vertical'\n"
29045
29333
  }
29046
29334
  },
29047
- {
29048
- "name": "density",
29049
- "description": "Adjusts the vertical height used by the component.",
29050
- "doc-url": "https://vuetifyjs.com/api/v-select#props",
29051
- "default": "'default'",
29052
- "value": {
29053
- "kind": "expression",
29054
- "type": "'default' | 'comfortable' | 'compact'\n"
29055
- }
29056
- },
29057
29335
  {
29058
29336
  "name": "error",
29059
29337
  "description": "Puts the input in a manual error state.",
@@ -29133,15 +29411,6 @@
29133
29411
  "type": "boolean | 'auto'\n"
29134
29412
  }
29135
29413
  },
29136
- {
29137
- "name": "bgColor",
29138
- "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).",
29139
- "doc-url": "https://vuetifyjs.com/api/v-select#props",
29140
- "value": {
29141
- "kind": "expression",
29142
- "type": "string\n"
29143
- }
29144
- },
29145
29414
  {
29146
29415
  "name": "clearable",
29147
29416
  "description": "Allows for the component to be cleared.",
@@ -29172,24 +29441,6 @@
29172
29441
  "type": "boolean\n"
29173
29442
  }
29174
29443
  },
29175
- {
29176
- "name": "color",
29177
- "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).",
29178
- "doc-url": "https://vuetifyjs.com/api/v-select#props",
29179
- "value": {
29180
- "kind": "expression",
29181
- "type": "string\n"
29182
- }
29183
- },
29184
- {
29185
- "name": "baseColor",
29186
- "description": "Sets the color of the input when it is not focused.",
29187
- "doc-url": "https://vuetifyjs.com/api/v-select#props",
29188
- "value": {
29189
- "kind": "expression",
29190
- "type": "string\n"
29191
- }
29192
- },
29193
29444
  {
29194
29445
  "name": "persistentClear",
29195
29446
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover).",
@@ -29219,16 +29470,6 @@
29219
29470
  "type": "boolean\n"
29220
29471
  }
29221
29472
  },
29222
- {
29223
- "name": "variant",
29224
- "description": "Applies a distinct style to the component.",
29225
- "doc-url": "https://vuetifyjs.com/api/v-select#props",
29226
- "default": "'filled'",
29227
- "value": {
29228
- "kind": "expression",
29229
- "type": " | 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'\n"
29230
- }
29231
- },
29232
29473
  {
29233
29474
  "name": "loading",
29234
29475
  "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.",
@@ -29239,15 +29480,6 @@
29239
29480
  "type": "string | boolean\n"
29240
29481
  }
29241
29482
  },
29242
- {
29243
- "name": "rounded",
29244
- "description": "Adds a border radius to the input.",
29245
- "doc-url": "https://vuetifyjs.com/api/v-select#props",
29246
- "value": {
29247
- "kind": "expression",
29248
- "type": "string | number | boolean\n"
29249
- }
29250
- },
29251
29483
  {
29252
29484
  "name": "counterValue",
29253
29485
  "description": "Function returns the counter display text.",