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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/CHANGELOG.md +19 -2
  2. package/dist/json/attributes.json +265 -209
  3. package/dist/json/importMap.json +126 -126
  4. package/dist/json/tags.json +14 -0
  5. package/dist/json/web-types.json +560 -403
  6. package/dist/vuetify-labs.css +1712 -1706
  7. package/dist/vuetify-labs.d.ts +8344 -2173
  8. package/dist/vuetify-labs.esm.js +15375 -15299
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +15375 -15299
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +2807 -2801
  13. package/dist/vuetify.d.ts +7283 -1112
  14. package/dist/vuetify.esm.js +15375 -15299
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +15375 -15299
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +791 -787
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  23. package/lib/components/VAutocomplete/index.d.mts +1698 -0
  24. package/lib/components/VBanner/index.d.mts +4 -4
  25. package/lib/components/VBtn/VBtn.mjs +3 -1
  26. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  27. package/lib/components/VBtn/index.d.mts +21 -5
  28. package/lib/components/VCarousel/index.d.mts +9 -9
  29. package/lib/components/VChipGroup/VChipGroup.css +3 -3
  30. package/lib/components/VChipGroup/VChipGroup.mjs +22 -16
  31. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  32. package/lib/components/VChipGroup/VChipGroup.sass +4 -3
  33. package/lib/components/VChipGroup/index.d.mts +118 -1
  34. package/lib/components/VCombobox/VCombobox.mjs +9 -3
  35. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  36. package/lib/components/VCombobox/index.d.mts +1704 -0
  37. package/lib/components/VDataIterator/VDataIterator.mjs +2 -1
  38. package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
  39. package/lib/components/VDataIterator/index.d.mts +6 -0
  40. package/lib/components/VDataTable/VDataTable.mjs +2 -1
  41. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  42. package/lib/components/VDataTable/VDataTableFooter.css +9 -4
  43. package/lib/components/VDataTable/VDataTableFooter.sass +9 -4
  44. package/lib/components/VDataTable/_variables.scss +5 -0
  45. package/lib/components/VDataTable/composables/paginate.mjs +6 -2
  46. package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
  47. package/lib/components/VDataTable/index.d.mts +34 -28
  48. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  49. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  50. package/lib/components/VDatePicker/VDatePickerMonth.mjs +56 -11
  51. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  52. package/lib/components/VDatePicker/index.d.mts +34 -19
  53. package/lib/components/VFileInput/VFileInput.mjs +2 -2
  54. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  55. package/lib/components/VList/VListItem.css +1 -0
  56. package/lib/components/VList/VListItem.sass +1 -0
  57. package/lib/components/VList/_variables.scss +1 -0
  58. package/lib/components/VSelect/VSelect.mjs +5 -2
  59. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  60. package/lib/components/VSelect/index.d.mts +1689 -0
  61. package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -3
  62. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  63. package/lib/components/VSlideGroup/index.d.mts +7 -7
  64. package/lib/components/VSlider/VSliderThumb.mjs +4 -3
  65. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  66. package/lib/components/VTabs/VTab.mjs +6 -6
  67. package/lib/components/VTabs/VTab.mjs.map +1 -1
  68. package/lib/components/VTabs/index.d.mts +1116 -17
  69. package/lib/components/VWindow/index.d.mts +7 -7
  70. package/lib/components/index.d.mts +8361 -2190
  71. package/lib/composables/calendar.mjs +1 -1
  72. package/lib/composables/calendar.mjs.map +1 -1
  73. package/lib/composables/date/adapters/vuetify.mjs +1 -2
  74. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  75. package/lib/composables/date/date.mjs +4 -4
  76. package/lib/composables/date/date.mjs.map +1 -1
  77. package/lib/composables/locale.mjs +47 -2
  78. package/lib/composables/locale.mjs.map +1 -1
  79. package/lib/entry-bundler.mjs +1 -1
  80. package/lib/framework.mjs +1 -1
  81. package/lib/index.d.mts +34 -34
  82. package/lib/locale/index.d.mts +2 -46
  83. package/lib/locale/index.mjs +0 -44
  84. package/lib/locale/index.mjs.map +1 -1
  85. package/lib/locale/km.mjs +2 -1
  86. package/lib/locale/km.mjs.map +1 -1
  87. package/lib/styles/main.css +78 -78
  88. package/lib/styles/settings/_utilities.scss +1 -0
  89. package/lib/util/helpers.mjs +1 -43
  90. package/lib/util/helpers.mjs.map +1 -1
  91. package/package.json +2 -1
  92. package/lib/components/VDatePicker/utils.mjs +0 -69
  93. package/lib/components/VDatePicker/utils.mjs.map +0 -1
  94. package/lib/util/dateTimeUtils.mjs +0 -115
  95. 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-16",
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.",
1377
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1378
+ "default": "[]",
1379
+ "value": {
1380
+ "kind": "expression",
1381
+ "type": "any[]\n"
1382
+ }
1383
+ },
1384
+ {
1385
+ "name": "itemTitle",
1386
+ "description": "Property on supplied `items` that contains its title.",
1368
1387
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1388
+ "default": "'title'",
1369
1389
  "value": {
1370
1390
  "kind": "expression",
1371
- "type": "string\n"
1391
+ "type": "SelectItemKey<any>\n"
1372
1392
  }
1373
1393
  },
1374
1394
  {
1375
- "name": "transition",
1376
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
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.",
@@ -8994,28 +9101,85 @@
8994
9101
  }
8995
9102
  },
8996
9103
  {
8997
- "name": "type",
8998
- "description": "Sets input type.",
9104
+ "name": "openText",
9105
+ "description": "Text set to to the inputs **aria-label** and **title** when input menu is open.",
9106
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9107
+ "default": "'$vuetify.open'",
9108
+ "value": {
9109
+ "kind": "expression",
9110
+ "type": "string\n"
9111
+ }
9112
+ },
9113
+ {
9114
+ "name": "eager",
9115
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
9116
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9117
+ "default": "false",
9118
+ "value": {
9119
+ "kind": "expression",
9120
+ "type": "boolean\n"
9121
+ }
9122
+ },
9123
+ {
9124
+ "name": "hideNoData",
9125
+ "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open.",
9126
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9127
+ "default": "true",
9128
+ "value": {
9129
+ "kind": "expression",
9130
+ "type": "boolean\n"
9131
+ }
9132
+ },
9133
+ {
9134
+ "name": "hideSelected",
9135
+ "description": "Do not display in the select menu items that are already selected.",
9136
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9137
+ "default": "false",
9138
+ "value": {
9139
+ "kind": "expression",
9140
+ "type": "boolean\n"
9141
+ }
9142
+ },
9143
+ {
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).",
8999
9164
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9000
- "default": "'text'",
9001
9165
  "value": {
9002
9166
  "kind": "expression",
9003
9167
  "type": "string\n"
9004
9168
  }
9005
9169
  },
9006
9170
  {
9007
- "name": "openText",
9008
- "description": "Text set to to the inputs **aria-label** and **title** when input menu is open.",
9171
+ "name": "disabled",
9172
+ "description": "Removes the ability to click or target the input.",
9009
9173
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9010
- "default": "'$vuetify.open'",
9174
+ "default": "null",
9011
9175
  "value": {
9012
9176
  "kind": "expression",
9013
- "type": "string\n"
9177
+ "type": "boolean\n"
9014
9178
  }
9015
9179
  },
9016
9180
  {
9017
- "name": "eager",
9018
- "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
9181
+ "name": "multiple",
9182
+ "description": "Changes select to multiple. Accepts array for value.",
9019
9183
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9020
9184
  "default": "false",
9021
9185
  "value": {
@@ -9024,105 +9188,105 @@
9024
9188
  }
9025
9189
  },
9026
9190
  {
9027
- "name": "hideNoData",
9028
- "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open.",
9191
+ "name": "density",
9192
+ "description": "Adjusts the vertical height used by the component.",
9029
9193
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9030
- "default": "true",
9194
+ "default": "'default'",
9031
9195
  "value": {
9032
9196
  "kind": "expression",
9033
- "type": "boolean\n"
9197
+ "type": "'default' | 'comfortable' | 'compact'\n"
9034
9198
  }
9035
9199
  },
9036
9200
  {
9037
- "name": "hideSelected",
9038
- "description": "Do not display in the select menu items that are already selected.",
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.",
9039
9203
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9040
- "default": "false",
9204
+ "default": "[]",
9041
9205
  "value": {
9042
9206
  "kind": "expression",
9043
- "type": "boolean\n"
9207
+ "type": "any[]\n"
9044
9208
  }
9045
9209
  },
9046
9210
  {
9047
- "name": "menu",
9048
- "description": "Renders with the menu open by default.",
9211
+ "name": "itemTitle",
9212
+ "description": "Property on supplied `items` that contains its title.",
9049
9213
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9050
- "default": "false",
9214
+ "default": "'title'",
9051
9215
  "value": {
9052
9216
  "kind": "expression",
9053
- "type": "boolean\n"
9217
+ "type": "SelectItemKey<any>\n"
9054
9218
  }
9055
9219
  },
9056
9220
  {
9057
- "name": "menuIcon",
9058
- "description": "Sets the the spin icon.",
9221
+ "name": "itemValue",
9222
+ "description": "Property on supplied `items` that contains its value.",
9059
9223
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9060
- "default": "'$dropdown'",
9224
+ "default": "'value'",
9061
9225
  "value": {
9062
9226
  "kind": "expression",
9063
- "type": "any\n"
9227
+ "type": "SelectItemKey<any>\n"
9064
9228
  }
9065
9229
  },
9066
9230
  {
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.",
9231
+ "name": "itemChildren",
9232
+ "description": "Property on supplied `items` that contains its children.",
9069
9233
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9234
+ "default": "false",
9070
9235
  "value": {
9071
9236
  "kind": "expression",
9072
- "type": "unknown\n"
9237
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
9073
9238
  }
9074
9239
  },
9075
9240
  {
9076
- "name": "id",
9077
- "description": "Sets the DOM id on the component.",
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.",
9078
9243
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9244
+ "default": "'props'",
9079
9245
  "value": {
9080
9246
  "kind": "expression",
9081
- "type": "string\n"
9247
+ "type": "SelectItemKey<any>\n"
9082
9248
  }
9083
9249
  },
9084
9250
  {
9085
- "name": "disabled",
9086
- "description": "Removes the ability to click or target the input.",
9251
+ "name": "returnObject",
9252
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**.",
9087
9253
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
9088
- "default": "null",
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": [
@@ -16043,8 +16171,8 @@
16043
16171
  }
16044
16172
  },
16045
16173
  {
16046
- "name": "multiple",
16047
- "description": "Allow the selection of multiple dates.",
16174
+ "name": "range",
16175
+ "description": "Allow the selection of date range.",
16048
16176
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
16049
16177
  "default": "false",
16050
16178
  "value": {
@@ -16127,6 +16255,16 @@
16127
16255
  "type": "unknown\n"
16128
16256
  }
16129
16257
  },
16258
+ {
16259
+ "name": "multiple",
16260
+ "description": "Allow the selection of multiple dates.",
16261
+ "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
16262
+ "default": "false",
16263
+ "value": {
16264
+ "kind": "expression",
16265
+ "type": "boolean\n"
16266
+ }
16267
+ },
16130
16268
  {
16131
16269
  "name": "height",
16132
16270
  "description": "Sets the height for the component.",
@@ -16627,7 +16765,7 @@
16627
16765
  }
16628
16766
  },
16629
16767
  {
16630
- "name": "multiple",
16768
+ "name": "range",
16631
16769
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
16632
16770
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
16633
16771
  "default": "false",
@@ -16736,7 +16874,17 @@
16736
16874
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
16737
16875
  "value": {
16738
16876
  "kind": "expression",
16739
- "type": "unknown\n"
16877
+ "type": "unknown\n"
16878
+ }
16879
+ },
16880
+ {
16881
+ "name": "multiple",
16882
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
16883
+ "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
16884
+ "default": "false",
16885
+ "value": {
16886
+ "kind": "expression",
16887
+ "type": "string | number | boolean\n"
16740
16888
  }
16741
16889
  }
16742
16890
  ],
@@ -16778,7 +16926,7 @@
16778
16926
  "slots": [
16779
16927
  {
16780
16928
  "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))",
16929
+ "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
16930
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#slots",
16783
16931
  "vue-properties": [
16784
16932
  {
@@ -28678,32 +28826,60 @@
28678
28826
  }
28679
28827
  },
28680
28828
  {
28681
- "name": "menu",
28682
- "description": "Renders with the menu open by default.",
28829
+ "name": "listProps",
28830
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Select.json))",
28683
28831
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28684
- "default": "false",
28832
+ "value": {
28833
+ "kind": "expression",
28834
+ "type": "unknown\n"
28835
+ }
28836
+ },
28837
+ {
28838
+ "name": "baseColor",
28839
+ "description": "Sets the color of the input when it is not focused.",
28840
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
28841
+ "value": {
28842
+ "kind": "expression",
28843
+ "type": "string\n"
28844
+ }
28845
+ },
28846
+ {
28847
+ "name": "bgColor",
28848
+ "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).",
28849
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
28850
+ "value": {
28851
+ "kind": "expression",
28852
+ "type": "string\n"
28853
+ }
28854
+ },
28855
+ {
28856
+ "name": "disabled",
28857
+ "description": "Removes the ability to click or target the input.",
28858
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
28859
+ "default": "null",
28685
28860
  "value": {
28686
28861
  "kind": "expression",
28687
28862
  "type": "boolean\n"
28688
28863
  }
28689
28864
  },
28690
28865
  {
28691
- "name": "menuIcon",
28692
- "description": "Sets the the spin icon.",
28866
+ "name": "multiple",
28867
+ "description": "Changes select to multiple. Accepts array for value.",
28693
28868
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28694
- "default": "'$dropdown'",
28869
+ "default": "false",
28695
28870
  "value": {
28696
28871
  "kind": "expression",
28697
- "type": "any\n"
28872
+ "type": "boolean\n"
28698
28873
  }
28699
28874
  },
28700
28875
  {
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.",
28876
+ "name": "reverse",
28877
+ "description": "Reverses the orientation.",
28703
28878
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28879
+ "default": "false",
28704
28880
  "value": {
28705
28881
  "kind": "expression",
28706
- "type": "unknown\n"
28882
+ "type": "boolean\n"
28707
28883
  }
28708
28884
  },
28709
28885
  {
@@ -28717,37 +28893,68 @@
28717
28893
  }
28718
28894
  },
28719
28895
  {
28720
- "name": "id",
28721
- "description": "Sets the DOM id on the component.",
28896
+ "name": "density",
28897
+ "description": "Adjusts the vertical height used by the component.",
28722
28898
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28899
+ "default": "'default'",
28723
28900
  "value": {
28724
28901
  "kind": "expression",
28725
- "type": "string\n"
28902
+ "type": "'default' | 'comfortable' | 'compact'\n"
28726
28903
  }
28727
28904
  },
28728
28905
  {
28729
- "name": "disabled",
28730
- "description": "Removes the ability to click or target the input.",
28906
+ "name": "items",
28907
+ "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
28908
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28732
- "default": "null",
28909
+ "default": "[]",
28733
28910
  "value": {
28734
28911
  "kind": "expression",
28735
- "type": "boolean\n"
28912
+ "type": "any[]\n"
28736
28913
  }
28737
28914
  },
28738
28915
  {
28739
- "name": "modelValue",
28740
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
28916
+ "name": "itemTitle",
28917
+ "description": "Property on supplied `items` that contains its title.",
28741
28918
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28742
- "default": "null",
28919
+ "default": "'title'",
28743
28920
  "value": {
28744
28921
  "kind": "expression",
28745
- "type": "any\n"
28922
+ "type": "SelectItemKey<any>\n"
28746
28923
  }
28747
28924
  },
28748
28925
  {
28749
- "name": "reverse",
28750
- "description": "Reverses the orientation.",
28926
+ "name": "itemValue",
28927
+ "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).",
28928
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
28929
+ "default": "'value'",
28930
+ "value": {
28931
+ "kind": "expression",
28932
+ "type": "SelectItemKey<any>\n"
28933
+ }
28934
+ },
28935
+ {
28936
+ "name": "itemChildren",
28937
+ "description": "Property on supplied `items` that contains its children.",
28938
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
28939
+ "default": "false",
28940
+ "value": {
28941
+ "kind": "expression",
28942
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
28943
+ }
28944
+ },
28945
+ {
28946
+ "name": "itemProps",
28947
+ "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.",
28948
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
28949
+ "default": "'props'",
28950
+ "value": {
28951
+ "kind": "expression",
28952
+ "type": "SelectItemKey<any>\n"
28953
+ }
28954
+ },
28955
+ {
28956
+ "name": "returnObject",
28957
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**.",
28751
28958
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28752
28959
  "default": "false",
28753
28960
  "value": {
@@ -28756,27 +28963,26 @@
28756
28963
  }
28757
28964
  },
28758
28965
  {
28759
- "name": "theme",
28760
- "description": "Specify a theme for this component and all of its children.",
28966
+ "name": "valueComparator",
28967
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
28761
28968
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28762
28969
  "value": {
28763
28970
  "kind": "expression",
28764
- "type": "string\n"
28971
+ "type": "(a: any, b: any) => boolean\n"
28765
28972
  }
28766
28973
  },
28767
28974
  {
28768
- "name": "transition",
28769
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
28975
+ "name": "rounded",
28976
+ "description": "Adds a border radius to the input.",
28770
28977
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28771
- "default": "{component: {name: 'VDialogTransition'}}",
28772
28978
  "value": {
28773
28979
  "kind": "expression",
28774
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n"
28980
+ "type": "string | number | boolean\n"
28775
28981
  }
28776
28982
  },
28777
28983
  {
28778
- "name": "name",
28779
- "description": "Sets the component's name attribute.",
28984
+ "name": "theme",
28985
+ "description": "Specify a theme for this component and all of its children.",
28780
28986
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28781
28987
  "value": {
28782
28988
  "kind": "expression",
@@ -28784,28 +28990,36 @@
28784
28990
  }
28785
28991
  },
28786
28992
  {
28787
- "name": "multiple",
28788
- "description": "Changes select to multiple. Accepts array for value.",
28993
+ "name": "color",
28994
+ "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
28995
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28790
- "default": "false",
28791
28996
  "value": {
28792
28997
  "kind": "expression",
28793
- "type": "boolean\n"
28998
+ "type": "string\n"
28794
28999
  }
28795
29000
  },
28796
29001
  {
28797
- "name": "noDataText",
28798
- "description": "Text shown when no items are provided to the component.",
29002
+ "name": "variant",
29003
+ "description": "Applies a distinct style to the component.",
29004
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
29005
+ "default": "'filled'",
29006
+ "value": {
29007
+ "kind": "expression",
29008
+ "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n"
29009
+ }
29010
+ },
29011
+ {
29012
+ "name": "name",
29013
+ "description": "Sets the component's name attribute.",
28799
29014
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28800
- "default": "'$vuetify.noDataText'",
28801
29015
  "value": {
28802
29016
  "kind": "expression",
28803
29017
  "type": "string\n"
28804
29018
  }
28805
29019
  },
28806
29020
  {
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.",
29021
+ "name": "menu",
29022
+ "description": "Renders with the menu open by default.",
28809
29023
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28810
29024
  "default": "false",
28811
29025
  "value": {
@@ -28814,67 +29028,66 @@
28814
29028
  }
28815
29029
  },
28816
29030
  {
28817
- "name": "itemColor",
28818
- "description": "Sets color of selected items.",
29031
+ "name": "menuIcon",
29032
+ "description": "Sets the the spin icon.",
28819
29033
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
29034
+ "default": "'$dropdown'",
28820
29035
  "value": {
28821
29036
  "kind": "expression",
28822
- "type": "string\n"
29037
+ "type": "any\n"
28823
29038
  }
28824
29039
  },
28825
29040
  {
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.",
29041
+ "name": "menuProps",
29042
+ "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
29043
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28829
- "default": "[]",
28830
29044
  "value": {
28831
29045
  "kind": "expression",
28832
- "type": "any[]\n"
29046
+ "type": "unknown\n"
28833
29047
  }
28834
29048
  },
28835
29049
  {
28836
- "name": "itemTitle",
28837
- "description": "Property on supplied `items` that contains its title.",
29050
+ "name": "id",
29051
+ "description": "Sets the DOM id on the component.",
28838
29052
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28839
- "default": "'title'",
28840
29053
  "value": {
28841
29054
  "kind": "expression",
28842
- "type": "SelectItemKey<any>\n"
29055
+ "type": "string\n"
28843
29056
  }
28844
29057
  },
28845
29058
  {
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).",
29059
+ "name": "modelValue",
29060
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
28848
29061
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28849
- "default": "'value'",
29062
+ "default": "null",
28850
29063
  "value": {
28851
29064
  "kind": "expression",
28852
- "type": "SelectItemKey<any>\n"
29065
+ "type": "any\n"
28853
29066
  }
28854
29067
  },
28855
29068
  {
28856
- "name": "itemChildren",
28857
- "description": "Property on supplied `items` that contains its children.",
29069
+ "name": "transition",
29070
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
28858
29071
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28859
- "default": "false",
29072
+ "default": "{component: {name: 'VDialogTransition'}}",
28860
29073
  "value": {
28861
29074
  "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"
29075
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n"
28863
29076
  }
28864
29077
  },
28865
29078
  {
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.",
29079
+ "name": "noDataText",
29080
+ "description": "Text shown when no items are provided to the component.",
28868
29081
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28869
- "default": "'props'",
29082
+ "default": "'$vuetify.noDataText'",
28870
29083
  "value": {
28871
29084
  "kind": "expression",
28872
- "type": "SelectItemKey<any>\n"
29085
+ "type": "string\n"
28873
29086
  }
28874
29087
  },
28875
29088
  {
28876
- "name": "returnObject",
28877
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**.",
29089
+ "name": "openOnClear",
29090
+ "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state.",
28878
29091
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28879
29092
  "default": "false",
28880
29093
  "value": {
@@ -28883,12 +29096,12 @@
28883
29096
  }
28884
29097
  },
28885
29098
  {
28886
- "name": "valueComparator",
28887
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
29099
+ "name": "itemColor",
29100
+ "description": "Sets color of selected items.",
28888
29101
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
28889
29102
  "value": {
28890
29103
  "kind": "expression",
28891
- "type": "(a: any, b: any) => boolean\n"
29104
+ "type": "string\n"
28892
29105
  }
28893
29106
  },
28894
29107
  {
@@ -29044,16 +29257,6 @@
29044
29257
  "type": "'horizontal' | 'vertical'\n"
29045
29258
  }
29046
29259
  },
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
29260
  {
29058
29261
  "name": "error",
29059
29262
  "description": "Puts the input in a manual error state.",
@@ -29133,15 +29336,6 @@
29133
29336
  "type": "boolean | 'auto'\n"
29134
29337
  }
29135
29338
  },
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
29339
  {
29146
29340
  "name": "clearable",
29147
29341
  "description": "Allows for the component to be cleared.",
@@ -29172,24 +29366,6 @@
29172
29366
  "type": "boolean\n"
29173
29367
  }
29174
29368
  },
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
29369
  {
29194
29370
  "name": "persistentClear",
29195
29371
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover).",
@@ -29219,16 +29395,6 @@
29219
29395
  "type": "boolean\n"
29220
29396
  }
29221
29397
  },
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
29398
  {
29233
29399
  "name": "loading",
29234
29400
  "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 +29405,6 @@
29239
29405
  "type": "string | boolean\n"
29240
29406
  }
29241
29407
  },
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
29408
  {
29252
29409
  "name": "counterValue",
29253
29410
  "description": "Function returns the counter display text.",